/*
Theme Name: Corinne Smorra
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.14.7
*/

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

body {
	font-weight: 400;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	padding-bottom: 20px;
}

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

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

body p {
	padding-bottom: 25px;
}

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

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #b4001b;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	background: #f3092c;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.btn:hover {
	background: #b4001b;
}

/*
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;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border: none !important;
	background: #f3092c;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #b4001b;
}

#et-main-area .wpforms-confirmation-container-full {
	background: #f3092c;
	border: none;
}
#et-main-area .wpforms-confirmation-container-full p {
	color: #fff;
}

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

body .entry-content ul,
body .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: #f3092c;
	font-family: dashicons;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

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

p:empty {
	display: none;
}

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

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

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

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-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;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* 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: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

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

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

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

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

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

.et_pb_text_inner {
	clear: both;
}

/* Contact icons styling
--------------------------------------------------- */

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

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

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

body #main-header,
body #main-header #et-top-navigation {
	font-weight: normal;
}

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

.header-right-area {
	position: relative;
	float: right;
	padding: 26px 0 0;
}
.header-right-area strong {
	font-weight: 600;
	text-transform: uppercase;
}
.header-right-area .btn:first-of-type {
	margin: 0 5px 0 15px;
}

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

body.et_header_style_centered #page-container #main-header .logo_container,
body.et_header_style_centered #page-container header#main-header.et-fixed-header .logo_container {
	height: auto;
}
body.et_header_style_centered #page-container #main-header .logo_container {
	float: left;
	margin: 5px auto;
}
#main-header #et-top-navigation {
	clear: both;
	padding-top: 10px;
}
#main-header #et-top-navigation:before {
	content: '';
	width: 500%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -250%;
	background: #147748;
}
body #top-menu > li {
	padding-right: 50px;
}
body #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
body.et_header_style_centered #et-top-navigation nav>ul>li>a,
body.et_header_style_centered .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#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: 14px 20px;
	text-transform: none;
}
body #main-header .nav li ul a {
	color: #000 !important;
}
body #top-menu li li a:hover {
	background: #f3092c;
	color: #fff !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a {
	color: initial !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a:hover {
	color: #fff !important;
}

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

body #top-menu > li > a::before {
	content: '';
	position: absolute;
	width: 34px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	height: 5px;
	background-color: #f3092c;
	-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 #main-header #top-menu.nav li ul a:after {
	top: 15px !important;
}
body #main-header #top-menu.nav li ul ul.sub-menu {
	top: 0;
}

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

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

.home #page-container #main-header {
	background: rgb(255 255 255 / 80%);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

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

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

body.home #page-container #main-content .et_pb_button,
#main-footer .et_pb_button {
	min-width: 250px;
}

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

#hero-img-section h2,
#hero-img-section h4 {
	font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
}

#hero-img-section h2,
#home-cta-area-1 h2 {
	font-size: 35px;
}
#about-area-1 h2,
#services-area h2,
#home-cta-area-2 h2,
#main-footer h2 {
	font-size: 50px;
}

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	min-height: 750px;
	padding-top: 250px;
	text-shadow: 0 0 10px #000;
	overflow: hidden;
}
#hero-img-section:before {
	content: "";
	background-image: url(images/banner-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
#hero-img-section h4 {
	font-weight: 600;
}

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

#stories-area-1 {
	overflow: hidden;
}
#stories-area-1:before {
	content: "";
	background-color: #f5d71f;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	width: 100%;
	max-width: 332px;
	height: 100%;
	max-height: 577px;
	position: absolute;
	top: 0;
	left: 0;
}
#stories-area-1 .et_pb_column {
	padding: 45px 30px;
}
body .stories-1-column-1 {
	background: #097747;
}
body .stories-1-column-2 {
	background: #0db26b;
}
body .stories-1-column-3 {
	background: #6dcca3;
}
#stories-area-1 h3 {
	font-size: 30px;
}

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

