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


/* -----------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------- */
body {
	color: #2d2d2d;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 24px;
	overflow-x: hidden;
}

body,
p {
	font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
}
h1 {
	font-weight: bold;
}

.entry-title.main_title {
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-family: "Inter", sans-serif;
	font-weight: bold;
	color: #000 !important;
	text-shadow: -2px 1px #fff;
}

blockquote {
	border: 0;
	padding-left: 0;
}

.wpcr3_item_name a {
	color: #ffa903 !important;
	text-decoration: underline;
}

#servcss {
	list-style-type: none;
	padding: 0;
}

#servcss li {
	font-weight: bold;
	margin-bottom: 0.3em;
	position: relative;
}
.home ul#servcss {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home #servcss li {
	position: relative;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 10px;
	display: inline-block;
	color: #741e1f;
}
.home #servcss li:before {
	position: relative;
	padding-right: 10px;
	content: "\f105";
	left: 0px;
	top: 1px;
	font-family: "FontAwesome";
	color: #ffa903;
	font-size:25px;
}
.home #servcss li:after {
	background-color: rgb(255 169 3 / 30%);
	content: "";
	position: absolute;
	width: 15px;
	height: 20px;
	left: 0px;
	top: 4px;
	margin-left: 0;
	z-index: -1;
}
/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */

#main-header {
	background: transparent;
	line-height: 0px;
}
#main-header,
#main-header.et-fixed-header {
	-webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
	filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.25)) !important;
}

header > .et_menu_container {
	max-width: 1350px !important;
}

/* Logo */

.et-fixed-header .logo_container,
.logo_container {
	padding: 0;
}

.text-logo {
	position: relative;
	display: inline-block;
	color: #741e1f;
	font-family: "Inter", sans-serif;
	font-size: 23px !important;
	font-weight: bold;
	line-height: 1.2 !important;
	text-transform: uppercase;
	padding: 0;
	transition: 0.3s;
}
/* Navigation */
#et-top-navigation {
	background: transparent;
	padding: 0px 0px 0px 25px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#top-menu li {
	padding-right: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#top-menu li a,
.et_mobile_menu li a {
	font-family: "Inter", sans-serif;
	font-weight: bold !important;
	font-size: 15px !important;
	padding: 30px 15px 15px !important;
	transition: 0.4s ease-in-out;
	position: relative;
	text-transform: capitalize !important;
}
#top-menu li a:hover {
	color: #ffa903 !important;
	opacity: 1 !important;
}
.et-fixed-header #top-menu li a:hover {
	color: #ffa903 !important;
}
#top-menu li:hover:before,
#top-menu li.current-menu-item:before,
#top-menu li.current_page_item:before {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #ffa903;
	position: absolute;
	bottom: 60%;
	left: 50%;
	opacity: 1;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top-menu li:hover:after,
#top-menu li.current-menu-item:after,
#top-menu li.current_page_item:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ffa903;
	position: absolute;
	top: 30%;
	left: 50%;
	opacity: 1;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#top-menu li li a {
	padding: 15px 10px !important;
}
#top-menu li li:before,
#top-menu li li:after {
	display: none;
}
.nav li ul {
	right: -10px;
	background: #741e1f;
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
	color: #fff !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
	background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
	padding: 15px 10px;
}
.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color: #741e1f !important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff !important;
}

.et_monarch .et_social_mobile {
	width: 100% !important;
}

/* Scroll Down Button */
.scroll-down-btn {
	z-index: 99999;
	position: absolute;
	bottom: 35px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	padding: 10px;
	border-radius: 40px;
	background-color: #ffa903;
}

.scroll-down-btn:hover {
	opacity: 0.8;
}

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #000 !important;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #ffa903;
}



#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
	display: none;
}

#sidebar #servcss li {
	position: relative;
	/*   padding-left: 25px; */
	transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
position: absolute;
content: '\f00c';
top: 0;
left: 0;
color: #FFA903;
font-family: 'FontAwesome';
} */

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.heading h2 {
	position: relative;
	font-family: "Inter", sans-serif;
	color: #ffa903 !important;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
}
.heading h2 span {
	color: #000;
}

.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
	display: none !important;
}

div.wpcr3_review div.wpcr3_review_title{
	font-size:1em;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff !important;
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
@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;
	}
	.wpcr3_button_1 {
		margin-top: 10px;
	}
}
@media (max-width: 980px) {
	.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%;
	}
}

