/* Theme Name: VDS
 * Description: VDS Child Theme for twentytwentyone
 * Template: twentytwentyone
 * Author(s): VDS Developers
 * Version: 1.0
 *
*/

.menu-scroll-down {
    display: none !important;
}

/* Accessibility */
.sub-menu .menu-item-has-children:focus-within .sub-menu {left: 100%;}
#site-navigation-right #top-menu > li:focus-within > ul,
#site-navigation #top-menu > li:focus-within > ul {
    left: 0;
}
/* End Accessibility */

/* General Styles */
body {background-color: transparent !important;}
html.js_active {margin-top: 0 !important;}
.vc_grid-item {z-index: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
/* .bakery ul {padding-left: 32px;} */
.black {color: #000;}
.white {color: #FFF;}
nav#site-navigation-right ul li a,
nav#site-navigation ul li a {
    width: auto;
}
.bakery .vc_row[data-vc-stretch-content="true"] .container {
    max-width: none;
    width: 100%;
}
@media (min-width: 980px) {
    .mb0-desktop {
        margin-bottom: 0 !important;
    }
}
/* END General Styles */

/* Admin Bar */
    @media (min-width: 980px) { .admin-bar { margin-top: 32px; } } /* Fix admin bar overlap */
    @media (max-width: 979px) { .admin-bar { margin-top: 0px; } #wpadminbar { display: none; } } /* Hide the Admin Bar */
    div#wpadminbar { margin-top: 0; }
/* END Admin Bar */

/* Show/Hide Matrix */
/* LARGE DESKTOP */
    @media (min-width: 1441px) { .display-large-desktop { display: none !important; } } /* 1441 & Above */
    @media (max-width: 1440px) { .hide-large-desktop { display: none !important; } } /* 1440 & Below */
/* END LARGE DESKTOP */
/* DESKTOP */
    @media (min-width: 1025px) { .display-desktop { display: none !important; } } /* 1025 & Above */
    @media (max-width: 1024px) { .hide-desktop { display: none !important; } } /* 1024 & Below */
/* END DESKTOP */
/* SMALL DESKTOP */
    @media (min-width: 980px) { .display-small-desktop { display: none !important; } } /* 980 & Above */
    @media (max-width: 979px) { .hide-small-desktop { display: none !important; } } /* 979 & Below */
/* END SMALL DESKTOP */
/* TABLET */
    @media (min-width: 769px) { .display-tablet { display: none !important; } } /* 769 & Above */
    @media (max-width: 768px) { .hide-tablet { display: none !important; } } /* 768 & Below */
/* END TABLET */
/* MOBILE */
    @media (min-width: 481px) { .display-mobile { display: none !important; } } /* 481 & Above */
    @media (max-width: 480px) { .hide-mobile { display: none !important; } } /* 480 & Below */
/* END MOBILE */
/* END Show/Hide Matrix */


/* Header */
body .site-branding a:hover,
body .site-branding a:focus {
    opacity: 1;
}
body .main-navigation ul li.menu-item-has-children.focus:before,
body .main-navigation ul li.menu-item-has-children:hover:before,
body .main-navigation ul li.menu-item-has-children.focus:after,
body .main-navigation ul li.menu-item-has-children:hover:after,
body .main-navigation ul li.page_item_has_children.focus:before,
body .main-navigation ul li.page_item_has_children:hover:before,
body .main-navigation ul li.page_item_has_children.focus:after,
body .main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}
body .navigation-top ul ul {
    border: none;
}
.navigation-top.site-navigation-fixed {
    display: none;
}
#top-menu:not(.mobile-menu) li:last-child {
    margin-right: 10px;
}
ul#top-menu ul.sub-menu li:last-child {
    margin-right: 0;
}
ul#top-menu.mobile-menu ul.sub-menu {
    padding: 0 0 0 16px;
}

/* 2021 Nav */
@media only screen and (min-width: 482px) {
    nav#site-navigation-right.primary-navigation > div > .menu-wrapper > li > .sub-menu li,
    nav#site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        background: transparent;
    }
}
nav.primary-navigation ul.menu-wrapper .current-menu-item > a:first-child,
nav.primary-navigation ul.menu-wrapper .current_page_item > a:first-child {
    text-decoration: none;
}
nav#site-navigation-right.hide-small-desktop button.sub-menu-toggle,
nav#site-navigation.hide-small-desktop button.sub-menu-toggle {
    display: none !important;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a,
