/* Theme Name: Maeder Law - Barebones */
/* === Global === */
:root {
	--primary-font: 'Roboto', sans-serif;
}
html,
body {
	font-size: 19.2px;
	color: var(--color-text);
}
a {
	color: var(--color-1);
}
a:hover,
a:focus {
	color: var(--color-2);
}
.btn,
body .gform_wrapper.gravity-theme .button {
	background-color: var(--color-1);
	padding: .4em 1.7em;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border: none;
	transition: all ease .3s;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn:hover,
.btn:focus,
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-text);
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	text-transform: uppercase;
	transition: padding ease .3s;
}
.primary-header .header-row {
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}
.primary-header .logo-col {
	flex-basis: 165px;
}
.primary-header .logo-col img {
	max-height: 95px;
	transition: max-height ease .3s;
	width: auto;
}
.primary-header .cta {
	display: flex;
	justify-content: flex-end;
	column-gap: 20px;
	font-size: 22px;
	font-weight: 700;
	color: var(--color-1);
}
.primary-header .cta a {
	color: var(--color-text);
}
.primary-header .cta a:hover,
.primary-header .cta a:focus {
	color: var(--color-1);
}
.primary-header .nav-col {
	flex: 0 1 auto;
}
.primary-header .nav-col .menu {
	justify-content: flex-end;
	padding-top: 15px;
	transition: padding ease .3s;
}
body.scrolled .primary-header {
	padding: 8px 0;
}
body.scrolled .primary-header .logo-col img {
	max-height: 75px;
}
body.scrolled .primary-header .nav-col .menu {
	padding-top: 3px;
}
.main-nav .mega-menu-item > a,
.main-nav .top-level-dropdown > a {
	position: relative;
}
.main-nav .mega-menu-item > a:after,
.main-nav .top-level-dropdown > a:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	padding-left: 3px;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	padding: 10px 10px 5px;
	color: var(--color-text);
}
.main-nav .menu li.current_page_item > a,
.main-nav .menu li a:hover,
.main-nav .menu li a:focus {
	color: var(--color-1);
}
.main-nav .menu li .mega-menu a {
	color: #fff;
	padding: 0;
}
.main-nav .menu li .mega-menu a:hover,
.main-nav .menu li .mega-menu a:focus {
	color: var(--color-1);
}
.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.mega-menu.active {
	display: block;
}
.mega-menu .mega-menu-inner {
	padding: 30px 50px;
}
.mega-menu:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-2);
	opacity: .85;
	z-index: -1;
}
.mega-menu {
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}
.mega-menu a {
	color: #fff;
}
.mega-menu h2 {
	border-bottom: 1px solid #fff;
	width: fit-content;
	padding: 0 20px 5px 0;
	margin-bottom: 30px;
}
.mega-menu .menu-row {
	column-gap: 50px;
}
.mega-menu .menu-row .links-col {
	flex: 1 1 auto;
}
.mega-menu .menu-row .links-col .links {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 50px;
	row-gap: 5px;
}
.mega-menu .menu-row .image-col {
	flex: 0 0 285px;
}
.mega-menu .menu-row .image-col .image {
	display: none;
}
.mega-menu .menu-row .image-col .image.active {
	display: block;
}
.banner-section .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 15px;
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 1px 2px 3px #000;
}
.banner-section .content h1 {
	font-size: 82px;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-section .image img {
	min-height: 200px;
	object-fit: cover;
}
.page-wrap {
	display: flex;
}
.page-wrap .sidebar-col {
	background-color: var(--color-3);
	position: relative;
	flex: 0 0 300px;
	text-transform: uppercase;
}
.page-wrap .sidebar-col .inner {
	padding: 40px 30px;
	position: sticky;
	top: var(--headerHeight);
	left: 0;
}
.page-wrap .sidebar-col h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.page-wrap .sidebar-col a {
	color: #fff;
	padding: 6px 0;
	display: block;
}
.page-wrap .sidebar-col a:hover,
.page-wrap .sidebar-col a:focus {
	color: var(--color-1);
}
.page-wrap .sidebar-col .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}
.page-wrap .page-col {
	flex: 1 1 calc(100% - 300px);
	max-width: calc(100% - 300px);
}
.page-wrap .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}

