/*
	Theme Name: Daisy Vergara
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	3.11.1
*/

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

body {
	font-weight: 400;
}

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

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

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

body p {
	padding-bottom: 20px;
}

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

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 19px 50px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.14em;
}
#page-container button.et_pb_button {
	background: #88b70f;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
#page-container .et_pb_button:after {
	display: none;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #88b70f;
	color: #fff !important;
	display: inline-block;
	font-size: 18px;
	padding: 18px 24px;
	text-decoration: none;
}
.btn:hover {
	background: #618700;
}
.btn .icon {
	color: #fff;
}


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

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #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;
}

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

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

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 0;
	color: #88b70f;
	font-weight: 700;
}

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

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

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

p:empty {
	display: none;
}

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

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	pointer-events: none;
	cursor: default;
}
.entry-content a:hover {
	color: #618700;
}

/* old font awesome icons style
--------------------------------------------------- */

.fa-icon .fa {
	font-family: FontAwesome;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* top shape section styling
--------------------------------------------------- */

#main-content .top-shape-section {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}
#main-content .top-shape-section:before {
	content: '';
	display: block;
	width: 100%;
	height: 103px;
	background: url(images/top-shape.png) repeat-x center top;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 1;
}

/* bottom shape section styling
--------------------------------------------------- */

#main-content .btm-shape-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
}
#main-content .btm-shape-section:after {
	content: '';
	display: block;
	width: 100%;
	height: 103px;
	background: url(images/btm-shape.png) repeat-x center bottom;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.btm-shape-section + .et_pb_section {
	padding-top: 15px;
}

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

body .flex-row {
	display: -webkit-flex;
	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;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.reverse-col.et_pb_gutters1 .et_pb_column:first-child {
	margin-left: 0;
}
.flex-row .et_pb_column:first-child {
	align-self: start;
}
.btm-align-col .et_pb_column:first-child {
	align-self: flex-end;
}

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

#page-container #main-header .logo_container {
	float: left;
	height: 125px;
}
.logo_container .logo_helper {
	display: none;
}

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

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

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

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

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


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

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

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

#hero-img-section {
	min-height: 565px;
	padding-top: 90px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	padding-bottom: 15px;
}
#hero-img-section h3 {
	padding-bottom: 35px;
}

/* welcome section styling
--------------------------------------------------- */

.welcome-section {
	position: relative;
	overflow: hidden;
}
.welcome-section:before {
	background: url(images/logo-icon.png) no-repeat right bottom;
	content: '';
	display: block;
	width: 90%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

/* cta help styling
--------------------------------------------------- */

body .cta-help-section {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}
.cta-help-section:before {
	background: url(images/cta-help-shadow.png) no-repeat center center;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 25px;
	left: 0;
	opacity: 0.7;
	z-index: 5;
}

/* services section styling
--------------------------------------------------- */

#main-content .services-section:before {
	top: 50px;
	opacity: 0.8;
}
#main-content .services-section:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.services-grid-style .et_pb_image a {
	border: 1px solid #8d8d8d;
	display: block;
	padding: 11px;
}
.services-grid-style .et_pb_image_wrap {
	display: block;
	position: relative;
	overflow: hidden;
}
.services-grid-style img {
	display: block;
	width: 100%;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.services-grid-style .et_pb_image_wrap:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.services-grid-style .et_pb_text_inner {
	font-size: 22px;
	display: block;
	position: relative;
}
.services-grid-style a {
	color: #000000;
}

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

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

#footer-contact-section {
	background: url(images/footer-bg.jpg) no-repeat center bottom;
	background-size: cover;
	height:500px;
}
#footer-contact-section .textwidget {
	padding-top: 200px!important;
	padding-bottom: 200px;
	max-width: 690px;
	margin: 0 auto;
	text-align: center;
}
#footer-contact-section h2 {
	color: #fff;
}

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

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

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

#main-footer form {
	position: relative;
}
#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: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-submit-container {
	text-align: center;
}

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

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

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

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 0;
	line-height: 1.8;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
	color: #88b70f;
}
/* 
Inner Banner 7 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_column {
	position: relative;
	overflow: hidden;
}
#inner-banner-section .et_pb_image_wrap {
	display: block;
}
#inner-banner-section .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
#inner-banner-section .et_pb_image {
	margin-bottom: 0;
}
#inner-banner-section .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: -45px auto 0;
	z-index: 9;
	padding: 0 20px 20px;
}
#inner-banner-section .et_pb_text_inner {
	background: #f0f2dc;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}
#inner-banner-section h1 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
}

/* services section styling
--------------------------------------------------- */