body .stories-row-1,
body .reverse-col-row,
body .stories-row-3,
body .stories-row-5 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
body .reverse-col-row {
	flex-direction: row-reverse;
	margin: 50px auto;
}
body .stories-row-1 .et_pb_column:first-of-type,
body .reverse-col-row .et_pb_column:first-of-type,
body .stories-row-3 .et_pb_column:first-of-type,
body .stories-row-5 .et_pb_column:first-of-type {
	align-self: center;
}
body .stories-row-1 .et_pb_text_inner,
body .stories-row-3 .et_pb_text_inner,
body .stories-row-5 .et_pb_text_inner {
	padding-left: 90px;
}
body .reverse-col-row .et_pb_text_inner {
	padding: 0 90px 0 15px;
}
#stories-area-2 h3 {
	font-size: 35px;
}

/* Home CTA 1 Section
--------------------------------------------------- */

body .cta-1-row-2 {
	padding-right: 38px;
	padding-bottom: 38px;
}
body .cta-1-row-2 .et_pb_column {
	background-color: rgb(20 119 72 / 90%);
	padding: 42px 25px;
	max-width: 710px;
	float: right;
	border-right: 38px solid #ededed;
	border-bottom: 38px solid #ededed;
	position: absolute;
	right: 0;
	bottom: 0;
}
#home-cta-area-1 p,
#home-cta-area-2 p {
	font-size: 22px;
}

/* About Section
--------------------------------------------------- */

#about-area-2 {
	padding-bottom: 120px;
}
#about-2-column-1,
#about-2-column-2 {
	width: 50%;
}
#about-2-column-1 {
	margin-right: 0;
}
#about-2-column-2 {
	padding-left: 20px;
	padding-right: 85px;
}
body .about-2-column-1-row-1 .et_pb_column {
	padding: 0 5px;
}

/* Services Section
--------------------------------------------------- */

#services-area {
	overflow: hidden;
}
#services-area:before {
	content: "";
	background-color: #f5d71f;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	width: 100%;
	max-width: 328px;
	height: 100%;
	max-height: 568px;
	position: absolute;
	top: 0;
	right: 0;
}
#services-area h2 {
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	padding-bottom: 10px;
}
body .services-row + .services-row {
	margin-top: 10px;
}
body .services-row .et_pb_image .et_pb_image_wrap {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
body .services-row .et_pb_column:hover .et_pb_image_wrap {
	-webkit-box-shadow: 0 0 10px #147748;
	-moz-box-shadow: 0 0 10px #147748;
	box-shadow: 0 0 10px #147748;
}
body .services-row .et_pb_image .et_pb_image_wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
}
body .services-row .et_pb_column:hover .et_pb_image_wrap:before {
	background: rgb(243 9 44 / 30%);
}
#services-area .services-row .et_pb_text {
	max-width: 312px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	z-index: 9;
}
#services-area .services-row .btn {
	display: block;
	padding: 12px 5px;
}

/* Home CTA 2 Section
--------------------------------------------------- */

#home-cta-area-2 {
	padding: 50px 0;
	overflow: hidden;
}
#home-cta-area-2:before {
	content: "";
	background-image: url(images/heart.png);
	width: 313px;
	height: 307px;
	position: absolute;
	bottom: 50px;
	left: 10px;
}

/* Footer Styling
---------------------------------------------------------------------------------------------------- */

#footer-contact-section {
	position: relative;
	overflow: hidden;
	background: url(images/footer.jpg) no-repeat center;
	background-size: cover;
	min-height: 592px;
	padding: 60px 0 30px;
}
#footer-contact-section:before {
	content: "";
	background-image: url(images/footer-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
#footer-contact-section .textwidget {
	max-width: 472px;
}
#main-footer h2 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

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

