/*
Theme Name: Lane & O'Rourke
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	3.26.3
*/

/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

body p {
	padding-bottom: 25px;
}

p:last-of-type + * {
	padding-top: 25px;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
	display: inline-block;
    background-color: #1e365d;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid #1e365d;
    transition: all 0.5s ease;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
#page-container button.wpforms-submit.et_pb_button {
	background:#1e365d !important;
	border-radius: 5px;
	color: #fff !important;
	text-transform:capitalize !important;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
    color: #fff;
    transform: translateY(-5px);
}

body div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color:#4b5563;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


/*
wpforms styling
--------------------------------------------------- */

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: inherit;
    padding: 12px 15px;
    background: #fff;
}
::-webkit-input-placeholder {
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

/* list style
--------------------------------------------------- */

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	color: #567426;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* table styling
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

/* anchor tag style
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    pointer-events: auto;
    cursor: pointer;
    display: inline-block;
}
.entry-content a:hover {
	color: #1e365d;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-module img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}
.round-img-module img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

/* builder row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* builder section styling
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder top bottom gap none styling
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module styling
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* flex row styling
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

/* large container img text row styling
--------------------------------------------------- */

.large-wrap-grid-text-img-row {
	overflow: hidden;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_3_5 {
	width: 63%;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_2_5 {
	width: 34%;
}
.large-wrap-grid-text-img-row .et_pb_text {
	max-width: 790px;
	width: 100%;
	position: relative;
	padding-left: 25px;
	float: right;
}
.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
	max-width: 590px;
}
.large-wrap-grid-text-img-row.et_pb_gutters1 .et_pb_text {
	max-width: 612px;
}
.reverse-col .et_pb_text {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}
.large-wrap-grid-text-img-row .et_pb_image {
	text-align: right;
}
.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
	text-align: left;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

/* Header menu styling
--------------------------------------------------- */

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
body #top-menu li li a:hover {
	background: #567426;
	color: #fff;
}

/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 20px;
	margin: auto;
	border-bottom: 5px solid #567426;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 42px;
}

/*
Home Page Styling styling
---------------------------------------------------------------------------------------------------- */

/* Home Header styling
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}


/* banner section styling
--------------------------------------------------- */

#hero-img-section {
	min-height: 700px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 45px;
}

/* footer styling
---------------------------------------------------------------------------------------------------- */

/* footer widgets styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}

/* footer form styling
--------------------------------------------------- */

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main-footer .wpforms-field-captcha {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
}
#main-footer .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-captcha-math {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#main-footer .wpforms-submit-container {
	text-align: right;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}

/* social icons styling
--------------------------------------------------- */

.social-icons {
	padding-bottom: 15px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #567426;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #567426;
}

/* footer contact styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
inner banner section  styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #567426;
	color: #fff;
}

/*
Sidebar setyling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #524f4b;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments styling
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}



/*
Custom styling
---------------------------------------------------------------------------------------------------- */

/*
Header styling
--------------------------------------------------- */

