/* Theme Name: Barebones */
/* === Global === */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font_heading);
	font-weight: 700;
}
h1 {
	font-size: 61px;
	font-weight: 400;
}
h2 {
	font-size: 48px;
	font-weight: 400;
}
.h2_underline h2:has(strong),
h2.h2_underline:has(strong) {
	margin-bottom: 60px;
}
.h2_underline h2 strong,
h2.h2_underline strong {
	padding-bottom: 10px;
	border-bottom: 4px solid;
	border-image-source: linear-gradient(90deg, #d8a827 0%, #aa7c26 63.34%, #906326 100%);
	border-image-slice: 1;
	display: inline-block;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
body {
	font-family: var(--font_body);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.btn {
	padding: 15px 20px;
	border-radius: 8px;
	background: #000;
	font-family: var(--font_body);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.btn:hover,
.btn:focus {
	color: #000;
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 10px 0;
	transition: all 0.3s ease;
}
.primary-header .header-row {
	align-items: flex-end;
	padding: 10px 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
	position: relative;
	z-index: 3;
}
.primary-header .c2a-wrapper {
	min-height: 80px;
	transition: all 0.3s ease;
}
.primary-header .c2a {
	display: flex;
	margin-bottom: 0px;
}
.primary-header .c2a .btn {
	padding: 8px;
	color: #6e6e6e;
	background-color: #00000000;
	border: 1px solid #000;
}
.primary-header .c2a .btn:hover,
.primary-header .c2a .btn:focus {
	background: var(--color-2);
	border: 1px solid var(--color-2);
}
.primary-header .c2a i {
	margin-right: 6px;
}
.primary-header .logo-col img {
	transition: all 0.3s ease;
}
body.scrolled .primary-header .c2a-wrapper {
	min-height: 40px;
}
body.scrolled .primary-header .logo-col img {
	max-width: 180px;
}
body.scrolled .primary-header {
	padding: 0;
}
.main-nav .menu {
	justify-content: space-between;
}
.main-nav .menu li a {
	padding: 15px 12px 0px 12px;
	color: #000;
}
.main-nav .menu li a:hover,
.main-nav .menu li a:focus {
	color: var(--color-2);
}

/* === Footer === */
.primary-footer {
	background-color: #000;
	color: #fff;
	padding: 60px 0 0 0;
}
.primary-footer .primary-footer-inner {
	padding: 30px 0 60px 0;
	border-top: 8px solid;
	border-image-source: linear-gradient(90deg, var(--color-2) 0%, #835609 50%, var(--color-2) 100%);
	border-image-slice: 1;
}
.primary-footer .footer-row {
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
}
.primary-footer .footer-row .col {
	flex: 0 0 calc(50% - 40px);
}
.primary-footer .footer-row .col p {
	letter-spacing: 0.01em;
}
.primary-footer .footer-row .col h2 {
	font-size: 40px;
	font-weight: 300;
}
.primary-footer .footer-row .address-info {
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 40px;
	justify-content: space-between;
	gap: 10px;
}
.primary-footer .footer-row .address-info a {
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
}
.primary-footer .footer-row .address-info a:hover,
.primary-footer .footer-row .address-info a:focus {
	color: var(--color-2);
}
.primary-footer .footer-row .phone-info {
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 40px;
	justify-content: space-between;
	gap: 10px;
}
.primary-footer .footer-row .phone-info a {
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
}
.primary-footer .footer-row .phone-info a:hover,
.primary-footer .footer-row .phone-info a:focus {
	color: var(--color-2);
}
.primary-footer .form-col .gform_wrapper.gravity-theme .button {
	background-color: #d9d9d9;
	color: #000;
	width: 100%;
	padding: 15px 22px;
	border: none;
	border-radius: 6px;
	transition: all ease 0.3s;
	font-weight: 600;
}
.primary-footer .gform_wrapper.gravity-theme .button:hover,
.primary-footer .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-2);
	color: var(--color-3);
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 30px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gfield input:not(.button),
.primary-footer .form-col .gform_wrapper.gravity-theme .gfield textarea {
	background: none;
	border: none;
	border-bottom: 1px solid var(--color-5);
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 98px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
	padding-top: 16px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme input::placeholder,
.primary-footer .form-col .gform_wrapper.gravity-theme textarea::placeholder {
	color: #bebebe !important;
}
.primary-footer .copyright {
	background-color: #000;
	padding: 20px 0;
}
.primary-footer .copyright a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	transition: all 0.3s ease;
}
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
	color: var(--color-2);
}

/* === Home Page === */
.banner-section .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	z-index: 3;
	background: rgba(255, 255, 255, 0.7);
	padding: 40px 30px;
	border-radius: 4px;
	font-size: 24px;
}
.banner-section .content .btn {
	color: #000;
	background-color: #00000000;
	border: 3px solid var(--color-2);
}
.banner-section .content .btn:hover,
.banner-section .content .btn:focus {
	color: #000;
	background-color: var(--color-2);
	border: 3px solid var(--color-2);
}
.services-section {
	padding: 40px 0px;
}
.services-section .services {
	gap: 8px;
}
.services-section .services .service {
	flex: 0 0 calc(33.33333333333333% - 6px);
	padding: 14px 14px 24px 14px;
	background: #e6e6e6;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.services-section .services .service .image img {
	border-radius: 4px;
}
.services-section .services .service .link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
}
.feature-section {
	padding: 40px 0px;
}
.feature-section h2 {
	font-size: 75px;
}
.feature-section .features {
	gap: 8px;
}
.feature-section .features .feature {
	position: relative;
	z-index: 1;
	flex: 0 0 calc(33.33333333333333% - 6px);
	padding: 30px 50px;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease;
}
.feature-section .features .feature::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #422b02, var(--color-1));
	opacity: 0;
	z-index: -1;
	transition: opacity 0.4s ease;
}
.feature-section .features .feature h3 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.feature-section .features .feature:hover::after {
	opacity: 1;
}
.feature-section .features .feature .content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all ease 0.7s;
	font-size: 20px;
}
.feature-section .features .feature:hover .content {
	max-height: 200px;
	opacity: 1;
}
.feature-section .features .feature .heading {
	font-size: 30px;
	transition: all 0.7s ease;
}
.about-section {
	padding: 40px 0px;
}
.about-section .about-section-top {
	gap: 20px;
}
.about-section .about-section-top .left-col {
	flex: 0 0 calc(60% - 10px);
}
.about-section .about-section-top .left-col h2 {
	font-size: 64px;
}
.about-section .about-section-top .right-col {
	flex: 0 0 calc(40% - 10px);
	padding: 30px;
	background-color: #eee6cd;
	font-weight: 600;
}
.about-section .about-section-top .right-col p strong {
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
}
.about-section .about-section-bottom {
	gap: 20px;
	padding-top: 20px;
}
.about-section .about-section-bottom .left-col {
	flex: 0 0 calc(60% - 10px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.about-section .about-section-bottom .left-col p {
	border-top: 2px solid #000;
	padding-top: 6px;
	font-family: var(--font_heading);
}
.about-section .about-section-bottom .right-col {
	flex: 0 0 calc(40% - 10px);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}
.about-section .about-section-bottom .right-col p {
	border-top: 2px solid #000;
	padding-top: 6px;
}
.content-section {
	padding: 40px 0px;
}
.content-section .content-row {
	gap: 20px;
}
.content-section .content-row .col {
	flex: 1 0 calc(50% - 10px);
}
.steps-section {
	padding: 40px 0px;
}
.steps-section .steps {
	gap: 20px;
	flex-wrap: wrap;
	row-gap: 50px;
	column-gap: 30px;
	justify-content: center;
}
.steps-section .steps .step {
	flex: 0 0 calc(33.33% - 30px);
	min-width: max-content;
	padding: 20px 40px;
	color: #fff;
	background-color: var(--color-3);
	border-radius: 4px;
	gap: 20px;
	align-items: center;
	font-family: var(--font_heading);
}
.steps-section .steps .step .icon {
	font-size: 128px;
	font-weight: 800;
	background: linear-gradient(to top, var(--color-1), var(--color-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
}
.steps-section .steps .step .content {
	white-space: nowrap;
}
.steps-section .steps .step .content p {
	margin-bottom: 0px;
	width: 100%;
}
.brands-section {
	padding: 60px 0px;
	background: linear-gradient(0deg, #906326 0%, #fff 100%);
}
.gradient-section {
	padding: 60px 0px 30px 0;
	color: #fff;
	background: linear-gradient(90deg, #906326 0%, #000 100%);
}
.gradient-section .content p {
	font-size: 32px;
	margin: 0 auto 40px auto;
	max-width: 800px;
}

/* === Interior Pages === */
.desktop {
	display: inline-block;
}
.mobile {
	display: none;
}
body.ip h2 {
	font-size: 36px;
}
body.ip .banner-section .content {
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	padding: 150px 0 100px;
	background: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(40, 68, 73, 0.31) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	color: #fff;
}
body.ip .banner-section .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body.ip .banner-section .image * {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
body.ip .banner-section h1 {
	width: fit-content;
	padding-right: 75px;
	position: relative;
}
body.ip .banner-section h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 5px;
	background: linear-gradient(90deg, #d8a827 0%, #aa7c26 63.34%, #906326 100%);
}
.sidebar-section {
	padding: 60px 0;
	position: relative;
}
.sidebar-section .sidebar-row {
	gap: 30px;
}
.sidebar-section .sidebar-col {
	flex: 0 1 280px;
}
.sidebar-section .sidebar-col .inner {
	position: sticky;
	top: 10px;
}
.sidebar-section .sidebar-col h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.sidebar-section .sidebar-col .form {
	background-color: var(--color-3);
	color: var(--color-5);
	padding: 38px 24px;
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme {
	color: var(--color-3);
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button {
	background-color: var(--color-1);
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 15px;
}
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button:hover,
.sidebar-section .sidebar-col .form .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-4);
}
.sidebar-section .sidebar-col .form .ginput_container_consent {
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 12px;
}
.sidebar-section .sidebar-col .form .ginput_container_consent input {
	border: 2px solid var(--color-6);
	block-size: 21px;
	flex: 0 0 25px;
	background-color: var(--color-3);
	border: 2px solid #fff;
	height: 25px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	margin: 0;
	position: relative;
}
.sidebar-section .sidebar-col .form .ginput_container_consent input:before {
	content: "\f00c";
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 14px;
	display: none;
}
.sidebar-section .sidebar-col .form .ginput_container_consent input:checked:before {
	display: block;
}
.sidebar-section .sidebar-col .form .ginput_container_consent label {
	font-weight: 400;
	line-height: 1.3;
}
.sidebar-section .sidebar-col .form .ginput_container_consent a {
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}
.sidebar-section .sidebar-col .nav-wrap {
	background-color: var(--color-6);
	padding: 38px 24px;
	color: var(--color-3);
}
.sidebar-section .sidebar-col .nav-wrap a {
	color: var(--color-3);
	font-weight: 400;
}
.sidebar-section .sidebar-col .nav-wrap a:hover,
.sidebar-section .sidebar-col .nav-wrap a:focus {
	color: var(--color-1);
}
.sidebar-section .sidebar-col .nav-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-section .sidebar-col .nav-wrap li {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.sidebar-section .sidebar-col .nav-wrap li:last-child {
	padding-bottom: 0;
	border: none;
}
.sidebar-section .main-col {
	flex: 1 1 calc(100% - 310px);
	max-width: calc(100% - 310px);
}
.sidebar-section .main-col>.content-section:first-child {
	padding-top: 0;
}
.sidebar-section .main-col .container {
	width: 100%;
	padding: 0;
}
.sidebar-section .content-section {
	padding: 0;
	max-width: 100%;
}
.sidebar-section .content-section img.alignright,
.sidebar-section .content-section img.alignleft {
	max-width: min(100%, 360px);
}
.sidebar-section .content-section img.alignright {
	margin-left: 30px;
}
.sidebar-section .content-section img.alignleft {
	margin-right: 30px;
}
.sidebar-section .content-section p:last-child {
	margin-bottom: 0;
}
.overlap-section {
	margin: 40px 0;
}
.overlap-section .image-col {
	flex: 0 1 33.33%;
	position: relative;
}
.overlap-section .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200%;
}
.overlap-section .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlap-section .content-col {
	flex: 0 1 66.66%;
	position: relative;
	padding: 70px 0;
}
.overlap-section .content-col .inner {
	background-color: var(--color-7);
	padding: 35px 30px;
}
.overlap-section .content-col p:last-child {
	margin-bottom: 0;
}
.background-section {
	background-size: cover;
	padding: 10vw 35px 40px;
	position: relative;
	color: #fff;
	margin: 40px 0;
	min-height: 250px;
	display: flex;
	align-items: flex-end;
}
.background-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.63%, rgba(0, 0, 0, 0.62) 96.63%);
}
.background-section .content {
	border-top: 1px solid #fff;
	padding-top: 15px;
	position: relative;
	z-index: 1;
}
.background-section .content *:last-child {
	margin-bottom: 0;
}
.content-section.container-contained .content-col {
	max-width: 720px;
	margin: 0 auto;
}
.content-section .content-row {
	gap: 30px 50px;
}
.content-section .content-row .col {
	flex-basis: calc(50% - 25px);
	flex-grow: 1;
	flex-shrink: 1;
}
.content-section.img_pos-right .content-row {
	flex-direction: row-reverse;
}
.content-section.image_size-small .content-row>.image-col {
	flex-basis: calc(33.33% - 25px);
}
.content-section.image_size-small .content-row>.content-col {
	flex-basis: calc(66.66% - 25px);
}
.content-section.image_size-large .content-row>.image-col {
	flex-basis: calc(66.66% - 25px);
}
.content-section.image_size-large .content-row>.content-col {
	flex-basis: calc(33.33% - 25px);
}
.content-section.image_align-center .content-row {
	align-items: center;
}
.content-section.image_align-stretch .content-row {
	align-items: center;
}
.content-section.image_align-stretch .content-row .image-col {
	align-self: stretch;
}
.content-section.image_align-stretch .content-row .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-section .image-col img {
	border-radius: 5px;
}
img.rounded-img {
	border-radius: 5px;
}
.content-section hr {
	border-color: var(--color-3);
	opacity: 1;
	margin: 0 0 10px;
}
body.home .content-section .content-row {
	gap: 20px;
}
.content-section {
	padding-top: var(--settings_padding_top);
	padding-bottom: var(--settings_padding_bottom);
	margin-top: var(--settings_margin_top);
	margin-bottom: var(--settings_margin_bottom);
}
.toggle-item {
	border-top: 2px solid var(--color-3);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item>.toggle-content {
	display: none;

	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.faq-section {
	background-color: var(--color-6);
	padding: 70px 0;
}
.faq-section h3 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.4;
}
.vertical-slider {
	overflow: hidden;
	display: flex;
}
.vertical-slider .items {
	transition: transform ease .3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid var(--color-1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev,
.vertical-slider.last .next {
	opacity: .3;
	cursor: default;
}
.testimonial-section {
	margin: 40px 0;
}
.testimonial-section .testimonials {
	background-color: var(--color-6);
	padding: 25px 50px;
	border-radius: 10px;
}
.testimonial-section .testimonial .author {
	font-weight: 700;
}
.testimonial-section .testimonial .testimonial-icon {
	margin-top: 20px;
	color: var(--color-1);
}
body.ip .gradient-section h2 {
	font-size: 48px;
}
.gallery-section {
	padding: 85px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	gap: 35px;
}
.gallery-section .image-col {
	flex: 1 1 calc(33.33% - 23.33px);
}
.gallery-section .image-col .image {
	transition: transform ease .3s;
}
.gallery-section .image-col .image:not(:last-child) {
	margin-bottom: 35px;
}
.gallery-section .image-col .image:hover {
	transform: translateY(-7px);
}
.gallery-section .bottom-content {
	margin-top: 50px;
}
.blog-section {
	margin: 85px 0;
}
.blog-section .search {
	text-align: right;
	margin-bottom: 50px;
}
.blog-section .search form {
	position: relative;
	width: 250px;
	margin-left: auto;
}
.blog-section .search form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid var(--color-1);
	padding: 6px 35px 6px 6px;
	outline-color: var(--color-2);
}
.blog-section .search form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	color: var(--color-2);
}
.blog-section .posts {
	flex-wrap: wrap;
	column-gap: 75px;
	row-gap: 75px;
	justify-content: center;
}
.blog-section .post {
	flex: 0 1 calc(50% - 37.5px);
	position: relative;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog-section .post .image {
	background-color: var(--color-3);
}
.blog-section .post .image img {
	opacity: .5;
	transition: all ease .3s;
	width: 100%;
}
.blog-section .post a {
	color: #fff;
}
.blog-section .post .heading {
	position: absolute;
	bottom: 50px;
	left: 15px;
	right: 15px;
	font-weight: 300;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.blog-section .post .date {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
}
.blog-section .post:hover .image img,
.blog-section .post:focus .image img {
	opacity: .35;
}
.blog-section .posts-navigation {
	margin-top: 65px;
}
.blog-section .posts-navigation .nav-links {
	display: flex;
	justify-content: center;
}
.blog-section .posts-navigation .nav-links>* {
	margin: 0 20px;
}
.blog-section .posts-navigation .nav-links>*:not(:last-child) {
	position: relative;
}
.blog-section .posts-navigation .nav-links>*:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--color-1);
	right: -23px;
}
.blog-section .posts-navigation .nav-links a {
	font-weight: 300;
	font-size: 30px;
	display: flex;
	column-gap: .5em;
	align-items: center;
}
.main-nav .menu li .mega-menu a {
	padding: 0;
}
.main-nav .menu li.mega-menu-item>a,
.main-nav .menu li.menu-item-has-children>a {
	position: relative;
}
.main-nav .menu li.mega-menu-item>a:after,
.main-nav .menu li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	display: inline-block;
	padding-left: 2px;
}
.mega-menu {
	width: 100%;
}
.mega-menu:after {
	background-color: var(--color-5);
	opacity: 1;
}
.mega-menu .mega-menu-inner {
	padding: 25px 25px 50px;
}
.mega-menu .columns {
	gap: 30px;
	justify-content: center;
}
.mega-menu .menu-col {
	flex: 0 1 235px;
}
.mega-menu .menu-col .image {
	margin-bottom: 32px;
}
.mega-menu .menu-col .image img {
	aspect-ratio: 20 / 9;
	border-radius: 10px;
	object-fit: cover;
}
.mega-menu .menu-col .heading {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 21px;
}
.mega-menu .menu-col .links {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.mega-menu .menu-col .links a {
	color: var(--color-text);
	font-weight: 500;
}
.mega-menu .menu-col .links a:hover,
.mega-menu .menu-col .links a:focus {
	color: var(--color-2);
}
.mega-menu .link-arrow {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #fff;
}
.mega-menu .link-arrow .arrow {
	flex: 1 1 auto;
	position: relative;
}
.mega-menu .link-arrow .arrow:before {
	content: "";
	position: absolute;
	top: calc(50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-text);
	z-index: 1;
	transition: all ease 0.3s;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mega-menu .link-arrow .arrow:after {
	content: "";
	position: absolute;
	top: calc(50%);
	transform: translateY(calc(-50% - 0.3px)) translateX(0.1px) rotate(-45deg);
	left: auto;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--color-text);
	border-bottom: 1px solid var(--color-text);
	z-index: 2;
	transition: all ease 0.3s;
}
.main-nav .menu li .mega-menu a.link-arrow {
	display: flex;
}
.main-nav .menu li .mega-menu a.link-arrow:hover .arrow:before,
.main-nav .menu li .mega-menu a.link-arrow:focus .arrow:before {
	background-color: var(--color-2);
}
.main-nav .menu li .mega-menu a.link-arrow:hover .arrow:after,
.main-nav .menu li .mega-menu a.link-arrow:focus .arrow:after {
	border-color: var(--color-2);
}
.mobile-menu .menu-item-has-children>a:after {
	font-family: 'Font Awesome 7 Pro';
}
.primary-footer .footer-links {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	font-size: 14px;
}
.primary-footer .footer-links .link {
	position: relative;
}
.primary-footer .footer-links .link:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% + 10px);
	transform: translateX(-50%);
	width: 1px;
	background-color: #fff;
}
.primary-footer .footer-links .link:last-child:after {
	display: none;
}
.primary-footer .footer-links a {
	color: #fff;
	font-weight: 400;
}
.primary-footer .footer-links a:hover,
.primary-footer .footer-links a:focus {
	color: var(--color-2);
}
/* === Media Queries === */
@media screen and (max-width: 991px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline-block;
	}
	.banner-section .content h1 {
		font-size: 38px;
	}
	.banner-section .content p {
		font-size: 20px;
	}
	.banner-section,
	.banner-section .image,
	.banner-section .image img {
		min-height: 300px;
		object-fit: cover;
	}
	.services-section .services,
	.feature-section .features,
	.about-section .about-section-top,
	.about-section .about-section-bottom {
		flex-wrap: wrap;
	}
	.about-section .about-section-top .left-col {
		flex: 1 0 100%;
	}
	.about-section .about-section-top .right-col {
		flex: 1 0 100%;
	}
	.about-section .about-section-bottom .left-col {
		flex: 1 0 100%;
	}
	.about-section .about-section-bottom .right-col {
		flex: 1 0 100%;
	}
	.primary-footer .footer-row {
		flex-direction: column;
	}
	.primary-footer {
		padding: 20px;
	}
	.banner-section .content {
		left: 0%;
	}
	.sidebar-section .sidebar-row {
		flex-wrap: wrap;
	}
	.sidebar-section .sidebar-row>.col {
		flex-basis: 100%;
		max-width: 100%;
	}
	body.ip .content-section .content-row {
		flex-direction: column;
	}
	body.ip .content-section .content-row>.col {
		flex-basis: auto;
		width: 100%;
	}
	.content-section#bio .content-row {
		flex-direction: column-reverse;
	}
	.sidebar-section .sidebar-col {
		display: none;
	}
	.feature-section .features .feature::before {
		content: '+';
		position: absolute;
		bottom: 0;
		right: 4%;
		font-size: 42px;
		color: #fff;
		opacity: 1;
		transition: opacity 0.6s ease;
		z-index: 5;
	}
	.feature-section .features .feature:hover::before {
		opacity: .5;
	}
	.steps-section .steps {
		row-gap: 8px;
	}
	.blog-section .posts {
		column-gap: 30px;
		row-gap: 30px;
	}
	.blog-section .post {
		flex-basis: calc(50% - 15px);
	}
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
	.blog-section .post {
		flex-basis: 100%;
	}
	.marquee-section p {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.services-section .services,
	.feature-section .features,
	.about-section .about-section-top,
	.about-section .about-section-bottom,
	.primary-footer .footer-row .address-info,
	.primary-footer .footer-row .phone-info {
		flex-direction: column;
	}
	.steps-section .steps .step {
		flex: 1 0 calc(50% - 15px);
		flex-direction: column;
	}
	.steps-section .steps .step .content {
		white-space: wrap;
	}
	.primary-footer .footer-row .col {
		flex: 1 1 calc(100% - 40px);
	}
	.overlap-section .content-row {
		flex-wrap: wrap;
	}
	.overlap-section .content-row>.col {
		flex-basis: 100%;
	}
	.overlap-section .image-col .inner {
		position: static;
		width: 100%;
	}
	.overlap-section .content-col {
		padding: 0;
	}
	.overlap-section .content-col .inner {
		padding: 15px;
	}
	.sidebar-section .content-section img.alignright,
	.sidebar-section .content-section img.alignleft {
		max-width: 100%;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	body.ip .banner-section {
		min-height: 0;
	}
	body.ip .banner-section .content {
		padding: 50px 0;
	}
	.sidebar-section .content-section img.alignleft,
	.sidebar-section .content-section img.alignright {
		margin-left: auto;
		margin-right: auto;
	}
	.marquee-section iframe {
		min-height: 72px;
	}
}
@media screen and (max-width: 550px) {
	.banner-section .content h1 {
		font-size: 24px;
	}
	.banner-section .content p,
	.banner-section .content .btn {
		font-size: 14px;
	}
	h1 {
		font-size: 32px;
	}
	h2,
	.feature-section h2,
	.about-section .about-section-top .left-col h2,
	.primary-footer .footer-row .col h2 {
		font-size: 28px;
	}
	h3,
	.feature-section .features .feature .heading {
		font-size: 22px;
	}
	.gradient-section .content p {
		font-size: 16px;
	}
	.gform_wrapper.gravity-theme .gform_fields {
		display: flex !important;
		flex-direction: column;
	}
	body.ip .gradient-section h2 {
		font-size: 28px;
	}
	body.ip h2 {
		font-size: 22px;
	}
}
@media screen and (max-width: 449px) {
	.blog-section .posts-navigation .nav-links>* {
		margin: 0 15px;
	}
	.blog-section .post .image,
	.blog-section .post .image img {
		min-height: 300px;
		object-fit: cover;
	}
}
@media screen and (min-width: 1300px) {
	.container {
		width: 1230px;
	}
}