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

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=KoHo:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');

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

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400 !important;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
	line-height: 1.3em;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

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

body p {
	padding-bottom: 15px;
}

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

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

#page-container .et_pb_button {
	display: inline-block;
    padding: 10px 42px 10px !important;
    text-decoration: none;
    background: #b74e36;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #b74e36;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
#page-container .et_pb_button:hover {
	background: #b74e36 !important;
	border-color: #b74e36;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #b74e36  ;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.white-btn.et_pb_button {
	background: #fff !important ;
	color: #000 !important;
}
.white-btn.et_pb_button:hover,
.btn:hover {
	background: #7c353d!important ;
		color: #fff !important;
}
.lp-15-form .wpforms-submit-container {
    text-align: center !important;
}

.lp-15-form  div#wpforms-3894 {
    margin-top: 0;
}
/*
wpforms styling
--------------------------------------------------- */

.entry-content .wpforms-container .wpforms-field-container input,
.entry-content .wpforms-container .wpforms-field-container select,
.entry-content .wpforms-container textarea {
	background: #eee !important;
	border-radius: 0 !important;
	font-family: inherit;
}
::-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: right;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #b74e36;
	border: none !important;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 18px 65px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	min-width: 210px;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #b74e36;
}

/* 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: #567426;
	font-weight: 700;
}

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

p:empty {
	display: none;
}

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

.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	color: red;
}

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

/* Divi row and container styling
----------------------------------------------- */

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

/* Divi section styling
----------------------------------------------- */



.heading-section + div {
	padding-top: 0;
}

/* Divi text module inner styling
----------------------------------------------- */

.et_pb_text_inner {
	clear: both;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */
#main-header .container {
	max-width: 1170px;
}
.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
	height: 60px !important;
}

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

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	right:0;
	padding:10px 20px;
	position:absolute;
	border:1px solid #000;
	text-align:center;
	top: 26px;
}
.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;
	font-weight:700;
}
.header-right-area a .icon {
	color: #1c75bc;
	margin-right: 5px;
}

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

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
	margin-top: 38px;
	padding-right: 210px;
}
body #top-menu li {
	padding-right: 20px;
}
.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 15px;
}
body .et-fixed-header #top-menu li {
	padding-right: 11px;
}
body #top-menu > li > a {
	text-transform:uppercase;
	font-weight: 500;
}
#main-header 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: 17px 20px 17px 25px;
	border-bottom: 1px dashed #566573;
	font-size: 16px;
	color: #000000 !important;
}
body #top-menu li li:last-child a {
	border-bottom: none;
}
body #top-menu li li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 12px;
	color: #000;
	font-weight: 700;
}

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

#top-menu-nav #top-menu li.current-menu-item > a:before,
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: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0px;
	height: 4px;
	background-color: #000;
	-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;
}

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

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

#main-header {
	padding-bottom:20px;
}

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

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

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

#hero-img-section {
	min-height: 590px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	color:#fff;
	font-family: 'KoHo', sans-serif;
	font-size:50px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-top: 70px;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h3 {
	color:#fff;
	text-shadow: 1px 1px 1px #000000;
	margin-bottom: 70px;
}

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

#main-footer {
	background:#883a52;
}


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

#main-footer #footer-widgets {
	padding: 20px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
body #footer-widgets .footer-widget p {
	padding-bottom:0;
}
body #footer-widgets .footer-widget .lnr {
	margin-right:5px;
}
body #footer-widgets .footer-widget .lnr.lnr-map-marker {
	margin-right: 5px;
    float: left;
    margin-bottom: 30px;
    position: relative;
    top: 10px;
}
span.fontawsome {
	display:none;
}
span.footer-social-icons {
	margin-top: 5px;
    margin-bottom: 10px;
    display: block;
	margin-left:30px;
}
#footer-widgets .footer-widget .fa {
    width: 40px;
    height: 40px;
    border-radius: 50px;
	font-weight:700;
    text-align: center;
    padding-top: 12px;
    color: #883a52;
    font-size: 18px;
    background: #ffffff;
    margin-right: 3px;
}
#footer-widgets .footer-widget .fa.fa-pt {
	font-family: 'Lato', sans-serif;
}

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

#main-footer form {
	position: relative;
	width: 690px;
    margin: 0 auto;
}
#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: 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;
}
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
}

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

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

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

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

