/**handles:custom.css**/
/* Global */
#page{
    overflow: visible !important;
}
body{
    -webkit-font-smoothing: antialiased;
}

.post, .page {
    margin: 0 0 1.5em;
    margin-bottom: 0;
}

*{
    font-family: "Roboto";
}


p{
    color: #201e1f;
    padding: 0 0 12px 0;
    margin: 0;
}

p a{
    color: #b28707;
    text-decoration: none;
}

p a:hover{
    color: #b28707;
}

.pageContent a:focus,
.pageContent a:visited{
    color: #b28707;  
}

p a:visited{
    color: #b28707;
}

.pageContent ul li a{
    text-decoration: none;
    color: #b28707;
}

h1,h2,h3,h4,h5{
    color: #201e1f;
    font-family: "Roboto";
    font-weight: 400;
    display: block;
    width: 100%;
    margin-top: 0;
    word-break: break-word;
    margin-bottom: 12px;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
    margin-top: 12px;
    display: inline-block;
}

h3+p{
    margin-top: 12px;
    margin-bottom: 12px;
}

h1{
    line-height: 48px;
    font-size: 39px;
    margin-bottom: 12px;
}

h2{
    font-family: Roboto;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
    font-size: 33px;
    font-display: swap;
    font-weight: 400;
}

h3{
    font-family: Roboto;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    font-display: swap;
    color: #201e1f;
}

h4{
    font-size: 24px;
    line-height: 24px;
    
}

h5{
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 300;
}

h6{
    font-family: Roboto;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-display: swap;
    position: relative;
    margin-bottom: 25px;
    display: block;
}

h6.primary-color{
    color: #b28707;
}

h6:before{
    content: '';
    width: 48px;
    height: 2px;
    border-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}

.site-main:not(.notoppadding) {
    padding-top: 60px;
}

.site-main:not(.nobottompadding){
    padding-bottom: 60px;
}

.text-right {
    text-align: right;
}

.site {
    position: relative;
    overflow: visible;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.button{
    color: #fff;
    padding: 6px 18px;
    font-size: 12px;
    line-height: 24px;
    height: initial;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
    vertical-align: middle;
    word-break: inherit;
    margin-left: 8px;
    margin-top: 5px;
    text-decoration: none;
    transition:  all .2s;
}

.button.yellow{
    background: #b28707;
    color: #fff;
}

.button.yellow:hover{
    background: #c19616;
}

.btn-md, input.btn-md[type=submit] {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 24px;
}

.btn, input[type=submit] {
    height: initial;
    display: inline-block;
    font-family: "Montserrat";
    background: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 12px 30px;
    font-size: 12px;
    line-height: 24px;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    color: #959595;
    vertical-align: middle;
    word-break: inherit;
    outline: none;
}

.btn.icon-right {
    position: relative;
    padding-right: 78px;
}

button.btn-c2, .btn.btn-c2, input.btn-c2[type=submit] {
    background: #2b3b99;
    color: #fff;
}

.btn.btn-c2:after{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
}

button.btn-c2:hover, .btn.btn-c2:hover, input.btn-c2[type=submit]:hover {
    background: #3a4aa8;
    color: #fff;
}

.btn.block{
    display: block;
}

.button.full-width{
    display: block;
    width: 100%;
}

/** Header **/
.mainheader{
    background-color: #201e1f;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainheader span.primary{
    color: #b28707;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 7px;
    font-family: "Roboto";
    display: block;
}

.mainheader span.secondary{
    font-size: 1rem;
    font-family: "Roboto";
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.mainheader span.tertiary{
    font-weight: 300;
    text-align: center;
    font-style: italic;
    display: block;
    color: rgba(255,255,255,.8);
    font-family: "Roboto";
}

.mainheader .contactInfo{

}

.mainheader .contactInfo a.phone{
    color: #b28707;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.mainheader .contactInfo a.top-request{
    transition: all .2s;
}

.mainheader .contactInfo a.top-request:hover{
    color: #fff;
    background-color: #c19616;
}

.site-branding a.logo img{
    max-width: 198px;
}

/* Main Nav */
.menu-main-container{
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-main-container ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu-main-container ul li{
    display: inline;
    margin: 0 8px;
}

.menu-main-container ul li#menu-item-22{
    
    letter-spacing: 1px;
    
}

.menu-main-container ul li#menu-item-22 a{
    color: #fff;
    padding: 6px 18px;
    font-weight: 400;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
    vertical-align: middle;
    word-break: inherit;
    text-decoration: none;
    background: #b28707;
}

.menu-main-container ul li a{
    font-size: 14px;
    font-family: "Roboto";
    text-transform: uppercase;
    color: rgb(178, 135, 7);
    text-decoration: none;
    
}


.menu-main-container li{
    /* position: relative; */
}
.menu-main-container li a{
    color: #4A4A4A;
    font-weight: 500;
}

ul#menu-main > li > ul{
    display: none;
    /* padding-top: 19px; */
    /* top: 18px; */
    /* border-top: 18px solid transparent; */
}

