/*
	Theme Name: Lean Website Template
	Theme URI: 	TherapyPracticeAccelerator.com
	Template: 	Divi
	Version: 	3.11.1
*/

/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body {
	font-weight: 400 !important;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}
body h1 {
}
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,
p + h5,
p + h6 {
	padding-top: 15px;
}

body p {
	padding-bottom: 25px;
}
#top-header, #et-secondary-nav li ul {
    background-color: #3c87e0!important;
}
.et_pb_text_inner p {
    font-size: 16px!important;
}
p:last-of-type + * {
	padding-top: 25px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-4100 {
    display: none;
}


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

#page-container .et_pb_button {
	text-decoration: none;
	background: transparent;
	border-color: #242b30;
	display: inline-block;
	padding: 12px 30px;
	line-height: normal !important;
	min-width: 175px;
	text-align: center;
	text-decoration: none;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
#page-container .et_pb_button:after {
	font-size: 22px;
}
#page-container .white-btn {
	color: #eaf4f9;
	border-color: #eaf4f9;
}
#page-container .white-btn:hover {
	color: #eaf4f9 !important;
	border-color: #eaf4f9 !important;
}
#page-container .transparent-btn {
	border: 1px solid transparent;
	color: #000;
	background: transparent;
	display: inline-block;
	padding: 10px 30px;
}
#page-container .transparent-btn:hover {
	color: #413e3a;
}
.btn {
	background: #39b54a;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #39b54a;
}
.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: #567426;
	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
--------------------------------------------------- */

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

/* 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;
}
.flex-row .et_pb_column:first-child {
	margin-right: 0;
}

/* img text row styling
----------------------------------------------- */

.img-text-row.flex-row .et_pb_column:first-child {	
	align-self: start;
}
.img-text-row.reverse-col .et_pb_image {
	text-align: right;
}
.img-text-row .et_pb_image .et_pb_image_wrap {
	max-width: 445px;
	width: 90%;
}
.img-text-row .et_pb_image img {
	-webkit-box-shadow: 10px 15px 55px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 10px 15px 55px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 15px 55px rgba(0, 0, 0, 0.4);
}
.img-text-row.reverse-col .et_pb_image img {
	-webkit-box-shadow: -10px 15px 55px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -10px 15px 55px rgba(0, 0, 0, 0.4);
	box-shadow: -10px 15px 55px rgba(0, 0, 0, 0.4);
}
.img-text-row h2 {
	font-size: 35px;
}

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

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

/* builder module inner styling
----------------------------------------------- */

.et_pb_text_inner {
	clear: both;
}

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

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

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 30px;
}
.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: 15px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
#page-container .header-right-area .et_pb_button {
	min-width: auto;
	color: #000;
	border-color: #000;
	font-weight: 600;
	padding: 8px 25px;
}


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

#main-header div#et-top-navigation {
	padding: 42px 0 15px;
}
body #top-menu li {
	padding-right: 35px;
}
body #top-menu > li > a {
	font-weight: 600;
}
#main-header li ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
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: 12px 20px 12px 25px;
	font-size: 16px;
	color: #000000 !important;
}
body #top-menu li li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 12px;
	font-weight: 700;
}

.menu-btn a {
	border: 1px solid #000;
	padding: 20px;
}

body.logged-in #main-header div#et-top-navigation,
body.logged-in #page-container .hide-for-loggedin {
	display: none !important;
}

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

body #top-menu > li > a::before {
	content: '';
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0px;
	height: 4px;
	background-color: #737373;
	-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 #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.menu-item-has-children > a:hover::before {
	opacity: 0;
}

/* Secondary menu styling
--------------------------------------------------- */

.et_secondary_nav_only_menu #top-header,
.page-template-page_funnel #page-container #top-header {
	display: none;
}
.logged-in.et_secondary_nav_only_menu #top-header {
	display: block;
}
.admin-bar #page-container #top-header {
	top: 130px !important;
}
#page-container #top-header {
	top: 98px !important;
}
.logged-in #main-header {
	top: 32px !important;
}