/*
Inside page styling
---------------------------------------------------------------------------------------------------- */

/* Inside Hero banner
--------------------------------------------------- */

.inside-hero-bg {
	min-height: 350px;
}

/* Inside Hero img
--------------------------------------------------- */

#main-content .inside-hero-img {
	background: #000;
	max-height: 400px;
	overflow: hidden;
	padding: 0;
}

/* Inside page title
--------------------------------------------------- */

#main-content .heading-section {
	padding: 0;
}
.heading-section .et_pb_text {
	text-align: center;
}
.heading-section h1 {
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 0;
	color: #fff;
	font-size: 45px;
}
.heading-section h1 + * {
	padding-top: 20px;
}
/*
Inside page styling
---------------------------------------------------------------------------------------------------- */

/* Inside Hero banner
--------------------------------------------------- */

.inside-hero-bg {
	min-height: 350px;
}

/* Inside Hero img
--------------------------------------------------- */

#main-content .inside-hero-img {
	background: #000;
	max-height: 400px;
	overflow: hidden;
	padding: 0;
}

/* Inside page title
--------------------------------------------------- */

#main-content .heading-section {
	padding: 0;
}
.heading-section .et_pb_text {
	text-align: center;
}
.heading-section h1 {
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 0;
	color: #fff;
	font-size: 45px;
}
.heading-section h1 + * {
	padding-top: 20px;
}


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

/*
featured image section styling
--------------------------------------------------- */

#featured-image-section img {
	width: 100%;
	display: block;
}

/*
Page title section styling
--------------------------------------------------- */

#page-title-section {
	padding: 30px 0;
}
#page-title-section h1 {
	text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 50px;
    color: #883a52;
    margin-top: 20px;
}
#page-title-section h1:after {
	content: '';
	display: block;
	width: 66px;
	border-bottom: 3px solid #6ee8ab;
	margin: 5px auto 0;
	display:none;
}

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

.et_pb_post .entry-content {
	padding-top:0;
}

#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 {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}
.post-thumbnail {
     margin-bottom: 30px;
}
.post-thumbnail img {
	width: 100%;
	display: block;
}
.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: #495c12;
	color: #fff;
}

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

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	font-size: 18px;
	padding: 20px;
}
#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 0 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: 16px;
	padding-top: 0;
}
.about-box p {
	padding-bottom:0;
}
#sidebar .about-box h4 a {
	background: #883a52;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 85px;
}
#sidebar .about-box h4 a:hover {
	background: #702b40;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 13px 25px !important;
}
#page-container #sidebar .et_pb_button:after {
	font-size: 22px;
}

#sidebar .lnr.lnr-map-marker {
	position:relative;
	top:4px;
	color:#883a52;
}
#page-container .et_pb_button.lp-btn {
    padding: 10px 20px 10px !important;
}

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

#sidebar .prg-icon {
	padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}
#sidebar .prg-icon .lnr-map-marker-icon {
	color:#3c68a7;
}
#sidebar iframe,
#sidebar .widget_media_image img {
	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);
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

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

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

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

.sp-custom-style article {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}

/*
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;
}
#main-content .lp0012-header {
    padding: 0;
    z-index: 999;
}
/* 
Custom css
---------------------------------------------------------------------------------------------------- */
.holistic-therapy {
	color:#fff;
	line-height: 1.5;
}
.holistic-therapy h2 {
	margin-top: 15px;
	color:#fff;
}
.holistic-therapy h3 {
	color:#fff;
	margin-bottom: 20px;
}
#page-container .holistic-therapy .et_pb_button,
#page-container .home-bio-img .et_pb_button {
	background:none;
	color:#fff;
	border-color: #fff;
}
.home-bio-area {
	color:#fff;
}
.home-bio-area h2 {
	color:#fff;
}
.home-bio-area img {
	width:300px;
	height:300px;
	border-radius:150px;
	border:2px solid #fff;
}
.home-bio-img img {
	margin-top: 35px;
}
.home-bio-img h3 {
	color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 5px;
}
.home-bio-img h4 {
	color: #fff;
    font-size: 18px;
    padding-top: 0px;
    letter-spacing: 2px;
} 
.home-bio-img sup {
	bottom: 5px;
    right: 6px;
    font-size: 18px;
}
.faq-area sup {
	bottom: 5px;
    right: -1px;
    font-size: 18px;
}
.call-to-action p {
	margin-bottom: 15px;
}
.service-area {
	height:517px;
}
.service-area img {
	width:100%;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-area img:hover {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.et_pb_gutters3 .service-area .et_pb_column_1_4 {
	width: 23.875%;
}
.et_pb_gutters3 .service-area .et_pb_column {
	margin-right: 1.5%;
}
.service-area h4 {
	color:#fff;
	font-size:25px;
	margin-top: -90px;
}
.service-area h4 a {
	text-decoration:none;
}
h2.caroline {
	font-family: 'Grand Hotel', cursive;
}

#footer-contact-section {
	background:url("images/footer-back-img.jpg") no-repeat;
	background-size:cover;
	padding-top: 40px;
	height:534px;
}
#footer-contact-section h2 {
	color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 1px #403e3e;
	margin-top: 70px;
	margin-bottom: 5px;
}
#footer-contact-section .container {
	text-align:center;
}
span.footer-sub-heading {
	font-size:25px;
}
span.address {
    display: block;
}
.about-top-content h2 {
	padding-bottom:35px;
}


