@CHARSET "UTF-8";

.composite-cell-recipe{width: 71.4%; margin: 0 14.32%;}
.composite-cell-recipe .composite-cell-container {width: 98%; max-width: 1444px; margin: 0 auto; margin-bottom: 3em; position: relative;}
.composite-cell-recipe-media-wrapper{width: 45%; height: 350px; display: inline-block; margin-right: 2%;}
.composite-cell-recipe .recipe-youtube{width: 90%; height: 100%;}
.composite-cell-recipe-content{float: left; width: 45%; margin-left: 8%;}
.composite-cell-recipe-title{color: #01629d; font-weight: bold; font-size: 3em;}
.composite-cell-recipe-subtitle{font-size: 1.8em; margin-bottom: 1em; color: #37373e; font-weight: normal;}
.composite-cell-recipe-text{color: #37373e; font-size: 1.5em; line-height: 1.1;}
.composite-cell-recipe-footer-link{font-size: 1.5em; color: #c8323d; position: absolute; bottom: 0.1em; text-decoration: underline; font-weight: bold;}

.composite-cell-recipe .youtube-link{position: absolute; bottom: 5px; right: 39px;}

/* MOBILE */
@media (max-width: 800px){
	.composite-cell-recipe-subtitle {font-size: 1em;margin-bottom: 1.7em}
	.composite-cell-recipe-title {font-size: 1.6em;margin-top: .8em;}
	.composite-cell-recipe .composite-cell-container {width: 100%;margin-bottom: 3.3em;}
	.composite-cell-recipe-text {font-size: 1em;line-height: 1.4;}
	.composite-cell-recipe-footer-link {font-size: 1em;}

	.swiper-container.recipes-swiper{direction: ltr;}
	.swiper-container.recipes-swiper .recipe{float: none; margin-left: 0;}
	.swiper-container.recipes-swiper .recipes-list{overflow: visible;}
	.bullets-button.recipes-swiper {background-image: url(../../images/recipes-swiper-left.png); top: 70%; background-color: transparent; border: none;}
	/*recipes-swiper-left*/

	.composite-cell-recipe-media-wrapper {
		position: relative;
	}
	.composite-cell-recipe .youtube-link {
		display: block !important;
		background: rgba(0,0,0,.01) !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		color: transparent !important;
	}
}