nav#site-navigation.hide-small-desktop li.menu-item-has-children a {
    position: relative;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after {
    font-family: 'fontello';
    position: absolute;
    font-weight: 700;
    content: '\f107';
    font-size: 16px;
    right: 0;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children li a,
nav#site-navigation.hide-small-desktop li.menu-item-has-children li a {
    padding-right: 0;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children li a::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children li a::after {
    content: none;
}
.mobile-menu .sub-menu-toggle span {
    display: none;
}
nav#mobile-site-navigation ul#top-menu {
    padding: 16px 32px 24px 32px;
    list-style: none;
    display: none;
}
nav#mobile-site-navigation.toggled-on ul#top-menu {
    display: block;
}
nav#mobile-site-navigation li button[aria-expanded="false"] span.icon-minus,
button#primary-mobile-menu[aria-expanded="false"] span.close {
    display: none;
}
nav#mobile-site-navigation li button[aria-expanded="true"] span.icon-plus,
button#primary-mobile-menu[aria-expanded="true"] span.open {
    display: none;
}
button#primary-mobile-menu {
    background: transparent;
    padding: 0;
    border: 0;
}
nav#mobile-site-navigation {
    width: 100%;
}
nav#mobile-site-navigation ul.sub-menu {
    display: none;
}
button.sub-menu-toggle {
    background: transparent !important;
}
.mobile-menu .sub-menu.sub-toggled-on {
    display: block !important;
}
nav#site-navigation-right.hide-small-desktop ul.sub-menu::before,
nav#site-navigation-right.hide-small-desktop ul.sub-menu::after,
nav#site-navigation.hide-small-desktop ul.sub-menu::before,
nav#site-navigation.hide-small-desktop ul.sub-menu::after {
    display: none !important;
}
ul#top-menu.mobile-menu li {
    position: relative;
    padding: 16px 0;
}
ul#top-menu.mobile-menu li:not(.current-menu-item) a {
    text-decoration: none;
}
.mobile-menu li.menu-item-has-children button.sub-menu-toggle {
    transition: all 0.3s ease-in-out;
    position: absolute;
    line-height: 0;
    border: none;
    height: 36px;
    width: 36px;
    padding: 0;
    top: 11px;
    right: 0;
}
.mobile-menu li.menu-item-has-children button.sub-menu-toggle:hover,
.mobile-menu li.menu-item-has-children button.sub-menu-toggle.toggled {
    transition: all 0.3s ease-in-out;
    background: #4d4d4d !important;
    color: #FFF !important;
}
.mobile-menu .sub-menu-toggle::after {
    transition: all 0.3s ease-in-out;
    font-family: 'fontello';
    font-weight: 700;
    font-size: 28px;
}
.mobile-menu button.sub-menu-toggle:not(.toggled)::after {
    content: '\f107'; /* icon-anfle-down */
}
.mobile-menu button.sub-menu-toggle.toggled::after {
    content: '\f106'; /* icon-anfle-up */
}
ul#top-menu.mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (min-width: 980px) {
    body.primary-navigation-open .primary-navigation > .primary-menu-container {
        position: relative;
    }
}
/* END Header */

/* WP Bakery (Visual Composer) */
.bakery {
    clear: both;
}
body.page #content.below-header {
    padding: 0;
}
body.page .site-footer {
    margin: 0;
}
.bakery div.vc_row {
    margin-right: 0;
    margin-left: 0;
}
.bakery div.vc_row:before,
.bakery div.vc_row:after,
.bakery div.vc_row .vc_column-inner:before,
.bakery div.vc_row .vc_column-inner .wpb_wrapper:before {
    content: none;
}
@media (min-width: 980px) {
    .bakery .container {
        display: flex;
    }
}
.bakery div.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    margin-bottom: 0;
}
/* End WP Bakery (Visual Composer) */

/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */


/* END Buttons */


/* Logo Left + Nav Right */
header.site-header {
    background-color: transparent;
    max-width: none;
    row-gap: unset;
    padding: 0;
    z-index: 1;
}
.left-right-header {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }
.left-right-header .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.left-right-header ul#top-menu li {
    padding: 38px 10px; 
}
.left-right-header ul#top-menu li ul.sub-menu li {
    padding: 0;
}
ul#top-menu li a {
    padding: 0;
}
body .left-right-header .site-branding {
    padding: 0;
    top: 0px; 
}
body .left-right-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.left-right-header .nav-and-button {
    justify-content: right;
    align-items: center;
    display: flex;
    float: right;
}