/* Mobile Menu */
body {
	overflow: auto;
	position: relative;
}
body.no-scroll {
	overflow: hidden;
}
.mobile-header {
	display: none;
	top: 0;
	background-color: #fff;
	max-height: 100vh;
	overflow-y: hidden;
	transition: all auto .3s;
	transition-delay: .3s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.mobile-header .nav-wrap {
	max-height: 0;
	opacity: 0;
	overflow-x: hidden;
	transition-property: opacity, max-height;
	transition-duration: .3s, .3s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	background-color: var(--color-1);
}
body.mobile-menu .mobile-header .nav-wrap {
	display: block;
	opacity: 1;
	max-height: calc(100vh - var(--headerHeight) - 50px);
	transition-property: opacity, max-height;
	transition-duration: .3s, 0s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	height: -webkit-fill-available;
}
.mobile-backdrop {
	position: absolute;
	background-color: #000;
	opacity: 0;
	transition-property: opacity, max-height;
	transition-duration: .3s, 0;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: -200px;
	max-height: 0;
	z-index: 9;
}
body.mobile-menu .mobile-backdrop {
	display: block;
	opacity: .75;
	transition-property: opacity, max-height;
	transition-duration: .3s, 0s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	max-height: calc(100vh + 50px);
}
body.mobile-menu .mobile-header .toggle-nav .fas:before {
	content: '\f00d';
}
.mobile-header .mobile-menu {
	border-bottom: 1px solid var(--color-4);
}
.mobile-header .mobile-row {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.mobile-header .mobile-row > * {
	flex: 1 1 auto;
}
.mobile-header .mobile-row .toggle-nav {
	flex: 0 1 50px;
	font-size: 26px;
	cursor: pointer;
	position: relative;
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: var(--color-1);
	z-index: 3;
}
.mobile-header .menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
}
.mobile-header .menu > li {
	border-top: 1px solid var(--color-4);
}
.mobile-header .menu > li > a {
	padding: 10px;
	display: block;
}
.mobile-menu .menu-item-has-children > a {
	position: relative;
}
.mobile-menu .menu-item-has-children > a:after {
	position: absolute;
	right: 15px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 2px;
	font-size: 14px;
	transition: all ease .3s;
}
.mobile-menu .menu-item-has-children .sub-menu {
	position: static;
	transform: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 14px;
}
.mobile-menu .menu-item-has-children .sub-menu > li {
	border-top: 1px solid var(--color-4);
}
.mobile-menu .menu-item-has-children .sub-menu > li > a {
	display: block;
	padding: 8px 0;
	padding-left: 20px;
	font-weight: 500;
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu {
	text-transform: none;
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu > li {
	border-top: 1px solid var(--color-4);
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu > li > a {
	display: block;
	padding: 6px 0;
	padding-left: 32px;
}
.mobile-menu .menu-item-has-children:hover .sub-menu {
	display: none;
}
.mobile-menu .menu-item-has-children.active > a:after {
	transform: rotate(180deg);
}
.mobile-menu .menu-item-has-children.active > .sub-menu {
	display: block;
}
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-c2a a:hover,
.mobile-header .mobile-c2a a:focus {
	color: var(--color-4);
}
.mobile-header .logo-col {
	flex: 1 1 auto;
	margin-right: 25px;
}
.mobile-header .logo-col a {
	display: block;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
.mobile-header .logo-col img {
	max-height: 60px;
	width: auto;
	display: inline-block;
}
.mobile-header a {
	color: #fff;
}
.mobile-header a:hover,
.mobile-header a:focus {
	color: #bbb;
}

/* === Footer === */
.background-section {
	padding: 100px 0;
	min-height: 20vw;
	color: #fff;
	position: relative;
}
.background-section .content {
	max-width: 530px;
	font-size: 28px;
	text-shadow: 1px 2px 3px #000;
}
.background-section .content .btn {
	text-shadow: none;
}
.background-section .content h2 {
	font-size: 48px;
}
.primary-footer .footer-row {
	padding: 30px 0;
	justify-content: space-around;
	align-items: center;
	column-gap: 50px;
	row-gap: 30px;
	max-width: 1500px;
	margin: 0 auto;
}
.primary-footer .footer-row .logo-col {
	flex: 0 0 150px;
}
.primary-footer .footer-row .contact-col {
	white-space: nowrap;
}
.primary-footer .footer-row .contact-col .phone {
	font-weight: 700;
}
.primary-footer .footer-row .contact-col .phone a {
	color: var(--color-text);
}
.primary-footer .footer-row .contact-col .phone a:hover,
.primary-footer .footer-row .contact-col .phone a:focus {
	color: var(--color-1);
}
.primary-footer .footer-row .contact-col .address {
	margin: 15px 0;
	font-weight: 700;
	max-width: 200px;
}
.primary-footer .footer-row .map-col {
	flex: 0 1 350px;
	align-self: stretch;
}
.primary-footer .footer-row .map-col iframe {
	width: 100%;
	height: 100%;
	min-height: 150px;
}
.primary-footer .footer-row .sitemap-col {
	white-space: nowrap;
}
.primary-footer .footer-row .sitemap-col .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.primary-footer .footer-row .sitemap-col a {
	color: var(--color-text);
	display: block;
	padding: 2px 0;
}
.primary-footer .footer-row .sitemap-col a:hover,
.primary-footer .footer-row .sitemap-col a:focus {
	color: var(--color-1);
}
.primary-footer .footer-row .content-col {
	flex: 0 1 350px;
}
.primary-footer .footer-row .content-col h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 5px 0;
}
.primary-footer .footer-row .content-col p {
	margin-bottom: 0;
}
.primary-footer .copyright {
	font-size: 13px;
	background-color: var(--color-1);
	padding: 10px 0;
}
.primary-footer .copyright a {
	color: #fff;
	font-weight: 400;
}
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
	color: var(--color-text);
}

/* === Home Page === */
.main-section {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
}
.main-section .col.left h2 {
	font-size: 42px;
	font-weight: 700;
	max-width: 600px;
	margin: 0 auto 30px;
}
.main-section .col.left .btn {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding: 0.5em calc(1.5em + 50px) 0.4em 1.5em;
}
.main-section .col.left .btn:after {
	content: '\f35a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.row-med {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.row-med > .col {
	flex: 1 1 calc(50% - 25px);
	min-width: min(100%, 365px);
}
.cta-section {
	padding: 50px 0;
}
.cta-section .cta-row {
	align-items: center;
}
.cta-section .image-col .phone {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: var(--color-1);
	font-weight: 700;
	font-size: 28px;
	column-gap: 20px;
	margin-top: 20px;
}
.cta-section .image-col .phone a {
	color: var(--color-text);
}
.cta-section .image-col .phone a:hover,
.cta-section .image-col .phone a:focus {
	color: var(--color-1);
}
.cta-section .content-col h2 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 26px;
}
.cta-section .content-col h2 strong {
	color: var(--color-1);
}
.cta-section .content-col h3 {
	font-size: 20px;
}
.content-section {
	padding: 50px 0;
	background-color: var(--color-5);
}
.content-section h2 {
	font-weight: 700;
	font-size: 42px;
	color: var(--color-2);
}
.content-section h2 strong {
	color: var(--color-1);
}
.content-section p strong {
	color: var(--color-1);
	font-size: 20px;
}
.review-section {
	padding: 50px 0;
}
.review-section h2 {
	text-align: center;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 50px;
}
.review-section h2 strong {
	color: var(--color-1);
}
.review-section .reviews {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
	margin-bottom: 50px;
}
.review-section .review {
	flex: 1 1 calc(33.33% - 16.67px);
	background-color: var(--color-4);
	border: 10px solid var(--color-5);
	padding: 20px;
}
.review-section .review .heading {
	color: var(--color-1);
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.review-section .review .author {
	text-align: center;
	font-weight: 700;
}
.review-section .videos {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.review-section .videos > .col {
	flex: 1 1 calc(50% - 25px);
	min-width: min(100%, 250px);
}
.review-section .owl-carousel .owl-stage {
	display: flex;
}
.review-section .owl-carousel .owl-stage .item {
	height: 100%;
}

/* === Interior Pages === */
.main_heading {
	background-color: #404040;
	text-align: center;
	padding: 10px 0;
}
.main_heading h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 32px;
}
.content-section {
	padding: 30px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.content-section .content-row > .col {
	flex: 1 1 calc(50% - 25px);
	min-width: min(100%, 280px);
}
.content-section .image-col .caption {
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}
body.ip .content-section {
	background-color: #fff;
}
body.ip .content-section.about {
	background-color: var(--color-text);
	color: #fff;
}
body.ip .content-section.about h2 {
	color: #fff;
}
.blog-section {
	padding: 30px 0 0;
}
.blog-section .posts {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.blog-section .post {
	flex: 1 1 calc(50% - 25px);
	min-width: min(100%, 270px);
	border-bottom: 1px solid var(--color-text);
	padding-bottom: 30px;
}
.blog-section .post .heading {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0;
}
.blog-section .post .read-more {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}
.blog-section .post .read-more .ellipsis {
	display: none;
}
.team-section {
	padding: 30px 0;
}
.team-section .members {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.team-section .member {
	flex: 0 1 calc(33.33% - 33.33px);
	min-width: 185px;
}
.team-section .member .image-wrap {
	position: relative;
}
.team-section .member .image-wrap .link {
	position: absolute;
	bottom: 0;
	right: 0;
}
.team-section .member .image-wrap .link .btn {
	background-color: var(--color-2);
	padding: 8px;
	font-size: 14px;
}
.team-section .member a {
	color: var(--color-text);
}
.team-section .member .heading {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 5px;
}
.team-section .member:nth-child(1), .team-section .member:nth-child(2) {
	flex-basis: calc(50% - 25px);
}
.team-section .member:hover .image-wrap .link .btn, .team-section .member:focus .image-wrap .link .btn {
	background-color: var(--color-1);
}
.bottom_content {
	background-color: var(--color-4);
	padding: 50px 0;
}
.feature-section.team {
	padding: 5px;
}
.feature-section.team .features {
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
}
.feature-section.team .feature {
	flex: 1 1 calc(50% - 2.5px);
	min-width: min(100%, 335px);
	background-color: #000;
	color: #fff;
	padding: 30px;
}
.feature-section.team .feature h2 {
	color: #fff;
	font-size: 24px;
}
.sections .content-section:nth-child(even) .content-row {
	flex-direction: row-reverse;
}
.sections .content-section h2 {
	font-size: 24px;
	color: #000;
}
.sections .content-section h4 {
	color: var(--color-1);
	font-weight: 700;
	font-size: 20px;
}
.sections .content-section h4 a {
	color: #000;
}
.sections .content-section h4 a:hover, .sections .content-section h4 a:focus {
	color: var(--color-1);
}
.feature-section {
	margin: 30px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 20px);
	min-width: min(100%, 300px);
	background-color: var(--color-3);
	border: 8px solid var(--color-4);
	padding: 20px;
	color: #fff;
}
.feature-section .feature h3 {
	color: #fff;
}
.feature-section .feature h2 {
	color: var(--color-1);
	font-size: 20px;
	font-weight: 700;
}
.feature-section.practice {
	background-color: var(--color-4);
	margin: 0;
	padding: 30px 0;
}
.feature-section.practice h2 {
	color: #000;
}
.feature-section.practice .features {
	column-gap: 50px;
	row-gap: 30px;
}
.feature-section.practice .feature {
	flex: 0 1 calc(50% - 25px);
	min-width: min(100%, 280px);
	padding: 0;
	border: none;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-text);
	background: none;
}
.feature-section.practice .feature:nth-child(odd):nth-last-child(2), .feature-section.practice .feature:last-child {
	border: none;
}
.feature-section.practice .feature .toggle-more .more-content {
	display: none;
}
.feature-section.practice .feature .toggle-more .more-toggle {
	font-weight: 700;
	cursor: pointer;
}
.feature-section.practice .feature .toggle-more .less {
	display: none;
}
.feature-section.practice .feature .toggle-more.active .less {
	display: block;
}
.feature-section.practice .feature .toggle-more.active .more {
	display: none;
}
.faq-section {
	padding: 30px 0;
}
.faq-section .toggle-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq-section .toggle-item h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}
.toggle-item {
	border-bottom: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
}
.toggle-item .toggle-content {
	display: none;
}
.toggle-item.active .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.gallery-section {
	padding: 30px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.gallery-section .gallery > .col {
	flex: 1 1 calc(50% - 25px);
	min-width: 270px;
}
.contact-section {
	margin: 50px 0;
}
.contact-section .contact-row {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	max-width: 1100px;
	margin: 0 auto;
}
.contact-section .contact-row > .col {
	flex: 1 1 calc(50% - 50px);
	min-width: min(100%, 280px);
}
.contact-section .contact-col {
	display: flex;
	flex-direction: column;
}
.contact-section .contact-col .info-row {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: space-around;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-section .contact-col .map {
	flex: 1 1 auto;
}
.contact-section .contact-col .map iframe {
	width: 100%;
	height: calc(100% - 64px);
}
.contact-section .contact-col .link {
	text-align: center;
	margin-top: 20px;
}
.contact-section .form-col h2 {
	font-size: 24px;
	font-weight: 700;
}
.contact-section .form-col h2 strong {
	color: var(--color-1);
}
.contact-section .form-col .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.contact-section .form-col .gform_wrapper.gravity-theme .button {
	margin: 0 auto;
}

/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.main-section .col.left h2 {
		text-align: center !important;
	}
	.review-section .videos {
		column-gap: 25px;
		row-gap: 25px;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 950px;
		margin: 0 auto;
	}
	.primary-footer .footer-row .logo-col,
  .primary-footer .footer-row .contact-col,
  .primary-footer .footer-row .sitemap-col {
		flex-basis: calc(33.33% - 33.33px);
	}
	.primary-footer .footer-row .map-col,
  .primary-footer .footer-row .content-col {
		flex: 1 1 calc(50% - 25px);
	}
	.primary-footer .footer-row .contact-col {
		text-align: center;
	}
	.primary-footer .footer-row .contact-col .address {
		margin: 15px auto;
	}
	.primary-footer .footer-row .map-col {
		order: 4;
	}
	.primary-footer .footer-row .sitemap-col {
		text-align: center;
		order: 3;
	}
	.primary-footer .footer-row .content-col {
		order: 5;
	}
	.page-wrap .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	.primary-header .logo-col {
		flex-basis: 160px;
	}
	.gallery-section .gallery {
		column-gap: 30px;
		row-gap: 30px;
	}
	.contact-section .contact-row {
		column-gap: 40px;
	}
	.team-section .members {
		column-gap: 30px;
	}
	.team-section .member:nth-child(1),
  .team-section .member:nth-child(2) {
		flex-basis: calc(50% - 15px);
	}
	.team-section .member {
		flex-basis: calc(33.33% - 20px);
	}
}
@media screen and (max-width: 991px) {
	body {
		margin-top: calc(50px + var(--headerHeight));
	}
	.mobile-header {
		display: block;
	}
	.primary-header {
		display: none;
	}
	.mobile-menu .menu-item-has-children .sub-menu {
		white-space: normal;
	}
	.page-wrap .sidebar-col {
		display: none;
	}
	.page-wrap .page-col {
		max-width: 100%;
	}
	.background-section .content {
		max-width: 100%;
	}
	.page-wrap .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.feature-section.practice .feature {
		flex-grow: 1;
	}
	.banner-section .content{
		position: relative;
		transform: translate(0%, 0%);
		left: 0;
		background-color: var(--color-3);

	}
}
@media screen and (max-width: 767px) {
	.banner-section .content h1 {
		font-size: 42px;
	}
	.main-section .col.left h2 {
		font-size: 38px;
	}
	.main-section .col.left .btn {
		font-size: 20px;
		padding-right: calc(1.5em + 35px);
	}
	.primary-footer .footer-row > .col {
		flex-basis: 100%;
	}
	.primary-footer .footer-row .logo-col img {
		width: 185px;
	}
	.primary-footer .footer-row .content-col {
		text-align: center;
	}
	.primary-footer .footer-row .content-col img {
		margin: 0 auto;
		display: block;
	}
	.background-section .content {
		font-size: 22px;
	}
	.background-section .content h2 {
		font-size: 38px;
	}
	.team-section .member:nth-child(n) {
		flex: 1 1 calc(50% - 15px);
	}
}
