/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #403d39;
	background-color: #fffcf2 !important;
	font-weight: 400;
	overflow-x: hidden;
}
body:before {
	content: "";
	position: absolute;
	background: rgb(228,204,181);
	background: radial-gradient(circle, rgb(204 197 185 / 50%) 0%, rgb(228 204 181 / 0%) 70%);
	width: 70vw;
	height: 70vw;
	left: -10vw;
	top: -20vw;
	border-radius: 50%;
	filter: blur(-50px);
}

div#page-container {
	margin-top: 5% !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fffcf2;
	box-shadow: 6px 15px 20px 1px #302e2c !important;
	overflow: hidden;
}

.et_pb_section {
	background: transparent;
}
.home .et_pb_section:nth-child(1):before {
	display: none;
}
.et_pb_section:nth-child(odd):before {
	content: "";
	position: absolute;
	background: rgb(255 255 255);
	background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	left: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}
.et_pb_section:nth-child(even):before {
	content: "";
	position: absolute;
	background: rgb(255 255 255);
	background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	right: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}

/*HEADER STYLES*/

#main-header.et-fixed-header {
	background: #fffcf2 !important;
	margin-top: 0 !important;
	border-radius: 0 !important;
}

header#main-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: none !important;
	background: transparent;
	border-bottom: 1px solid #eb5e28;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #page-container .et_slide_in_menu_container {
	background: #fffcf2 !important;
	filter: drop-shadow(2px 4px 6px black);
}
.et_slide_in_menu_container ul#mobile_menu_slide {
	padding: 28px 20px;
}
body #page-container .et_slide_in_menu_container:before {
	content: "";
	position: absolute;
	background: rgb(64 61 57);
	background: radial-gradient(circle, rgb(255 252 242 / 17%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	right: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}
.header-menu-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0;
}

.logo_container {
	position: relative !important;
	width: calc(100% - 60px) !important;
	margin-right: 20px;
	order: 2;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.logo_container a {
	display: flex;
	color: #403d39;
	font-family: 'Cormorant Infant', serif;
}
img#logo {
	max-width: 80% !important;
	max-height: 70px;
}
.logo_container a span::first-letter {
	font-family: 'Kolker Brush', cursive;
	font-size: 50px;
}
.contact-info {
	width: 100%;
	order: 1;
	padding: 0 0 10px 0 !important;
}
.home .contact-info {
	display: none;
}
.contact-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact-info-container .fa {
	margin-right: 5px;
}
.header-location-container {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	color: #eb5e28;
}

.contact-info-container a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 15px;
	color: #eb5e28;
}
.phonenum {margin: 10px 10px;}
div#et-top-navigation {
	order: 3;
	padding: 0 !important;
}
.et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: 0 !important;
}
.et_header_style_slide #et-top-navigation {
	padding: 0 !important;
}

ul#mobile_menu_slide a {
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #eb5f29 !important;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 0 !important;
}

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	background: url(https://remodelerolneymd.com/wp-content/uploads/2022/07/burger-menu-dark.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	width: 40px;
	height: 32px;
	opacity: 0.8 !important;
}



.mobile_menu_bar {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 40px !important;
	padding-top: 0;
	padding-bottom: 0px !important;
}

.et_toggle_slide_menu:after {
	position: absolute;
	display: none;
}


/*END HEADER STYLES*/


/*PAGE STYLES*/
.header-container {
	display: flex;
}

.header-sidebar-element {display: flex;flex-direction: column-reverse;justify-content: space-evenly;align-items: center;border-right: 1px solid #eb5e28;width: 30px;margin-right: 10px;}

.sidebar-estimate {
	display: flex;
}
.sidebar-estimate a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	font-size: 15px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	line-height: 1;
	color: #403d39;
}
.sidebar-cta {}

.sidebar-cta a {
	display: none;
}

.sidebar-cta p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	width: auto;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	line-height: 1;
	color: #403d39;
}
.header-sidebar-element .fa {transform: rotate(90deg);line-height: 1;display: flex;justify-content: center;align-items: center;}
.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
}
.home .entry-title {
	text-transform: uppercase;
	text-align: right;
}
.section-title-heading {
	color: #403d39;
	font-family: 'Kolker Brush', cursive;
	font-size: 35px;
	line-height: 17px;
	display: block;
	text-align: right;
	margin-right: 6px;
}
.header-sidebar-element span {
	margin: 5px 0px 0 0;
}

.header-main-element {
	width: calc(100% - 40px);
}

.header-title {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 30px;
}

