/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020-03-13, 00:05:18
    Author     : kocium
*/

.mobile-recipe-thumb {display:none;}
.d .se-wpt .recipe-title h2, .m .se-wpt .recipe-title h2 {
    font-family: 'Vinter Light';
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.recipe-timings {margin-bottom:100px}
.recipe-timings p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-family:'GtWalsheim'
}

.recipe-header {
 

}

.recipe-thumb {

    
}

.recipe_thumbnail_main {   padding-bottom: 100%;
    background-position: center;
    background-size: cover;}
.recipe_thumbnail {
    margin-bottom: 20px;
    padding-bottom: 120%;
    background-position: center;
    background-size: cover;
}

.home-recent h4 {
    text-align: center;
}
.recipe-row {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 50px;
	overflow:hidden;
}


.recipe-row-recipe {
	max-width:1000px; margin: 0 auto 50px; overflow:hidden;

}
.ingredients-content ul li,  .se-wpt .ingredients-content ul {padding-left:0px; margin-left:0px;} 
.ingredients-content p, .ingredients-content ul li {font-size: 14px; margin-bottom:15px}

.d .se-wpt .directions-content h2 {font-family: 'GtWalsheim'; font-size: 14px;text-transform: uppercase;letter-spacing: 2px;}


.ingredients-content {

}

.directions-content {
  
}

.d .se-wpt h3.amoret-header {
    text-transform: unset;
    letter-spacing: 0px;
    font-family: 'Amoret';
    font-size: 85px;
    text-align: center;
}

.recipe-row h4 {font-family: 'Vinter Light';text-transform: uppercase;line-height: 1.1;}
.recent-recipe-row {overflow:hidden;}
.recent-recipe-row h4 {font-family:'GTWalsheim'; font-size:15px; text-transform:uppercase; letter-spacing:1px; line-height:1.1;}

@media only screen and (max-width: 768px){
	.large-4, .large-5, .large-7, .large-8, .large-6 {width:100%}
	.mobile-recipe-thumb {display:block; padding-bottom:30px}
	.recipe-thumb {display:none;}
	
	.recipe-timings {margin-bottom:30px}
	.the-recipe-header .m .se-wpt h2 {line-height:1.2;}
	
	.recent-recipe-row h4 {
    font-size: 12px !important;
}


}