.team-grid-style .et_pb_image a {
	border: 1px solid #8d8d8d;
	display: block;
	padding: 11px;
}
.team-grid-style .et_pb_image_wrap {
	display: block;
	position: relative;
	overflow: hidden;
}
.team-grid-style img {
	display: block;
	width: 100%;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.team-grid-style .et_pb_image_wrap:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.team-grid-style .et_pb_text_inner {
	font-size: 22px;
	display: block;
	position: relative;
}
.team-grid-style a {
	color: #000000;
}

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

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

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

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

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

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

.post-custom-style article,
.archive article,
.sp-custom-style article,
.blog 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,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

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

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

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

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

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

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


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

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

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

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
	line-height: 1.2;
}
#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 page styling
---------------------------------------------------------------------------------------------------- */

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

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

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

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

/* 
accordion style 3 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style3 .et_pb_toggle {
	background: #ffffff;
	border-radius: 50px;
	border: none;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	padding: 0;
}
#main-content .accordion-style3 .et_pb_toggle_title {
	color: #88b70f;
	font-size: 25px;
	padding: 22px 65px 22px 40px;
}
#main-content .accordion-style3 .et_pb_toggle_title:before {
	content: '?';
	font-family: 'Montserrat', sans-serif !important;
	font-size: 35px;
	color: #618700;
	display: block;
	right: 35px;
	font-weight: 700;
}
#main-content .accordion-style3 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: '?';
}
#main-content .accordion-style3 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 40px;
}
.meet-daisy-heading h1 {
	font-size: 40px !important;
}
.childhood-mental-health-consultation-heading h1 {
	font-size: 38px !important;
}
/* 
map right half
---------------------------------------------------------------------------------------------------- */

.map-right-half iframe {
	float: right;
	width: 50%;
	margin-left: 25px;
}


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

/* landing3 banner styling
--------------------------------------------------- */
.landing3-logo-widget img {
	max-width: 55%;
}

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 0;
	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-section .landing3-top-row {
	padding-top: 0;
}
.landing3-phone-widget p {
	font-weight: 300;
}
.landing3-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #88b70f;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing3-phone-widget a:hover {
	background: #618700;
	color: #fff;
}
.landing3-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing3-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing3-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing3-banner-caption {
	padding-top: 100px;
}
.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-banner-caption h2 {
	font-size: 30px;
}
.landing3-content-section h3 {
	font-size: 27px;
}
/* landing3 content section styling
--------------------------------------------------- */

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


/* sticky column styling
--------------------------------------------------- */

#sticky-column {
	width: 335px;
	position: static;
	padding: 0 5px;
}

/* 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;
	width:300px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details h4 a {
	background: #88b70f;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 125px;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}

.landing3-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #618700;
}

/* 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;
	color: #000;
}
body #landing3-form-widget h2 {
	font-size: 23px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
	color: #000 !important;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	background: #fff !important;
	border-color: #000;
	color: #000;
	font-size: 18px;
	padding: 10px 10px;
}
#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 ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}
body #landing3-form-widget div.wpforms-container-full .wpforms-form button[type=submit] {
	float:none;
	background: #627919;
	color: #fff;
	box-shadow:none;
}

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

body .landing-page-footer {
	background: #627919;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}
.landing-page-footer a {
    color: #fff;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}

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

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

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-section .landing4-top-row {
	padding-top: 0;
}
.landing4-banner-section .landing4-logo-widget {
	padding-top: 12px;
}
.landing4-phone-widget p {
	font-weight: 300;
}
.landing4-logo-widget img {
	max-width: 50%;
}
.landing4-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #88b70f;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}

.landing4-phone-widget a:hover {
	color:#fff;
	text-decoration: none;
	background: #618700;
}
.landing4-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing4-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing4-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing4-banner-caption {
	padding-top: 100px;
}
.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: 15px;
}
#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;
	color: #000 !important;
}
#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%;
}
#landing4-form-widget input,
#landing4-form-widget select,
#landing4-form-widget textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #193b88;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing4-form-widget :-moz-placeholder {
	color: #000;
}
#landing4-form-widget ::-moz-placeholder {
	color: #000;
}
#landing4-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing4-form-widget .wpforms-submit-container {
	position: absolute;
	width: 49%;
	bottom: 4px;
	right: 0;
	padding: 0;
}
#landing4-form-widget button {
	font-family: inherit;
	padding: 16px 15px !important;
	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 a {
	color: #000;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details h4 a {
	position: absolute;
	top: 68%;
	right: -75px;
	padding: 9px 19px;
	text-decoration: none;
	text-transform: capitalize;
}
#landing4-contact-details a .icon {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

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

.is_stuck.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.is_stuck #landing4-contact-details {
	margin-top: 0;
}
.is_stuck #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.is_stuck #landing4-contact-details img {
	width: 55%;
}
.is_stuck #landing4-contact-details p a {
	display: none;
}

/* landing4 content section styling
--------------------------------------------------- */