/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */
.title-free {
	text-align: center;
}
.free-estimate-heading {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
}
textarea {
	resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	border: 0;
	border-bottom: 1px solid #fff;
	background: #741e1f;
	color: #fff !important;
	padding: 10px 10px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	margin: 0px 0px 10px !important;
	border-radius: 0px;
	transition: 0.3s linear;
	width: 100% !important;
}
body:not(.home) #contactForm input[type="text"],
body:not(.home) #contactForm input[type="password"],
body:not(.home) #contactForm input[type="tel"],
body:not(.home) #contactForm input[type="email"],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {
	border: 1px solid #000;
}
#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: #fff !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 {
	opacity: 1;
}

#contactForm div:nth-child(5) img {
	float: left;
	margin-top: 5px;
}

#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}
#submitter {
	color: #741e1f;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffa903;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	z-index: 1;
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 15px 30px !important;
	margin: 10px auto 0 !important;
	border: 0px solid #ffa903;
	border-radius: 0px;
	width: 100% !important;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#submitter:hover {
	background: #741e1f;
	color:#fff;
}

/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */

ul#menu-footer-menu li a {
	background: transparent !important;
}

ul#menu-footer-menu li:before {
	color: #ffa903 !important;
	content: '\f101' !important;
	font-family: 'FontAwesome' !important;
	border: none !important;
	top: 0 !important;
}

#main-footer {
	background-color: #741e1f;
	padding-top: 30px;
}

#main-footer #footer-widgets {
	margin-bottom: 30px;
	padding: 3% 0 0;
}

#main-footer .footer-widget {
	color: #f7f7f7 !important;
	font-family: "Inter", sans-serif;
}

#main-footer .footer-widget strong {
	color: #ffa903 !important;
}

#main-footer .footer-widget .et_pb_widget {
	float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
	width: 100%;
}

#main-footer h4 {
	position: relative;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #ffa903;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	text-shadow: none !important;
}

.openinghours td,
.hours th {
	color: #f7f7f7 !important;
}

.openinghours tr td:last-child {
	text-align: right !important;
}

#current-day {
	background-color: transparent;
}

#current-day td {
	color: #ffa903 !important;
	font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
	display: none;
}
.social-icon-nap-font {
	-webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
	box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
}
#footer-bottom {
	background-color: transparent !important;
	color: white;
}

#footer-bottom .container {
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
}

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 980px) {
	.home ul#servcss {
		text-align: center;
	}
	.et_header_style_centered #main-header {
		padding: 0px 0 0;
	}
	.text-logo {
		width: unset;
	}
	.logo_container {
		position: static;
		text-align: center;
	}

	#mobile_menu {
		top: 33px;
		border-top: 0;
	}
	.home-testimonial .wpcr3_item_name a,
	.home-testimonial .heading,
	.home-testimonial .et_pb_text {
		text-align: center;
	}
}

@media (max-width: 650px) {
	.et_monarch .et_social_mobile {
		width: 50% !important;
	}
}

@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	#contactForm div:nth-child(5) img {
		float: none;
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.text-logo {
		font-size: 24px;
	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 48px !important;
		line-height: normal;
	}
}

@media screen and (max-width: 375px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 38px !important;
	}
}
.et-fixed-header #top-menu li a {
	font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
	font-size: 17px !important;
}

/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
	top: unset !important;
	right: -10px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
}
.sub-menu li {
	padding: 0 !important;
	line-height: 1.2em !important;
}
.sub-menu li a {
	border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
	span.logo_helper {
		display: none;
	}
	a.text-logo {
		line-height: 1em;
		display: inline-flex;
		vertical-align: middle;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
/***** MORE *****/
@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
		text-align: center;
	}
	.contact-info.pull-right * {
		padding: 0 !important;
	}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
		text-align: center;
	}
	.widgettitle:before,
	#main-footer h4:before {
		width: 100%;
	}
	body:not(.home) h1.entry-title {
		text-align: center;
		font-size: 26px;
		border-bottom: 1px solid #ccc;
	}
	.et_pb_widget {
		text-align: center;
	}
	footer .et_pb_widget {
		float: none;
	}
}
#main-footer .container {
	width: 93%;
}
.payments strong,
.payments br {
	display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
}
.mobile_menu_bar_toggle {
	height: 100%;
	width: 100%;
	right: 0 !important;
	top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
	top: -15px;
}
ul#mobile_menu {
	top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
	width: 100%;
}

/*****************************************
********   IF LOGO IS IMAGE     *********
*****************************************/