ul#menu-main > li:hover > ul{
    display: block;
}

ul#menu-main > li > ul:before{
    content: '';
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
    top: -7px;
    border-bottom: 3px solid #e9c761;
    left: -3px;
    width: calc(100% + 6px);
    background: #201e1f;
}

.menu-main-container ul ul li a{
    font-size: 14px;
}

.menu-main-container > ul > li > ul{
    z-index: 999;
    border-radius: 0;
    border-left: 3px solid #e9c761;
    border-right: 3px solid #e9c761;
    border-bottom: 3px solid #e9c761;
    position: absolute;
    max-width: none;
    left: 0;
    background: #fff;
    padding-left: 0;
}

.menu-main-container li > ul li{
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.menu-main-container ul ul{
    text-align: left;
    padding-left: 30px;
}
.menu-main-container ul ul ul{
    display: block;
}

.menu-main-container ul ul ul li{
    display: inline-block;
}

/* Footer */
.site-footer{
    box-shadow: inset 0 1px 0 0 rgb(0 0 0 / 5%);
    background-color: #201e1f;
}

.site-footer .main-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-footer .special{
    width: 100%;
    margin-bottom: 15px;
}

.main-footer .special img{
    width: 100%;
    height: auto;
}

.main-footer .special .button{
    
margin: 0;
    
text-align: center;
    
margin-top: 10px;
    
font-size: 14px;
}

.site-footer .widget,
aside .widget {
    font-size: 14px;
}

.site-footer .widget .widget-title, aside .widget .widget-title {
    margin-bottom: 24px;
}

.site-footer .widget .widget-title:before{
    background-color: #b28707;
}

.site-footer .widget-title{
    color: #fff;
}

.widget-title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
}

.prefooter.text-light .widget .widget-title:after, .site-footer.text-light .widget .widget-title:after, aside.text-light .widget .widget-title:after {
    border-bottom-color: rgba(255,255,255,.16);
}

.site-footer .widget .widget-title:before, aside .widget .widget-title:before {
    content: '';
    width: 24px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}

.site-footer .widget .widget-title:after, aside .widget .widget-title:after {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
    right: 0;
}

.copyright-footer {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #0c0a0b;
    font-size: 14px;
}

/* Footer Menu */
.menu-footer-container{
    
}

.menu-footer-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.menu-footer-container ul li{

}