#site-header{
	padding: 15px 0;
}
#site-header .et_pb_row {
    padding: 0;
	max-width: 1300px;
	display: flex;
    align-items: center;
}
#site-header .site-header__logo  img{
	width: 120px;
}
#site-header .site-header__menu .et_pb_menu__wrap{
    justify-content: end;	
}
#site-header .site-header__menu .et_pb_menu ul li a{
    font-size: 17px;
    font-weight: 500;
    color: #1e365d;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#site-header .site-header__menu .et_pb_menu ul li a:hover{
	color:#1b5deb;
}
#site-header .et_pb_menu li ul,
#site-header .site-header__menu .et_pb_menu li ul li a,
#site-header .et_pb_menu li li:hover{
	width: 305px;
}
#site-header .et_pb_menu li li:hover{
	background-color: #1e365d;
}
#site-header .et_pb_menu li li a:hover {
	color:#fff !important;
}
#site-header .et_pb_menu li li{
	padding: 5px 8px;	
	border-radius: 0px;
}
.nav li ul{
	border-top: 3px solid #1e365d;
}
#site-header .et_pb_menu li li a:hover{
	opacity: 1;
}
#site-header .et_pb_menu li li:hover a{
	color: #ffffff;
}
#site-header .site-header__menu .et_pb_menu li ul li a{
    font-size: 16px;
    line-height: 1.5 !important;
}
#site-header .et_pb_menu li ul{
	border-radius: 0px;
}
/* Footer styling
----------------------------------------------- */
#site-footer-top{
	padding-bottom: 0;
}
#site-footer-top, 
#site-footer-bottom{
    background: #111827;
}
#site-footer-top .et_pb_row,
#site-footer-bottom .et_pb_row{
    max-width: 1300px;
    display: flex;
    align-items: start;
    justify-content: center;
}
#site-footer-top p{
	padding-bottom: 0;
	color: #8b919e;
}
#site-footer-top p a{
    font-size: 18px;
	color: #8b919e;
}
#site-footer-top .site-footer-logo p:first-of-type{
    margin: 27px 0 0;
}
#site-footer-top .site-footer-logo p a .dashicons{
    border-radius: 50%;
    height: 24px;
    background: #ffffff;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #33425f;
    font-size: 15px;
}
#site-footer-top .site-footer-logo p a .dashicons-email{
    position: relative;
    top: 4px;
}
#site-footer-top h4{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #ffffff;
}
#site-footer-bottom{
	padding: 0;
}
#site-footer-top .et_pb_row{
    border-bottom: 2px solid #4b5563;	
}
#site-footer-top .site-footer-social .dashicons{
    border-radius: 50%;
    height: 30px;
    border: 1px solid #ffffff;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner a{
    color: #ffffff;
    text-decoration: underline;	
}
#site-footer-bottom .et_pb_column_4_tb_footer p{
	text-align: right;
}
#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner,
#site-footer-bottom .et_pb_column_4_tb_footer p,
#site-footer-bottom .et_pb_column_4_tb_footer p a{
    color: #ffffff;
    font-size: 18px;
}
#site-footer-bottom .et_pb_column_4_tb_footer p a:hover{
	text-decoration: underline;
}
#site-footer-bottom p,
#site-footer-bottom p a{
	text-align: center;
	color: #8b919e;
}
#site-footer-bottom .maker{
	text-decoration: underline;
}
#site-footer-top .site-footer-menu p{
    padding-bottom: 8px;
}
#site-footer-top .site-footer-social p{
    padding-bottom: 5px;
}
#site-footer-top  .site-footer-menu p,
#site-footer-top  .site-footer-menu p a{
	color: #ffffff;
}
#site-footer-top p .dashicons{
	position: relative;
	top: 3px;
}

/* Hero section styling
----------------------------------------------- */
#hero-slider{
	padding: 0;
}
#hero-slider .et_pb_slider .et_pb_slide{
	height: 75vh;
}

/* Home about section styling
----------------------------------------------- */
#home-about__section{
	background-color: #f9fafb;
}
#home-about__section h1{
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 700;
	color: #1e365d;
}
#home-about__section P{
    text-align: center;
    padding: 0 8rem 25px;
}
#home-about__section P:last-of-type{
	padding-bottom: 0; 
}

/* Home service section styling
----------------------------------------------- */

#services-section{
    padding: 30px 0 60px;
    background-color: #f9fafb;
}
#services-section h2{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
	color: #1e365d;
}
#services-section .et_pb_row {
	display: flex;
}
#services-section .services-section-col {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 8px 20px -17px;
/*     height: 215px; */
    display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #ffffff;
}
#services-section .services-section-col .et_pb_image_wrap{
    background-color: #e7eaee;
    border-radius: 50%;
}
#services-section .services-section-col img{
    width: 25px;
    margin: 10px;	
}
#services-section .services-section-col h3{
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 7px;
}
#services-section .services-section-col p a .dashicons {
    font-size: 15px;
    position: relative;
    top: 6px;
    transition: all 0.2s ease-out;
}
#services-section .services-section-col p a{
    font-weight: 700;
    font-size: 15px;
}
#services-section .services-section-col p a:hover .dashicons {
	transform: translatex(5px);
}