body #et-secondary-menu {
	float: none;
	text-align: center;
}
body #et-secondary-nav li {
	margin-right: 0;
	text-align: left;
}
body #et-secondary-menu > ul > li a {
	display: inline-block;
	letter-spacing: 0;
}
body #et-secondary-nav > li:after {
	content: '|';
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 400;
}
body #et-secondary-nav > li:last-child:after {
	display: none;
}
body #et-secondary-nav li ul li {
    padding: 0;
}

#et-secondary-nav .disable-item {
	display: none;
}

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

/* Home Header styling
--------------------------------------------------- */
/*
.home #main-header {
	background: transparent;
	-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: -145px;
}
*/

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

#hero-img-section {
	min-height: 600px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	font-weight: 600;
}
#hero-img-section h2 {
	padding-bottom: 35px;
}

/*
team cta section styling
--------------------------------------------------- */

.team-cta-widget h2 {
	font-size: 40px;
	line-height: 1.2;
	padding-top: 36px;
}

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

.page-template-page_funnel #main-footer {
	display:none;
}

body #main-footer {	
	border-top: 4px double #000;
}

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

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

/* footer copyright section styling
--------------------------------------------------- */

#footer-copyright-section {
	background-color: #ffffff;
	font-size: 16px;
	padding: 25px 0;
	overflow: hidden;
	line-height: 1.5;
}
.left-to-right {
	float: right;
	margin-top: 45px;
}
.right-to-left {
	float: left;
	max-width: 460px;
}
.left-to-right a {
	font-weight: 700;
	margin-left: 15px;
}
.right-to-left .small-font {
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 15px;
}

/* 
Inner Banner section Setyling
---------------------------------------------------------------------------------------------------- */

#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_row .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_image:before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.55);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#inner-banner-section .et_pb_row .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	padding: 0 20px 20px;
}
#inner-banner-section h1 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

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

/*
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 {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
}
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;
}
.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 {
	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;
}
#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;
}

/* 
about section Styling
---------------------------------------------------------------------------------------------------- */

.about-section h2 {
	font-size: 45px;
	text-transform: uppercase;
}
.staff-members-row .et_pb_image img {
	border: 8px solid #e1e1e1;
	-webkit-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.37);
}
.et_pb_bg_layout_dark a {
	color: #ffffff;
}

/* 
Reviews Page styling
---------------------------------------------------------------------------------------------------- */

.recent-testimonial {
	margin-bottom: 50px;
}
.recent-testimonial:after {
	content: '';
	display: block;
	clear: both;
}
.testimonial-content {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	color: #444444;
	font-size: 21px;
	padding: 50px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.testimonial-content:before {
	content: '';
	display: block;
	background: url(images/start-quote.png) no-repeat center center;
	width: 149px;
	height: 108px;
	position: absolute;
	top: 18px;
	left: 40px;
	z-index: -1;
}
.testimonial-content:after {
	content: '';
	display: block;
	background: url(images/end-quote.png) no-repeat center center;
	width: 149px;
	height: 108px;
	position: absolute;
	bottom: 18px;
	right: 40px;
	z-index: -1;
}
.testimonial-img {
	float: left;
	margin-right: 15px;
}
.testimonial-img img {
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	max-width: 100px;
}
.client-details {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	font-size: 21px;
	color: #505050;
	position: relative;
	z-index: 5;
}
.testimonial-img img {
	border-radius: 50%;
	max-width: 98px;
}
.client-details:before {
	content: '';
	display: table;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 32px solid #f5f5f5;
	margin: 0 auto 20px;
}
.client-details h4 {
	font-family: 'Abel',sans-serif;
	padding-bottom: 6px;
}
.client-info {
	margin-left: 120px;
	line-height: 1.2;
}

/*
Week View Styling
---------------------------------------------------------------------------------------------------- */

body #et-boc .week-page-section .et_pb_row {
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
}
.week-view-widget {
	padding: 30px 25px;
	border-radius: 4px;
}
.week-view-widget p {
	font-size: 14px;
	text-transform: uppercase;
}
body .week-view-widget h4 {
	padding-top: 0;
}

