/*
Theme Name:	Kelly Lewis child
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.9.10
*/

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

html body {
	font-weight: 600;
	line-height: 1.5;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	padding-bottom: 25px;
}
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
}

body h1 {
	font-size: 32px;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}

body h2 {
	font-size: 32px;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
body.home h2,
body.page-template-page-template-blank h2,
#main-footer h2 {
	font-size: 40px;
	font-family: 'Arima Madurai',display;
	font-weight: 600;
}

body h3 {
	font-size: 28px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

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

/* paragraph
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

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

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}
.entry-content a:hover {
	color: red;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 16px 30px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	min-width: 250px;
	letter-spacing:1.8px;	
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #fff;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
	background: #c08b46;
	color: #fff;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #e6ad63;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
	text-align: center;
}
.btn:hover {
	background: #c08b46;
}
.btn .icon {
	color: #fff;
}
#page-container .white-btn {
	background:#fff;
	color:#000;
}

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

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);
}

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

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

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}

#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: "\f345";
	color: #204f2e;
	font-family: dashicons;
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: -20px;
}

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

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

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

#main-content div.wpforms-container-full {
	margin: 0 auto;
}
#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 #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
::-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;
}

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

.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
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/* outside module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -90px;
	text-align: right;
}
.et_pb_row .outside-left {
	margin-left: -90px;
}

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

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

.header-right-area {
	position: relative;
	overflow: hidden;
	float: right;
	padding-top: 15px;
	padding-bottom: 40px;
}
.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 
--------------------------------------------------- */

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 50px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 500;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	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: 18px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
#main-header #top-menu li li a:hover {
	background: #204f2e;
	color: #fff !important;
}
#main-header {
	background:#204f2e !important;	
}
#main-header .nav li ul a {
	color:#000 !important;
}
.et-fixed-header #top-menu .sub-menu li.current_page_item>a {
	color:#000 !important;
}

