.heading-inner {
  max-width: 940px;
  margin: 0 auto;
}
		
.heading-inner h1 {
	margin-top: 0;
  	margin-bottom: 30px;
}

.news-item h1,
.news-item h2,
.news-item h3,
.news-item h4,
.news-item h5,
.news-item h6 {
	margin:0 0 10px 0;	
}
		
.news-item {
	width:100%;
	display:block;
	clear:both;
	border-bottom:solid 1px #d31145;
	padding-bottom:15px;
	padding-top:25px;
}

.news-item:last-child {
	border-bottom: none;	
}

.news-item-image .image {
	background-repeat:no-repeat;
	background-size:cover;
	min-height:114px;
	background-position: center center;
}

.news-item-image {
	margin-bottom:20px;
	position:relative;
}

.news-item-image .tag {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	right:0;
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.video-container {
    position: relative;
    padding-bottom: 49%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.news-item-text,
.news-item-image {
	float:left;
}

.featured .news-item-image,
.featured .news-item-text {
	width:100%;	
}

.news-item-text {
	width:50%;
}

.news-item-image {
	width:46%;
	margin-right:3%;
}

.news-item-image .image {
	max-width:100%;
}

.tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.no-svg .tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.no-svg .tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.tag.Crisps,
.tag.crisps {
	background-image: url('../images/pringles_icon.svg');	
}

.no-svg .tag.Crisps {
	background-image: url('../images/pringles_icon.png');	
}

.one-quarter label {	
	font-size: 18px;
}

.one-quarter select{
	background: #d31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color:#FFF;
	-webkit-appearance: none;
	border:0;
	border-radius:5px;
	outline:none;
	box-shadow:inset 3px 3px 5px #ea8ea7;
	width:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
.one-quarter select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

@media screen and (max-width: 991px) {
	
	.news-item-text,
	.news-item-image {
		float:none;
	}
	
	.news-item-text {
		width:100%;
	}
	
	.news-item-image {
		width:100%;
		margin-right:0;
	}
}
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