/*.week-view-widget {
	background:#44be91 !important;
}*/

#sticky-column {
	position: static;
}
.et_pb_column.et_pb_column_2_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
    padding: 20px;
    background-color: #f5f6f8;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

#main-content #dropdown-menu-widget {
	border-right: none;
	padding-right: 0;
	margin-bottom: 0;
}
#dropdown-menu-widget .et_pb_widget {
	margin-bottom: 30px;
}
#select-week {
	background: #3c87e0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 12px 65px 12px 20px;
}
#select-week .fa {
	width: 50px;
	height: 100%;
	border-left: 1px solid #3276c7;
	position: absolute;
	right: 0;
	top: 0;
}
#select-week .fa:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#main-content #dropdown-menu-widget .menu {
	background: #fff;
	padding: 20px !important;
	display: none;
}
#dropdown-menu-widget li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
#dropdown-menu-widget .current_page_item a {
	color: #3c87e0;
}

#main-content .week-links-widgets ul {
	padding-left: 20px !important;
}
.week-links-widgets ul li {
	list-style-type: decimal;
	margin-bottom: 0;
	padding-right: 25px;
	position: relative;
	font-size: 18px;
	color: #333333;
	line-height: 1.25;
	margin-bottom: 10px;
	font-weight: bold;
}
.week-links-widgets ul li.current_page_item,
.week-links-widgets ul li.current_page_item a {
	color: #000;
	font-weight: bold;
}
.week-links-widgets ul li:after {
	content: '\f00c';
	display: inline-block;
	font-family: FontAwesome;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #00be49;
	color: #fff;
	border-radius: 50%;
	font-size: 9px;
	position: absolute;
	right: 0;
	top: 5px;
	opacity: 0;
}
#main-content .week-links-widgets ul a {
	color: #333333;
}


.download_list_link + .downloads_section {
    padding-top: 50px;
}
.downloads_section_top,
.downloads_section {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.downloads-link {
	padding: 20px 0 10px 0;
	font-weight: bold;
	font-size: 24px;
}

.video-transcript-widget {
	clear: both;
	padding-top: 15px;
}
.video-transcript-widget .et_pb_text_inner {
	height: 350px;
	overflow-y: scroll;
	overflow: auto;
	background: #fff;
	padding: 15px;
}
.video-transcript-widget h3 {
	font-weight: 700;
	font-size: 25px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.week-content-widget img {
	margin-bottom:30px;
}
.week-content-widget ul li:before {
	content: '\f00c';
    display: inline-block;
    font-family: FontAwesome;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #00be49;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    position: absolute;
    left: 0;
    top: 6px;
	opacity: 0;
}
.week-content-col,
.week-page-section .et-last-child {
    padding: 20px;
    background-color: #f5f6f8;
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.week-content-widget form ul li:before {
	display: none !important;
}
.week-content-widget h1 {
	color: #000;
	padding-bottom: 25px;
	font-size: 35px;
	font-weight: 700;
	overflow: hidden;
}
.week-content-widget h1 .et_pb_button {
	float: right;
	padding: 5px 25px !important;
	margin-left: 20px;
}
/*.week-content-widget strong {
	font-size:24px;
}*/
.week-content-widget ul li {
	list-style-type:none;
	position: relative;
}
.week-content-widget ul li a {
	font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    /*padding-left: 22px;*/
}
.entry-content .week-content-widget ul {
	padding-left: 5px;
}
#et-boc .week-content-widget h1 form {
	float: right;
}
#et-boc .week-content-widget input[type="submit"] {
	background: #44be91;
	border-radius: 7px 0;
	color: #fff;
	padding: 7px 25px !important;
	display: inline-block;
	border: none;
	font-size: 20px;
	font-family: 'PT Serif';
}
.et_pb_column .custom-col-style {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(60, 135, 224, 0.6);
	padding: 30px 30px 25px;
}
.custom-col-style ul li {
    margin-bottom: 5px;
}
.custom-col-style ul li a {
	font-weight: 400;
}
.faq-heading h1 {
	color:#000;
}

#week-lessons-widget .widget_nav_menu {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
#week-lessons-widget .menu {
	padding-left: 5px !important;
}
#week-lessons-widget .menu li {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#week-lessons-widget .menu a {
	color: #0d5382;
}