.menu-footer-container ul li a{
    padding-left: 0;
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inline-block;
    width: 99.999%;
    transition: all .2s;
    color: #fff;
    text-decoration: none;
    border-color: rgba(255,255,255,.16);
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.menu-footer-container ul li a:hover{
    color: #b28707;
}

.hoursWrap{
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
}

.hoursWrap .day{
    display: flex;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.16);
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.hoursWrap .day:last-child{
    border-bottom: none
}

.hoursWrap .day.current{
    color: #b28707;
    font-weight: 700;
}

.hoursWrap .day .left{
    width: 50%;
}

.hoursWrap .day .right{
    text-align: right;
    width: 50%;
}

.workingHours p{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 12px;
}

.pre-footer{
    padding: 60px 0;
    background-color: #2b3b99;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 40px
}

.pre-footer .box{
    margin-bottom: 20px;
}

.pre-footer a,
.pre-footer span{
    display: block;
    color: #fff;
    text-decoration: none;
}

.pre-footer .box{
    display: flex;
}

.pre-footer .left{
    width: 48px;
    height: 48px;
    background-color: #fff;
}

.pre-footer .right{

}

.pre-footer .top{
    
}

.pre-footer .bottom{
    color: rgba(255,255,255,.8);
}

.pre-footer .phone{

}

.pre-footer .location{

}

.pre-footer .location::before{
    width: 48px;
    height: 48px;
    background-color: #fff;
}

.pre-footer .request{

}

/* Content Blocks */
div.block{
    padding: 80px 0;
}

.block.white-grad{
    background: radial-gradient(circle at center, #fff 50%, #e6e6f6 100%);
    /* //background-image: linear-gradient(to right, #e2e6f7 , #e6e6f6); */
    
}

.block.yellow {
    background-position: center center;
    background-size: cover;
    background-image: url(https://newteethforme.com/wp-content/themes/advanced-institute-for-oral-health/images/bg1.jpg);
}

.block.white{
    background-color: #fff;
}

.block.gray{
    background-color: #201e1f;
}

.block.gray h1{
    color: #fff;
    position: relative;
    margin-bottom: 58px;
}

.block.gray h1:before{
    content: '';
    width: 48px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: -19px;
    position: absolute;
    background: #fff;
}

.block.gray h1:after{
    content: '';
    width: calc( 100% - 84px);
    height: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    text-align: inherit;
    bottom: -19px;
    position: absolute;
    left: 54px;
    color: #fff;
    background: rgba(255,255,255,.2);
}

.block.waves{
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}

.block.waves:before{
    height: 24px;
    width: 100%;
    content: '';
    background-image: url(https://newteethforme.com/wp-content/themes/advanced-institute-for-oral-health/images/wave3.svg);
    position: absolute;
    background-size: cover;
    top: -23px;
    left: 0;
}
.block.waves:after{
    height: 24px;
    width: 100%;
    content: '';
    background-image: url(https://newteethforme.com/wp-content/themes/advanced-institute-for-oral-health/images/wave3.svg);
    position: absolute;
    background-size: cover;
    bottom: -23px;
    right: 0;
    left: auto;
    transform: rotate(180deg)
}

.block.waves svg{
    position: absolute;
    height: 24px;
}

.block.waves svg:first-child{
    top: -24px;
    left: 0;
}

.block.waves svg:last-child{
    bottom: -24px;
    left: 0;
}

.block h1{
    color: #201e1f;
    margin-bottom: 25px;
}

.block h5{
    position: relative;
    color: #201e1f;
}
.block h5:before{
    content: '';
    width: 48px;
    height: 2px;
    border-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}

.inverted{
    transform: rotate(180deg);
    bottom: 0;
}

.promoWrap{
    display: flex;
    justify-content:space-between
}

.promoBox{
    position: relative;
    /* box-sizing: content-box; */
    width: 30%;
}

.promoBox:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    position: absolute;
  }

.promoBox img{
    width: 100%;
    height: auto; 
    display: block;
    margin: 0;
}
.promoBox .overlay{
    position: absolute;
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: content-box;
    display: none;
    transition: all .2s;
}

.promoBox:hover .overlay{
    display: block;
    cursor: pointer;
}

.promoBox .overlay:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}

.promoBox .overlay span{
    color: #fff;
    font-family: Roboto;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    height: 24px;
}

figcaption{
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

.pageContent ul{
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    text-indent: 4px;
    padding-left: 20px;
}

/* Featured Services on Home Page */
.featuredServices{

}

.featuredServices a{
    color: #fff;
    text-decoration: none;
}

.featuredServices a h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    transition: all .2s;
}

.featuredServices a:hover h4{
    color: #b28707;
}

.featuredServices i{

color: #b28707;
font-size: 40px;
}

.featuredServices .service{
    display: flex;
    padding-bottom: 36px;
    min-height: 48px;
}

.featuredServices .service .left{
    width: 48px;
}

.featuredServices .service .right{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featuredImage{
    width: 100%;
    margin-bottom: 10px;
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

.featuredImage img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

aside .sidebar-hide{
    display: none;
}

aside .widget-title:before{
    background-color: #b28707;
    content: '';
    width: 24px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}

aside .widget-title{
    margin-bottom: 30px;
}

aside .widget-title:after{
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
    right: 0;
}

aside h3:before{
    background-color: #b28707;
    content: '';
    width: 24px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}

aside h3{
    margin-bottom: 30px;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}

aside h3:after{
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
    right: 0;
}

aside p{
    
font-size: 14px;
    
/* color: #201e1f; */
}

aside .sidebarContent{
    margin-bottom: 20px;
}

aside .hours{
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%);
    padding: 18px 30px;
}

aside .hours .row{
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-family: "Roboto";
    border-bottom: 1px solid rgba(0,0,0,.10);
}

aside .hours .row.current{
    font-weight: 700;
    color: #b28707;
}

.wp-caption-text{
    text-align: left;
}

.wp-caption .wp-caption-text{
    margin-top: 5px;
}

.gallery-caption{
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

ul.quick-links {
    list-style: none;
    margin: 0 -15px 1em;
    text-align: left;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    text-indent: 0;
}

ul.quick-links li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.quick-links li a:link, ul.quick-links li a:visited {
    font: 400 16px/1.25 "Open Sans",Arial,sans-serif;
    text-decoration: underline;
    padding: 10px 15px;
    display: inline-block;
    color: #b28707;
}

h2[id]::before,
h3[id]::before,
h4[id]::before,
h5[id]::before {
    content: '';
    display: block;
    height:      75px;
    margin-top: -75px;
    visibility: hidden;
}

.testimonial{
    margin-top: 40px;
}

.testimonial .nametag{
    font-weight: bold;
    position: relative;
    padding-left: 13px;
}

.testimonial .nametag::before{
    content: '';
    border-bottom: 2px solid;
    width: 10px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 9px;
}
.testimonial.with-pic:nth-child(even) .col-md-4{
    order: 1;
}

.sideTestimonial{
    font-size: 14px;
    font-family: "Roboto";
    margin-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sideTestimonial p{
    margin-bottom: 10px;
    display: block;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 24px;
}

.sideTestimonial .nametag{
    font-weight: bold;
    position: relative;
    padding-left: 13px;
}

.sideTestimonial .nametag::before{
    content: '';
    border-bottom: 2px solid;
    width: 10px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}

.sidebarMenu{
    margin-bottom: 20px;
}

.sidebarMenu ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebarMenu ul li{
    text-transform: uppercase;
    margin-top: 0;
    display: block;
    position: relative;
}

.sidebarMenu ul li a{
    color: #b28707;
    font-family: Montserrat;
    padding-left: 0;
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inline-block;
    width: 99.999%;
    text-decoration: none;
}

.sidebarMenu li.current a{
    font-weight: bold;
    color: #2b3b99;
}

.owl-carousel{
    margin-top: 30px;
    margin-bottom: 30px;
}

.owl-carousel .caption{
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

.spacer{
    display: block;
    width: 100%;
    clear: both;
}

a.top-request{
    background: #b28707;
    color: #fff !important;
    padding: 6px 18px;
    font-size: 12px;
    line-height: 24px;
    height: initial;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
    vertical-align: middle;
    word-break: inherit;
    margin-left: 8px;
    margin-top: 5px;
}

a.top-request:hover{
    color: #fff;
}

.pageContent{
    padding-top: 15px;
}

h2 a{
    text-decoration: none;
    color: #b28707;
}

h2 a:hover{
    color: #b28707;
}

.owl-dot.active span{
    background-color: #b28707 !important;
}

strong{
    font-family: "Roboto";
}

/* Services Menu */
#menu-item-17{

}

#menu-item-17 > ul{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 0;
}
/* Column */



#menu-item-17 > ul > li{
    width: 25%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    padding: 25px;
    height: 100%;
}

#menu-item-17 > ul > li > a{
    color: #b28707;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
}

#menu-item-17 > ul > li > ul > li > a{
    color: #b28707;
    font-family: inherit;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
}

ul#menu-main{
    position: relative;
}

.menu-main-container ul ul ul,
.menu-main-container ul ul ul li{
    margin:0;
    padding:0;
}

.menu-main-container ul ul ul{
    padding-top: 10px;
    padding-right: 20px;
}

.menu-main-container ul ul ul li{
    margin-bottom: 10px;
}

.menu-main-container ul ul ul li:hover,
.menu-main-container ul ul ul li:focus{
    color: #222;
    font-weight: bold;
    text-decoration: none;
    background: #e9c761;
}

.menu-main-container ul ul ul li:hover a,
.menu-main-container ul ul ul li:focus a{
    color: #222 !important;
    font-weight: bold !important;
}

#menu-main > li:not(#menu-item-17){
    position: relative;
    
}

