/* Single Post Styles */

.single .post-thumbnail {
    opacity: 1 !important;
}

/* Footer Categories */

.single-post .footer-categories-list {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
	padding: 10px 20px;
	margin-bottom: 3.5rem;
	margin-top: 2rem;
	font-family: var(--global-primary-nav-font-family);
	display: flex;
	justify-content: center;
	border-top: 1px solid #eeeae8;
	border-bottom: 1px solid #eeeae8;
}
.single-post .footer-categories-list a {
    text-decoration: none !important;
	color: var(--global-palette3);
}
.single-post .footer-categories-list a:hover {
	color: var(--global-palette-highlight-alt);
}
.single-post .entry-taxonomies,
.single-post .entry-meta {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* After Entry Newsletter */

.after-entry-newsletter .enews-widget {
    margin: 3rem 0;
    padding: 2.5rem !important;
	background: var(--global-palette8);
}
.after-entry-newsletter .enews-widget .widget-title {
    margin: 0 auto 1.5rem;
    font-size: 40px;
    text-align: center;
    color: var(--global-palette5);
}
.after-entry-newsletter p {
    width: 100%;
    text-align: center;
    margin: -.5rem 0 1.5rem;
}

/* Tags */

.entry-tags {
    display: none;
}

/* Related Posts */

.entry-related {
    padding: 25px 20px 0 !important;
	border: 1px solid #eeeae8;
}
.entry-related .splide.splide-initial .splide__list.grid-cols {
    gap: 0 !important;
}
.entry-related-carousel h3.entry-title {
	font-size: 16px;
	text-align: center;
	font-family: var(--global-body-font-family);
}
.entry-related-carousel button.splide__arrow.splide__arrow--prev {
	margin-left: -4px;
	margin-top: -36px;
}
.entry-related-carousel button.splide__arrow.splide__arrow--next {
	margin-right: -4px;
	margin-top: -36px;
}
.entry-related .carousel-item {
    background: #fff;
}
.entry-related .entry-header {
    margin: 1em .5em 0;
}
.entry-related-inner-content {
    padding: 1em 2em 2em;
}
.entry-related .splide .splide__pagination {
    display: none;
}
.content-width-narrow .entry-related,
.content-width-narrow .entry-related-inner-content.alignwide {
	max-width: calc(var(--global-content-narrow-width) - var(--global-content-edge-padding) - var(--global-content-edge-padding));
    margin: 0 auto !important;
}
.content-width-narrow .entry-related {
	margin-top: 3em !important;
}
.entry-related .loop-entry .entry-content-wrap {
    padding: 0;5px;
    margin-bottom: 0;
}
.entry-related h2.entry-related-title {
    text-align: center;
}

/* Author */

.entry-author-name {
    font-family: var(--global-heading-font-family);
    font-weight: normal;
    font-size: 33px !important;
    letter-spacing: .04em;
}
.entry-author {
	clear: both;
}
.entry-author a.social-button {
    color:var(--global-palette-btn) !important;
    background:var(--global-palette-btn-bg) !important;
    border-radius: 99px !important;
}
.entry-author a.social-button:hover {
    color:var(--global-palette-btn-hover) !important;
    background:var(--global-palette-btn-bg-hover) !important;
}
.entry-author .kadence-svg-iconset svg {
    height: .8em !important;
    width: .8em !important;
}
.entry-author-follow {
    margin-top: 1.5em !important;
}
.entry-author-profile p.entry-author-occupation {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--global-primary-nav-font-family);
    font-size: 12px !important;
}
.entry-author-avatar img {
    border-radius: 100%;
    width: 120px;
}
.entry-author-profile {
    padding-left: 148px;
    min-height: 120px;
    margin-bottom: 4rem;
}
.entry-author-profile p {
	margin: 7px 0 10px;
}

/* Previous/next post navigation */

.comment-navigation .nav-previous:after,
.post-navigation .nav-previous:after {
    display: none;
}
.post-navigation a {
    font: normal 18px var(--global-heading-font-family), serif;
}
.post-navigation-sub,
.post-navigation-sub small {
    margin-bottom: .65em !important;
    font-family: var(--global-primary-nav-font-family);
    font-style: normal !important;
    letter-spacing: 1px !important;
    font-size: 12px;
    font-weight: normal;
}
.comment-navigation a:hover,
.post-navigation a:hover {
    color: var(--global-palette2);
}