#service-content-header h2{
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    color: #1e365d;
}
#service-content-header p{
    text-align: center;
    padding: 0 8rem;
    font-size: 16px;
}
#service-content-header{
    padding-bottom: 0;
    background-color: #f9fafb;
}
#faq-section h3{
    line-height: 1.2;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-size: 28px;
    font-weight: 700;
    color: #1e365d;
    text-align: center;
}
#faq-section p{
    text-align: center;
    padding: 0 8rem 2rem;
    font-size: 16px;
}
#faq-section .et_pb_toggle_close{
	background-color: #ffffff;
}
#faq-section .et_pb_toggle{
    border: 1px solid #efefef;
    border-radius: 10px;
}
#faq-section h5.et_pb_toggle_title{
    line-height: 1.2;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-size: 18px;
    font-weight: 600;
    color: #1e365d;
}

#cta-section #service-cta-section--content .first-widget .et_pb_text_inner{
	text-align: right;
}
#cta-section #service-cta-section--content .sec-widget .et_pb_text_inner{
	text-align: left;
}
#cta-section #service-cta-section--content .sec-widget .dashicons{
    color: #1e365d;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 17px;
    justify-content: center;
    background-color: unset;
}
#cta-section #service-cta-section--content .et_pb_column .et_pb_text_inner p a{
	justify-content: start;
}
#cta-section #service-cta-section--content{
	gap: 20px;
}





/* Home service section styling
----------------------------------------------- */
#memberships-section{
    background-color: #f9fafb;	
}
#memberships-section .et_pb_row,
#reviews-section .et_pb_row{
	padding-bottom: 0;
}
#memberships-section h2,
#reviews-section h2{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
	color: #1e365d;
	padding-bottom: 0;
}
#memberships-section .et_pb_image {
	text-align: center;
}
#reviews-section {
	padding-bottom: 40px;
}



/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

/* #inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
    z-index: 0;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100vw;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
	padding-bottom: 0;
	font-size: 40px;
	margin: 0px 0 20px;
	line-height: 2.3;
}
#inner-banner1 h1:before{
    position: absolute;
    bottom: 2px;
    width: 25%;
    left: 67.5%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: #777;
    z-index: 4;
}
#inner-banner1 h1:after{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: -16px;
    content: '\00a7';
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    color: #19325b;
    font-weight: 400;
    z-index: 5;
    display: block;
    background-color: #ffffff;
}
#about-page__team--section h3{
    font-size: 25px;
    text-align: center;
}
#about-page__team--section .et_pb_image img{
    width: 300px;
    height: 350px;
    object-fit: cover;
    object-position: top;
} */
#inner-banner1 {
    height: 450px;
    display: flex;
    justify-content: center;	
}
#inner-banner1 h1{
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;	
}
#about-page__team--section h3{
    font-size: 25px;
    text-align: center;
}
#about-page__team--section .et_pb_image img{
    width: 300px;
    height: 350px;
    object-fit: cover;
	object-position: top;
}




/* Contact styling
----------------------------------------------- */
#contact__section .et_pb_row,
.blog #main-content .container{
	max-width: 1366px;
}
#contact__section .contact__section-first--row h4{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}
#contact__section .contact__section-first--row p{
    padding-bottom: 0;
    text-align: center;
    color: #000000;
    line-height: 1.6;
}
#contact__section .contact__section-first--row p a{
	color: #000000;
}
#contact__section .contact__section-first--row .et-pb-icon{
	font-size: 50px;
    color: #19325b;
}
#contact__section .contact__section-first--row .et_pb_icon .et_pb_icon_wrap{
    border: 1px solid #19325b;
    border-radius: 50%;
    padding: 17px;
}
#contact__section .contact__section-second--row-form h4{
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}
#main-content .wpforms-form input::placeholder, #main-content .wpforms-form textarea::placeholder{
	color: #516D8F;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align: left;
}
div.wpforms-container-full button[type=submit]{
    background-color: unset !important;
    color: #19325b !important;
    font-weight: 800;
	font-size: 20px;
    text-decoration: underline;
}
div.wpforms-container-full button[type=submit]:hover{
    background: none!important;
    color: #0943B4 !important;
}
/*#contact__section .contact__section-second--row-map iframe{
    filter: grayscale(1);
}*/
.contact__section-second--row iframe {
	border-radius:10px;
}
#legal-content .et_pb_row{
	max-width: 1366px;
}

