/*
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;
	font-family: 'Padauk', Arial, Times New Roman, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #222;
	font-weight: 400;
}


/*HEADER STYLES*/
.contact-info {
	background: #7c0000;
}

header#main-header {
	background-color: #fff;
	border-bottom: 1px solid;
}

span.header-location-container {
	color: #fff;
	line-height: 1;
	margin: 10px 5px !important;
}

span.header-location-container .fa {
	margin-right: 5px;
	background-color: rgb(0 0 0 / 20%);
	color: #fff;
	padding: 10px;
}

a.email-us {
	color: #fff;
	line-height: 1;
	margin: 10px 5px !important;
}

a.email-us .fa {
	    margin-right: 5px;
	    background-color: rgb(0 0 0 / 20%);
	    color: #fff;
	    padding: 10px;
}

.phonenum {
	color: #fff;
	line-height: 1;
	margin: 10px 5px !important;
}

a.phonenum .fa {
	margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.07);
    color: #fff;
    padding: 10px;
}


.contact-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 365px;
	margin: 0 auto;
}

.header-menu-container {
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo_container {
	position: relative !important;
	display: flex;
}

div#et-top-navigation {
	padding-top: 0 !important;
	padding-left: 0 !important;
}

.mobile_menu_bar {
	padding-bottom: 0 !important;
}

.logo_container a {
	line-height: 1;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 95%;
	min-height: 54px;
	font-family: 'Heebo', sans-serif;
	color: #000;
}

img#logo {
	max-width: 130%;
	max-height: 100%;
}

ul#mobile_menu {
	top: 100%;
	border-color: #fff;
	background-color: #000 !important;
}

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

/*change Divi opened hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}


/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #000;
}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.button {
    background: #7c0000;
    color: #fff;
    padding: 20px 20px;
    display: inline-block;
    width: 225px;
    margin-top: 20px;
    line-height: 1;
}

.header-content {
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 400px !important;
	min-height: 350px !important;
	height: calc(99vh - 172px) !important;
}

.et_pb_fullwidth_header_container.center {
	max-height: 400px !important;
	min-height: 350px !important;
	height: calc(99vh - 172px) !important;
}

.header-slogan {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 1px;
	width: 340px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	text-shadow: 1px 1px 5px #000;
}

.about-button {
	background: #c69453;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1;
}

.entry-title {
	text-align: center;
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #000;
}


.srvBlockTitle p {
	text-shadow: 2px 2px #807474;
	font-size: 35px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #fff!important;
	border-bottom: 3px solid #7c0000;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.srvBlockTitle {
	text-align: center;
}

.srvElement {
	margin: 0 auto;
	margin-top: 50px;
	transition: .5s ease;
	background: #fff;
}

.srvElementHeader h2 {
	text-align: center;
	color: #000;
	font-family: 'Heebo', sans-serif;
	padding: 10px 5px;
	line-height: 1.2;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

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

.srvElementImg img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
	transition: .5s ease;
}

.srvElementContent {
	text-align: justify;
	color: #222;
	padding: 10px;
	padding-top: 0;
	line-height: 1.2;
}

.srvElementBody {
}

.srvElement:hover img {
	filter: grayscale(0);
}

.srvElement:hover h2 {
	color: #ffffff;
}
.srvElement:hover {
    transform: translateY(-10px);
    background: #7c0000;
}

.srvElement:hover .srvElementContent {
    color: #eee;
}

/* ESTIMATE LINK SECTION STYLE */

.home-estimate-section-txt strong {
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #fff;
	padding-bottom: 10px;
	display: block;
}

.home-estimate-section-txt {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	padding-bottom: 20px;
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1.2;
}

.estimate-button {
	background: #ea0a3b;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 205px;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}


div#homepage-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#homepage-gallery.et_pb_gallery .et_pb_gallery_pagination {
	border-top: 1px solid #ea0a3b;
}

div#homepage-gallery .et_pb_gallery_item {
	width: calc(50% - 15px) !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	float: none !important;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

div#homepage-gallery .clearfix:after {
	display: none;
}

div#homepage-gallery a.active {
	color: #d54b00;
}

/* SERVICES SECTION STYLE */


/* SERVICES LIST SECTION STYLE */

.homepage-services {
	text-align: center;
/* 	padding: 50px 0;
 */
}

.homepage-services ul {
	padding: 20px;
}

.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 0;
	padding-left: 25px;
	margin-left: 20px;
	margin-right: 10px;
	display: inline-block;
	color: #fff;
	font-size: 25px;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f54a';
	top: 0;
	left: -9px;
	color: #ffffff;
	font-family: 'FontAwesome';
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
	padding: 0;
	text-align: center;
	line-height: 1.1;
	font-family: 'Heebo', sans-serif;
	color: #ccc;
}

