/**********************************************************
// Post >> Entry
**********************************************************/
.Entry-Main { margin: auto !important; }

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	width: 100%;
	max-width: 590px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "beloved-sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	}

.Entry-Date {
	margin: auto;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	}

.Entry-Thumb {
	margin-top: 10px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

/**********************************************************
// Post >> Entry >> Social
**********************************************************/
.Entry-Social { margin: 20px auto; }
.Entry-Social li a {
	width: 38px;
	height: 38px;
	line-height: 34px;
	border-radius: 100%;
	border: 2px solid #FBBEAC;
	color: #FBBEAC;
	display: block;
	}

.Entry-Social li a:hover {
	background: #FBBEAC;
	color: #FFF;
	}

/**********************************************************
// Post >> Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 40px auto 0 auto;
	padding: 20px;
	background: #F4EFEB;
	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: #3F4F5A;
	}

.Entry-Convo-Left span {
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #3F4F5A;
	}

.Entry-Convo-Button {
	padding: 20px 30px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	background: #FCBDAC;
	color: #FFF;
	display: inline-block;
	float: right;
	}

.Entry-Convo-Button:hover {
	background: #3F4F5A;
	color: #FFF;
	}

/**********************************************************
// Entry >> Optin
**********************************************************/
.Entry-Optin {
	padding: 70px 20px;
	background: #FCBDAC;
	text-align: center;
	}

.Entry-Optin-Image {
	margin-bottom: -100px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -100px;
	}

.Entry-Optin-Image img {
	width: auto;
	height: auto;
	max-height: 240px;
	}

.Entry-Optin-Main {
	margin-left: 65px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Optin-Main h3 {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	}

.Entry-Optin-Main form {
	margin: 20px auto 0 auto;
	font-size: 0;
	}

.Entry-Optin-Main label,
.Entry-Optin-Main input[type="submit"] {
	width: 48%;
	max-width: 360px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Optin-Main label { margin-right: 2%; }
.Entry-Optin-Main input[type="submit"] { margin-left: 2%; }

.Entry-Optin-Main input {
	padding: 0 10px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	display: block;
	}

.Entry-Optin-Main input[type="submit"]:hover { background: #C0DDD2; }
.Entry-Optin-Main input[type="submit"] {
	cursor: pointer;
	text-transform: uppercase;
	background: #3F505A;
	color: #FFF;
	}

.Entry-Optin ::-webkit-input-placeholder { color: #3F505A; text-transform: uppercase; }
.Entry-Optin :-moz-placeholder           { color: #3F505A; text-transform: uppercase; }
.Entry-Optin ::-moz-placeholder          { color: #3F505A; text-transform: uppercase; }
.Entry-Optin :-ms-input-placeholder      { color: #3F505A; text-transform: uppercase; }

/**********************************************************
// Post >> Comments
**********************************************************/
#respond h3 {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-family: "beloved-sans", sans-serif;
	font-weight: 700;
	font-size: 30px;
	}

#respond label {
	margin-bottom: 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #3F4F5A;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	width: 100%;
	border: 1px solid #3F4F5A;
	background: #FFF;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select {
	height: 45px;
	line-height: 43px;
	}

#respond .form-submit {
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
	background: transparent;
	display: block;
	position: relative;
	}

#respond input[type="submit"]:hover { background: #3F4F5A; }
#respond input[type="submit"] {
	padding: 10px 30px;
	width: auto;
	background: #FCBDAD;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	}

.Comments-List {
	margin: 30px auto 0 auto !important;
	padding: 10px 0 !important;
	width: 100%;
	max-width: 750px;
	}

.Comments .fn a { color: #FCBDAD; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FCBDAD;
	}

.comment-metadata a { color: #3F4F5A; }
.comment-metadata {
	margin-top: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #3F4F5A;
	}

.comment-content {
	line-height: 1.5em;
	color: #3F4F5A;
	}

.comment-form-cookies-consent input {
	margin-top: 0;
	vertical-align: middle;
	}

.comment-form-cookies-consent label {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Sidebar
**********************************************************/
.Sidebar .widget-title {
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	}

.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 #3F4F5A;
	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: #3F4F5A;
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #3F4F5A; text-transform: uppercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #3F4F5A; text-transform: uppercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #3F4F5A; text-transform: uppercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #3F4F5A; text-transform: uppercase; }

/**********************************************************
// Sidebar >> Profile
**********************************************************/
.Sidebar .AF-Block-Profile { margin: auto !important; }

.Sidebar .AF-Block-Profile-Image img {
	width: auto;
	max-height: 160px;
	}

.Sidebar .AF-Block-Profile-Link a.Button:hover { background: #3F4F5A; }
.Sidebar .AF-Block-Profile-Link a.Button {
	border-radius: 0;
	background: #FCBDAC;
	}

/**********************************************************
// 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-Convo-Left {
		margin: auto;
		display: block;
		float: none;
		}

	.Entry-Convo-Button {
		margin: 20px auto 0 auto;
		float: none;
		}

	.Entry-Optin { padding: 30px 20px; }
	.Entry-Optin-Image {
		margin-bottom: -60px;
		top: -60px;
		}

	.Entry-Optin-Main {
		margin: 30px auto 0 auto;
		display: block;
		}
}

@media
all and (max-width: 500px),
all and (max-device-width: 500px)
{
	.Entry-Optin-Main label,
	.Entry-Optin-Main input[type="submit"] {
		margin: 10px auto 0 auto;
		width: 100%;
		display: block;
		}

	.Entry-Optin-Main label { margin-right: auto; }
	.Entry-Optin-Main input[type="submit"] { margin-left: auto; }
}
