/* Theme Name: Barebones */
/* === Global === */
html,
body {
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Inter", sans-serif;
}
h2 {
	font-size: 48px;
	font-weight: 900;
}
p {
	font-family: "Roboto", sans-serif;
}
.btn {
	padding: 15px 30px;
	border-radius: 40px;
	white-space: break-spaces;
}
/* === Header/Nav === */
.top-header-banner {
	background-color: var(--color-1);
	color: var(--color-4);
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.top-header-banner p {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}
.top-header-banner a {
	font-size: 18px;
	color: var(--color-4);
	font-style: normal;
	font-weight: 800;
}
.top-header-banner a:hover {
	color: var(--color-3);
}
.main-nav .menu {
	justify-content: flex-end;
	align-items: center;
}
.main-nav .menu a {
	color: var(--color-2);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.main-nav .menu a:hover {
	color: var(--color-1);
}
.main-nav .menu .menu-btn a {
	padding: 8px;
	border-radius: 6px;
	background-color: var(--color-1);
	color: var(--color-4);
}
.main-nav .menu .menu-btn a:hover {
	background-color: var(--color-3);
}
body.scrolled .primary-header {
	padding-bottom: 0;
}
.primary-header {
	padding-bottom: 20px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: var(--color-4);
	transition: all ease 0.3s;
}
.primary-header .menu > li > a {
	white-space: nowrap;
}
.primary-header .header-row {
	padding: 20px 0;
	border-bottom: solid 1px #afafaf;
	transition: all ease 0.3s;
}
.primary-header .logo-col {
	flex-basis: 275px;
}
body.scrolled .primary-header .header-row {
	padding: 2px 0;
}
.primary-header .logo-col img {
	transition: all ease 0.3s;
	max-height: 65px;
	width: auto;
	object-fit: contain;
}
body.scrolled .primary-header .logo-col img {
	max-height: 47px;
}
/* === Footer === */
.primary-footer {
	padding: 20px 0;
	background: linear-gradient(180deg, #fff 35.58%, #7c7c7c 66.83%, #000 100%);
}
.contact-carousel-section {
	color: #fff;
	padding: 20px 0 80px 0;
}
.contact-carousel-section .contact-carousel-section-inner {
	flex-wrap: wrap;
	background: var(--color-1);
	align-items: center;
}
.contact-carousel-section .contact-carousel-section-inner .col {
	flex: 0 1 50%;
}
.contact-carousel-section .contact-carousel-section-inner .left-col {
	flex-direction: column;
	max-width: 50%;
}
.contact-carousel-section .contact-carousel-section-inner .left-col .content {
	background-color: #f5f5f5;
	color: #000;
	padding: 30px;
}
.contact-carousel-section .left-col .content h3 {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contact-carousel-section .content-row {
	flex-wrap: wrap;
	align-items: center;
}
.contact-carousel-section .image-col {
	flex: 1 1 50%;
	align-self: stretch;
}
.contact-carousel-section .contact-carousel-section-inner .right-col {
	background-color: var(--color-1);
	padding: 36px;
}
.contact-carousel-section .contact-carousel-section-inner .right-col h2 {
	font-style: italic;
}
.contact-carousel-section .owl-carousel .owl-dots {
	display: flex;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 3;
}
.contact-carousel-section .owl-carousel .owl-dot {
	flex: 1 1 auto;
	height: 8px;
	background-color: #fff;
	border-right: 8px solid #000;
	position: relative;
}
.contact-carousel-section .owl-carousel .owl-dot:last-child {
	border-right: none;
}
.contact-carousel-section .owl-carousel .owl-dot.active {
	background-color: #adadad;
}
@keyframes progressBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.contact-carousel-section .owl-carousel .owl-dot.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #fff;
	animation: progressBar 5s linear;
}
.contact-carousel-section .owl-carousel .owl-dot.active ~ .owl-dot {
	background-color: #adadad;
}
.contact-carousel-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.contact-carousel-section .owl-carousel .owl-nav button.owl-prev {
	left: 10%;
}
.contact-carousel-section .owl-carousel .owl-nav button.owl-next {
	right: 10%;
}
.contact-carousel-section .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.small {
	padding: 12px;
	border-radius: 6px;
	border: none;
}
.contact-carousel-section .gform_wrapper.gravity-theme {
	color: #000;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_consent input {
	height: 25px;
	width: 25px;
	margin-bottom: 8px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
	width: 100%;
	color: #000;
	font-size: 18px;
	font-style: normal;
	padding: 10px 0;
	border-radius: 8px;
	border: none;
	background-color: #d9d9d9;
	transition: all ease 0.3s;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	background-color: #000;
	color: #d9d9d9;
}
.primary-footer .footer-row {
	justify-content: space-between;
	color: #fff;
}
.primary-footer .footer-row h3 {
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}
.primary-footer .footer-row a {
	color: #fff;
}
.primary-footer .logo img {
	max-width: 280px;
	padding: 10px;
}
.primary-footer .nav-col ul {
	list-style: none;
	padding: 0;
}
.primary-footer .nav-col ul li {
	padding-bottom: 12px;
}
.primary-footer a {
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.primary-footer a:hover {
	color: var(--color-1);
}
.primary-footer .contact-col .contact-info {
	display: flex;
	gap: 6px;
	padding-bottom: 30px;
}
.primary-footer .contact-col .locations .address {
	display: flex;
	gap: 6px;
}
.primary-footer .contact-col .email {
	text-decoration: underline;
}
.primary-footer .copyright-inner {
	padding: 40px 0;
	border-top: 2px solid #868686;
}
.primary-footer .copyright-inner a {
	color: #fff;
}
.primary-footer .copyright-inner a:hover {
	color: var(--color-1);
}
/* === Home Page === */
.banner-section .content {
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	left: 50%;
	z-index: 3;
	text-shadow: 0.15em 0.15em 0.2em rgba(0, 0, 0, 0.42);
	width: 100%;
	text-transform: uppercase;
	font-style: italic;
}
.banner-section .content h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}
.banner-section .content p {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
}
.services {
	background-color: #bebebe;
	flex-wrap: wrap;
	column-gap: 2px;
	row-gap: 2px;
	padding-top: 1px;
}
.services .service {
	flex: 1 1 calc(25% - 15px);
	background-color: var(--color-2);
	position: relative;
	min-height: 26vw;
	z-index: 2;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.services .service .link-inner {
	height: 100%;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
}
.services .service:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #0000005b;
	z-index: 0;
	display: none;
	transition: all ease 0.3s;
	height: 100%;
}
.services .service:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	transition: all ease 0.3s;
	height: 0;
	z-index: 1;
}
.services .service:hover:before {
	height: 100%;
}
.services .service .content {
	max-height: 0;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	opacity: 0;
}
.services .service.measuring-height .content {
	max-height: none;
}
.service:hover .content {
	max-height: 400px;
	opacity: 1;
	transition: all ease 0.6s;
}
.services .service .content p:last-child {
	margin-bottom: 0;
}
.services .service .inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.services .service a {
	color: #fff;
	font-weight: 400;
	height: 100%;
}
.services .service .content-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.services .service .heading {
	font-weight: 700;
}
.services .service .link-icon {
	margin-top: 20px;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services .service.has-bg:after {
	display: block;
}
.services .service.has-bg .link-icon {
	border-color: var(--color-1);
	color: var(--color-1);
	transition: all ease 0.3s;
}
.services .service.has-bg:hover .link-icon {
	border-color: #fff;
	color: #fff;
}
.mobile-section {
	display: none;
}
.mobile-section .owl-carousel .owl-stage {
	display: flex;
}
.mobile-section .owl-carousel .item {
	height: 100%;
}
.mobile-section .owl-carousel .owl-nav {
	font-size: 22px;
}
.mobile-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-3);
	border: 2px solid var(--color-3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-section .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}
.mobile-section .owl-carousel .owl-nav button.owl-next {
	right: 15px;
}
.carousel-section {
	padding: 80px 0;
}
.carousel-section .main-content-inner {
	gap: 60px;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: solid 8px var(--color-1);
}
.carousel-section .main-content-inner .col {
	flex: 1 1 calc(50% - 60px);
}
.carousel-section .main-content-inner .image img {
	border-radius: 4px;
}
.carousel-section .main-content-inner .content h2 {
	font-style: italic;
}
.carousel-section .images {
	padding: 40px 0;
}
.carousel-section .images .owl-item img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.carousel-section .images .owl-item:nth-child(even) img {
	max-width: 70%;
}
.carousel-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	color: #fff;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.carousel-section .owl-carousel .owl-nav button.owl-prev {
	left: 6%;
}
.carousel-section .owl-carousel .owl-nav button.owl-next {
	right: 6%;
}
.gallery-section {
	background: linear-gradient(180deg, #666 0%, #040404 100%);
	padding: 80px 0;
}
.gallery-section .galleries {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 60px;
}
.gallery-section .galleries .gallery {
	flex: 1 1 calc(50% - 10px);
	max-width: 100%;
}
.gallery-section .galleries .gallery .gallery-heading {
	color: #fff;
	text-align: center;
	font-style: italic;
}
.gallery-section .content {
	margin-bottom: 50px;
}
.gallery-section .owl-carousel {
	max-width: 550px;
	margin: 0 auto 20px;
}
.gallery-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
}
.gallery-section .owl-carousel .owl-nav button.owl-prev {
	left: 2%;
}
.gallery-section .owl-carousel .owl-nav button.owl-next {
	right: 2%;
}
.gallery-section .project .image img {
	aspect-ratio: 5/4;
	object-fit: cover;
	border-radius: 4px;
}
.gallery-section .image-nav {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.gallery-section .image-nav .owl-item.current img {
    border: 2px solid var(--color-1);
    opacity: 1;
}

.gallery-section .image-nav .nav-item img {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.gallery-section .nav-item {
	flex: 0 1 calc(25% - 10px);
	cursor: pointer;
}
.gallery-section .nav-item .image img {
	aspect-ratio: 5/4;
	object-fit: cover;
	border-radius: 4px;
}
.gallery-section .link-wrap {
	text-align: center;
	margin-top: 20px;
}
.team-section {
	padding: 80px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 34.34%, rgba(102, 102, 102, 0.5) 100%);
}
.team-section .team-members {
	padding: 20px 0;
}
.team-section .team-members img {
	border-radius: 4px;
}
.team-section .team-members .member .member-inner {
	position: relative;
}
.team-section .team-members .member .member-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	pointer-events: none;
	z-index: 10;
}
.team-section .team-members .member .image {
	position: relative;
	z-index: 1;
}
.team-section .team-members .member .member-content {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	z-index: 11;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	color: #fff;
	padding: 8px;
	background: transparent;
}
.team-section .team-members .member .member-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	pointer-events: none;
	z-index: -10;
	background: linear-gradient(to top, #050505bd 0%, #0000006e 50%, #00000000 100%);
}
.team-section .team-members .member .member-content .heading {
	text-align: center;
	margin-bottom: 6px;
}
.team-section .team-members .member .member-content .title {
	text-align: center;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.team-section .team-members .member .member-content .content {
	max-height: 0;
	opacity: 0;
}
.team-section .team-members .member .member-content .content p {
	font-size: 14px;
}
.team-section .team-members .member:hover .member-content .content {
	opacity: 1;
	max-height: 400px;
	transition: all ease 0.6s;
}
.testimonial-section {
	padding: 80px 0;
	color: #fff;
	background: linear-gradient(180deg, #666 0%, #000 100%);
	font-style: italic;
}
/* === Interior Pages === */
.ip-section {
	margin-top: var(--margin_top);
	margin-bottom: var(--margin_bottom);
	padding-top: var(--padding_top);
	padding-bottom: var(--padding_bottom);
}
.ip-sections .ip-row {
	row-gap: 20px;
}
.ip-sections .ip-row > .content-col {
	flex: 1 1 auto;
	min-width: 0; /* Critical: allows flex item to shrink */
	max-width: calc(100% - 330px); /* Sidebar width + gap */
}
.ip-sections .sidebar-col {
	flex: 0 0 310px;
	max-width: 310px;
	position: relative;
	margin-top: 40px;
}
.ip-sections .sidebar-col h3 {
	font-size: 24px;
	padding-top: 10px;
	text-align: center;
	font-weight: 700;
}
.ip-sections .sidebar-col .sidebar_content {
	padding: 38px 24px;
	background-color: var(--color-1);
	color: #fff;
}
.ip-sections .sidebar-col .sidebar_content h2 {
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 10px;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .gform_footer {
	margin: 10px 0 0;
	padding: 0;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 10px;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input {
	margin: 0;
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: #fff;
	width: 1.15em;
	height: 1em;
	border: 2px solid #fff;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 20ms transform ease-in-out;
	/* Windows High Contrast Mode */
	background-color: #fff;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input:checked::before {
	transform: scale(1);
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent label {
	font-weight: 400;
	font-size: 12px;
}
.ip-sections .sidebar-col .sidebar-menu {
	padding: 38px 24px;
	background-color: #eee;
}
.ip-sections .sidebar-col .sidebar-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.ip-sections .sidebar-col .sidebar-menu .menu li {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0;
}
.ip-sections .sidebar-col .sidebar-menu .menu a {
	font-weight: 400;
	color: var(--color-3);
}
.ip-sections .sidebar-col .sidebar-menu .menu a:hover,
.ip-sections .sidebar-col .sidebar-menu .menu a:focus {
	color: var(--color-1);
}
.ip-services-section {
	position: relative;
	z-index: 1;
}
.ip-services-section:after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-3);
	opacity: 0.5;
	z-index: -1;
}
.ip-services-section .main-content h2 {
	color: var(--color-4);
	padding-top: 40px;
}
.ip-services-section .bg-services {
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 20px 20px 20px;
}
.ip-services-section .bg-services .service {
	padding: 10px;
	background-color: #fff;
	flex: 0 1 calc(50% - 10px);
	border-radius: 4px;
}
.ip-services-section .bg-services .service .image img {
	border-radius: 4px;
}
.ip-services-section .bg-services .service .content h3 {
	font-size: 24px;
	font-weight: 700;
	padding-top: 34px;
}
.ip-icon-section .icons {
	column-gap: 20px;
	row-gap: 0px;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
}
.ip-icon-section .icons .icon {
	display: flex;
	align-items: center;
	flex: 1 1 calc(20% - 17px);
	margin: 6px 0 0 0;
	gap: 20px;
}
.ip-icon-section .icons .fa-icon {
	font-size: 100px;
}
.ip-icon-section .icons .icon .image img {
	max-width: 160px;
	height: auto;
}
.ip-icon-section .icons .icon .content-col {
	font-size: 18px;
}
.ip-icon-section .icons .icon h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
	font-weight: 800;
}
.ip-icon-section .icons .icon .fa-icon {
	margin: 0 auto;
	text-align: center;
}
.ip-icon-section .icons .icon .fa-icon span {
	font-size: 82px;
}
.ip-icon-section .mobile-carousel .heading-content-wrap{
	text-align: center;
}
.toggle-item {
	border: 2px solid var(--color-1);
	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;
	border-top: 1px solid var(--color-1);
	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);
}
.ip-faq-section {
	padding: 30px 50px;
	background-color: #333333;
	color: var(--color-4);
}
.ip-faq-section h2 {
	font-size: 32px;
	font-weight: 700;
}
.ip-faq-section .toggle-item {
	border: none;
	border-top: 1px solid #fff;
}
.ip-faq-section .toggle-item h3 {
	margin-bottom: 0;
	font-size: 24px;
}
.ip-faq-section .toggle-item .toggle-heading {
	padding: 15px 0;
}
.ip-faq-section .toggle-item .toggle-content {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.ip-faq-section .toggle-item .icon.active {
	transform: none;
}
.ip-faq-section .toggle-item .icon.active .fas:before {
	content: "\f068";
}
.toggle-nav {
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	padding: 10px 0 30px 0;
}
.toggle-nav .nav-item {
	background-color: var(--color-2);
	color: var(--color-4);
	padding: 10px 20px;
	transition: all ease 0.3s;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px;
}
.toggle-nav .nav-item.active {
	background-color: var(--color-1);
}
.toggle-section {
	display: none;
}
.toggle-section.active {
	display: block;
}
.ip-gallery-sections .gallery-content {
	background-color: #f2f2f2;
	border-radius: 10px;
}
.ip-gallery-sections .gallery-content .ip-gallery-section {
	padding: 15px;
}
.ip-gallery-sections .gallery-content .ip-gallery-section .gallery {
	display: grid;
	grid-template-columns: repeat(var(--col_count), 1fr);
	flex-wrap: wrap;
	justify-content: center;
	--col_gap: 20px;
	gap: var(--col_gap);
}
.ip-gallery-sections .gallery-content .ip-gallery-section .gallery .image-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.ip-gallery-sections .gallery-content .ip-gallery-section .gallery .image-col img {
	height: auto;
	object-fit: cover;
	border-radius: 16px;
	width: 100%;
}
.background-section {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	padding: 45px 70px;
}
.background-section .content {
	padding: 35px;
	background-color: #fff;
	border-radius: 10px;
}
.background-section .content h2 {
	font-size: 24px;
}
.gform_wrapper.gravity-theme .gfield_required {
	color: #e69393 !important;
}
.gform_wrapper.gravity-theme * {
	border-radius: 6px;
	border: none;
}
.ip .banner-section {
	position: relative;
}
.ip .banner-section .image {
	background: #000;
}
.ip .banner-section .image img {
	opacity: 0.5;
	object-fit: cover;
	min-height: 200px;
}
.content-section .content-row {
	gap: 40px;
}
.content-section.img-pos-left .content-row {
	flex-direction: row-reverse;
}
.content-section.img-pos-right .content-row {
	flex-direction: row;
}
.content-section .content-row .content-col {
	flex: 1 1 70%;
	padding: 0 20px 0 0;
}
.content-section .content-row .image-col {
	flex: 1 1 30%;
}
.content-section h3 {
	font-size: 26px;
}
.content-section h4 {
	font-size: 20px;
}
.content-section ul {
	margin-bottom: 20px;
}
.dual-content-section .dual-content-row {
	gap: 40px;
}
.dual-content-section .dual-content-row .content-col {
	flex: 1 1 50%;
	padding: 0 20px 0 0;
}
.dual-content-section .dual-content-row .right-content-col {
	flex: 1 1 50%;
	padding: 0 0 0 20px;
}
.dual-content-section h3 {
	font-size: 26px;
}
.dual-content-section h4 {
	font-size: 20px;
}
.dual-content-section ul {
	margin-bottom: 20px;
}
.service-section .content-row {
	gap: 40px;
}
.service-section.img-pos-left .content-row {
	flex-direction: row-reverse;
}
.service-section.img-pos-right .content-row {
	flex-direction: row;
}
.service-section.img-align-center .content-row {
	align-items: center;
}
.service-section .content-row .content-col {
	flex: 1 1 50%;
	padding: 0 20px 0 0;
}
.service-section .content-row .image-col {
	flex: 1 1 50%;
}
.ip-features-section {
	padding: 60px 0;
}
.ip-features-section .ip-features .feature {
	gap: 20px;
	padding: 10px 0;
}
.ip-features-section .ip-features .feature .image {
	flex: 1 1 60%;
}
.ip-features-section .ip-features .feature .image img {
	min-height: 250px;
	object-fit: cover;
}
.ip-features-section .ip-features .feature .content {
	flex: 1 1 40%;
}
.ip-features-section .ip-features .feature .content h3 {
	font-size: 36px;
}
.ip-features-section .ip-features .feature:nth-child(even) {
	flex-direction: row-reverse;
}
.ip-team-section {
	padding: 80px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 34.34%, rgba(102, 102, 102, 0.5) 100%);
	font-style: italic;
}
.ip-team-section .ip-team-members {
	padding: 20px 0;
}
.ip-team-section .ip-team-members img {
	border-radius: 4px;
}
.ip-team-section .ip-team-members .member .member-inner {
	position: relative;
}
.ip-team-section .ip-team-members .member .member-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	pointer-events: none;
	z-index: 10;
}
.ip-team-section .ip-team-members .member .image {
	position: relative;
	z-index: 1;
}
.ip-team-section .ip-team-members .member .member-content {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	z-index: 11;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	color: #fff;
	padding: 8px;
	background: transparent;
}
.ip-team-section .ip-team-members .member .member-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	pointer-events: none;
	z-index: -10;
	background: linear-gradient(to top, #050505bd 0%, #0000006e 50%, #00000000 100%);
}
.ip-team-section .ip-team-members .member .member-content .heading {
	text-align: center;
	margin-bottom: 6px;
}
.ip-team-section .ip-team-members .member .member-content .title {
	text-align: center;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.ip-team-section .ip-team-members .member .member-content .content {
	max-height: 0;
	opacity: 0;
}
.ip-team-section .ip-team-members .member .member-content .content p {
	font-size: 14px;
}
.ip-team-section .ip-team-members .member:hover .member-content .content {
	opacity: 1;
	max-height: 400px;
	transition: all ease 0.6s;
}
.gform_wrapper.gravity-theme label {
	color: #fff;
}
.counter-section {
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
	padding: 85px 0;
}
.counter-section .counters {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	justify-content: center;
}
.counter-section .counter {
	flex: 1 1 calc(25% - 75px);
	position: relative;
	font-size: 32px;
	font-weight: 300;
}
.counter-section .counter:not(:last-child):after {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: calc(100% + 50px);
	transform: translateX(50%);
	width: 4px;
	background-color: #fff;
}
.counter-section .counter .num-row {
	font-size: 54px;
	font-weight: 600;
}
.blog-section {
	background-color: var(--color-4);
}
.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;
}
.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-2);
}
.blog-section .post .image img {
	opacity: 0.5;
	transition: all ease 0.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: 0.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: 0.5em;
	align-items: center;
}
.menu-item-has-children > a {
	position: relative;
	padding-right: 18px;
}
.mobile-menu .menu-item-has-children > a:after {
	content: "\f105";
	font-family: "Font Awesome 7 Pro";
}
.menu-item-has-children > a:after {
	content: "\f105";
	font-family: "Font Awesome 7 Pro";
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: -2px;
	transition: transform 0.3s ease;
}
.menu-item-has-children > a:hover:after,
.menu-item-has-children:hover > a:after {
	transform: translateY(-50%) rotate(90deg);
}
.content-images {
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content-images .image {
	flex: 1 1 33.33%;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
	padding: 10px;
}
.content-images .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobile-header .mobile-c2a .phone-link,
.mobile-header .mobile-c2a .mobile-header-cta {
	flex: 1 0 auto;
}
.mobile-header .mobile-c2a .mobile-header-cta .btn {
	padding: 5px 10px;
	background-color: #fff;
	color: var(--color-1);
}
.cta-section {
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.cta-section a {
	color: var(--color-5);
}
.cta-section a:hover,
.cta-section a:focus {
	color: var(--color-3);
}
.cta-section .content {
	max-width: 800px;
	margin: 0 auto;
}
.cta-section .content h3{
	text-transform: uppercase;
}
.cta-section .content p:last-child {
	margin-bottom: 0;
}
.cta-section .btn {
	background-color: #000;
	color: #fff;
}
.cta-section .btn:hover,
.cta-section .btn:focus {
	background-color: #fff;
	color: #000;
}
.primary-header .header-row {
	position: relative;
}
.primary-header .menu .mega-menu a {
	padding: 0;
	text-transform: none;
	color: var(--color-3);
}
.mega-menu {
	width: 100%;
	top: calc(100% + 20px);
	transition: all ease 0.3s;
}
body.scrolled .mega-menu {
	top: 100%;
}
.mega-menu:after {
	background-color: var(--color-5);
	opacity: 1;
}
.mega-menu .links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.mega-menu#roofing-menu .links {
	grid-template-columns: repeat(4, 1fr);
}
.mega-menu .links > .col {
	flex: 1 1 auto;
}
.mega-menu .link .image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 22px;
}
.mega-menu .link .image:hover img {
	transform: scale(1.1);
}
.mega-menu .link .image img {
	border-radius: 10px;
	aspect-ratio: 5/3;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	transition: all ease 0.3s;
}
.mega-menu .link .heading {
	margin-bottom: 8px;
}
.mega-menu .link .heading a {
	font-weight: 800;
	font-size: 21px;
}
.primary-header .mega-menu a.link-arrow {
	display: flex;
	color: var(--link_color);
}
.link-arrow {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	--link_color: var(--color-3);
	color: var(--link_color);
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition: none;
}
.link-arrow:hover,
.link-arrow:focus {
	--link_color: var(--color-1);
}
.link-arrow .arrow {
	flex: 1 1 auto;
	position: relative;
	min-width: 20px;
}
.link-arrow .arrow:before,
.link-arrow .arrow:after {
	content: "";
	position: absolute;
	/* transition: all ease 0.3s; */
}
.link-arrow .arrow:before {
	top: calc(50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 0.9px;
	background-color: var(--link_color);
	z-index: 1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.link-arrow .arrow:after {
	top: calc(50%);
	transform: translateY(calc(-50% - 0.3px)) translateX(0.1px) rotate(-45deg);
	left: auto;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--link_color);
	border-bottom: 1px solid var(--link_color);
	z-index: 2;
}
.shortcode_row p:empty {
	display: none;
}
.container .container {
	width: auto;
	padding: 0;
}
.content-section p:has(img.alignleft) + ul,
.content-section p:has(img.alignright) + ul {
	list-style-position: inside;
}
.primary-footer .btn:hover,
.primary-footer .btn:focus {
	color: #fff;
}
.layout-icon_section.columns-3 .icon {
	flex-basis: calc(33.33% - 13.33px);
}
body .fb_iframe_widget {
	display: block;
	margin: 0 auto;
	width: fit-content;
}
.bottom-content {
	max-width: 1170px;
	margin: 0 auto;
}
.iframe-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
}
.iframe-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.boxes-section {
	margin: 0;
}
.boxes-section .boxes {
	flex-wrap: wrap;
}
.boxes-section .box {
	flex: 1 1 50%;
	background-color: var(--color-5);
	padding: 15px;
}
.boxes-section .box:nth-child(4n),
.boxes-section .box:nth-child(4n - 3) {
	background-color: var(--color-1);
	color: #fff;
}
.ip-sections .ip-row .content-col:not(:last-child) .boxes-section {
	margin-right: 15px;
}
/* === Media Queries === */
@media screen and (max-width: 1350px) {
	.banner-section .content h1 {
		font-size: 52px;
	}
	.banner-section .content p {
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.gallery-section .owl-carousel {
		max-width: 450px;
	}
	.counter-section .counter {
		flex-basis: calc(50% - 50px);
	}
	.counter-section .counter:nth-child(even):after {
		display: none;
	}
	.primary-header .logo-col {
		flex-basis: 225px;
	}
	.services .service {
		flex-basis: calc(50% - 1px);
	}
	body:not(.home) .banner-section .content {
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 991px) {
	.page-id-831 #primary-footer {
		padding: 0;
	}
	.page-id-831 #ip-sections p {
		padding: 0;
		margin: 0;
	}
	.contact-carousel-section {
		padding-top: 0px;
	}
	.mobile-carousel .service:hover .content {
		max-height: 100% !important;
	}
	.primary-footer .footer-row {
		gap: 30px;
		flex-wrap: wrap;
	}
	.contact-carousel-section .contact-carousel-section-inner {
		flex-direction: column;
	}
	.contact-carousel-section .contact-carousel-section-inner .left-col {
		max-width: 100%;
	}
	.carousel-section .main-content-inner {
		flex-direction: column;
	}
	.home .banner-section .content {
		top: 0%;
		position: relative;
		background-color: var(--color_1);
		padding: 20px;
	}
	.home .banner-section .content .btn {
		background-color: var(--color_2);
	}
	.banner-section .content .btn{
		padding: 10px 20px;
	}
	.content-section .content-row,
	.content-section.img-pos-right .content-row,
	.service-section.img-pos-left .content-row,
	.service-section.img-pos-right .content-row {
		flex-direction: column-reverse;
	}
	.ip-features-section .ip-features .feature:nth-child(even),
	.ip-features-section .ip-features .feature {
		flex-direction: column;
	}
	.ip-sections .ip-row {
		flex-direction: column;
	}
	.team-section .team-members .member {
		position: relative;
	}
	.team-section .team-members .member:before {
		content: "+";
		position: absolute;
		bottom: 0;
		right: 4%;
		font-size: 42px;
		padding: 0;
		color: #fff;
		opacity: 1;
		transition: opacity 0.6s ease;
		z-index: 21;
	}
	.team-section .team-members .member:hover:before {
		opacity: 0.5;
	}
	.ip-team-section .ip-team-members .member:before {
		content: "+";
		position: absolute;
		bottom: 0;
		right: 4%;
		font-size: 42px;
		color: #fff;
		opacity: 1;
		transition: opacity 0.6s ease;
		z-index: 25;
	}
	.ip-team-section .ip-team-members .member .member-content {
		padding: 8px 8px 20px 8px;
	}
	.ip-team-section .ip-team-members .member:hover:before {
		opacity: 0.5;
	}
	.ip-sections .sidebar-col {
		display: none;
	}
	.gallery-section .owl-carousel {
		max-width: 100%;
	}
	.ip-gallery-sections .gallery-content .ip-gallery-section .gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.ip-sections .ip-row > .content-col {
		max-width: 100%;
	}
	.content-section .content-row .content-col {
		padding-right: 0;
	}
	.service-section .content-row .content-col .content-images {
		display: none;
	}
	.dual-content-section .dual-content-row {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.desktop-section {
		display: none;
	}
	.mobile-section {
		display: block;
	}
	.mobile-section .container {
		padding: 0;
	}
	.banner-section .content h1 {
		font-size: 40px;
	}
	.banner-section .content p {
		font-size: 22px;
	}
	.gallery-section .owl-carousel {
		max-width: 350px;
	}
	h2 {
		font-size: 32px;
	}
	.ip-services-section .bg-services,
	.ip-icon-section .icons,
	.ip-gallery-sections .gallery-content .ip-gallery-section .gallery .image-col {
		flex-direction: column;
	}
	.background-section,
	.ip-faq-section {
		padding: 10px 20px;
	}
	.ip-features-section .ip-features .feature .content {
		padding: 0 15px;
	}
	.counter-section .counter {
		flex-basis: 100%;
	}
	.counter-section .counter:nth-child(n):after {
		display: none;
	}
	.ip-icon-section .icons .icon h3 {
		margin-top: 0px;
	}
	.ip-icon-section .icons .icon {
		flex-direction: column;
	}
	.ip-features-section {
		padding: 20px 0 0 0;
	}
	.ip-team-section {
		padding: 80px 0 0 0;
	}
	.ip-team-section .ip-team-members {
		padding: 20px 0 0 0;
	}
	.blog-section .post {
		flex-basis: 100%;
	}
	.call_us_sc .desktop-only {
		display: none;
	}
	.mobile-section .services .service .content {
		font-size: 14px;
	}
	.mobile-section .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.mobile-section .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.mobile-section .services .service .link-inner {
		padding: 20px 15px;
	}
	.mobile-section .container-fluid {
		padding: 0;
	}
	.mobile-section .owl-carousel .owl-nav button {
		width: 30px;
		height: 30px;
	}
	.ip-gallery-sections .gallery-content .ip-gallery-section .gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	.alignnone {
		float: none !important;
		margin: 20px auto;
	}
	.boxes-section .box {
		flex-basis: 100%;
	}
	.boxes-section .box:nth-child(n) {
		background-color: var(--color-1);
		color: #fff;
	}
	.boxes-section .box:nth-child(even) {
		background-color: var(--color-5);
		color: var(--color-text);
	}
	.banner-section .content h1 {
		margin-bottom: 4px;
	}
	.banner-section .content p {
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 500px) {
	.banner-section .content h1 {
		font-size: 26px;
		margin-bottom: 4px;
	}
	.banner-section .content p {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.gallery-section .owl-carousel {
		max-width: 250px;
	}
	h2 {
		font-size: 26px;
	}
	.counter-section .counter .num-row {
		font-size: 46px;
	}
	.primary-footer .footer-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		width: 100%;
		justify-items: start;
	}
	.logo-col,
	.contact-col {
		grid-column: span 2;
	}
	.nav-col {
		grid-column: span 1;
	}
	.blog-section .posts-navigation .nav-links > * {
		margin: 0 15px;
	}
	.ip-gallery-sections .gallery-content .ip-gallery-section .gallery {
		grid-template-columns: repeat(1, 1fr);
	}
	.primary-footer .footer-row {
		justify-items: center;
	}
}
@media screen and (max-width: 450px) {
	.carousel-section .images .owl-item:nth-child(even) img {
		max-width: 100%;
	}
}