/* Pop-up adjacent entry nav */

.next-post {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: block;
    margin: 20px 0 10px;
    line-height: 1.2;
    color: var(--global-palette3) !important;
    font-family: var(--global-primary-nav-font-family);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.next-post:hover {
	color: var(--global-palette-highlight-alt) !important;
}
.adjacent-entry-pagination {
    display: none;
}
.previous-entry a {
    bottom: 32px;
    right: 32px;
    height: auto;
    background-color: var(--global-palette8);
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    z-index: 9999;
    border: 10px solid #fff;
}
.post-navigation-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    float: left;
}
.post-navigation-title h3 {
    font-size: 17px;
    font-family: var(--global-body-font-family);
    padding-right: 15px;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post-navigation-title h3:hover {
    color: var(--global-palette-highlight-alt);
}
.post-navigation-title {
    width: 55%;
    float: right;
}
@media only screen and (min-width: 1025px) {
    .single-post #kt-scroll-up {
        display: none;
    }
    .previous-entry a {
        position: fixed;
        width: 400px;
    }
}
@media only screen and (max-width: 1024px) {
	.adjacent-entry-pagination {
    	display: block !important;
	}
    .previous-entry.alignright {
        float: left;
        width: 100%;
        margin: 0 0 3rem;
        background: var(--global-palette8);
    }
    .post-navigation-title {
        width: 48%;
		float: left;
		padding-left: 1.5rem;
    }
    .previous-entry a {
        border: 0;
    }
}

/* Comments */

h3#reply-title,
.comments-title,
.comment-reply-title {
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
}
.comment-form p:not(.form-submit) {
    text-align: center;
}
.comments-area {
    margin-top: 2.5rem !important;
}
.comment-form .comment-input-wrap p label,
.comment-form p.comment-form-float-label label {
    color: var(--global-palette3) !important;
}
.comment-body {
    border-color: #eeeae8 !important;
}
.comment-author .fn,
.comment-author .says {
    font-weight: normal;
    font-family: var(--global-heading-font-family);
    font-size: 20px;
	letter-spacing: .03em;
}
.comment-author .fn a:hover,
.comment-metadata a:hover {
    text-decoration: none !important;
    color: var(--global-palette2);
}
.comment-metadata {
    font: normal 11px var(--global-primary-nav-font-family);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 8px;
}

@media only screen and (max-width: 1024px) {
    .entry-related .grid-cols {
        column-gap: 0 !important;
        row-gap: 0 !important;
        gap: 0 !important;
    }
	.content-width-narrow .entry-related,
	.content-width-narrow .entry-related-inner-content.alignwide {
		max-width: 100%;
	}
	.entry-related.alignfull.entry-related-style-wide,
	.entry-related-inner-content.alignwide {
    	margin-left: auto;
    	margin-right: auto;
    	width: 100%;
	}
	.single-post .footer-categories-list {
		margin-bottom: 2.75rem;
	}
}

@media only screen and (max-width: 768px) {
    #comments.entry-content-wrap {
        padding: 3% 0 10%;
    }
    .after-entry-newsletter .enews-widget {
        padding: 2rem 2rem 2.5rem !important;
        margin: 2.5rem 0 0;
    }
    .after-entry-newsletter .enews-widget .widget-title {
        margin: 0 auto 1rem;
        font-size: 36px;
    }
    .single-post .entry-hero-layout-fullwidth>.entry-hero-container-inner>.site-container {
        padding: 28px 8px 18px;
    }
	.entry-author-profile {
		padding: 0;
		text-align: center;
	}
	.entry-author-avatar {
		position: static;
		margin-bottom: 10px;
	}
	.entry-author-avatar img {
	  display: block;
	  margin: 0 auto 25px;
	}
	.entry-author-name {
		font-size: 36px !important;
	}
	.entry-author-profile p {
		margin-top: 15px;
	}
	h3#reply-title, .comments-title, .comment-reply-title {
		font-size: 32px;
	}
	.entry-related-inner-content {
		padding: 1em 0 1em !important;
	}
}