body div#blog-header {
	height: auto;
	max-height: 180px;
	overflow: hidden;
	background-image: linear-gradient(to right, #380001 0%,#ba1c21 100%);
}
body div#blog-banner {
	margin: 0 auto;
	padding: 10% 3% 0;

	width: 100%;
	min-height: 75px;
	height: 0;
	max-height: 100%;

	position: absolute;
	top: inherit;
	display: block;

	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;

	box-sizing: border-box;
	z-index: 1;
}

main [class$='sidebar'] { padding-top: 3rem; }

main:after, main:before,
.container:after, .container:before
{
	content: '';
	display: table;
	clear: both;
	width: 0;
	height: 0;
}

div#blog-header {
	min-height: 120px;
	height:10vh;
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	border-bottom: 1.5rem solid #ba1c21;
	border-top: 1.5rem solid #ba1c21;
}
div#blog-header h1.sitename {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #f1f1f1;
	text-align: center;
	font-size: 6rem;
	line-height: 6rem;
	font-family: var(--heading-font);
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05rem;
	transform: translateX(-50%) translateY(-50%);
}

h4.post-leader {
	font-size: 1rem;
	line-height: 2.5rem;
	/*margin-bottom: 0;*/
	margin: 0;
	color:#474747;
}
h2.ekr-heading-title {
	font-size: 48px;
}
h2.ekr-heading-title:after {
	bottom:10px;
}
/*p.post-date {
	text-align: right;
	margin-bottom: 3rem;
}*/

img.featured-none,
.blog #photo_section,
.archive #photo_section,
.blog h1#content-header,
.archive h1#content-header,
.single-post #photo_section .overlay,
.single-post #photo_section h1
{ display: none; }

img.post-featured-img:not(.featured-none):not(.featured-full),
#text-body p > img.alignleft:first-child,
#text-body p > img.alignright:first-child,
#text-body p > a[rel='img_gallery']:first-child img.alignleft,
#text-body p > a[rel='img_gallery']:first-child img.alignright
{
	margin-right: 2rem;
	width: 40%;
	max-width: 450px;
	float: left;
	height: auto;
}

img.featured-full,
#text-body p >a[rel='img_gallery']:first-child> img.alignnone,
#text-body p >a[rel='img_gallery']:first-child> img.aligncenter,
#text-body p > img.alignnone:first-child,
#text-body p > img.aligncenter:first-child
{
	display: block;
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 0 3rem;
	float: none;
}

footer { padding-top: 7rem; }

#the-content {
	margin-bottom: 2rem;
	padding: 2rem;
	position: relative;
	background: white;
	box-sizing: border-box;
	z-index: 2;
}

#text-body p > img.alignright:first-child,
#text-body p > a[rel='img_gallery']:first-child img.alignright
{ float: right !important; }

#post-menu {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	clear: both;
	border-top: 1px solid rgba(150, 150, 150, .2);
}
#post-menu > a { width: 50%; }
#post-menu .first-post { width: 100%; }

.mm-nolistview {
	padding-left: 0;
	list-style: none;
}

.dsu-post { padding-right: 0; }

.page main #the-content { padding: 3rem 0; }
.page #the-content.left { width: calc(100% - 340px); }
.page #the-content.right { margin-right: 340px; }

.blog main,
.archive main,
.single-post main
{
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100% !important;
}

.blog main,
.archive main
{
	/*padding-top: 3rem;*/
	width:100%;
	background: linear-gradient(to bottom, rgba(225,225,225,.25) 0%,rgba(255,255,255,1) 75%), url('/wp-content/themes/dixie-state-university/assets/images/blog/defaultbg.png') top center no-repeat;
	background-size: 100% auto;
}

.blog-page-nav { padding: 2rem; }

.blog main [class$='sidebar'],
.archive main [class$='sidebar']
{ padding-top: 0; }