/* 
accordion style 5 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style5 {
	padding-left: 60px;
}
#main-content .accordion-style5 .et_pb_toggle {
	background: #efc7d3;
	background: -webkit-linear-gradient(to right,  #efc7d3, #faf0f2);
	background: -o-linear-gradient(to right,  #efc7d3, #faf0f2);
	background: -moz-linear-gradient(to right,  #efc7d3, #faf0f2);
	background: linear-gradient(to right,  #efc7d3, #faf0f2);
	border: none;
	padding: 0;
	position: relative;
	
}
#main-content .accordion-style5 .et_pb_toggle_title {
	color: #893b53;
	font-size: 25px;
	padding: 18px 50px 18px 25px;
}
#main-content .accordion-style5 .et_pb_toggle_close .et_pb_toggle_title,
#main-content .accordion-style5.et_pb_accordion_toggling .et_pb_toggle_close {
	background: #efc7d3;
	background: linear-gradient(to right,  #efc7d3, #faf0f2);
	background: -webkit-linear-gradient(left, #efc7d3, #faf0f2);
;
}
#main-content .accordion-style5 .et_pb_toggle_title:before {
	content: '+';
	font-family: "Open Sans",Arial,sans-serif !important;
	font-size: 30px;
	color: #893b53;
	display: block;
	right: 25px;
}
#main-content .accordion-style5 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: '-';
}
#main-content .accordion-style5 .et_pb_toggle_title:after {
	content: 'Q.';
	display: block;
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	position: absolute;
	left: -60px;
	background: #893b53!important;
	background: linear-gradient(to right,  #efc7d3, #faf0f2);
	background: -webkit-linear-gradient(left, #efc7d3, #faf0f2);
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
}
#main-content .accordion-style5 .et_pb_toggle_content {
	color: #893b53;
	padding: 0px 50px 40px 25px;
}
.grief-recovery-table .tablepress tbody .column-1 {
	border-right: 1px solid #000;
}
.grief-recovery-table tbody {
    border: solid 1px #000;
}
p.safety {
    border: 1px solid;
	padding: 20px;
}
p.Don’t-let {
    padding: 20px;
}
span.under-line {
    border-bottom: solid 2px;
}

#main-content .heading-section {
    padding: 0;
    background-color: #69293b;
}

/* Inside Hero img
--------------------------------------------------- */

#main-content .inside-hero-img {
	background: #000;
	max-height: 400px;
	overflow: hidden;
	padding: 0px ;
	background:cover;
}
.et_header_style_split #logo {
	margin-top: -17px;
}

body .lp0012-header .et_pb_row {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
#page-container .lp0012-header .et_pb_menu .et-menu {
    margin-left: auto;
    margin-right: auto;
}

#page-container .lp0012-header.lp0015-header .et_pb_menu .et_pb_menu__menu {
    float: none;
}
#main-content .lp0012-header .et_pb_column:nth-child(1) {
    width: 33%;
}
body .lp0012-phone a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}

#popmake-3932 .wpforms-submit-container {
    text-align: center;
}
#popmake-3932 .wpforms-submit-container .button#wpforms-submit-3894:hover {
    background: #b74e36 !important;
    border-color: #b74e36;
	color: #fff;
}
#popmake-3932 .wpforms-submit-container {
    text-align: center;
}
body #popmake-3932  div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #b74e36 !important;
    color: #fff !important;
}
/* 
Landing Page lp0015
---------------------------------------------------------------------------------------------------- */