/* 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 #ffe8a8;
	-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: 32px;
}

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

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

#page-container .header-right-area .et_pb_button { 
	min-width:auto;
}

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

#hero-img-section {
	min-height: 600px;
	padding-top: 180px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	font-size: 40px;
}
#hero-img-section h2 {
	line-height:1.2;
	font-size: 32px;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
#hero-img-section h4 {
	padding-bottom: 0;
	line-height:1.2;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
#hero-img-section p {
	font-size:22px;	
}
#directives-text {
	border: 5px solid #ebdac7;
	padding: 50px 25px;
	width: 75%;
	margin: 0 auto;
}
#body-area .et_pb_row .et_pb_text {
	padding:30px;	
	box-shadow: 20px 20px 0px #fcf0c5;
	width: 870px;
}
#body-area .et_pb_row h3 {
	text-overflow: ellipsis;
}
.dots-style {
	font-weight:400;
}
p.indent-para {
	line-height: 1.9;
}
.indent-1 {
	padding-left:50px;
}
.indent-2 {
	padding-left:80px;
}
.indent-3 {
	padding-left:100px;
}
#body-box-2 .et_pb_column .et_pb_text {
	float: right;
}
#yellow-box {
	background: #f7d679;
	width: 800px;
	border: 10px solid #ffe8a8;
	padding: 50px 25px;
}
#break-free-section {
	padding:80px 0px;
}
#about-section .et_pb_text_inner {
	border: 5px solid #d9c6b0;
	padding: 30px;
}

#specialties-row .et_pb_column .et_pb_text_inner {
	padding: 100px 0px !important;
}
#specialties-row .et_pb_column .et_pb_text_inner h2 {
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-size:35px;
	line-height:1.5;
	font-weight:500;
	margin-bottom:10px;
	letter-spacing:2px;	
}
#specialties-row .et_pb_column .et_pb_text_inner .et_pb_button {
	min-width:auto;
}
#serivces-row img {
	border-radius:500px;
}
#serivces-row h4 {
	font-size: 25px;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 0;
}
#bottom-yellow-row .et_pb_text_inner {
	background: #f7d679;
	padding: 55px 25px;
	width: 85%;
	margin: 0 auto;
	border: 10px solid #ffe8a8;
}
#bottom-yellow-row .et_pb_text_inner h2 {
	font-size:35px;
	padding-bottom:0px;
	line-height:1.5;
}
#bottom-yellow-row {
	padding:60px 0px;
}
#body-area {
	padding: 70px 0px;
}
#yellow-box h4 {
	padding-bottom: 0;
}
div#about-section {
	padding-top: 50px;
}
#serivces-section {
	padding-bottom:40px !important;
}


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

#inner-banner-section {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner-section .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner-section .et_pb_image_wrap {
	display: block;
}
#inner-banner-section .et_pb_image img {
	width: 100%;
	min-height: 180px;
	max-height: 550px;
	object-fit: cover;
}
#inner-banner-section .et_pb_image {
	margin-bottom: 0;
}
#inner-banner-section .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	padding: 30px 20px 0;
	text-align: center;
}
#inner-banner-section h1 {
	padding-bottom: 0;
}
#inner-banner-section h1:after{
	content:"";
	display:block;
	width:100px;
	height:5px;
	background:#e6ad63;
	margin:10px auto 30px;
}


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

.form-box h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 0;
}
.form-box .wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size:20px;
	font-weight:normal;		
}
#main-footer h2 {
	color:#fff;
}
.form-box {
	width: 80%;
	margin: 0 auto;
}
.footer-info-box h2:after {
	content: "";
	display: block;
	width: 100%;
	background: #ffffff59;
	height: 1px;
	margin-top: 10px;
	margin-bottom:20px;
}
p.copyright-text {
	margin-left: 50px;
}
.footer-info-box {
	width: 70%;
}
#main-footer .social-icons a img {
	position:relative;
	top:2px;
}
#main-footer #footer-widgets {
	padding: 60px 0 20px !important;
}
#main-footer:before {
	background:url(images/logo-footer.png) no-repeat;
	display: block;
	width: 317px;
	height: 317px;
	content: "";
	position: absolute;
	right: 0;
	top: 80px;
}
#main-footer {
	position:relative;
}
.footer-info-box p img {
	top: 5px;
	position: relative;
}


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

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
body #footer-widgets .footer-widget a, 
body #footer-widgets .footer-widget li a, 
body #footer-widgets .footer-widget li a:hover {
	color: #fff;
}

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

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 8px;
}
#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: none;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 90px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
	font-weight:500;
}
#main-footer :-moz-placeholder {
	color: #000000;
	font-weight:500;
}
#main-footer ::-moz-placeholder {
	color: #000000;
	font-weight:500;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
	font-weight:500;
}
#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: relative;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
	text-align:center;
}
#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: center;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}
#specialties-row .et_pb_column .et_pb_text:hover{
	background:#e6ad63;
}
/* social icons 
--------------------------------------------------- */

.social-icons {
	padding-bottom: 25px;
	display:inline-block;
	margin-left: 40px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #000 !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #e6ad63;
}
.privacy-policy {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-left: 30px;
}

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

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

/*
Blog Page Styling
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

.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 
--------------------------------------------------- */

#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
--------------------------------------------------- */

#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
--------------------------------------------------- */

.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
--------------------------------------------------- */

#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
---------------------------------------------------------------------------------------------------- */

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

