/* Font Change */
 @import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400..900&display=swap'); 

body {
	font-family: 'Quattrocento';
}

div#n2-ss-2 .n2-font-6b11258486f50a2cb8163e84401c9c0d-paragraph, div#n2-ss-2 .n2-ss-button-container a div{
font-family: 'Quattrocento';
}

.t3-footnav .t3-module .module-title{
font-family: 'Quattrocento';
}

input, button, select, textarea{
font-family: 'Quattrocento';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
font-family: 'Quattrocento';
}

p{
font-family: 'Quattrocento';
}



/* Fix for Triangle Shapes */

#mod-custom211 img, #mod-custom209 img{
	height: auto;
width: 100%;
scale: 1.5;
}


/* Fix for hidden Contact Us menu */

@media (min-width: 768px) {
#t3-header>.head-actions.col-sm-8.col-md-6.col-lg-4.clearfix{
	width: 10%;
}
}

#t3-mainnav {
	width: 90%;
}

/* Fix for same header on large devices */

@media (min-width: 1679px) {
    body.header-horizontal .logo {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}



/* Fix to disable Hamburger menu on tablet */

@media (min-width: 820px) {
#t3-header>.head-actions.col-sm-8.col-md-6.col-lg-4.clearfix > .pull-right.hidden-lg.hidden-md{
	display: none !important;
}
}

@media (min-width: 820px) {
.t3-mainnav .t3-navbar {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.navbar-nav{
	margin: 0;
  float: left;
}

.nav > li{
	display: inline-block;
}
}

#t3-header > div.head-actions.col-sm-8.col-md-6.col-lg-4.clearfix > div.head-currency.pull-right{
	display: flex;
    height: 81px;
    align-items: center;
}
#geek-search-166{
	float: left;
    width: max-content;
}
#t3-header > div.head-actions.col-sm-8.col-md-6.col-lg-4.clearfix > div.head-currency.pull-right > ul{
	float: right;
    width: max-content;

}
@media only screen and (max-width: 600px) {
#t3-header > div.head-actions.col-sm-8.col-md-6.col-lg-4.clearfix > div.head-currency.pull-right{
display: flex;
height: 96px;
align-items: center;
}
}

#mod-custom211, #mod-custom209{
overflow-x: hidden;
}
html {
overflow-x: hidden;
}


			