/* Recipes categories */
.recipes_categories_box{
    display: block;
width: 300px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff5d8;
    text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.recipes_categories_box h4{
    font-size: 20px;
    font-weight: 600;
    color: #d84d32;
    text-transform: uppercase;
    background-image: url(../img/recipes_small_view_box_hr.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.recipes_categories_box ul{
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding: 10px 25px;
}

.recipes_categories_box li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 20px;
}

.recipes_categories_box li a{
    font-size: 16px;
    color: #d88c32;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../img/recipes_categories_box_list_image.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 10px;
}

.recipes_categories_box li a:hover{
    background-position: 3px center;
    padding-left: 13px;
}

.recipes_categories_box a.more{
    display: block;
    background-color: #d88c32;
    padding: 10px;
    width: 200px;
    margin: 10px auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

/* Ingredients */
.recipes_ingredients_box{
    display: block;
width: 300px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background-color: #fff5d8;
    text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.recipes_ingredients_box h4{
    font-size: 20px;
    font-weight: 600;
    color: #d84d32;
    text-transform: uppercase;
    background-image: url(../img/recipes_small_view_box_hr.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.recipes_ingredients_box table{
    background-color: #FFF;
width: 270px;
    width: 90%;
    margin: 5px auto;
    padding: 10px 5px;
    border-collapse: separate;

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.recipes_ingredients_box table tr{

}

.recipes_ingredients_box table td{
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
}

.recipes_ingredients_box table td:first-child{
    text-align: right;
    width: 100px;
    font-size: 13px;
    padding-right: 10px;
    background-image: url(../img/recipes_ingredients_box_table_quantity_bg.png);
    background-repeat: no-repeat;
    background-position: right 6px;
}

.recipes_ingredients_box table td:last-child{
    padding-left: 5px;
    text-align: left;
    color: #d88c32;
}

/* Related  products */
.recipes_related_products_box{
    display: block;
width: 300px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 2px solid #fff5d8;
    text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.recipes_related_products_box h4{
    font-size: 20px;
    font-weight: 600;
    color: #d84d32;
    text-transform: uppercase;
    background-image: url(../img/recipes_small_view_box_hr.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.recipes_related_products_box .related_products{
    display: block;
width: 260px;
    width: 100%;
    margin: 15px auto;
}

.recipes_related_products_box .related_products a{
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

.recipes_related_products_box a.more{
    display: block;
    background-color: #d88c32;
    padding: 10px;
width: 200px;
    width: 80%;
    margin: 10px auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

/* Category view */
.recipes_small_view .recipes_small_view_box {
    display: block;
width: 300px;
    width: 100%;
    height: 285px;
    float: left;
    margin-right: 32px;
    padding-top: 15px;
    margin-bottom: 30px;
    border: 2px solid #fff5d8;
    text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


.recipes_small_view .recipes_small_view_box:nth-child(2n){
    margin-right: 0px;
}

.recipes_small_view .recipes_small_view_box a img{
    border: 0px none;
    text-decoration: none;
    width: 90%;
    max-width: 273px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.recipes_small_view .recipes_small_view_box .recipes_small_view_box_heading {
height: 80px;
    height: auto;
}

.recipes_small_view .recipes_small_view_box a{
    color: #d84d32;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.recipes_small_view .recipes_small_view_box a h3{
    background-image: url(../img/recipes_small_view_box_hr.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0px 10px;
    padding-top: 15px;
    margin-top: 5px;
    color: #d84d32;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.recipes_small_view .recipes_small_view_box span.info{
    color: #d88c32;
    font-size: 14;
    display: block;
    margin-bottom: 5px;
}

.recipes_small_view .recipes_small_view_box a.more{
    display: block;
    background-color: #d88c32;
    padding: 10px;
    width: 100px;
    margin: 0px auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


/* Full view */
.recipes_full_view .recipes_picture{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.recipes_full_view .recipes_picture img{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.recipes_full_view .fb-like {
    width: 100%;
    display: block;
    overflow: hidden;
}




.recipes_full_view .intro{
    padding: 10px 0px;
    margin-top: 10px;
}

.recipes_full_view .intro p{
    font-size: 18px;
    font-weight: 400;
}

.recipes_full_view .info {
    border: 1px solid #efe8de;
    margin-bottom: 15px;
    background-image: url(../img/recipes_full_view_info_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;

    color: #9d6b31;
    font-weight: 600;
    font-size: 12px;

	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

.recipes_full_view .info span{
    display: block;
    height: 30px;
    padding: 0px 20px;
    padding-top: 7px;
    padding-right: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: right;

}

.recipes_full_view .info span.servings{
    background-image: url(../img/recipes_full_view_info_servings.png);
}

.recipes_full_view .info span.preparation_time{
    background-image: url(../img/recipes_full_view_info_preparation_time.png);
}

.recipes_full_view .info span.cooking_time{
    background-image: url(../img/recipes_full_view_info_cooking_time.png);
}

.recipes_full_view .preparation {
    clear: both;

}

.recipes_full_view .preparation p{
    font-size: 14px;
    padding-bottom: 20px;

}

/* Mobile large */
@media only screen and (min-width: 380px) {

}

/* Tablets */
@media only screen and (min-width: 585px) {
    .recipes_view .col_small {
        width: 48%;
        float: left;
    }

    .recipes_view .col_large {
        width: 50%;
        float: right;
    }
}

/* Tablet large & Desktop small */
@media only screen and (min-width: 770px) {
    .recipes_view .col_small {
        width: 33%;
    }

    .recipes_view .col_large {
        width: 65%;
    }

    .recipes_small_view .recipes_small_view_box {
        display: block;
        width: 45%;
        height: 270px;
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .recipes_small_view .recipes_small_view_box:nth-child(2n){
        margin-right: 0px;
    }
}

/* Tablet large & Desktop small */
@media only screen and (min-width: 870px) {

}

/* Desktop small */
@media only screen and (min-width: 950px) {
    .recipes_view .col_small {
        width: 28%;

    }

    .recipes_view .col_large {
        width: 70%;

    }

}

/* Desktop large */
@media only screen and (min-width: 1024px) {


}

/* Desktop wide screen */
@media only screen and (min-width: 1280px) {

}