@media (min-width: 981px) {
	.image-logo .et_menu_container {
		width: 100% !important;
		max-width: 1350px;
		padding-right: 10px;
	}
	.image-logo #top-menu > li > a {
		transition: all 0.3s !important;
	}
}

@media (max-width: 980px) {
	.image-logo .logo_container {
		width: fit-content;
		margin: 0 auto;
		height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
		max-height: 120px !important;
		max-width: 100%;
	}
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
BLOG PAGE, BLOG POST STYLE
*/


.et_pb_title_meta_container, .post-meta {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.post-content-inner {
	text-align: justify;
}                    
.single-post div#main-content .post {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

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

.blog .et_pb_post {
	text-align: justify;
}
.single-post .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.single-post article {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h1 {
	color: #000000 !important;
}

#main-content .container h2 {
	font-size: 24px !important;
}
h4.widgettitle {
	font-size: 1.2em;
}
.et_pb_widget svg {
	display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
		/* list-style: disc inside; */
	}

	.et_pb_title_meta_container, .post-meta {
		text-align: left;
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
	margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
	padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
	width: 100%;
}
#social-icons {
	text-align: inherit;
}

@media (max-width: 980px) {
	.et_pb_widget {
		text-align: center;
	}
	.paymentType {
		display: inline-block;
		float: none;
	}
}

#social-icons .social-icon {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
	.hours,
	.openinghours {
		width: 100%;
		text-align: center;
	}
}
#mobile_menu li a {
	text-transform: uppercase !important;
	font-family: "Inter", sans-serif;
	padding: 15px 10px !important;
	line-height: 1.2em;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:nth-child(n),
	#footer-widgets .footer-widget {
		margin-bottom: 5% !important;
	}
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 5%;
	}
	.openinghours {
		margin: none;
	}
	.hours,
	.openinghours {
		width: 65%;
		margin: 0 auto !important;
	}
}
/* header info */
#page-container {
	overflow: hidden;
}
.top-header {
	background: #741e1f;
}
.container_info {
	display: flex;
	justify-content: space-between;
}
.image-logo .container_nav {
	flex-direction: row;
	justify-content: space-between;
}
.container_info,
.container_nav {
	width: 85% !important;
	max-width: 85% !important;
	padding: 0 30px;
	margin: 0 auto;
}
.logo_container {
	text-align: center;
	display: inline;
	max-width: 100%;
	width: fit-content;
	height: auto !important;
	position: relative;
	padding: 20px 0 !important;
	z-index: 1;
}
#logo {
	max-height: 100px !important;
}
.image-logo .logo_container {
	max-width: 100%;
	/* height: 120px !important; */
	padding: 10px !important;
}
.et_header_style_centered header#main-header .logo_container {
	max-height: 300px !important;
	max-width: 95%;
}
.bottom-header {
	background: #2b2724;
}
.bottom-header-row {
	display: flex;
	align-items: center;
}
.col-left-header-logo {
	width: 30%;
	background: #f1f4f9;
	position: relative;
	display: flex;
	align-items: center;
}
.col-left-header-logo:before {
	content: "";
	background: #f1f4f9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -95%;
}
.col-right-header-nav {
	width: 80%;
}
.header-nav {
	display: flex;
	align-items: center;
}
.top-header-left {
	display: flex;
	align-items: center;
}
.top-header-right {
	background: #ffa903;
	padding: 20px 20px;
}
.header-info {
	background: #741e1f;
	display: flex;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.header-adr {
	margin-left: 25px;
}
.header-adr .fa,
.header-phone .fa,
.header-get-button .fa {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffa903;
	font-size: 18px;
	transition: 0.3s;
	padding: 0px 10px 0 0px;
}

.header-phone .fa {
	color: #ffffff;
}
.header-phone-span {
	font-weight: bold;
}
.header-adr,
.header-phone,
.header-get-button {
	display: flex;
	align-items: center;
}
.header-i {
	display: flex;
	flex-direction: column;
	line-height:1.2;
}
.header-adr,
.header-phone a,
.header-get-button a {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	font-family: "Inter", sans-serif;
}
/* end header info */

/* slider */
#slider {
	background-image: linear-gradient(360deg, rgba(255, 169, 3, 1) 15%, #741e1fa6 50%), url(https://constructionedisonnj.com/wp-content/uploads/2025/02/General-Contractor-header.webp);
	background-position: center;
	padding-top: 100px;
}
.row-slider {
	display: flex;
	align-items: center;
}
.col-left-slider:before,
.col-left-slider:after {
	content: "";
	height: 90%;
	width: 50%;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 10px;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: -1;
}
.slider {
	padding: 35px;
	text-align: left;
	position: relative;
}
.slider-title h1{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.slider-buttons {
	margin: 20px 0 20px;
}
.button {
	font-size: 16px;
	font-weight: bold;
	background: #741e1f;
	color: #fff;
	border: 2px solid #741e1f;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	line-height: normal;
	padding: 15px 15px;
	width: 265px;
	display: inline-block;
	text-align: center;
}
.button:hover {
	background: #741e1f;
	border-color: #741e1f;
}
.button .fa {
	margin-right: 5px;
}
/* end slider */
/* first section content */
#first-section-content {
	background: #f1f4f9;
}
.row-first-content {
	display: flex;
	padding-top: 0px !important;
}
.col-left-content {
	padding: 45px 30px 40px 30px;
	background: #741e1f;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.col-left-content:hover,
.col-right-image:hover {
	transform: translateY(-10px);
}
.col-left-content:after {
	content: "";
	position: absolute;
	height: 100%;
	border-left: 10px solid #ffa903;
	border-image: linear-gradient(#741e1f, #ffa903) 10;
	border-width: 10px;
	border-style: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	top: 0;
	left: -25px;
}
.col-right-image {
	padding: 30px 30px;
	margin: 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.col-right-image .et_pb_module,
.col-right-image span {
	height: 100%;
}
.col-right-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58%;
	transition: all 500ms ease;
}
h1.entry-title {
	font-family: "Inter", sans-serif;
}
.home h2.entry-title {
	color: #fff!important;
	text-align: left !important;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.btn {
	text-align: left;
	margin-top: 50px;
}
.btn a {
	color: #741e1f;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffa903;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	line-height: normal;
	padding: 15px 30px;
}
.btn a:hover {
	background: #fff;
}
.btn a .fa {
	color: #741e1f;
	margin-left: 5px;
}

.entry-title {
	/* padding-bottom: 10px; */
	font-family: "Inter", sans-serif;
	font-weight: 700 !important;
	font-size: 26px !important;
	line-height: 1.05;
	color: #2b2724 !important;
	text-align: center !important;
}
/* end first section content */

/* HTML BADGES STYLE */


.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #741e1f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 155px;
	padding: 15px 5px 36px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: 'Nunito', sans-serif;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

.badge-title {
	background: #f9a819;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #741e1f;
	font-weight: bold;
}

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

/* services-box */
#section-box-services {
	background-image: url(https://constructionedisonnj.com/wp-content/uploads/2023/12/background-services-box.webp) !important;
}
#section-box-services:before {
	content: "";
	height: 100%;
	right: 0%;
	position: absolute;
	top: 0;
	width: 100%;
	background: #2b2724fa;
}

.title-services {
	text-align: center;
}
.title-services p {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
	margin-bottom: 20px;
}

/* SERVICES STYLE */

.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: #741e1f;;
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: #741e1f;;
	display: flex;
	flex-direction: column;
}

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

.srvElementHeader h2 {
	color: #000000;
	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: #741e1f;
	color: #000;
}
.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;
	}
}