/* About Page styling
----------------------------------------------- */
#about-content__section {
    background-color: #f9fafb;
}
#about-content__section .about-content__section--header h2{
    font-size: 35px;
	font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
    color: #000000;	
}
#about-content__section .about-content__section--header p{
    text-align: center;
    font-size: 20px;
    padding: 0 8rem;
    line-height: 1.6;
}
#about-content__section .about-content__section--cards .et_pb_column{
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 8px 20px -17px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
#about-content__section .about-content__section--cards img{
    width: 32px;
    margin: 18px;
}
#about-content__section .about-content__section--cards .et_pb_image_wrap{
    background-color: #e7eaee;
    border-radius: 50%;
}
#about-content__section .about-content__section--cards h3 {
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}
#about-content__section .about-content__section--cards p{
    text-align: center;
}
#about-content__section .about-content__section--team .et_pb_image{
	margin-bottom: 0;
}
#about-content__section .about-content__section--team .et_pb_image_wrap,
#about-content__section .about-content__section--team .et_pb_image_wrap img{
	width: 100%;
}
#about-content__section .about-content__section--team .et_pb_image_wrap img{
    height: 330px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;	
}
#about-content__section .about-content__section--team .et_pb_text {
    background-color: #ffffff;
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#about-content__section .about-content__section--team .et_pb_text h3 {
    font-size: 25px;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    font-weight: 700;
    padding-bottom: 10px;
}
#about-content__section .about-content__section--team .et_pb_text h4 {
    font-size: 20px;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    padding-bottom: 14px;
    color: #1e365d;
}
#about-content__section .about-content__section--team .et_pb_text p{
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 25px;
}
#about-content__section .about-content__section--team .et_pb_text p:last-of-type{
	padding-bottom: 0;
}
#about-content__section .about-content__section--team .et_pb_text span.dashicons.dashicons-linkedin {
    margin-right: 10px;
}
#about-content__section .about-content__section--team .et_pb_column {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 8px 20px -17px;
}
#about-content__section .about-content__section--team .et_pb_text p a,
#about-content__section .about-content__section--team .et_pb_text p a:hover{
	color: #999eab;
}
#about-content__section .about-content__section--team--header{
	padding-top: 50px;
}
#about-content__section .about-content__section--team--header h2{
    font-size: 38px;
	font-weight: 700;
    text-align: center;
    padding-bottom: 0;
    color: #1e365d;
}
#where-to-find__section iframe{
	border-radius: 15px;
}
#where-to-find__section h4{
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    font-weight: 700;
}
#where-to-find__section p{
    padding-bottom: 8px;
    font-size: 16px;
}
#where-to-find__section .dashicons{
	font-size: 18px;
}
#where-to-find__section .dashicons-location,
#where-to-find__section .dashicons-clock{
	position: relative;
	top: 2px;
}
#where-to-find__section .et_pb_row .et-last-child .et_pb_code {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    margin-bottom: 35px;
}
#where-to-find__section p:last-of-type{
	padding-bottom: 0;
}
.where-to-find__section--header h2, #memberships-section h2 {
    font-size: 38px;
	font-weight: 700;
    text-align: center;
    padding-bottom: 0;
    color: #1e365d;	
}


/* Our Services Process styling
----------------------------------------------- */
#our-process__section .about-content__section--header h2{
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #1e365d;	
}
#our-process__section .about-content__section--header p{
    text-align: center;
    padding: 0 8rem;
    font-size: 16px;	
}
#our-process__section .our-process__section--cards .et_pb_text {
    border: 2px solid #f7f8f8;
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}
#our-process__section .our-process__section--cards .et_pb_text span.tag{
    width: 45px;
    height: 45px;
    background-color: #1e365d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    position: absolute;
    left: -2.8rem;
    top: -2.8rem;
}
#our-process__section .our-process__section--cards .et_pb_text h3{
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}
#our-process__section .our-process__section--cards .et_pb_text p{
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#our-process__section .our-process__section--cards .et_pb_text ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
 	position: relative;
  	padding-left: 25px; 
}
#our-process__section .our-process__section--cards .et_pb_text ul li:before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1e365d;
  font-size: 18px;
  line-height: 1.5;
}
#our-process__section .our-process__section--cards .et_pb_text ul {
	list-style: none;
	padding-left: 0;
}
#our-process__section .our-process__section--cards .et_pb_text p:last-of-type{
    padding: 0;
    font-size: 13px;
}


