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

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

html body {
	font-weight: 400;
	line-height: 1.66;
}

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

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

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

body p {
	padding-bottom: 25px;
	line-height: 1.5789em;
}
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: 11px 31px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	font-weight: 500;
	letter-spacing: 1.05px;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #D9BDB8;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.05px;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1.05px;
}
#page-container .et_pb_button:hover {
	background: #f2dfdc;
	color: #000;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #D9BDB8;
	color: #000 !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
	font-weight: 500;
}
.btn:hover {
	background: #f2dfdc;
}
.btn .icon {
	color: #000;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
	color: #fff !important;
}
/* 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;
}

#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: #567426;
	font-family: dashicons;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* 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 .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:before {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone:before {
	-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;
}

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

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.middle-col-first .et_pb_column:first-child,
.middle-col-last .et_pb_column:last-child {
	align-self: center;
}
.bottom-col-first .et_pb_column:first-child,
.bottom-col-last .et_pb_column:last-child {
	align-self: flex-end;
}

/* 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;
	float: right;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.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;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 16px;
}
/* Header menu 
--------------------------------------------------- */

#main-header div#et-top-navigation {
	padding-top: 55px;
}
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 {
	left: auto;
	right: auto;
}

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;
	font-weight: 500;
}
#main-header #top-menu li li a:hover {
	background: #D9BDB8;
	color: #000 !important;
}

.text-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-btn p.top-btn  {
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 7px;
}

.nav li ul {
	padding: 0px 0;
}
.qoet-section strong {
	font-size: 22px;
}

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

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

#hero-img-section {
	min-height: 600px;
	padding-top: 124px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	font-weight: 700;
	padding-bottom: 14px;
	color: #000;
}
#hero-img-section p {
	font-size: 30px;
	line-height: normal;
	padding-bottom: 14px;
}
#hero-img-section strong {
	font-size: 25px;
	font-weight: 400;
	line-height: normal;
}

div#hero-img-section:after {
	content: "";
	display: block;
	height: 156px;
	width: 100%;
	background: url(/wp-content/themes/Julie-Sickles/images/curve.png) no-repeat;
	position: absolute;
	background-size: cover;
	bottom: 0;
}



/* #cta-section
---------------------------------------------------------------------------------------------------- */



body #cta-section {
	padding-top: 80px;
	padding-bottom: 125px;
}

#cta-section .et_pb_text_inner {
	position: relative;
}



#cta-section .et_pb_text_inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 409px;
	position: absolute;
	background: url(/wp-content/themes/Julie-Sickles/images/Vector.png) no-repeat;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -68px;
}

#cta-section .et_pb_text_inner h2 {
	font-weight: 400;
	line-height: normal;
	color: #000;
}
/*#about-section 
---------------------------------------------------------------------------------------------------- */

#about-section .et_pb_row_3 .et_pb_text_inner {
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
	padding: 35px 52px;
}
#about-section h2 {
	font-size: 50px;
}
#about-section .one_half {
	width: 39%;
}


/* .qoet-section
---------------------------------------------------------------------------------------------------- */
.qoet-section em {
	font-size: 22px;
	line-height: 1.728em;
}

.qoet-section  .et_pb_text_inner {
	padding-top: 100px;
	position: relative;
}

.qoet-section .et_pb_text_inner:before {
	content: "";
	display: block;
	width: 41px;
	height: 38px;
	position: absolute;
	background: url(/wp-content/themes/Julie-Sickles/images/icon.png) no-repeat;
	right: 0;
	left: 0;
	top: 30px;
	margin: 0 auto;
}
#services-area,
.qoet-section {
	position: relative;
}

#services-area:before,
.qoet-section:after {
	content: "";
	background: #DDD;
	max-width: 1170px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

#services-area:before {
	top: 10px;
}

#about-section,
#services-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-section-2  .et_pb_text_inner {
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
	margin-top: 180px;
}


.cta-section-2 {
	position: relative;
}
.cta-section-2:before {
	content: "";
	display: block;
	position: absolute;
	background: url(/wp-content/themes/Julie-Sickles/images/bottom.png) no-repeat;
	width: 100%;
	height: 236px;
	top: 0;
	background-size: cover;
	z-index: 9;
}
.cta-section-2  {
	min-height: 669px;
}
.cta-section-2:after {
	content: "";
	display: block;
	position: absolute;
	background: url(/wp-content/themes/Julie-Sickles/images/672165244.png) no-repeat;
	height: 669px;
	min-width: 1208px;
	top: 0;
	z-index: 0;
	right: 0;
}
/* Services Section
--------------------------------------------------- */