/* END SERVICES STYLE */

/* ADDITTIONAL SERVICES STYLE */

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

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

/* END ADDITTIONAL SERVICES STYLE */

/* end services box */

/* last section content */
#section-content {
	background: #F1F4F9;
	padding: 0px !important;
}
.row-content {
	padding:0px !important;
}
.module-content {
	background: #fff;
	width: 80%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
	padding: 20px;
	margin-left: -100px;
}
.heading-content p {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
	margin-bottom: 20px;
}
.col-left-image .et_pb_module,
.col-left-image span {
	height: 100%;
}
.col-left-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease;
}
.col-right-content {
	display:flex;
	align-items:center;
}
#last-section-content {
	background: #741e1f;
}
/* end last section content */

/* testimonials section */
#testimonials-section {
	background: #F1F4F9;
}
.row-testimonials {
	display:flex;
	align-items:center;
}
.testimonials-box {
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}
.title-testimonials {
	text-align:center;
}
.title-testimonials p {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
}
.testimonials-btn {
	text-align: center;
	margin-top: 0px;
}
.testimonials-btn a {
	color: #741e1f;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffa903;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	font-style:normal;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	line-height: normal;
	padding: 15px 15px;
}
.testimonials-btn a:hover {
	background:#741e1f;
}
.testimonials-btn a .fa {
	color: #741e1f;
	margin-left: 5px;
}
.testimonials-btn a:hover, .testimonials-btn a:hover .fa {
	color:#fff;
}
.testimonials-col-top, .testimonials-col-bottom {
	display: flex;
}
.testimonials-col-top {
	margin-bottom:10px;
}
.testimonials-col-left-image {
	margin-right: 10px;
	width: 50%;
}
.testimonials-col-right-image {
	margin-left: 10px;
	width: 50%;
}
.testimonials-col-left-image img, .testimonials-col-right-image img {
	height:100%;
}
.testimonials-col-b {
	background: #741e1f;
	width: 50%;
	margin-top: -30px;
}
.testimonials-col-y {
	background: #FFA903;
	width: 50%;
	margin-bottom: -30px;
}
.home div.wpcr3_dotline {
	border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom: 0px;
}
.home blockquote {
	margin: 15px 0 15px;
}
/* end testimonials section */
/* nap section */
#nap-section {
	background-size: cover !important;
	background-position: top center;
	background: url(https://constructionedisonnj.com/wp-content/uploads/2025/02/General-Contractor-nap-bg.webp);
	background-attachment: fixed;
	padding: 100px 0;
}
#nap-section:before {
	content: "";
	height: 100%;
	right: 0%;
	position: absolute;
	top: 0;
	width: 100%;
	background: #2b2724b3;
}
.col-right-nap {
	background: #fff;
	padding: 20px;
}
.title-nap {
	text-align:center;
}
.title-nap p {
	text-align: center;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
	margin-bottom: 20px;
}
.row-nap {
	display: flex;
	padding: 0 !important;
}

