﻿/* ######################## */
/*         RECIPES         */
/* ######################## */

/* Category menu */
.recipe_categories {
    margin-bottom: 0
}

.recipe_listing {
    margin-bottom: 30px
}

.recipe_category_item {
    margin-bottom: 30px;
    width: 20%;
    float: left;
}

.recipe_category_image {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.recipe_category_image img {
    width: 100%;
}

a.recipe_category_title {
    font-size: 1.2em;
    font-weight: 400;
    height: 50px;
    display: block;
    vertical-align: top;
}


/* Listing */
.left_margin {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.ProductListing2_Row td {
    padding: 8px 0 5px;
    border-bottom: 1px solid #ddd
}

/* Desktop and Tablet Styles */
@media only screen and (min-width: 601px) {

    .recipe_list_item {
        border-bottom: 1px solid #666;
        padding: 12px 5px 0
    }

    h3.recipe_list_title a {
        color: #444;
        font-style: normal;
        text-decoration: underline
    }

    p.recipe_list_summary {
        margin-bottom: 4px
    }

    p.recipe_list_summary_product {
        margin-bottom: 15px
    }

    .recipe_info {
        float: left;
        margin-right: 15px
    }

    .recipe_details_right {
        float: right;
        position: relative;
        margin-left: 20px;
        font-size: .9em;
        line-height: 1.4em
    }
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {

    .recipe_category_item {
        width: 33%;
    }

    .recipe_list_item {
        border-bottom: 1px solid #666;
        padding: 12px 5px 10px 5px
    }

    h3.recipe_list_title a {
        color: #444;
        font-style: normal;
        text-decoration: underline
    }

    p.recipe_list_summary {
        margin-bottom: 15px
    }

    p.recipe_list_summary_product {
        margin-bottom: 15px
    }

    .recipe_details_right {
        font-size: .9em;
        line-height: 1.4em
    }

    .recipe_ingredient_add {
        display: none;
    }

    .recipe_ingredient_more {
        display: none;
    }
}

.recipe_views {
    padding-top: 4px
}

tr.recipe_pager2 td {
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px
}

tr.recipe_pager2 a {
    text-decoration: underline
}

.ProductListing2_Attribute {
    color: #444;
    margin-left: 3px
}


/* Recipe details page */
.recipe_details h1 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.4em
}

.recipe_details h2 {
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc
}

h2.recipes_ingredients {
    margin-top: 200px
}

h2.recipes_instructions {
    margin-top: 20px
}

.comment {
    padding: 4px 0
}

.recipe_main_image {
    max-width: 600px;
    max-height: 400px;
    float: left
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .recipe_main_image {
        max-width: 400px;
        max-height: 267px;
        float: left
    }
}

.recipe_thumbnails {
    float: left;
    width: 180px
}

.recipe_thumbnail {
    margin: 0 0 10px 10px
}

.border_bottom {
    border-bottom: 1px solid #ddd;
    margin: 5px 0 10px
}