@media (min-width: 980px) {
    .top-header.left-right-header nav {
        padding-right: 15px;
        float: left;
    }
}


body .left-right-header .logo {
    float: left;
    width: auto;
}
body .left-right-header .logo .site-branding {
    display: flex !important;
    margin-bottom: 0;
    margin-top: 0;
}
.left-right-header button#primary-mobile-menu:hover,
.left-right-header button#primary-mobile-menu:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-right-header button#primary-mobile-menu:focus {
    outline: none;
}

@media (max-width: 979px) {
    .left-right-header .header-button {
        margin-right: 10px;
    }
    body .left-right-header button#primary-mobile-menu {
        margin-top: 0px;
    }

    .left-right-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .left-right-header .main-navigation.toggled-on > div > ul {
        display: block !important;
        padding: 10px 30px;
    }
    .left-right-header .main-navigation.toggled-on ul.top-menu {
        display: block !important;
    }
    .main-navigation ul ul.toggled-on {
        background: transparent;
    }
    a.btn-bt.default,
    a.btn-bt.alternate {
        padding: 10px 16px;
    }
}

/* 2021 Mods */

.top-header.left-right-header nav.hide-small-desktop ul.sub-menu {
    padding-top: 0;
    border: none;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li a {
    padding: 10px 16px !important;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li:first-child a {
    padding-top: 16px !important;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li:last-child a {
    padding-bottom: 16px !important;
}


/* End Logo Left + Nav Right */

/
/* Top Banners */
.home .default-header {
    text-align: center;
}
.default-header {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    justify-content: center ;
    align-items: center;
    display: flex;
    width: 100%;
}
.default-header .container {
    justify-content: center;
    align-items: center;
    display: flex;
}
body:not(.home) .row.default-header h1 {
    margin-bottom: 0;
}
/* END Top Banners */

/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */

/* Parallax */
@media (min-width:979px) {
    .add-parallax {
        background-attachment: fixed !important;
    }
}
/* END Parallax */


/* Footer */
footer#footer {
    max-width: none;
    padding: 0;
    display: flex;
}
footer#footer .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 980px) {
    footer .row .container {
        display: flex;
    }
}

footer#footer a:hover,
footer .widget a {
    box-shadow: none;
}
footer#footer.site-footer {
    border-top: none;
    margin-top: 0;
}

@media (min-width: 980px) {
    footer .widget-content.widget {
        margin-bottom: 0;
    }
}

footer .widget {
    margin-bottom: 15px;
    padding: 0;
}
footer .widget a img {
    box-shadow: none;
}
footer .widget h5 {
    margin-bottom: 5px;
}
footer ul.social li a {
    transition: 0.3s ease-in-out;
}
footer ul.social li a:hover {
    transition: 0.3s ease-in-out;
}
i.footer-icon {
    padding-right: 4px;
    font-size: 18px;
}
/* END Footer */

/* Copyright Row */
@media (min-width: 980px) {
    .copyright .container {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
}

.copyright 
.copyright {
    padding: 0;
}
.copyright-text p {
    float: left;
}
.copyright-text.centered {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.copyright ul.social li{
	display:inline;
}
.copyright-text.centered p {
    text-align: center;
    margin: 0;
}
.copyright ul.social {
    line-height: 21px;
}
.copyright ul.social li a i {
    font-size: 16px;
}
.copyright-text.span6.left p {
    margin-bottom: 0;
}


@media (max-width: 979px) {
    .copyright {
        padding: 16px 0;
    }
    .copyright .span6 {
        float: none !important;
        width: 100% !important;
    }
    div.row.copyright .span6 p,
    div.row.copyright .span6 ul {
        text-align: center;
        float: none;
    }
    .copyright-text:not(.centered) {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .copyright-content.span6.right {
        margin-top: 8px;
    }
}
/* END Copyright Row */

/* Responsive */
@media (max-width: 979px) {
    body footer#footer a {
        box-shadow: none;
    }
    ul#top-menu {
        border: none;
    }
    body button#primary-mobile-menu:focus {
        outline: none;
    }
    
    .span3 {
        padding: 0 30px;
        width: 100%;
        float: left;
    }
    button#primary-mobile-menu span {
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 480px) {
    .top-header .logo .site-branding a {
        line-height: 0;
        height: unset;
    }
    .top-header .logo .site-branding a img {
        height: 25px;
    }
    a.btn-bt.default,
    a.btn-bt.alternate {
        letter-spacing: 1px;
    }
}
/* END Responsive */