.nap-box {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 10px 0;
}
.nap-box-icon {
	position: relative;
	margin-right: 15px;
}
.nap-box-icon i {
	position: relative;
	z-index: 9;
	font-size:25px;
	color: #fff;
	background: #ffa903;
	padding: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nap-box-info h3 {
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2;
	color: #741e1f;
	text-align: left;
	font-size: 20px;
	padding-bottom: 0px;
}

/* end nap section */
/* contact form section */
#contact-section {
	background: #2b2724;
}
.col-contact-form {
	background: #f1f4f9;
	padding: 20px;
}
#contact {
	padding:0px;
}
input#customer_name.quickFormFields,
input#phone-cf.quickFormFields,
input#customer_email.quickFormFields {
	width: 32% !important;
	float: left;
}
input#customer_name.quickFormFields,
input#phone-cf.quickFormFields {
	margin-right: 2% !important;
}
/* end contact form section */
/* services list */
.title-services-list {
	text-align:center;
}
.title-services-list p {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #2b2724;
	border-image: linear-gradient(#ffa903, #741e1f) 10;
	border-width: 5px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-right: none;
	background: #ffa903;
	padding: 5px 18px !important;
	margin-bottom: 20px;
}
/* end services list */
/* buttons */

.booking-button-switch {
	display:none !important;
}

.top_button {
	position: relative;
	display: inline-block;
	background-color: #FFA903;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #741e1f;
	padding: 15px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0em;
}
.top_button .fa {
	margin-right:10px;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #ffa903;
	color: #741e1f !important;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border: 3px solid #741e1f;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 220px;
}
#main-footer .listing-rev-btn {
	padding: 5px 15px;
	border: 3px solid #741e1f;
	border-left: 0px;
	bottom: 15px;
	background: #ffa903;
	color: #741e1f;
	width: 220px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	display: flex;
	align-items: baseline;
	font-weight: bold;
	position: fixed;
	bottom: 10px;
	z-index: 999;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color:#741e1f;
}
/* end buttons */
/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}

.review-title {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height:1.2;
	color: #000 !important;
	text-align: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;
}

.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: #741e1f;

	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
	font-size:1em;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	color: #741e1f;
}
.external-review-author {
	margin: 0 5px;
	font-size:0.8em;
}

.external-review-date {
	margin: 0 5px;
}

.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px 10px 30px 10px;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	font-size:14px;
	color: #741e1f;
	font-weight: 400;
	position: relative;
}

a.add-reviews-link {
	color: #2b2724;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 600;
	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: inline;
	}
}
/* end reviews */
@media screen and (max-width: 1024px) {
	.bottom-header-row {
		flex-direction: column;
	}
	.col-left-header-logo,
	.col-right-header-nav {
		width: 100%;
	}
	.col-left-header-logo {
		justify-content: center;
	}
	.col-left-header-logo:before {
		width: 0%;
		left: 0%;
	}
	#et-top-navigation {
		padding: 0px;
		text-align: center;
	}
	.module-content {
		height: 100%;
		width: 100%;
		margin-left: 0px;
	}
}