.header-title h1 {
	font-family: 'Cormorant Infant', serif;
	color: #eb5e28;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.header-title span {
	color: #403d39;
	font-family: 'Kolker Brush', cursive;
	font-size: 20px;
	line-height: 1;
	margin-right: -30px;
	display: block;
	text-align: right;
}

.header-img-holder {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.header-img-holder img {
	max-height: 400px;
	height: calc(95vw * 0.7);
	object-fit: cover;
	object-position: bottom;
}

.header-img-holder a {
	color: #eb5e28;
	line-height: 1;
	display: block;
	background: #fffcf2;
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 0px;
	box-shadow: -1px 1px #eb5e28;
	font-family: 'Cormorant Infant', serif;
}



/* HTML BADGES STYLE */
div#css-badges-section {
	background-color: #ffffff!important;
}
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	/* background: #302e2c; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 5px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
	content:
		"";
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgb(235 94 40 / 40%);
	left: 0px;
	bottom: -19px;
}
.badge-holder:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: rgb(235 94 40);
	bottom: 0px;
	right: 0;
	z-index: -1;
}
p.badge-content {
	color: #403d39;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
	filter: invert(1);
}

.badge-title {
	background: #EB5E28;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	box-shadow: 0px 15px 15px 0px #ccc5b9;
	color: #fffbf1;
	font-family: 'Cormorant Infant', serif;
	font-weight: bold;
}

.badge-title span {
	font-size: 17px;
}

div#slider-title {
	text-align: center;
}

div#slider-title .et_pb_code_inner {
	display: inline-block;
}

/* SLIDER ON HOMEPAGE */
.owl-carousel .owl-item img {
	border: 1px solid #000;
	object-fit: cover;
	object-position: center;
	height: 100%;
	max-height: 100%;
}

.owl-item.leftSL {
	transform: rotate(-12deg);
	opacity: 1;
	margin-right: -100px !important;
	margin-left: 100px;
	margin-top: 85px !important;
}
.owl-item.leftSL .item {
	width: 60%;
	margin-left: auto;
	height: 125px !important;
}
.owl-item.rightSL {
	transform: rotate(12deg);
	opacity: 1;
	margin-left: -100px;
	margin-right: 100px !important;
	margin-top: 85px !important;
}
.owl-item.rightSL .item {
	width: 60%;
	margin-right: auto;
	height: 125px !important;
}
.owl-item.centrSL {
	z-index: 99;
	opacity: 1;
}
.owl-item.centrSL .item {
	width: 70%;
	margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
	overflow: visible;
	height: initial !important;
}

.owl-stage {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-item {
	height: auto;
}

.loop.owl-carousel.owl-theme {
	height: auto;
	overflow: visible;
	max-width: 345px;
	margin: 0 auto;
}

.owl-item {
	opacity: 0;
}
.owl-carousel .owl-nav button {
	border: 1px solid #403d39 !important;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	font-size: 35px !important;
	background: #ccc5b9 !important;
}
.owl-carousel .owl-nav button:hover {
	background: #eb5e28 !important;
}
.owl-carousel .owl-nav button span {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	margin-top: -2px;
	color: #ffffff;
}

.loop.owl-carousel.owl-theme {
	display: flex;
	align-items: center;
	max-width: 440px;
}

.owl-theme .owl-nav {
	margin: 0;
	width: calc(100% + 483px);
	display: flex;
	justify-content: space-between;
	margin-left: -241px;
	margin-top: -1px;
	position: absolute;
}
.item {
	height: 206px !important;
}

.owl-item.leftSL .item {
	height: 186px !important;
}

.owl-item.rightSL .item {
	height: 186px !important;
}


/* SERVICES LIST SECTION STYLE */

div#home-services-list-section {
	padding: 0;
}

.homepage-services {
	text-align: center;
	margin: 0 auto;
}
.homepage-services ul {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: 400;
	margin: 0.3em 0;
	padding-left: 20px;
	display: inline-block;
	color: #000000;
	font-family: 'Cormorant Infant', serif;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '+';
	top: 0;
	left: 0;
	color: #eb5e28;
	font-family: 'FontAwesome';
	font-weight: 100;
}


/* NAP SECTION STYLE */

div#homepage-nap-section {
}
div#nap-title {
	text-align: center !important;
}

div#nap-title .et_pb_code_inner {
	display: inline-block !important;
}
div#nap-title div {
	text-align: center;
}
.homepage-nap h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #252422;
	font-style: italic;
	padding: 0;
}

.homepage-nap h3 strong {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
}


div#home-content-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}





/* CONTACT FORM STYLE */

div#contact-section {position: relative;}

