/*   
Theme Name:  shoptocook-responsive-hillsfoodstores
Description: Hills Food Stores Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.0
*/

.font-thirsty {
    font-family: "thirsty-script", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.font-quatro {
    font-family: "quatro-slab", serif !important;
}

.font-quatro strong {
    font-family: "quatro-slab", serif !important;
}

/***************
 *   TP Coups  *
 **************/
.tpc-client-login {
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 5px;
}

.tpc-login-wrapper {
    text-align: center;
}

.tpc-login-wrapper img {
    max-height: 74px;
    max-width: 220px;
}

.tpc-client-login,
.tpc-client-login a {
    color: black;
    text-align: right;
}

.tpc-client-login a:visited {
    color: black;
}

.tpc-client-login a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .tpc-client-login {
        text-align: center;
    }
    .header-container {
        flex-direction: column;
    }
    .tpc-login-wrapper {
        margin-top: 15px;
    }
}

/*************************************/

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

.color-header-bg {
    background-color: transparent !important;
}

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

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

/*.site-branding, .weekly-ad-header-img {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    max-height: 120px;
}*/

.header-logo img {
    max-width: 100%;
    max-height: 100%;
}

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

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

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

.header-container>.header-right {
    flex-direction: column;
    align-items: flex-end;
}

.header-container>.header-right>.login-panel {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.header-container>.header-right>.login-panel a {
    color: black;
    text-decoration: none;
}

.header-container>.header-right>.login-panel a:hover {
    color: black;
    text-decoration: underline;
}

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

.header-container img {
    max-height: 100px;
}

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

    .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 (min-width: 1200px) {
    .responsive {
        width: 1160px !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;
}

.selected-store-link a {}


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

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

@media (max-width: 600px) {
    #site-navigation {
        box-shadow: none;
    }

    .menu-no-link>a {
        cursor: default;
    }
}

.navigation-main .nav-menu>li>a {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.navigation-main ul {
    margin: 0 !important;
}

.navigation-main ul ul {
    top: 60px !important;
}


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

.main-wrapper .login_container {
    padding: 40px 50px 0px !important;
    text-align: center;
    display: none;
}


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

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

.page_headers {
    font-size: 24px;
    color: black;
}

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

.site-main {
    padding-top: 75px;
}

.main-wrapper * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

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

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

.color-menu-secondary {
    border-radius: 0px 0px 20px 20px;
}

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

.nav-secondary li {
    display: inline;
}

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

.color-header-bg,
.color-footer-bg {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.content-area {
    box-shadow: 0px 50px 100px -50px rgba(0, 0, 0, 0.75);
}

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

.entry-content h1,
.entry-content h1 * {
    font-size: 48px !important;
    line-height: normal !important;
}

#pagearea {
    margin: 0 auto !important;
}

/*.color-header-bg {
    background-color: rgba(0, 0, 0, 0) !important;
}*/

a.menu-toggle {
    font-weight: bold !important;
    text-align: right;
}

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

.navigation-main ul ul {
    right: 0;
    left: auto;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.5);
}

.store-locator-search {
    background: #013d29 !important;
}

.stc-feat-link {
    background: #013d29;
    font-weight: bold;
}

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

#primary {
    margin: 0 0 100px 0 !important;
}

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

    .footer-wrapper .footer-container>.menu-columns>.column.logo {
        order: -1;
        align-items: center;
        margin-bottom: 100px;
    }
}

@media (max-width: 600px) {
    .site-main {
        padding-top: 33px;
    }

    .navigation-main.toggled a {
        padding: 10px 22px;
    }

    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
        display: list-item;
    }

    .navigation-main .nav-menu>li {
        width: 100%;
        text-align: left;
    }

    .navigation-main .nav-menu .sub-menu a {
        padding-left: 50px !important;
    }

    .footer-container {
        text-align: center;
    }

    .footer-wrapper .footer-container {
        flex-direction: column;
    }

    .footer-wrapper .footer-container>.site-branding {
        margin-top: 20px;
        width: 90%;
    }
}

/******************************
 * ADA
 ******************************/
.cycloneslider-pager span {
    background: #ffffff !important;
}

.cycloneslider-pager span.cycle-pager-active {
    background: grey !important;
}

#menu-social li a,
#menu-social-menu-1 li a {
    color: #ffffff;
}

#menu-social-menu li a {
    color: white;
}

#locator-store-list li:nth-child(2n+1) a {
    color: #0e6699;
}

.skip-link {
    background-color: #f1f1f1 !important;
    color: #21759b !important;
}

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

.footer-wrapper{
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

#footer{
    border-top: solid 20px #1b6736;
    border-bottom: solid 2px black;
}

.site-footer{
    position: relative;
    z-index: 2;
    border-top: solid 2px black;
}

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

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

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

.footer-wrapper .footer-container > .menu-columns > .column{
    padding: 10px;
    display: flex;
}

.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: 250px;
}

.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: #1b6736;
    font-family: 'League Gothic', sans-serif;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.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: 18px;
    text-decoration: none;
    padding-bottom: 10px;
}

.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: 14px !important;
}

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

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

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

@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;
    }
    .footer-wrapper .footer-container > .menu-columns > .column.logo{
        order: -1;
    }
}

@media (max-width: 600px) {
    .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: 100%;
    }
    .header-container {
        margin: 0px 10px;
        align-items: center;
    }
    .header-container>.header-left {
        flex: 0;
    }
}