/**********************************************************
// Post >> Entry
**********************************************************/

.single .Content { 
	max-width: 100%;
	padding: 0;
}

.single .Content-Wrapper {
	display: flex;
	padding: 0;
	align-items: flex-start;
	align-content: stretch;
}

.Content-Left {
	flex-basis: 70%;
	max-width: 70%;
	padding: 60px 20px;
	float: none;
}

.Content-Left .Entry {
	max-width: 750px;
	margin: 0 auto;
}

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

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 1.1em;
	text-align: left;
	font-weight: 400;
	font-size: clamp(2rem, 5vw, 3rem);
	}

.Entry-Date {
	margin: 15px auto;
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--Body-Font);
	letter-spacing: 1px;
	color: var(--Teal);
	display: block;
	}

.Entry-Thumb {
	margin-top: 10px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Entry-Breadcrumbs {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.Social-Share { text-align: left; margin: 30px 0; }
.Social-Share h5 { color: var(--Green); font-family: var(--Body-Font); }
.Social-Share li a { color: var(--Green); border: 0; background: #fff; line-height: 32px; }
.Social-Share li a:hover { color: var(--Teal); }
.Entry-Share { text-align: left; }

.Entry-Tags {
	font-size: 17px;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/**********************************************************
// Post >> Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 40px auto 0 auto;
	padding: 20px;
	background: #555;
	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: #999;
	color: #FFF;
	display: inline-block;
	float: right;
	}

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

/**********************************************************
// Post >> Comments
**********************************************************/
.Comments { margin-top: 40px; }

#respond h3 {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	width: 100%;
	border: 1px solid #555;
	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: #555; }
#respond input[type="submit"] {
	padding: 10px 30px;
	width: auto;
	background: #333;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	}

.Comments-List {
	margin: 30px auto 0 auto !important;
	padding: 10px 0 !important;
	}

.Comments .fn a { color: #555; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	color: #555;
	}

.comment-metadata a { color: #555; }
.comment-metadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	}

.comment-content { color: #555; }

.comment-form-cookies-consent input {
	margin-top: 0;
	vertical-align: middle;
	}

.comment-form-cookies-consent label {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Sidebar
**********************************************************/

.Content-Right { 
	flex-basis: 30%;
	max-width: 30%;
	padding: 60px 20px;
	float: none;
	background: var(--Off-White);
	margin: 0;
	align-self: stretch
}

.Sidebar-Wrapper {
	max-width: 350px;
	margin: 0 auto;
}

.Sidebar .widget { margin-top: 0; }

.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 p { font-size: 16px; margin: 1em 0; line-height: 1.5em; }

/**********************************************************
// Sidebar >> Search
**********************************************************/


/* Style the search widget container */
.widget_search {
	margin-bottom: 2rem;
}

/* Style the input field */
.widget_search input[type="search"] {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
	font-size: 1rem;
	background-color: #fff;
	box-shadow: none;
	outline: none;
	transition: border-color 0.2s ease;
}

/* Focus state */
.widget_search input[type="search"]:focus {
	border-color: #0073aa; /* or your brand color */
}

/* Hide the default magnifying glass (some themes insert it via background or pseudo-element) */
.widget_search input[type="search"]::-webkit-search-decoration,
.widget_search input[type="search"]::-webkit-search-cancel-button,
.widget_search input[type="search"]::-webkit-search-results-button,
.widget_search input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* Hide search label (optional, if you don’t want it showing above the input) */
.widget_search label {
	display: none;
}

/* Submit button styling */
.wp-block-search__button {
	background-color: var(--Green); /* bright orange */
	color: #fff;
	border: 0;
}

/* Hover state */
.wp-block-search__button:hover {
	background-color: var(--Teal);
}


/**********************************************************
// Podcast Video Embed
**********************************************************/

.Podcast-Video-Embed {
	margin: 30px 0;
	max-width: 100%;
	position: relative;
  	width: 100%;
  	padding-bottom: 56.25%; /* 16:9 aspect ratio */
  	height: 0;
  	overflow: hidden;
}

.Podcast-Video-Embed iframe {
	max-width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 56.25rem),
all and (max-device-width: 56.25rem)
{
	.single .Content-Wrapper { display: block; }
	.Content-Right { max-width: 100%; }
	.Content-Left { max-width: 750px; width: 100%; margin: 0 auto; }
}

@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;
		}
}