p.free-estimate-title {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	padding: 0;
	text-align: center;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	border-bottom: 1px solid #eb5e28;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	color: #eb5e28;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	border: 1px solid rgb(235 94 40 / 40%);
	line-height: 1;
	background: transparent;
	height: auto;
}

input#submitter:hover {
	background-color: #d6d6d6 !important;

}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	margin-bottom: 15px;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #ffffff00 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border-bottom: 1px solid #eb5e28;
	margin-bottom: 20px !important;
	width: 100%;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #252422 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	color: #000 !important;
	border-color: #000000;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

div#testimonials-title {
	text-align: center;
}

div#testimonials-title .et_pb_text_inner {
	display: inline-block;
}


.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #eb5e28;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
}

.home span.wpcr3_item_name a {
	color: #403d39;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #908275;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	color: #eb5e28;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	border: 1px solid rgb(235 94 40 / 40%);
	line-height: 1;
}

.testimonials-btn:hover {
	background: #d6d6d6;

}


/* FOOTER STYLE */

#main-footer {
	background-color: transparent;
	border-top: 1px solid #eb5e28;
}

div#footer-bottom {
	background-color: #403d39;
	padding: 15px;
	color: #ffffff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #252422;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid rgb(235 94 40 / 40%);
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
}

.footer-widget .textwidget {
	color: #252422;
}

#footer-widgets .footer-widget a {
	/* background-color: #fff; */
}

.openinghours {
	max-width: 350px;
	width: 100%;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	color: #252422;
}

#current-day {
	background-color: #403d39;
	padding: 0 2px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #252422;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #eb5e28;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	color: #252422;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #16bae1;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}


/*MEDIA QUERIES*/

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

	/* HEADER STYLES */

	.header-title h1 {
		/* font-size: 47px; */
	}

	.header-title span {
		font-size: 33px;
	}


	.homepage-services ul#servcss {


		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	.homepage-services li {
		display: inline-block;
		padding: 0 20px;
	}

	.homepage-services ul#servcss {
		padding: 0;
	}
}

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

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

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

	/*HEADER STYLES*/
	header#main-header {
		margin-top: 30px !important;
	}
	.home .et-fixed-header .contact-info {
		display: block;
	}
	.contact-info {
		padding-bottom: 0px !important;
	}
	ul.sub-menu {

		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 38px;
		background-color: #202020 !important;
		border-color: #ffd100 !important;
	}

	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}


	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	body:before {
		content: "";
		position: absolute;
		background: #e4ccb5;
		background: radial-gradient(circle, rgb(204 197 185 / 50%) 0%, rgb(228 204 181 / 0%) 70%);
		width: 40vw;
		height: 40vw;
		left: 15vw;
		top: -20vw;
		border-radius: 50%;
		filter: blur(-50px);
	}
	div#page-container {
		margin-top: 30px !important;
	}
	.header-title {
		margin-bottom: 30px;
	}

	.header-title h1 {
		/* font-size: 60px; */
	}

	.header-title span {
		font-size: 40px;
	}

	.header-img-holder img {height: 600px;max-height: 40vw;min-height: 500px;}

	.header-img-holder a {
		display: none;
	}

	.sidebar-cta a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
		width: auto;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		line-height: 1;
		color: #403d39;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.header-sidebar-element {
		width: 90px;
		margin-right: 50px;
	}

	.header-main-element {
		width: calc(100% - 140px);
	}
	.entry-title {
		text-align: left;
	}

	.home .entry-title {
		font-size: 32px !important;
	}
	.loop.owl-carousel.owl-theme {
		display: flex;
		align-items: center;
		max-width: 440px;
	}

	.owl-theme .owl-nav {
		margin: 0;
		width: calc(100% + 483px);
		display: flex;
		justify-content: space-between;
		margin-left: -241px;
		margin-top: -1px;
		position: absolute;
	}
	.item {
		height: 206px !important;
	}

	.owl-item.leftSL .item {
		height: 186px !important;
	}

	.owl-item.rightSL .item {
		height: 186px !important;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}

	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		line-height: 1.2;
	}


	div#nap-title div {
		text-align: right !important;
	}

	.homepage-nap h3 {
		text-align: right;
	}
	/* CONTACT SECTION DESKTOP */
	div#contact-section {
		max-width: 600px;
		margin: 0 auto;
	}

	p.free-estimate-title {
		/* font-size: 36px; */
		line-height: 1.5;
		padding-left: 32px;
	}


	.home div#contact {
		padding-left: 30px;
		position: relative;
		width: calc(100% - 70px);
		margin: 0 auto;
	}

	.home div#contact:before {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% + 65px);
		background: #eb5e28;
		left: 15px;
		top: -65px;
	}
	div#home-content-image {
		height: 100%;
	}

	div#home-content-image span {
		height: 100%;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(235 94 40 / 30%);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-bottom: 1px solid #eb5e28 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
