/*   
Theme Name:  shoptocook-responsive-geisslers-2
Description: Geisslers Supermarket Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.0
*/

.color-header-bg{
    transition: all 1s;
}

.weekly-ad-header-img {
    vertical-align: bottom;
}

.cycloneslider-template-default .cycloneslider-pager {
    top: 40px !important;
}

.header-logo img {
    max-width: 100%;
    max-height: 100%;
    max-height: 100px;
    transition: all 1s;
}

.header-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.header-container > * {
    /*flex: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container > .header-left{
    justify-content: flex-start;
}

.header-container > .header-right{
    justify-content: flex-end;
}

.header-container div.header-content,
div.clear {
    display: none;
}

.header-container>.facebook-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.facebook-container>a {
    margin: 3px;
    display: inline-block;
    text-indent: -9999px;
    background: url('/wp-content/themes/shoptocook-responsive/images/social.png?v=2') 0 50% no-repeat;
    background-position: 0px 0px;
    width: 46px;
    height: 46px;
    opacity: 1;
}

.header-container .logo_container{
    min-height: 100px;
    padding-right: 200px;
}

.header-container .login_container{
    padding: 0px;
}

@media (max-width: 600px) {
    .weekly-ad-container,
    .weekly-ad-header-img {
        text-align: center;
        margin: 0px !important;
    }
    .header-logo {
        margin: 0;
    }
    .weekly-ad-container,
    .header-container>.facebook-container {
        display: none;
    }
}

@media (max-width: 780px) {
    .catering_slider {
        padding-top: 15px !important;
    }
}

@media (max-width: 950px) {
    .top_page_header_text {
        font-size: 25px !important;
        height: 25px !important;
    }
}

@media (max-width: 570px) {
    .top_page_header_text {
        height: 50px !important;
        top: 70% !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 900px) {
    #site-navigation {
        max-width: 95% !important;
    }
}

@media screen and (max-width: 899px) {
    /*.main-wrapper {padding-top: 33px;} */
    .cycloneslider-template-default .cycloneslider-pager {
        top: 20px !important;
    }

    #masthead {
        background-image: none !important;
    }
}


/**************
 *   Preheader   *
 **************/

#preheader {
    background-color: #f6f6f6;
    color: black;
}

.selected-store {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin: 6px;
    font-size: 14px;
    font-weight: bold;
}

.selected-store img {
    padding-right: 5px;
    vertical-align: middle;
}

.selected-store-link {
    white-space: nowrap;
}

/*.navigation-main, .navigation-main li a:hover {color: black !important;}*/

.navigation-main .nav-menu .current-menu-item a:after,
.navigation-main .nav-menu .current-menu-parent a:after,
.navigation-main .nav-menu .current-menu-ancestor a:after {
    display: none;
}

#masthead {
    /*background-image: url('images/top_bg.jpg');*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}


/***********************
 *   NAVIGATION MENU   *
 ***********************/

.navigation-main .nav-menu>li>a {
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navigation-main .nav-menu .sub-menu a {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navigation-main .nav-menu .sub-menu .menu-item {
    width: 100%;
}

#site-navigation {
    padding: 0;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    min-width: 100%;
}

.site-header .menu-toggle{
    font-family: 'Nexa', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    padding: 20px;
    text-align: right;
}

@media (max-width: 600px) {
    #site-navigation {
        box-shadow: none;
    }
    .menu-no-link>a {
        cursor: default;
    }
}

.navigation-main {
    float: none;
    font-weight: bold !important;
}

.navigation-main div.header-logo a {
    padding: 20px 0px;
}

.navigation-main ul {
    margin: 0 !important;
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    text-align: right;
}

.navigation-main ul ul {
    top: 100% !important;
    right: 0;
    left: auto;
    min-width: 200px;
    text-align: center;
}

.nav-primary .menu-item-more ul {
    min-width: 200px;
}


/*.navigation-main li.current-menu-item a {color: black;}*/

.main-wrapper .login_container {
    background-color: white;
    margin-left: 0px;
    padding: 0px !important;
    width: 50%;
    margin: 0 auto;
    border-radius: 25px 25px 0px 0px;
    text-align: center;
}


