/*
	Theme Name: Melissa Cline
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	4.9.10
*/

@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');

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

body {
	font-weight: 400;
	font-family: 'Gowun Batang', serif;
}


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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
	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;
}
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: 12px 40px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #fff;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 500px;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
	background: #ddff5d;
	color: #000;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}

/* 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 i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

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

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

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;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
	z-index:0;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

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

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

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

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

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 30px;
	padding-bottom: 25px;
}
.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;
}
p.ph-header {
    margin-left: 20px;
}

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

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 500;
	padding-right: 0;
	text-transform:uppercase;
}
#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: #e1f39d;
    color: #000 !important;
}

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

#top-menu > li > a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    width: 0;
	bottom: 10px;
	margin: auto;
	border-bottom: 5px solid #a5cee0;
	-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: 38px;
}

/*
Home Page Styling
---------------------------------------------------------------------------------------------------- */
.et_header_style_centered #top-menu>li>a {
	padding-bottom: 25px !important;
}
.header-right-area p {
    font-size: 18px;
    font-family: 'Gowun Batang', serif;
    font-weight: bold;
}

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

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

.home #et-main-area {
	margin-top: -100px;
}
.et_header_style_centered #main-header .logo_container {
	height: auto;
    float: left;
	margin:20px 0px;
}
.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height:100% !important;
}

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

#hero-img-section {
	min-height: 750px;
	padding-top: 275px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	font-weight: 800;
	padding-bottom: 5px;
	color:#000;
}
#hero-img-section h3 {
	font-weight: 400;
	padding-bottom: 15px;
	color:#000;
	font-size:35px;
}
#hero-img-section p {
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 10px;
	font-family: 'EB Garamond',Georgia,"Times New Roman",serif;
}
#hero-img-section .et_pb_button {
    background: #fff;
}
#hero-img-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 145px;
    background: url(images/fade.png) no-repeat;
    position: absolute;
    bottom: -1px;
	background-size:cover;
}
.home-space-box-left .et_pb_text_inner {
	background: #fff;
    position: relative;
    right: -70px;
    z-index: 99999;
    padding: 30px 30px 30px 0;
    width: 620px;
}
.home-space-box-right .et_pb_text_inner {
	background: #fff;
    position: relative;
    left: -110px;
    z-index: 99999;
    padding: 30px 0px 30px 30px;
    width: 620px;
	top:50px;
}
#home-content-middle-section .et_pb_text_inner {
    padding: 0px 70px;
}
body .directives-row {
    padding: 0px 70px 0px 70px;
}
#body-section-1, 
#body-section-1 .flex-row {
    padding-bottom: 0;
}
#body-section-2, 
#body-section-2 .flex-row {
    padding-top: 0;
}
.home-space-box-right .et_pb_text_inner em {
    font-size: 18px;
}
#home-cta-content h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 900;
}
#home-cta-content .et_pb_button {
	background:#fff;
}
#home-cta-content h3 {
	font-size: 40px;
	color: #000;
}
#home-about-row h2 {
	text-align: center;
	color: #000;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.0;
	margin-bottom: 20px;
}
#home-about-row h2 em {
    clear: both;
    display: block;
    font-size: 40px;
    font-weight: 600;
}
#home-about-row {
    background-position: top;
    min-height: 780px;
}
body .logos-row-2 {
    width: 900px;
	padding-top:0px;
}
#home-logos-section h2 {
    color: #000;
    font-size: 60px;
    font-weight: 900;
    padding-bottom: 0;
}
div#home-logos-section {
    padding: 40px 0;
}

/* Services Section
--------------------------------------------------- */
#services-row h2{
	color:#000;
	font-size:60px;
	font-weight:900;
	padding-bottom:0px;
}
#services-row .et_pb_column {
	overflow: hidden;
}
.services-boxes .et_pb_column {
	width: 32.0% !important;
    margin-right: 2% !important;
}
body .learn-more {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#services-row .et_pb_column:hover .learn-more {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e1f39de3;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index:99;
}
#services-row .learn-more .et_pb_text_inner {
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	padding:0px 40px;
}
.learn-more p {
	font-size:25px;
	font-weight:bold;
	line-height:1.5;
}
.learn-more .et_pb_button {
	background:#fff;
}
#services_title {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
#services_title h3 {
	color:#fff;
	font-size:30px;
}
.services-boxes .et_pb_image:before {
	content: "";
    display: block;
    width: 380px;
    height: 405px;
    position: absolute;
    border: 2px solid #fff9;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    margin: 0 auto;
	
}
.form_box_contact_page #wpforms-submit-263 {
    background: #e1f39d !important;
}
.form_box_contact_page .wpforms-field-label {
    float: left !important;
    padding-top: 10px !important;
    margin-right: 10px !important;	
}

