/*   
Theme Name:  shoptocook-responsive-metfoods-2
Description: Met Foods Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.1
*/

/* ADA */
#sb_instagram a:focus-visible,
.cycloneslider:focus-within,
.button.button-ada:focus-visible,
.page-template-home .stc-specials-slider-button:focus-visible,
.page-template-home a:focus-visible {
    outline: 2px dotted #202020;
}

.page-template-home .stc-specials-slider-button {
    outline-color: black;
}

.page-template-home .stc-specials-slider-button:focus {
    outline-color: #202020;
}

.button.button-ada {
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-top: 6px solid #fff200;
    outline-color:white;
    outline-style: none; 
    background: #231f20;
    text-transform: lowercase;
    white-space: nowrap;
}
.button.button-ada > span {
    color: yellow;
    padding-left:10px;
}

/* ADA */

.weekly-ad-container {text-align: right; margin: 0 20px;}
.weekly-ad-header-img {vertical-align: bottom;}
.skip-link { background: #f1f1f1; color: #21759b !important; }
#svg-inline--fa-title-2 { background: #ffffff; color: #000000; }

@media (max-width: 600px) {.weekly-ad-container {text-align: center; margin: 0;}}

.site-branding { float: left;}
.brand-text { float:left; margin-top: 60px; font-weight: bold; color: #0047BA; font-size: 16px; margin-left: -6px; }

article.page p {
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
}

article.page h1, article.page h2, article.page h3 {
    color: #0047BA;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-draggable {
    cursor: grab;
    cursor: -webkit-grab;
}
.ui-draggable-dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
/******************
 *    Home Page   *
 ******************/

#addr_submit img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.stc-specials-slider-prev:before {
    background-image: url("images/arrow_left.png");
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 30px;
    width: 20px;
}
.stc-specials-slider-next, .stc-specials-slider-prev {
    font-size: 0;
    line-height: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.stc-specials-slider-next:before {
    background-image: url("images/arrow_right.png");
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 30px;
    width: 20px;
}
/***********************
 *   NAVIGATION MENU   *
 ***********************/
.navigation-main {float: right;}
.navigation-main .nav-menu > li > a {font-size: 16px;}
.navigation-main  ul{margin: 0 !important; z-index: initial;}
.nav_container, .logo_container {display: inline-block;}
.nav_container {float: right;clear: right;}
.navigation-main .nav-menu li + li::before { font-size: 22px; }
.navigation-main a { padding: 10px 16px; }
.menu-item-20 a { padding-right: 0px; }
#menu-primary-menu { width: 595px; }
.logo_container a, .logo_container { float: left; }
.logo_container a { display: block; }
.navigation-main ul > .current_page_item a:after{ content: none; }

.main-wrapper .login_container {
    padding: 5px 50px 0px !important;
}
/***************
 *   Locator   *
 ***************/
.locator-overlay {
    font-family: "Quicksand", sans-serif;
}
.locator-overlay h2, .locator-overlay p {
    font-weight: bold;
}
/****************
 * Palette
 *****************/
body
{
    background-color: #ffffff;
}
.color-aux-bg-1, .color-header-bg {
    background: rgba(255, 255, 255, 0.8) !important;
}
#cycloneslider-home-page-main-1 {
    margin: 0 auto;
}
#preheader, .header-wrapper { font-family: 'Arimo', sans-serif; }
#responsive-menu-search-box { display: none; }
.custom-template-outer { background: transparent !important; }
#pagearea { margin: 0 auto !important; }
.stc-search-float { z-index: 9997 !important; }
.clear:before, .clear:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
    content: none;
}
#stc-search-header{box-shadow: none;}

@media (min-width: 1037px){
    .responsive {
        width: 95% !important;
        max-width: 1200px;
    }
}

p{
    margin-bottom: 0;
}
.site-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-header a:hover{
    color: #1967b2 !important;
    transition: color 0.3s ease;
}

.site-header .menu-toggle{
    font-size: 20px;
}

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

.site-header .logo_container{
    padding: 5px 0px;
    height: 80px;
}

.site-header .logo_container > * {
    height: 100%;
    display: flex;
    align-items: center;
}

.site-header .logo_container img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.site-header .logo_container img.met-fresh-logo{
    max-width: 180px;
    margin-left: 10px;
}

.nav_container{
    flex: 1;
    padding-left: 20px;
}

.nav_container .nav-primary{
    text-transform: uppercase;
}

.social-nav{
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 24px;
}

.social-nav > li{
    padding: 10px;
}

.social-nav > li > a{
    color: #231f20;
}