/* Arrow Up */
.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:5px;
     bottom:100px;
     Z-index:1;
     display:none;
}

a.topbutton i.icon-up-circled2 {
    font-size: 45px;
    color: limegreen;
    background-color: transparent;
}

/* Copyright Three Column */
.menu-copyright-menu-container ul#menu-copyright-menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px !important;
    padding: 10px 0px;
}

ul#menu-copyright-menu li {
    padding: 0px 7px;
}

@media (min-width: 980px) {
    .copyright-content.span6.middle-three-column {
        width: 60%;
    }
    
    .copyright-text.span6.left-three-column, .copyright-content.span6.right-three-column {
        width: 20%;
    }
    
    .copyright-content.span6.right-three-column {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 979px) {
    
    .copyright-content.span6.middle-three-column {
        width: 100%;
    }
    
    .copyright-text.span6.left-three-column, .copyright-content.span6.right-three-column {
        width: 100%;
    }
    
    ul.social.top-widget-socials {
        margin: 0px;
        padding: 0px;
    }
}

/* New Build Css Edits */
/* General */
body, html {
    overflow-x: hidden;
}

.mobile-only {
        display: none !important;
}

.row.default-header {
    height: 200px;
    background-position: top center !important;
}

.row.page-title {
    padding-top: 120px;
}

@media (min-width: 980px) {
    .row.default-header.not-lazy {
        margin-top: -80px;
        position: relative;
    }
}

@media (max-width: 979px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .bakery .container {
        width: 95%;
    }
    .row.page-title {
        padding-top: 25px;
    }
    .row.default-header {
        height: 100px;
    }
}

@media (max-width: 500px) {
    .bakery .container {
        width: 90%;
    }
    
    .row.default-header {
        height: 75px;
    }
}

/* Typeography */
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.row.default-header .page-title h1 {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-shadow: 1px 1px 8px #000000;
    font-weight: 400;
}

body p, body li {
    font-family: 'Lato', sans-serif;
}

body, button, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5A5B5D;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}

@media (max-width: 500px) {
    .row.default-header .page-title h1 {
        font-size: 18px;
    }
}

/* Buttons */
a.btn-default {
    border: 2px solid #000000;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    line-height: 24px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.50);
    padding: 15px 30px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    text-decoration:none;
}

a.btn-default:hover {
    background: rgba(255,255,255,0.50);
    border: 2px solid #EFA036;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    transition:0.3s;
    color: #000000;
}

@media (max-width: 979px) {
    a.btn-default {
        width: 100%;
        display: block;
    }
}

/* Header */
header#header #site-navigation #top-menu li{
    text-align:center;
}
header#header #site-navigation #top-menu li li{
    text-align:left;
}
header#header #site-navigation #top-menu li a{
    text-shadow: 1px 1px 1px #000;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

header#header #site-navigation #top-menu li a:hover {
    color: #EFA036;
}

header#header  .left-right-header .logo{
    position:absolute;
    left:0;
    z-index:10000;
}
header#header .left-right-header .header-button{
    position:absolute;
    right:0;
    z-index:10000;
}

.hide-small-desktop #top-menu .menu-item .icon{
    display:none;
}
header#header .left-right-header .container .nav-and-button{
    float:none;
}

header#header .left-right-header .container #site-navigation{
    float:none;
}

header#header .header-br{
    display:none;
}
header#header .left-right-header .container #top-menu{
    text-align:center;
    align-items:center;
}
header#header #top-menu li:last-child{
    margin-right:0px;
}

header#header .left-right-header .site-branding {
    padding:0px;
}
header#header .left-right-header > .container{
    position: relative;
    padding-top: 10px;
    padding-bottom:10px;
    display: flex;
    justify-content: flex-end;
}
body:not(#mi-casa) header#header{
    position: sticky;
    width: 100%;
}

header#header.fixed {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
}
@media (max-width:980px){
    header#header .left-right-header .container a.btn-bt.default {
        display:none;
    }

    header#header .left-right-header .navigation-top{
        position:absolute;
        right:0;
    }
    header#header .left-right-header .menu-toggle {
        margin-top: 5px;
    }
    header#header #top-menu li{
        padding:0;
    }
}
header#header .left-right-header .header-button, 
header#header .left-right-header .logo{
    max-width:225px
}
@media (max-width:1200px) and (min-width:980px){
    header#header .navigation-top nav {
        margin-left: 0;
    }
    header#header .header-br{
        display:block;
    }

    header#header .left-right-header .header-button, 
    header#header .left-right-header .logo{
        width:190px;
    }
    header#header .left-right-header .navigation-top{
        width:unset;
    }
    .left-right-header #top-menu li {
        padding:24px 8px;
    }
    
}

