@charset "UTF-8";

/* LISTING PAGE */

.news_matrix {
	padding: 30px;
	text-align: center;
}

.news_matrix .row > div {
	margin: 20px 0;
}

.news_matrix .inner {
	background-color: #FFF;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
/*	align-items: flex-end;*/
}

.news_matrix .inner span {
/*	background-color: lavender;*/
	width: 100%;
}

.news_matrix .inner img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.news_matrix .inner .row {
/*	background-color: pink;*/
	width: 100%;
	margin: 0;
	border-top: solid 1px #999;
}

.news_matrix .inner .row > div {
	padding: 0;
	margin: 15px 0 0;
}

.news_matrix .date {
/*	border-bottom: solid 1px #999;*/
/*	padding-bottom: 5px;*/
/*	margin-bottom: 5px;*/
	text-align: left;
	margin-bottom: 30px;
	padding-left: 26px;
    /* replace FontAwesome */
    background-image: url(/wp-content/uploads/2023/04/calendar-blue.webp);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left 3px;  
}

.news_matrix h2 {
	font-size: 1.5em !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
	text-transform: none;
}

.news_matrix .button {
	width: 100%;
/*	text-align: right;*/
/*	margin-top: 20px;*/
}

.news_matrix a.button {
	margin: 0 !important;
}

.news_matrix a.button {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 5px 10px;
    font-size: 0.8em;
    transition: all 0.2s;
    background-color: #CB0112;
    border-radius: 3px;   
/*    text-align: right;*/
/*    margin-top: 20px;*/
    display: block;
}

/* ARTICLE PAGE */

.single {
	overflow-wrap: break-word;
	word-wrap: break-word;	
/*	border-bottom: 3px solid #DDD;*/
}

.single > div {
	padding-top: 30px;
	margin-bottom: 50px !important;
}

.single h1 {
	font-size: 2em !important;
}

.single img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

.single img.alignleft {
	float: left;
	margin-right: 30px;
} 

.single img.alignright {
	float: right;
	margin-left: 30px;
} 

.single hr {
	margin: 16px 0;
}

.single .main_col {
	min-height: 300px;
}

.single .date {
	margin-bottom: 30px;
	padding-left: 26px;
    /* replace FontAwesome */
    background-image: url(/wp-content/uploads/2023/04/calendar-blue.webp);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left 3px;    
}

.sidebar {
	border-left: solid #DDD 1px;
	position: relative;
/*	overflow: hidden;*/
}

.sidebar .inner {
	transition: all 0.2s;
	top: 0;
	border-top: 3px solid #CB0112;
	padding-top: 30px;
}

.sidebar .inner.fixed {
	position: fixed;
	top: 100px;
/*	background-color: greenyellow;*/
}

.sidebar h2 {
	font-size: 1.25em !important;
	margin-bottom: 12px !important;
}

.sidebar p {
	margin-top: 30px !important;
}


/* Post Nav */
.blog_nav .row {
	min-height: 0;
/*	background-color: deeppink;*/
}

.blog_nav .row .prev {
    /* replace FontAwesome */
    padding-left: 30px;
/*    background-image: url(/wp-content/uploads/2023/04/arrow-left-blue.webp);*/
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 10px center; 	
}

.blog_nav .row .next {
	text-align: right;
    /* replace FontAwesome */
    padding-right: 22px;
/*    background-image: url(/wp-content/uploads/2023/04/arrow-right-blue.webp);*/
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right 10px center; 
}
