.news-parent-wrapper{
	width:100%;
	background-color:#EBE6E2;		
	display: inline-block;
}
		
.news-parent-inner{
	max-width:940px;
	margin:0 auto;
	padding:15px 0 15px 0;
	/*margin-top:-30px;*/
}



.news-parent-inner h2{	
	margin:0;
}

.news-item-body-wrapper {
	padding-top:20px;		
}

.tag {
	display:block;
	width:55px;
	height:70px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;
	font-size:11px;
	text-align:center;
	background-position:top 5px center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	color:white;
	padding: 48px 0px 0 0;
	-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;
}
/*
.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;
}
*/
.tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

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

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

.no-svg .tag.Breakfast,
.no-svg .tag.cereals,
.no-svg .tag.Cereals {
	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');	
}

.news-item-text .date-time, .top-news-text .date-time{
	font-size:18px;
	width:100%;
	float:none;
	margin:0 0 5px 0;
}

.date-time{
	font-size:18px;
	width:110px;
	float:right;
	margin:33px 0 0 33px;
	text-align:right
}

.news-item-body-wrapper{
	width:100%;
}

.news-item-body-inner{
	max-width:940px;
	margin:0 auto;
}
	
.news-item-body-inner h2{
	float:left;margin-top: 5px;font-size:27px;
}

.news-item-body-inner h1{
	font-size: 36px;
	float:left;
	max-width: 80%;
}

.col{
	width:440px;
	float:left;
	margin-top:15px;
}

.left-col{
	width:50%;
	float:left;
	margin-top:15px;
}

.right-col {
	width:47%;
	float:left;
	margin-left:3%;
}
		
.lead-text{
	background-color:#EBE6E2;
	border-radius:10px;
	border-top-right-radius:0;
	padding:20px;
	font-size:18px;
}

a {
	color: #d31145;	
}

.lead-text :last-child {
	margin-bottom: 0;
}

.pos_single_image {
	position:relative;
	margin-bottom:30px;
}

.pos_single_image img {
	max-width:100%;
	border:solid 1px #ccc;	
}

.news-image {
	float: right;
	margin-top: 15px;
	width: 440px;
}

.news-image img {
	border:1px solid #efe9e4;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.quote {
	float: right;
	font-size: 24px;
	margin: 30px 0 40px 60px;
	width: 440px;
	padding-left:30px;
	border-left: solid 4px #d31145;
}

@media screen and (max-width: 991px) {
	.left-col{
		width:100%;
		float:none;
		margin-top:15px;
	}
	
	.right-col {
		width:100%;
		float:none;
		margin-left:0;
	}
	.news-image {
		max-width:100%;
		float:none;
	}
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