.wpcr3_button_1 {
	margin-top: 10px;
	background: #000000;
	color: #fff;
}


@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}


}

@media (max-width: 980px) {
	.homepage-services #servcss li {
		display: block;
	}

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}

/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}
.external-reviews-holder {
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.review-origin-brand {
	background: #fff;
	padding: 10px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 10px;
}
.review-origin-brand img {
	margin: 0;
	height: 35px;
	object-fit: contain;
}
.external-review-title {
	text-align: center;
	font-size: 20px !important;
	color: #fff;
	font-weight: 400;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #fff;
}
.external-review-author {
	margin: 0 5px;
	font-weight:400;
}

.external-review-date {
	margin: 0 5px;
}
.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	position: relative;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #63d471;
}

div#external-reviews .et_pb_row {
	padding: 0 !important;
}
.static-external-review-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.static-external-review-container .external-reviews-holder {
	min-height: 380px;
	justify-content: flex-end;
}
@media (min-width: 981px) {
	.static-external-review-holder {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.static-external-review-container {
		width: 50%;

	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}

	.review-origin-brand {
		position: absolute;
	}
}
/* end reviews */
/* add buttons*/
.booking-button-switch {
	display: none !important;
}
.slider-button {
	margin-top: 0;
	margin-bottom: 0;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #01749500;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #eb5f29;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 12px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
}
.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color: #fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #eb5e28;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #fffcf2;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 210px;
}
#main-footer .listing-rev-btn {
	padding: 5px 15px;
	border: 1px solid #fff;
	border-left: 0px;
	bottom: 15px;
	background: #eb5f29;
	color: #fff;
	width: 210px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: fixed;
	left: 0;
	display:flex;
	align-items: baseline;
	font-weight: 700;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 1px;
}
/* end add buttons */

@media screen and (min-width:601px) {
	.slider-button {
		display: flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-left:15px;
		bottom: -52px;
	}
}

#footer-widgets .footer-widget li a {
	color: #252422!important;
}

#main-footer .et_pb_widget li {
	list-style-type: none!important;
}

.footer-widget li:before {
	border-color: #403d39!important;
}

.nav-arrows button{background: #403D39;border-color: #403D39;border-style:solid;color: white;display: flex;}

.nav-arrows button:hover{
	background:#eb5e28;

}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}
.top-header-button-quote {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #eb5f29;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.wpcr3_button_1:hover {
	background: #413d3a;
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.owl-carousel .owl-nav button {
	background: #403D39 !important;
	color: white !important;
}


/* SERVICES BOXES */
.srvBlock {
	max-width: 1366px;
	padding: 20px 10px 0px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	margin: 0px 1%;
	background-color: rgb(64 61 57);
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: rgb(64 61 57);
	display: flex;
	flex-direction: column;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #eb5f29;
}

.srvElementHeader h2 {
	color: #fff;
	font-size: 120%;
	padding: 0px;
	font-weight: bold;
}

.srvElementContent {
	text-align: justify;
	color: #fff;
	padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
	width: 100%;
}

.srvElementFullWidth .srvElementBody {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.srvElementFullWidth .srvElementImg {
	width: 30%;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 20px;
}

.srvElementHeader:hover {
	background-color: #222222;
}
.srvElementHeader:hover h2{
	color: #fff;
}

@media only screen and (max-width: 981px) {
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 15px auto 0px;
	}
	.srvElementFullWidth {
		margin: 15px auto 0px;
		display: inline-block;
	}

	.srvElementImg {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
	}

	.srvElementBody {
		padding: 10px;
	}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}
/* END SERVICES BOXES */



/* ADDITTIONAL SERVICES */

#additionalServices {
	list-style: none;
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
@media (min-width: 600px) {
	#additionalServices li {
		break-inside: avoid;
		padding: 10px 5px;
		text-align: left;
	}
}
@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}
}
/* END ADDITTIONAL SERVICES */

/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #403d39;
	background-color: #fffcf2 !important;
	font-weight: 400;
	overflow-x: hidden;
}
body:before {
	content: "";
	position: absolute;
	background: rgb(228,204,181);
	background: radial-gradient(circle, rgb(204 197 185 / 50%) 0%, rgb(228 204 181 / 0%) 70%);
	width: 70vw;
	height: 70vw;
	left: -10vw;
	top: -20vw;
	border-radius: 50%;
	filter: blur(-50px);
}