/* End Services
--------------------------------------------------- */
#symptoms-row h2 {
    color: #000;
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 0;
}
.circle-box {
    width: 200px;
    height: 200px;
    border-radius: 500px;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #e0f29d;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.circle-box .et_pb_text_inner {
	text-align:center;
	width:100%;
}
.circle-box .et_pb_text_inner h3 {
	font-size: 25px;
	text-transform: capitalize;
	line-height: 1.2;
	font-family: 'Gowun Batang', serif;
	padding-bottom: 0px;
}
#circles-boxes-section {
    width: 800px;
}
#home-testimonials-slider .et_pb_slide {
    background: #fff;
    color: #000;
    padding: 0;
}
#home-testimonials-slider .et_pb_slide_description {
	padding:0 6%;
}
#home-testimonials-slider .et_pb_slide_content {
	color:#000;
	text-shadow:none;
	font-size: 25px;
    line-height: 1.5;
    font-style: normal;
	padding: 0px 70px;
}
#home-testimonials-slider .et_pb_slide_content h4 {
    color: #000 !important;
    z-index: 9999;
    font-weight: bold;
    font-style: normal;
}
#home-testimonials-slider .et-pb-controllers .et-pb-active-control {
    background-color: #a5cee0;
}
#home-testimonials-slider .et-pb-controllers a {
	width:16px;
	height:16px;
	border: 2px solid #a5cee0 !important;
}
#home-testimonials-slider .et_pb_bg_layout_dark a {
    color: #fff;
}
#home-testimonials-slider .et-pb-controllers {
	position:relative;
	top:0;
}
#home-testimonials-slider .et_pb_slide_content img {
	border-radius:500px;
	border:5px solid #e1f39d;
	margin-bottom:20px;
}
#home-testimonials-slider:before {
    content: "";
    display: block;
    background: url(images/quote.png) no-repeat;
    width: 65px;
    height: 50px;
    margin: 0 auto 30px;
}
#home-cta-bottom p {
	font-size: 25px;
	font-weight:500;
}
#home-cta-bottom h3 {
	font-size: 42px;
	color: #000;
}
#home-cta-bottom .et_pb_button {
    background: #a5cee0;
    color: #fff;
}
#home-cta-bottom .et_pb_button:hover{
    background: #fff;
    color: #000;
}
#home-logos-section img {
    border: 1px solid #ddd;
}
div#home-cta-bottom {
    padding: 50px 0px;
}
#testimonials_stripe {
    padding: 50px 0px;
}
/* 
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: #e1f39d;
    margin: 20px auto 30px;
}
.contact_boxes {
    box-shadow: 0px 0px 20px #e0e99e;
    min-height: 200px;
    padding: 30px 0px 0;
}
.contact_boxes a {
    color:#000;
}
/* footer styling
---------------------------------------------------------------------------------------------------- */

#main-footer {
    background: url(images/1571301133.jpg) no-repeat;
    background-size: cover;
    min-height: 557px;
}
.form-Box h2 {
    text-align: center;
    color: #fff;
	text-shadow:0 0 10px #00000096;
	padding-bottom:10px;
}
.form-Box {
    width:470px;
	margin:0 auto;
}
.footer-info p {
    text-shadow: 0px 0px 7px #000;
	padding-bottom:10px;
	clear:both;
}
a.terms-condition-link {
    margin-left: 50px;
    text-decoration: underline;
}
p.copyright-text {
    margin-left: 60px;
}
.footer-info {
    margin-top: 30px;
	padding-left: 100px;
}


/* 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 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 93px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size:20px !important; 
}
.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
    font-size: 20px !important;
}
#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;
}

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

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

/* 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;
}
.inner-page-quotes:before {
	content: "";
	display: block;
	background: url(images/quote.png) no-repeat;
	width: 65px;
	height: 50px;
	margin: 0 auto 30px;
}
#page-container .medication-form button.et_pb_button {
	background: #e1f39d;
}
#page-container .medication-form button.et_pb_button:hover {
    background: #ddff5d;
}
/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #a5cee0;
    box-shadow: 0px 0px 6px 0px rgb(165 206 224 / 50%);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 23px;
	font-weight: 400;
	color: #a5cee0;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #a5cee0;
	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 Page 3 Styling
---------------------------------------------------------------------------------------------------- */

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
}
body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #000;
	font-size: 16px;
	background: #e1f39d;
	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: #000;
	text-decoration: none;
	background: #ddff5d;
}

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

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 140px;
	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 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px 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 {
	background: #e1f39d;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	color: #000;
	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;
}
#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: #ddff5d;
}

