/**********************************************************
// Post >> Entry
**********************************************************/
.Entry-Main { margin: auto !important; }
.Entry-Header { margin-bottom: 30px; }

.Entry-Date {
	margin: auto;
	padding: 0 !important;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	}

.Entry-Title {
	margin: 15px auto 0 auto;
	padding: 0 !important;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Wilk", sans-serif;
	font-weight: 400;
	font-size: 60px;
	}

.Entry-Thumb {
	margin: auto;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

/**********************************************************
// Post >> Entry >> Header >> Jump
**********************************************************/
.Entry-Header-Jump {
	margin: 30px auto 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: auto;
	grid-gap: 0 20px;
	justify-content: center;
	align-items: center;
	}

.Entry-Header-Jump-LR {
	padding: 0;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
	}

.Entry-Header-Jump-Center {
	padding: 0 10px;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
	}

.Entry-Header-Jump-Line {
	margin: 10px auto;
	border-top: 2px solid #B2D6B4;
	box-shadow: 0 0 10px 1px #B2D6B4;
	}

.Entry-Header-Jump-Button {
	margin: auto;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px;
	background: #FFF;
	border: 2px solid #FFF !important;
	box-shadow: 0 0 10px 1px #F7743F;
	color: #F7743F;
	display: inline-block;
	}

.Entry-Header-Jump-Button span {
	padding: 14px 40px;
	border-radius: 8px;
	box-shadow: 0 0 10px 1px #F7743F;
	display: block;
	}

.Entry-Header-Jump-Button:hover {
	background: #F7743F;
	color: #FFF;
	}

/**********************************************************
// Post >> Entry >> Social
**********************************************************/
.Entry-Social { color: #F7743F; }
.Entry-Social a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 18px !important;
	color: #F7743F !important;
	border: 1px solid #F7743F;
	border-radius: 100%;
	display: block;
	}

.Entry-Social a:hover {
	background: #F7743F;
	color: #FFF !important;
	}

/**********************************************************
// Post >> Entry >> Tags
**********************************************************/
.Entry-Tags {
	margin: 30px auto 0 auto;
	text-align: center;
	}

.Entry-Tags h5 {
	margin-right: 3px;
	padding: 0 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	display: inline;
	}

.Entry-Tags ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style: none !important;
	display: inline;
	}

.Entry-Tags li {
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	display: inline;
	}

.Entry-Tags li:after { content: ", "; }
.Entry-Tags li:last-child:after { content: ''; }

/**********************************************************
// Post >> Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 40px auto 20px auto;
	padding: 20px;
	background: #FFB949;
	border-radius: 6px;
	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;
	border-radius: 8px;
	background: transparent;
	border: 2px solid #FFF;
	box-shadow: 0 0 10px 1px #FFF;
	color: #FFF;
	display: inline-block;
	float: right;
	}

.Entry-Convo-Button:hover {
	background: #FFF;
	color: #F7743F;
	}

/**********************************************************
// Post >> Entry >> Related
**********************************************************/
.Entry-Related {
	margin: 40px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1220px;
	text-align: center;
	font-size: 0;
	}

.Entry-Related-Image img {
	width: auto;
	height: auto;
	max-height: 130px;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
.Comments {
	margin-top: 90px;
	padding: 0 20px;
	}

.Comments-Image {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	}

.Comments-Image img {
	width: auto;
	height: auto;
	max-height: 50px;
	}

#respond { max-width: 680px; }

#respond .logged-in-as {
	margin: auto;
	width: 100%;
	max-width: 400px;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 14px;
	}

#respond .required-field-message { display: block; }

#respond h3 {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	display: none;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	color: #FFF;
	display: none;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	padding: 10px;
	width: 100%;
	letter-spacing: 0.5px;
	border: 2px solid #FFF;
	border-radius: 8px;
	background: transparent;
	box-shadow: 0 0 10px 1px #FFF;
	color: #FFF;
	font-size: 14px;
	}

#respond textarea {
	margin: auto;
	max-width: 99%;
	}

#respond textarea::-webkit-input-placeholder { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond textarea:-moz-placeholder           { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond textarea::-moz-placeholder          { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond textarea:-ms-input-placeholder      { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }

#respond input::-webkit-input-placeholder { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond input:-moz-placeholder           { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond input::-moz-placeholder          { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }
#respond input:-ms-input-placeholder      { color: #FFF; font-weight: 700; text-transform: uppercase; text-align: center; }

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select {
	height: 45px;
	line-height: 43px;
	}

span.ERComment {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	}

.ERComment span:first-child { margin: 1px 3px 0 0; }

#respond .form-submit {
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
	background: transparent;
	display: block;
	position: relative;
	}

#respond input[type="submit"] {
	margin-top: 10px;
	padding: 10px 30px;
	width: 100%;
	background: transparent;
	border: 2px solid #FFB948;
	box-shadow: 0 0 10px 1px #FFB948;
	border-radius: 8px;
	color: #FFB948;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

#respond input[type="submit"]:hover {
	background: #FFB948;
	color: #001B2A;
	}

.comment-form-author {
	margin-right: 1%;
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
	}

.comment-form-email {
	margin-left: 1%;
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
	}

.Comments-List {
	margin: 30px auto 0 auto !important;
	padding: 10px 0 !important;
	max-width: 680px;
	}

.Comments .fn a { color: #FFB948; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFB948;
	}

.comment-metadata a { color: #FFF; }
.comment-metadata {
	margin-top: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	}

.comment-content {
	margin-top: 3px;
	color: #FFF;
	line-height: 1.5em;
	font-size: 14px;
	}

.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 { margin-top: 40px; }
.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 .AF-Block-Profile { margin: auto !important; }
.Sidebar .AF-Block-Profile-Title .widget-title { display: none; }
.Sidebar .AF-Block-Profile-Text {
	margin: auto;
	width: 100%;
	max-width: 280px;
	}

/**********************************************************
// Sidebar >> Search
**********************************************************/
.Sidebar .widget_search .screen-reader-text,
.Sidebar .widget_search .search-submit { display: none; }

.Sidebar .widget_search {
	padding-top: 10px;
	padding-left: 50px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	border: 2px solid #FFB948 !important;
	box-shadow: 0 0 10px 1px #FFB948;
	color: #FFB948;
	border-radius: 8px;
	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: 20px;
	top: 20px;
	}

.Sidebar .widget_search input:focus { outline: 0; }
.Sidebar .widget_search input {
	padding: 0 10px;
	width: 100%;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 700;
	font-size: 14px;
	color: #FFB948;
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #FFB948; text-transform: uppercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #FFB948; text-transform: uppercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #FFB948; text-transform: uppercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #FFB948; text-transform: uppercase; }

/**********************************************************
// Easy Recipe Fixes
**********************************************************/
.post .easyrecipe ul,
.post .easyrecipe ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style: none;
	}

.post .easyrecipe .ERSIngredients li.ingredient { list-style: none; }

/**********************************************************
// 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-Related { margin: 30px auto 0 auto; }

	.Comments { margin-top: 30px; }

	#respond textarea { max-width: 100%; }

	.comment-form-author,
	.comment-form-email {
		margin: 5px auto;
		width: 100%;
		display: block;
		}
}