div#page-container {
	margin-top: 5% !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fffcf2;
	box-shadow: 6px 15px 20px 1px #302e2c !important;
	overflow: hidden;
}

.et_pb_section {
	background: transparent;
}
.home .et_pb_section:nth-child(1):before {
	display: none;
}
.et_pb_section:nth-child(odd):before {
	content: "";
	position: absolute;
	background: rgb(255 255 255);
	background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	left: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}
.et_pb_section:nth-child(even):before {
	content: "";
	position: absolute;
	background: rgb(255 255 255);
	background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	right: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}

/*HEADER STYLES*/

#main-header.et-fixed-header {
	background: #fffcf2 !important;
	margin-top: 0 !important;
	border-radius: 0 !important;
}

header#main-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: none !important;
	background: transparent;
	border-bottom: 1px solid #eb5e28;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #page-container .et_slide_in_menu_container {
	background: #fffcf2 !important;
	filter: drop-shadow(2px 4px 6px black);
}
.et_slide_in_menu_container ul#mobile_menu_slide {
	padding: 28px 20px;
}
body #page-container .et_slide_in_menu_container:before {
	content: "";
	position: absolute;
	background: rgb(64 61 57);
	background: radial-gradient(circle, rgb(255 252 242 / 17%) 0%, rgb(228 204 181 / 0%) 53%);
	width: 600px;
	height: 600px;
	right: -300px;
	top: -300px;
	border-radius: 50%;
	filter: blur(-50px);
}
.header-menu-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0;
}

.logo_container {
	position: relative !important;
	width: calc(100% - 60px) !important;
	margin-right: 20px;
	order: 2;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.logo_container a {
	display: flex;
	color: #403d39;
	font-family: 'Cormorant Infant', serif;
}
img#logo {
	max-width: 80% !important;
	max-height: 70px;
}
.logo_container a span::first-letter {
	font-family: 'Kolker Brush', cursive;
	font-size: 50px;
}
.contact-info {
	width: 100%;
	order: 1;
	padding: 0 0 10px 0 !important;
}
.home .contact-info {
	display: none;
}
.contact-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact-info-container .fa {
	margin-right: 5px;
}
.header-location-container {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	color: #eb5e28;
}

.contact-info-container a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 15px;
	color: #eb5e28;
}
.phonenum {margin: 10px 10px;}
div#et-top-navigation {
	order: 3;
	padding: 0 !important;
}
.et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: 0 !important;
}
.et_header_style_slide #et-top-navigation {
	padding: 0 !important;
}

ul#mobile_menu_slide a {
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #eb5f29 !important;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 0 !important;
}

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	background: url(https://remodelerolneymd.com/wp-content/uploads/2022/07/burger-menu-dark.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	width: 40px;
	height: 32px;
	opacity: 0.8 !important;
}



.mobile_menu_bar {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 40px !important;
	padding-top: 0;
	padding-bottom: 0px !important;
}

.et_toggle_slide_menu:after {
	position: absolute;
	display: none;
}


/*END HEADER STYLES*/


/*PAGE STYLES*/
.header-container {
	display: flex;
}

.header-sidebar-element {display: flex;flex-direction: column-reverse;justify-content: space-evenly;align-items: center;border-right: 1px solid #eb5e28;width: 30px;margin-right: 10px;}

.sidebar-estimate {
	display: flex;
}
.sidebar-estimate a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	font-size: 15px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	line-height: 1;
	color: #403d39;
}
.sidebar-cta {}

.sidebar-cta a {
	display: none;
}

.sidebar-cta p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	width: auto;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	line-height: 1;
	color: #403d39;
}
.header-sidebar-element .fa {transform: rotate(90deg);line-height: 1;display: flex;justify-content: center;align-items: center;}
.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
}
.home .entry-title {
	text-transform: uppercase;
	text-align: right;
}
.section-title-heading {
	color: #403d39;
	font-family: 'Kolker Brush', cursive;
	font-size: 35px;
	line-height: 17px;
	display: block;
	text-align: right;
	margin-right: 6px;
}
.header-sidebar-element span {
	margin: 5px 0px 0 0;
}

.header-main-element {
	width: calc(100% - 40px);
}

.header-title {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 30px;
}

.header-title h1 {
	font-family: 'Cormorant Infant', serif;
	color: #eb5e28;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.header-title span {
	color: #403d39;
	font-family: 'Kolker Brush', cursive;
	font-size: 20px;
	line-height: 1;
	margin-right: -30px;
	display: block;
	text-align: right;
}

