/* Vimeo vídeo */
.video-container,
.is-provider-vimeo .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 20px;
	height: 0;
}
.postid-5950 .video-container,
.postid-5950 .is-provider-vimeo .wp-block-embed__wrapper {
	margin-bottom: -12px;
}
.video-container iframe,
.is-provider-vimeo .wp-block-embed__wrapper iframe { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Single Post */
.cms-breadcrumb {
	padding-bottom: 20px;
}
.cms-breadcrumb .breadcrumbs li:first-child {
	padding-left: 0;
}
.cms-breadcrumb .breadcrumbs li a {
	color: #3c3c3b;
}
.cms-breadcrumb .breadcrumbs li::after {
	right: -6px;
}
.single-post #cms-content #primary.is-no-sidebar {
	max-width: 1200px;
	margin: 0 auto 80px;
	padding-bottom: 0;
}
.single-post #cms-content {
	background-color: #fff;
	padding-top: 40px;
}
.single-post .single-post-inner {
	background-color: #fff;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
}
.single-post .single-post-inner .entry-blog {
	background-color: #f5f5f5;
}
.single-post .single-post-inner .entry-blog .entry-header video {
	margin-bottom: 20px;
}
.single-post .single-post-inner .blog_title h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
}
.single-post .single-post-inner .entry-social-shared {
	border-bottom: none;
	border-top: 1px solid #9b9b9b;
	margin-bottom: 0;
}
.single-post .single-post-inner .entry-tags {
	pointer-events: none;
}
.single-post .single-post-inner .post-thumbnail {
	height: 350px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.single-post .single-post-inner .post-thumbnail img {
	width: 100%;
}
.entry-blog .entry-meta .cms-detail-date {
	display: inline-flex !important;
	align-items: center;
}
.entry-blog .entry-meta .cms-detail-date .strokegap-icon {
	font-family: 'Stroke-Gap-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}
.entry-blog .entry-meta .cms-detail-date .strokegap-icon {
	font-size:24px;
}
.entry-blog .entry-meta .cms-detail-date .strokegap-icon-Time::before {
	content: "\e668";
}
@media screen and (max-width: 991px) {
	.single-post #cms-content #primary.is-no-sidebar {
		margin: 0 auto 40px !important;
	}
	.single-post .single-post-inner .post-thumbnail {
		height: auto !important;
	}
	.single-post-navigation .nav-link-prev,
	.single-post-navigation .nav-link-next {
		width: 50% !important;
	}
	.single-post-navigation .nav-inner h3 {
		display: none;
	}
	.entry-blog .entry-header .entry-detail-terms-wrap {
		padding: 0 20px;
	}
}