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

/*
Default styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400 !important;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
	padding-bottom: 30px;
	font-weight: 400;
}
body h1 {
	font-size: 50px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 20px;
}
body h6 {
	font-size: 20px;
	font-weight: 700;
}
body p {
	padding-bottom: 30px; 
}
blockquote p {
	padding-bottom: 30px;	
}
p:last-of-type + * {
	padding-top: 30px;
}

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

.et_pb_button,
#main-content .et_pb_button {
	display: inline-block;
	padding: 12px 36px !important;
	text-decoration: none;
}

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

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

/*
Image styling
----------------------------------------------- */

img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}
img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}

/*
Entry content styling
----------------------------------------------- */

#main-content ul li {
	margin-bottom: 5px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	color: red;
}

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

body.et_fullwidth_nav #page-container #main-header .container {
	max-width: 1290px;
	padding-right: 10px;
	padding-left: 10px;
}
.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.header-right {
	float: right;
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
.header-btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #000;
	padding: 8px 15px;
	color: #000;
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
}
.header-btn:hover {
	color: #fff;
	background-color: #cf6869;
	border-color: #cf6869;
}
.header-phone {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	border: 1px solid #cf6869;
	padding: 3px 15px;
	background-color: #cf6869;
	color: #fff;
}
#et-top-navigation {
	clear: both;
}
#top-menu li {
	padding-right: 25px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 20px;
}
.home #et-top-navigation nav>ul>li>a {
	color: #fff;
}
.home .header-btn {
	color: #fff;
	border-color: #fff;
}
.et-fixed-header .header-btn {
	border: 1px solid #000;
	color: #000;
}

.home #et-main-area {
	margin-top: -109px;
}

/*
End Header
---------------------------------------------------------------------------------------------------- */

.home-banner {
	min-height: 568px;
}
.home-banner .et_pb_text_inner {
	padding-top: 160px;
}
.home-banner h3 {
	font-size: 25px;
}
.home-banner h3:before {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #fff;
	margin: 0 auto 10px;
}
.home-banner h3:after {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #fff;
	margin: 10px auto 0px;
}
.professional-women-image {
	float: left;
}
.professional-women-paragraph {
	float: right;
	margin-right: 0px !important;
}
.home-cta:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f1f1f15c;
}
.home-cta:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f1f1f15c;
}
.home-cta {
	padding: 10px 0 !important;
}
.home-cta .et_pb_row_4 {
	padding: 40px 0 !important;
}
.about-us .et_pb_text_inner {
	max-width: 432px;
	float: right;
	width: 100%;
	background-color: #fff;
	padding: 40px 85px;
	box-shadow: 0px 0px 10px 5px #0000004d;
}
.about-us h2:before {
	content: "";
	display: block;
	width: 148%;
	height: 1px;
	background-color: #00000036;
	margin: 0 0 10px -65px;
}
.about-us h2:after {
	content: "";
	display: block;
	width: 148%;
	height: 1px;
	background-color: #00000036;
	margin: 10px 0px 0px -65px;
}
.testimonial-box {
	position: relative;
	padding-bottom: 30px;
}
.testimonial-box p {
	font-size: 23px;
}
.testimonial-box p:before {
	width: 43px;
	height: 31px;
	background: url(images/left-quote.png) no-repeat !important;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px -30px;
}
.testimonial-box p:after {
	width: 43px;
	height: 31px;
	background: url(images/right-quote.png) no-repeat !important;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 0;
	margin: -5px -40px;
}
.services-img a {
	border-radius: 500px;
	display: block;
	overflow: hidden;
	width: 320px;
	height: 320px;
	border: 2px solid #fff;
}
.services-img a .et_pb_image_wrap {
	width: 300px;
	height: 300px;
	display: block;
	border-radius: 500px;
	overflow: hidden;
	margin: 8px auto;
}
.services-links h3 a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.services-links h3 a:hover {
	color: #fff;
}
.footer-widget:nth-child(odd) {
	margin: 0;
	text-align: center;
	width: 66% !important;
}
#text-4 {
	width: 100%;
}
.footer-widget:nth-child(even) {
	width: 33% !important;
	margin-bottom: 0px;
}
.footer-icons {
	position: relative;
	padding-left: 35px;
	padding-bottom: 15px;
}
.footer-icons .fa {
	position: absolute;
	left: 0;
}
#footer-area .social-footer,
#footer-area .footer-button {
	padding-left: 20px;
}
.social-footer a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #cf6869;
	border-radius: 500px;
	color: #fff !important;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
}
.social-footer a:hover {
	background: #391515;
}
#footer-info {
	width: 66%;
	text-align: center;
	margin-top: -40px;
	padding-bottom: 20px;
}
.footer-left .et_pb_button {
	color: #fff !important;
	padding: 20px 90px !important;
}
.footer-left h2 {
	padding-bottom: 15px;
}
#main-footer {
	position: relative;
}
#main-footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #00000042;
	position: absolute;
	top: 10px;
}
#main-footer:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #00000042;
	position: absolute;
	bottom: 10px;
}