#main-footer .wpforms-container-full {
	margin-bottom: 0;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: rgba(255,255,255,1);
	border-radius: 0;
	border: none;
	font-size: 20px;
	color: #000;
	font-family: inherit;
	padding: 12px 18px;
	height: auto;
}
#main-footer textarea {
	height: 85px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer ::-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-captcha {
	text-align: center;
}
#main-footer .wpforms-field-captcha label,
#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 20px;
	color: #fff;
}
#main-footer .wpforms-field-captcha label,
#main-footer .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
#main-footer .wpforms-field-captcha label,
#main-footer .wpforms-field-captcha .wpforms-captcha-equation span {
	text-shadow: 0 0 5px #000;
}
#main-footer .wpforms-field-captcha label {
	font-weight: normal;
}
#main-footer .wpforms-field-captcha label .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
	width: 85px;
	padding: 12px 5px;
	font-size: 18px;
}
#main-footer .wpforms-submit-container {
	text-align: center;
	padding-top: 5px;
}
#main-footer .wpforms-form label.wpforms-error {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
}
#main-footer .wpforms-field-captcha label.wpforms-error {
	margin-left: 10px;
}

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

#main-footer #footer-widgets {
	padding: 10px 0;
	text-align: center;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
#footer-widgets .et_pb_widget p {
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
#footer-widgets .et_pb_widget p.social-icons {
	margin-right: auto;
}
#footer-widgets .et_pb_widget p:last-of-type {
	margin: 0 auto;
}
body .pt-badge img {
	display: block;
}

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

body .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	background: #f3092c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	font-family: Open Sans,Arial,sans-serif;
	text-shadow: none;
}
body .social-icons .icon {
	font-weight: 400;
}
body .social-icons a:hover {
	background: #b4001b;
}

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

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

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}

#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img, #inner-banner-section .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
}

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

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

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

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

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

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

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

.post-custom-style article,
.archive article,
.sp-custom-style article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
.blog .entry-title {
	padding-bottom: 10px;
	font-size: 28px;
}
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;
}
.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: #f3092c;
	color: #fff;
}

/*
Sidebar styling
--------------------------------------------------- */

#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 .et_pb_widget:last-child,
#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: #f3092c;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 28px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
#sidebar .about-box h4 a:hover {
	background: #b4001b;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	color: #fff;
}

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

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#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);
	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;
}

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

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

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
}
body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #fff;
	font-size: 16px;
	background: #f3092c;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 12px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #b4001b;
}

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

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
body .landing3-banner-section:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
.landing3-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
}
.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;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area {
	padding-top: 150px;
	margin-top: -150px;
}

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

/* 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;
}
body #landing3-form-widget h2 {
	font-size: 23px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	color: #000;
	font-size: 18px;
}
#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 ::-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}

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

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

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 187px;
	padding-bottom: 100px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing4 contact section styling
--------------------------------------------------- */

#main-content .landing4-contact-section {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 99;
}
.landing4-contact-section .et_pb_row {
	padding-top: 20px;
	padding-bottom: 20px;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

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

#landing4-form-widget h3 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#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%;
}
#main-content #landing4-form-widget input,
#main-content #landing4-form-widget select,
#main-content #landing4-form-widget textarea {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #fff;
}
#landing4-form-widget ::-moz-placeholder {
	color: #fff;
}
#landing4-form-widget ::-ms-input-placeholder {
	color: #fff;
}
#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%;
}