#menu-main > li:not(#menu-item-17) > ul{
    min-width: 350px;
}

#menu-item-22{
    z-index: 999;
}

.btn.blue{
    background: #2b3b99;
    color: #fff;
    position: relative;
    padding-right: 78px;
}

.btn.blue:after{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
    font-weight: 900;
}



.block.yellow img{
    max-width: 100%;
}

.block.yellow.grad{
    background: radial-gradient(circle, rgba(249,236,194,1) 0%, rgba(247,211,96,1) 63%, rgba(183,151,48,1) 99%);
}

p.headline{
    font-size: 1.5rem;
    line-height: 1.4em;
    border-bottom: 2px solid #b28707;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.pre-footer .left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #2b3b99;
    font-size: 23px;
    margin-right: 15px;
}

.sticky-logo{
    display: none;
}

.stickynav{
    position: sticky;
}

.sticky-menu{
    position: sticky;
    top: 0;
}

#menu{
    display: none;
}

.boxshadow{
    content: "";
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px/10px;
    width: 95%;
    margin: auto;
}

button.btn-c1, .btn.btn-c1, input.btn-c1[type=submit], .post-password-form input[type=submit] {
    background: #b28707;
    color: #fff;
    transition: 300ms all;
}

button.btn-c1:hover, .btn.btn-c1:hover, input.btn-c1[type=submit]:hover, .post-password-form input[type=submit]:hover {
    background: #c19616;
    color: #fff;
    transition: 300ms all;
}