/* CTA Section styling
----------------------------------------------- */
#cta-section{
    background-color: #f9fafb;
}
#cta-section .cta-section--header {
	padding-bottom:0;
}
#cta-section .cta-section--header h4{  
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #1e365d;	
}
#cta-section .cta-section--header p{
    text-align: center;
    padding: 0 8rem;
    font-size: 16px;
}
#cta-section .cta-section--content {
    display: flex;
    align-items: center;
}
#cta-section .cta-section--content .et_pb_column{
	margin-right: 0;
	width: 100%;
}
#cta-section .cta-section--content .et_pb_column .et_pb_text_inner{
	text-align: center;
}
#cta-section .cta-section--content .et_pb_column .et_pb_text_inner p a{
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
#cta-section .cta-section--content .et_pb_column .et_pb_text_inner p a .dashicons {
    width: 35px;
    height: 35px;
    background-color: #dde1e7;
    color: #1e365d;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 15px;
    justify-content: center;
}
#cta-section .cta-section--content .et_pb_column .et_pb_text_inner p a .dashicons.dashicons-phone {
	position: relative;
	top: -2px;
}


/* Services inner page styling
----------------------------------------------- */
#services-inner-banner{
    height: 450px;
    display: flex;
    justify-content: center;
}
#services-inner-banner p.breadcrumb,
#services-inner-banner p.breadcrumb a{
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
}
#services-inner-banner p.breadcrumb .dashicons{
    font-size: 14px;
    position: relative;
    top: 1.5px;
}
#services-inner-banner h1{
    font-size: 45px;
    color: #ffffff;
}
#services-inner-banner p{
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
}
#page-container .et_pb_button-light{
    display: inline-block;
    background-color: #ffffff;
    color: #1e365d;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
#page-container .et_pb_button-light:hover{
    transform: translateY(-5px);	
}
#page-container .et_pb_button-trans{
    display: inline-block;
    background-color: #ffffff00;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    margin-left: 10px;
}
#page-container .et_pb_button-trans:hover{
    background-color: #ffffff;
    color: #1e365d;
    transform: translateY(-5px);
}
#page-container .et_pb_button-trans .dashicons{
    font-size: 15px;
    position: relative;
    top: 3px;	
}

#services-secure__section .services-secure__section--left h2{
    line-height: 1.2;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    /*font-size: 28px;
    font-weight: 700;*/
    color: #1e365d;	
}
#services-secure__section .services-secure__section--left h3 {
	 color: #1e365d;
}
#services-secure__section .services-secure__section--left p{
    font-size: 17px;
    padding-bottom: 20px;	
}
#services-secure__section .services-secure__section--left h3.tag-line{
    /*font-size: 15px;*/
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    color: #1e365d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 0;
}
#services-secure__section .services-secure__section--left .dashicons {
    width: 35px;
    height: 35px;
    background-color: #dde1e7;
    color: #1e365d;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
}
#services-secure__section .services-secure__section--left{
    padding-top: 30px;
}
#services-secure__section .services-secure__section--right {
    background-color: #f9fafb;
    padding: 30px 30px;
    border-radius: 20px;
}
#services-secure__section .services-secure__section--right h3{
    font-size: 20px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    color: #1e365d;
    font-weight: 700;
}
#services-secure__section .services-secure__section--right h4{
    font-size: 16.5px;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    color: #000000;
    font-weight: 700;
    padding-bottom: 5px;
}
#services-secure__section .services-secure__section--right p{
    font-size: 14px;
    padding: 2px 0 5px;
    line-height: 1.4;
}
#services-secure__section .services-secure__section--right .box{
    display: flex;
    gap: 10px;
    padding-top: 10px;
}
#services-secure__section .services-secure__section--right .box .dashicons{
    color: #1e365d;
    font-size: 22px;
} 
#services-secure__section{
	padding: 40px 0;
}
#services-section.individual-services__section h2{
    line-height: 1.2;
    font-family: "Playfair Display",Georgia,"Times New Roman",serif;
    /*font-size: 28px;*/
    color: #1e365d;	
	text-align: center;
}
#services-section #services-header p{
    text-align: center;
    padding: 0 8rem;
    font-size: 16px;
}
#services-section.individual-services__section ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}
#services-section.individual-services__section ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}
#services-section.individual-services__section ul li:before{
	content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1e365d;
    font-size: 18px;
    line-height: 1.5;
}
.contact__section-second--row h4 {
	margin-bottom:20px;
	font-size: 30px;
    font-weight: 700;
    color: #000000;
	padding-bottom:0;
}
.contact__section-second--row h6 {
	margin-bottom:20px;
	font-size:20px;
	font-family: "Playfair Display",Georgia,"Times New Roman",serif;
	color:#4b5563;
	line-height:1.5;
	padding-bottom:0;
}
.contact-banner {
	font-size:18px;
	color:#fff;
}
.contact-info-box {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.contact-info-box p {
	padding-bottom:15px;
}
.contact-info-box .dashicons-email {
	position:relative;
	top:3px;
}

#brian_lane,
#emily_lane,
#kate_waples{
    width: 60%;
    border-radius: 20px;
}
#brian_lane .et_pb_row,
#emily_lane .et_pb_row,
#kate_waples .et_pb_row {
    width: 90%;
    display: flex;
    gap: 2rem;
}