#main-content .services-row .et_pb_column {
	padding: 10px;
	border-radius: 0px 70px;
	border: 10px solid #D9BDB8;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	max-width: 330px;
}
#main-content .services-row .et_pb_image {
	margin-bottom: 25px;
	padding-top: 25px;
}
body .services-row .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
}
body .services-row .et_pb_column:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/wp-content/themes/Julie-Sickles/images/plus.png) no-repeat center rgba(217, 189, 184, 0.90);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: 1;
	border-radius: 0px 60px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);

}
body .services-row .et_pb_column:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);

}

body .services-row  h3 {
	font-size: 30px;
	color: #000;
}
body .services-row  .et_pb_text_inner {
	padding: 0 25px;
}
#main-content .services-row .et_pb_column_7  .et_pb_image {
	margin-bottom: 10px;
}
#main-content .services-row .et_pb_column_8  .et_pb_image {
	margin-bottom: 42px;
}

body .services-row .et_pb_column .et_pb_text_inner  h4 a {
	position: absolute;
	top: -206px;
	left: -39px;
	right: 0;
	height: 327px;
	width: 300px;
	z-index: 9;
	text-indent: -99999px;
}
body .services-row .et_pb_column {
	position: relative;
}
#services-area  h2 {
	font-size: 45px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 5px;
}
#services-area .et_pb_row_5 {
	padding-bottom: 0;
}

#main-footer h2 {
	color: #fff;
}

.footer-form h2 {
	text-align: center;
	padding-bottom: 0;
}
#main-footer .dashicons-phone:before {
	top: 0;
}