.header-img-holder {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.header-img-holder img {
	max-height: 400px;
	height: calc(95vw * 0.7);
	object-fit: cover;
	object-position: bottom;
}

.header-img-holder a {
	color: #eb5e28;
	line-height: 1;
	display: block;
	background: #fffcf2;
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 0px;
	box-shadow: -1px 1px #eb5e28;
	font-family: 'Cormorant Infant', serif;
}



/* HTML BADGES STYLE */
div#css-badges-section {
	background-color: #ffffff!important;
}
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	/* background: #302e2c; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 5px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
	content:
		"";
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgb(235 94 40 / 40%);
	left: 0px;
	bottom: -19px;
}
.badge-holder:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: rgb(235 94 40);
	bottom: 0px;
	right: 0;
	z-index: -1;
}
p.badge-content {
	color: #403d39;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
	filter: invert(1);
}

.badge-title {
	background: #EB5E28;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	box-shadow: 0px 15px 15px 0px #ccc5b9;
	color: #fffbf1;
	font-family: 'Cormorant Infant', serif;
	font-weight: bold;
}

.badge-title span {
	font-size: 17px;
}

div#slider-title {
	text-align: center;
}

div#slider-title .et_pb_code_inner {
	display: inline-block;
}

/* SLIDER ON HOMEPAGE */
.owl-carousel .owl-item img {
	border: 1px solid #000;
	object-fit: cover;
	object-position: center;
	height: 100%;
	max-height: 100%;
}

.owl-item.leftSL {
	transform: rotate(-12deg);
	opacity: 1;
	margin-right: -100px !important;
	margin-left: 100px;
	margin-top: 85px !important;
}
.owl-item.leftSL .item {
	width: 60%;
	margin-left: auto;
	height: 125px !important;
}
.owl-item.rightSL {
	transform: rotate(12deg);
	opacity: 1;
	margin-left: -100px;
	margin-right: 100px !important;
	margin-top: 85px !important;
}
.owl-item.rightSL .item {
	width: 60%;
	margin-right: auto;
	height: 125px !important;
}
.owl-item.centrSL {
	z-index: 99;
	opacity: 1;
}
.owl-item.centrSL .item {
	width: 70%;
	margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
	overflow: visible;
	height: initial !important;
}

.owl-stage {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-item {
	height: auto;
}

.loop.owl-carousel.owl-theme {
	height: auto;
	overflow: visible;
	max-width: 345px;
	margin: 0 auto;
}

.owl-item {
	opacity: 0;
}
.owl-carousel .owl-nav button {
	border: 1px solid #403d39 !important;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	font-size: 35px !important;
	background: #ccc5b9 !important;
}
.owl-carousel .owl-nav button:hover {
	background: #eb5e28 !important;
}
.owl-carousel .owl-nav button span {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	margin-top: -2px;
	color: #ffffff;
}

.loop.owl-carousel.owl-theme {
	display: flex;
	align-items: center;
	max-width: 440px;
}

.owl-theme .owl-nav {
	margin: 0;
	width: calc(100% + 483px);
	display: flex;
	justify-content: space-between;
	margin-left: -241px;
	margin-top: -1px;
	position: absolute;
}
.item {
	height: 206px !important;
}

.owl-item.leftSL .item {
	height: 186px !important;
}

.owl-item.rightSL .item {
	height: 186px !important;
}


/* SERVICES LIST SECTION STYLE */

div#home-services-list-section {
	padding: 0;
}

.homepage-services {
	text-align: center;
	margin: 0 auto;
}
.homepage-services ul {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: 400;
	margin: 0.3em 0;
	padding-left: 20px;
	display: inline-block;
	color: #000000;
	font-family: 'Cormorant Infant', serif;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '+';
	top: 0;
	left: 0;
	color: #eb5e28;
	font-family: 'FontAwesome';
	font-weight: 100;
}


/* NAP SECTION STYLE */

div#homepage-nap-section {
}
div#nap-title {
	text-align: center !important;
}

div#nap-title .et_pb_code_inner {
	display: inline-block !important;
}
div#nap-title div {
	text-align: center;
}
.homepage-nap h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #252422;
	font-style: italic;
	padding: 0;
}

.homepage-nap h3 strong {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
}


div#home-content-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}





/* CONTACT FORM STYLE */

div#contact-section {position: relative;}

p.free-estimate-title {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	padding: 0;
	text-align: center;
	color: #eb5e28;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	border-bottom: 1px solid #eb5e28;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	color: #eb5e28;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	border: 1px solid rgb(235 94 40 / 40%);
	line-height: 1;
	background: transparent;
	height: auto;
}

