/**********************************************************
// Post >> Entry >> Header
**********************************************************/
.Entry-Title {
	margin: auto;
	padding: 0 !important;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #1A4EA2;
	}

.Entry-Meta {
	margin: 10px auto 0 auto !important;
	padding: 0 !important;
	text-align: center;
	list-style: none !important;
	font-size: 0;
	}

.Entry-Meta li {
	margin: 0;
	padding: 0 10px;
	line-height: 1em;
	font-size: 16px;
	border-right: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	}

.Entry-Meta li a { color: #1A4EA2; }
.Entry-Meta li a:hover,
.Entry-Meta li a:focus { color: #EE3D8F; }

.Entry-Meta li:last-child { border-right: 0; }

.Entry-Cats span:last-child { display: none; }
body .Entry-Cats a { color: #000; }
body .Entry-Cats a:hover,
body .Entry-Cats a:focus { color: #EE3D8F; }

.Entry-Thumb {
	margin: 30px auto 0 auto;
	width: 100%;
	height: 370px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	position: relative;
	}

.Entry-Thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Post >> Entry >> Main
**********************************************************/
.Entry-Main {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 720px;
	}

body.single .Entry-Main { margin-top: 20px; }

.Entry-Divider {
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Entry-Divider svg {
	width: 100%;
	height: auto;
	}

.Entry-Related {
	padding: 30px 20px;
	text-align: center;
	font-size: 0;
	}

/**********************************************************
// Sidebar
**********************************************************/
.Sidebar .widget-title {
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	}

.Sidebar .AF-Widget-Social-Links { text-align: center; }

/**********************************************************
// Sidebar >> Search
**********************************************************/
.Sidebar .widget_search .screen-reader-text,
.Sidebar .widget_search .search-submit { display: none; }

.Sidebar .widget_search {
	padding-left: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	position: relative;
	}

.Sidebar .widget_search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	}

.Sidebar .widget_search input:focus { outline: 0; }
.Sidebar .widget_search input {
	padding: 0 10px;
	width: 100%;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #000; text-transform: uppercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #000; text-transform: uppercase; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{

}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Entry-Meta { margin: auto !important; }
	.Entry-Meta li {
		margin: auto;
		padding: 10px;
		border-right: 0 solid #000;
		display: block;
		}

	.Entry-Convo-Left {
		margin: auto;
		display: block;
		float: none;
		}

	.Entry-Convo-Button {
		margin: 20px auto 0 auto;
		float: none;
		}
}