.blog .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 1200px;
    height: inherit;
    float: none;
    display: block;
}
.post-template-default .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 1200px;
    height: inherit;
    float: none;
    display: block;
}
.blog #main main::before {
	background: linear-gradient(to bottom, rgba(225,225,225,.25) 0%,rgba(255,255,255,1) 75%), url('/wp-content/themes/dixie-state-university/assets/images/blog/defaultbg.png') top center no-repeat;
	background-size: 100% auto;
}
/*.blog #the-content,
.archive #the-content
{ box-shadow: 0 0 3px 1px rgba(200,200,200,.15); }*/

.single-post #photo_section.big-header{
	height:40vh;
}
.single-post #photo_section.small-header{
	height:20vh;
}
.single-post #photo_section{
	background: url('/wp-content/themes/dixie-state-university/assets/images/defaultbg.png') top center no-repeat;
	background-size: 100% auto;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
}
.single-post #photo_section::after{
	content: '';
	background:
			linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%), linear-gradient(to bottom, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	display: none;
}
.single-post #photo_section.has-overlay::after{
	display: block;
}
.single-post #photo_section .overlay,
.single-post #photo_section h1
{ display: none; }
.single-post #photo_section ~ main .container #the-content {
	margin-top: -15vh;
	padding-top: 3rem;
}
.single-post #the-content.left { width: calc(100% - 320px); }
.single-post #the-content.right { margin-right: 320px; }
.single-post #the-content #page-links { text-align: center; }

.article_sub_head_container{
	display: flex;
	align-items: baseline;
	padding: 16px 0 24px;
}
.article_sub_head_container *{
	padding: 8px;
}
.post-date{
	display: block;
	margin: 8px 0;
	line-height: 14px;
}

.post-date strong {
	position: relative;
	color: #949494;
	font-size: 14px;
}
/*.post-date strong::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	border-width: 17px 20px 17px 0;
	border-color: transparent #881518 transparent transparent;
	border-style: solid;
	box-sizing: border-box;
	z-index: 1;
}
.post-date strong::after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 17px 20px 17px 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	box-sizing: border-box;
	z-index: 1;
}*/
.post-nav {
	margin: 0;
	padding: 1rem;
	width: calc(100% - 4rem);
	display: flex;
	flex-flow: row wrap;
	position: relative;
	box-sizing: border-box;
}
.post-nav.alignright {
	flex-flow: row-reverse wrap;
	text-align: right;
}
.post-nav-btn {
	min-width: 85px;
	display: block;
	/*font-family: 'RBNo2.1a',Arial,sans-serif;*/
	font-size: 16px;
	font-weight: 600;
}
.post-nav-thumb {
	width: 35px;
	height: 35px;
	background-size: cover;
	box-sizing: border-box;
}
.post-nav-thumb:before {
	content: "";
	padding-bottom: 100%;
	float: left;
}
.post-nav-thumb:after {
	content: "";
	display: table;
	clear: both;
}
.post-nav-title {
	width: 100%;
	color: #212121;
	/*font-size: 16px;*/
	font-weight: 600;
	line-height: 1.5;
}
a:hover .post-nav-title {
	color: #ba1c21;
}

.post-tags {
	margin-top: 32px 0 16px;
	padding: 16px;
	border-top: 4px solid #e1e1e1;
	/*background: linear-gradient(to bottom, rgba(225,225,225,.5) 0%,rgba(255,255,255,1) 75%);*/
	/*background-color: #f5f5f5;*/
	clear: both;
}
.post-tags ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.post-tags li {
	padding: 0 10px 0 0;
	display: inline-block;
}

.blog main,
.archive main,
.single-post main
{ background: linear-gradient(to bottom, rgba(225,225,225,.25) 0%,rgba(255,255,255,1) 75%), url('/wp-content/themes/dixie-state-university/assets/images/blog/defaultbg.png') top center no-repeat; }