#main-content .lp0017-header {
	padding: 0;
	z-index: 999;
}
body .lp0017-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

body .lp0017-logo a {
	display: table;
}
body .lp0017-logo img {
	display: block;
}

#page-container .lp0017-header .et_pb_menu {
	background-color: transparent;
}
#page-container .lp0017-header .et_pb_menu .et_pb_menu__wrap {
	justify-content: center;
}
#page-container .lp0017-header .et_pb_menu .et-menu {
	margin-left: auto;
	margin-right: auto;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li>a {
    text-decoration: none;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
#page-container .lp0017-header .nav li a {
	color: #000;
}
#page-container .lp0017-header .nav li a:hover {
	opacity: 1;
}

body .lp0017-phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
}
body .lp0017-phone .icon {
	font-weight: 400;
	position: relative;
	top: 5px;
}

body .lp0015-banner .et_pb_image_wrap {
	padding-right: 20px;
	padding-bottom: 20px;
}
body .lp0015-banner .et_pb_image_wrap:after {
	content: "";
	background: #b74e36;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 500px 500px;
}
body .lp0015-banner .et_pb_image img {
	border-radius: 0 0 500px 500px;
}

.lp0015-testimonial .single-items .et_pb_text {
	padding: 18px 33px 19px 75px;
	background-size: 100% 100%;
	font-size: 16px;
}
.lp0015-testimonial .single-items.single-items-2 .et_pb_text {
	padding: 18px 75px 19px 33px;
}
span.left-padding {
    padding-left: 20px;
}
body .lp-15-form button#wpforms-submit-3894 {
	 background: #fff !important;
		color: #000 !important;

}
body .lp-15-form button#wpforms-submit-3894:hover {
	    background: #b74e36 !important;
	color: #fff !important;
}
#main-content .lp-15-form .wpforms-form input, 
#main-content .lp-15-form .wpforms-form select, 
#main-content .lp-15-form .wpforms-form textarea {
    border: 1px solid #a5a5a5;
    border-radius: 0;
    font-family: inherit;
    padding: 12px 15px;
    height: 50px;
}
div.wpforms-container-full .lp-15-form .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    text-align: center;
}

body .lp-15-form .wpforms-submit-container {
    text-align: center !important;
}
 .lp-15-form {
    BACKGROUND: #205434;
}
.lp-15-form .wpforms-submit-container {
    text-align: center !important;
}

#popmake-3932 .wpforms-submit-container {
    text-align: center !important;
}
#page-container .body-section-1 .et_pb_button:hover {
    background: #b74e36 !important;
    border-color: #b74e36;
    border: solid 1px;
}

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

	body .lp0017-phone a {
		font-size: 18px;
	}

}

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

	body .lp0017-header .et_pb_row {
		display: block;
	}
	#main-content .lp0017-header .et_pb_column {
		margin-bottom: 0;
	}
	#main-content .lp0017-header .et_pb_column:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#main-content .lp0017-header .et_pb_module {
		text-align: center;
	}
	body .lp0017-logo a {
		margin: 0 auto;
	}
	#page-container .lp0017-header .et_pb_menu .et_pb_menu__wrap {
		justify-content: center;
	}

}

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

	.lp0015-testimonial .single-items .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}

/* 
Start Landing Page lp0015
---------------------------------------------------------------------------------------------------- */

.page-id-5935 {
	background: #EFEFEF;
}

#page-container .lp0012-header.lp0015-header .et_pb_menu .et_pb_menu__menu {
	float: none;
}
.lp0015-testimonial .single-items .et_pb_text {
	padding: 18px 33px 19px 75px;
	background-size: 100% 100%;
	font-size: 16px;
}
.lp0015-testimonial .single-items.single-items-2 .et_pb_text {
	padding: 18px 75px 19px 33px;
}

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

	.lp0015-testimonial .single-items .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}


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

	
@media only screen and (max-width: 767px) { 
	
	#main-content .accordion-style5 {
		padding-left: 36px;
	}
	#main-content .accordion-style5 .et_pb_toggle {
		margin-bottom: 15px;
	}
	#main-content .accordion-style5 .et_pb_toggle_title {
		font-size: 20px;
		padding: 12px 50px 12px 20px;
	}
	#main-content .accordion-style5 .et_pb_toggle_title:after {
		width: 35px;
		height: 35px;
		line-height: 35px;
		left: -37px;
	}
	#main-content .accordion-style5 .et_pb_toggle_content {
		padding: 0px 20px 40px;
	}

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

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