#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;
}
body .flex-row {
	display: flex;
}
body .flex-row .et_pb_column {
	align-self: center;
}
/*
body .text-on-banner {
border: 10px solid #92B299;
}
body .text-on-banner .et_pb_image_wrap {
display: block;
}
body .text-on-banner .et_pb_image img {
width: 100%;
height: 100%;
max-height: 450px;
object-fit: cover;
}
#main-content .text-on-banner .et_pb_text {
z-index: 9;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
max-width: 1170px;
}
body .text-on-banner .et_pb_text h1 {
padding-bottom: 0;
}
*/
body .section-border-bottom {
	border-bottom: 10px solid #fff;
}
body .about-page-box .et_pb_text_inner {
	background-color: #ead1b5;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #fcf0c5;
	-moz-box-shadow: 20px 20px 0 #fcf0c5;
	box-shadow: 20px 20px 0 #fcf0c5;
	max-width: 870px;
}
body .about-page-box-right .et_pb_text_inner {
	float: right;
	width: 100%;
}
body .about-border-box .et_pb_text_inner {
	border: 5px solid #f6eadd;
	padding: 30px;
}
body .body-image-box-1 .et_pb_text_inner {
	border: 5px solid #ECCCBF;
	padding: 30px;
}
body .body-image-box-2 .et_pb_text_inner {
	background-color: #Ecccbf;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #d9c6b0;
	-moz-box-shadow: 20px 20px 0 #d9c6b0;
	box-shadow: 20px 20px 0 #d9c6b0;
	max-width: 870px;
}
body .body-image-box-2-right .et_pb_text_inner {
	float: right;
	width: 100%;
}
#main-content .body-image-list li {
	position: relative;
	display: block;
}
#main-content .body-image-list li:before {
	content: "";
	background-image: url(images/body-image-list.png);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: -30px;
}
body .contact-page-box .et_pb_text_inner {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #f7d679;
	-moz-box-shadow: 20px 20px 0 #f7d679;
	box-shadow: 20px 20px 0 #f7d679;
	max-width: 870px;
	margin: 0 auto;
}
#main-content .couples-therapy-1-text-1 {
	padding-left: 40px;
}
#main-content .couples-therapy-1-text-2 {
	padding-left: 80px;
}
#main-content .couples-therapy-1-text-3 {
	padding-left: 120px;
}
#main-content .couples-therapy-1-text-4 {
	padding-left: 160px;
}
body .couples-therapy-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}
body .depression-anxiety-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}
body .depression-anxiety-box-2 .et_pb_text_inner {
	padding: 30px;
	max-width: 870px;
}
body .depression-anxiety-box-2-right .et_pb_text_inner {
	float: right;
	width: 100%;
}
body .depression-section-content .depression-anxiety-box-2 .et_pb_text_inner {
	border: 2px solid #a9a9a9;
	-webkit-box-shadow: 20px 20px 0 #a9a9a9;
	-moz-box-shadow: 20px 20px 0 #a9a9a9;
	box-shadow: 20px 20px 0 #a9a9a9;
}
body .anxiety-section-content .depression-anxiety-box-2 .et_pb_text_inner {
	border: 2px solid #92b299;
	-webkit-box-shadow: 20px 20px 0 #92b299;
	-moz-box-shadow: 20px 20px 0 #92b299;
	box-shadow: 20px 20px 0 #92b299;
}
body .bipolar-disorders-content .depression-anxiety-box-2 .et_pb_text_inner {
	border: 2px solid #c9bbab;
	-webkit-box-shadow: 20px 20px 0 #c9bbab;
	-moz-box-shadow: 20px 20px 0 #c9bbab;
	box-shadow: 20px 20px 0 #c9bbab;
}
#main-content .text-on-banner.faq-banner h1 {
	color: #fff;
	text-shadow: 0 0 5px #000;
}
#main-content .faq-toggle .et_pb_toggle {
	background: #92b299;
	border: none;
	padding: 0;
	margin-bottom: 30px;
}
#main-content .faq-toggle .et_pb_toggle_title {
	color: #fff;
	padding: 20px;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
