/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
	## General
	## Fonts

# Blog
	## Blog Template
	## Blog Post
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

#usm-admin-notification-widget {
	display: none !important;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Galano';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Galano400'),
	   url('./assets/fonts/Galano400.otf') format('opentype');
}

@font-face {
  font-family: 'Galano';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Galano500'),
	   url('./assets/fonts/Galano500.otf') format('opentype');
}

@font-face {
  font-family: 'Galano';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Galano600'),
	   url('./assets/fonts/Galano600.otf') format('opentype');
}

@font-face {
  font-family: 'GalanoItalic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('GalanoItalic400'),
	   url('./assets/fonts/GalanoItalic400.otf') format('opentype');
}

@font-face {
  font-family: 'GTWalsheimPro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('GTWalsheimPro400'),
	   url('./assets/fonts/GTWalsheimPro400.ttf') format('opentype');
}

@font-face {
  font-family: 'GTWalsheimPro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('GTWalsheimPro500'),
	   url('./assets/fonts/GTWalsheimPro500.ttf') format('opentype');
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog Template
--------------------------------------------------------------*/

.page-template-blog-new .desktop-only {
	display: none !important;
}

.page-template-blog-new {
	background-color: #f1f1f1 !important;
	overflow-x: hidden !important;
}

.page-template-blog-new .header-full .container,
.page-template-blog-new .blog-content .container {
	padding: 0 15px;
}

.page-template-blog-new .video-container {
	padding: 0 !important;
}

.page-template-blog-new .block-contact-simple {
	margin-top: 0;
}

.page-template-blog-new h2 {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
	text-transform: uppercase;	
}

.page-template-blog-new h3 {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */	
	padding-top: 28px;
}

.page-template-blog-new .blog-content p {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */	
	padding-top: 12px;
	text-align: center;
}

.page-template-blog-new .cta-btn,
.page-template-blog-new .cta-btn-alt,
.page-template-blog-new .cta-btn > *,
.page-template-blog-new .cta-btn-alt > * {
	width: 100%;
}

.page-template-blog-new .cta-btn a {
	display: inline-block;
	border-radius: 8px;
	background: #FF1F26 !important;
	box-shadow: none !important;
	text-align: center;
	color: #FFF !important;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	max-width: 361px;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 120%; /* 19.2px */	
}

.page-template-blog-new .cta-btn-alt a {
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	background: #fff !important;
	box-shadow: none !important;
	text-align: center;
	color: #2A2A2C !important;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	max-width: 361px;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 120%; /* 19.2px */		
}

.page-template-blog-new .cta-btn a:hover {
	background: #ff3d43 !important;
	opacity: .85 !important;
	/* color: #FFF !important;
	 */
}

.page-template-blog-new .cta-btn-alt a:hover {
	opacity: 0.85 !important;
}

.page-template-blog-new .cta-link.mobile-only {
	margin-bottom: 12px;
}

.page-template-blog-new .cta-link a {
	color: #FF1F26;
	background-color: transparent !important;
	font-family: "Galano";
	box-shadow: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
	text-transform: capitalize;	
	padding: 0;
	padding-right: 30px;
	position: relative;
}

.page-template-blog-new .cta-link a::before {
	content: url(./assets/icons/arrow-right.svg);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);	
	height: 24px;
	width: 24px;
}

.page-template-blog-new .cta-link a:hover {
	background-color: transparent !important;
	opacity: 0.8 !important;
}

.page-template-blog-new .title-cta-wrap {
	grid-template-columns: none;
	padding-top: 120px;
}

.page-template-blog-new .page-header {
	height: 90vh;
	min-height: 560px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	padding-bottom: 40px;
}

.page-template-blog-new .header-filter:before {
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background-color: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";	
}

.page-template-blog-new .hero-atf h1 {
	color: #FFF;
	padding-bottom: 24px;
	font-family: "Galano";
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 44px */
	letter-spacing: -0.88px;
	text-transform: uppercase;	
}

.page-template-blog-new .hero-atf p {
	color: #FFF;
	padding-bottom: 40px;
	font-family: "GTWalsheimPro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */	
}

