/*   
Theme Name:  shoptocook-responsive-frenchtownmarket
Description: Frenchtown Market Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.1
*/
.cycloneslider-pager > span.cycle-pager-active  {
    color: black !important;
}
.cycloneslider-pager > span {
    color: white !important;
}
.page-template-coupon #main {
    background: white;
}
.login-panel {
    float: right;
    margin-bottom:10px;
    margin-top:10px;
}
.ll-login {
    background: white;
    padding-bottom: 10px;
}

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

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

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

#post-732 {
    padding: 1px 10%;
}


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

.header-logo {
    float: none !important;
    width: 350px !important;
    height: 100%;
}

.header-logo > * {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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


@media (max-width: 600px) {
    .weekly-ad-container,
    .weekly-ad-header-img {
        text-align: center;
        margin: 0px !important;
    }
    .header-logo {
        display: flex;
        margin: 0 auto !important;
        padding: 20px 0px;
        max-height: 100px;
        width: auto !important;
    }

    .header-logo > * {
        display: inline-block;
        flex: 1;
        height: auto;
    }
    .login-panel {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 5px;
    }
}

@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: 12px;
}

.navigation-main {
    font-size: 16px;
}

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

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

.navigation-main .nav-menu li:hover > a, .menu-item-focused > a, nav.navigation-main li.current-menu-parent > a, nav.navigation-main li.current-menu-item > a {
    text-shadow: none !important;
}



#site-navigation {
    text-align: center;
    padding: 0;
    position: relative;
    top: 33px;
    z-index: 9999;
    margin: 0 auto;
    min-width: 100%;
}

@media (max-width: 600px) {
    #site-navigation {
        box-shadow: none;
        flex-direction: column;
        padding-bottom: 20px !important;
        text-align: left;
    }
    .menu-no-link>a {
        cursor: default;
    }
    .navigation-main .nav-menu .sub-menu a {
        width: auto;
        padding-left: 30px !important;
    }
}

.nav-primary-container-left, .nav-primary-container-right{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex: 1;
}

.nav-primary-container-left > *, .nav-primary-container-right > *{
    width: 100%;
}

.nav-primary-container-left{
    justify-content: flex-end;
}

.nav-primary-container-right{
    justify-content: flex-start;
}

.navigation-main .nav-menu>li>a {
    text-transform: uppercase;
}

.navigation-main {
    float: none;
}

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

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

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


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

 .footer-map{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footer-map iframe[src*="www.google.com/maps/"]{
    background-color: transparent;
    border: none !important;
}

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

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

.footer-wrapper .footer-container > .footer-center{
    align-items: center;
    text-align: center;
    color: #0e3f2a;
    margin: 0px 20px;
}

.footer-wrapper .footer-container > .footer-right{
    align-items: flex-end;
}

.footer-wrapper .footer-container .footer-logo{
    text-align: center;
    background-color: white;
    display: block;
    padding: 40px 20px;
    position: relative;
    top: -100px;
    margin-bottom: -50px;
    border-radius: 20px;
}

.footer-wrapper .site-footer .info{
    color: #0e3f2a;
    display: flex;
}

.footer-wrapper .site-footer .info > .icon{
    font-size: 36px;
    margin-right: 20px;
}

.footer-wrapper .site-footer .info > .text{
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.footer-wrapper .site-footer .info.hours > .text{
    align-items: flex-end;
    text-align: right;
}

.footer-wrapper .site-footer .info > .text > h4{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-wrapper .site-footer .info > .text > p{
    font-size: 14px;
}

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

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

.footer-wrapper .bottom > .legal > *{
    padding: 20px;
    display: block;
}

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

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

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

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

.nav-secondary {
    text-align: center;
    margin-top: 33px !important;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 10px;
}

.nav-secondary li {
    display: inline;
}

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

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

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

#pagearea {
    margin: 0 auto !important;
}

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

.navigation-main *, a.menu-toggle {
    font-weight: bold !important;
}

.nav-secondary {
    margin-top: 0px !important;
}

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

#site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    top: 0px !important;
    bottom: 0px !important;
    z-index: 9999;
    margin: 0;
    flex: 1;
    min-width: 50%;
    width: auto;
}

#primary, div.custom-template-outer{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

div.custom-template-inner, div.category-main{
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
}

.color-footer-bg, #preheader{
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: white;
}