p:last-of-type + .download_list_link {
	padding-top: 5px;
}
.download_list_link {
	padding-left: 30px;
	line-height: 1.2;
	margin-bottom: 7px;
}
.download_list_link:before,
.download_link a:before {
	content: "\f019";
	color: #0d5382;
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.download_list_link:before,
.download_link a:before {
}
.download_list_link a,
.download_link a {
	text-decoration: underline;
}

/* 
login page Styling css
---------------------------------------------------------------------------------------------------- */

body #wpmem_login legend,
body #wpmem_reg legend {
	display: none;
}
body #wpmem_reg fieldset,
body #wpmem_login fieldset {
	margin: 0;
}
body #wpmem_reg .button_div,
body #wpmem_login .button_div {
	text-align: left;
}
body #wpmem_login .buttons,
body #wpmem_reg .buttons {
	background: #ddd;
	border: none;
	display: block;
	min-width: 80px;
	font-weight: 700;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
}

/* 
Funnel template css
---------------------------------------------------------------------------------------------------- */

.page-template-page_funnel .et_builder_inner_content {
	min-height: 500px;
}
.page-template-page_funnel #et-main-area {
	border-top:15px solid rgba(85,189,145,1);
}

.page-template-page_funnel #main-header {
	display:none;
}
.page-template-page_funnel #page-container {
	padding-top: 0 !important;
}
.page-template-page_funnel .et_pb_row {
	max-width: 940px;
}
.page-template-page_funnel h1 {
	font-size: 55px;
	font-family: 'Quicksand', sans-serif;
    color: rgb(72, 90, 104);
    font-weight: 500;
}
span.text-underline {
	text-decoration:underline;
}
#page-container .victor-elkins-area {
	padding-bottom: 280px;
}
#page-container .victor-elkins-area .et_pb_button {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	background: rgba(85,189,145,1);
    color: #ffffff;
    border: 0;
    padding: 20px 40px;
    border-radius: 14px;
}
.victor-elkins-area .et_pb_image.small-girl-img .et_pb_image_wrap {
	max-width: 284px !important;
    margin: 0 auto;
    display: block;
}
.victor-elkins-area .et_pb_image.small-girl-img .et_pb_image_wrap img {
	border-radius:10px;
	width: 284px;
    height: 194px;
    margin: 25px auto 0;
}
.victor-elkins-area div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size:24px;
}
.victor-elkins-area div.wpforms-container-full .wpforms-form input[type=email] {
	max-width: 78%;
    height: 45px;
	border-style: solid;
    border-width: 2px;
    border-color: #55BD91;
	border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
}
.great-product-service {
	background:#f6fbf9;
}
.great-product-service h2 {
	font-size:36px;
	font-weight:700;
	color:#0d5382;
	margin-bottom:5px;
}
.great-product-service ul li {
	background: url(images/tick-img.jpg) no-repeat;
    background-position: left center;
    padding-left: 55px;
    margin-bottom: 20px;
    height: 40px;
}
.vpp-bottom-area h2 {
	font-size: 64px;
	color: #0d5382;
	font-weight:700;
}
.closing-offer-area {
	padding-top: 65px;
	padding-left:20px;
}
span.funnel-footer-left {
	float:left;
}
span.funnel-footer-right {
	float:right;
}
.funnel-video iframe {
	height:400px;
}
.funnel-footer {
	width:940px;
	margin: 60px auto 0;
	float:none;
}
.funnel-survey-area h1 {
    font-size: 35px;
    line-height: 1.7;
}
.funnel-survey-area div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
}
.thank-you-message img {
	border:1px solid #000;
	margin-top:10px;
}
.funnel-schedule-area h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
    color: rgb(72, 90, 104);
}
.page-template-page_funnel #page-container .et_pb_button {
	font-family: 'Quicksand', sans-serif;
	border-radius: 5px;
    background: rgba(85,189,145,1);
	line-height: 24px;
	padding: 20px 40px;
    font-weight: 500;
	color:#fff;
	border:0;
}
.page-template-page_funnel #page-container .funnel-survey-area .et_pb_button,
.page-template-page_funnel #page-container .funnel-video .et_pb_button {
	padding:25px 40px;
}