#main-content .faq-toggle .et_pb_toggle_title:before {
	display: none;
}
#main-content .faq-toggle .et_pb_toggle_content {
	color: #000;
	padding: 0 22px 22px;
}
#main-content .grief-1-text-1 {
	padding-left: 60px;
}
#main-content .grief-1-text-2 {
	padding-left: 120px;
}
#main-content .grief-border-box .et_pb_column {
	border: 5px solid #fff;
	padding: 30px;
}
body .grief-box-2 .et_pb_text_inner {
	border: 2px solid #92b299;
	-webkit-box-shadow: 20px 20px 0 #92b299;
	-moz-box-shadow: 20px 20px 0 #92b299;
	box-shadow: 20px 20px 0 #92b299;
	padding: 30px;
	max-width: 870px;
	background-color: #D9d9d9;
}
body .grief-box-2-right .et_pb_text_inner {
	float: right;
	width: 100%;
}
body .grief-box-3 .et_pb_text_inner {
	background-color: #fcf0c5;
	padding: 30px;
	border: 5px solid #fff;
}
#main-content .healing-trauma-text {
	padding-left: 40px;
}
body .ptsd-trauma-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
	background-color: #fcf0c5;
}
body .adults-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}
body .adults-border-box-2 .et_pb_text_inner {
	border-color: #FFE8A8;
}
body .adults-box-2 .et_pb_text_inner {
	background-color: #ffe8a8;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #f7d679;
	-moz-box-shadow: 20px 20px 0 #f7d679;
	box-shadow: 20px 20px 0 #f7d679;
	max-width: 870px;
}
body .adults-box-2-right .et_pb_text_inner {
	float: right;
	width: 100%;
}
body .teens-border-box .et_pb_text_inner {
	border: 5px solid #Ecccbf;
	padding: 30px;
}
body .teens-border-box-1 .et_pb_text_inner {
	background-color: #F6EADD;
	border: 10px solid #Ecccbf;
	padding: 30px;
}
body .lgbtqia-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}
body .lgbtqia-border-box-1 .et_pb_text_inner {
	border-color: #FCF0C5;
}
body .lgbtqia-box-2 .et_pb_text_inner {
	background-color: #ffe8a8;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #F7d679;
	-moz-box-shadow: 20px 20px 0 #F7d679;
	box-shadow: 20px 20px 0 #F7d679;
	max-width: 870px;
	margin: 0 auto;
}
body .online-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}
body .relationships-box-1 .et_pb_text_inner {
	background-color: #ead1b5;
	padding: 30px;
	-webkit-box-shadow: 20px 20px 0 #ffe8a8;
	-moz-box-shadow: 20px 20px 0 #ffe8a8;
	box-shadow: 20px 20px 0 #ffe8a8;
	max-width: 870px;
}
body .relationships-box-1-right .et_pb_text_inner {
	float: right;
}
body .relationships-border-box .et_pb_text_inner {
	border: 5px solid #fff;
	padding: 30px;
}

/*
body .et_pb_text_inner > span {
display: block;
padding-bottom: 20px;
}
body .et_pb_text_inner > span:last-of-type {
padding-bottom: 0;
}
*/

/* 
Landing Page 3 Styling
---------------------------------------------------------------------------------------------------- */

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 0;
}
body .landing-logo-widget a {
	max-width: 421px;
	display: block;
}
body .landing-logo-widget img {
	display: block;
}
body .landing-phone-widget {
	padding-top: 42px;
}
.landing-phone-widget a {
	color: #fff;
	font-size: 16px;
	background: #e6ad63;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 12px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #c08b46;
}

/* landing3 banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
body .landing3-banner-section:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing3 content section styling
--------------------------------------------------- */

#main-content .landing3-content-section {
	background: transparent;
	padding-top: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area {
	padding-top: 150px;
	margin-top: -150px;
}

/* landing3 contact details styling
--------------------------------------------------- */

#landing3-contact-details {
	margin-top: -150px;
}
#landing3-contact-details img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 125px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #e6ad63;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #c08b46;
}

/* landing3 form widget styling
--------------------------------------------------- */

