/*   
Theme Name:  shoptocook-responsive-carversharbormarket
Description: Carvers Harbor Market Theme
Author:      Nick Hernandez
Template:    shoptocook-responsive
Version:     1.0.0
*/
@import url(../shoptocook-responsive/style.css);

.tpc-client-login{
    font-size: 14px;
    font-weight: 500;
}

header .stc-enabled {
    display: flex;
    justify-content: space-between;
}

header .clear {
    display: none;
}

.appcard-header-container {
    margin-top: 25px;
    text-align: center;
}

.tpc-client-login,
.appcard-header-container a,
.appcard-header-container a:hover,
.appcard-header-container a:visited,
.appcard-header-container a:focus {
    color: black;
}

.appcard-header-container a:hover {
    text-decoration: underline;
}

.appcard-register-text {
    color: black;
    background: white;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
}

@media (max-width: 700px) {
    header .stc-enabled {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .appcard-header-container {
        align-items: center !important;
    }
}

body {
    background-image: url('images/bg.png');
    background-repeat: repeat;
}

@media (min-width: 1037px) {
    .responsive {
        width: 1020px;
    }
}

.custom-template-outer {
    background-color: white;
}

/**************
 *   Header   *
 **************/
/*#masthead {
    background-image: url("images/logobg3.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}*/

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



/* Nav menu item padding */
.navigation-main .nav-menu>li>a {
    padding-right: 46px;
}

.navigation-main .nav-menu a {
    padding-left: 47px;
}

/* Mobile menu */
@media screen and (max-width: 600px) {
    .navigation-main.toggled .nav-menu li {
        background-image: none;
        border-bottom: none;
    }
}

.weekly-ad-container {
    text-align: right;
}

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

@media (max-width: 500px) {
    .weekly-ad-container {
        display: none;
    }
}

/*******************
 *   Recipe Page   *
 *******************/
.recipeoftheweekbanner {
    background-image: url('images/recipeoftheweek.jpg');
}

.featuredcategoriesbanner {
    background-image: url('images/featuredrecipecategories.jpg');
}

.recipecategoryspacer {
    border-top: 6px solid #1557a6 !important;
}

/*************
 *   Footer   *
 *************/
.site-info,
.site-info a,
.site-info a:hover {
    color: white !important;
}

/****************
*     MISC      *
****************/

.IndieFlower {
    font-family: 'Indie Flower', cursive;
    font-size: 60px;
    line-height: .5em;
    color: #1557a6;
}

.inmemory {
    border-style: groove;
    border-width: 10px;
    border-color: #1557a6;
    padding: 1px;
}

.aligncenter {
    flex-direction: column;
    align-items: center;
}

/******************************
 * ADA
 ******************************/
.cycloneslider.cycloneslider-template-default .cycloneslider-pager span {
    color: #ffffff;
}

.cycloneslider.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    color: #000000;
}

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