/* 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: 23px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#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;
}
#landing3-form-widget button.et_pb_button {
	background: #e1f39d;
}

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

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

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px 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 h3 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#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 #fff;
	color: #fff;
	font-size: 20px;
}
#landing4-form-widget textarea {
	height: 108px;
}
#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%;
}

/* 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);
	margin-bottom: 7px;
	-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: 11.5px 46.8px;
	text-decoration: none;
	background: #e1f39d;
	border-radius: 25px;
	color: #000 !important;
}
#landing4-contact-details .btn:hover {
	background: #ddff5d;
}
#landing4-contact-details .btn .icon {
	position: relative;
	left: -5px;
	color: #000;
}

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

body .landing-page-footer {
	background: #e1f39d;
	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;
}
.contact-page .dashicons-icon {
	vertical-align: middle;
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    color: #e0e99e;
}
.contact-page  em {
    font-style: normal;
    display: block;
    margin-left: 41px;
    margin-top: -28px;
}


/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1367px) { 

    #hero-img-section:before {
        background-size: 100% 100%;
    }

}

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

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

@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: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	.home-space-box-left .et_pb_text_inner{
		right: 0;
		padding: 0px 0px 40px 0px;
    	width: 100%;
	}
	body .directives-row, 
	#home-content-middle-section .et_pb_text_inner {
    	padding: 0px;
	}
	.home-space-box-right .et_pb_text_inner {
		padding: 20px 0px 0px 0px;
    	width: 100%;
    	top: 0;
    	left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 0px 0 0;
	}
	.home-space-box-left h3 br {
    	display: none;
	}
	#home-cta-content h2 {
		font-size: 50px;
    	line-height: 1.3;
	}
	body .logos-row-2 { 
		width:670px !important;
	}
	.services-boxes .et_pb_image:before {
		width: 90%;
    	height: 88%;
	}
	#services_title h3 {
		font-size: 25px;
	}
	#services_title {
		bottom: 0;
	}
	#home-testimonials-slider .et_pb_slide_content {
		padding:0px;
	}
	#home-cta-bottom p {
		font-size:20px;
	}
	#services-row h2, 
	#symptoms-row h2, 
	#home-cta-bottom h3, 
	#home-logos-section h2 {
		font-size:40px;
	}
	#inner-banner-section h1 {
		font-size: 50px;
    	line-height: 1.2;
	}


}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#inner-banner1 h1 {
		font-size: 35px;
	}
	.home #page-container #main-header {
		background:#fff;
	}
	.home #et-main-area {
    	margin-top: 0;
	}
	.et_header_style_centered #main-header .logo_container {
		float:none;
		margin: 0px 0px;
	}
	.header-right-area {
		padding-top: 30px;
    	padding-bottom: 10px;
		float:none;
	}
	#hero-img-section {
    	min-height: auto;
    	padding-top: 0;
    	padding-bottom: 80px;
	}
	#home-about-row {
		background:#f1f9fb !important;
	}
	#home-cta-content h2 {
		font-size: 40px;
	}
	body .logos-row-2 {
    	width: 100% !important;
		margin-right:0px !important;
	}
	#home-logos-section .et_pb_column {
    	width: 100% !important;
	}
	.logos-row-2 .et_pb_image, 
	#home-logos-section .et_pb_column .et_pb_image {
		text-align:center;
		margin:0 auto 30px !important;
	}
	#home-logos-section  .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}
	#home-logos-section .et_pb_row {
    	padding: 0px;
	}
	#circles-boxes-section {
    	width: 100%;
	}
	.services-boxes .et_pb_column {
    	width: 51% !important;
    	margin: 0 auto 30px !important;
    	float: none !important;
	}
	body .services-boxes .et_pb_column:last-child {
    	margin: 0 auto !important;
	}
	#services-row .learn-more .et_pb_text_inner {
		top: 10%;
	}
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	body .landing-logo-widget img {
		margin:0 auto;
	}
	.landing-phone-widget {
		text-align:center !important;
	}
	#main-content .landing3-banner-section {
		min-height: auto;
    	padding-top: 50px;
    	padding-bottom: 90px;
	}
	#main-content .landing4-banner-section {
    	min-height: auto;
    	padding-top: 50px;
		padding-bottom: 30px;
	}
	#landing3-contact-details, 
	#landing4-contact-details {
    	margin-top: 0;
	}
	.landing-copyright-area, 
	.landing-footer-links {
    	float: none;
    	text-align: center;
	}
	#landing4-contact-details .btn {
		position:relative;
	}
	#landing4-contact-details h4, 
	#landing4-contact-details p {
		padding-bottom: 30px;
    	text-align: center;
	}
		#hero-img-section {
    	background-position: center -80px;
	}
	#hero-img-section h1 {
		font-size: 40px;
    	padding-top: 60px;
	}
	#hero-img-section h2 {
    	padding-bottom: 0px;
	}
	#hero-img-section h3 {
		line-height: 0.8;
    	padding-bottom: 0;
	}


}

@media only screen and (max-width: 767px) { 
	
	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 15px 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#inner-banner1 .et_pb_text {
		margin-top: 0;
	}
	#inner-banner1 .et_pb_text_inner {
		max-width: 100%;
	}
	#inner-banner1 h1 {
		font-size: 30px;
	}
	.form-Box {
		width:100%;
	}
	.footer-info {
    	margin-top: 0px;
    	padding-left: 0;
	}
	#main-footer #footer-widgets {
    	padding: 40px 0 0px;
	}
	#services-row .et_pb_column {
		width:100% !important;
	}
	#services_title h3 {
    	font-size: 28px;
	}


}

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

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

}

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

	

}