.search-container{
    padding-left: 10px;
    position: relative;
    top: -10px;
}

.search-container > form > label {
    display: block;
}

.search-container > form > div {
    display: flex;
    height: 30px;
}
.search-container > form > div > input{
    border: 1px solid #1967b2;
    padding: 10px;
}
.search-container > form > div > button{
    background-color: #1967b2;
    color: white;
    border: none;
    cursor: pointer;
}

a.button, a.stc-feat-link{
    background-color: #231f20;
    border-top: 6px solid #fff200;
    color: white;
    padding: 8px 20px;
    text-transform: lowercase;
    white-space: nowrap;
}

a.button > span{
    color: #fff200;
    padding-left: 10px;
}

.hero{
    position: relative;
}

.hero > .weekly-ad{
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%)
}

.hero > .weekly-ad > img{
    max-height: 100px;
}

.met-style{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    white-space: nowrap;
}

.met-style p{
    padding: 8px 20px;
    display: table;
    text-transform: uppercase;
    background-color: #231f20;
    border-top: 6px solid #fff200;
    color: white;
}

.met-style > .top {
    display: flex;
    /*z-index: 999999;*/
    z-index: 9;
}

.met-style > .top > span{
    background-color: #fff200;
    border-top: 6px solid #fff200;
    color: #231f20;
    font-size: 30px;
    width: 40px;
    text-align: center;
}

.met-style > .offset {
    position: relative;
    align-self: flex-end;
    top: -8px;
    /*z-index: 999998;*/
    z-index: 8;
}

.met-style > .offset a.button {
    margin-top: 20px;
}

.hero-image{
    background: #EEEEEE url("/wp-content/themes/shoptocook-responsive-metfoods-2/images/frame.jpg") no-repeat center 25%;
    background-size: cover !important;
    position: relative;
    /*max-width: 1440px;*/
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.hero-image > a{
    display: flex;
}

.hero-image > video, .hero-image > iframe{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}

.weekly-ad{
    z-index: 2;
}

.uppercase{
    text-transform: uppercase;
}

.slider-content{
    max-width: 600px;
    height: 100%;
    flex: 1;
    /*margin: 0 auto;
    margin-bottom: -150px;
    position: relative;
    top: -200px;*/
}

.weekly-ad-banner-container{
    /*max-width: 1440px;*/
    background-color: #1967b2;
    margin: 0 auto;
}

.weekly-ad-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin: 0 auto;
}

.weekly-ad-banner > * {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 10px 10px;
}

.weekly-ad-banner #mailchimp_subscribe{
    display: flex;
    height: 30px;
    margin-left: 10px;
}

.weekly-ad-banner #mailchimp_subscribe input{
    background-color: #1967b2;
    border: 1px solid white;
    color: white;
    width: 120px;
    padding: 10px;
    border-radius: 0px;
}

.weekly-ad-banner #mailchimp_subscribe input::placeholder{
    color: white;
    opacity: 1;
}

.weekly-ad-banner #mailchimp_subscribe button{
    background-color: #fff200;
    color: #1967b2;
    border: none;
    cursor: pointer;
}

.specials {
    margin: 50px auto;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header > * {
    display: flex;
}

.header .icon{
    font-size: 20px;
    padding-right: 5px;
}

.header h2{
    text-transform: uppercase;
    font-size: 24px;
    font-family: inherit;
}

.specials-content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200px;
}

.stc-specials-slider-button{
    align-self: center;
}

.specials-list{
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: center;
    height: 220px;
}

.specials-list .specials-empty{
    text-align: center;
    font-size: 25px;
    width: 220px;
    margin: 0 auto 0 auto;
    line-height: 27px;
}

.stc-specials-slide{
    flex-grow: 1;
    min-width: 33%;
    max-width: 33%;
    height: 200px;
    overflow: hidden;
}

.stc-specials-slide > div{
    padding: 10px;
}

.stc-specials-slide .special-image{
    height: 120px;
    overflow: hidden;
}

.stc-specials-slide .special-image > img{
    max-width:100%;
    max-height:100%;
}

.stc-specials-slide .special-text .special-deal{
    color:#e42436;
    font-weight: bold;
}

.stc-specials-slide .special-text .special-name{
    color:black;
    white-space: nowrap;
}

.stc-specials-slide:first-child {
    margin-left: auto;
}

.stc-specials-slide:last-child {
    margin-right:auto;
}

.home-content{
    display: flex;
}

.content-div{
    width: 100%;
    background-size: cover !important;
    height: 250px;
    position: relative;
}

