/* Theme name: Fresh Bufet */
.food-menu__content-img-wrap .slick-list{
	height: auto !important;
}
.food-menu__content-img-wrap .slick-slide{
	height:315px;
}
.team__img .slick-slide{
	height:329px;
}
.section--middle-slider{
	background: #fbf7ef;
}
.bg-page{
	background: url('img/bg-menu.png') top;
}
.news-page .section--header{
	background-color: rgb(251, 247, 239) !important;
}
.news-list{
	font-size:0;
}
.news-item{
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	font-size: 16px;
	margin-left:3%;
	margin-top:50px;
	font-family: OpenSansLight, Helvetica, sans-serif;
}
.news-item:nth-child(2n+1){
	margin-left:0;
}
.news-item:nth-child(-n+2){
	margin-top:0;
}
.news-item__title-link{
	text-decoration: none;
}
.news-item__title{
	font-family: OpenSansRegular, Helvetica, sans-serif;
	font-size:20px;
	color:#434343;
	margin:0;
        min-height: 55px;
}
.news-item__date{
	font-size:16px;
	display: inline;
	color:#f59b00;
}
.news-item__body{
	font-size:18px;
}
.news-item__info{
	padding:15px 0 25px;
}
.news-item__img{
	height:0;
	padding-bottom:50%;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.news-item__link{
	width:100%;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #d3d449;
	color:#fff;
	font-size:16px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-family: OpenSansRegular, Helvetica, sans-serif;
}
@media screen and (max-width: 980px){
	.news-item:nth-child(odd),
	.news-item:nth-child(even){
		width:100%;
		display: block;
		margin:70px auto 0;
		max-width: 450px;
	}
	.news-item:first-child{
		margin-top:0;
	}
}