

.hsnrecipe_item img {
	height: auto;
	max-width: 100%;		
	margin-bottom: 20px;
}

.hsnrecipe_item strong {	
	margin-bottom: 14px;
	/*display: block;*/
}

.hsnrecipe_item li {
	margin-bottom: 7px;
}

.valoration_recipe_blog {
	margin-bottom: 17px;
	margin-top: 9px
}

.valoration_recipe_blog .dashicons {
	font-size: 1.7em;
	margin-right: 8px;
	margin-left: 8px;
	color:#ff6000;	
}

div.hsnrecipe_item > .recipe_title {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
	display: block;
	font-weight: bold;
	font-size: 1.9em;
}

.hsnrecipe_item ul, .hsnrecipe_item ol {
	margin-left: 20px;
}

ul.recipe_tip_list  {
	
	margin-left: 0;
}

ul.recipe_tip_list > li  {
	list-style: none;
}


ul.recipe_tip_list li::before {
	content: "\f147";
	color: #7fb718;
	display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
	font-family: dashicons, sans-serif;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}

.container_ingredients{
	display: flex;
}
@media(max-width: 480px){
	.container_ingredients{
		display: block;
	}
}

.hsn_recipes_table {
	display: table !important;
	border-collapse: collapse;	
	width: 100%;
	max-width: 320px;
	max-height: 0;
	margin: -20px 0 0 10px;
}

@media(max-width: 480px){
	.hsn_recipes_table{
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry table.hsn_tips_table{
	display: table;
}

.hsn_tips_table {
	max-width: 275px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 0;
	margin: 30px auto;
	margin-bottom: 30px !important;
}

.hsn_tips_table tr td{
	background-color: #fafafa;
	border: 1px solid #eee;
}

table.hsn_recipes_table  tbody > tr > td {
	padding: 10px 14px;
	font-size: 0.8em;	
}

.hsn_recipes_table td:last-of-type {

	text-align: right;
}

.hsn_recipes_table .table_padding {
	padding-left: 45px;
}

.hsn_recipes_table th {
	text-align: center;
	padding: 10px 0;
}

.recipe_video_container {
	position: relative;
	overflow: hidden;
	min-height: 350px;
	max-height: 520px; /*static heigh because this theme has a dinamic responsive iframe*/
	margin-bottom: 20px;
}

@media(max-width: 668px){
	.recipe_video_container{
		min-height: 150px;
	}
}

.video_recipe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border:none;
}

/*RECIPE GRID*/

.recipe_grid_nav {
	background-color: #f2f2f2;
	padding: 25px 10px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.recipe_grid_nav > .grid_nav_item {
	display: inline-block;
	vertical-align: top;
	/*height: 185px;*/
	width: 90%;
	max-width:120px;
	box-sizing: border-box;
	margin: 10px 4px;
}

.recipe_grid_nav::after {
	content: "";
	display: table;
	clear: both;
}

.recipe_grid_nav > .grid_nav_item > div.grid_images_clip {
	width: 105px;
	height: 105px;
	margin: 7px 0;
	border-radius: 100%;
	box-shadow:  2px 2px 4px gray;	
	display: block;
    overflow: hidden;
	background-color: #ff4202;
	transition: transform  300ms linear;
}

.recipe_grid_nav > .grid_nav_item > div.grid_images_clip > img.grid_images {
    width: auto;
    height: 100%;
    transform: translate(-52.5px);
    max-width: unset !important;
}

.recipe_grid_nav > .grid_nav_item > div.grid_images_clip:hover, .recipe_grid_nav > .grid_nav_item > img.current {
	cursor: pointer;
	transform: translateY(-10px);
}

.grid_nav_title {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.recipe_not_found {
	color:red;
	font-size:1.7em;
	font-weight: bold;
	display: block;
	margin: 20px 0;	
}


/**/
.recipe_grid_image {
	position: relative;
	max-width: 300px;
}

.recipe_grid_img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: .5em;
}

.recipe_grid_image .recipe_grid_title {
	padding: 10px 0 0 0;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.recipe_grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.recipe_grid_item {
	flex: 33%;
	max-width: 33%;
	padding: 10px 5px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.recipe_grid_item {
		flex: 50%;
		max-width: 50%;
	}
}