#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: 0;
	left: 0;
	z-index: 5;
}
.landing3-banner-section .landing3-top-row {
	padding-top: 0;
}
.landing3-banner-section .landing3-logo-widget {
	padding-top: 12px;
}
.landing3-phone-widget p {
	font-weight: 300;
}
.landing3-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #883a52 ;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.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;
	font-size: 45px;
}
.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;
	padding-bottom: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-section .et_pb_row {
	padding-top: 0;
	overflow: hidden;
	margin-top: -150px;
}
#main-content .landing3-content-section .landing3-content-area {
	padding-top: 150px;
}
/* sticky column styling
--------------------------------------------------- */

#sticky-column {
	position: static;
}

/* 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 .et_pb_button {
	background: #883a52  ;
	border-color: #883a52  ;
	color:#fff;
}
#landing3-contact-details .et_pb_button:hover {
	background: #702b40 ;
	color:#fff;
}
#landing3-contact-details h4 a {
	background: #883a52  ;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 16px 8px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 125px;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}

/* 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;
}
#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: #883a52  ;
    color: #fff;
	box-shadow:none;
	font-size: 16px !important;
}

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

body .landing-page-footer {
	background: #873a52 ;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}
body.page-id-2679 .landing-page-footer {
	background: #1fa7df;
}
.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;
}
/* 
Landing3 Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.landing3-banner-section:after {
		background-size: 100%;
		background-position: center top;
	}

}

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

	#sticky-column {
		width: 280px;
	}
	#sticky-column {
		width: 270px !important;
	}
	body.page-template-page-template-blank .et_pb_row {
		width: 94%;
	}
	
}

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

	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-bottom: 80px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	body .landing3-banner-caption {
		padding-top: 30px;
	}
	.landing3-banner-section .et_pb_text_inner {
		text-align: center;
	}
	#main-content .landing3-content-section .landing3-content-area {
		padding-top: 20px;
		margin-top: 0;
	}
	#sticky-column {
		width: 100%;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 a {
		position: relative;
		bottom: 0;
		margin: 20px auto 0;
	}
	#landing3-form-widget {
		margin-bottom: 0px;
	}
	#sticky-column {
		width:320px !important;
		margin: 0 auto !important;
    	display: block;
    	float: none;
    	clear: both;
	}
	.landing3-banner-caption h1 {
		font-size: 25px;
    	line-height: 1.4;
	}
}

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

	#main-content .landing3-banner-section {
		padding-bottom: 40px;
	}
}


/* 
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-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #883a52 ! important ;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing4-phone-widget a:hover {
	background: #702b40 ;
	color: #fff;
}
.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;
	font-size: 45px;
    margin-top: 90px;
}
.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;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

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

#landing4-form-widget .wpforms-container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-form-widget h3 {
	font-weight: 700;
	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%;
}
#landing4-form-widget input,
#landing4-form-widget select,
#landing4-form-widget textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #3c818b;
	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: 12px 15px;
	width: 100%;
	color:#fff;
}

/* 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: #fff;
}
#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;
}
#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;
}
/* 
Landing4 Media Queries
---------------------------------------------------------------------------------------------------- */

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

	#landing4-contact-details h4 a {
		right: 0;
	}
	#landing4-form-widget h3 {
		font-size: 29px;
	}
}

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

	body #main-content .landing4-banner-section {
		min-height: auto;
		padding-bottom: 20px;
	}
	body .landing4-top-row .et_pb_text_inner {
		text-align: center;
	}
	body .landing4-banner-caption {
		padding-top: 40px;
	}
	body #landing4-form-widget .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-form-widget h3 {
		text-align:center;
	}
	#landing4-contact-details {
		margin-top: 0;
	}
	#landing4-contact-details h4 a {
		position: relative;
		top: 0;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 500px) {
	
	.landing4-banner-caption h1 {
		font-size: 28px;
	}
	#landing4-form-widget h3 {
		text-align: center;
	}
	#landing4-form-widget .left-side-field {
		width: 100%;
		float: none;
	}
	#landing4-form-widget .right-side-field {
		position: relative;
		width: 100%;
	}
	#landing4-form-widget .wpforms-submit-container {
		position: relative;
		width: 80%;
		bottom: 0;
		margin: 15px auto 0px;
	}

}