.page-template-blog-new .hero-atf .hero-cta-btn, 
.page-template-blog-new .hero-atf .hero-cta-btn * {
	width: 100%;
}

.page-template-blog-new .white-box-section {
	grid-template-columns: none;
	gap: 12px;
	padding-top: 24px;
	margin-bottom: 44px;
}

.page-template-blog-new .white-box-section > div {
	border-radius: 12px;
	border: 1px solid rgba(42, 42, 44, 0.12);
	background: #FFF;
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 0;	
}

.page-template-blog-new .video-container {
	gap: 0;
	margin-bottom: 0 !important;
}

.page-template-blog-new .video-container > div {
	gap: 20px;
	margin-top: 24px !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-template-blog-new .video-container > div:last-child {
	margin-bottom: 44px !important;	
	margin-top: 20px !important;
}

.page-template-blog-new .video-container h3 {
	margin: 0;
	padding: 0;
	padding-top: 28px;
	color: #272727;
	font-family: "Galano";
	font-size: 18px;
	font-style: normal;
	text-align: left;
	font-weight: 600;
	line-height: 120%; /* 21.6px */	
}

.page-template-blog-new .video-container p {
	text-align: left;
}

.page-template-blog-new .blog-content .video-container p {
	margin-bottom: 0;
}

.page-template-blog-new .article-wrap {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 110px;
	background-color: #fff;
	border-radius: 24px;	
}

.page-template-blog-new .featured-post {
	padding-bottom: 66px;
}

.page-template-blog-new .featured-post .img-wrap img {
	height: 230px;
	object-fit: cover;
}

.page-template-blog-new .article-wrap .article-list {
	gap: 0;
}

.page-template-blog-new .article-wrap h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}

.page-template-blog-new .article-wrap img {
	border-radius: 15px;
}

.page-template-blog-new .article-wrap .post-date {
	color: #696976;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	font-family: "Galano";
	font-size: 14px;
	font-style: normal;
	text-align: left;
	font-weight: 500;
	line-height: 18px; /* 128.571% */	;
}

.page-template-blog-new .article-wrap h3 {
	color: #000;
	font-family: "Galano";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	text-transform: uppercase;	
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
}

.page-template-blog-new .article-wrap .post-excerpt {
	color: #000;
	padding-bottom: 40px;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */	
}

.page-template-blog-new .article-wrap .cta-btn a {
	max-width: 157px;
}

.page-template-blog-new .article-wrap .default-post {
	padding-top: 22px;
}

.page-template-blog-new .article-wrap .featured-post + .default-post {
	padding-top: 0;
	opacity: 1 !important;
}

.page-template-blog-new .article-wrap .default-post.item-shown {
	opacity: 0;
}