.inner-banner {
	height: 420px;
}
.inner-page-links a,
.retreats-links a:hover {
	color: #391515;
}
.inner-page-links a:hover,
.the-daring-way a {
	color: #cf6869;
}
.the-daring-way a:hover {
	color: #391515;
}
.faq-headings h3{
	padding-bottom: 10px;
}
.stress-and-anxiety-management ul li {
	margin-bottom: 20px !important;
}
.nav li ul {
	width: 240px;
	padding: 10px 0;
}
#top-menu li li a {
	width: 200px;
	padding: 6px 0px;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	font-size: 18px;
}
.heading-line:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #00000042;
}
.heading-line h1 {
	padding-bottom: 10px;
}
.inner-pages-form form {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.inner-pages-form div.wpforms-container-full .wpforms-form input[type=text],
.inner-pages-form div.wpforms-container-full .wpforms-form input[type=email]{
	border: 1px solid #6f6f6f;
	height: 45px;
	font-size: 20px;
	color: #391515;
	font-family: 'Mukta Malar',Helvetica,Arial,Lucida,sans-serif;
}
.inner-pages-form div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #cf6869;
	border-color: #cf6869;
	border-radius: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	padding: 12px 36px !important;
	color: #fff;
}
.inner-pages-form div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #391515 ;
	border-color: #391515 ;
}

/*--------------Menu hover--------------
Menu  border bottom on hover 

------------------------------------*/

body #top-menu li a:hover::before {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

body #top-menu li a::before {
	content: '';
	position: absolute;
	width: 40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 7px;
	height: 2px;
	background-color: #cf6869;
	-webkit-transform: translate(-65%,0);
	-ms-transform: translate(-65%,0);
	-o-transform: translate(-65%,0);
	transform: translate(-65%,0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 235ms;
	-o-transition: all 235ms;
	transition: all 235ms;
}

#top-menu-nav > ul > li > a:hover {
	opacity: 1;
}
#top-menu .sub-menu li a:before {
	background-color: #fff;
}
/*--------------End Menu hover-------------------*/




/*-- Effect 13: three circles --*/

body #top-menu li a {
	padding-bottom: 5px !important;
	margin-bottom: 33px;
}
.menu-item a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.menu-item a::before {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	content:'';
	font-size: 1.2em;
	width: 27px;
	height: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.menu-item a:hover::before, .menu-item a:focus::before {
	background: url(http://empowered.ghtdev.com/wp-content/uploads/2016/05/dotted.png) no-repeat 10px 0, url(http://empowered.ghtdev.com/wp-content/uploads/2016/05/dotted.png) no-repeat 0px 0, url(http://empowered.ghtdev.com/wp-content/uploads/2016/05/dotted.png) no-repeat 20px 0;
}

.menu-item a:hover,
.menu-item a:focus {
	color: #000;
}
/* Effect 13: three circles */


/*------------------Border-new effect---------------------------*/
#top-menu li a {
	position: relative;
	text-decoration: none;
}

#top-menu li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 4px;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#top-menu li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

/*------------------Border-new effect---------------------------*/


.services-section .services-img a .et_pb_image_wrap img {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.services-section .services-img a .et_pb_image_wrap:hover img {
	width: 340px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

/*------------------End Border effect---------------------------*/

/*	Form Style
-------------------------------------------------------------*/
.form-footer .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 3px 0;
	clear: both;
	width: 49%;
	float: left;
}

.form-footer .wpforms-container-full .wpforms-form .wpforms-field-textarea {
	float: right;
	clear: none;
	margin-top: -110px;
}

.form-footer .wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 162px;
}

.form-footer .wpforms-container-full .wpforms-form input[type=text], 
.form-footer .wpforms-container-full .wpforms-form input[type=email], 
.form-footer .wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	border-radius: 0px;
	color: #000;
	display: block;
	float: none;
	font-size: 20px;
	border: 1px solid #000;
	padding: 6px 10px;
	height: 50px;
	width: 100%;
	line-height: 1.3;
}

