/*
Theme Name:	Cassie Mariscal
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.9.10
*/

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

html body {
	font-weight: 400;
	line-height: 1.66;
}

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

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

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

/* paragraph
--------------------------------------------------- */

body p {
	padding-bottom: 17px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

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

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 16px 27px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.75px;
	-webkit-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #960472;
}

#page-container .white-button {
	background: #fff;
	color: #000;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}

#page-container .btn {
	display: inline-block;
	padding: 16px 27px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
	background: #fa2dc8;
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}
#page-container .btn:hover {
	background: #960472;
}

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

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

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

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

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: "\f345";
	color: #fa2dc8;
	font-family: dashicons;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

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

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

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

html body #page-container div.wpforms-container-full {
	margin: 0 auto;
}
#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;
}
.wpforms-container ::-webkit-input-placeholder {
	color: #000 !important;
}
.wpforms-container :-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.wpforms-container ::-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.wpforms-container :-ms-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.wpforms-container ::-ms-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.wpforms-container ::placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 16px 27px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 8px;
	background: #fa2dc8;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 13px 8px rgba(0, 0, 0, 0.08);
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #960472 !important;
}

#page-container .wpforms-confirmation-container-full {
	background: #fa2dc8;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* dashicons icon 
--------------------------------------------------- */

.dashicons-icon:before {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone:before {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

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

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

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

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

body .top-gap-large {
	padding-top: 70px;
}
body .bottom-gap-large {
	padding-bottom: 70px;
}
body .top-gap-medium {
	padding-top: 50px;	
}
body .bottom-gap-medium {
	padding-bottom: 50px;	
}

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

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

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

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

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

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

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

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

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -135px;
}
.et_pb_row .outside-left {
	margin-left: -135px;
}

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

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

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

#page-container #main-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

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

.header-right-area {
	position: relative;
	float: right;
	padding-top: 30px;
	padding-left: 60px;
}

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

body.et_header_style_left .logo_container a {
	display: inline-block;
}
#main-header div#et-top-navigation {
	padding-top: 48px;
}
body #top-menu > li {
	padding-right: 30px;
}
#top-menu-nav #top-menu > li > a {
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 48px;
	font-weight: 600;
}
#top-menu-nav #top-menu > li.menu-item-has-children > a:after {
	content: "\f347";
	font-family: dashicons;
	font-size: 10px;
	font-weight: 400;
	position: relative;
	margin-left: 3px;
}
#top-menu li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #main-header .nav li ul a {
	width: 100%;
	padding: 14px 20px;
	font-weight: 400;
	text-transform: none;
	color: #000 !important;
}
#main-header #top-menu li li a:hover {
	background: #fa2dc8;
	color: #fff !important;
}

/* collapse menu on mobile
--------------------------------------------------- */

#main-header #mobile_menu .sub-menu {
	display: none !important;
}
#main-header #mobile_menu .menu-item-has-children.activated > .sub-menu {
	display: block !important;
	visibility: visible !important;
}
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #fa2dc8;
	border: none;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle:before {
	content: '\4c';
	display: inline-block;
	font-size: 18px;
	font-family: 'ETmodules';
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
#mobile_menu .menu-item-has-children.activated > .sub-menu-toggle:before {
	content: '\4d';
}

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

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

#hero-img-section {
	padding-top: 70px;
	padding-bottom: 190px;
	position: relative;
	overflow: hidden;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
	z-index: 1;
}
#hero-img-section:after {
	content: '';
	display: block;
	width: 100%;
	height: 225px;
	background: url(images/hero-curve.png) no-repeat center center;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: -1;
}
#hero-img-section .et_pb_row, 
#hero-img-section .et_pb_column {
	position: initial;
}
#hero-img-section h1 em {
	font-size: 80px;
	font-style: normal;
	display: inline-block;
	margin-top: -6px;
}
#hero-img-section h5 {
	font-size: 18px;
}

