/**********************************************************
// Post >> Entry
**********************************************************/
.Entry-Header {
	text-align: left;
	min-height: 300px;
	display: flex;
	align-items: center;
	}

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	text-transform: initial;
	line-height: 1.2em;
	font-weight: 300;
	font-size: 50px;
	}

body .Entry-Cat {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Averta", sans-serif;
	font-weight: 500;
	font-size: 16px;
	}

body .Entry-Meta {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Averta", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #C2A68F;
	}

.Entry-Main { margin: 10px auto 0 auto !important; }

/**********************************************************
// Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 40px auto 0 auto;
	padding: 20px;
	background: #C2A68F;
	text-align: center;
	}

.Entry-Convo-Left {
	margin-top: 15px;
	margin-left: 5%;
	display: inline-block;
	float: left;
	}

.Entry-Convo-Left i,
.Entry-Convo-Left span {
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Convo-Left i {
	font-size: 37px;
	color: #FFF;
	}

.Entry-Convo-Left span {
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	}

.Entry-Convo-Button {
	padding: 20px 30px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	background: #F28710;
	color: #FFF;
	display: inline-block;
	float: right;
	}

.Entry-Convo-Button:hover {
	background: #14676D;
	color: #FFF;
	}

/**********************************************************
// Entry >> Related
**********************************************************/
.Entry-Related {
	padding: 30px 10px;
	text-align: center;
	background: #B1C2C5;
	}

.Entry-Related h3 {
	margin: 0 auto 30px auto !important;
	line-height: 1em;
	text-transform: lowercase;
	font-family: "Baselliost", serif;
	font-weight: 300;
	font-size: 60px;
	}

.crp_related ul {
	margin: auto !important;
	float: none !important;
	font-size: 0;
	}

.crp_related a { width: 100%; }
.crp_related li {
	margin: 5px 1% !important;
	max-width: 23%;
	display: inline-block;
	vertical-align: top;
	float: none !important;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Entry-Header {
		padding: 0 0 30px 0;
		text-align: center;
		min-height: 0;
		}

	.Entry-Header div { margin: auto; }

	.crp_related li { max-width: 48%; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Entry-Convo-Left {
		margin: auto;
		display: block;
		float: none;
		}

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