.form-footer .wpforms-container-full .wpforms-form button[type=submit] {
	color: #fff;
	background: #108500;
	text-transform: uppercase;
	font-size: 18px;
}

.form-footer .wpforms-submit-container {
	text-align:center;
}

.form-footer ::-webkit-input-placeholder {
	color: black;
}

.form-footer :-moz-placeholder { 
	color: black;
}

.form-footer ::-moz-placeholder { 
	color: black;
}

.form-footer :-ms-input-placeholder {  
	color: black;
}


/*	End Form Style
-------------------------------------------------------------*/

/*	LANDING PAGES STYLE
---------------------------------------*/
.landing-page-banner {
	min-height:600px;
}

.landing-logo a {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	text-shadow: 0px 0px 2px #000;
}

.landing-logo p, 
.landing-phone p {
	margin-bottom:0px;
}

.landing-page-banner h1 {
	margin-top:50px;
	text-shadow:0px 0px 2px #000;
}

.landing-phone a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #000;
	background: #cf6869;
	padding: 8px 12px;
	border-radius: 5px;
	margin-top: 2px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 2px;
}
.landing-phone a:hover {
	color: #fff;
}

.landing-footer-links p {
	margin-bottom:0;	
}

.landing-footer-links br {
	display:none;
}

.landing-footer-links a {
	float:left;
	margin: 0px 15px;
	color: #000;
}

.landing-form {
	background: #ebf5fb;
	box-shadow: 0px 0px 40px #999;
	padding: 20px 30px;
	overflow: hidden;
}

.landing-form h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.landing-form .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 3px 0;
	clear: both;
	width: 100%;
	float: left;
}

.landing-form .wpforms-container-full .wpforms-form .wpforms-field-textarea {
	float: right;
	clear: none;
}

.landing-form .wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 162px;
}

.landing-form .wpforms-container-full .wpforms-form input[type=text], 
.landing-form .wpforms-container-full .wpforms-form input[type=email], 
.landing-form .wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	border-radius: 0px;
	color: #000;
	display: block;
	float: none;
	font-size: 20px;
	border: 1px solid #000;
	padding: 6px 10px;
	height: 50px;
	width: 100%;
	line-height: 1.3;
}

.landing-form .wpforms-container-full .wpforms-form button[type=submit] {
	color: #fff;
	background: #cf6869;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 6px;
}

.landing-form .wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #391515;
	border: 1px solid #391515;
}

.landing-form .wpforms-submit-container {
	text-align:center;
}

.landing-form ::-webkit-input-placeholder {
	color: black;
}

.landing-form :-moz-placeholder { 
	color: black;
}

.landing-form ::-moz-placeholder { 
	color: black;
}

.landing-form :-ms-input-placeholder {  
	color: black;
}

.footer-landing {
	border-top:1px solid #000;
}

.landing-phone p {
	text-transform: uppercase;
	padding-bottom: 0px;
}

.landing-copyright p {
	margin-bottom: 0;
}
.about-img {
	border-radius: 500px;
	background: #000;
	overflow: hidden;
	width: 400px;
	height: 400px;
	text-align: center;
	border: 5px solid #ddd;
}

