/*
 * Single Post Styles
 * ------------------------------------------------------------------------------------------------
*/
@import "../global/blog-post-item.css";


html,
body {
	scroll-behavior: smooth;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
	animation: fadeInDown 1.5s ease-out forwards;
	visibility: visible;
	animation-delay: 0.5s;
}

.section-post {
	background-color: #F4F4F4;
	padding-top: 40px;
	padding-bottom: 50px;
}
#main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#primary {
	max-width: 870px;
	position: static;
}
#sidebar {
	max-width: 400px;
	padding-top: 70px;
}

@media (max-width: 767px) {
	.section-post {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}






/*
 * Post Back
 * ------------------------------------------------------------------------------------------------
*/
.post-back-wrap {
	position: absolute;
	left: 18px;
}
.post-back-wrap .post-back-link {
	text-decoration: none;
}
.post-back-wrap .post-back-link:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.5 1.5L1.5 6.5L6.5 11.5" stroke="%231A73E8" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
	height: 13px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
	vertical-align: middle;
}
.post-back-wrap .post-back-link:hover:before {
	background-image: url('data:image/svg+xml,%3Csvg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.5 1.5L1.5 6.5L6.5 11.5" stroke="%23FF5C28" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E');
}
.post-back-wrap .post-back-link:focus {
	color: #1A73E8;
}
.post-back-wrap .post-back-link:hover {
	color: #FF5C28;
}
@media (max-width: 767px) {
	.post-back-wrap {
		position: static;
		margin-bottom: 15px;
	}
}






/*
 * Section Top
 * ------------------------------------------------------------------------------------------------
*/
.section-top {
	background-color: #09131F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
}
.section-top .texture {
	width: 35.5%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-top .container {
	position: relative;
	z-index: 1;
}
.section-top .flex-cols {
	display: flex;
}
.section-top .flex-cols .col {
	display: block;
	width: 50%;
}
.section-top .sec-head {
	color: #fff;
	max-width: 700px;
	padding-right: 50px;
}
.section-top .sec-head .page-overtitle {
	color: #fff;
	margin-bottom: 8px;
}
.section-top .sec-head .page-title {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.section-top .sec-head .wrap-buttons {
	margin-top: 35px;
}
.section-top .sec-img img.wp-post-image {
	border-radius: 4px;
}
.section-top .flex-cols .sec-img {
	height: 497px;
}
.section-top .flex-cols .sec-img .man-em-res {
	object-fit: contain;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.section-top .sec-head .page-title {
		font-size: 48px;
	}
}
@media (max-width: 1400px) {
	.section-top {
		padding-top: 50px;
		padding-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.section-top {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-top .flex-cols {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.section-top {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-top .flex-cols .col {
		width: 100%;
	}
	.section-top .flex-cols .col + .col {
		margin-top: 40px;
	}
	.section-top .flex-cols .sec-img {
		text-align: center;
	}
	.section-top .sec-head {
		padding-right: 0;
	}
	.section-top .sec-img img.wp-post-image {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-top .sec-head .page-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-top .sec-head .wrap-buttons {
		margin-top: 20px;
	}
	.section-top .flex-cols .col + .col {
		margin-top: 35px;
	}
	.section-top .man-em-res {
		animation: none;
	}
}
@media (max-width: 500px) {
	.section-top .flex-cols .sec-img {
		height: auto;
	}
	.section-top .man-em-res {
		max-width: 250px;
	}
}








/*
 * Content
 * ------------------------------------------------------------------------------------------------
*/
.entry-thumbnail {
	text-align: center;
	margin-bottom: 20px;
}
.entry-thumbnail img {
	display: inline-block;
	border-radius: 4px 4px 0 0;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}
.entry-date {
	color: #615B72;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
}
.entry-title {
	margin-top: 10px;
	margin-bottom: 17px;
}
@media (max-width: 420px) {
	.entry-thumbnail img {
		max-height: 172px;
	}
}








/*
 * Sidebar
 * ------------------------------------------------------------------------------------------------
*/
.site-main .widget-area {
	position: sticky;
	top: 25px;
	margin-top: 3px;
}
.site-main .widget-area .widget .widget-title {
	margin-bottom: -25px;
}
@media (max-width: 991px) {
	#sidebar {
		display: none;
		width: 100%;
	}
	.site-main .widget-area {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	.site-main .widget-area {
		position: relative;
		top: auto;
		z-index: 10;
	}
}






/*
 * Comments
 * ------------------------------------------------------------------------------------------------
*/
#comments {
	margin-top: 45px;
}






/*
 * Social Share
 * ------------------------------------------------------------------------------------------------
*/
.post-share-wrap {
	display: flex;
	margin-top: 35px;
}
.post-share-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
}

.social-share {
	position: relative;
	z-index: 0;
}
.social-share a {
	display: inline-block;
	margin-left: 25px;
}
.social-share a:hover svg path {
	fill: #1A73E8;
}
@media (max-width: 991px) {
	.social-share {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.social-share {
		margin-bottom: 0;
	}
}






/*
 * Section Related Posts
 * ------------------------------------------------------------------------------------------------
*/
.sec-related-post {
	background-color: #F4F4F4;
	padding-top: 20px;
	padding-bottom: 70px;
}
.sec-related-post .section-title {
	margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.related_posts .post-item:nth-of-type(3) {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.sec-related-post {
		padding-bottom: 50px;
	}
}





/*
 * Related Posts
 * ------------------------------------------------------------------------------------------------
*/