#brian_lane .et_pb_image_wrap,
#emily_lane .et_pb_image_wrap,
#kate_waples .et_pb_image_wrap {
	width: 100%;
}
#brian_lane .et_pb_image_wrap img,
#emily_lane .et_pb_image_wrap img,
#kate_waples .et_pb_image_wrap img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
.popup_outer_wrap .da-close {
    font-size: 35px !important;
    top: 10px !important;
    right: 10px !important;
}
.mobile-break br {
	display:none;
}



/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1550px) {
	li.menu-item-7257 .sub-menu {
		margin-left:-100px;
	}
	#brian_lane, #emily_lane, #kate_waples {
		width: 80%;
	}
}
@media only screen and (max-width: 1440px) {
	#site-header .et_pb_row, 
	#site-footer-top .et_pb_row,
	#site-footer-bottom .et_pb_row{
		max-width: 1350px;
	}
	#site-footer-top .site-footer-menu, #site-footer-top .site-footer-social {
        width: 38%;
    }

}
@media only screen and (max-width: 1366px) {
    #site-header .et_pb_row, #site-footer-top .et_pb_row, #site-footer-bottom .et_pb_row,
	#contact__section .et_pb_row{
        max-width: 1250px;
    }
	#inner-banner1 {
		height: 420px;
	}
	#inner-banner1 h1 {
		font-size: 45px;
	}
	#about-content__section .about-content__section--header h2 {
		font-size: 33px;
	}
	#about-content__section .about-content__section--header p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1280px) {
    #site-header .et_pb_row, #site-footer-top .et_pb_row, #site-footer-bottom .et_pb_row {
        max-width: 1150px;
    }
	#site-footer-top .site-footer-logo{
		width: 40%;
	}
	#site-footer-top .site-footer-menu,
	#site-footer-top .site-footer-social{
	    width: 30%;
	} 
	#brian_lane, #emily_lane, #kate_waples {
		width: 90%;
	}
}
@media only screen and (max-width: 1179px) { 
    #site-header .et_pb_row, 
	#site-footer-top .et_pb_row, 
	#site-footer-bottom .et_pb_row {
        max-width: 1024px;
    }
	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	#services-section .services-section-col{