/* 
Landing Footer Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.landing-copyright-area {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.landing-footer-links {
		float: none;
		text-align: center;
	}
}

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

	.landing-footer-links a {
		display: table;
		margin: 12px auto 0px;
	}
	.landing-footer-links a:first-child {
		margin-top: 0px;
	}
}



/* 
Media Queries Inner Banner
---------------------------------------------------------------------------------------------------- */

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

	#inner-banner6 .et_pb_text:before,
	#inner-banner6 .et_pb_text_inner {
		max-width: 275px;
	}
	#inner-banner6 h1 {
		font-size: 35px;
	}
	#inner-banner6 h1 br {
		display: none;
	}

}

@media only screen and (max-width: 767px) { 
	
	#inner-banner6 .et_pb_text:before {
		display: none;
	}
	#inner-banner6 .et_pb_row .et_pb_text {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		padding: 20px 20px 0;
	}
	#inner-banner6 .et_pb_text_inner {
		max-width: 100%;
		color: #000;
	}
	#inner-banner6 h1 {
		border-color: #d8d8d8;
		color: #000 !important;
		font-size: 30px;
	}
}


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

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu li {
		padding-right: 5px;
	}
	#top-menu li a {
    	font-size: 13px !important;
	}
	.service-area h4 {
		font-size: 20px;
    	margin-top: -75px;
	}
	body .et-fixed-header #top-menu li {
    	padding-right: 2px;
	}
	body .et-fixed-header #top-menu li a {
		font-size: 12px !important;
	}
}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: 75%;
		max-height: inherit;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 300px;
		margin-top: 20px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 35px;
	}
	body h3 {
		font-size: 30px;
	}
	body h4 {
		font-size: 25px;
	}
	
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-right-area {
		float: none;
		position:relative;
		display: table;
    	margin: 0 auto;
	}
	#main-header div#et-top-navigation {
		padding-right: 0;
	}
	.mobile_menu_bar:before {
		color: #883a52;
	}
	.et_mobile_menu {
		border-top: 3px solid #883a52;
	}
	#hero-img-section {
		padding-top: 60px;
    	min-height: 400px;
	}
	#hero-img-section h1 {
		font-size: 40px;
		margin-top:0;
	}
	#hero-img-section h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.et_pb_gutters3 .service-area .et_pb_column {
		margin-right: 1.5% !important;
	}
	.et_pb_gutters3 .service-area .et_pb_column:last-child {
		margin-right: 0 !important;
	}
	.service-area h4 {
    	font-size: 16px;
    	margin-top: -63px;
	}
	.service-area {
    	height: auto;
	}
	#footer-widgets .footer-widget:last-child {
		width: 100% !important;
	}
	body #footer-widgets .footer-widget:last-child p {
		text-align: center;
	}
	span.footer-social-icons {
		text-align: center;
	}
	.inside-hero {
		padding-bottom:0 !important;
	}
	span.footer-social-icons {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) { 
	
	body h1 {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 23px;
	}
	#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;
	}
	#main-footer form {
		width: 100%;
	}
	#main-footer .left-side-field {
    	width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#footer-contact-section {
		height: auto;
    	padding-bottom: 40px;
	}
}

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

	body h1 {
		font-size: 28px;
	}
	body h2 {
		font-size: 24px;
	}
	body h3 {
		 font-size: 23px;
	}
	body h4 {
		font-size: 22px;
	}
	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: 20px auto 15px;
	}
	#footer-widgets .wpforms-submit-container {
		text-align: center;
	}
	#footer-widgets .left-side-field  {
		width: 100%;
	}
	#footer-widgets .right-side-field {
		position: relative;
		width: 100%;
	}
	#hero-img-section {
    	padding-top: 15px;
    	min-height: auto;
	}
	.service-area h2 {
		text-align:center;
	}
	.service-area h4 {
    	font-size: 25px;
    	margin-top: -75px;
	}
	.heading-section h1 {
		font-size: 24px;
	}
}

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

	

}