.content .post-details h2.listing-title, .content .post-details a.listing-title h2 {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    max-width: 85%;
	color: var(--accent-color);
}
.content .post-details h2.listing-title:hover, .content .post-details a.listing-title h2:hover{
	color: var(--cta-color);
}
.content,
.content p,
.post-listing p,
.content ul,
.content li
{ line-height: 1.5;}
.ekr-text-content p{
	margin: 0 0 1.6rem;
}
.content .listing-img-box img {
	/*box-shadow: 0 0 10px 0 rgba(150,150,150,1);*/
	border: 1px solid #c2c4c7;
	/*border-radius: 4px;*/
	max-width: 100%;
    height: auto;
}
.listing-img-box img.listing-thumbnail{
	max-width: 300px;
}

.readmore a { font-size: 1rem; }

.post-listing span.post-date {
	color: #949494;
	font-size: .9rem;
}
/*.post-listing a.post-date:hover {
	color: #BA1C21;
	font-size: 1.4rem;
}*/
.blog .content .listing-img-box {
    padding: 0 2rem;
    min-width: 200px;
    /*width: 25%;*/
    height: auto;
}
.blog .content .post-details {
    padding: 0 1rem 1rem;
    width: 75%;
}
.blog .content .post-listing {
    padding: 2rem 0;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 2px solid rgba(155,155,155,.3);
}
.alignright .post-nav-title { left: -2rem; }

.sticky { background: linear-gradient(to top, rgba(225,225,225,.5) 0%,rgba(255,255,255,1) 75%); }

 h1.content-header {
 	font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    max-width: 85%;
	color: var(--accent-color);
 }

@media only screen and (max-width: 768px) {
	h1.content-header{
		font-size: 40px;
		margin: 0 16px;
	}
	body div#blog-header::after { max-width: 0; }
	body div#blog-header::before { padding: 18% 5rem 0; }
}
@media all and (max-width:768px) {
	#the-content
	{
		width: 100% !important;
		box-sizing: border-box;
	}
	.single-post #the-content {
		margin: 0 !important;
		padding: 3rem 0 0;
		width: 100%;
		max-width: 100%;
	}
	#photo_section { display: none; }

	.post-featured-img {
		margin-bottom: 2rem;
		max-width: 100%;
	}
}
@media all and (max-width:992px) {
	#post-menu,
	#dsu-blog-posts .post-listing
	{ flex-flow: column nowrap; }
	#dsu-blog-posts .post-details,
	#dsu-blog-posts .listing-img-box,
	#post-menu > a,
	.post-nav
	{ width: 100%; }
	#dsu-blog-posts .listing-img-box { margin-top: 2rem; }

	.post-nav-title {
		padding: 2rem 0;
		width: 66%;
		position: relative;
		top: -2.5rem;
		word-break: break-word;
		box-sizing: content-box;
		z-index: -1;
	}
	.alignleft .post-nav-title {
		left: 1rem;
		/*font-size: 16px;*/
		/*border-left: 4rem solid #f1f1f1;*/
	}
	.alignright .post-nav-title {
		left: -6rem;
		border-right: 4rem solid #f1f1f1;
	}
	.post-nav-thumb { display: none; }
	.post-nav-btn {
		margin-top: 0;
		padding-top: 0;
	}
	.blog .content .post-listing {
		flex-flow: column nowrap;
	}
	.blog .content .listing-img-box, .content .post-details {
	    width: 100%;
	}
	.blog .content .listing-img-box {
	    padding: 0;
	}
}
@media only screen and (max-width: 992px) {
	.post-nav-btn{
		font-size: 20px;
	}
	body div#blog-header::after { max-width: 76.8rem; }
	body div#blog-header::before { padding: 18% 5rem 0; }
}
@media only screen and (max-width: 1200px) {
	body div#blog-header::after { max-width: 99.2rem; }
	body div#blog-header::before { padding: 15% 3% 0; }
}