.contact-box:before {
	content: '';
	display: block;
	background: url(images/arrow-indicator.png) no-repeat center;
	width: 83px;
	height: 94px;
	position: absolute;
	right: 100%;
	bottom: 100%;
}
.contact-box {
	max-width: 451px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
}
.contact-box .et_pb_blurb_content {
	display: flex;
	align-items: center;
}
.contact-box .et_pb_main_blurb_image {
	flex: 0 0 129px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.contact-box .et_pb_image_wrap {
	background: #38B8F7;
	border-radius: 50%;
	border: 10px solid #38B8F7;
	overflow: hidden;
}
#page-container .contact-box .et_pb_blurb_container {
	background: #38B8F7;
	padding: 12px 60px 17px 65px;
	margin-left: -60px;
	text-align: center;
	width: 100%;
	clip-path: polygon(0% 0%, 100% 0, calc(100% - 47px) 50%, 100% 100%, 0% 100%);
	text-shadow: none;
}
.contact-box h4 {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
}
#page-container .contact-box .et_pb_button {
	text-transform: inherit;
	letter-spacing: 0;
	padding: 12px 12px;
}
#page-container .contact-box .et_pb_blurb_container:after {
	content: '';
	display: block;
}

/* Stories Section
--------------------------------------------------- */

body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:last-of-type,
body .reverse-column-row .et_pb_column:first-of-type {
	align-self: center;
}
#stories-area .et_pb_image .et_pb_image_wrap,
body .home-about-section .et_pb_image .et_pb_image_wrap {
	border-radius: 20px;
	overflow: hidden;
}

/* schedule box
--------------------------------------------------- */

#page-container .schedule-box {
	max-width: 772px;
	border-radius: 20px;
	background: #39B8F7;
	padding: 50px 50px;
	text-align: center;
	margin: 0 auto;
}
#page-container .schedule-box h2 {
	border-bottom: 1px solid #C7C4C4;
	background: url(images/logo-icon.png) no-repeat center top;
	display: table;
	margin: 0 auto 25px;
	padding-top: 65px;
	padding-bottom: 10px;
}
body .schedule-box h2,
body .services-section h2,
body .cta-section h2,
#main-footer h2 {
	font-size: 50px;
}

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

body .home-about-section h2 {
	font-size: 60px;
}

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

#main-content .services-section {
	padding-top: 140px;
}
body .services-section:before {
	content: "";
	background-image: url(images/services-curve.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	width: 100%;
	height: 217px;
	position: absolute;
	top: 0;
	left: 0;
}
body .services-section:after {
	content: "";
	background-image: url(images/services-logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	width: 100%;
	height: 440px;
	position: absolute;
	bottom: 25px;
	left: 70px;
	mix-blend-mode: soft-light;
}
#main-content .services-grid-style {
	justify-content: center;
}
#main-content .services-grid-style .et_pb_column {
	max-width: 218px;
	overflow: hidden;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#main-content .services-grid-style .et_pb_column:focus-within,
#main-content .services-grid-style .et_pb_column:hover {
	-webkit-transform: translateY(-6%);
	-ms-transform: translateY(-6%);
	transform: translateY(-6%);
}
#main-content .services-grid-style .et_pb_text {
	border-radius: 10px;
	background: #bbcdf6;
	margin: 50px auto 8px;
	min-height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
body .services-grid-style .et_pb_text:before {
	content: "";
	background-image: url(images/services-icon.png);
	width: 81px;
	height: 81px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
body .services-grid-style .et_pb_text:after {
	content: "";
	border-radius: 10px;
	border: 1px solid #fff;
	position: absolute;
	top: 8px;
	bottom: -8px;
	left: 0;
	right: 0;
}
body .services-grid-style .et_pb_text_inner {
	z-index: 9;
}
body .services-grid-style h3 {
	padding-bottom: 0;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}
body .services-grid-style h6 {
	padding: 0;
}
body .services-grid-style h6 a {
	position: absolute;
	top: -300%;
	left: -120%;
	right: -120%;
	height: 700%;
	text-indent: -99999px;
	z-index: 9;
}

/* cta section
--------------------------------------------------- */

#page-container .cta-section {
	display: flex;
}
#page-container .cta-section .et_pb_column {
	max-width: 470px;
	border-radius: 20px;
	border: 1px solid #fa2dc8;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 38px;
}
.cta-section h2 {
	border-bottom: 1px solid #c7c4c4;
	margin-bottom: 25px;
}

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

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

#main-footer #footer-widgets {
	padding: 60px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .footer-widget:first-of-type {
	text-align: center;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}
#footer-widgets .footer-widget:first-of-type .textwidget {
	max-width: 500px;
}
#main-footer h2 {
	color: #fff;
}

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