div#homepage-nap-section .et_pb_row {
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
	padding: 20px;
}

.homepage-nap h3 strong {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
}


/* CONTACT FORM STYLE */

div#contact-section {
    position: relative;
    background-image: url(https://fairwayconstructiontx.com/wp-content/uploads/2025/06/contact-bg.webp) !important;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

div#contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%); /* black overlay */
    z-index: 0;
}

/* Optional: Ensure your content is above the overlay */
div#contact-section > * {
    position: relative;
    z-index: 1;
}


p.free-estimate-title {
	    font-size: 33px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.2;
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

div#home-services-list-section {
    background-color: #eff2fb!important;
}

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

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

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

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

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

form#contactForm {
	text-align: center;
}

input#submitter {
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	font-weight: normal;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
	display: inline-block;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	color: #000;
	border-radius: 3px;
	padding: 15px 20px;
	font-family: 'Heebo', sans-serif;
}

 

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	font-size: 15px;
	border: none;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 18px 10px 10px;
	height: auto;
	background-color: transparent;
	-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: #ddd;
	background-image: none;
	border-bottom: 1px solid #fff;
}

#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: #ddd !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 {
	border-bottom-color: #ddd;
	color: #ddd !important;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	font-size: 26px;
	color: #000;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	font-family: 'Heebo', sans-serif;
	padding-top: 40px;
}



.testimonials-subtitle {
	text-align: center;
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #1d65b9;
	font-style: italic;
}

div#testimonials-block img {
	display: block;
	margin: 0 auto;
	width: 100px;
	border-radius: 50%;
}

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

.home span.wpcr3_item_name a {
	color: #B3854C;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	color: #000 !important;
}

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


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	color: #000;
	font-family: 'Heebo', sans-serif;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	background: #c69453;
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	line-height: 1;
}

.testimonials-btn:hover {
	background: #B3854C;
	/* border: 1px solid #fff; */
}


/* FOOTER STYLE */

#main-footer {
	background-image: url(https://fairwayconstructiontx.com/wp-content/uploads/2025/06/footer_background.webp);
	/*background-color: #003479;*/
}

div#footer-bottom {
	background-color: #7c0000;
	padding: 15px;
	color: #ffffff;
}

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

.footer-widget h4 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid rgb(255 255 255);
}

.footer-widget .textwidget {
	color: #fff;
	font-family: 'Padauk', sans-serif;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}
.openinghours {
    color: #fff;
}
table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	font-family: 'Padauk', sans-serif;
}

#current-day {
	background-color: #7c0000;
	padding: 0 2px;
}

#closed-day {
	color: #ddd;
}


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

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

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

	div#homepage-nap-section .et_pb_module {
		margin-top: -70px;
		background: #7c0000;
		padding: 30px 30px 30px 30px;
		box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
	}
/*MEDIA QUERIES*/

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

@media screen and (max-width: 981px) {
	#home-title-block .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}

	div#home-cta-section {
		background-position: 66%;
	}

	#home-title-block .et_pb_column {
		margin-bottom: 0 !important;
	}

	/* 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*/
	.contact-info-container {
		max-width: 1080px;
		width: 95%;
	}



	span.header-location-container {
		width: 200px;
		margin: 0px 0 !important;
	}

	a.email-us {
		width: 160px;
	}

	.phonenum {
		width: calc(100% - 370px);
		margin: 10px 0px !important;
		text-align: right;
	}

	.logo_container {
		width: 350px !important;
	}

	div#et-top-navigation {
		width: calc(100% - 350px);
		display: flex;
		justify-content: flex-end;
	}

	span.header-socials a.social-icon-nap-font {
		margin-right: 0;
	}

	.et_header_style_left #et-top-navigation nav>ul>li>a {
		padding-bottom: 10px !important;
    font-weight: bold;
    padding-top: 10px !important;
    font-size: 16px;
	}

	ul.sub-menu {
		left: -100%;
		filter: drop-shadow(0px 1px 3px #5b5b5b);
	}

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


	.nav li ul {
		background-color: #c69453!important;
		border-color: #fff !important;
	}

	#top-menu .menu-item-has-children>a:first-child:before {
		top:46%;
	}


	ul#top-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		border: 2px solid #dddddd;
    padding: 10px;
	}

	#top-menu li {
		padding-right: 0;
		padding-left: 22px;
	}

	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 770px !important;
		min-height: 500px !important;
		height: calc(99vh - 134px) !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 770px !important;
		min-height: 500px !important;
		height: calc(99vh - 134px) !important;
	}

	.header-slogan {
		font-size: 45px;
		width: 600px;
	}

	.entry-title {
		text-align: left;
		font-size: 30px !important;
	}

	.about-button {
		margin-left: 0;
	}

	div#home-cta-section {
		padding: 150px 0 200px 0;
	}

	div#homepage-nap-section .et_pb_row {
		padding: 0px !important;
		height: 0;
	}

	div#homepage-nap-section {
		padding: 0 !important;
		background: transparent !important;
	}

	div#home-main-content {
		padding-top: 140px;
	}

	/* SERVICES STYLE DESKTOP*/


	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {

		height: 200px;
	}

	.srvElementFullWidth .srvElementImg img {
		height: 100%;
	}

	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}

	.srvElementContent {
		/* height: 100%; */
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}

	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: 68%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* ESTIMATE LINK SECTION DESKTOP */
	.home-estimate-section {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home-estimate-section-txt {
		width: calc(100% - 210px);
		text-align: center!important;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home-estimate-section-txt strong {
		font-size: 30px;
	}

	.home-estimate-section-btn {
		width: 210px;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: calc(25% - 15px) !important;
	}

	/* NAP SECTION DESKTOP */

	/* CONTACT SECTION DESKTOP */

	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		font-size: 30px;
	}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}