input#submitter:hover {
	background-color: #d6d6d6 !important;

}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	margin-bottom: 15px;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #ffffff00 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border-bottom: 1px solid #eb5e28;
	margin-bottom: 20px !important;
	width: 100%;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #252422 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	color: #000 !important;
	border-color: #000000;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

div#testimonials-title {
	text-align: center;
}

div#testimonials-title .et_pb_text_inner {
	display: inline-block;
}


.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #eb5e28;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
}

.home span.wpcr3_item_name a {
	color: #403d39;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #908275;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	color: #eb5e28;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	border: 1px solid rgb(235 94 40 / 40%);
	line-height: 1;
}

.testimonials-btn:hover {
	background: #d6d6d6;

}


/* FOOTER STYLE */

#main-footer {
	background-color: transparent;
	border-top: 1px solid #eb5e28;
}

div#footer-bottom {
	background-color: #403d39;
	padding: 15px;
	color: #ffffff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #252422;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid rgb(235 94 40 / 40%);
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
}

.footer-widget .textwidget {
	color: #252422;
}

#footer-widgets .footer-widget a {
	/* background-color: #fff; */
}

.openinghours {
	max-width: 350px;
	width: 100%;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	color: #252422;
}

#current-day {
	background-color: #403d39;
	padding: 0 2px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #252422;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #eb5e28;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	color: #252422;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: transparent !important;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #16bae1;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}


/*MEDIA QUERIES*/

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

	/* HEADER STYLES */

	.header-title h1 {
		/* font-size: 47px; */
	}

	.header-title span {
		font-size: 33px;
	}


	.homepage-services ul#servcss {


		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	.homepage-services li {
		display: inline-block;
		padding: 0 20px;
	}

	.homepage-services ul#servcss {
		padding: 0;
	}
}

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

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

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

	/*HEADER STYLES*/
	header#main-header {
		margin-top: 30px !important;
	}
	.home .et-fixed-header .contact-info {
		display: block;
	}
	.contact-info {
		padding-bottom: 0px !important;
	}
	ul.sub-menu {

		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 38px;
		background-color: #202020 !important;
		border-color: #ffd100 !important;
	}

	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}


	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	body:before {
		content: "";
		position: absolute;
		background: #e4ccb5;
		background: radial-gradient(circle, rgb(204 197 185 / 50%) 0%, rgb(228 204 181 / 0%) 70%);
		width: 40vw;
		height: 40vw;
		left: 15vw;
		top: -20vw;
		border-radius: 50%;
		filter: blur(-50px);
	}
	div#page-container {
		margin-top: 30px !important;
	}
	.header-title {
		margin-bottom: 30px;
	}

	.header-title h1 {
		/* font-size: 60px; */
	}

	.header-title span {
		font-size: 40px;
	}

	.header-img-holder img {height: 600px;max-height: 40vw;min-height: 500px;}

	.header-img-holder a {
		display: none;
	}

	.sidebar-cta a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
		width: auto;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		line-height: 1;
		color: #403d39;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.header-sidebar-element {
		width: 90px;
		margin-right: 50px;
	}

	.header-main-element {
		width: calc(100% - 140px);
	}
	.entry-title {
		text-align: left;
	}

	.home .entry-title {
		font-size: 32px !important;
	}
	.loop.owl-carousel.owl-theme {
		display: flex;
		align-items: center;
		max-width: 440px;
	}

	.owl-theme .owl-nav {
		margin: 0;
		width: calc(100% + 483px);
		display: flex;
		justify-content: space-between;
		margin-left: -241px;
		margin-top: -1px;
		position: absolute;
	}
	.item {
		height: 206px !important;
	}

	.owl-item.leftSL .item {
		height: 186px !important;
	}

	.owl-item.rightSL .item {
		height: 186px !important;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}

	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		line-height: 1.2;
	}


	div#nap-title div {
		text-align: center !important;
	}

	.homepage-nap h3 {
		text-align: center;
	}
	/* CONTACT SECTION DESKTOP */
	div#contact-section {
		max-width: 600px;
		margin: 0 auto;
	}

	p.free-estimate-title {
		/* font-size: 36px; */
		line-height: 1.5;
		padding-left: 32px;
	}


	.home div#contact {
		padding-left: 30px;
		position: relative;
		width: calc(100% - 70px);
		margin: 0 auto;
	}

	.home div#contact:before {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% + 65px);
		background: #eb5e28;
		left: 15px;
		top: -65px;
	}
	div#home-content-image {
		height: 100%;
	}

	div#home-content-image span {
		height: 100%;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(235 94 40 / 30%);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-bottom: 1px solid #eb5e28 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