#main-content .landing4-content-section .et_pb_row {
	padding-top: 0;
}
.landing-page-play-therapy-header.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
}
body .landing-page-individual-therapy-logo.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.et_password_protected_form  {
	padding-top: 50px;
	
}
.et_password_protected_form p input {
    width: 40% !important;
}
.et_password_protected_form {
    text-align: center;
}
#page-container .et_password_protected_form .et_pb_button {
	    float: none;
	    padding: 16px 75px;
      margin-bottom: 50px;
}

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

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 10px;
	}
	#page-container {
    	padding: 177px 0 0 !important;
	}
	.footer-widget p {
    	font-size: 16px;
	}
	#footer-contact-section .textwidget {
		padding-top: 60px;
	}
	#footer-contact-section h2 {
    	text-shadow: 0 0 5px #333;
	}
	#inner-banner-section h1 {
		font-size: 35px;
	}
	.landing3-content-area .et_pb_column_2_3 {
		width: 63.833% !important;
	}
	#landing4-contact-details h4 a {
		right: -30px;
	}

}

@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: 300px;
	}
	.et_header_style_centered #logo {
    	max-height: 90px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #88b70f;
	}
	body .et_mobile_menu {
		border-color: #88b70f;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		max-width: 100%;
		padding-right: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	#inner-banner-section h1 {
		font-size: 35px;
	}
	#hero-img-section {
		min-height: 450px;
	}
	.header-widgets p {
    	font-size: 16px;
	}
	.header-widgets .btn {
    	padding: 18px 14px;
	}
	#inner-banner-section h1 {
    	font-size: 30px;
	}
	.childhood-mental-health-consultation-heading h1 {
    	font-size: 20px !important;
	}
	.landing3-logo-widget,
	.landing3-phone-widget,
	.landing4-logo-widget,
	.landing4-phone-widget {
		text-align: center;
	}
	body .landing3-banner-caption {
		padding-top: 50px;
	}
	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-bottom: 100px;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 a {
		position: relative;
		bottom: 0;
		margin: 40px auto 0;
	}
	#main-content .landing4-banner-section {
		min-height: 100%;
		padding-bottom: 30px;
	}
	body .landing4-banner-caption {
		padding-top: 30px;
	}
	#landing4-contact-details {
		margin-top: 0;
	}
	#landing4-contact-details h4 a {
		position: relative;
		top: 0;
		right: 0;
		margin: 30px auto;
	}
	#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: 100%;
		bottom: 0;
		margin: 20px 0 0;
	}
	.landing3-content-area .et_pb_column_2_3 {
		width: 100% !important;
	}
	#landing4-form-widget h3 {
		text-align: center;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	#sticky-column {
    	width: 100%;
	}

}

@media only screen and (max-width: 767px) { 
	
	html body {
		font-size: 18px;
	}
	body h1 {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 12px 25px;
		font-size: 16px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 200px;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 50px;
	}
	#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;
	}
	#main-content .accordion-style3 .et_pb_toggle_title {
		font-size: 20px;
		padding: 22px 65px 22px 30px;
	}
	#main-content .accordion-style3 .et_pb_toggle_content {
		padding: 0 30px 40px;
	}
	.map-right-half iframe {
		width: 100%;
		margin-left: 0;
	}
	.header-right-area a {
    	margin-left: 10px;
	}
	.header-widgets p {
    	font-size: 14px;
	}
	#inner-banner-section h1 {
    	font-size: 22px;
	}

}

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

	body h1 {
		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 .wpforms-submit-container {
		text-align: center;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#page-container #main-header .logo_container {
    	float: none;
	}
	#hero-img-section {
    	padding-top: 180px;
	}
	#inner-banner-section .et_pb_text_inner {
    	margin: 110px 0 0;
	}
	#inner-banner-section h1 {
    	font-size: 20px;
	}
	.childhood-mental-health-consultation-heading h1 {
    	font-size: 20px !important;
	}
	.landing-footer-links {
		padding: 20px 0 0;
	}
	.landing-footer-links a {
		display: block;
		margin-left: 0;
	}
	
}

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

	

}