.about-img-center {
	width:320px; 
	height:320px;
	margin-top: -170px;
}

#landing_page_2:after {
	content: '';
	background: url(images/curve.png) no-repeat center bottom;
	display: block;
	width: 100%;
	height: 84px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size:cover;
	z-index: 5;
}

.landing-footer-links a:hover {
	color: #cf6869;
}

.landing-daring-way-buttons .one_half:first-child {
	margin-right: 0px;
}
.landing-daring-way-buttons .one_half.et_column_last {
	width: 20%;
}
.landing-simple-practice .et_pb_button {
	text-align: center;
}

/*	END LANDING PAGES STYLE
---------------------------------------*/

#daring-way-testimonial .testimonial-box {
	width: 70%;
	margin: 0 auto;
}

#daring-way-testimonial .testimonial-box p:before {
	top: 30px;
	left: -50px;
	margin: 0px;
}
#daring-way-testimonial .testimonial-box p:after {
	bottom: 70px;
	right: 95px;
	margin: 0px;
}
.inner-page-links ul li {
	padding-bottom: 10px;
}

#main-footer #footer-widgets {
	padding: 50px 0 40px;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
}
#footer-widgets .footer-widget .et_pb_button {
	padding: 20px 36px !important;
	min-width: 425px;
	color: #fff;
}
#footer-contact-section {
	padding-bottom: 20px;
}
#footer-contact-section .textwidget {
	text-align: center;
	font-size: 14px;
}
#main-content .feminist-clinician-row-2 .et_pb_column {
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	padding: 30px;
}
#main-content .feminist-clinician-row-2 div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .feminist-clinician-row-2 form .wpforms-submit-container button {
	background-color: #cf6869;
	border-color: #cf6869;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#main-content .feminist-clinician-row-2 form .wpforms-submit-container button:hover {
	background-color: #391515;
}
#page-container #header-area {
	transition: none !important;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.home #page-container #header-area {
	background-color: transparent;
}
.home #page-container #header-area.et_pb_sticky {
	background-color: #fff;
}
#header-area .et_pb_button {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/*
#header-area .header-button-1 {
background: transparent;
color: #000;
border-color: #000;
}
.home #header-area .header-button-1 {
color: #fff;
border-color: #fff;
}
.home #header-area.et_pb_sticky .header-button-1 {
color: #000;
border-color: #000;
}
#header-area .header-button-1:hover {
background: #391515;
}
*/

