/* Theme Name: Barebones */
/* === Global === */
body .gform_wrapper.gravity-theme .button,
.btn {
	font-size: 19px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font_heading);
	background-color: var(--color-1);
	color: #fff;
	border: none;
	letter-spacing: 1px;
	transition: all ease 0.3s;
	padding: 0.4em 1.3em;
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	color: var(--color-text);
	background-color: var(--color-2);
}
.page-wrap {
	display: flex;
	flex-direction: column;
}
.page-wrap .banner-section {
	order: 1;
}
.page-wrap .sections {
	order: 2;
}
.page-wrap .locations-section {
	order: 3;
}
.page-wrap .text-banner {
	order: 4;
}
body.page-id-651 .page-wrap .sections {
	order: 3;
}
body.page-id-651 .page-wrap .locations-section {
	order: 2;
}
body.page-id-651 .content-section {
	padding-top: 0;
}
/* === Header/Nav === */
.cta-section {
	background-color: var(--color-1);
	color: #fff;
	padding: 15px 0;
	transition: all ease 0.3s;
	position: relative;
}
.cta-section:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 15px;
	background: linear-gradient(180deg, var(--color-2) 0%, rgba(0, 0, 0, 0) 100%);
}
.cta-section a {
	color: #fff;
	font-weight: 400;
}
.cta-section a:hover,
.cta-section a:focus {
	color: var(--color-2);
}
.cta-section p {
	margin-bottom: 0;
}
.cta-section .cta-row {
	justify-content: space-between;
	align-items: center;
}
.primary-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: transparent;
	transition: all ease 0.3s;
}
.primary-header .main-nav .menu {
	--item_gap: 20px;
	--logo_width: 300px;
	gap: var(--item_gap);
	text-transform: uppercase;
	font-family: var(--font_heading);
	padding: 60px 0;
	transition: all ease 0.3s;
}
.primary-header .main-nav .menu li a {
	color: #fff;
	font-weight: 500;
	padding: 8px;
}
.primary-header .main-nav .menu li a:hover,
.primary-header .main-nav .menu li a:focus {
	color: var(--color-2);
}
.primary-header .main-nav .menu li.current_page_item>a {
	color: var(--color-2);
}
.primary-header .main-nav .menu .sub-menu {
	transition: all ease 0.3s;
	background-color: rgb(0, 0, 0, 0.4);
}
.primary-header .main-nav .menu .sub-menu li {
	margin: 0;
}
.primary-header .main-nav .menu .sub-menu li a {
	padding: 10px;
}
.primary-header .main-nav .menu .sub-menu a {
	color: #fff;
}
body.scrolled .primary-header .main-nav .menu .sub-menu a {
	color: #fff;
}
body.scrolled .primary-header .main-nav .menu .sub-menu a:hover {
	color: var(--color-2);
}
.primary-header .main-nav .menu>li {
	margin: 0;
	--base_width: calc(100% / (var(--nav_item_count) - 1));
	--gap_diff: calc((var(--item_gap) * (var(--nav_item_count) - 1)) / var(--nav_item_count));
	--logo_diff: calc(var(--logo_width) / (var(--nav_item_count) - 1));
	flex-basis: calc(var(--base_width) - var(--gap_diff) - var(--logo_diff));
	text-align: center;
	white-space: nowrap;
}
.primary-header .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: 4px;
}
.primary-header .main-nav .menu>li.nav-logo {
	flex: 0 1 var(--logo_width);
	position: relative;
	margin: 0 30px;
}
.primary-header .main-nav .menu>li.nav-logo .image {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	z-index: 12;
	transition: all ease 0.3s;
}
.primary-header .main-nav .menu>li.nav-logo .image img {
	max-height: 190px;
	width: auto;
	transition: all ease 0.3s;
}
body.scrolled .cta-section {
	padding: 8px 0;
}
body.scrolled .primary-header {
	background-color: var(--color-5);
}
body.scrolled .primary-header .main-nav .menu {
	padding: 30px 0;
}
body.scrolled .primary-header .main-nav .menu>li.nav-logo .image {
	top: -30px;
}
body.scrolled .primary-header .main-nav .menu>li.nav-logo .image img {
	max-height: 140px;
}
body.scrolled .primary-header .menu-item-has-children .sub-menu {
	background-color: var(--color-5);
}
.menu-item-has-children .sub-menu {
	background: none;
}
.banner-section {
	background-color: var(--color-1);
}
.banner-section .item .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.banner-section .item .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner-section .item .image .media__image {
	height: 100%;
}
.banner-section .item .image .media__image * {
	height: 100%;
}
.banner-section .item .image .media__image img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	filter: grayscale(100%);
}
.banner-section .item .content {
	padding-top: 265px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.banner-section .item .content h1 {
	font-size: 48px;
}
.banner-section .item .content .shortcode_row {
	max-width: 700px;
	margin: 50px auto 0;
}
.banner-section .item .content .btn {
	min-width: 220px;
}
/* === Footer === */
.primary-footer {
	background-color: var(--color-4);
	color: #fff;
}
.primary-footer a {
	color: #fff;
	font-weight: 400;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-2);
}
.primary-footer .footer-row {
	justify-content: space-between;
	gap: 50px;
	padding: 50px 0 20px;
	border-bottom: 3px solid var(--color-3);
}
.primary-footer .footer-row .content-col {
	flex: 0 1 650px;
}
.primary-footer h2 {
	font-size: 38px;
}
.primary-footer .footer_text {
	border-bottom: 3px solid var(--color-2);
	margin-bottom: 30px;
	font-size: 20px;
}
.primary-footer .contact-info {
	margin: 20px 0;
}
.primary-footer .contact-info:first-child {
	margin-top: 0;
}
.primary-footer .contact-info:last-child {
	margin-bottom: 0;
}
.primary-footer .info-row {
	flex-wrap: wrap;
	gap: 30px 50px;
	justify-content: space-between;
}
.primary-footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.primary-footer .form-col {
	flex: 0 1 auto;
}
.primary-footer .form-col h2 {
	text-align: center;
}
.primary-footer .form-col .gform_wrapper.gravity-theme {
	max-width: 375px;
	margin: 0 auto;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gform_footer {
	margin-bottom: 0;
	padding-bottom: 0;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .button {
	margin: 0 auto;
	min-width: 150px;
}
.primary-footer .links-row {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.primary-footer .links-row .links-col {
	flex-wrap: wrap;
	gap: 0.5em;
}
.primary-footer .links-row .links-col .spacer {
	width: 1px;
	background-color: #fff;
}
.primary-footer .links-row .links-col .spacer:last-child {
	display: none;
}
.primary-footer .social {
	gap: 0.5em;
}
.primary-footer .social .link a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
}
.primary-footer .social .link a:hover,
.primary-footer .social .link a:focus {
	background-color: var(--color-2);
	color: var(--color-text);
}
.primary-footer .copyright {
	background-color: var(--color-1);
	padding: 10px 0;
	font-size: 14px;
}
.locations-section {
	padding: 30px 0 80px 0;
	background-color: var(--color-6);
}
.locations-section .locations-row {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.locations-section .locations-row a {
	flex: 0 1 calc(25% - 10px);
}
.locations-section .locations-row .content-container {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	transition: all ease 0.4s;
}
.locations-section .locations-row .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}
.locations-section .locations-row .content-container:hover {
	background-color: var(--color-1);
}
.locations-section .locations-row .content-container:hover .btn,
.locations-section .locations-row .content-container:hover .content,
.locations-section .locations-row .content-container:hover .content p {
	color: #fff;
}
.locations-section .locations-row .content p {
	margin-bottom: 0;
	font-size: 13px;
	color: var(--color-3);
}
.locations-section .locations-row .content .btn {
	background-color: #ffffff00;
	color: var(--color-1);
	margin: 10px auto 0 auto;
	font-size: 16px;
	position: relative;
	padding: 0;
	transition: all ease 0s;
}
.locations-section .locations-row .content .btn:after {
	content: "\f105";
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 0;
	transform: translateY(10%);
	transition: all ease 0.2s;
}
.locations-section .locations-row .content-container:hover .btn:after {
	transform: translate(40%, 8%) scale(1.2);
}
/* === Home Page === */
.sec-content h2 {
	font-size: 42px;
	margin-bottom: 30px;
}
.sec-content h3 {
	font-family: var(--font_heading);
	font-size: 28px;
	margin-bottom: 10px;
}
.main-section {
	padding: 100px 0;
	background-color: var(--color-6);
}
.main-section .sec-content,
.main-section .media {
	max-width: 850px;
	margin: 0 auto;
}
.main-section .btn {
	margin-top: 20px;
}
.main-section .media {
	margin: 50px auto 100px;
}
.home .main-section .feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-section .features {
	gap: 30px;
}
.main-section .features>.col {
	flex: 1 1 calc(33.33% - 33.33px);
}
.main-section .feature {
	background-color: #fff;
}
.main-section .feature .image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.main-section .feature .content {
	padding: 25px 15px;
}
.main-section .feature h3 {
	font-family: var(--font_body);
	font-size: 24px;
	margin-bottom: 20px;
}
.main-section .feature p:last-child {
	margin-bottom: 0;
}
.reviews-section {
	padding: 100px 0;
	background-color: var(--color-6);
}
.reviews-section .quote {
	width: 50px;
	height: 50px;
	background-image: url(assets/images/review-quote.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 30px auto;
	z-index: -1;
	opacity: 0.35;
}
.reviews-section .review {
	text-align: center;
}
.reviews-section .review .author {
	font-weight: 700;
}
.reviews-section .review .image {
	border-radius: 50%;
	width: 175px;
	height: 175px;
	overflow: hidden;
	margin: 20px auto 0;
}
.reviews-section .review .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.reviews-section .reviews-wrap {
	position: relative;
	overflow: hidden;
	font-family: var(--font_heading);
}
.reviews-section .reviews-wrap:before,
.reviews-section .reviews-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(33.33% - 30px);
	z-index: 3;
}
.reviews-section .reviews-wrap:before {
	background: linear-gradient(90deg, var(--color-6) 0%, rgba(245, 245, 245, 0) 86%);
	left: 0;
}
.reviews-section .reviews-wrap:after {
	background: linear-gradient(270deg, var(--color-6) 0%, rgba(245, 245, 245, 0) 86%);
	right: 0;
}
.reviews-section .reviews-wrap .inner {
	position: relative;
	width: calc(133.33%);
	left: -16.66%;
	right: -16.66%;
}
.reviews-section .sec-content {
	margin-bottom: 36px;
}
.reviews-section .owl-num-nav {
	justify-content: center;
	column-gap: 25px;
	align-items: center;
}
.reviews-section .review {
	border-top: 5px solid #000;
	padding-top: 13px;
}
.reviews-section .owl-item {
	opacity: 0.25;
	transition: all ease 0.3s;
	font-size: 22px;
}
.reviews-section .owl-item .quotes {
	display: none;
}
.reviews-section .owl-item .heading {
	font-size: 12px;
	border-top: 1px solid #000;
	width: fit-content;
	padding-top: 10px;
}
.reviews-section .owl-item.active.center {
	opacity: 1;
}
.reviews-section .owl-item.active.center .quotes {
	display: block;
}
.reviews-section .owl-count {
	display: flex;
}
.reviews-section .owl-nav-item {
	font-size: 24px;
	cursor: pointer;
}
.reviews-section .item {
	margin-top: 50px;
	margin-bottom: 50px;
}
.reviews-section .quotes-wrap {
	position: relative;
}
.reviews-section .quotes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.reviews-section .quotes .quote {
	position: absolute;
	width: 25%;
}
.reviews-section .quotes .quote img {
	width: 100%;
	height: auto;
}
.reviews-section .quotes .quote.open-quote {
	top: 70px;
	left: 10px;
	transform: translate(-50%, -50%);
}
.reviews-section .quotes .quote.close-quote {
	bottom: 50px;
	right: 0;
	transform: translate(25%, 50%);
	transform: rotate(180deg);
}
.products-section {
	background-color: var(--color-6);
	padding: 100px 0;
}
.products-section .products {
	flex-wrap: wrap;
	gap: 25px;
}
.products-section .product {
	flex: 1 1 calc(25% - 18.75px);
}
.products-section .product h3 {
	font-weight: 700;
	margin-bottom: 10px;
}
.products-section .product p {
	margin-bottom: 15px;
}
.products-section .product .content {
	margin-top: 20px;
}
.products-section .product .rating {
	justify-content: center;
	font-size: 14px;
	gap: 0.15em;
	display: flex;
	color: var(--color-2);
}
.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;
}
.mobile-section .owl-carousel .owl-nav button:hover {
	background-color: var(--color-1);
	color: #fff;
}
.background-section {
	padding: 100px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	color: #fff;
}
.background-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.35);
	z-index: -1;
}
.background-section p:last-child {
	margin-bottom: 0;
}
.posts-section {
	background-color: var(--color-6);
	padding: 100px 0;
}
.posts-section .posts {
	flex-wrap: wrap;
	gap: 25px;
}
.posts-section .post {
	flex: 1 1 calc(25% - 18.75px);
}
.posts-section .post .category {
	text-transform: uppercase;
	font-family: var(--font_heading);
	margin: 15px 0;
}
.posts-section .post .category a {
	font-weight: 550;
}
.posts-section .post .heading {
	font-size: 24px;
	margin-bottom: 15px;
}
.posts-section .post .link a {
	font-weight: 400;
}
.text-banner {
	background-color: var(--color-1);
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
}
.text-banner .banner-row {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.text-banner h2 {
	font-size: 38px;
	margin-bottom: 10px;
}
.text-banner p:last-child {
	margin-bottom: 0;
}
.text-banner .btn {
	background-color: var(--color-3);
	color: var(--color-text);
	padding: 0.75em 2em;
}
.text-banner .btn:hover,
.text-banner .btn:focus {
	background-color: var(--color-2);
}
.home .primary-header .main-nav .menu>li.nav-btn {
	display: none;
}
/* === Interior Pages === */
.ip .banner-section .item .image:after {
	background-color: var(--color-1);
	opacity: 0.7;
}
.ip .banner-section .item .content {
	padding: 260px 0 90px 0;
}
.ip .banner-section .item .content .btn {
	background-color: var(--color-3);
	color: var(--color-text);
	padding: 0.75em 2em;
}
.ip .banner-section .item .content .btn:hover,
.ip .banner-section .item .content .btn:focus {
	background-color: var(--color-2);
	color: #fff;
}
.ip .banner-section .item .content strong {
	color: var(--color-3);
	font-family: var(--font_heading);
	font-size: 30px;
	font-weight: 400;
}
.ip .sections>div:nth-child(odd) {
	background-color: var(--color-6);
}
.ip .sections>div:nth-child(even) {
	background-color: #fbfaf8;
}
.ip .content-section {
	padding: 80px 0;
}
.ip .content-section .content-row {
	gap: 120px;
	align-items: center;
}
.ip .content-section .content {
	flex: 1 1 50%;
	max-width: 100%;
	overflow: hidden;
}
.ip .content-section .content p strong,
.ip .features-section .sec-content p strong {
	font-family: var(--font_heading);
	font-size: 28px;
	font-weight: 400;
}
.ip .content-section .content p:has(strong),
.ip .features-section .sec-content p:has(strong) {
	margin: 0 0 10px 0;
}
.ip .content-section .content h2,
.ip .features-section .sec-content h2 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 400;
}
.ip .content-section .image {
	flex: 0 1 50%;
}
.ip .content-section .content-container {
	flex: 1 1 50%;
}
.ip .content-section .content-container .images-container{
	justify-content: center;
}
.ip .content-section .image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.ip .dual-content-section .shortcode_row {
    flex-wrap: nowrap;
    gap: 20px;
}
.ip .dual-content-section.match-height .dual-content-row {
	align-items: unset;
}
.ip .dual-content-section.match-height .dual-content-row .left-content,
.ip .dual-content-section.match-height .dual-content-row .right-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ip .dual-content-section {
	padding: 80px 0;
}
.ip .dual-content-section .dual-content-row {
	gap: 120px;
	align-items: center;
}
.page-id-458 .dual-content-section .dual-content-row {
	align-items: flex-start;
}
.ip .dual-content-section .left-content {
	flex: 0 1 50%;
}
.ip .dual-content-section .left-content .gravity-theme {
	background-color: #ede9d9;
	padding: 20px;
	border-radius: 10px;
}
.ip .dual-content-section .left-content #gform_wrapper_3 h2 {
	font-size: 22px !important;
}
.ip .dual-content-section .right-content {
	flex: 0 1 50%;
}
.ip .dual-content-section .left-content p:last-child,
.ip .dual-content-section .right-content p:last-child {
	margin-bottom: 0;
}
.ip .dual-content-section .left-content h2,
.ip .dual-content-section .right-content h2 {
	font-size: 41px;
	margin-bottom: 20px;
	font-weight: 400;
}
.ip .dual-content-section .left-content p strong,
.ip .dual-content-section .right-content p strong {
	font-family: var(--font_heading);
	font-size: 28px;
	font-weight: 400;
}
.ip .dual-content-section .left-content p:has(strong),
.ip .dual-content-section .right-content p:has(strong) {
	margin: 0 0 10px 0;
}
.ip .dual-content-section .gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	justify-content: center;
}
.ip .dual-content-section .gform_wrapper.gravity-theme .gform_footer .button {
	padding: 10px 80px;
}
.ip .dual-content-section .images-container {
	gap: 20px;
}
.ip .dual-content-section .images-container .image-container {
	flex: 1 1 auto;
}
.ip .dual-content-section .images-container .image-container .link {
	text-align: center;
}
.ip.page-id-458 .dual-content-section {
	background-color: #fffcf3 !important;
}
.ip.page-id-458 .dual-content-section ul {
	list-style: none;
	position: relative;
	padding-bottom: 20px;
}
.ip.page-id-458 .dual-content-section ul:before {
	content: "\f3c5";
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	font-size: 18px;
	position: absolute;
	left: -10px;
	top: 0;
	color: var(--color-1);
	background-color: #ede9d9;
	padding: 10px;
	border-radius: 100%;
}
.ip .features-section {
	padding: 80px 0;
}
.ip .features-section .features {
	padding: 40px 0;
	gap: 30px;
	flex-wrap: wrap;
}
.ip .features-section .feature {
	position: relative;
	z-index: 1;
	flex: 1 1 calc(33.33% - 20px);
	background-color: var(--color-6);
	border-radius: 4px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	transition: all 0.7s ease;
}
.ip .features-section .feature .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: var(--color-1);
	color: #fff;
	border-radius: 100%;
	font-size: 30px;
	margin: 30px 0 0 0;
}
.ip .features-section .feature .icon i {
	font-weight: 300;
}
.ip .features-section .feature .content {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all ease 0.9s;
}
.ip .icons-section {
	padding: 80px 0;
}
.ip .icons-section .icon-features {
	padding: 40px 0;
	gap: 30px;
	flex-wrap: wrap;
}
.ip .icons-section .icon-feature {
	position: relative;
	z-index: 1;
	flex: 1 1 calc(33.33% - 20px);
	background-color: var(--color-6);
	border-radius: 4px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.7s ease;
}
.ip .icons-section .icon-feature .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: var(--color-1);
	color: #fff;
	border-radius: 100%;
	font-size: 30px;
	margin: 30px 0 0 0;
}
.ip .icons-section .icon-feature .icon i {
	font-weight: 300;
}
.ip .icons-section .icon-feature .heading {
	margin: 20px 6px 0 6px;
	text-align: center;
}
.ip .icons-section .icon-feature .content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 0;
	opacity: 0;
	transition: all ease 0.9s;
}
.ip .icons-section .icon-features .icon-feature:hover .content {
	max-height: 100%;
	opacity: 1;
}
.ip .icons-section .icon-features .icon-feature:hover::after {
	opacity: 1;
}
.ip .icons-section .icon-features .icon-feature::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, var(--color-6), var(--color-3));
	opacity: 0;
	z-index: -1;
	transition: opacity 0.4s ease;
}
.ip-products-section {
	padding: 80px 0;
}
.home .ip-products-section .products{
	justify-content: center;
}
.home .ip-products-section .product {
	flex: 0 1 calc(26% - 20px);
}
.ip-products-section .products {
	flex-wrap: wrap;
	gap: 25px;
}
.ip-products-section .product {
	flex: 1 1 calc(25% - 18.75px);
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.ip-products-section .product h3 {
	font-weight: 700;
	margin-bottom: 10px;
}
.ip-products-section .product p {
	margin-bottom: 15px;
	color: var(--color-3);
}
.ip-products-section .product .content {
	margin-top: 20px;
}
.ip-products-section .bottom-content {
	margin-top: 40px;
}
/* === Media Queries === */
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-nav {
	background-color: var(--color-5);
}
.mobile-menu .menu-item-has-children>a:after {
	font-family: "Font Awesome 7 Pro";
}
.mobile-header {
	overflow-y: visible;
	background: transparent;
}
.mobile-header .mobile-row {
	background-color: var(--color-5);
	padding: 0;
}
.mobile-header .mobile-c2a {
	position: relative;
}
.mobile-header .mobile-c2a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 10px;
	background: linear-gradient(180deg, var(--color-2) 0%, rgba(0, 0, 0, 0) 100%);
}
.mobile-header .logo-col .logo {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.mobile-header .logo-col .logo img {
	max-height: 120px;
	transition: all ease 0.3s;
}
.mobile-header .toggle-nav {
	color: #fff;
	flex: 0 1 50px;
	font-size: 20px;
	cursor: pointer;
	border-left: 1px solid #fff;
	border: none;
}
.mobile-header .mobile-c2a .phone-link {
	flex: 0 1 auto;
}
.mobile-header .mobile-c2a .home-link {
	border: none;
}
body.scrolled .mobile-header .logo-col .logo img {
	max-height: 75px;
}
body.mobile-menu .mobile-backdrop {
	position: fixed;
}
body.mobile-menu .mobile-header .nav-wrap {
	position: fixed;
	right: 0;
	left: 0;
	height: auto;
	z-index: 1;
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: #fff;
}
.bg-cover {
	background-position: 50% 50%;
	background-size: cover;
}
.gallery-section {
	padding: 85px 0;
}
.gallery-section .grid-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 12px;
	padding: 12px;
}
.gallery-section .grid-gallery .col {
	grid-column: span 4;
	height: 350px;
}
.gallery-section .grid-gallery .col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.gallery-section .grid-gallery .col:nth-child(7n - 5) {
	grid-column: span 8;
}
.gallery-section .grid-gallery .col:nth-child(7n - 1),
.gallery-section .grid-gallery .col:nth-child(7n) {
	grid-column: span 6;
}
.gallery-section .flex-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 12px;
}
.gallery-section .flex-gallery .col {
	flex: 0 1 calc(33.33% - 8px);
}
.gallery-section .flex-gallery .col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	max-height: 500px;
}
.gallery-section .bottom-content {
	margin-top: 40px;
}
.team-section {
	padding: 80px 0;
}
.team-section .sec-content {
	margin-bottom: 80px;
}
.team-section .members {
	flex-wrap: wrap;
	gap: 75px 80px;
}
.team-section .member {
	flex: 0 1 calc(50% - 40px);
	min-width: min(100%, 300px);
}
.team-section .member .image {
	margin-bottom: 30px;
}
.team-section .member .image img {
	width: 100%;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(45deg, var(--color-3) 0%, var(--color-6) 100%);
}
.team-section .member .heading {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.team-section .member .title {
	letter-spacing: 2px;
	font-weight: 700;
}
.team-section .member .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.locations-iframe {
	width: 100%;
	height: 820px;
}
.pay-iframe {
	width: 100%;
	height: 1210px;
}
.inventory-iframe {
	width: 100%;
	height: 960px;
}
.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 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.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(180deg);
}
.faq-section {
	background-color: var(--color-4);
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	margin-bottom: 0;
	padding: 20px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.faq-section .bottom-content {
	margin-top: 40px;
}
.video-gallery-section {
	padding: 85px 0;
}
.video-gallery-section .video-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.video-gallery-section .video-gallery .heading {
	text-align: center;
}
.video-gallery-section .video-gallery .col {
	flex: 0 1 calc(33.33% - 13.33px);
}
/* Blog Section */
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease 0.3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover,
.blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-1);
}
.blog-section .pagination .page-numbers {
	border-color: var(--color-5);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-2);
	color: var(--color-1);
}
.news-section {
	margin: 100px 0;
}
.news-section h2 {
	text-align: center;
	color: var(--color-2);
	font-size: 32px;
	font-weight: 700;
	font-family: var(--font_heading);
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.news-section .posts {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.news-section .post {
	flex: 1 1 calc(33.33% - 33.33px);
}
.news-section .post .image:hover img {
	transform: scale(1.1);
}
.news-section .post .image img {
	transition: all ease 0.3s;
}
.news-section .post .image {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.news-section .post a {
	color: var(--color-6);
	font-weight: 400;
}
.news-section .post .date {
	margin-top: 10px;
}
.news-section .post .heading {
	font-weight: 700;
	margin: 10px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: var(--font_heading);
}
.news-section .post .content .read-more .text {
	display: block;
	color: var(--color-2);
	font-weight: 700;
	margin-top: 10px;
	font-family: var(--font_heading);
}
.blog-section {
	padding: 50px 0;
	margin-bottom: 0px;
}
.blog-section h2 {
	color: var(--color-2);
}
.blog-section .filter-form {
	margin-bottom: 50px;
}
.blog-section .filter-form .filters {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 25px;
	row-gap: 15px;
	text-align: center;
}
.blog-section .filter-form .filter {
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}
.blog-section .filter-form .filter label {
	margin: 0;
}
.blog-section .filter-form .submit {
	align-self: stretch;
}
.blog-section .filter-form .btn {
	height: 100%;
}
.blog-section .filter-form input[type="text"],
.blog-section .filter-form select {
	padding: 6px;
	width: 235px;
	font-size: 14px;
}
.blog-section .news-items {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.blog-section .news-items .item {
	flex: 0 1 calc(33.33% - 33.33px);
}
.blog-section .news-items .item a {
	font-weight: 400;
	color: #000;
}
.blog-section .news-items .item .image {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.blog-section .news-items .item .image img {
	transition: all ease 0.3s;
}
.blog-section .news-items .item .image:hover img {
	transform: scale(1.1);
}
.blog-section .news-items .item .heading {
	font-size: 28px;
	text-align: center;
	color: var(--color-1);
	text-shadow: 0.5px 0.5px 3px rgba(255, 255, 255, 0.75);
	display: none;
}
.blog-section .news-items .item .heading:not(:first-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
}
.blog-section .news-items .item {
	font-family: var(--font_heading);
}
.blog-section .news-items .item .title {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.blog-section .news-items .item .date {
	margin-top: 10px;
	font-family: var(--font_body);
}
.blog-section .news-items .item .excerpt {
	margin-top: 10px;
	font-family: var(--font_body);
}
.blog-section .news-items .item .read-more .text {
	font-family: var(--font_heading);
	display: block;
	color: var(--color-2);
	font-weight: 700;
	margin-top: 10px;
}
.blog-section .pagination {
	margin-top: 50px;
}
.news-section .posts .post .read-more .text {
	font-family: var(--font_heading);
	display: block;
	color: var(--color-2);
	font-weight: 700;
	margin-top: 10px;
}
/* Cat Section */
.cat-section .category-nav {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	font-weight: 700;
	font-size: 18px;
	justify-content: center;
	margin-bottom: 75px;
	text-align: center;
}
.cat-section .category-nav .nav-item {
	cursor: pointer;
}
.cat-section .item {
	display: none;
}
.cat-section .item.active {
	display: block;
}
.cat-section .current-category {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color-8);
	position: relative;
}
.cat-section .current-category .clear-filters {
	display: none;
}
.cat-section .type-filter {
	position: relative;
}
.cat-section .type-filter .clear-filters {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -54px;
	cursor: pointer;
	white-space: nowrap;
}
.cat-section .type-filter:hover .clear-filters:hover~.filter-options {
	display: none;
}
.cat-section .filter-row {
	column-gap: 25px;
	row-gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 50px;
	color: var(--color-8);
}
.cat-section .filter-row .col {
	flex: 1 1 calc(33.33% - 33.33px);
}
.cat-section .filter-row .col .btn {
	width: 100%;
	letter-spacing: 1px;
}
.cat-section .filter-dropdown {
	position: relative;
}
.cat-section .filter-dropdown .filter-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: #fff;
	padding: 10px 15px;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	color: var(--color-8);
}
.cat-section .filter-dropdown:hover .filter-options {
	display: block;
}
.cat-section .filter-dropdown .nav-item {
	cursor: pointer;
	margin: 10px 0;
}
.cat-section .item {
	position: relative;
	transition: all ease 0.3s;
}
.cat-section .item .overlay {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.cat-section .item .overlay .heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}
.cat-section .item .overlay .sub-heading {
	font-weight: 400;
}
.cat-section .item .project-details {
	display: none;
}
.cat-section .item .project-details .sub-heading {
	text-transform: uppercase;
	font-size: 12px;
}
.cat-section .item .project-details .heading {
	margin: 0 0 20px 0;
}
.cat-section .item .project-details .read-more {
	margin: 20px 0 0 0;
}
.cat-section .item:hover .project-details {
	display: block;
}
.cat-section .item:hover .project {
	display: none;
}
.cat-section .item .project-details {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 40px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.filter-dropdown.topic-filter .hidden-select {
	display: none;
}
.filter-dropdown.topic-filter {
	flex-basis: 270px;
}
.filter-dropdown.topic-filter .btn {
	width: 100%;
}
.blog-section .filters .search {
	flex: 1 1 auto;
}
.blog-section .filters .search input {
	width: 100%;
	height: 100%;
	padding: 10px;
}
.blog-section.cat-section .item {
	display: block;
}
.main-section.single {
	margin: 0;
}
.single .banner-section {
	max-height: 50vh;
}
.single .banner-section .item .image {
	position: relative;
	max-height: 50vh;
}
.single .banner-section .item .image img {
	max-height: 50vh;
	object-fit: cover;
}
.clear-filters {
	cursor: pointer;
}
/* Breadcrumb Section */
.breadcrumb-section {
	margin: 30px 0;
}
.breadcrumb-section .breadcrumbs {
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: var(--font_heading);
}
.breadcrumb-section .breadcrumbs .crumb:not(:last-child):after {
	content: ">";
	padding: 0 10px;
	display: inline-block;
}
.breadcrumbs-section {
	margin: 35px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--font_heading);
	font-weight: 600;
	font-size: 14px;
}
.breadcrumbs-section .breadcrumbs {
	justify-content: center;
}
.breadcrumbs-section .item {
	position: relative;
}
.breadcrumbs-section .item:not(:last-child):after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}
.breadcrumbs-section .item a {
	font-weight: 700;
}
.breadcrumb-section-inner h2 {
	color: var(--color-2);
	text-align: center;
}
.breadcrumb-section .breadcrumbs {
	flex-wrap: wrap;
	text-align: center;
}
.breadcrumb-section .breadcrumbs .crumb.parent {
	white-space: nowrap;
}
.pdfemb-viewer {
	max-height: calc(100vh - var(--headerHeight, 130px));
}
/* client provided embed code */
.responsive {
	padding-bottom: 46.25%;
	position: relative;
	display: block;
	width: 100%
}
.heading-section {
	padding: 80px 0;
}
.heading-section.background_2 {
	background-color: var(--color-6);
}
.heading-section .content-row {
	gap: 120px;
	align-items: center;
}
.heading-section .content-row>.col {
	flex: 1 1 50%;
}
.heading-section .images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	gap: 30px 60px;
}
.heading-section .images img {
	width: 100%;
}
.heading-section .shortcode_row {
	flex-wrap: nowrap;
	gap: 20px;
}
.heading-section h2 {
	font-family: var(--font_1);
	font-weight: 900;
	font-size: 82px;
	line-height: 1;
}
.heading-section h2+h2 {
	margin-top: -20px;
}
.heading-section h3 {
	font-family: var(--font_heading);
	font-weight: 400;
	font-size: 32px;
}
.heading-section.big-left .content-row>.col.left {
	flex-basis: 60%;
}
.heading-section.big-left .content-row>.col.right {
	flex-basis: 40%;
}
.heading-section.big-right .content-row>.col.left {
	flex-basis: 40%;
}
.heading-section.big-right .content-row>.col.right {
	flex-basis: 60%;
}
.catalog-section{
	padding: 80px 0;
}
.catalog-section .catalog-section-inner{
	display: flex;
	gap: 0px;
}
.catalog-section .catalog-section-inner .catalog-nav{
	flex: 1 1 20%;
	flex-direction: column;
	margin-right: 10px;
	column-gap: 6px;
	flex-wrap: wrap;
	row-gap: 6px;
}
.catalog-section .catalog-section-inner .catalogs-col{
	flex: 1 1 80%;
}
.catalog-section .toggle-nav .nav-item {
	background-color: var(--color-4);
	color: #fff;
	padding: .4em 1.5em;
	min-width: 270px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: all ease .3s;
	border-bottom: 5px solid var(--color-4);
}
.catalog-section .toggle-nav .nav-item.active {
	border-color: var(--color-3);
}
.catalog-section .toggle-nav .nav-item:nth-child(even) {
	background-color: var(--color-5);
	border-color: var(--color-5);
}
.catalog-section .toggle-nav .nav-item.active:nth-child(even) {
	border-color: var(--color-3);
}
.catalog-section .toggle-nav .nav-item:hover {
	border-color: var(--color-3);
}
.catalog-section .toggle-nav .nav-item.active:hover {
	border-color: var(--color-3);
}
.catalog-section .toggle-section {
	display: none;
}
.catalog-section .toggle-section.active {
	display: block;
}
.catalog-section .toggle-section .section-heading {
	text-align: center;
	background: var(--color-4);
	margin: 0 0 6px;
	padding: 10px 0;
	font-weight: 700;
}
.catalog-section .toggle-section:nth-child(even) .section-heading {
	background-color: var(--color-5);
}
.catalog-section .catalog {
	background-color: var(--color-5);
	margin: 0;
	flex-wrap: wrap;
	border-bottom: 6px solid #fff;
}
@media only screen and (max-width: 874px) {
	/* phones */
	.responsive {
		padding-bottom: 1500px;
		position: relative;
		display: block;
		width: 100%
	}
}
@media screen and (max-width: 1199px) {
	.primary-footer h2 {
		font-size: 32px;
	}
	.primary-header .main-nav .menu>li.nav-logo {
		margin: 0;
	}
	.blog-section .filter-form .filters {
		column-gap: 15px;
	}
}
@media screen and (max-width: 991px) {
	body {
		margin-top: 50px;
	}
	.nav-logo {
		display: none;
	}
	.main-section .features,
	.text-banner .banner-row,
	.primary-footer .footer-row,
	.primary-footer .info-row {
		flex-direction: column;
	}
	.main-section .features>.col,
	.text-banner .banner-row>.col,
	.primary-footer .footer-row>.col,
	.primary-footer .info-row>.col {
		flex: 0 1 auto;
	}
	.products-section .products>.col,
	.posts-section .posts>.col {
		flex: 0 1 calc(50% - 12.5px);
	}
	.primary-footer {
		text-align: center;
	}
	.text-banner {
		text-align: center;
	}
	.banner-section .item .content {
		padding: 120px 0 50px;
	}
	.ip .nav-btn {
		display: none;
	}
	.ip .banner-section .item .content {
		padding: 160px 0 90px 0;
	}
	.reviews-section .reviews-wrap .inner {
		width: 100%;
		position: static;
	}
	.reviews-section .reviews-wrap:before,
	.reviews-section .reviews-wrap:after {
		display: none;
	}
	.reviews-section .container {
		padding: 0;
	}
	.reviews-section .owl-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.reviews-section .quotes .quote.open-quote {
		left: 0;
		top: 0;
		transform: none;
	}
	.reviews-section .quotes .quote.close-quote {
		transform: none;
		bottom: auto;
		bottom: 0;
	}
	.ip .icons-section .icon-feature {
		flex: 0 1 calc(50% - 15px);
	}
	.ip .icons-section .icon-feature:before {
		content: "+";
		position: absolute;
		bottom: 0;
		right: 4%;
		font-size: 42px;
		color: #000000a6;
		opacity: 1;
		transition: opacity 0.6s ease;
		z-index: 5;
	}
	.ip-products-section .product {
		flex: 0 1 calc(50% - 12.5px);
	}
	.ip .content-section {
		padding: 40px 0;
	}
	.ip-products-section {
		padding: 40px 0;
	}
	.team-section .members {
		gap: 50px;
	}
	.team-section .member {
		flex-basis: calc(50% - 25px);
	}
	.pay-iframe {
		height: 1610px;
	}
	.locations-iframe {
		height: calc(100vh - 100px);
	}
	.ip .dual-content-section .dual-content-row {
		gap: 20px;
		flex-direction: column-reverse;
	}
	.ip .content-section .content-row {
		gap: 20px;
		flex-direction: column;
	}
	.ip .content-section .content-row>.content {
		width: 100%;
	}
	.ip.page-id-458 .dual-content-section ul {
		margin-left: 20px;
	}
	.cat-section .filter-row {
		flex-wrap: wrap;
		column-gap: 30px;
		row-gap: 20px;
		margin-bottom: 30px;
	}
	.cat-section .type-filter .clear-filters {
		display: none;
	}
	.cat-section .current-category .clear-filters {
		display: block;
		flex-basis: 100%;
		margin-top: 10px;
	}
	.heading-section .content-row {
		flex-direction: column;
		gap: 20px;
	}
	.heading-section .content-row>.col {
		flex: 0 1 auto;
	}
	.heading-section.heading-right .col.right {
		order: 0;
	}
	.heading-section h2,
	.heading-section h3 {
		text-align: center !important;
	}
	.heading-section {
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.products-section .products>.col,
	.posts-section .posts>.col {
		flex-basis: 100%;
	}
	.primary-footer .links-row {
		justify-content: space-around;
	}
	.reviews-section .owl-item {
		font-size: 20px;
	}
	.ip .features-section .features {
		flex-direction: column;
	}
	.desktop-section {
		display: none;
	}
	.mobile-section {
		display: block;
	}
	.mobile-section .container {
		padding: 0;
	}
	.team-section .members {
		gap: 30px;
	}
	.team-section .member {
		flex-basis: calc(50% - 15px);
	}
	.news-section .post {
		flex-basis: 100%;
	}
	.blog-section .news-items .item {
		flex-basis: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.gallery-section .grid-gallery .col {
		grid-column: span 12 !important;
	}
	.locations-section .locations-row {
		flex-direction: column;
	}
	.heading-section h2 {
		font-size: 62px;
	}
	.catalog-section .catalog-section-inner{
		flex-direction: column;
	}
	.catalog-section .catalog-section-inner .toggle-nav{
		flex-direction: row;
		justify-content: center;
		margin-bottom: 10px;
	}
	.catalog-section .toggle-nav .nav-item{
		min-width: unset;
		padding: .5em 1em;
	}
}
@media screen and (max-width: 675px) {
	.team-section .member {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 580px) {
	.cat-section .filter-row .col {
		flex-basis: 100%;
	}
	.blog-section .filters .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 450px) {
	.cat-section .filter-row .col .btn {
		white-space: nowrap;
	}
	.btn {
		white-space: normal;
	}
	.ip .icons-section .icon-feature {
		flex: 0 1 100%;
	}
}