.adr{
    font-size: 21px;
    line-height: 36px;
    
    position: relative;
    font-weight: 400;
}

.contact-form-header{
    padding-top: 60px;
}

.contact-form-header p{
    text-align: center;
}

.contact-form-header h2{
    text-align: center;
    display: block;
}

.contact-form-header h6{
    text-align: center;
    display: block;
}

p.sidebar-hide{
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    transition: opacity .4s ease;
    opacity: 0;
    z-index: 200;
    background-color: #b28707;
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.nav-container.is-pinned ~ .back-to-top{
    opacity: 1;
}

.back-to-top i{
    font-style: normal;
}

.fa-angle-double-up:before {
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 23px;
}

.nav-container{
    position: sticky;
    top: -1px;
    z-index: 999;
    background: #201e1f;
}

.nav-container img{
    opacity: 0;
    position: absolute;
    left: 13px;
    top: 5px;
    height: 50px;
    width: auto;
    transition: 100ms opacity;
}

.nav-container.is-pinned img{
    opacity: 1;
    
}

.mobmenu-left-alignment{
    width: 100% !important;
}

.mobmenu-left-alignment li{
    text-align: left;
}

.mobmenu-left-alignment ul{
    border: none !important;
}

.mobileHeader{
    display: none;
    padding: 30px 15px;
    background-color: #201e1f;
}

.mobileHeader img{
    max-width: 90%;
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 120px;
}
.mob-menu-header-holder{
    background-color: #201e1f !important;
}

.mobmenul-container{
    left: initial;
    right: 10px;
}

.admin-bar .mobileButtons{
    top: 46px;
}
.mobileButtons{
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    height: 50px;
    z-index: 99999;
    width: 250px;
    vertical-align: top;
    justify-content: space-around;
    width: calc(100% - 60px);

}

.mobileButtons a{
    color: #fff;
    margin: 0px 15px;
    display: block;
    
    display: inline-block;
    font-weight: 900;
}

.mobileButtons a img{
    display: inline-block;
    width: 40px;
    margin-top: 5px;
}

.mobileButtons a i{
    color: #fff;
    font-size: 28px;
    margin-top: 10px; 
}

/* Articles */
.blog .page-header {
  margin-bottom: 35px;
}

.blog h2, .single-post h2 {
  font-size: 28px;
}

.blog h2 a {
    text-decoration: none;
    color: #201e1f;
}

.blog h2 a:hover{
    color: #201e1f;
}

.blog article {
  margin: 1.5em 1.5em;
} 

.single-post .author {
  font-style: italic;
}

/* Google Pagespeed Fixes */

div.mobile-hide.block.yellow {
  min-height: 100px;
}

div.block.white {
  min-height: 100px;
}

div#primary.content-area {
  min-height: 100px;
}

.div.mobileHeader  {
  min-height: 50px;
}

.mobileHeader {
  min-height: 180px;
}

div.row {
  min-height: 100px;
}

aside.col-md-3 {
  min-height: 50px;
}

div.pageContent {
  min-height: 100px;
}