/* ==================================================
   Recommended CSS Variables
   ================================================== */

/*
:root {
  --brand-primary: #2f3150;
  --second-primary: #e2464d;
  --third-primary: #f8f8f8;
  --white: #ffffff;
  --black: #000000;
  --gray-300: #dee2e6;
  --yellow: #ffc107;
  --danger: #dc3545;
}
*/

/* ==================================================
   Page Post Styles
   ================================================== */
.post-header {
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
}

.post-header img {
	max-width: 100%;
}

.post-header .post-image {
	width: 100%;
}

.post-header .post-title {
	background-color: #2f3150;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
}

/* ==================================================
   Content Sections
   ================================================== */
.contact-page .post-cta {
	display: none;
}

.inner-page-content {
	margin-top: -29px;
}

@media (max-width: 991.98px) {
	.inner-page-content {
		margin-top: -10px;
	}
}

.post-content {
	margin-bottom: 4rem;
}

@media (max-width: 575.98px) {
	.post-content {
		margin-bottom: 0;
	}
}

.post-content #customer-reviews {
	padding-top: 50px;
	margin-top: -50px;
}

.post-content .wp-block-image img {
	height: auto;
}

/* ==================================================
   List Styles
   ================================================== */
.post-content > ul, .post-content .wp-block-columns {
	background: #f8f8f8;
	padding: 25px 25px 25px 40px;
	border-left: 8px solid #e2464d;
}

.post-content > ul li, .post-content .wp-block-columns li {
	position: relative;
	list-style: none;
	padding: 9px 0;
	font-size: 1.65rem;
}

.post-content > ul li::before, .post-content .wp-block-columns li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -18px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 50%;
	background-color: #e2464d;
}

.post-content > ul {
	margin-bottom: 2.5rem;
}

.post-content .wp-block-columns {
	padding-left: 0;
	gap: 0;
}

/* ==================================================
   Typography
   ================================================== */
.post-content h2, .post-content h3, .post-content h4, .post-content .h2, .post-content .h3, .post-content .h4 {
	font-weight: 700;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	line-height: 1.25;
}

.post-content h2 i, .post-content h3 i, .post-content h4 i, .post-content .h2 i, .post-content .h3 i, .post-content .h4 i {
	margin-right: .5rem;
	color: #f8f8f8;
}

.post-content h2, .post-content .h2 {
	font-size: 2.5rem;
}

@media (max-width: 1199.98px) {
	.post-content h2, .post-content .h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 575.98px) {
	.post-content h2, .post-content .h2 {
		font-size: 2rem;
	}
}

.post-content h3, .post-content .h3 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
	.post-content h3, .post-content .h3 {
		font-size: 1.9rem;
	}
}

@media (max-width: 575.98px) {
	.post-content h3, .post-content .h3 {
		font-size: 1.8rem;
	}
}

.post-content p {
	font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

/* ==================================================
   Components
   ================================================== */
.post-content .quote-block {
	margin-top: 50px;
}

.post-content .quote-block .icon {
	display: block;
	font-size: 30px;
	color: #e2464d;
	margin-bottom: 10px;
}

.post-content .quote-block .blockquote-footer {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}

/* ==================================================
   Call to Action Sections
   ================================================== */
.post-content .wf-cta {
	margin-bottom: 20px;
}

.post-content .wf-cta .wf-left {
	background-color: #e2464d;
	display: flex;
	flex-direction: column;
	padding: 25px;
}

@media (max-width: 575.98px) {
	.post-content .wf-cta .wf-left {
		display: block;
		padding: 20px;
	}
}