/* 
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;
}
.individual-therapy strong {
	background: #d9bdb8;
	padding: 10px;
}

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

#main-content .landing-header {
	padding: 0;
	z-index: 9;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
	display: flex;
}
#main-content .landing-header .et_pb_column {
	align-self: center;
}
body .landing-logo-widget a {
	display: table;
}
body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #000;
	font-size: 16px;
	background: #d9bdb8;
	display: inline-block;
	padding: 10px 15px 10px 27px;
	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: #000;
	text-decoration: none;
	background: #f2dfdc;
}
#landing3-contact-details .dashicons-phone:before {
	display: block;
}
#landing3-contact-details span.icon-text {
	display: block;
	padding-top: 14px;
}

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

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 200px;
	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;
}
.thin_header  .dashicons-phone:before {
	left: 2px;
	top: 1px;
	font-size: 29px;
}

/* 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: 170px;
	color: #000;
	background: #d9bdb8;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details h4 a:hover {
	color: #000;
	text-decoration: none;
	background: #f2dfdc;
}
#landing3-contact-details .dashicons-phone:before {
	font-size: 30px;
}
#landing3-contact-details span.icon-text {
	font-size: 15px;
}
/* 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: 200px;
	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;
}
#landing3-form-widget h3,
#landing4-form-widget h3 {
	text-transform: capitalize;
}

/* 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%;

}
#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 #fff;
	color: #fff;
	font-size: 20px;
}
#landing4-form-widget textarea {
	height: 117px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #fff;
}
#landing4-form-widget ::-moz-placeholder {
	color: #fff;
}
#landing4-form-widget ::-ms-input-placeholder {
	color: #fff;
}
#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: 9px 37px 17px;
	background: #d9bdb8;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
	text-align: center;
}
#landing4-contact-details .btn .icon {
	position: relative;
	top: 3px;
	color: #000;
}
#landing4-contact-details .btn:hover {
	background: #f2dfdc;
	color: #000;
}
#landing4-contact-details .btn:hover a {
	color: #000;
}
.landing-phone-widget span.icon-text {
	display: inline-block;
	font-weight: 700;
}
/* 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: 195px;
}
.et_pb_sticky #landing4-contact-details .btn {
	position: absolute;
	right: 0;
	top: 68px;

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

body .landing-page-footer {
	background:#d9bdb8;
	color: #000;
	padding: 20px 0px;
	overflow: hidden;
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
#landing4-form-widget .wpforms-container-full .wpforms-form button[type=submit],
#landing3-form-widget .wpforms-container-full .wpforms-form button[type=submit] {
	color: #000;
	background: #d9bdb8;
}
#landing4-form-widget .wpforms-container-full .wpforms-form button[type=submit]:hover,
#landing3-form-widget .wpforms-container-full .wpforms-form button[type=submit]:hover {
	color: #000;
	background: #f2dfdc;
}

.contact-page em{
	display: inline-block;
	vertical-align: text-top;
	font-style: normal;
	padding-left: 10px;
}

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

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

#main-footer #footer-widgets {
	padding: 79px 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 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	font-size: 20px;
	font-family: inherit;
	padding: 8px 15px;
	height: auto;
	font-size: 18px;
}
#main-footer textarea {
	height: 106px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}
#main-footer :-moz-placeholder {
	color: #000000;
	opacity: 1;
}
#main-footer ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
}
#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;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
}
#main-footer .wpforms-submit-container {
	text-align: center;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}
.wpforms-captcha-equation {
	color: #fff !important;
}
.footer-contact a {
	font-size: 18px;
}
.footer-contact span.icon-text {
	padding-left: 20px;
	vertical-align: super;
	font-size: 18px;
}
.footer-contact .dashicons-icon:before {
	font-size: 25px;
}

.footer-contact .loc  span.icon-text {
	vertical-align: text-top;
	display: inline-block;
}
.social-contact {
	padding-top: 20px;
	display: flex;
	align-items: center;
	margin-left: 36px;
}
.social-contact .dashicons-icon:before {
	font-size: 30px;
	vertical-align: super;
}
.social-contact  a.icon.dashicons-icon.dashicons-instagram {
	padding-left: 10px;
	padding-right: 20px;
}
body .social-contact  p {
	padding-bottom: 0px;
}
p.privacy {
	padding-left: 22px;
}
.footer-right body p {
	padding-bottom: 15px;

}
.footer-right {
	margin: 0 auto;
	max-width: 398px;
}
.footer-form {
	max-width: 567px;
	margin: 0 auto;
}
div#text-5 {
	text-align: center;
}
#main-footer {
	background: url(/wp-content/themes/Julie-Sickles/images/bg.png);
}

.footer-right {
	position: relative;
}

.footer-right:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.10);
	position: absolute;
	bottom: -15px;
}
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
	margin-bottom: 35px;
}
.privacy a:hover,
.phone .icon-text:hover,
.mail .icon-text {
	text-underline-position: under;
	text-decoration: underline;
}
.privacy a ,
.phone .icon-text,
.mail .icon-text:hover {
	text-decoration: none;
}

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

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

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

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

/*
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;
}

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #6e9c99;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 23px;
	font-weight: 400;
	color: #6e9c99;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #6e9c99;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 22px;
}
.landing-phone-widget .dashicons-phone:before {
	font-size: 33px;
	    left: -6px;
}



/* New landing4 Design
--------------------------------------------------- */

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
}
body .landing-logo-widget img {
	display: block;
}
body .thin_header .landing-phone-widget a {
	color: #000;
	font-size: 16px;
	background: #D9BDB8;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-color: rgba(0,0,0,0.99);
	border-radius: 5px;
    text-decoration: none;
}
body .thin_header .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: #000;
	text-decoration: none;
	background: #f2dfdc;
}
#main-content .landing3-content-area-lp4 {
    padding-top: 0;
}
/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

.page-id-3666 .landing-logo-widget img {
	max-height: 69px;
	object-fit: contain;
	width: auto;
}

#main-content .landing3-banner-section-lp4 {
	padding-top: 70px;
	min-height: 450px;
	padding-bottom: 120px;
}
body .landing3-banner-caption-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#landing3-contact-details-lp4 {
	margin-top: -110px;
}
#landing3-contact-details-lp4 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);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 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: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #000;
	background: #D9BDB8;
	right: 0;
    text-decoration: none;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #000;
	text-decoration: none;
	background: #f2dfdc;
}
body .landing3-banner-section-lp4: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: 1;
}
body .landing3-content-area-lp4 {
    padding-top: 0 !important;
}

/* #landing3-form-widget-lp4-1
--------------------------------------------------- */

#landing3-form-widget-lp4-1 {
	-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: 30px;
	background-color: #fff;
}
#landing3-form-widget-lp4-1 p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget-lp4-1 h2 {
	font-size: 30px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget-lp4-1 div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget-lp4-1 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select,
