/* STYLE 1 - DEFAULT */
section.category {
	height: 100%;
}
section.category .header {
	padding: 20px 20px 0 20px;
}
section.category.style1 .posts .mainheadline a {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 0px;
	font-family: 'MillerHeadline-Bold', 'Lora', Georgia, serif;
	font-weight: normal;
	letter-spacing: .25px;
	color: #222;
}
section.category.style1 .posts .mainheadline .featured-image,
section.category.style1 .posts .mainheadline .excerpt {
	display: none;
}
section.category.style1 .header .kicker {
	color: white;
	background: #db0b00;
	display: inline-block;
	padding: 3px 7px;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .5px;
}
section.category.style1 .header .kicker a:link,
section.category.style1 .header .kicker a:visited,
section.category.style1 .header .kicker a:hover {
	color:white;
}
section.category.style1 .posts .subheadline {
	border-bottom: 1px solid #ccc;
	padding: 2px 0px 6px 0px;
	margin-bottom: 6px;
	font-family: 'Lora', georgia, serif;
	position: relative;
}
section.category.style1 .posts .subheadline:last-child {
	border-bottom: none;
}

section.category .related .subheadline:last-child {
	margin-bottom: 0px !important;
}
section.category.style1 .posts {
	position: relative;
	padding: 0 20px 0 20px;
}
section.category.style1 .posts a {
	line-height: 17px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
section.category.style1 .posts .timestamp {
	font-family: 'Lora', georgia, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #326891;
	text-transform: uppercase;
	display:inline-block;
}

section.category.style1 .posts .mainheadline,
section.category.style1 .posts .mainheadline a {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
section.category.style1 .posts .mainheadline span {
	display: inline-block;
}
/* END STYLE 1 - DEFAULT */

/****** Desktop Size 4x1 style 1 featured obits uses this******/
.category.size-4x1.style1 {
	position: relative;
	height: auto;
	background: #222222;
	padding: 20px 3px 0px 10px;
	overflow: auto;
}
.category.size-4x1.style1 .posts .timestamp {
	display: none !important;
}
.category.size-4x1.style1 .header {
	position: relative;
	width: 49%;
	height: 40px;
	float: right;
	margin-right: 10px;
	margin-top: -4px;
	z-index: 2;
	padding: 0px;
	padding-left: 15px;
}
section.category.style1 .posts .mainheadline,
section.category.style1 .posts .mainheadline a {
	margin-bottom: 15px;
}
.category.size-4x1.style1 .header .kicker {
	padding-left: 0px;
	background: none;
	font-size: 18.2px;
	font-weight: 400;
	letter-spacing: .25px;
	text-transform: capitalize;
	font-family: 'MillerHeadline-Bold', 'Lora', Georgia, serif !important;
}
.category.size-4x1.style1 .posts {
	z-index: 1;
	height: 100%;
	padding: 0px;
}
.category.size-4x1.style1 .posts div {
	display: inline-block;
	width: 49%;
	color: #ffffff;
}
.category.size-4x1.style1 .posts div a {
	color: #ffffff;
}
.category.size-4x1.style1 .posts .mainheadline {
	float: left;
	border-right: 1px solid #444444;
	padding-right: 0px;
}
.category.size-4x1.style1 .posts .mainheadline .excerpt {
	display: block;
	width: 96%;
	font-size: 14px;
	line-height: 19px;
	margin-top: 10px !important;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image {
	display: inline-block;
	width: 35%;
	float: left;
	margin-right: 20px;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image img {
	width: 100%;
	height: auto;
}
.category.size-4x1.style1 .posts .mainheadline .featured-image + a {
	width: 59%;
	font-weight: 400;
}
.category.size-4x1.style1 .posts .subheadline {
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	border-bottom: none;
	padding-left: 30px;
}
.category.size-4x1.style1 .posts .subheadline:before {
	content: '\2022';
	display: inline-block;
	width: 12px;
	height: 100%;
}
.category.size-4x1.style1 .posts .subheadline a {
	display: inline-block;
	width: calc(100% - 16px);
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lora', georgia, serif;
	line-height: 19px;
}
.category.size-4x1.style1 .extra-link a {
	color:#FFFF00 !important;
	font-style: italic;
	padding-left:  30px;
	font-family: 'Lora', Georgia, serif;
	font-size: inherit;
}
.category.size-4x1.style1 .excerpt p {
	line-height: 19px;
	font-size: 14px;
	font-family: 'Lora', georgia, serif;
}
/*single featured*/
.category.size-4x1.style1.single-featured .posts .mainheadline .excerpt {
	display: block !important
}
.category.size-4x1.style1.single-featured .extra-link {
	display: none !important;
}
.category.size-4x1.style1.single-featured .header {
	width: 100% !important;
}
.category.size-4x1.style1.single-featured .single-featured {
	width: 100% !important;
	display: block !important;
	margin-bottom: 0px !important;
	border-right: 0px !important;
	padding-right: 0px !important;
}
.category.size-4x1.style1.single-featured .posts .mainheadline .featured-image {
	width: 20%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
/*end single featured*/
/****** End Desktop Size 4x1 style 1 ******/

/****** Mobile Styles *******/
@media only screen and (max-width: 767px) {
	.category.size-4x1.style1 .posts {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 600px) {
	/* STYLE 1 - DEFAULT */
	#mobile section.category {
		padding: 0px 15px !important;
	}
	#mobile section.category.style1 .posts {
		height: auto;
	}
	/* END STYLE 1 - DEFAULT */

	/****** MOBILE Size 4x1 style 1 ******/
	.category.size-4x1.style1 .extra-link a {
		padding-left: 0px;
	}
	.category.size-4x1.style1 .posts .mainheadline .featured-image + a {
		width: 100% !important;
		display: block !important;
	}
	.category.size-4x1.style1 .header {
		width: 100%;
		height: 40px;
		/*padding: 10px 0 10px 15px;*/
		clear: both;
	}
	.category.size-4x1.style1 .posts .mainheadline {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #444444;
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.category.size-4x1.style1 .posts .subheadline {
		width: 100%;
	}
	.category.style1 .posts .mainheadline a {
		font-size: 22px;
		line-height: 24px;
	}
	.category.style1 .posts .mainheadline {
		margin-bottom: 0px;
	}
	.category.size-4x1.style1 .posts .subheadline {
		padding-left: 0px;
	}
	.category.size-4x1.style1 .posts {
		padding-bottom: 0px;
	}
	/*single featured*/
	.category.size-4x1.style1.single-featured .posts .mainheadline.single-featured a {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.category.size-4x1.style1.single-featured .single-featured .excerpt p {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	.category.size-4x1.style1.single-featured .header {
		padding: 0px 15px;
	}
	/*end single featured*/
	/****** END MOBILE Size 4x1 style 1 ******/
}

@media only screen and (max-width: 450px) {
	.category.size-4x1.style1 .posts .mainheadline .featured-image {
		width: 100% !important;
		margin-bottom: 20px !important
	}
	.category.size-4x1.style1 .posts {
		padding-bottom: 0px;
	}
	.category.size-4x1.style1 .posts .mainheadline .featured-image {
		max-height: 100% !important;
	}
}

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