.footer-widget li:before {
    border-color: #fff!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(6 45 91 / 20%);
	}

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

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

@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;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c4c4c4));
		background: -webkit-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
		background: -o-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
		background: -ms-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
		background: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0);
		color: #fff;
	}
}

@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%;
	}
.srvBlock {
    justify-content: center;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.srvElement {
    margin: 0;
    width: 45%;
}

.srvElement img {
    height: 200px;
}
}
@media (max-width: 767px) {
	.srvElement {
    width: 100%;
    max-width: 500px;
}
	.srvElement img {
    height: 250px;
}
}
.button:hover {
    background: #fff;
    color: #000;
}

.about-button:hover {
    background: #B3854C;
    filter: drop-shadow(0px 0px 3px #000);
}

.estimate-button:hover {
    background: #0046a5;
    filter: drop-shadow(0px 0px 3px #fff);
}

.testimonials-btn:hover {
    background: #B3854C;
    filter: drop-shadow(0px 0px 3px #fff);
}

input#submitter:hover {
    background: #7c0000;
    color: #fff;
}
#top-menu .menu-item-has-children>a:first-child:after {
	    top: 8px;
}
#et-top-navigation nav>ul>li>a:before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #7c0000;
    position: absolute;
    top: 46%;
    display: block;
    left: -15px;
}
.discounts__home img {
  /* height: 178px!important; */
}


p.services-list-title {
    text-align: center!important;
    line-height: 1.2;
    font-family: 'Heebo',sans-serif;
    font-size: 37px!important;
    border-bottom: 3px solid #ffffff;
    display: inline-block;
}

.home .entry-title {
    padding-top: 40px;
}
/* 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;
	border-radius:0px !important;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    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: #000;
    font-family: 'Heebo', sans-serif;
}
.external-review-author {
    margin: 0 5px;
    font-weight:500;
}

.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;
    width: 95%;
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    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:80px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #222222;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #C69453;
    font-weight: bold !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button:hover {
    color:#fff;
}
.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: 10px 15px 7px 15px;
    background-color: #C69453;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #222222;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 7px 15px;
    border: 3px solid #000;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    background: #7c0000;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 200px;
    z-index: 9999;
    font-weight:bold;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}
/* end add buttons */

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

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.badge-holder {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 175px;
    /* max-height: 190px; */
    padding: 5px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

p.badge-content {
    color: #000;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 15px;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.badge-holder img {
    width: 100%;
    max-width: 100px;
    transition: transform 0.1s ease;
}

.badge-holder:hover img {
    animation: bounce 0.5s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.badge-title {
    background: #7c0000;
    font-size: 14px;
    width: 90%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #ffffff;
}

.badge-title span {
    font-weight: bold;
    font-size: 16px;
}

#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: #000;
    position: relative;
    text-align: center;
    margin-bottom: 0!important
}

#additionalServices li a {
    color: #fff;
    text-decoration: underline
}
.srvElement:hover li {
    color: #fff !important;
}
#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
    }
}

.cs2 {
    background: #000000;
    color: #fff;
}

.cs2 h2 {
    color: #fff;
}

#cont-sec img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#cont-sec .et_pb_image_wrap, #cont-sec .et_pb_image {
    height: 100%;
    width: 100%;
}
#cont-sec .et_pb_row { 
	display: flex;
}
#gallery img {
	height: 190px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 980px) {
	.cs1 .et_pb_row {
		flex-direction: column-reverse;
	}
	.cs2 .et_pb_row {
    display: block !important;
}
	.cs1 img {
		margin-bottom: 30px;
	}
	.slider-button {
		margin: 0;
	}
	div#home-testimonials, .testimonials-title {
    padding: 0;
}
}

@media (max-width: 600px) {
	img#logo {
    max-width: 100% !important;
}
	ul#mobile_menu {
    top: 100%;
}
}