#landing3-form-widget-lp4-1 textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select {
	height: auto;
}
#landing3-form-widget-lp4-1 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 .wpforms-submit-container {
	text-align: center;
}


















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

@media only screen and (min-width: 1700px) {
	.cta-section-2:before {
		height: 347px;
	}
	div#hero-img-section:after {
		bottom: 0;
		height: 200px;
	}
	#about-section {
		padding: 146px 0;
	}
}

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

	#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: 1230px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right,
	.et_pb_row .outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	#logo {
		max-width: 200px;
	}
	.header-right-area {
		padding-left: 20px;
	}
	#page-container .header-right-area .et_pb_button {
		padding-left: 20px;
		padding-right: 20px;
	}
	body #top-menu > li {
		padding-right: 20px;
	}
	#cta-section .et_pb_text_inner:before {
		background-size: contain;
		top: -20px;
	}
	#about-section {
		background-position: 80%;
	}
	#about-section h2 {
		font-size: 40px;
	}
	#services-area h2 {
		font-size: 40px;
	}
	.page-id-4032 #main-content .landing3-banner-section {
		background-position: right;
	}
	#landing4-contact-details .btn,
	#landing4-contact-details .et_pb_button {
		font-size: 13px;
		min-width: 160px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.thin_header .dashicons-phone:before {
		display: none;
	}

}

@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%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2,
	#about-section h2,
	#services-area h2 {
		font-size: 35px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row,
	.mobile-col-reverse {
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mobile-col-reverse .et_pb_column:first-child {
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.flex-row .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #6e9c99;
	}
	body .et_mobile_menu {
		border-color: #6e9c99;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	/* Header Style Centered Responive menu

	.et_header_style_centered #page-container .mobile_nav .select_page,
	.et_header_style_split #page-container .mobile_nav .select_page {
	display: none;
}
	.et_header_style_centered #page-container .mobile_nav,
	.et_header_style_split #page-container .mobile_nav {
	background-color: rgba(0, 0, 0, 0);
	margin-top: -60px;
	margin-bottom: 40px;
}
	.et_header_style_centered #page-container .et_mobile_menu,
	.et_header_style_split #page-container .et_mobile_menu {
	top: 80px;
}*/

	#landing3-contact-details {
		max-width: 350px;
		margin: 0 auto;
	}
	#inner-banner-section h1 {
		font-size: 35px;
	}

	body.et_header_style_left #main-header .logo_container {
		position: relative;
		width: auto;
		float: left;
		padding-top: 30px;
	}
	.header-right-area {
		padding-bottom: 0;
		padding-left: 0;
	}
	#main-header div#et-top-navigation {
		padding-top: 0;
		clear: both;
	}
	body.et_header_style_left #main-header div#et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	#hero-img-section {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 70px;
	}
	div#hero-img-section:after {
		background-size: contain;
		background-position: bottom center;
	}
	#hero-img-section p {
		font-size: 25px;
	}
	#hero-img-section strong {
		font-size: 22px;
	}
	body #cta-section {
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #d9bdb8;
	}
	#cta-section .et_pb_text_inner:before {
		display: none;
	}
	#about-section {
		padding-top: 20px;
		padding-bottom: 20px;
		background-position: right;
	}
	#about-section .et_pb_module {
		margin-left: auto !important;
	}
	#about-section .et_pb_row_3 .et_pb_text_inner {
		padding: 30px;
	}
	.qoet-section .et_pb_text_inner {
		padding-top: 45px;
	}
	.qoet-section .et_pb_text_inner:before {
		top: 0;
		width: 30px;
		height: 24px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.qoet-section em {
		font-size: 20px;
	}
	.qoet-section strong {
		font-size: 20px;
	}
	#services-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .services-row .et_pb_column {
		margin-left: auto;
		margin-right: auto !important;
		float: none;
	}
	body .services-row h3 {
		font-size: 25px;
	}
	body .cta-section-2 {
		min-height: 100%;
	}
	body .cta-section-2:before {
		background-size: contain;
		background-position: top center;
	}
	body .cta-section-2 .et_pb_text_inner {
		padding: 30px;
		margin-top: 60px;
	}
	#main-footer #footer-widgets {
		padding: 50px 0 20px;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#main-footer #footer-widgets .et_pb_widget {
		margin-bottom: 0 !important;
	}
	#main-footer #text-4 {
		padding-bottom: 30px;
	}
	.footer-contact .dashicons-icon:before {
		font-size: 20px;
	}
	#main-footer .dashicons-location:before {
		position: relative;
		top: 3px;
	}
	.footer-contact span.icon-text {
		padding-left: 10px;
	}
	.social-contact .dashicons-icon:before {
		font-size: 25px;
	}
	.social-contact {
		margin-left: auto;
		justify-content: center;
	}
	body .landing-header .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-right: 10px;
	}
	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.page-id-4032 #main-content .landing3-banner-section {
		padding-top: 65%;
		background-position: 95%;
		margin-top: -40px;
	}
	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 {
		max-width: 350px;
		margin: 0 auto;
	}
	#landing3-form-widget {
		margin-bottom: 0;
	}
	#main-content .landing4-banner-section {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.page-id-4069 #main-content .landing4-banner-section {
		padding-top: 60%;
		background-position: 75%;
		margin-top: -150px;
	}
	#main-content .landing4-banner-section br {
		display: none;
	}
	#landing4-contact-details {
		margin-top: 0;
		text-align: center;
	}
	#landing4-contact-details .btn {
		position: relative;
		right: auto;
		margin: 0 auto 20px;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 22px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .accordion-style6 .et_pb_toggle_content {
		padding: 0 22px 25px;
	}
	body .landing3-banner-caption .et_pb_column {
		width: 60%;
	}
	  #landing3-contact-details-lp4 {
        max-width: 370px;
		  margin: 0 auto;
	}
	.landing-phone-widget a {
		padding: 8px 13px;
		font-size: 15px;
	}
	.landing-phone-widget strong {
		display: block;
		font-size: 20px;
	}
	#main-content .landing3-banner-section-lp4 {
		background-position-x: 94%;
	}