.page-template-page_funnel #page-container .et_pb_button:hover {
	background: rgba(65,180,126,1) !important;
	color:#fff !important;
}
#logo {
    max-height: 85%!important;
}
a.et_pb_button {
    font-weight: 800!important;
    border-color: #fff!important;
}
/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	body .et_pb_row,
	body .container,
	.funnel-footer {
		width: 90%;
	}
	body #top-menu li {
		padding-right: 25px;
	}
	#hero-img-section {
		min-height: 430px;
		padding-top: 75px;
	}
	.img-text-row h2 {
		font-size: 30px;
	}
	#page-container .victor-elkins-area {
		padding-bottom: 70px;
	}
	.page-template-page_funnel h1 {
		font-size: 50px;
	}
	#sticky-column {
		width: 270px;
	}

}

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

	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 300px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	#inner-banner-section h1 {
		font-size: 35px;
	}
	body .mobile_menu_bar:before {
		color: #000;
	}
	body .flex-row {
		display: block;
	}
	#footer-copyright-section .textwidget {
		text-align: center;
	}
	.left-to-right {
		float: none;
		margin-top: 0;
	}
	.right-to-left {
		float: none;
		max-width: 100%;
		padding-top: 15px;
	}
	body.logged-in #main-header div#et-top-navigation {
		display: block !important;
	}
	.page-template-page_funnel h1 {
		font-size: 35px;
	}
	#sticky-column {
		width: 100%;
	}
	#sticky-column .et_pb_widget {
		width: 100%;
		margin-right: 0;
	}
	
}

@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: 30px;
	}
	#inner-banner-section .et_pb_image:before {
		display: none;
	}
	#inner-banner-section .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-banner-section .et_pb_text_inner {
		max-width: 100%;
		color: #000;
	}
	#inner-banner-section h1 {
		color: #000 !important;
		font-size: 30px;
	}
	.header-right-area {
		padding-top: 12px;
		padding-bottom: 7px;
	}
	#main-header div#et-top-navigation {
		padding: 15px 0 0;
		clear: both;
	}
	#main-header div#et-top-navigation {
		padding: 0;
	}
	#et_mobile_nav_menu .mobile_menu_bar {
		padding-bottom: 5px;
	}
	#page-container .header-right-area .et_pb_button {
		padding: 5px 13px;
	}
	.team-cta-widget h2 {
		font-size: 30px;
	}
	.downloads_section_top, .downloads_section {
		font-size: 25px;
	}
	.testimonial-content {
		font-size: 20px;
		padding: 25px;
	}
	.testimonial-content:before {
		background-size: contain;
		width: 80px;
		height: 67px;
		top: 10px;
		left: 14px;
	}
	.testimonial-content:after {
		background-size: contain;
		width: 80px;
		height: 67px;
		bottom: 10px;
		right: 14px;
	}
	.page-template-page_funnel h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	.funnel-footer {
		margin-top: 0;
	}
	span.funnel-footer-left {
		display: block;
		float: none;
		text-align: center;
	}
	span.funnel-footer-right {
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	.page-template-page_funnel .et_builder_inner_content {
		min-height: 300px;
	}
	.thank-you-message img {
		margin-left: 0;
	}
	.week-content-widget h1 {
		font-size: 30px;
		padding-bottom: 15px;
	}
}

@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;
	}
	#footer-widgets .wpforms-submit-container {
		text-align: center;
	}
	#footer-widgets .left-side-field  {
		width: 100%;
	}
	#footer-widgets .right-side-field {
		position: relative;
		width: 100%;
	}
}

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

	#page-container .header-right-area .et_pb_button {
		font-size: 12px;
	}

}