@media screen and (min-width: 981px){
	.entry-title {
		text-align: left !important;
	}
}

@media screen and (max-width: 980px) {
	.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0px;
	}

	.sub-menu li {
		line-height: 0 !important;
	}
	.container_info, .container_nav {
		width: 100% !important;
		max-width: 100% !important;
	}
	.col-left-header-logo,
	.col-right-header-nav {
		width: 100%;
	}
	.top-header-left {
		flex-direction: column;
	}
	.header-adr {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.header-info,
	.header-nav {
		height: auto;
	}
	#et-top-navigation {
		padding: 10px 10px;
	}
	.container_info,
	.container_nav {
		margin: 0 auto;
	}
	.container_info {
		align-items: center;
		flex-direction: column;
		padding: 15px 15px;
	}
	.image-logo .logo_container {
		max-width: 100%;
	}
	.slider-title h1 {
		font-size: 26px;
	}
	.row-services {
		flex-direction: column;
		padding-bottom: 0px !important;
	}
	.row-first-content, .row-nap, .row-testimonials {
		flex-direction: column;
	}
	#section-content {
		background: #ffffff;
	}
	.module-content {
		width: 80%;
		margin: 0 auto;
		padding:50px 0;
		box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 9%);
	}
	.home h2.entry-title, .btn, .heading-content,
	body:not(.home) h1.entry-title,
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		text-align:center !important;
	}
	.testimonials-col-top {
		margin-top: 80px;
	}
	.wpcr3_review,
	.wpcr3_item_name {
		text-align: center !important;
	}
}
@media screen and (max-width: 600px) {
	.row-slider {
		flex-direction: column;
	}
	.slider {
		padding: 35px 0px 35px 35px;
	}
	input#customer_name.quickFormFields,
	input#phone-cf.quickFormFields {
		margin-right: 0% !important;
	}
	input#customer_name.quickFormFields,
	input#phone-cf.quickFormFields,
	input#customer_email.quickFormFields {
		width: 100% !important;
	}
}

.nav-arrows button{
	background:#FFA903;
	border-color: #FFA903;
	width: 40px;
	height: 40px;
	color:#741e1f;
	border-style:solid;

}

.nav-arrows button:hover{
	background:#741e1f;
	border-color: #741e1f;

	color:#fff;

}


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


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

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

.wpcr3_button_1:hover {
	color: #fff;
	background: #741e1f;
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	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;
}

@media screen and (max-width:980px){
	#footer-widgets .footer-widget li:before {
		display:none !important;
	}

	#footer-widgets .footer-widget li {
		padding-left: 0px;}
}

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

@media (max-width: 980px) {
	.et_right_sidebar #sidebar {
		margin-left: 0;
		border-left: none;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.et_pb_gallery_grid .et_pb_gallery_image {
		padding-top: 100%; 
		display: block;
	}
}
@media only screen and (min-width: 480px) {
	.et_pb_gallery_grid .et_pb_gallery_image {
		padding-top: 100%; 
		display: block;
	}
}

@media only screen and (max-width: 479px) {
	.et_pb_gallery_grid .et_pb_gallery_image {
		padding-top: 100%; 
		display: block;
	}
}
.et_pb_gallery_grid .et_pb_gallery_item img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.gallery-button {
	font-size: 16px;
	font-weight: bold;
	background: #ffa903;
	color: #fff;
	border: 2px solid #ffa903;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	line-height: normal;
	padding: 15px 15px;
	width: 200px;
	display: inline-block;
	text-align: center;
}
.gallery-button:hover {
	background: #741e1f;
	border-color: #ffa903;
}

.banner-wrap {
	background: #741e1f;
	border-bottom: 2px solid #ffa903;
	text-transform: uppercase;
	letter-spacing: 2pt;
	word-spacing: 1pt;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	text-align: center;
	line-height: 1.2em;
	padding: 15px!important;
	border-top: 2px solid #ffa903;
	text-shadow: 2px 1px 0 #000000, 2px 2px 2px #333;
}

.banner-wrap a {
	display: inline-block;
}
.banner-wrap p, .banner-wrap a {
	font-size: 24px !important;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	text-align: center !important;
}
@media (max-width: 767px){
	.banner-wrap p , .banner-wrap a{
		font-size: 16px !important;
		line-height: 21px;
	}
}
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;
}