body{
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.logo-and-site-name-wrapper{
	padding-bottom:0;
	margin-bottom:0;
}
.container-fluid{
	padding:0;
}
.logo-enabled.block-system-branding-block{
	width:100% !important;
}
.logo-enabled.block-system-branding-block .logo img{
	max-height: 90px;	
}

/** MENU STYLES**/
.banner__container .col-12{
	    background-color: #f6eee1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
}
.main-menu-bar {
    background-color: #f6eee1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
}

ul.menu{
	display: flex;
    margin: 5px auto 0px !important;
    width: auto;
    justify-content: center;
}
ul.menu li {
	    position: relative;
    display: block;
    padding: 0px 20px;
    padding-right:0;
}


ul.menu li a{
	border: none;
    border-right: 1px solid #000;
    background-color: transparent;
    color: #000;
       text-transform: uppercase;
       
       margin: 10px auto;
    padding: 0px 15px;
}

ul.menu li a:hover{
	border: none;
    border-right: 1px solid #000;
    color: #88837f;
}
ul.menu li:not(:first-of-type) > a:before {
	
	content: "";
}
ul.menu li:not(:first-of-type){
	padding:0;
}
ul.menu li:last-of-type a{
	border-right:none;
}

/** Commerce Menu Pages**/
/*.page-view-id-a-la-carte-menu .main-content:before, .path-product .main-content:before{
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: top left;
    background-size: cover;
	    background-image: url(https://static.spotapps.co/web/hubers--com/custom/food_back.jpg);
    -webkit-filter: grayscale(0.2) opacity(0.1);
    -moz-filter: grayscale(0.2) opacity(0.1);
    -o-filter: grayscale(0.2) opacity(0.1);
    -ms-filter: grayscale(0.2) opacity(0.1);
    filter: grayscale(0.2) opacity(0.1);
        position: fixed;
}*/

/** FOOTER **/

.footer-top > .container{
	padding:0;
	margin:0;
  max-width:100%;
}
.footer-top h3{
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 3px;
	        font-weight: 300;
}
.contact-v3 .contact-location, .contact-v3 .hours, .contact-v3 .find-us {
    display: table;
    width: auto;
    margin: 0 auto;
    font-size: 1.2em;
}
.contact-v3 .hours-title, .contact-v3 .social-title, .contact-v3 .contact-us-title {
    color: #000;
}
.contact-v3 .hours-title, .contact-v3 .social-title, .contact-v3 .contact-us-title {
    font-size: 1.4em;
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
}
.contact-v3 .contact-us p {
    font-size: 1em;
}
.contact-v3{
    padding-bottom: 40px;
    padding-top: 40px;

}
.footer-top__section{
	padding:0;
}

.content-divider:before{
    display: block;
    background: url(https://hubers-drupal.lndo.site/sites/default/files/images/title_decoration_1.png) no-repeat;
    content: '';
    height: 2em;
    background-position: center;
}
.row{
	margin-left: 0;
	margin-right:0;
}
.row.turkey-package-item ul{
	font-size:inherit;
	margin:0;
}
.row.turkey-package-item h2, .row.turkey-package-item p{
	margin:0;
	padding:0;
}
.page-node-type-page p.featured-text{
	  font-size: var(--mt-blockquote-text-size);
    line-height: 1.5;
    font-weight: 500;

}

.page-node-type-page p{
	  font-size: 1.125rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

@media screen and (max-width: 800px) {
.hubers--footer{
	text-align:center;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
}