#header-area .et_pb_button .fa {
	position: relative;
	top: 3px;
}
#header-area .et_pb_menu {
	float: right;
	margin-top: -20px;
	background-color: transparent;
}
#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 35px;
}
#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	margin-bottom: 5px;
}
#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a {
	color: #000;
}
.home #header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	color: #fff;
}
.home #header-area.et_pb_sticky .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	color: #000;
}
#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a:hover {
	opacity: 1;
	color: #cf6869;
}
.home #header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover,
.home #header-area.et_pb_sticky .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover {
	color: #cf6869;
}
#header-area .et_pb_menu .nav li ul {
	padding: 0;
}
#header-area .et_pb_menu .nav ul li a {
	text-transform: none;
	font-size: 16px;
}
#header-area .et_pb_menu .et_mobile_menu li a:hover,
#header-area .et_pb_menu .nav ul li a:hover {
	background-color: transparent;
	opacity: 1;
}
#header-area .et_pb_menu .et-menu li li a {
	padding: 10px 0;
}
#footer-area .footer-row-2 .et_pb_column:first-of-type {
	background-color: #fff;
	padding: 30px;
}
/*
#footer-area div.wpforms-container-full {
margin: 0 auto;
}
#footer-area .wpforms-field {
padding: 0 0 10px;
}
#footer-area input,
#footer-area select,
#footer-area textarea {
background: rgb(255 255 255 / 80%);
border-radius: 0;
border: 1px solid #ddd;
font-size: 18px;
color: #000;
font-family: inherit;
padding: 10px 20px;
height: auto;
}
#footer-area textarea {
height: 70px;
}
#footer-area .wpforms-submit-container {
padding-top: 0;
}
#footer-area .wpforms-submit-container button {
background-color: #cf6869;
border-color: #cf6869;
border-radius: 10px;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
padding-top: 7px !important;
padding-bottom: 7px !important;
}
#footer-area .wpforms-submit-container button:hover {
background-color: #391515;
}
*/
body .footer-row-2 a {
	color: #000;
}
body .footer-row-2 a:hover {
	color: #cf6869;
}




























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

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	#top-menu li {
		padding-right: 15px;
	}
	#top-menu li a {
		font-size: 18px !important;
	}
	#top-menu li li a {
		font-size: 16px !important;
	}
	.header-btn {
		font-size: 18px;
	}
	.home-banner h3:before,
	.home-banner h3:after {
		width: 100%;
	}
	.professional-women-paragraph h3 br {
		display: none;
	}
	.about-us h2:before {
		margin: 0px 0px 10px;
		width: 100%;
	}
	.about-us h2:after {
		margin: 10px 0px 0px;
		width: 100%;
	}
	.about-us h2,
	.about-us h5 {
		padding-bottom: 15px;
	}
	.about-us .et_pb_button {
		font-size: 17px;
	}
	.about-us .et_pb_button:after {
		font-size: 27px;
	}
	.testimonial-box p:before {
		margin: 0px -25px;
	}
	.services-img a {
		width: 250px;
		height: 250px;
	}
	.services-img a .et_pb_image_wrap {
		width: 230px;
		height: 230px;
	}
	.services-links h3 a {
		font-size: 25px;
	}
	.footer-left .et_pb_button {
		padding: 16px 50px !important;
	}
	.footer-icons a,
	p.footer-icons {
		font-size: 18px;
	}
	.inner-pages-heading h2 {
		font-size: 35px;
	}
	#faq-banner {
		background-position: right;
	}
	.heading-line h1 {
		font-size: 45px;
	}
	.about-img,
	.about-img-center {
		width: 250px;
		height: 250px;
	}
	.landing-btn .et_pb_button {
		font-size: 20px !important;
	}
	.landing-btn .et_pb_button:after {
		font-size: 28px;
	}
	.landing-form h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	.landing-footer-links a {
		margin: 0px 5px;
		font-size: 18px;
	}
	.landing-simple-practice h2 {
		font-size: 28px;
	}
	#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
		padding-right: 20px;
	}
	#header-area .et_pb_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size: 16px;
	}

}

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

	.et_header_style_left .logo_container {
		position: relative;
		text-align: center;
		padding-top: 15px;
	}
	.header-right {
		float: none;
		margin-top: 25px;
		text-align: center;
	}
	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 10px;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	.home #main-header {
		background: #ffffff;
	}
	.home .header-btn {
		color: #000;
		border-color: #000;
	}
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 0;
	}
	.home-banner {
		min-height: 440px;
	}
	.home-banner .et_pb_text_inner {
		padding-top: 60px;
	}
	.home-banner h1 {
		font-size: 39px;
	}
	.directives-area .et_pb_row {
		padding: 0px;
	}
	.services-section .et_pb_row:first-child {
		padding: 0;
	}
	.services-section h2 {
		padding-bottom: 0px;
	}
	.services-img a {
		margin: 0 auto;
	}
	.services-links h3:last-child {
		padding-bottom: 0px;
	}
	#footer-widgets .footer-widget:first-child {
		margin-bottom: 20px !important;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		margin: 0 !important;
		width: 100% !important;
	}
	#footer-widgets .footer-widget:last-of-type {
		padding-top: 30px;
	}
	#footer-widgets .footer-widget .fwidget {
		width: 100%;
	}
	.footer-icons {
		padding-left: 0px;
	}
	.footer-icons a, p.footer-icons {
		text-align: center;
	}
	.footer-icons .fa {
		position: relative;
	}
	#footer-area .social-footer,
	#footer-area .footer-button {
		padding-left: 0;
	}
	#footer-info {
		width: auto;
		margin-top: -55px;
		padding-bottom: 0px;
	}
	#main-content .alignright,
	#main-content .alignleft,
	#main-content .aligncenter {
		margin: 0 auto 25px;
		float: none;
		display: block;
	}
	.contact-btns .et_pb_button_module_wrapper {
		text-align: center;
	}
	.inner-banner {
		height: 350px;
	}
	.contact-btns {
		padding: 0;
	}
	.contact-map {
		padding-top: 0px !important;
	}
	.faq-headings {
		padding: 0px;
	}
	.heading-line h1 {
		font-size: 40px;
	}
	.faq-headings .faq-map {
		margin-bottom: 0px;
	}
	.stress-and-anxiety-management h2 {
		font-size: 32px;
	}
	.workshops-content {
		padding: 0;
	}
	.landing-logo p, .landing-phone p {
		text-align: center;
	}
	.landing-page-banner h1 {
		margin-top: 0px;
		font-size: 35px !important;
	}
	.landing-page-banner h2 {
		font-size: 28px !important;
	}
	#landing_page_2:after {
		background-size: contain;
	}
	.about-img-center {
		margin-top: 0px;
	}
	.landing-copyright p {
		text-align: center;
	}
	.landing-footer-links a {
		margin: 0 auto;
		float: none;
		display: table;
		text-align: center !important;
	}
	.landing-copyright p {
		font-size: 19px;
	}
	#landing_page_2 .et_pb_row:nth-child(2) {
		padding-top: 0;
	}
	#daring-way-heading {
		padding-bottom: 0px;
	}
	.landing-daring-way-buttons .one_half:first-child {
		margin-bottom: 20px;
	}
	.landing-daring-way-buttons .one_half.et_column_last {
		width: 100%;
	}
	.landing-daring-way-content #Individual-content {
		padding-top: 0;
	}
	#landing_page_1 .landing-professional-women {
		padding-top: 0px;
	}

	#footer-widgets .footer-widget .et_pb_button {
		padding: 12px 36px !important;
		min-width: 0;
		font-size: 17px;
		letter-spacing: 0px;
	}

	#main-content .about-us {
		background-image: none !important;
		padding-top: 0;
	}
	.about-us .et_pb_text_inner {
		max-width: 100%;
		float: none;
		padding: 30px 40px;
	}
	#header-area .et_pb_image {
		text-align: center;
	}
	#header-area .et_pb_code {
		text-align: center;
	}
	#header-area .et_pb_button {
		display: table;
		margin: 0 auto;
	}
	#header-area .header-button-1 {
		margin-bottom: 10px;
	}
	.home #header-area .header-button-1 {
		color: #000;
		border-color: #000;
	}
	#header-area .et_pb_menu {
		float: none;
		margin-top: 0;
		padding-top: 15px;
	}
	#header-area .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer-area .footer-row-2 .et_pb_text {
		text-align: center;
	}

}

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

	.header-btn {
		display: table;
		margin: 0 auto 30px;
	}

}

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

	.header-btn {
		display: table;
		margin: 0 auto 30px;
	}
	.home-banner h3 {
		font-size: 22px;
	}
	.home-cta .et_pb_button,
	.footer-left .et_pb_button,
	.about-us .et_pb_button {
		font-size: 17px;
		letter-spacing: 0px;
	}
	.home-cta .et_pb_button:after,
	.footer-left .et_pb_button:after,
	.about-us .et_pb_button:after {
		font-size: 28px;
	}
	.services-section h2 {
		font-size: 30px;
	}
	.footer-left h2 {
		font-size: 35px;
	}
	#footer-info {
		font-size: 18px !important;
	}
	.inner-pages-heading h2 {
		font-size: 30px;
	}
	.heading-line h1 {
		font-size: 35px;
	}
	.landing-page-banner h1 {
		font-size: 32px !important;
	}
	.landing-page-banner .et_parallax_bg {
		background-attachment: inherit;
	}
	#landing-btn .et_pb_button {
		font-size: 18px;
		text-align: center;
	}
	#landing-btn .et_pb_button:after {
		font-size: 28px;
	}

}