#main-footer form {
	position: relative;
}
#main-footer .wpforms-field {
	padding: 0 0 10px;
}
#main-footer .left-side-field {
	width: 49%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #fa2dc8;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	padding: 11px 20px;
	height: auto;
}
#main-footer textarea {
	height: 80px;
}
#main-footer .wpforms-field-captcha .wpforms-field-label,
#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 18px;
	color: #fff;
}
#main-footer .wpforms-field-captcha .wpforms-field-label,
#main-footer .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
#main-footer .wpforms-field-captcha .wpforms-field-label {
	font-weight: 400;
	margin: 0 5px 4px 0;
}
#main-footer .wpforms-field-captcha .wpforms-field-label .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
	width: 70px;
	padding: 10px 5px;
	font-size: 16px;
	display: inline-block;
}
#main-footer .wpforms-submit-container {
	padding-top: 0;
	margin-top: 0;
}
#main-footer div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #fff;
	color: #000;
}
#main-footer .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #fa2dc8;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
#main-footer .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}

/* footer widget 2 styling
--------------------------------------------------- */

#footer-widgets .footer-widget:last-of-type {
	padding-left: 70px;
}
#footer-widgets .widget_media_image {
	padding-bottom: 30px;
}
#footer-widgets .widget_media_image a {
	display: table;
}
#footer-widgets img {
	display: block;
}
#footer-widgets .social-icons,
body .pt-badge,
body .privacy-policy {
	display: inline-block;
	vertical-align: middle;
}
body .pt-badge {
	padding-left: 5px;
	padding-right: 10px;
}

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

body .social-icons a {
	color: #fff !important;
	font-size: 30px;
	vertical-align: middle;
	text-shadow: none;
}
body .social-icons .icon {
	position: relative;
	top: 3px;
}
body .social-icons a:hover {
	color: #fa2dc8 !important;
}

/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner-section {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner-section .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner-section .et_pb_image {
	margin-bottom: 0;
}
#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;
}
body.blog #inner-banner-section .et_pb_image img {
	display: block;
}
#inner-banner-section .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner-section .et_pb_text {
	position: relative;
}
#inner-banner-section h1 {
	border-bottom: 1px solid #c7c4c4;
	display: inline-block;
}
#inner-banner-section h1 ~ * {
	padding: 20px 0 0;
}

/*
Blog Page Styling
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

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

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

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

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

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

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


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

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

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

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

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

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

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

/* landing 4 Design
--------------------------------------------------- */

#main-content .landing-header {
	padding: 0;
	z-index: 999;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
body .landing-logo-widget a {
	display: table;
}
body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #000;
	font-size: 16px;
	background: #fdc213;
	display: inline-block;
	padding: 10px 15px 10px 60px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget a .icon {
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 20px;
}
.landing-phone-widget a:hover {
	background: #fce6a4;
}

/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

#main-content .landing3-banner-section-lp4 {
	min-height: 450px;
	display: flex;
	padding-bottom: 120px;
}
body .landing3-banner-section-lp4:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
body .landing3-banner-section-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#main-content .landing3-content-section-lp4 {
	padding-top: 0;
}

#landing3-contact-details-lp4 {
	margin-top: -110px;
}
#landing3-contact-details-lp4 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);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #fa2dc8;
	right: 0;
	text-decoration: none;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #960472;
}

/* #landing3-form-widget-lp4-1
--------------------------------------------------- */

#landing3-form-widget-lp4-1 {
	-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: 30px;
	background-color: #fff;
}
#landing3-form-widget-lp4-1 p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget-lp4-1 h2 {
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget-lp4-1 div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget-lp4-1 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select,
#landing3-form-widget-lp4-1 textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select {
	height: auto;
}
#landing3-form-widget-lp4-1 .wpforms-submit-container {
	padding-top: 10px;
}

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

body .landing-page-footer {
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid rgb(0 0 0 / 20%);
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}