/* Landing page custom css -*/
div#landing_page_2 a {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    text-shadow: 0px 0px 2px #000;
    margin-top: 25px;
    display: block;
}
div#landing_page_2:after {
    content: '';
    background: url(https://divorcedoesntdefine.com/wp-content/uploads/2021/05/new-curve.png) no-repeat center bottom;
    display: block;
    width: 100%;
    height: 84px;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}
.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-content p {
    font-size: 24px!important;
	font-weight: bold!important;
}
.landing-page-content h3 {
    font-size: 34px;
    font-weight: 800;
    color: #ff0000;
}
.download-weeks {
    background: #000;
    color: #fff;
    padding: 30px 30px 30px 31px;
    text-align: center;
}
.edd-submit.button.blue.active, .edd-submit.button.blue:focus, .edd-submit.button.blue:hover {
    background: #fff!important;
}
.author-quote p span {
    font-size: 21px!important;
    color: #fff!important;
}
.landing-logo p {
    font-size: 26px!important;
}

.purchase-btn {
    display: none!important;
}
.space-btn {
    display: none!important;
}
.stripe-pay a {
    background: #ffff00!important;
    color: red!important;
    font-size: 30px!important;
}
.secure-btn a {
    background: #ffff00!important;
    color: #000!important;
}
.edd_price_options.edd_single_mode {
    display: none!important;
}
input#edd-purchase-button {
    color: #000!important;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}
div#landing_page_2 h1 {
    font-size: 65px;
}
.discover-class p {
    font-size: 25px!important;
    color: #35ad35!important;
    text-align: center!important;
}
.logo-define img {
    width: 8em!important;
}
footer.landing-page-footer {
    display: none!important;
}
.define-class h2 {
    font-size: 42px!important;
}
.author-quote h6 {
    font-size: 30px;
    text-transform: uppercase;
}
.author-quote p {
    font-size: 20px!important;
}
.landing-page-content p span del em {
    font-size: 30px!important;
    position: relative!important;
}
.landing-page-content p em span {
    font-size: 30px!important;
}
.landing-page-content h5 {
    font-size: 30px!important;
}
.footer-landing .et_pb_row {
    padding: 0%!important;
}
td.edd_cart_item_name {
    font-weight: bold;
}
.landing-page-content h2 strong {
    font-size: 50px!important;
}
.landing-page-content p span em::after {
    content: ""!important;
    width: 12%!important;
    height: 1px!important;
    background: red!important;
    position: absolute!important;
    left: -5px!important;
    transform: rotate( 
-14deg
 )!important;
    margin: 15px 0px 0px 0px;
}
.landing-page-content p span em {
    font-size: 30px;
}
.landing-page-content h2 strong span {
    color: #FF8300!important;
}
.landing-page-content p {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #FF8300!important;
}
.edd-add-to-cart .edd-add-to-cart-label{
	opacity: 1!important;
}
.landing-page-content h1 {
    position: relative;
    bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .about-img-center {
    width: 320px;
    height: 320px;
    margin-top: 0px!important;
}
	div#landing_page_2 h1 {
    font-size: 58px;
}
	.landing-page-content p {
    text-align: center!important;
}
	.landing-page-content p span em::after {
    content: ""!important;
    width: 22%!important;
    height: 1px!important;
    background: red!important;
    position: absolute!important;
    left: 135px!important;
    transform: rotate( 
-14deg
 )!important;
    margin: 14px 0px 0px 0px;
}
	.landing-copyright p {
    text-align: center!important;
}
	.landing-footer-links p {
    text-align: center!important;
}
	.footer-landing .et_pb_column {
    margin-bottom: 0px!important;
}
	.landing-page-content h1 {
    font-size: 39px!important;
    position: relative;
    bottom: 50px;
}
	.define-class h2 {
    font-size: 33px!important;
}
	.secure-btn a {
    font-size: 23px!important;
}
}