/* 		height: 220px; */
	}
	#services-section h2,
	#memberships-section h2, 
	#reviews-section h2{
		font-size: 35px;
		padding-bottom: 0;
	}
	#inner-banner1 {
        height: 400px;
    }
	#inner-banner1 {
        height: 380px;
    }
}
@media only screen and (max-width: 1024px) { 
	#site-footer-top h4 {
		font-size: 22px;
	}
	#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner, 
	#site-footer-bottom .et_pb_column_4_tb_footer p, 
	#site-footer-bottom .et_pb_column_4_tb_footer p a,
	#site-footer-top p a{
		font-size: 16px;
	}
	#site-footer-top .et_pb_image_0_tb_footer img{
		width: 160px;
	}
	#site-footer-top .site-footer-menu, #site-footer-top .site-footer-social {
        width: 38%;
    }
	#contact__section .contact__section-first--row .et-pb-icon {
		font-size: 30px;
	}
	#home-about__section P {
		text-align: center;
		padding: 0 2rem 25px;
	}
	.services-section__row-01,
	.services-section__row-02{
		display: flex;
	}
	#services-section .services-section-col {
		width: 100%;
		margin-right: 2%;
		justify-content: center;
    }
	#services-section .services-section-col h3{
		font-size: 17px;
	}
	#services-section .services-section-col p{
	    font-size: 16px;
		line-height: 1.4;
		padding-top: 5px;
	}
	#hero-slider .et_pb_slider .et_pb_slide {
		height: 70vh;
	}
	 #about-content__section .about-content__section--header h2{
        font-size: 30px;
    }
	#about-content__section .about-content__section--header p{
		padding: 0 2rem;
	}
	#where-to-find__section .et_pb_row .et-last-child .et_pb_code {
		padding: 20px;
	}
	#brian_lane, #emily_lane, #kate_waples {
		width: 100%;
	}
}
@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#site-footer-bottom .et_pb_row{
		flex-direction: column;
		padding: 15px 0;
	}
	#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner,
	#site-footer-bottom .et_pb_column_4_tb_footer p{
		text-align: center;
	}
	#site-footer-bottom .et_pb_column{
		margin-bottom: 0;
	}
	#site-footer-top .et_pb_row .et_pb_column:first-of-type{
		margin-bottom: 2rem;
	}
	#contact__section .et_pb_row:first-of-type{
		display: flex;
		padding-bottom: 0;
	}
	#contact__section .et_pb_row .et_pb_column{
		margin-bottom: 0;
	}
	#contact__section .contact__section-second--row-form{
		margin-right: 40px;
	}
	#contact__section .contact__section-first--row .et-pb-icon{
		font-size: 40px;
	}
    #contact__section .contact__section-first--row .et-pb-icon {
        font-size: 30px;
    }
	#site-header .site-header__logo{
		margin-bottom: 0;
	}
	.et_pb_module .mobile_menu_bar:before {
		top: 12px;
		color: #19325b !important;
	}
	body .et_mobile_menu {
        border-color: #19325b;
    }
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
		color: #19325b !important;
	}
    #site-footer-top .site-footer-menu, #site-footer-top .site-footer-social {
        width: 47.25%;
    }
	#site-footer-top .site-footer-logo {
        width: 100%;
    }
    #hero-slider .et_pb_slider .et_pb_slide {
        height: 60vh;
    }
	#services-section {
		padding: 30px 0 20px;
	}
	.services-section__row-01{
		padding-bottom: 0;
	}
	#inner-banner1 {
        height: 350px;
    }
	#inner-banner1 h1 {
        font-size: 40px;
        padding: 0;
    }
	#about-content__section .about-content__section--team{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;		
	}
	#about-content__section .about-content__section--team .et_pb_column{
		width: 45%;
	}
	#brian_lane, #emily_lane, #kate_waples {
		width: 90%;
	}
	#brian_lane .et_pb_row, #emily_lane .et_pb_row, #kate_waples .et_pb_row {
		width: 95%;
	}
	#site-header .et_pb_menu li ul{
		margin: 0;
	}
	#site-header .et_pb_menu .et_mobile_menu{
    	border-radius: 25px;
	}
}

@media only screen and (max-width: 767px) { 

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 15px 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#contact__section .et_pb_row:first-of-type{
		flex-direction: column;
		gap: 2rem;
	}
	#inner-banner1 .et_pb_text{
		padding-top: 0;
	}
	#inner-banner1 h1{
		line-height: 2.8;
	}
	#site-footer-bottom p, #site-footer-bottom p a{
		font-size: 15px;
	}
	.services-section__row-01, .services-section__row-02{
		flex-direction: column;
	}
    #inner-banner1 {
        height: 310px;
    }
	#inner-banner1 h1 {
        line-height: normal;
        font-size: 35px;
    }
	#about-content__section .about-content__section--team .et_pb_column {
        width: 48%;
    }
	#brian_lane .et_pb_row, #emily_lane .et_pb_row, #kate_waples .et_pb_row{
		flex-direction: column;
	}
	#brian_lane .et_pb_image_wrap, #emily_lane .et_pb_image_wrap, #kate_waples .et_pb_image_wrap {
		width: auto;
	}
    #brian_lane, #emily_lane, #kate_waples {
        width: 95%;
    }
	#brian_lane .et_pb_row, #emily_lane .et_pb_row, #kate_waples .et_pb_row {
        width: 85%;
        padding-bottom: 0;
    }
	.mobile-break br {
		display:block;
	}
	#service-content-header p,
	#our-process__section .about-content__section--header p,
	#cta-section .cta-section--header p {
		padding:0;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    	top: 9px !important;
	}
	#services-section {
        padding: 0px 0 20px;
    }
	#cta-section .cta-section--content {
    	display: block;
	}
	#site-header .site-header__menu{
		position: absolute;
	}
	#site-header .et_pb_menu .et_mobile_menu{
		top: 3rem;
	}
	#site-header .et_pb_menu_0_tb_header.et_pb_menu{
		background-color: transparent;
	}
}