/*************
 *   Footer   *
 *************/

.footer-wrapper{
    position: relative;
}

.footer-wrapper:before{
    /*background: url("/wp-content/themes/shoptocook-responsive-adamshometownmarkets/images/bg10.jpg") no-repeat center left;
    background-size: cover !important;
    background-position: -10% 50%;
    transform: scaleX(-1);*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.site-footer a:hover {
    color: #EAEAEA;
}

ul.nav-social li a:hover {
    opacity: 1; 
    transform: scale(1.2, 1.2);
    transition: transform .5s;
}

.nav-social-header{
    position: static !important;
}

.site-info,
.site-info a {
    color: white;
}

.page_headers {
    font-size: 24px;
    color: #007cc2;
}

.tops_page_header {
    position: relative;
    width: 100%;
    margin-top: -30px;
}

.top_page_header_text {
    position: absolute;
    left: 0;
    height: 45px;
    width: 45%;
    top: 85%;
    color: white;
    background-color: #007cc2;
    font-size: 45px;
    padding: 10px;
    margin-left: 15px;
    line-height: 1em;
    font-family: "Times New Roman", Georgia, Serif;
}

.tops-page-content {
    font-size: 20px;
    line-height: 1.5em;
}

.tops-page-content ul {
    line-height: 1em;
}

.catering_slider {
    padding-top: 100px;
}

.weekly-ad-header-img {
    margin: 10px 45px 0px 0px;
}

.warning_message {
    border: 5px dotted red;
    padding: 10px;
}

.nav-primary {
    width: 100%;
    display: table;
    text-align: center;
}

.nav-primary li {
    display: inline-block;
    float: none;
}

.nav-secondary {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-secondary li {
    display: inline;
}

.nav-secondary a {
    font-size: 12px;
}

.menu_item>a {
    text-align: center;
}

.store-locator-search {
    background: #2f4c11 !important;
}

.store-locator-search > h2{
    letter-spacing: 1px;
    font-size: 28px !important;
    margin: 10px 0px !important;
}

h4.locator-store-name{
    line-height: normal;
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 20px;
}

span.locator-links{
    margin: 20px 0px 25px;
    font-weight: bold !important;
    font-size: 18px;
    display: block;
}

@media (max-width: 600px) {
    .footer-wrapper:before, .header-wrapper{
        background-position: center;
    }
    .header-container {
        justify-content: center;
        flex-direction: column;
    }
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
        display: list-item;
    }
    .navigation-main .nav-menu > li {
        width: 100%;
    }
    .navigation-main .nav-menu .sub-menu a {
        padding-right: 10px !important;
    }
    .footer-container{
        text-align: center;
        flex-direction: column-reverse;
    }
    .footer-container > *{
        text-align: center !important;
    }
}

#main{
    color: #565959;
    justify-content: center;
    margin: 0px auto 50px auto !important;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}

.content-area {
    background-color: transparent !important;
}

.custom-template-outer {
    max-width: 960px !important;
    color: black;
}

#stc-search-header {
    box-shadow: none;
}

#pagearea {
    margin: 0 auto !important;
}

.header-logo {
    width: 350px !important;
}

.weekly-ad-container {
    text-align: right;
    margin: 0 20px;
    position: relative;
    top: 5px;
}

.stc-feat-image {
    max-width: 100%;
    height: auto;
}

.stc-feat-image .inner-border {
    display: none;
}

.stc-feat-image img {
    outline: 4px solid white;
    outline-offset: -15px;
}

.site-header .menu-toggle:before{
    content: '';
}

.site-footer{
    position: relative;
    z-index: 2;
}

.footer-wrapper .footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.footer-wrapper .footer-container > .site-branding{
    max-width: 300px;
}

.footer-wrapper .footer-container > .menu-columns{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    gap: 20px;
}

.footer-wrapper .footer-container > .menu-columns > .column{
    display: flex;
    flex: 1;
}

.footer-wrapper .footer-container > .menu-columns > .column.logo{
    align-items: center;
    flex-direction: column;
}

.footer-wrapper .footer-container > .menu-columns > .column.logo img{
    max-width: 280px;
}

.footer-wrapper .footer-container > .menu-columns > .column .text{
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.footer-wrapper .footer-container > .menu-columns > .column h4{
    color: #5f6c50;
    font-family: 'Veneer', sans-serif;
    letter-spacing: 2px;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 10px;
}

.footer-wrapper .footer-container > .menu-columns > .column.logo h4{
    margin-bottom: 0px;
    margin-top: 20px;
}

.footer-wrapper .footer-container > .menu-columns > .column a{
    color: #565959;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Nexa', sans-serif;
    text-decoration: none;
    padding-bottom: 5px;
}

.footer-wrapper .footer-container > .menu-columns > .column.logo{
    justify-self: center;
    align-self: center;
}

.footer-wrapper .footer-container > .menu-columns > .column.logo a{
    padding-bottom: 0px;
}

.footer-wrapper .footer-container > .menu-columns > .column a:hover{
    text-decoration: underline;
}

.footer-wrapper .footer-container .social{
    margin-top: 20px;
}

.footer-wrapper .bottom > .legal{
    color: white;
    text-align: center;
}

.footer-wrapper .bottom > .legal > *{
    padding: 20px;
    display: block;
    font-size: 12px !important;
}

.footer-wrapper .bottom > .legal a {
    color: white;
}

.footer-wrapper .bottom > .legal a:hover {
    color: #e6e6e6;
}

.article.page * {
    line-height: normal;
}

.entry-content h1{
    font-family: 'Veneer', sans-serif;
    font-size: 48px !important;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px !important;
    line-height: normal !important;
    color: #5f6c50;
}

.entry-content h1 > u{
    text-decoration-color: black;
}

.entry-content h2{
    font-family: 'Veneer', sans-serif;
    font-size: 38px !important;
    letter-spacing: 1px;
    line-height: normal !important;
    color: #5f6c50;
}

.entry-content h3{
    font-family: 'Nexa', sans-serif;
    font-size: 28px !important;
    line-height: normal !important;
}

.entry-content h4{
    font-family: 'Nexa', sans-serif;
    font-size: 24px !important;
    line-height: normal !important;
}

body.page .entry-content a{
    text-decoration: none;
    color: darkblue;
    line-height: normal;
}

.entry-content a:hover{
    text-decoration: underline;
}

.button, a.button, .wpm-button, a.wpm-button{
    background: #202945;
    color: white !important;
    border: none;
    cursor: pointer;
}

.round-corners{
    border-radius: 50px;
}

.entry-content p{
    font-size: 16px;
    line-height: 150%;
}

.footer-container p{
    margin-bottom: 0;
}

.locator-overlay{
    color: black;
}

.locator-overlay a{
    color: #2f4c11 !important;
}

.gm-style .gm-style-iw-c{
    color: black;
}

.mercato-iframe{
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.corona{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.entry-content iframe{
    display: block;
    margin: 0 auto
}

.wp-block-video{
    max-width: 800px;
    margin: 0 auto 1em;
}

@font-face {
    font-family: 'League Gothic';
    src: url('./fonts/LeagueGothic-CondensedItalic.woff2') format('woff2'),
        url('./fonts/LeagueGothic-CondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'League Gothic';
    src: url('./fonts/LeagueGothic-Italic.woff2') format('woff2'),
        url('./fonts/LeagueGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'League Gothic';
    src: url('./fonts/LeagueGothic-CondensedRegular.woff2') format('woff2'),
        url('./fonts/LeagueGothic-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'League Gothic';
    src: url('./fonts/LeagueGothic-Regular.woff2') format('woff2'),
        url('./fonts/LeagueGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Signalist';
    src: url('./fonts/SignalistW00-Signalist.woff2') format('woff2'),
        url('./fonts/SignalistW00-Signalist.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignPainter';
    src: url('./fonts/SignPainterHouseShowcard.woff2') format('woff2'),
        url('./fonts/SignPainterHouseShowcard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer';
    src: url('./fonts/Veneer-Italic-fix.woff2') format('woff2'),
        url('./fonts/Veneer-Italic-fix.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer Three';
    src: url('./fonts/VeneerThree-Italic.woff2') format('woff2'),
        url('./fonts/VeneerThree-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer Three';
    src: url('./fonts/VeneerThree.woff2') format('woff2'),
        url('./fonts/VeneerThree.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer Two';
    src: url('./fonts/VeneerTwo-Italic.woff2') format('woff2'),
        url('./fonts/VeneerTwo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer';
    src: url('./fonts/Veneer-fix.woff2') format('woff2'),
        url('./fonts/Veneer-fix.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Veneer Two';
    src: url('./fonts/VeneerTwo.woff2') format('woff2'),
        url('./fonts/VeneerTwo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('./fonts/NexaRegular-2.woff2') format('woff2'),
        url('./fonts/NexaRegular-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('./fonts/NexaBold.woff2') format('woff2'),
        url('./fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#menu-main-menu * {
    box-sizing: border-box;
    transition: .5s all;
}

.nav-primary-container { 
    width:100%;
}

.navigation-main ul > .current_page_item, .navigation-main ul > .current-menu-item, .navigation-main ul > .current-post-ancestor, .navigation-main ul > .current-menu-ancestor, .navigation-main ul > .current-menu-parent, .navigation-main ul > .current-post-parent {
    background: white;
}

.navigation-main ul > .current_page_item a:after, .navigation-main ul > .current-menu-item a:after {
    content: '';
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border: none;
    position: absolute;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    z-index: auto;
}

.main-wrapper{
    margin-bottom: 60px;
}

.background-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-bar{
    display: flex;
    align-items: center;
    margin: 0px auto;
    position: relative;
}

.lef-button{
    background-color: #5f6c50;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 20px !important;
    position: absolute !important;
    top: 0;
    right: 0;
    transition: 1s all;
}

.header-wrapper.sticky .lef-button{
    top: -50px;
}

ul.nav-primary li.menu-item{
    box-shadow: 0 0 0 black inset;
    transition: .5s;
}

ul.nav-secondary li a{
    color: #5f6c50 !important;
    font-size: 14px;
}

.nav-secondary li + li:before{
    color: #5f6c50 !important;
    font-size: 16px;
}

.navigation-main .sub-menu li{
    background-color: white !important;
}

.header-wrapper.sticky{
    position: sticky;
    top: 0;
    z-index: 999999;
    box-shadow: 0px 10px 30px 0px #00000040;
}

.header-wrapper.sticky .navigation-main div.header-logo a {
    padding: 10px;
}

.header-wrapper.sticky .header-logo img{
    max-height: 48px;
}

.stc-feat-link{
    background-color: #5f6c50;
    font-weight: bold;
}

.navigation-main.toggled .menu-item-has-children ul li a:before{
    content: none;
}

.map{
    overflow: hidden;
}

.map iframe {
    width: 100%;
    border: none;
    border: none !important;
    margin-top: -60px;
    min-height: 500px;
}

.wp-block-columns{
    margin-bottom: 20px;
}

.site-content .entry-content blockquote{
    margin-left: 20px;
    padding-left: 20px;
}

.site-content .entry-content blockquote:before{
    display: none;
}

.wp-block-image, .wp-block-buttons{
    margin-bottom: 10px;
}

summary{
    font-family: 'Veneer', sans-serif;
    font-size: 32px !important;
    letter-spacing: 1px;
    line-height: normal !important;
    color: #5f6c50;
    background-color: #f5f5f5;
    padding: 10px 20px;
    text-align: center;
}

body.page-id-67 .nav-secondary{
    display: none;
}

ideal-circular-view{
    min-height: 1000px;
}

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

.animated {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: backwards;
}

.animated.delay-1 {
    animation-delay: .5s;
}

.animated.delay-2 {
    animation-delay: 1s;
}

.animated.delay-3 {
    animation-delay: 1.5s;
}

.animated.delay-4 {
    animation-delay: 2s;
}

.animated.delay-5 {
    animation-delay: 2.5s;
}

.animated.delay-6 {
    animation-delay: 3s;
}

.animated.delay-7 {
    animation-delay: 3.4s;
}

.animated.delay-8 {
    animation-delay: 4s;
}

@media (prefers-reduced-motion) {
    .animated {
        animation: unset !important;
        transition: none !important;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 800px) {
    .footer-wrapper .footer-container > .menu-columns{
        flex-direction: column;
    }
    .footer-wrapper .footer-container > .menu-columns > .column{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .footer-container > .menu-columns > .column > .icon{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .footer-wrapper .footer-container > .menu-columns > .column > .text{
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
    .footer-wrapper .footer-container > .menu-columns > .column.logo{
        order: -1;
    }
}

@media (max-width: 600px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: initial !important;
    }
    .header-wrapper.mobile-sticky{
        position: absolute;
    }
    .nav-primary{
        text-align: left;
    }
    .navigation-main .nav-menu .sub-menu a{
        width: auto;
        padding-left: 40px !important;
    }
    .header-container {
        justify-content: center;
        flex-direction: column;
    }
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
        display: list-item;
    }
    .current-menu-parent{
        background-color: initial !important;
    }
    .navigation-main .nav-menu > li {
        width: 100%;
    }
    #main{
        padding-top: 0px !important;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .header-container {
        justify-content: center;
        flex-direction: column;
    }
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
        display: list-item;
    }
    .navigation-main .nav-menu > li {
        width: 100%;
    }
    .navigation-main .nav-menu .sub-menu a {
        padding-right: 10px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navigation-main.toggled a {
        padding: 10px;
    }
    .login_container {
        position: static !important;
    }
    .stc-enabled  {
        display: block;
        width: auto;
    }

    .stc-enabled .logo_container, .stc-enabled .login_container {
        display: block;
    }

    .sso-enabled .logo_container, .sso-enabled .login_container {
        float: none;
        width: auto;
    }

    .sso-enabled .social_box {
        display: inline !important;
    }

    .logo_container {
        text-align: center;
    }
    .header-container .logo_container{
        min-height: 0px;
        padding: 0px 20px;
    }
    .header-container .login_container{
        padding-top: 20px;
    }
    .color-menu-secondary, .custom-template-outer{
        border-radius: 0px;
    }
    .entry-content h1, .entry-content h1 *, header.entry-header > h1.entry-title{
        font-size: 36px !important;
        line-height: 36px !important;
    }
    .footer-container{
        text-align: center;
    }
    .footer-wrapper .footer-container{
        flex-direction: column;
    }
    .footer-wrapper .footer-container > .site-branding{
        margin-top: 20px;
        width: 90%;
    }
    .entry-content h1, .entry-content h1 *, header.entry-header > h1.entry-title{
        font-size: 36px !important;
        line-height: 36px !important;
    }
    .footer-wrapper .footer-container > .menu-columns > .column.logo img{
        max-width: 80%;
    }
    .top-bar{
        flex-direction: column;
    }
    .header-logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    }
    .navigation-main.toggled .menu-toggle{
        padding: 20px;
        color: initial;
    }
    .navigation-main ul ul{
        box-shadow: none;
    }
    .navigation-main .nav-menu>li>a{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .color-menu-secondary{
        padding: 0px 20px;
        width: auto;
    }
    .header-logo img{
        max-height: 80px;
    }
    .navigation-main .sub-menu li{
        background-color: transparent !important;
    }
    .navigation-main.toggled ul, .navigation-main.toggled ul ul, .navigation-main.toggled ul ul ul{
        text-align: left;
    }
    .navigation-main div.header-logo a {
        padding: 20px 10px;
    }
    .site-header .menu-toggle{
        position: relative;
        top: 15px;
        transition: 1s all;
    }
    .header-wrapper.sticky .site-header .menu-toggle{
        top: 0px;
    }
}

/******************************
 * ADA
 ******************************/
.cycloneslider.cycloneslider-template-default .cycloneslider-pager span { 
    color: #ffffff;
}
.cycloneslider.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    color: black;
}
#menu-social li a, #menu-social-menu-1 li a {
    color: #ffffff;
}
#menu-social-menu li a {
    color: black;
}
#locator-store-list li:nth-child(2n+1) a {
    color: #0e6699;
}
.skip-link {
    background-color: #f1f1f1 !important;
    color: #21759b !important;
}