.entry-single{
	font-size: var(--smallFontMin);
}
body.single .entry-single {
	margin-bottom: 0;
}
body.single.single-post #main-content {
    background-color: #F7F7F7;
}
.entry-single .entry-post-header{
	text-align: left;
}

.entry-single .entry-title{
	font-size: var(--biggestFontMin);
	font-weight: bold;
	line-height: 1.2;
}

/*.entry-single .post-categories {
	padding-bottom: 0;
}*/
.wtr-time-wrap {
	padding-top: 1em;
}

.entry-single .entry-excerpt{
	font-weight: bold;
	padding-top: 10px;
}

.entry-single .entry-excerpt p{
	padding: 0;
}

.entry-single .entry-meta{
	padding-top: 30px;
	font-size: var(--copyFontSmall);
	font-family: var(--museo);
}

.entry-single .entry-post-image-feature,
.entry-single .embed-container {
	display: inline-block;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.entry-single .embed-container {
	display: block;
}

.entry-single .entry-post-image-feature img{
    max-height: 600px;
    object-fit: cover;
}
.et_pb_module:not(.featured-post):not(.featured-podcast) .entry-featured-image-url img,
.related-article .entry-featured-image-url img {
	height: 150px;
	object-fit: cover;
}

.entry-single .image-caption,
.entry-single .entry-content .wp-caption p.wp-caption-text{
	font-size: var(--copyFontSmall);
	font-family: var(--museo);
	color: var(--halfBlack);
	text-align: right;
}

.entry-single .entry-content{
	line-height: 35px;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
}
.entry-single .wrap-entry-content {
	margin-top: 90px;
}

/*.entry-single .entry-content > p:first-child::first-letter {
	color: var(--burntOrange);
	font-size: var(--firstLetter);
	margin-right: 25px;
	float: left;
	line-height: 1;
}*/
span.firstLetter {
    color: var(--burntOrange);
    font-size: var(--firstLetter);
    margin-right: 25px;
    float: left;
    line-height: .95em;
    display: none;
}

.entry-single .entry-content .wp-caption {
	border: 0;
	text-align: center;
	background-color: transparent;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.entry-single .entry-content blockquote {
	border-left: 5px solid;
	/*font-size: var(--smallFontMax);*/
	margin: 0;
	margin-bottom: 1em;
	padding-left: 20px;
	text-align: left;
	/*line-height: 1.3;*/
	font-weight: bold;
	font-style: italic;
}

.entry-single .entry-content .et-social-icon{
	padding-top: 20px;
	display: inline-block;
}

.entry-single .entry-content .et-social-icon .icon{
	color: var(--black);
	font: normal var(--tinyText) var(--museo);
}

.entry-single .entry-content h2,
.entry-single .entry-content h3,
.entry-single .entry-content h4,
.entry-single .entry-content h5,
.entry-single .entry-content h6{
	font-weight: bold;
}

.post-share {
	max-width: 100%;
}

.post-share ul {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}

.post-share ul li {
	width: 35px;
	height: 35px;
	margin-bottom: 7px;
}

.post-share a.icon.share {
	transition: .4s ease;
}

.post-share a.icon.share:hover svg path {
	fill: #AB5852;
}
.post-share a.icon.share:hover svg rect {
	stroke: #AB5852;
}

.author-section{
	align-items: center;
	font-size: var(--tinierText);
	display: flex;
	margin: 50px -15px 0;
	padding: 50px 0;
	position: relative;
}

.author-section::before{
	content: "";
	display: block;
	height: 1px;
	width: 175px;
	background-color: var(--lightGrey);
	position: absolute;
	top: 0px;
	left: 15px;
}

.author-section .col{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 15px;
	line-height: 1.7;
}

.author-section .col-auto{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	padding: 0 15px;
}

.author-section .author-image{
	border-radius: 50%;
	max-width: 100px;
}

.author-section .author-name{
	font-family: var(--museo);
}

.entry-related .et_pb_row .et_pb_row {
	width: auto;
	padding: 0;
}

.entry-related .et_pb_row .et_pb_row .et_pb_column{
	margin: 0 !important;
}

.entry-related .section-title{
	margin-bottom: 30px;
}
/*
 * ---------[ADS]----------*
 */
.advertisement {
	display: none;
	padding-bottom: 40px;
}
.advertisement[data-placement="middle"] {
	padding-top: 40px;
	padding-bottom: 40px;
}
.advertisement[data-placement="bottom"] {
	margin-top: 40px;
	padding-bottom: 0;
}
/*
 * ---------[GALLERY]----------*
 */
.custom-gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.custom-gallery-container .gallery-item a {
	width: 100%;
 }
.custom-gallery-container .img-container {
	text-align: center;
}
.custom-gallery-container img {
	height: 250px;
    object-fit: cover;
    width: 100%;
}
.img-container dd {
	font-size: var(--menuFont);
	line-height: 1.5;
}
.custom-gallery-container dd {
	margin: auto;
}
.custom-gallery-container dl {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.entry-single .entry-title{
		font-size: calc(var(--biggestFontMin) + 35 * ((100vw - 320px) / 960));
		line-height: 1;
	}

	.entry-single .entry-excerpt{
		max-width: 60%;
/*		margin-left: auto;*/
		margin-right: auto;
	}

	.entry-related.section-column-2{
		margin-left: calc(50% - 50vw + 10px);
		margin-right: calc(50% - 50vw + 10px);
	}

	.entry-related .et_pb_row .et_pb_row {
		margin: 0 -15px;
	}
}

@media screen and (min-width: 991px) {
	body.single-videos #left-area, 
	body.single-videos .et_no_sidebar #left-area {
		float: none;
    	width: 100%!important;
    	padding-right: 0;
	}
	body.single-videos #main-content .container:before {
		display: none;
	}
	/*.entry-single .entry-content blockquote{
		margin-left: -10%;
		margin-right: -10%;
	}*/
}

@media screen and (min-width: 1100px) {
	.entry-single .entry-post-header{
		width: 1080px;
/*		min-height: 800px;*/
		max-width: 100%;
	}
	.post-share {
		position: sticky;
		top: 230px;
		max-width: 35px;
		margin: 0;
		height: 0;
	}
	.single .post-categories,
	.single .entry-title,
	.single .entry-excerpt,
	.single .pm-reading-time,
	.single .entry-meta {
		max-width: 790px;
	    margin-left: auto;
	    margin-right: auto;
	}
}	

@media screen and (min-width: 1280px) {
	.entry-single .entry-title{
		font-size: var(--biggestFontMax);
	}
	.et_pb_module:not(.featured-post):not(.featured-podcast) .entry-featured-image-url img,
	.related-article .entry-featured-image-url img {
		height: 200px;
	}
}
@media only screen and (max-width: 1099px) {
	.entry-single .wrap-entry-content {
	    margin-top: 40px;
	}
	ul.share-post-wrap {
	    display: flex;
	    justify-content: center;
	    margin-bottom: 20px;
	}
	.post-share ul li {
		margin-right: 15px;
	}
	.post-share ul li:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.custom-gallery-container {
	    grid-template-columns: repeat(1, 1fr);
	}
}