.recipe-bg{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avenue-a{
    margin-top: 25px;
    display: block;
}

.coupon-container {
    border: 4px solid #1967b2;
    background-color: #1967b2;
    height: 532px;
    min-width: 200px;
    max-width: 300px;
    margin-left: 50px;
}

#instafeed{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -12px;
}

#instafeed > a{
    padding: 12px;
}

.site-footer{
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
}

.site-footer > *{
    padding: 10px;
}

.site-footer h2{
    text-transform: uppercase;
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 10px;
}

.site-footer ul{
    margin: 0px;
    font-size: 16px;
    list-style: none;
}

.site-footer ul a{
    color: white;
    text-decoration: none;
}

.site-footer ul a:hover{
    color: white;
    text-decoration: underline;
}

.site-footer .social-nav-container .social-nav{
    font-size: 36px;
}

.site-footer .social-nav-container li > a{
    color: white;
}

.site-footer .logo_container > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.site-footer .logo_container img{
    max-width: 100px;
    max-height: 100px;
}

.site-footer .logo_container img.met-fresh-logo{
    margin-left: 10px;
}

.store-locator-search {
    background: #1967b2 !important;
}

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

.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;
}

/*.banner-container{
    height: 26VW;
    overflow: hidden;
}*/

.cycloneslider-template-standard{
    margin-bottom: 0px !important;
}

.disclaimer{
    font-size: 18px;
    font-weight: bold;
    background-color: #d4112e;
    color: #fffa00;
    border-radius: 5px;
    margin: 5px;
    padding: 3px;
}

.disclaimer > a{
    color: white;
}

.stc-main-content > h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pum-content h1, .pum-content h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pum-content h1{
    font-size: 26px;
}

.pum-content h2{
    font-size: 18px;
}

/*ul#locator-store-list > li#store-item-685 .locator-links > a:first-child{
    display: none;
}*/

.header-wrapper a:focus, .header-wrapper input:focus, .header-wrapper button:focus,
.navigation-main a:focus, .navigation-main input:focus, .navigation-main button:focus{
    outline: red solid !important;
}

.inseason-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}

.locator-store-item > .link-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.locator-store-item > .link-icons img{
    max-height: 60px;
    max-width: 200px;
    padding: 20px 10px;
    box-sizing: initial;
}

@media (max-width: 850px) {
    .tablet-hide{
        display: none !important;
    }
    .weekly-ad-banner{
        flex-direction: column;
    }
    .stc-specials-slide{
        min-width: 50%;
        max-width: 50%;
    }
    .home-content{
        flex-direction: column;
    }
    .home-content .content-container{
        margin: -20px 0px;
    }
    .home-content .content-container > *{
        margin: 20px 0px;
        height: 200px;
    }
    .home-content .coupon-container{
        margin: 10px auto;
    }
    .site-header .logo_container{
        padding: 10px 0px;
        height: 40px;
    }
}

@media (max-width: 600px) {
    .mobile-hide{
        display: none !important;
    }
    .mobile-show{
        display: initial !important;
    }
    .site-header{
        flex-wrap: wrap;
    }
    .search-container{
        flex: 1;
        padding-left: 0px;
        top: 0px;
    }
    .search-container > .social-nav{
        display: flex;
        justify-content: flex-end;
    }
    .search-container > .social-nav > li > a > svg{
        padding: 10px;
    }
    .site-header a.menu-toggle{
        display: inline;
        padding: 0px;
    }
    .site-header a.menu-toggle, .site-header .social-nav > li > a{
        color: #1967b2 !important;
        font-size: 28px;
    }
    .nav_container{
        min-width: 100%;
        padding-left: 0px;
    }
    .nav-primary > li{
        width: 100%;
        padding: 10px 0px;
        text-align: center;
    }
    .nav-primary > li > a{
        padding: 10px 0px !important;
    }
    .hero-image{
        height: 500px;
    }
    .met-style{
        font-size: 18px;
    }
    .slider-content{
        justify-content: flex-end;
    }
    .slider-content > .offset{
        margin-bottom: 20px;
    }
    .weekly-ad-banner{
        flex-direction: column;
        font-size: 16px;
    }
    .weekly-ad-banner .weekly-ad{
        display: flex !important;
        margin-bottom: 0px;
    }
    .weekly-ad-banner .weekly-ad > img{
        max-width: 100px;
    }
    .stc-specials-slide{
        min-width: 100%;
        max-width: 100%;
    }
    .header{
        margin: 0px 10px;
    }
    #instafeed{
        margin: 0px;
    }
    .site-footer{
        flex-direction: column;
        text-align: center;
    }
    .site-header .logo_container{
        padding: 10px;
    }
}