#landing3-form-widget {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
#landing3-form-widget p {
	font-style: italic;
	padding-bottom: 5px;
}
body #landing3-form-widget h2 {
	font-size: 25px;
	padding-top: 0;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget input,
#landing3-form-widget select {
	height: auto;
}
#landing3-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget ::-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}

/* 
Landing Page 4 Styling
---------------------------------------------------------------------------------------------------- */

/* landing4 banner styling
--------------------------------------------------- */

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 222px;
	padding-bottom: 100px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing4 contact section styling
--------------------------------------------------- */

#main-content .landing4-contact-section {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 99;
}
.landing4-contact-section .et_pb_row {
	padding-top: 20px;
	padding-bottom: 20px;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

/* landing4 form widget styling
--------------------------------------------------- */

#landing4-form-widget form {
	position: relative;
	overflow: hidden;
}
#landing4-form-widget .wpforms-field {
	padding: 0 0 4px;
}
#landing4-form-widget .left-side-field {
	width: 49.33%;
	float: left;
}
#landing4-form-widget .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-content #landing4-form-widget input,
#main-content #landing4-form-widget select,
#main-content #landing4-form-widget textarea {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 20px;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing4-form-widget ::-moz-placeholder {
	color: #000;
}
#landing4-form-widget ::-ms-input-placeholder {
	color: #000;
}
#landing4-form-widget .wpforms-submit-container {
	position: absolute;
	width: 49%;
	bottom: 4px;
	right: 0;
	padding: 0;
}
#landing4-form-widget button {
	font-family: inherit;
	padding: 12px 15px;
	width: 100%;
	max-width: 304px;
}

/* landing4 contact details styling
--------------------------------------------------- */

#landing4-contact-details {
	margin-top: -120px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details .btn {
	position: absolute;
	right: 0;
	padding: 13px 33px;
}

/* landing4 contact details stuck styling
--------------------------------------------------- */

.et_pb_sticky.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.et_pb_sticky #landing4-contact-details {
	margin-top: 0;
}
.et_pb_sticky #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.et_pb_sticky #landing4-contact-details img {
	width: 52%;
	margin-left: 0;
}
.et_pb_sticky #landing4-contact-details h4 a {
	top: 26%;
}
.et_pb_sticky #landing4-contact-details .et_pb_button {
	position: absolute;
	top: 54%;
	right: 0;
}
#landing4-contact-details .et_pb_button {
	min-width: auto;
	padding: 15px 20px;
}

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

body .landing-page-footer {
	background: #e6ad63;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}
.landing-page-footer a {
	color: #fff;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
.page-id-3278.custom-background {
	background-color: #fff;
}
#page-container #landing3-form-widget button.et_pb_button,
#page-container #landing4-form-widget button.et_pb_button {
	background: #e6ad63;
	color: #fff;
}
#page-container #landing3-form-widget button.et_pb_button:hover,
#page-container #landing4-form-widget button.et_pb_button:hover {
	background: #c08b46;
}
body .inner-banner-style,
body .inner-banner-style .et_pb_row:first-of-type {
	padding-top: 0;
}
/*
body .inner-banner-style .et_pb_image .et_pb_image_wrap {
border-left: 10px solid #92B299;
border-right: 10px solid #92B299;
border-bottom: 10px solid #92B299;
}
#main-content .online-therapy-banner .et_pb_image .et_pb_image_wrap {
border-color: #fff;
}
*/
body .body-image-banner,
body .body-image-banner .et_pb_row:first-of-type {
	padding-top: 0;
}
/*
body .body-image-banner .et_pb_row:first-of-type {
border-left: 10px solid #92B299;
border-right: 10px solid #92B299;
}
body .body-image-banner .et_pb_row:nth-child(2) {
border-left: 10px solid #92B299;
border-right: 10px solid #92B299;
border-bottom: 10px solid #92B299;
padding-bottom: 0;
margin-bottom: 30px;
}
*/
body .online-therapy-pros-section .et_pb_row {
	margin-top: 35px;
}
body .online-therapy-pros-section .et_pb_row:first-of-type {
	margin-top: 0;
}















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