#main-content .landing3-banner-section-lp4 .et_pb_text_inner {
    position: relative;
    background: rgb(0 0 0 / 50%);
    padding-top: 16px;
}
}

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

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2,
	#about-section h2,
	#services-area h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 23px;
	}
	#page-container .et_pb_button {
		padding: 9px 25px;
	}
	.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-banner-section .et_pb_text {
		margin-top: 0;
	}
	#inner-banner-section .et_pb_text_inner {
		max-width: 100%;
	}
	#inner-banner-section h1 {
		font-size: 30px;
	}

	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}

	#about-section .one_half {
		text-align: center;
	}
	#about-section .one_half.et_column_last {
		margin-top: 10px;
	}

	#page-container .accordion-style6 .one_half.et_column_last {
		margin-top: 25px;
	}
	#main-content .landing3-banner-section {
		background-position-x: 86%;
	}
	
    #main-content .landing-header-lp4 {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }
}
@media only screen and (max-width: 580px) { 
	body .landing3-banner-caption .et_pb_column {
		width: 100% !important;
	}
	

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

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2,
	#about-section h2,
	#services-area 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;
	}
	#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;
	}

	body.et_header_style_left #logo {
		max-width: 180px;
	}
	.text-btn p.top-btn {
		font-size: 15px;
		padding-bottom: 2px;
	}
	#page-container .header-right-area .et_pb_button {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	#hero-img-section {
		padding-bottom: 50px;
	}
	#hero-img-section p {
		font-size: 22px;
	}
	#hero-img-section strong {
		font-size: 20px;
	}
	.qoet-section em {
		font-size: 18px;
	}
	.qoet-section strong {
		font-size: 18px;
	}
	body .cta-section-2 .et_pb_text_inner {
		margin-top: 20px;
	}
	#about-section {
		background-position: 90%;
	}
	.cta-section-2:after {
		right: -200px;
	}
	.landing-phone-widget a {
		font-size: 14px;
		padding: 10px 15px;
	}
	.landing-phone-widget .dashicons-phone:before {
		left: -5px;
		top: -5px;
		font-size: 18px;
	}
	#main-content .landing3-banner-section {
		padding-bottom: 20px;
	}
	#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;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}
	#main-content .landing3-banner-section {
		background-position-x: 68%;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-top: 144px;
		min-height: 450px;
		padding-bottom: 66px;
	}
	body .thin_header .landing-phone-widget a {
		padding: 10px 15px 10px 12px;
	}
	body .landing-phone-widget strong {
		display: block;
		font-size: 11px;
	}

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

	 
}