/* 
accordion style 7 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
	padding: 0;
	margin-bottom: 30px;
	border-radius: 20px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 25px;
	color: #000;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	transform: rotate(180deg);
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #fa2dc8;
	display: block;
	right: 30px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 25px;
	border-top: 1px solid #fa2dc8;
}

.img-container img {
	border-radius: 20px;
}

























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

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

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

}

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

	#inner-banner-section .et_pb_image img,
	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right {
		margin-right: auto;
	}
	.et_pb_row .outside-left {
		margin-left: auto;
	}

	/*
	#logo {
	max-width: 180px;
}
	*/

	/*
	.header-right-area {
	padding-left: 20px;
}
	#page-container .header-right-area .btn {
	padding-left: 20px;
	padding-right: 20px;
}
	*/

	/*
	body.et_header_style_left #et-top-navigation nav>ul>li a {
	font-size: 14px;
}
	*/

	body .schedule-box h2,
	body .services-section h2,
	body .cta-section h2,
	#main-footer h2,
	body .home-about-section h2 {
		font-size: 40px;
	}

}

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

	html body {
		font-size: 16px;
	}
	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2,
	body .schedule-box h2,
	body .services-section h2,
	body .cta-section h2,
	#main-footer h2,
	body .home-about-section h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit],
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
		padding: 12px 20px;
		letter-spacing: 0.3px;
		font-size: 13px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		width: auto;
		float: left;
		padding-top: 5px;
	}
	.header-right-area {
		padding-top: 15px;
		padding-left: 0;
	}
	#main-header div#et-top-navigation {
		padding-top: 0;
		clear: both;
		margin-top: -47px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 20px;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		padding: 10px 15px;
	}
	#main-header #et-top-navigation .et_mobile_menu li a {
		font-size: 16px;
	}
	#hero-img-section {
		padding-top: 20px;
		padding-bottom: 90px;
	}
	#hero-img-section .et_pb_module {
		text-align: center;
	}
	#hero-img-section h1 em {
		font-size: 50px;
		margin-top: 0;
	}
	#hero-img-section br {
		display: none;
	}
	.contact-box {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}
	.contact-box:before {
		display: none;
	}
	.contact-box .et_pb_blurb_content {
		display: block;
	}
	#page-container .contact-box .et_pb_blurb_container {
		padding: 12px;
		margin-left: auto;
		clip-path: none;
	}
	#stories-area {
		padding-top: 0;
		padding-bottom: 0;
	}
	#stories-area .et_pb_row_1 {
		padding-top: 0;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#page-container .schedule-box {
		padding: 30px;
	}
	#page-container .home-about-section {
		padding-top: 0;
	}
	#main-content .services-section {
		padding-top: 50px;
	}
	body .services-section:before {
		background-size: contain;
	}
	#main-content .services-grid-style {
		max-width: 218px;
	}
	#page-container .cta-section .et_pb_column {
		padding: 30px;
		margin: 0 auto !important;
		float: none;
	}
	body .cta-section br {
		display: none;
	}
	#main-footer #footer-widgets {
		padding: 30px 0;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#footer-widgets .footer-widget:first-of-type .textwidget {
		margin: 0 auto;
	}
	#footer-widgets .footer-widget:last-of-type {
		padding-left: 0;
		padding-top: 30px;
	}
	#footer-widgets .widget_media_image a {
		margin: 0 auto;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 3px;
	}
	#main-content #left-area .pagination {
		margin-bottom: 30px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 25px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .landing-header .et_pb_column:first-of-type {
		margin-bottom: 0;
	}
	#main-content .landing-header .et_pb_column:last-of-type {
		padding-left: 15px;
	}
	#main-content .landing3-banner-section-lp4 {
		min-height: 100%;
		display: block;
		padding-bottom: 50px;
		padding-top: 25%;
	}
	body .landing3-banner-section-lp4:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section-lp4 .et_pb_column {
		margin-bottom: 0;
	}
	#main-content .landing3-banner-section-lp4 br {
		display: none;
	}
	#main-content .landing3-content-section-lp4 {
		padding-top: 30px;
	}
	#landing3-contact-details-lp4 {
		max-width: 350px;
		margin: 0 auto;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

}

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

	body h1 {
		font-size: 35px;
	}
	body h2,
	body .schedule-box h2,
	body .services-section h2,
	body .cta-section h2,
	#main-footer h2,
	body .home-about-section h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .entry-title {
		font-size: 24px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}
	#main-content .landing-header-lp4 {
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
	}

}

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

	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;
	}
	body .logo_helper {
		display: none;
	}
	body.et_header_style_left #logo {
		max-width: 200px;
	}
	.header-right-area {
		padding-top: 5px;
	}
	#main-header div#et-top-navigation {
		margin-top: -37px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 10px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
		font-size: 16px;
	}
	#main-footer .wpforms-field-captcha .wpforms-field-label {
		display: none;
	}
	#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
		width: 50px;
	}
	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#page-container .landing-phone-widget-lp4 .et_pb_button {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-bottom: 30px;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}

}
