/*   
Theme Name:  shoptocook-responsive-harvestfoodsnw
Description: Harvest Foods NW Theme
Author:      Nicholas Hernandez
Template:    shoptocook-responsive
Version:     1.0.0
*/
@import url(../shoptocook-responsive/style.css);

.custom-template-outer {
    padding: 10px;
}

.custom-template-inner {
    padding: 10px;
    background-color: white;
}


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

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

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

/* Nav menu items 
.navigation-main, .navigation-main .nav-menu > li { 
    background-image: url('images/menu-mask.gif');
    background-repeat: repeat;
}*/

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

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

/*******************
 *   Recipe Page   *
 *******************/
.recipeoftheweekbanner {
    background-image: url('images/recipeoftheweek.jpg');
}
.featuredcategoriesbanner {
    background-image: url('images/featuredrecipecategories.jpg');
}
.recipecategoryspacer {
    border-top: 6px solid #ec1d23 !important;
}

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

/*************
 * misc      *
 ************/

.employment {
    margin-top: -40px;
}

li#field_1_79 {
    display: inline-flex; 
}

.footer-container > a 
{
    color: white;
    font-size: 12px;
}

.footer-container a:hover,
.footer-container a:active {
    color: #e2fffa;
}

.search-form {
    display: none;
}

.location_image {
    border: 5px ridge #cc0006;
    box-shadow: 3px 3px 5px 3px #ccc;
    padding: 2px;
    margin: 15px 50px;
}

.thank-you-content {
    font-size: 16px;
    font-weight: 500;
    padding-right: 5%;
    padding-top: 20px;
}

.thank-you-content hr{
    background-color: black !important;
}

.rosie_page_text {
    font-size: 16px;
}

.rosie_points {
    color: #ec1d23;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

@media only screen and (min-width: 641px) {
    #field_1_79 > div {
        width: auto;
        margin-left: 10%;
    }
}