.page-template-blog-new .article-wrap .default-post.item-shown-full {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.page-template-blog-new .article-wrap .default-post .post-date {
	padding-top: 0;
}

.page-template-blog-new .article-wrap .default-post h3 {
	font-size: 18px;
	padding-bottom: 25px;
	line-height: 130%; /* 23.4px */
	text-transform: none;	
}

.page-template-blog-new .article-wrap .default-post img {
	height: 174px;
	object-fit: cover;
}

.page-template-blog-new .article-wrap .article-list > .cta-btn {
	width: 100%;
	padding-top: 24px;
}

.page-template-blog-new .article-wrap .article-list > .cta-btn a {
	max-width: 361px;
}

.page-template-blog-new .blog-content .trusted-by {
	gap: 0;
	padding-bottom: 45px;
}

.page-template-blog-new .blog-content .trusted-by h2 {
	padding-top: 120px;
	padding-bottom: 32px;
}

.page-template-blog-new .blog-content .trusted-by h2 br {
	display: none;
}

.page-template-blog-new .production-cta {
	gap: 0;
	grid-template-columns: none;
	margin-top: 120px;
	margin-bottom: 120px;
	width: 100vw;
	margin-left: calc(-50vw + 50%);	
	border-radius: 24px;
	background-color: #FF1F26;
	position: relative;
	padding: 40px 15px 140px;
}

.page-template-blog-new .production-cta img {
	position: absolute;
	left: 50%;
	bottom: -60px;
	max-width: 160px;
	transform: translateX(-50%);
}

.page-template-blog-new .production-cta h2 {
	color: #FFF;
	font-size: 40px;
	letter-spacing: -0.8px;
}

.page-template-blog-new .production-cta p {
	color: #fff;
	text-align: left;
	padding-top: 24px;
}

.page-template-blog-new .production-cta .cta-btn-alt {
	padding-top: 40px;
}

@media screen and ( min-width: 768px ) {

	.page-template-blog-new .desktop-only {
		display: flex !important;
	}	

	.page-template-blog-new .mobile-only {
		display: none !important;
	}

	.page-template-blog-new h2 {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.page-template-blog-new h3 {
		text-align: center;
		font-size: 24px;
	}

	.page-template-blog-new .cta-btn a {
		max-width: 250px;
	}

	.page-template-blog-new .title-cta-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 160px;
	}

	.page-template-blog-new .title-cta-wrap .cta-link {
		align-items: end;
		justify-content: end;
	}	

	.page-template-blog-new .title-cta-wrap.video-title .cta-link {
		align-items: center;
	}

	.page-template-blog-new .page-header {
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
		justify-content: center;
	}

	.page-template-blog-new .header-filter:before {
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}

	.page-template-blog-new .hero-atf p {
		font-size: 18px;
		max-width: 450px;
	}

	.page-template-blog-new .hero-atf h1 {
		font-size: 62px;
		letter-spacing: -1.24px;
		max-width: 727px;
	}

	.page-template-blog-new .white-box-section {
		padding-top: 40px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 0;
	}

	.page-template-blog-new .white-box-section > div {
		padding: 15px;
	}

	.page-template-blog-new .video-container > div {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.page-template-blog-new .video-container > div:last-child {
		margin-top: 0 !important;
		margin-bottom: 80px !important;
	}

	.page-template-blog-new .article-wrap h2 {
		padding-top: 80px;
		padding-bottom: 40px;
		flex: 0 1 100%;
	}

	.page-template-blog-new .featured-post {
		display: flex;
		gap: 16px;
		flex: 0 1 100%;
		padding-bottom: 46px;
	}

	.page-template-blog-new .featured-post .img-wrap {
		flex: 0 1 670px;
	}

	.page-template-blog-new .featured-post .img-wrap img {
		height: 335px;
	}

	.page-template-blog-new .featured-post .content-wrap {
		flex: 1;
		/* display: flex;
		flex-direction: column;
		justify-content: space-between; */
	}

	.page-template-blog-new .article-wrap {
		border-radius: 50px;
	}

	.page-template-blog-new .article-wrap .post-date {
		padding-top: 12px;
		padding-bottom: 26px;
	}

	.page-template-blog-new .article-wrap h3 {
		text-align: left;
		font-size: 28px;
	}

	.page-template-blog-new .article-wrap .post-excerpt {
		max-width: 398px;
	}

	.page-template-blog-new .article-wrap .post-wrap {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px;
		align-items: stretch;
		display: flex;
	}

	.page-template-blog-new .article-wrap .default-post {
		padding-top: 0;
		flex: 0 0 calc((100% - 40px) / 3);
	}

	.page-template-blog-new .article-wrap .featured-post + .default-post,
	.page-template-blog-new .article-wrap .featured-post + .default-post + .default-post,
	.page-template-blog-new .article-wrap .featured-post + .default-post + .default-post + .default-post {
		opacity: 1 !important;
	}

	.page-template-blog-new .article-wrap .default-post > a {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.page-template-blog-new .article-wrap .default-post > a:hover {
		opacity: .8;
	}

	.page-template-blog-new .article-wrap .default-post h3 {
		font-size: 24px;
		line-height: 120%;
		font-weight: 500;
	}

	.page-template-blog-new .article-wrap .default-post .img-wrap {
		flex: 1;
		display: flex;
		align-items: end;
	}

	.page-template-blog-new .article-wrap .article-list > .cta-btn a {
		max-width: 302px;
		display: block;
		margin: 0 auto;
	}

	.page-template-blog-new .blog-content .trusted-by h2 {
		padding-top: 150px;
		padding-bottom: 40px;
	}

	.page-template-blog-new .blog-content .trusted-by h2 br {
		display: block;
	}

	.page-template-blog-new .blog-content .trusted-by {
		padding-bottom: 90px;
	}

	.page-template-blog-new .production-cta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin: 140px auto 160px auto;
		border-radius: 40px;
		padding: 40px;
	}

	.page-template-blog-new .production-cta h2 {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.page-template-blog-new .production-cta p {
		line-height: 130%;
		max-width: 307px;
	}

	.page-template-blog-new .cta-btn-alt a {
		max-width: 191px;
		margin: 0;
	}

	.page-template-blog-new .production-cta img {
		max-width: 320px;
		transform: none;
		left: auto;
		right: 40px;
		bottom: -65px;
	}

}

@media screen and ( min-width: 992px ) {

	.page-template-blog-new .production-cta img {
		max-width: 375px;
		right: 80px;
	}	

}

@media screen and ( min-width: 1200px ) {

	.page-template-blog-new .production-cta img {
		max-width: 428px;
		right: 80px;
	}

}

/*--------------------------------------------------------------
## Blog Post
--------------------------------------------------------------*/
.single-post {
	background-color:  #F1F1F1 !important;
	overflow-x: hidden !important;
}

.single-post .desktop-only {
	display: none !important;
}

.single-post .block-contact-simple {
	margin-top: 0;
}

.single-post .main {
	background: transparent;
}

.single-post.admin-bar .blog-post {
	margin-top: 24px;
}

.single-post nav.navbar.navbar-transparent {
	color: #555;
	/* padding: 10px 0; */
	background-color:  #F1F1F1;
	box-shadow: none;
}

.single-post nav.navbar:not(.navbar-transparent) {
	background-color: #fff;
}

.single-post .blog-post .container {
	padding: 0 15px;
	overflow-x: hidden;
}	

.single-post .blog-post .the-breadcrumb {
	width: 100%;
	margin-top: 90px;
	margin-right: calc(50% - 50vw);
	align-items: center;
	overflow: hidden;
}

.single-post .blog-post.admin-bar .the-breadcrumb {
	margin-top: 24px;
	overflow: hidden;
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:first-child {
	flex: none;
	padding-right: 20px;
	position: relative;
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:first-child::before {
	position: absolute;
	right: auto;
	top: auto;
	bottom: -15px;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FF1F26;
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:first-child a {
	color: #9FA4BC;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-XL-Semibold-Line-Height, 28px); /* 175% */
	letter-spacing: var(--0, 0);	
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:first-child a:hover {
	color: #555;
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:last-child {
	padding-left: 10px;
	flex: 1;
	/* min-width: 0;
	white-space: nowrap;
	overflow: hidden; */
	/* text-overflow: ellipsis; */
}

.single-post .blog-post .the-breadcrumb > .breadcrumb-item:last-child a {
	color: #2A2A2C;
	pointer-events: none;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-XL-Semibold-Line-Height, 28px); /* 175% */
	letter-spacing: var(--0, 0);	
}

.single-post .blog-post .the-thumbnail {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 16px;
}

.single-post .blog-post .the-thumbnail img {
	width: 100%;
	height: 513px;
	border-radius: 24px;
	object-fit: cover;
}

.single-post .date-read-meta {
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.single-post .date-read-meta .the-date {
	flex: none;
	position: relative;
	padding-right: 20px;
	color: #696976;
	font-family: "Galano";
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 18px; /* 128.571% */	
}

.single-post .date-read-meta .the-date::before {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FF1F26;
}

.single-post .the-time-read {
	flex: 1;
	color: #696976;
	font-family: "Galano";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */	
}

.single-post article {
	max-width: 900px;
	margin: 0 auto;
}

.single-post article h1 {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
	text-transform: uppercase;	
	margin-top: 12px;
	margin-bottom: 24px;
}

.single-post h2 {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
	text-transform: uppercase;	
}

.single-post h3 {
	color: #000;
	font-family: "Galano";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
	margin-top: 24px;
	margin-bottom: 0;
}

.single-post h3 + p {
	margin-top: 24px;
}

.single-post p {
	color: #000;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.16px;	
	margin-bottom: 24px;
}

.single-post article .wp-block-buttons:not([class *= "cta"]) {
	margin-top: 40px;
}

.single-post .wp-block-buttons:not(.cta-btn-alt),
.single-post .cta-btn-alt,
.single-post .wp-block-buttons:not(.cta-btn-alt) > *,
.single-post .cta-btn-alt > * {
	width: 100%;
}

.single-post .wp-block-buttons:not(.cta-btn-alt) a {
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	background: #FF1F26 !important;
	box-shadow: none !important;
	text-align: center;
	color: #FFF !important;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	max-width: 361px;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 120%; /* 19.2px */	
}

.single-post .wp-block-buttons:not(.cta-btn-alt) a:hover {
	background: #ff3d43 !important;
	opacity: .85 !important;
	/* color: #FFF !important;
	 */
}

.single-post .cta-btn-alt a {
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	background: #fff !important;
	box-shadow: none !important;
	text-align: center;
	color: #2A2A2C !important;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	max-width: 361px;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 120%; /* 19.2px */		
}

.single-post .cta-btn-alt a:hover {
	opacity: 0.85 !important;
}

.single-post .img-ft img {
	height: 450px;
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
}

.single-post .permit-info {
	position: relative;
	overflow: hidden;
	grid-template-columns: none;
	background-color: #fff;
	margin-top: 24px;
	margin-bottom: 24px;
	border-radius: 12px;
	border: 1px solid rgba(42, 42, 44, 0.12);
	padding: 24px 16px;
}

.single-post .permit-info,
.single-post .permit-info div {
	gap: 0;
}

.single-post .permit-info p {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 40px;
	max-width: 278px;
	letter-spacing: 0;
	line-height: 120%; /* 19.2px */	
}

.single-post .permit-info img {
	position: absolute;
}

.single-post .permit-info .approved-first img {
	width: 188px;
	height: auto;
	top: -45px;
	right: 53px;
	aspect-ratio: inherit;
}

.single-post .permit-info .approved-second img {
	width: 194px;
	height: auto;
	top: 0;
	right: -140px;
	transform: rotate(-20.502deg);
}

.single-post .permit-info .approved-third img {
	top: 50%;
	right: -48px;
	transform: translateY(-50%) rotate(-16.759deg);
	width: 128px;
	height: 73px;
	object-fit: cover;
	margin-top: -25px;
}

.single-post blockquote {
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 36px;
}

.single-post blockquote::before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(./assets/icons/quote-icon.svg);
}

.single-post blockquote,
.single-post blockquote p {
	color: #000;
	font-family: "Galano";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.16px;	
}

.single-post blockquote p {
	margin-bottom: 24px;
}

.single-post .production-cta {
	gap: 0;
	grid-template-columns: none;
	margin-top: 120px;
	margin-bottom: 120px;
	width: 100vw;
	margin-left: calc(-50vw + 50%);	
	border-radius: 24px;
	background-color: #FF1F26;
	position: relative;
	padding: 40px 15px 140px;
}

.single-post .production-cta.production-cta-alt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 32px;
	padding: 32px 16px;
	padding-bottom: 0;
	border-radius: 12px;
}

.single-post .production-cta.production-cta-alt .production-content {
	z-index: 2;
}

.single-post .production-cta.production-cta-alt .production-media {
	z-index: 1;
	display: flex;
	align-items: center;
	margin-top: -20px;
}

.single-post .production-cta.production-cta-alt div {
	gap: 0;
}

.single-post .production-cta img {
	position: absolute;
	left: 50%;
	bottom: -60px;
	max-width: 160px;
	transform: translateX(-50%);
}

.single-post .production-cta.production-cta-alt img {
	aspect-ratio: 1/1;
	object-fit: cover;
	bottom: -25px;
	position: relative;
	left: auto;
	transform: none;
}

.single-post .production-cta h2 {
	color: #FFF;
	font-size: 40px;
	letter-spacing: -0.8px;
}

.single-post .production-cta.production-cta-alt h2 {
font-size: 28px;
font-weight: 600;
line-height: 100%; /* 28px */
letter-spacing: -0.56px;
}

.single-post .production-cta p {
	color: #fff;
	text-align: left;
	padding-top: 24px;
}

.single-post .production-cta:not(.production-cta-alt) p {
	margin-bottom: 0;
	letter-spacing: 0;
}

.single-post .production-cta.production-cta-alt p {
	line-height: 100%;
	letter-spacing: 0;
	padding-top: 20px;
	margin-bottom: 40px;
}

.single-post .production-cta .cta-btn-alt {
	padding-top: 40px;
}

.single-post .wp-block-list {
	padding-left: 25px;
	margin-top: 16px;
}

.single-post .wp-block-list li {
	color: #000;
	font-family: "Galano";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: 0.2px;	
}

.single-post article .wp-block-image:not([class *= "cta-img"]) {
	margin-top: 24px;
	margin-bottom: 24px;
}

.single-post article .wp-block-image:not([class *= "cta-img"]) img {
	width: 100%;
	max-width: none;
	border-radius: 12px;
	object-fit: cover;
	height: 230px;
}

.single-post .latest-posts {
	gap: 0;
}

.single-post .latest-posts h2 {
	margin-top: 120px;
	margin-bottom: 0;
}

.single-post .default-post {
	padding-top: 22px;
}

.single-post .default-post .post-date {
	padding-top: 0;
	margin: 0;
}

.single-post .default-post h3 {
	font-size: 24px;
	padding-bottom: 25px;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
}

.single-post .default-post img {
	height: 174px;
	object-fit: cover;
	border-radius: 15px;
}

.single-post .kb-post-share {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	margin-top: 40px;
}

.single-post .kb-post-share .kb-post-share__label {
	color: #2A2A2C;
	font-family: "Galano";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.14px;
	text-transform: uppercase;	
}

.single-post .kb-post-share .social-share-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}

.single-post .kb-post-share a:hover {
	opacity: 0.85;
}

@media (min-width: 601px) {

	body.admin-bar.single-post nav.navbar.navbar-transparent {
		margin-top: 32px;
	}

	.single-post.admin-bar .the-breadcrumb {
		margin-top: 82px;
	}

}

@media screen and ( min-width: 768px ) {

	.single-post .desktop-only {
		display: flex !important;
	}	

	.single-post .mobile-only {
		display: none !important;
	}		

	.single-post .blog-post .the-breadcrumb {
		white-space: normal;
		margin-top: 190px;	
		width: 100%;
		display: flex;
		align-items: start;
		margin-left: auto;
		margin-right: auto;			
	}

	.single-post .blog-post .the-breadcrumb > .breadcrumb-item:first-child::before {
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
	}	

	.single-post .blog-post .the-breadcrumb > .breadcrumb-item:last-child {
		padding-left: 0;
	}	

	.single-post .blog-post .the-thumbnail {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.single-post .blog-post .the-thumbnail img {
		height: 454px;
	}	

	.single-post .date-read-meta .the-date {
		font-weight: 500;
	}

	.single-post .date-read-meta .the-date::before {
		content: none;
	}

	.single-post h1 {
		font-size: 44px;
		letter-spacing: -0.88px;
		margin-top: 24px;
		margin-bottom: 24px;
		max-width: 756px;
	}

	.single-post h2 {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.single-post h3 {
		font-size: 24px;
		margin-top: 26px;
	}

	.single-post h3 + p {
		margin-top: 26px;
	}

	.single-post p {
		font-size: 18px;
		letter-spacing: .18px;
	}

	.single-post .wp-block-buttons:not([class *= "cta"]) .wp-block-button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.single-post .wp-block-buttons:not(.cta-btn-alt) a {
		max-width: 234px;
		margin: 0;
	}	

	.single-post .the-time-read {
		font-weight: 500;
	}

	.single-post .img-ft img {
		margin-top: 28px;
	}

	.single-post .permit-info {
		padding: 24px;
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}

	.single-post .permit-info p {
		line-height: 100%;
		margin-top: 24px;
		margin-bottom: 40px;
	}

	.single-post .permit-info .approved-third img {
		width: 341px;
		height: 193px;		
		transform: none;
		top: auto;
		bottom: -53px;
		right: 0;
	}

	.single-post blockquote {
		padding-left: 46px;
		padding-top: 46px;
		max-width: 720px;
		margin: 0 auto;
	}

	.single-post blockquote::before {
		left: 12px;
		top: 16px;		
	}

	.single-post blockquote, 
	.single-post blockquote p {
		font-size: 24px;
		letter-spacing: 0.24px;
	}

	.single-post blockquote p {
		margin-bottom: 26px;
	}

	.single-post .production-cta.production-cta-alt {
		padding: 40px;
		margin-bottom: 26px;
		grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
	}

	.single-post .production-cta.production-cta-alt h2 {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.single-post .production-cta.production-cta-alt p {
		font-size: 16px;
		max-width: 354px;
	}

	.single-post .cta-btn-alt a {
		max-width: 234px;
		margin: 0;
	}

	.single-post .production-cta.production-cta-alt img {
		position: absolute;
		max-width: 230px;
		right: -20px;
		bottom: -20px;
	}	

	.single-post article .wp-block-image img {
		aspect-ratio: 2/1;
	}

	.single-post article .wp-block-image:not([class *= "cta-img"]) img {
		height: 450px;
	}

	.single-post .kb-post-share {
		flex-direction: row;
		text-align: left;
		margin-top: 80px;
	}

	.single-post .kb-post-share .kb-post-share__label {
		flex: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 99%; /* 17.82px */
	}	

	.single-post .latest-posts h2 {
		max-width: 512px;
		margin-top: 180px;
	}

	.single-post .post-wrap {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px;
		align-items: stretch;
		display: flex;
	}

	.single-post .post-wrap .default-post {
		padding-top: 40px;
		flex: 0 0 calc((100% - 40px) / 3);
	}

	.single-post .post-wrap .default-post > a {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.single-post .post-wrap .default-post > a:hover {
		opacity: .8;
	}

	.single-post .post-wrap .default-post h3 {
		font-size: 24px;
		line-height: 120%;
		font-weight: 500;
	}

	.single-post .post-wrap .default-post .img-wrap {
		flex: 1;
		display: flex;
		align-items: end;
	}

	.single-post .production-cta:not(.production-cta-alt) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin: 140px auto 160px auto;
		border-radius: 40px;
		padding: 40px;
	}

	.single-post .production-cta:not(.production-cta-alt) h2 {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.single-post .production-cta:not(.production-cta-alt) p {
		line-height: 130%;
		max-width: 307px;
		font-size: 16px;
		margin: 0;
	}

	.single-post .production-cta:not(.production-cta-alt) .cta-btn-alt a {
		max-width: 191px;
		margin: 0;
	}

	.single-post .production-cta:not(.production-cta-alt) img {
		max-width: 320px;
		transform: none;
		left: auto;
		right: 40px;
		bottom: -65px;
	}	

}

@media screen and ( min-width: 992px ) {

	.single-post .blog-post .the-breadcrumb {
		margin-top: 140px;		
	}

	.single-post .production-cta.production-cta-alt img {
		max-width: 320px;
		right: -40px;
		bottom: -23px;
	}	

	.single-post .production-cta:not(.production-cta-alt) img {
		max-width: 375px;
		right: 80px;
	}		

}

@media screen and ( min-width: 1200px ) {

	.single-post .blog-post .the-breadcrumb {
		margin-top: 90px;
	}

	.single-post .production-cta:not(.production-cta-alt) img {
		max-width: 428px;
		right: 80px;
	}	

}