@media (max-width: 979px) {
    header#header .left-right-header .container .nav-and-button{
        float:right;
    }
    body #header .top-header.left-right-header,
    body header#header .left-right-header > .container{
        padding-top:0;
    }
    .top-header.left-right-header,
    .main-navigation ul ul {
        background-color: #2C292B;
    }
    
    header#header .left-right-header .logo {
        top: unset;
    }
    
    .top-header .main-navigation.toggled-on ul#top-menu li a {
        text-shadow: 1px 1px 1px #000;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-align: left;
    }
    
    .top-header .main-navigation.toggled-on ul#top-menu li a:hover {
        color: #EFA036;
    }
}
footer#footer a:not(.ab-item) {
    box-shadow: none;
}

footer#footer .row {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (max-width: 979px) {
    .site-footer .widget_text {
        margin-bottom: 0px;
    }
    
    footer#footer .row {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .site-footer .widget-content.widget {
        margin-bottom: 0px;
    }
    
}

@media (min-width: 980px) {
    .bakery .vc_row[data-vc-stretch-content="true"] .container {
        max-width: none;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 979px) {
    .bakery .vc_row[data-vc-stretch-content="true"] .container {
        max-width: 95%;
    }
}

fieldset {
    border: none;
}

/* 2021 theme */
html a{
    text-decoration:none;
}
body h2{
    font-size: 26px;
    line-height: 36px;
}

body [class^="icon-"]:before, 
body [class*=" icon-"]:before{
    margin:0;
}

body:not(.home) .default-header .container h1{
    margin-bottom:0;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: .85px;
    text-shadow: 2px 2px 8px #000000;
    font-weight: 900;
	text-align:center;
    text-transform: uppercase;
    padding-top:0;
}

body .left-right-header .navigation-top{
    position:unset;
}
header#header .left-right-header .logo{
    width:14%;
}
body .left-right-header .navigation-top{
    max-width:86%;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a::after, 
nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after{
    display: none;
}

.top-header.left-right-header nav{
    padding:0;
}
.left-right-header ul#top-menu li{
    padding: 24px 10px;
}
.left-right-header ul#top-menu li ul.sub-menu li {
    padding: 5px 15px;
}
header#header .left-right-header #site-navigation ul#top-menu li ul.sub-menu li a{
    padding:0 !important;
}
ul#top-menu ul.sub-menu {
    padding: 10px 0px;
    background-color: rgba(44, 41, 43, 0.75);
}
ul#top-menu ul.sub-menu ul.sub-menu{
    display: none;
}
ul#top-menu ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
    display: block;
    position:absolute;
    left:207px;
    top:0px
}
header#header ul#top-menu.mobile-menu li{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
ul#top-menu.mobile-menu li.menu-item-has-children button.sub-menu-toggle{
    z-index:1;
    text-align:center;
    border-radius:5px;
    height:28px;
    width:28px;
    bottom:2px;
    top:unset;
}
ul#top-menu.mobile-menu li.menu-item-has-children ul{
    list-style:none;
}

header#header ul#top-menu.mobile-menu li.menu-item-has-children ul li{
    margin-bottom:0;
    padding: 10px;
}
ul#top-menu.mobile-menu li.menu-item-has-children button.sub-menu-toggle::after{
    color:#fff;
}
ul#top-menu.mobile-menu li.menu-item-has-children button.sub-menu-toggle:hover::after{
    color:#efa036;
}
ul#top-menu.mobile-menu li.menu-item-has-children button.sub-menu-toggle.toggled::after{
    color:#efa036;
}

ul#top-menu.mobile-menu ul.sub-menu ul.sub-menu {
    display: block;
}
.blog #content .blog{
    padding:0;
}




@media (max-width:980px){
    body:not(.home) .row.default-header h1{
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-size: 42px;
        color: #FFFFFF;
        letter-spacing: 4px;
        text-shadow: 2px 2px 8px #000000;
        font-weight: 400;
        text-transform: uppercase;
        padding-top: 0;
    }
}

.search-submit i.icon-search{
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    top: 1px;
    right: 1px;
}




.schema-row, .schema-row * {
    min-height: 0;
    height: 0;
    max-height: 0;
}