.color-footer-bg a, #preheader a{
    color: #DCDCDC;
    text-decoration: none;
}

.color-footer-bg a:hover, #preheader a:hover{
    color: white;
    text-decoration: underline;
}

li.menu-item-has-children > ul.sub-menu{
    box-shadow: none;
    min-width: 250px;
    left: auto;
    right: 0;
}

#main, #main-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

div.color-menu-secondary{
    position: relative;
    bottom: -50px;
}

.search-form {
    display: none !important;
}

#locator-store-list {
	height: 550px !important;
}

.rewards_headers{
	font-weight: bold;
}

@font-face{
	    font-family: 'ITCKabelStd-Bold';
		src: url('font/ITCKabelStd-Bold.otf') format('opentype');
}

.mckinnons-font{
	font-family: 'ITCKabelStd-Bold', opentype !important;
	font-size: 15px;
}

.mckinnon_content {
    font-size: 15px;
	font-family: 'ITCKabelStd-Bold', opentype !important;
}


.mckinnons_sub_headings{
	font-family: 'ITCKabelStd-Bold', opentype !important;
	font-size: 25px !important;
}

.post-464 h2.mckinnons_sub_headings {
    text-decoration: underline;
    text-align: center;
}

.post-464 h1.mckinnons_sub_headings {
    font-size: 30px !important;
	text-align: center;
}

.mckinnon_page_titles{
	font-family: 'ITCKabelStd-Bold', opentype !important;
	    font-size: 45px !important;
}

a.department-link {
    text-decoration: none;
}

.department-button-text {
    width: 150px;
    margin: auto;
    border: 1px solid black;
    text-align: center;
    padding: 15px 0px;
	font-family: 'ITCKabelStd-Bold', opentype !important;
	color: #0e3f2a;
}

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

.entry-content p{
    font-size: 16px;
}

@media (max-width: 800px) {
    .footer-wrapper .site-footer .info{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .site-footer .info > .icon{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .footer-wrapper .site-footer .info.hours > .text{
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 601px) {
    #preheader{
        margin-bottom: 20px;
    }
    .header-logo.top{
        display: none;
    }
    header.site-header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-social-container > ul#menu-social-menu, .nav-primary-container > ul#menu-main-menu{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .navigation-main ul{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
       justify-content: space-around;
    }
    .navigation-main .nav-menu .sub-menu {
        text-shadow: none !important;
    }   
    .navigation-main{
        background-color: transparent !important;
    }
    .color-header-bg {
        background-color: rgba(255, 255, 255, .8) !important;
    }
    ul.nav-primary-left > li.menu-item, ul.nav-primary-right > li.menu-item{
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: solid 2px rgba(0, 0, 0, 0);
    }
    ul.nav-primary-left > li.menu-item:hover, ul.nav-primary-right > li.menu-item:hover{
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: solid 2px #0e3f2a;
        text-shadow: none !important;
    }
}

@media (max-width: 600px) {
    #main, #main-container{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
        display: list-item;
    }
    .navigation-main .nav-menu > li {
        width: 100%;
    }
    .footer-container{
        text-align: center;
    }
    .header-logo.middle{
        display: none;
    }
    .navigation-main .menu-toggle{
        align-self: flex-end;
    }
    .navigation-main.toggled a {
        padding: 10px 22px !important;
    }
    .footer-map{
        padding: 20px 20px 0px 20px;
    }
    .footer-map > *{
        border-radius: 20px 20px 0px 0px;
    }
    .footer-wrapper .footer-container{
        text-align: center;
        flex-direction: column-reverse;
        padding-top: 0px !important;
    }
    .footer-wrapper .footer-container > .footer-center{
        padding: 0px 5px 40px 5px;
        margin: 0px;
        order: 1;
    }
    .footer-wrapper .footer-container .footer-logo{
        top: 0;
        margin-bottom: 40px;
        border-radius: 0px 00px 20px 20px;
    }
}