@media only screen and (min-width: 981px) { 

	body #page-container {
		margin-top: 0 !important;
	}

}

@media only screen and (min-width: 1600px) {

	#hero-img-section {
		padding-top: 230px;
	}
	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	.et_pb_row .outside-right,
	.et_pb_row .outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	#logo {
		max-width: 280px;
	}
	body #top-menu > li {
		padding-right: 16px;
	}
	#top-menu li a {
		font-size: 16px;
	}
	#specialties-row .et_pb_column .et_pb_text_inner h2 {
		font-size: 22px;
	}
	#bottom-yellow-row .et_pb_text_inner h2 {
		font-size: 30px;
	}
	img.alignleft {
		margin-right: 10px;
	}
	#landing4-contact-details .btn,
	#landing4-contact-details .et_pb_button {
		font-size: 14px;
		min-width: 160px;
		padding-left: 5px;
		padding-right: 5px;
		letter-spacing: 0.5px;
	}
	#main-footer:before {
		opacity: 0.1;
	}
	.form-box {
		width: 100%;
	}
	.footer-info-box {
		width: 100%;
	}

	.page-id-3278 #main-content .landing3-banner-section {
		background-position: left;
	}

}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	#hero-img-section h1 {
		font-size: 34px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 30px;
	}
	body h2,
	#hero-img-section h2 {
		font-size: 28px;
	}
	body.home h2,
	body.page-template-page-template-blank h2,
	#main-footer h2 {
		font-size: 35px;
	}
	body h3 {
		font-size: 22px;
	}
	body h4 {
		font-size: 20px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #e6ad63;
	}
	body .et_mobile_menu {
		border-color: #e6ad63;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#inner-banner1 h1 {
		font-size: 35px;
	}

	#main-content .et_pb_image {
		text-align: center;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		display: flex;
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	body .header-right-area {
		float: none;
		text-align: center;
	}
	.et_header_style_left .logo_container {
		position: relative !important;
		text-align: center;
		float: none;
	}
	#et_mobile_nav_menu {
		margin-top: -77px;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	#hero-img-section .et_pb_column  {
		background: rgb(0 0 0 / 60%);
		padding: 30px 25px;
	}

	#directive-text-2 br,
	#directives-text br {
		display: none;
	}
	#directives-text {
		padding: 25px;
		width: 100%;
	}
	#body-area .et_pb_row .et_pb_text {
		width: auto;
	}
	#yellow-box {   
		width: 100%;
		max-width: 600px;
	}
	#yellow-box p br {
		display: none;
	}
	#break-free-section {
		padding: 30px 0px;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 45px;
	}
	#body-area {
		padding: 20px 0 40px;
	}
	div#about-section {
		padding-top: 10px;
	}
	div#specialties-row {
		max-width: 450px;
	}
	body.home h2 {
		text-align: center;
	}
	#about-section {
		padding-bottom: 0;
	}
	#specialties-section .et_pb_row,
	#about-section  .et_pb_row {
		padding-bottom: 16px;
	}
	#serivces-section .et_pb_row ,
	#specialties-section .et_pb_row  {
		padding-top: 0;
	}
	#bottom-yellow-row .et_pb_text_inner h2 {
		font-size: 24px;
	}
	#bottom-yellow-row br {
		display: none;
	}
	#bottom-yellow-row {
		padding: 20px 0px;
	}

	body #footer-widgets .footer-widget img.alignleft {
		float: none;
		margin-bottom: 0;
		top: 2px;
		margin-right: auto;
	}

	#main-footer textarea {
		height: auto;
	}
	#main-footer .footer-widget:nth-child(n) {
		width: 100% !important;
	}
	#main-footer .footer-info-box {
		width: 100%;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 15px !important;
	}
	body .landing-header .et_pb_column:first-of-type {
		margin-bottom: 20px;
	}
	body .landing-header .et_pb_text_inner {
		text-align: center;
	}
	body .landing-logo-widget a {
		margin: 0 auto;
	}
	body .landing-phone-widget {
		padding-top: 0;
	}
	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section br {
		display: none;
	}
	#main-content .landing3-content-section .landing3-content-area {
		padding-top: 20px;
		margin-top: 0;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details {
		max-width: 350px;
		margin: 0 auto;
	}
	#landing3-form-widget {
		margin-bottom: 0;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

	#main-content .landing4-banner-section {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 0;
	}
	#main-content .landing4-banner-section br {
		display: none;
	}
	body #landing4-form-widget .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-contact-details {
		margin-top: 0;
		text-align: center;
	}
	#landing4-contact-details .btn {
		position: relative;
		right: auto;
		margin: 0 auto 20px;
	}

	body .reverse-column-row {
		padding-top: 0 !important;
	}

	#body-area .et_pb_row .et_pb_text {
		box-shadow: 10px 10px 0 #fcf0c5;
	}
	#serivces-row h4 {
		font-size: 22px;
	}
	#main-footer:before {
		top: auto;
		bottom: 0;
	}
	#main-footer #footer-widgets {
		text-align: center;
	}
	.social-icons {
		margin-left: auto;
	}
	.privacy-policy {
		margin-left: 10px;
	}
	p.copyright-text {
		margin-left: auto;
	}
	#bottom-yellow-row .et_pb_text_inner {
		padding: 25px;
		width: 100%;
	}

	#page-container .et_pb_button {
		letter-spacing: 0.5px;
	}
	body .about-page-box .et_pb_text_inner {
		-webkit-box-shadow: 10px 10px 0 #fcf0c5;
		-moz-box-shadow: 10px 10px 0 #fcf0c5;
		box-shadow: 10px 10px 0 #fcf0c5;
	}
	body .body-image-box-2 .et_pb_text_inner {
		-webkit-box-shadow: 10px 10px 0 #d9c6b0;
		-moz-box-shadow: 10px 10px 0 #d9c6b0;
		box-shadow: 10px 10px 0 #d9c6b0;
	}

}

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

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title,
	#hero-img-section h1 {
		font-size: 28px;
	}
	body h2,
	#hero-img-section h2 {
		font-size: 24px;
	}
	body.home h2,
	body.page-template-page-template-blank h2,
	#main-footer h2 {
		font-size: 30px;
	}
	#page-container .et_pb_button {
		padding: 14px 25px;
		font-size: 15px;
		min-width: auto;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#inner-banner1 .et_pb_text {
		margin-top: 0;
	}
	#inner-banner1 .et_pb_text_inner {
		max-width: 100%;
	}
	#inner-banner1 h1 {
		font-size: 30px;
	}
	.indent-3,
	.indent-2,
	.indent-1 {
		padding-left: 0;
	}
	#hero-img-section br {
		display: none;
	}
	#hero-img-section p {
		font-size: 18px;
	}

}

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

	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;
	}
	#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;
	}
	#landing4-form-widget .left-side-field {
		width: 100%;
		float: none;
	}
	#landing4-form-widget .right-side-field {
		position: relative;
		width: 100%;
	}
	#landing4-form-widget .wpforms-submit-container {
		position: relative;
		width: 80%;
		bottom: auto;
		margin: 15px auto 0;
	}
	#main-content .landing3-banner-section {
		padding-bottom: 20px;
	}

	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}

}

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

	#bottom-yellow-row {
		padding: 0px 0;
	}
	body .footer-info-box p {
		position: relative;
	}
	.footer-info-box p img {
		position: absolute;
		margin-left: -28px
	}

}