@media only screen and (max-width: 600px) { 

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
    #site-footer-top .site-footer-menu, #site-footer-top .site-footer-social {
        width: 100%;
    }


	#site-header .site-header__logo{
	    z-index: 9;
    	width: 60% !important;
	}
	#site-footer-top .et_pb_image_0_tb_footer img {
        width: 150px;
    }
    #inner-banner1 h1 {
		font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
	#inner-banner1 h1:after{
		height: 30px;
		font-size: 20px;
	}
	#inner-banner1 h1:before{
		bottom: -8px;
	}
	#site-header .site-header__logo img {
		width: 100px;
	}
	#hero-slider .et_pb_slider .et_pb_slide {
        height: 50vh;
    }
	#site-footer-top .site-footer-social {
		margin-top: 1rem;
	}
	#inner-banner1 {
        height: 260px;
    }
	#services-inner-banner h1 {
    	font-size: 20px;
	}
	#services-inner-banner p {
		font-size: 16px;
	}
	#page-container #services-inner-banner .et_pb_button-light,
	#page-container #services-inner-banner .et_pb_button-trans {
		font-size:14px;
		padding: 10px 9px;
	}
	#page-container .et_pb_button-trans .dashicons {
		top:2px;
	}
	#services-inner-banner {
		height: 370px;
	}
	.logged-in #inner-banner1,
	.logged-in #hero-slider,
	.logged-in #services-inner-banner {
	   margin-top: 58px;
	}
	#about-content__section .about-content__section--header h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    #about-content__section .about-content__section--header p {
        padding: 0;
        font-size: 17px;
    }
	.where-to-find__section--header{
		padding-bottom: 0;
	}
	.where-to-find__section--header h2{
		font-size: 33px;
	}
	#cta-section .cta-section--content {
    	display: block; 
		padding-bottom:0;
	}
	#cta-section .cta-section--content .et_pb_column .et_pb_text_inner p a {
		font-size:15px;
		gap: 5px;
	}
	#cta-section .cta-section--content .et_pb_column {
		margin-bottom: 20px;
	}
	#site-header {
		position:fixed;
		width:100%;
		top:0;
	}
	.logged-in #site-header {
		top:46px;
	}
	#services-secure__section {
    	padding: 0;
	}
	#cta-section #service-cta-section--content .first-widget .et_pb_text_inner {
    	text-align: center;
	}
	#cta-section #service-cta-section--content .et_pb_column .et_pb_text_inner p a {
    	justify-content: center;
	}
	#brian_lane .et_pb_image_wrap, #emily_lane .et_pb_image_wrap, #kate_waples .et_pb_image_wrap {
        width: 100%;
    }
} 

@media only screen and (max-width: 450px) { 
	#inner-banner1 h1:after {
        height: 40px;
        font-size: 18px;
        bottom: -35px;
        width: 40px;
        line-height: 24px;
    }
	#site-footer-top .site-footer-social {
		margin-top: 0;
	}
	#home-about__section P {
        text-align: center;
        padding: 0 1rem 25px;
    }
	#services-section h2, #memberships-section h2, #reviews-section h2, #home-about__section h1 {
        font-size: 30px;
    }
	#home-about__section{
		padding-top: 0;
	}
	#our-process__section .our-process__section--cards .et_pb_text span.tag {
		left:0;
	}
	
}