.sponsored-content {
	width: 100%; 
	font-family: 'Raleway', sans-serif !important; 
	color: #7b7b7b; 
	margin-bottom: 20px;
	box-sizing: border-box;
	height: 100%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.sponsored-content *, 
.sponsored-content *:before, 
.sponsored-content *:after {
	box-sizing: inherit; 
}
.sponsored-content h5 {
	background: #6bb2de; 
	color: white; 
	text-transform: uppercase; 
	font-weight: 400 !important;
	display: block;
	padding: 10px 10px 8px 5px; 
	margin: 0px;
	font-size: 12px;
}
.sponsored-content h2 {
	font-size: 12px;
	color: #838484; 
	font-weight: 400;
}
.sponsored-content h2 span {
	color:#4f4f4f; 
	font-weight:600;
}
.sponsored-content h1 {
	line-height: 27px;
	margin-top: 0px;
	font-size: 22px;
} 
.sponsored-content h1 a:hover {
	color: #6bb2de !important;
}
.native-content {
	height: inherit; 
	background: #f1f0f2; 
	border-bottom: 1px solid #d6d8da; 
	padding: 18px 18px 0 18px; 
	overflow: visible;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden; 
	border-top: 4px solid #6bb2de;
}
.sponsored-content .image {}
.sponsored-content .image img {
	width:100%; 
	height:auto;
}
.sponsored-content .excerpt {
	color: #777  !important;
}
.sponsored-content .excerpt p {
	line-height: 21px;
	font-size: 14px;

}

/* 1x1 */
.sponsored-content.size-1x1 h1 {
	line-height: 23px;
	font-size: 18px;
}
.sponsored-content.size-1x1 h2 {
	margin-top: 10px;
	margin-bottom: 3px;
}
.sponsored-content.size-1x1 .excerpt p {
	display: none;
}

/* 2x1 */
.sponsored-content.size-2x1 h1 {
	line-height: 23px;
    font-size: 18px;
}
.sponsored-content.size-2x1 .image {
	width: 70%;
	float: left;
}
.sponsored-content.size-2x1 .excerpt {
	float: right;
	width: 28%;
}
.sponsored-content.size-2x1 .excerpt p {
	display: none;
}


/****** Mobile/Tablet Styles *******/

/*  bootstrap medium */
@media screen and (min-width: 992px) and (max-width: 1199px) { 

}

/*  bootstrap small */
	.sponsored-content h1 {
		line-height: 19px;
		font-size: 16px;
	}
	.sponsored-content h2 {
		margin-top: 8px;
		margin-bottom: 6px;
	}
}

/*Bootstrap x-small*/
@media screen and (max-width: 767px) {
	#mobile .sponsored-content .excerpt {
		padding: 0 15px;
	}
	
	/* 1x1 */
	#mobile .sponsored-content.size-1x1 h1 {
		line-height: 27px;
		font-size: 22px;
	}
	#mobile .sponsored-content.size-1x1 .excerpt p{
		display: block;
	}
	
	/* 2x1 */
	#mobile .sponsored-content.size-2x1 h1 {
		line-height: 27px;
		font-size: 22px;
	}
	#mobile .sponsored-content.size-2x1 .image {
		width: 100%;
		float: none;
	}
	#mobile .sponsored-content.size-2x1 .excerpt {
		float: none;
		width: 100%;
	}
	#mobile .sponsored-content.size-2x1 .excerpt p {
		display: block;
	}
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.sponsored-content {
	width: 283px;
	height: 250px;
}