/* common part begin */
.main_block {
	max-width: 1440px;
	padding: 0 60px;
	margin: 40px auto 0;
	text-align: center;
}

.block_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	color: #FFFFFF;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 45%;
}

.category-shows .video_fit_container {
	position: relative;
	padding: 0;
	padding-top: 56.25%;
	width: 100%;
}

.category-shows .video_fit_container>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important
}

.top_block {
	position: relative;
	padding-top: 36%;
	margin-bottom: 30px;
}

.top_block.slideshow {
	padding-top: 0;
}

.top_block .one_slide {
	display: none;
}

.top_block .one_slide:first-child {
	display: block;
}

.top_block .one_slide .img {
	position: relative;
	padding-top: 38.25%;
}

.top_block figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	max-height: 550px;
	overflow: hidden;
}

.top_block .slick-dots {
	display: none !important;
}

.top_block .banner_text {
	position: absolute;
	bottom: 25%;
	left: 48%;
	color: #fff;
	font-size: 18px;
}

.top_video_block {
	position: relative;
	padding-bottom: calc(36% - 55px);
	height: 0;
	overflow: hidden;
}

.top_video_container {
	position: relative;
	padding-bottom: 36%;
	z-index: 1;
}

.top_video_container iframe {
	position: absolute;
	top: -55px;
	left: 0;
	z-index: 0;
}

.not_found {
	padding: 80px 0;
}

.one_post .overlay_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(178.69deg, rgba(24, 13, 2, 0) 7.75%, rgba(24, 13, 2, 0.5) 98.88%);
    border-radius: 13px;
    opacity: 0;
}

.one_post:hover .overlay_bottom {
    opacity: 1;
}

.one_post .overlay_shadow {
	position: absolute;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
	border-radius: 0 0 13px 13px;
	opacity: 1;
	background: linear-gradient(178.69deg, rgba(24, 13, 2, 0) 4.3%, rgba(24, 13, 2, 0.85) 98.88%);
}

.chef_list .main_block {
	max-width: 1100px;
}

.chef_list .post_list {
	padding: 0 60px;
}

.chef_list .one_post {
	position: relative;
	width: 100%;
	background: #fff;
	margin-bottom: 60px;
	text-align: center;
}

.chef_list .one_post .img {
	width: 38%;
}

.chef_list .one_post .text {
	width: 62%;
	padding: 40px 8%;
}

.chef_list .title {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 28px;
}

.chef_list .title span {
	position: relative;
	padding: 0 15px;
	background: #fff;
	z-index: 2;
}

.chef_list .title:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 14px;
	width: calc(100% + 30px);
	border-bottom: 1px solid #D4D4D4;
	z-index: 1;
}

.chef_list .cuisine {
	text-align: center;
	color: #CDAD99;
	text-transform: uppercase;
}

.chef_list .excerpt {
	line-height: 20px;
	padding: 30px 0;
}

.chef_list .frame {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}

main.show_list {
	background: #2D3038;
}

main.show_list a {
	color: #fff;
}

.show_list .one_post {
	width: 30%;
	margin-left: 50px;
	margin-bottom: 50px;
}

.show_list .one_post .text {
	padding: 15px 0;
	text-align: left;
}

.show_list .one_post.top_post {
	float: none;
	width: 100%;
	margin-top: 70px;
	margin-left: 0;
}

.show_list .top_post .text {
	padding: 0 50px 15px;
	color: #fff;
}

.show_list .top_post .title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.17px;
}

.show_list .one_post .info {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	margin: 20px 0;
}

.show_list .one_post .seperater {
	padding: 0 30px;
}

.show_list .play_now {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.07px;
	padding: 13px 40px;
	background-color: #B93535;
}

.show_list .buttons {
	padding: 30px 0;
}

.show_list .excerpt {
	font-size: 18px;
	line-height: 21px;
}

.show_list .play_now:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #fff;
	margin-right: 10px;
	vertical-align: text-top;
}

.show_list .post_list .one_post:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.show_list .one_post .title {
	font-family: 'Roboto', sans-serif;
}

.show_list .top_post.one_post .title {
	font-family: 'Roboto', sans-serif;
}

.show_list .slide_list {
	border-bottom: 1px solid #979797;
}