.wpcr3_button_1 {
	margin-top: 10px;
	background: #000000;
	color: #fff;
}


@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}


}

@media (max-width: 980px) {
	.homepage-services #servcss li {
		display: block;
	}

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}

/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}
.external-reviews-holder {
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.review-origin-brand {
	background: #fff;
	padding: 10px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 10px;
}
.review-origin-brand img {
	margin: 0;
	height: 35px;
	object-fit: contain;
}
.external-review-title {
	text-align: center;
	font-size: 20px !important;
	color: #fff;
	font-weight: 400;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #fff;
}
.external-review-author {
	margin: 0 5px;
	font-weight:400;
}

.external-review-date {
	margin: 0 5px;
}
.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	position: relative;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #63d471;
}

div#external-reviews .et_pb_row {
	padding: 0 !important;
}
.static-external-review-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.static-external-review-container .external-reviews-holder {
	min-height: 380px;
	justify-content: flex-end;
}
@media (min-width: 981px) {
	.static-external-review-holder {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.static-external-review-container {
		width: 50%;

	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}

	.review-origin-brand {
		position: absolute;
	}
}
/* end reviews */
/* add buttons*/
.booking-button-switch {

}
.slider-button {
	margin-top: 0;
	margin-bottom: 0;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #01749500;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #eb5f29;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 12px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
}
.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color: #fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #eb5e28;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #fffcf2;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 210px;
}
#main-footer .listing-rev-btn {
	padding: 5px 15px;
	border: 1px solid #fff;
	border-left: 0px;
	bottom: 15px;
	background: #eb5f29;
	color: #fff;
	width: 210px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: fixed;
	left: 0;
	display:flex;
	align-items: baseline;
	font-weight: 700;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 1px;
}
/* end add buttons */

@media screen and (min-width:601px) {
	.slider-button {
		display: flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-left:15px;
		bottom: -52px;
	}
}

#footer-widgets .footer-widget li a {
	color: #252422!important;
}

#main-footer .et_pb_widget li {
	list-style-type: none!important;
}

.footer-widget li:before {
	border-color: #403d39!important;
}

.nav-arrows button{background: #403D39;border-color: #403D39;border-style:solid;color: white;display: flex;}

.nav-arrows button:hover{
	background:#eb5e28;

}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}
.top-header-button-quote {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #eb5f29;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.wpcr3_button_1:hover {
	background: #413d3a;
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.owl-carousel .owl-nav button {
	background: #403D39 !important;
	color: white !important;
}


/* SERVICES BOXES */
.srvBlock {
	max-width: 1366px;
	padding: 20px 10px 0px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	margin: 0px 1%;
	background-color: rgb(64 61 57);
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: rgb(64 61 57);
	display: flex;
	flex-direction: column;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #eb5f29;
}

.srvElementHeader h2 {
	color: #fff;
	font-size: 120%;
	padding: 0px;
	font-weight: bold;
}

.srvElementContent {
	text-align: justify;
	color: #fff;
	padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
	width: 100%;
}

.srvElementFullWidth .srvElementBody {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.srvElementFullWidth .srvElementImg {
	width: 30%;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 20px;
}

.srvElementHeader:hover {
	background-color: #222222;
}
.srvElementHeader:hover h2{
	color: #fff;
}

@media only screen and (max-width: 981px) {
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 15px auto 0px;
	}
	.srvElementFullWidth {
		margin: 15px auto 0px;
		display: inline-block;
	}

	.srvElementImg {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
	}

	.srvElementBody {
		padding: 10px;
	}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}
/* END SERVICES BOXES */



/* ADDITTIONAL SERVICES */

#additionalServices {
	list-style: none;
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
@media (min-width: 600px) {
	#additionalServices li {
		break-inside: avoid;
		padding: 10px 5px;
		text-align: left;
	}
}
@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}
}
/* END ADDITTIONAL SERVICES */

div#services-title {
	display: flex;
	justify-content: center;
}

#mobile_menu li a {
	line-height: 1.2em;
}

.floating-estimate-btn{
	z-index: 9999;
}

#main-footer .listing-rev-btn{
	display: flex;
	align-items: baseline;
	position: fixed;
	z-index: 9999;
}

#main-content {
	background-color: transparent;
}

body.page-id-696 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
body.single-post .entry-content h2 {
    text-align: left !important;
    margin-block: 10px 5px;
}
body.single-post .entry-content p,
body.single-post .entry-content li {
    text-align: justify !important;
}
@media screen and (max-width: 981px) {
	body.page-id-696 article .et_pb_posts article.et_pb_post .post-meta {
		text-align: center;
		margin-block: 5px;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}