/* Theme Name: Barebones */
/* === Global === */
h1,
h2,
h3 {
	font-family: var(--font_heading);
}
h2 {
	font-size: 34px;
}
body .gform_wrapper.gravity-theme .button,
.btn {
	border-radius: 2px;
	padding: 10px 20px;
	font-weight: 600;
	background-color: var(--color-1);
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all ease 0.3s;
	padding: 0.4em 1.3em;
	color: #fff;
	border: none;
}
body .gform_wrapper.gravity-theme .button:hover, body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-2);
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	background-color: #fff;
	padding: 20px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: all ease 0.3s;
}
.primary-header .logo-col img {
	transition: all ease 0.3s;
	max-height: 120px;
	width: auto;
}
.primary-header .header-row {
	justify-content: space-around;
	align-items: flex-start;
	gap: 30px;
}
.primary-header .header-row .logo-col {
	flex: 0 1 260px;
}
.primary-header .header-row .info-col {
	flex: 0 1 130px;
	font-size: 22px;
	gap: 1em;
}
.primary-header .header-row .info-col a {
	color: var(--color-3);
}
.primary-header .header-row .info-col a:hover, .primary-header .header-row .info-col a:focus {
	color: var(--color-1);
}
.primary-header .header-row .social-col {
	justify-content: flex-end;
}
body.scrolled .primary-header {
	padding-top: 10px;
}
body.scrolled .primary-header .logo-col img {
	max-height: 75px;
}
.main-nav {
	text-transform: uppercase;
	font-size: 17px;
}
.main-nav .menu {
	justify-content: space-around;
}
.main-nav .menu li a {
	font-weight: 400;
}
.main-nav .menu .sub-menu li a {
	padding: 4px 8px;
}
.main-nav .current_page_item > a {
	color: var(--color-1);
}
.banner-section {
	position: relative;
}
.banner-section h1 {
	font-size: 50px;
	margin-bottom: 10px;
}
.banner-section h2 {
	font-size: 30px;
	margin-bottom: 40px;
}
.banner-section h1,
.banner-section h2 {
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.home .banner-section h2 {
    margin-bottom: 20px;
}
.home .banner-section .content{
    padding: 10px;
		background: rgb(167, 128, 60, .6);
}
.home .banner-section .content .btn:hover{
	background-color: var(--color-3);
}
.banner-section .carousel.fade .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.banner-section .item .mobile {
	display: none;
}
.banner-section .item .bg-wrap {
	display: flex;
	min-height: 56vw;
	padding: 50px 0;
	position: relative;
	flex: 1 1 auto;
	justify-content: center;
	align-items: flex-end;
}
.banner-section .item .bg-wrap > .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.banner-section .item .bg-wrap > .image * {
	height: 100%;
}
.banner-section .item .bg-wrap > .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.banner-section .item .inner {
	position: relative;
	z-index: 2;
	color: #fff;
}
.banner-section .logos {
	background: rgba(255, 255, 255, 0.5);
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 10px 20px;
	max-width: 1020px;
	margin: 40px auto 0;
}
.banner-section .logos .logo img {
	max-height: 143px;
	max-width: 143px;
	height: auto;
	width: auto;
}
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-c2a a:hover, .mobile-header .mobile-c2a a:focus {
	color: var(--color-2);
}
.mobile-logo {
	background-color: #fff;
}
.mobile-logo img {
	max-height: 100px;
	width: auto;
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-1);
	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 {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0 50px;
	gap: 30px;
}
.primary-footer .form-col {
	flex: 0 1 720px;
}
.primary-footer .contact-info {
	margin: 15px 0;
}
.primary-footer .social {
	font-size: 34px;
	gap: 0.5em;
}
.primary-footer h2 {
	border-bottom: 3px solid var(--color-2);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.primary-footer .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.primary-footer .gform_wrapper.gravity-theme .button {
	background-color: var(--color-3);
	border-radius: 5px;
}
.primary-footer .gform_wrapper.gravity-theme .gfield input,
.primary-footer .gform_wrapper.gravity-theme .gfield textarea {
	border-radius: 5px;
	border: none;
}
.primary-footer .gform_wrapper.gravity-theme .gfield.gfield--width-full {
	grid-column: span 6;
}
.primary-footer .gform_wrapper.gravity-theme .gfield:nth-child(-n + 3) {
	grid-column: 1 / 7;
}
.primary-footer .gform_wrapper.gravity-theme .gfield:nth-child(n + 4) {
	grid-column: 7 / 13;
}
.primary-footer .gform_wrapper.gravity-theme .gfield:nth-child(4) {
	grid-column: 7 / 13;
	grid-row: 1 / 2;
}
.primary-footer .gform_wrapper.gravity-theme .gfield.gfield--type-textarea {
	grid-row: 2 / 4;
	display: flex;
	flex-direction: column;
}
.primary-footer .gform_wrapper.gravity-theme .gfield.gfield--type-textarea .gfield_label {
	height: 0;
	display: none;
}
.primary-footer .gform_wrapper.gravity-theme .gfield.gfield--type-textarea .ginput_container_textarea {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.primary-footer .footer-bottom {
	background-color: var(--color-4);
	color: var(--color-1);
	padding: 10px 0;
}
.primary-footer .footer-bottom a {
	color: var(--color-1);
	font-weight: 400;
}
.primary-footer .footer-bottom .sitemap {
	text-transform: uppercase;
}
.primary-footer .footer-bottom .copyright {
	font-size: 13px;
}

/* === Home Page === */
.icon-section {
	margin: 80px 0 100px;
}
.icon-section .icons {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.icon-section .item .fa_icon {
	font-size: 59px;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: var(--color-5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.3s;
}
.icon-section .item:hover .fa_icon, .icon-section .item:focus .fa_icon {
	transform: scale(1.1);
}
.icon-section .heading {
	font-family: var(--font_heading);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
}
.content-section {
	margin: 100px 0 50px;
}
.content-section .content-row {
	align-items: center;
}
.content-section .image-col {
	flex: 1 1 45%;
	position: relative;
	z-index: 2;
}
.content-section .content-col {
	flex: 1 1 55%;
}
.content-section .content-col .inner {
	background-color: var(--color-5);
	padding: 60px 60px 60px 95px;
	margin-left: -35px;
}
.posts-section {
	background-color: var(--color-1);
	color: #fff;
	padding: 40px 0;
}
.posts-section .sec_content {
	margin-bottom: 30px;
}
.posts-section .sec_content a {
	color: #fff;
}
.posts-section .sec_content a:hover, .posts-section .sec_content a:focus {
	color: var(--color-2);
}
.posts-section .posts {
	flex-wrap: wrap;
	gap: 15px;
	position:relative;
}
.posts-section .post {
	flex: 1 1 calc(33.33% - 10px);
	background-color: #fff;
	transition: all ease 0.3s;
	padding-bottom: 60px;
}
.posts-section .post a {
	color: var(--color-text);
	font-weight: 400;
}
.posts-section .post:hover, .posts-section .post:focus {
	color: #fff;
	background-color: var(--color-2);
}
.posts-section .post:hover a, .posts-section .post:focus a {
	color: #fff;
}
.posts-section .post:hover .icon, .posts-section .post:focus .icon {
	color: #fff;
	transition: all ease 0.3s;
}
.posts-section .post .inner {
	padding: 20px;
}
.posts-section .post .image img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}
.posts-section .post h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.posts-section .post .date {
	font-size: 13px;
	margin-bottom: 10px;
}
.posts-section .post .icon {
	font-size: 32px;
	color: var(--color-2);
	margin-top: 10px;
	position: absolute;
    bottom: 10px;
}
.embed-section {
	padding: 40px 0;
}
.embed-section .embed {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}
.embed-section .embed iframe {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.embed-section .embed .fb_iframe_widget {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.embed-section .embed .fb_iframe_widget > span {
	display: block;
	max-width: 100%;
}

/* === Interior Pages === */
.heading-section {
	background-color: var(--color-5);
	padding: 40px 0;
}
.heading-section h1 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0;
}
.main-section {
	margin: 50px 0;
}
.main-section .main-row {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px 50px;
}
.main-section .main-col {
	flex: 0 1 calc(100% - 365px);
}
.main-section .sidebar-col {
	flex: 0 1 315px;
	font-family: var(--font_1);
}
.main-section .sidebar-col p {
	line-height: 1.5;
	margin-bottom: 28px;
}
.main-section .sidebar-col p:last-child {
	margin-bottom: 0;
}
.main-section .sidebar-col .panel {
	background-color: var(--color-5);
	padding: 35px;
	margin-bottom: 0;
}
.main-section .sidebar-col .sidebar-images{
	padding: 15px;
}
.main-section .sidebar-col .sidebar-images .images{
	flex-direction: column;
	gap: 10px;
}
.main-section .sidebar-col .panel .images .image {
	flex: 0 1 100%;
}
.main-section .sidebar-col .panel .images .image .caption-text {
	font-size: 13px;
	margin-top: 10px;
}
.main-section .sidebar-col .panel .images .image img {
	width: 100%;
	height: auto;
}
.main-section .sidebar-col .panel .heading {
	font-size: 23px;
	font-weight: 600;
}
.main-section .sidebar-col .icon-divider {
	margin: 30px 0;
}
.main-section .sidebar-col .icon-divider img {
	max-width: 100%;
	height: auto;
}
.main-section .sidebar-col .attorneys p {
	margin-bottom: 10px;
}
.main-section .sidebar-col .attorneys p:last-child {
	margin-bottom: 0;
}
.main-section .sidebar-col .attorneys a {
	font-weight: 400;
	color: var(--color-text);
}
.main-section .sidebar-col .attorneys a:hover, .main-section .sidebar-col .attorneys a:focus {
	color: var(--color-2);
}
.main-section ol ul li {
	list-style: disc;
}
.background-section {
	position: relative;
	z-index: 1;
	padding: 125px 0;
	background-size: cover;
	background-position: 50% 50%;
	font-size: 24px;
}
.background-section a {
	font-weight: 600;
	color: var(--color-2);
}
.background-section a:hover, .background-section a:focus {
	color: var(--color-5);
}
.background-section h2 {
	font-size: 30px;
	font-weight: 600;
}
.background-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
	z-index: -1;
}
.background-section .content {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.background-section p:last-child {
	margin-bottom: 0;
}
.mobile-header .nav-base .nav-toggler {
	margin-right: 10px;
}
.mobile-header .nav-base .nav-toggler .icon {
	right: -10px;
}
.cont-section p:has(em){
	margin: 0;
}
.team-section .attorneys{
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 60px;
}
.team-section .attorneys .attorney{
	flex: 0 1 calc(33.33% - 13.33px);
}
.team-section .attorneys .attorney .image img{
	transition: all ease 0.3s;
}
.team-section .attorneys .attorney a:hover img{
	scale: 1.05;
}
.team-section .attorneys .attorney .heading{
	font-size: 22px;
	font-weight: 600;
	margin: 14px 0 8px 0;
	font-weight: 500;
	line-height: 32px;
	color: var(--color-3);
}
.team-section .attorneys .attorney .position{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: var(--color-3);
}
.single-attorney .main-section{
	background-color: var(--color-1);
	color: #fff;
}
.single-attorney .main-section.single{
	margin: 0 0 50px 0;
}
.single-attorney-row{
	gap: 80px;
	align-items: center;
}
.single-attorney-row .image-col{
	flex: 0 1 35%;
}
.single-attorney-row .content-col{
	flex: 0 1 65%;
}
.single-attorney-row .content-col h1{
	font-size: 46px;
}
.single-attorney-row .content-col .position{
	margin-bottom: 10px;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 49=8px
}
.single-attorney-row .email{
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.single-attorney-row .email a{
	color: #fff;
	font-weight: 300;
}
.single-attorney-row .email a:hover, .single-attorney-row .email a:focus{
	color: var(--color-2);
}
.single-attorney .content{
	margin: 50px 0;
}
.single-attorney .icon-divider{
	margin: 50px 0;
}
.blog-section .posts{
	column-gap: 15px;
	row-gap: 45px;
	flex-wrap: wrap;
}
.blog-section .post{
	flex: 0 1 calc(33.33% - 10px);
	background-color: #fff;
	transition: all ease 0.3s;
	background-color: var(--color-5);
	padding: 30px;
	border-radius: 2px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);   
}
.blog-section .post:hover,
.blog-section .post:focus{
	color: #fff;
	background-color: var(--color-2);
}
.blog-section .post:hover h2,
.blog-section .post:hover h3,
.blog-section .post:hover .date,
.blog-section .post:hover .excerpt,
.blog-section .post:hover .read-more,
.blog-section .post:hover .custom-read-more,
.blog-section .post:focus{
	color: #fff !important;
}
.blog-section .post a,
.blog-section .post .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-section .post h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
	color: var(--color-1);
}
.blog-section .post .date {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
	color: var(--color-3);
}
.blog-section .post .excerpt {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	color: var(--color-3);
}
.blog-section .post .read-more .text{ 
	display: none;
}
.blog-section .post .custom-read-more{
	color: var(--color-3);
	font-weight: 600;
	display: block;
    margin-top: auto; 
    padding-top: 20px;
}
.blog-section .post .icon {
	font-size: 32px;
	color: var(--color-2);
	margin-top: 10px;
}
.blog-section .client-successes .money-value{
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
}
.menu-item-has-children > a {
	position: relative;
	padding-right: 18px;
}
.menu-item-has-children>a:after {
	content: '\f0e3';
	font-family: 'Font Awesome 7 Pro';
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	transition: transform 0.3s ease;
	transform: translateY(-50%) rotate(45deg);
}
.menu-item-has-children>a:hover:after,
.menu-item-has-children:hover>a:after{
	transform: translateY(-50%) rotate(90deg);
}
.dual-content-section .dual-content-row{
	gap: 30px;
}
.dual-content-section .dual-content-row .content1{
	flex: 1 1 50%;
}
.dual-content-section .dual-content-row .content2{
	flex: 0 1 50%;
}
.dual-content-section .dual-content-row .content1{
	column-count: 3;
}
.dual-content-section .dual-content-row .content1 ul {
	break-inside: avoid;
	page-break-inside: avoid; 
	margin-bottom: 20px;
}
.dual-content-section .dual-content-row .content1 h3 {
	break-inside: avoid;
	break-after: avoid;
}
.dual-content-section .dual-content-row .content1 li {
	break-inside: avoid;
}

.map { position: relative;  max-width: none;   padding-top:40%;}
.map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.primary-footer .sitemap ul {flex-wrap: wrap;}




.review-section {
	padding: 50px 0;
	background-color: var(--color-2);
}
.review-section .sec-content {
	margin-bottom: 30px;
}
#bottom-feature .review-section h2 {
	background-color: var(--color-1);
	box-shadow: 0px 0px 8px rgba(0,0,0,.25)
}
.review-section .sec-content h2 {
	background: none;
}
.review-section .item {
	background-color: #fff;
	padding: 20px;
	box-shadow: 2px 4px 8px rgba(0,0,0,.5);
	margin: 10px;
}
.review-section .item .heading {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 15px;
	font-style: italic;
}
.review-section .item p {
	line-height: 1.5;
}
.review-section .item .sub-heading {
	font-weight: 400;
	font-size: 1.1em;
	margin:10px 0;
}
.review-section .item .content > *:last-child {
	margin-bottom: 0;
}

.review-section .owl-carousel {
	max-width: calc(100% - 70px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	text-shadow: 1px 0px 2px var(--color-5);
	left: -35px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	text-shadow: -1px 0px 2px var(--color-5);
	right: -35px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-5);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-5);
}

.read-more { display: none;}
.more {margin-bottom: 15px; font-size: 1.2em;background:var(--color-1);text-align: center;overflow: hidden;padding: 2px 8px; }
.more:hover {cursor: pointer; background:var(--color-2);}
.more::after {content: "Read More"; width:100%;text-align: center;height: 100%; display: flex; justify-content: center;align-items: center;}
.more.vis::after {content: "Read Less";}
a.tops {
		display: block;
		position: relative;
		top: -200px;
		visibility: hidden;
	}


/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.primary-footer .form-col {
		flex-basis: 650px;
	}
}
@media screen and (max-width: 991px) {
	.banner-section .item .mobile {
		display: flex;
	}
	.banner-section .item .desktop {
		display: none;
	}
	.banner-section .logos {
		background-color: var(--color-1);
		margin-top: 0;
		padding: 20px;
	}
	.banner-section .logos .logo {
		flex: 0 1 calc(33% - 26.66px);
	}
	.main-section .main-col {
		flex-basis: 100%;
	}
	.icon-section .item {
		flex: 0 1 calc(50% - 15px);
	}
	.content-section .content-row {
		flex-direction: column;
	}
	.content-section .content-row > .col {
		flex-basis: auto;
	}
	.content-section .content-col .inner {
		margin-left: 0;
	}
	.posts-section .post {
		flex-basis: 100%;
	}
	.primary-footer .footer-row,
  .primary-footer .social {
		justify-content: center;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.content-section .content-col .inner {
		padding: 40px 20px;
	}
	.main-section .sidebar-col .panel {
		padding: 35px 20px;
	}
	.mobile-header .mobile-c2a {
		font-size: 15px;
	}
	.primary-footer .gform_wrapper.gravity-theme .gfield:nth-child(n) {
		grid-column: span 12;
		grid-row: auto;
	}
	.team-section .attorneys .attorney {
		flex: 0 1 calc(50% - 10px);
	}
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .owl-carousel .owl-nav {
		display: none;
	}
	.review-section .container {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 575px) {
	.team-section .attorneys .attorney {
		flex: 0 1 100%;
	}
}