/* 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 h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details .btn {
	position: absolute;
	right: 0;
	padding: 12.5px 36.5px;
	text-decoration: none;
}
#landing4-contact-details .btn .icon {
	position: relative;
	top: 3px;
	left: -5px;
}

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

.et_pb_sticky.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.et_pb_sticky #landing4-contact-details {
	margin-top: 0;
}
.et_pb_sticky #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.et_pb_sticky #landing4-contact-details img {
	width: 52%;
	margin-left: 0;
}
.et_pb_sticky #landing4-contact-details h4 a {
	top: 26%;
}
.et_pb_sticky #landing4-contact-details .et_pb_button {
	position: absolute;
	top: 54%;
	right: 0;
}

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

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

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #147748;
	box-shadow: 0px 0px 6px 0px rgb(20 119 72 / 50%);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 25px;
	color: #147748;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #147748;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 22px;
}
.contact-page .dashicons-icon {
	padding-right: 20px;
	vertical-align: middle;
	color: #147748;
}
















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

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

	#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: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.header-right-area .btn {
		padding: 12px 25px;
		font-size: 14px;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	body .stories-row-1 .et_pb_text_inner,
	body .stories-row-3 .et_pb_text_inner,
	body .stories-row-5 .et_pb_text_inner {
		padding-left: 0;
	}
	body .reverse-col-row .et_pb_text_inner {
		padding: 0 0 0 30px;
	}
	#stories-area-2 h3 {
		font-size: 30px;
	}
	#about-2-column-2 {
		padding-right: 0;
	}
	#about-area-1 h2,
	#services-area h2,
	#home-cta-area-2 h2,
	#main-footer h2 {
		font-size: 40px;
	}
	.landing3-banner-caption h1 {
		font-size: 45px;
	}
	#landing4-contact-details .btn,
	#landing4-contact-details .et_pb_button {
		font-size: 14px;
		min-width: 160px;
		padding-left: 5px;
		padding-right: 5px;
	}

}

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

	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,
	.landing3-banner-caption h1 {
		font-size: 40px;
	}
	body h2,
	#about-area-1 h2,
	#services-area h2,
	#home-cta-area-2 h2,
	#main-footer h2 {
		font-size: 35px;
	}
	body h3,
	#stories-area-1 h3,
	#stories-area-2 h3 {
		font-size: 28px;
	}
	body h4 {
		font-size: 22px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	body.et_header_style_centered #page-container #main-header .logo_container {
		float: none;
		max-height: none;
		margin: 0 auto;
	}
	.header-right-area {
		float: none;
		text-align: center;
		padding: 20px 0 0;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
	}
	#main-header #et-top-navigation:before {
		display: none;
	}
	body.et_header_style_centered #main-header #et-top-navigation .mobile_nav .select_page {
		color: #000;
	}
	body.et_header_style_centered #main-header #et-top-navigation .et_mobile_menu li a {
		color: #000;
	}
	#main-header li ul {
		width: 100%;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	#hero-img-section {
		min-height: 100%;
		padding-top: 20px;
	}
	#hero-img-section:before {
		display: none;
	}
	#hero-img-section:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
		left: 0;
	}
	#hero-img-section h2 {
		font-size: 28px;
	}
	#hero-img-section h4 br {
		display: none;
	}
	#stories-area-1 .et_pb_column {
		padding: 25px;
	}
	body .stories-row-1,
	body .reverse-col-row,
	body .stories-row-3,
	body .stories-row-5 {
		display: block;
	}
	body .reverse-col-row {
		margin: 0 auto;
		padding: 0;
	}
	body .reverse-col-row .et_pb_text_inner {
		padding: 0 0 30px;
	}
	#home-cta-area-1 {
		padding: 0;
	}
	#home-cta-area-1 p,
	#home-cta-area-2 p {
		font-size: 20px;
	}
	body .cta-1-row-2 {
		padding-right: 0;
		padding-bottom: 0;
	}
	#home-cta-area-1 .cta-1-row-2 .et_pb_column {
		float: none;
		border-right: none;
		border-bottom: none;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 25px;
		margin: 0 auto !important;
	}
	#home-cta-area-1 .cta-1-row-2 .et_pb_column br {
		display: none;
	}
	#about-area-1 {
		padding-bottom: 10px;
	}
	#about-area-2 {
		padding-top: 0;
		padding-bottom: 50px;
	}
	#about-2-column-1,
	#about-2-column-2 {
		width: 100%;
	}
	#about-2-column-2 {
		padding-left: 0;
	}
	#services-area {
		padding-bottom: 0;
	}
	#services-area .et_pb_row:first-of-type {
		padding-bottom: 0;
	}
	body .services-row + .services-row {
		margin-top: 0;
		padding-bottom: 0;
	}
	#home-cta-area-2 {
		padding: 20px 0;
	}
	#home-cta-area-2 br {
		display: none;
	}
	#footer-contact-section {
		min-height: 100%;
		padding: 50px 0;
		background-position: 80%;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#footer-widgets .et_pb_widget p {
		display: block;
		margin-right: auto;
		margin-bottom: 15px;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 4px;
	}
	body .pt-badge img {
		margin: 0 auto;
	}
	#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 18px;
		font-size: 22px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .accordion-style6 .et_pb_toggle_content {
		padding: 0 25px 25px;
	}
	body .landing-header .et_pb_column:first-of-type {
		margin-bottom: 20px;
	}
	body .landing-header .et_pb_text_inner {
		text-align: center;
	}
	body .landing-logo-widget img {
		margin: 0 auto;
	}
	body .landing-phone-widget {
		padding-top: 0;
	}
	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section br {
		display: none;
	}
	#main-content .landing3-content-section .landing3-content-area {
		padding-top: 20px;
		margin-top: 0;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 a {
		position: relative;
		bottom: 0;
		margin: 30px auto 0;
	}
	#landing3-form-widget {
		margin-bottom: 0;
	}
	#main-content .landing4-banner-section {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 0;
	}
	#main-content .landing4-banner-section br {
		display: none;
	}
	body #landing4-form-widget .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-contact-details {
		margin-top: 0;
		text-align: center;
	}
	#landing4-contact-details .btn {
		position: relative;
		right: auto;
		margin: 0 auto 20px;
	}
	.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,
	.landing3-banner-caption h1 {
		font-size: 35px;
	}
	body h2,
	#hero-img-section h2,
	#home-cta-area-1 h2,
	#about-area-1 h2,
	#services-area h2,
	#home-cta-area-2 h2,
	#main-footer h2 {
		font-size: 32px;
	}
	.btn,
	#page-container .et_pb_button,
	body div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 10px 25px;
	}
	body.home #page-container #main-content .et_pb_button,
	#main-footer .et_pb_button {
		min-width: 0;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#main-header .header-right-area .btn {
		display: table;
		margin: 0 auto;
	}
	#main-header .header-right-area .btn:first-of-type {
		margin: 15px auto;
	}
	#hero-img-section h2 {
		font-size: 25px;
	}

}

@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 .about-2-column-1-row-1 .et_pb_column {
		padding: 0;
	}
	body .about-2-column-1-row-1 .et_pb_column:last-of-type {
		padding-top: 30px;
	}
	#main-footer .wpforms-field-captcha label,
	#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
		font-size: 16px;
	}
	#main-footer .wpforms-field-captcha label {
		margin: 0;
	}
	#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
		width: 50px;
	}
	#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 .landing3-banner-section {
		padding-bottom: 20px;
	}
	body.page-id-3286 #main-content .landing4-banner-section {
		background-position: 17%;
	}
	#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: auto;
		margin: 15px auto 0;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}

}

/* blog section
----------------------------------------------- */
body.page.page-id-3918 .et_pb_row.et_pb_row_0 .et_pb_module .et_pb_blog_grid .et_pb_salvattore_content {
    display: flex;
    flex-wrap: wrap;
}
body.page.page-id-3918 .et_pb_row.et_pb_row_0 .et_pb_module .et_pb_blog_grid .et_pb_salvattore_content .column.size-1of3 {
    margin-bottom: 60px !important;
}
body.page.page-id-3918 .et_pb_row.et_pb_row_0 .et_pb_module .et_pb_blog_grid .et_pb_salvattore_content .column.size-1of3 article {
    height: 100% !important;
}
.et_pb_text>:last-child {
    padding-bottom: 0;
    text-align: justify !important;
}

div#inner-banner-section {
    width: 100% !important;
}

div#inner-banner-section .et_pb_row {
    max-width: 100% !important;
    padding: 0 !important;
}
.et_pb_module.et_pb_text.et_pb_text_align_center .et_pb_text_inner h1 {
    text-align: center !important;
}