.show_list .slide_list:last-child {
	border-bottom: none;
}

.show_list .slide_list .one_post:first-child {
	margin-left: 0;
}

.show_list .slick-arrow, .show_list .slick-prev {
	position: absolute;
	top: 25%;
	left: 0;
	width: 40px;
	height: 60px;
	background: url(/assets/themes/desktop/images/arrow_left.png) no-repeat 50%;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 0;
	z-index: 1;
}

.show_list .slick-next {
	left: unset;
	right: 0;
	background: url(/assets/themes/desktop/images/arrow_right.png) no-repeat 50%;
}

.main_block .category_tab {
	margin: 50px 0;
	text-align: left;
}

.main_block .category_tab span {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 27px;
	margin-right: 40px;
}

.main_block .category_tab span a {
	color: #000000;
}

.main_block .category_tab span.active {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-right: 40px;
	border-bottom: 2px solid #FFA800;
}

.recipe_list .top_block {
	position: relative;
	padding-top: 36%;
	margin-bottom: 18px;
}

.expert_page .top_block.background_video {
	padding-top: 0;
}

.recipe_list .top_block .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: -3px;
	margin-bottom: -3px;
	padding-top: 7%; 
	width: 100%;
	height: unset;
	z-index: 3;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7.97%, #f5f3f1 82.34%);
	opacity: 1;
	border-radius: 0;
}

@media screen and (max-width: 1200px) {
	.main_block .category_tab span, .main_block .category_tab span.active {
		margin-right: 4%;;
	}
}

/* ipad pro 1024 */
@media screen and (max-width: 1024px) {
	.main_block {
		padding: 0 20px;
		margin: 30px auto 0;
	}

	.main_block .category_tab {
		margin: 40px 0;
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		height: 32px;
		white-space: nowrap;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	.main_block .category_tab::-webkit-scrollbar {
		display: none;
	}

	.main_block .category_tab span {
		font-size: 18px;
		line-height: 25px;
	}
	
	/* .main_block .category_tab::after {
		content: '>';
		position: absolute;
		right: 18px;
		width: 35px;
		font-size: 25px;
		background-color: #fff;
	} */
}

@media screen and (max-width: 700px) {
	.recipe_list .top_block {
		margin-bottom: 0;
	}

	.main_block {
		margin: 20px auto 0;
	}
}

/* publisher pages start */
.expert_page .post_list .overlay_bottom {
	height: 40%;
	opacity: 1;
}

.expert_page .post_list .overlay_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(178.69deg, rgba(24, 13, 2, 0) 7.75%, rgba(24, 13, 2, 0.5) 98.88%);
	border-radius: 13px;
	opacity: 0;
}

.expert_page .post_list .overlay_shadow:hover {
	opacity: 1;
}

.expert_page .post_list .one_post {
	margin-right: 20px;
	margin-bottom:20px;
	width: calc(25% - 15px);
	color: #fff;
	background: transparent;
}

.expert_page .post_list .one_post .img {
	width: 100%;
}

.expert_page .post_list .one_post:nth-child(4n) {
	margin-right: 0px;
}

.expert_page .post_list .one_post:nth-child(4n+1) {
	clear: both;
}

@media screen and (max-width: 768px) {
	.main_content.mobile .container .top_block {
		padding: 0px 11px 0;
	}
	.expert_page .post_list .one_post {
		width: calc(33% - 12px);
	}
	.expert_page .post_list .one_post:nth-child(4n) {
		margin-right: 20px;
	}
	.expert_page .post_list .one_post:nth-child(4n+1) {
		clear: unset;
	}
	.expert_page .post_list .one_post:nth-child(3n) {
		margin-right: 0px;
	}
	.expert_page .post_list .one_post:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 540px) {
	.expert_page .post_list .one_post {
		width: calc(50% - 10px);
	}
	.expert_page .post_list .one_post:nth-child(3n) {
		margin-right: 20px;
	}
	.expert_page .post_list .one_post:nth-child(even) {
		margin-right: 0px;
	}
	.expert_page .post_list .one_post:nth-child(3n+1) {
		clear: unset;
	}
	.expert_page .post_list .one_post:nth-child(2n+1) {
		clear: both;
	}
}
/* publisher pages end */
