/*--------------------------------------------------------------
## SINGLE POST PAGE
--------------------------------------------------------------*/

body.single-podcast .featured-image,
body.single-post .featured-image,
body.archive .featured-image {
	display: none;
}

body.single-post .content-area {
	max-width: 1200px;
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 1000px) {
	body.single-post .content-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
}

body.single-post .content-area  .primary-content {
	max-width: 700px;
	margin-right: 50px;
}

@media (max-width: 1000px) {
	body.single-post .content-area  .primary-content {
		margin: 0 auto;
		width: 100%;
	}
}

body.single-post .content-area  .secondary-content {
	max-width: 300px;
	position: relative;
}

@media (max-width: 1000px) {
	body.single-post .content-area  .secondary-content {
		margin: 0 auto 4rem;
		width: 100%;
		max-width: 700px;
	}
}

.entry-header .entry-title a:hover {
	box-shadow: none;
}

.entry-header,
.post .entry-header {
	margin-bottom: 0
}

.entry-byline {
	margin-bottom: 2rem;
}

.author-profile-title {
	margin: 0;
}

.author-profile-links a {
	text-decoration: none;
}

.entry-content .meta-list {
	display: none;
}

.entry-content > h4 {
	font-weight: normal;
}

.post-navigation {
	display: none;
}

.navigation.pagination {
	text-align: center;
}

.pagination a {
	text-decoration: none;
}

.page-numbers.current {
	background-color: #9079CD;
}

.entry-content > h2 {
	margin-top: 0;
	font-weight: normal;
}

.entry-content p a,
.entry-content p a:hover,
.header-text a,
.header-text a:hover,
.entry-content .meta-list a,
.post-navigation a:hover .post-title,
.entry-header .entry-title a:hover,
#page .more-link:hover,
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: var(--bs-link-color);
}

.entry-content p a {
	box-shadow: none !important;
}

.entry-content .post-inline-banner {
	display: block;
	text-align: center;
	border: 1px solid #F6F2EE;
	padding: 1rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #F6F2EE;
}

.entry-content  .post-inline-banner .post-inline-banner-text {
	text-align: left;
	max-width: 75%;
	font-size: 1.1rem;
}

@media (max-width: 723px) {
	.entry-content  .post-inline-banner .post-inline-banner-text {
		font-size: 0.9rem;
	}
}

.entry-content  .post-inline-banner .post-inline-banner-cta {
	max-width: 20%;
}

/* DEPRECATED BANNER - PLEASE USE THE INLINE BANNER ABOVE */
.entry-content .inline-banner {
	display: block;
	text-align: center;
	border: 1px solid #F6F2EE;
	padding: 1rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background: #F6F2EE;
}

.entry-content  .inline-banner .inline-banner-title {
	font-weight: bold;
	font-size: 1rem;
	margin: 0 0 .25rem 0;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-title {
		font-size: .9rem;
	}
}

.entry-content  .inline-banner .inline-banner-text {
	text-align: left;
	max-width: 75%;
	font-size: 1.1rem;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-text {
		font-size: 0.8rem;
	}
}

.entry-content  .inline-banner .inline-banner-cta {
	max-width: 20%;
}

.entry-content  .inline-banner .inline-banner-cta a {
	display: block;
	border: none;
	background:  #7e55ee;
  padding: 8px 11px;
	color: white;
  font-weight: normal;
  border-radius: .25rem;
	font-size: 1.1rem;
	text-decoration: none;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-cta a {
		padding: 5px 8px;
	}
}
/* END OF DEPRECATED INLINE BANNER */

.comments-area {
	padding-top: 0;
}

.form-submit {
	text-align: left;
}

h3.comment-reply-title {
	text-align: left;
	padding: 0;
	margin: 0;
}

.comment-form-comment {
	margin-bottom: 2rem;
}

.comment-form-comment textarea {
	height: 100px;
}

.comment-form-comment label {
	display: none;
}

/* Sidebar */

body.single-post .content-area  .sidebar .sidebar-newsletter-form {
	text-align: center;
	border: 1px solid #EFE8E2;
	padding: 2rem;
	margin-bottom: 1rem;
	border-radius: 20px;
}

body.single-post .content-area  .sidebar .sidebar-newsletter-form h3 {
	font-size: 1rem;
	margin: 0;
}

body.single-post .content-area  .sidebar .newsletter-description {
	font-size: .85rem;
	margin: .5rem 0;
}

body.single-post .content-area  .sidebar .newsletter-fields-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
}

body.single-post .content-area  .sidebar .input-group .email-field {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

body.single-post .content-area  .sidebar .input-group .subscribe-news-btn {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

body.single-post .content-area  .sidebar .newsletter-fields-row .submit-newsletter {
	border: none;
	background: white;
	border: 1px solid #7e55ee;
  padding: 8px 11px;
	color: #7e55ee;
  font-weight: bold;
  border-radius: 0 0.5rem 0.5rem 0;
	font-size: .8rem;
	width: 36%;
	height: 35px;
}

body.single-post .content-area  .sidebar-top-banner {
	text-align: center;
	border: 1px solid #EFE8E2;
	padding: 1rem;
	margin-bottom: 1rem;
	position: sticky;
	top: 1rem;
	border-radius: 20px;
}

body.single-post .content-area  .sidebar-top-banner .heading {
	margin: 0 0 1rem 0;
}

body.single-post .content-area  .sidebar-top-banner .heading span {
	font-size: 1.2rem;
	font-weight: 200;
	display: block;
}

body.single-post .content-area  .sidebar-top-banner .heading strong {
	font-size: 1.8rem;
	font-weight: bold;
}

body.single-post .content-area  .sidebar-top-banner .btn {
	background: var(--bs-primary);
	padding: 8px 11px;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	color: var(--bs-white);
	text-decoration: none;
	font-size: 1.2rem;
	border-radius: 1rem;
}

/*--------------------------------------------------------------
## SINGLE POST PAGE
--------------------------------------------------------------*/

.author-profile {
	position: relative;
	margin-top: 2rem;
	padding: 1rem;
	width: 100%;
	background: var(--bs-gray-100);
	display: flex;
	flex-direction: row;
	border-radius: var(--bs-border-radius);
}

.author-profile .author-profile-avatar {
	margin-right: 10px;
}

.author-profile .author-profile-avatar img {
	border-radius: 100px;
}


.author-profile h3.author-profile-title {
	font-size: 18px;
}

.author-profile .author-description {
	font-size: 16px;
}

.author-profile .author-description p:last-child {
	margin-bottom: 0;
}
