/*
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 {
	font-family: 'Roboto Slab', serif;
}

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

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 - 172px) !important;
}

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

@media (max-width: 980px) {
	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_fullscreen .et_pb_fullwidth_header_container {
		max-height: 400px !important;
		min-height: 350px !important;
		height: calc(99vh - 172px) !important;
	}

}

.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
	display: none;
}
.wpcr3_item_name a {
	color: #223555!important;
}

.entry-title.main_title {
	font-family: 'Playfair Display', serif;
}

.button {
	position: relative;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	background: #4e934d;
	border-radius: 2px;
	color: #fff;
	padding: 19px 22px;
	margin-top: 40px;
	margin-bottom: 100px;
	transition: 0.3s ease-in-out;
}


.button:hover {
	background: #fff;
	color: #4e934d;
}

.content .et_pb_column_4_4 {
	background: rgba(255,255,255,0.6);
	padding: 20px;
}

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

#servcss li {
	margin-bottom: 0.5em;
}


/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */
/* hero section */
/* Base styles */
/* Base styles */
.hero-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-section h1 {
	font-size: 2.5rem;
	color: #003366; /* cobalt blue */
	margin-bottom: 20px;
	line-height: 1.2;
	max-width: 800px;
}

.slider-button, .call-now-section {
	justify-content: center;
	width: 100%;
}

.button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s ease;
	margin: 5px;
	width: 100%; /* Make buttons take full width of container */
	max-width: 255px; /* Consistent max width */
}

.booking-button {
	background-color: #223555; /* cobalt blue */
	color: #ffffff;
}

.booking-button:hover {
	background-color: #002850; /* darker cobalt */
}

.call-now {
	background-color: #ffffff;
	color: #223555; /* cobalt blue */
	border: 2px solid #223555;
}

.call-now:hover {
	background-color: #f2f2f2;
}

/* Responsive styles for screens smaller than 425px */
@media (max-width: 425px) {
	.hero-section h1 {
		font-size: 28px;
	}

	.slider-button {
		flex-direction: column;
	}

	.call-now-section {
		margin-top: 15px;
	}

	.button {
		width: 100%;
		max-width: 255px;
		margin-bottom: 10px;
	}

	.button:last-child {
		margin-bottom: 0;
	}
}

/* end hero  */
#main-header {
	background-color: #fff;
}

#main-header .contact-info {
	margin-top: 24px;
	margin-bottom: 10px;
	transition: 0.3s;
}

#main-header .contact-info a, #main-header .contact-info span {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #999;
	line-height: 0;
	transition: 0.4s ease-in-out;
}

#main-header .contact-info a:hover {
	color: #223555!important;
}

#main-header .contact-info .email-us {
	margin-right: 20px;
	margin-left: 20px;
}

#main-header .fa {
	position: relative;
	top: -5px;
	/* left: -10px; */
	width: 40px;
	height: 40px;
	color: #4e934d;
	/* border: 1px solid #4e934d; */
	border-radius: 50%;
	font-size: 15px;
	padding-top: 11px;
	transition: 0.3s;
}

#main-header .fa-phone {
	font-size: 17px;
}

#main-header .contact-info a em, #main-header .contact-info span em {
	display: block;
	color: #4e934d;
	font-style: initial;
	text-align: left;
	position: relative;
	left: 40px;
	font-size: 14px;
	font-weight: 400;
}

/* Logo */
.logo_container {
	height: 100%!important;
	position: absolute;
	width: 100%;
	text-align: left;
}
.et-fixed-header .logo_container, .logo_container {
	padding: 0;
}
.text-logo {  
	display: inline-block;
	color: #4e934d;
	text-shadow: 2px 1px 0 #dadada, 2px 2px 2px #353535;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	top: 10px;
	transition: 0.3s;
	line-height: 1em;
}

.text-logo:hover {
	transform: skew(-10deg);
}

.comp-name {
	color: #4e934d;
}

/* Navigation */
#et-top-navigation {
	background: #223555;  
}

#top-menu li {
	padding-right: 0px;
	margin-right: -3px;
}

#top-menu > li > a {
	position: relative;
	padding: 25px 20px !important;
	font-weight: 400;
}

#top-menu li a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	transform: scaleX(0);
	background-color: #4e934d;
	transition: 0.3s ease-in-out;
}

#top-menu li a:hover, #top-menu .current-menu-item > a {
	color: #60bd5f !important;
	opacity: 1!important;
}

#top-menu li a:hover::before, #top-menu .current-menu-item > a:before {
	transform: scaleX(1);
}

/* mobile */
.mobile_menu_bar::before {
	color: #fff!important;
}

#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {
	background: #223555!important;
}

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background: #294067!important;
	text-align: center;
}

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

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

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #3D3E3E!important;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee; }

.widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: -1px;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #223555; }

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

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Services Section Style
* ----------------------------------------------------------------------- */
#section-1 .et_pb_column_1_4 h4 {
	font-weight: 400;
	font-size: 20px;
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image img {
	width: 120px;
	border: 1px solid transparent;
	padding: 13px;
	transition: 0.3s ease-in-out;
}

#section-1 .et_pb_column_1_4:hover .et_pb_main_blurb_image img {
	border-color: #4e934d;
}

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

.home-testimonial .wpcr3_item_name a {
	color: #4e934d!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;
	}
}
.wpcr3_button_1{
	background: linear-gradient(rgb(34, 53, 85), rgb(16, 29, 51));
	color: #fff;
}
.wpcr3_button_1:hover {
	background: #4e934d;
	border: none;
	color: #f2f2f2;
}
@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
* ----------------------------------------------------------------------- */
#location h3 {
	font-size: 20px;
	line-height: normal;
}

#contact {
	padding: 20px 0 0;
}

.free-estimate-heading {
	color: #333!important;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 40px;
	line-height: normal;
	padding-bottom: 15px;
}

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 {
	background-color: transparent;
	border-style: none none solid;
	border-width: 1px;
	border-color: #000 #000 #e1e1e1;
	color: #4e934d!important;
	padding: 15px 2px;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 1.42857143;
	margin: 10px 0px!important;
	border-radius: 2px;
	transition: 0.3s linear;
	width: 100% !important;
}

#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::placeholder {
	color: #757575!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;
	border-bottom-color: #4e934d; 
}

#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 {
	font-size: 16px;
	padding: 20px 30px;
	font-weight: 700 !important;
	color: #fff;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #4e934d;
	border: 2px solid #4e934d;
	border-radius: 2px;  
	margin-top: 25px!important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
}

#submitter:hover {
	background-color: #353535;
	border-color: #353535;
}

#services ul li {
	position: relative;
	padding-left: 25px;
}

#services ul li:before {
	position: absolute;
	content: "\f05d";
	left: 0;
	font-family: 'FontAwesome';
	color: #4e934d;
}


/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #223555;
	box-shadow: inset 0 15px 35px #131e31;
	padding-top: 40px;
	padding-bottom: 30px;
}

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

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

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

#main-footer h4 {
	position: relative;
	color: #F3F3F3!important;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 30px;
	background: #4e934d;
}


#main-footer #footer-bottom .container {
	text-align: left;
	font-size: 13px;
	padding-top: 25px;
}

table.openinghours {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.openinghours tr td:first-child {
	padding-left: 5px!important;
}

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

#current-day {
	background-color: #4e934d;
}

#current-day td {
	color: #fff!important;
	font-family: 'Roboto Slab', serif;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
	display: none;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-size: 14px !important;
	text-shadow: none !important;
}

.openinghours td, .hours th {
	color: #F3F3F3!important;
}
@media screen and (max-width: 981px) and (min-width: 425px) {
	.hours, .openinghours {
		max-width: 385px;
		margin: 0 auto !important;
	}
}

@media (max-width: 425px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

@media (min-width: 981px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

#footer-bottom {
	padding: 5px 0 5px;
	background:none !important;
	color: #f3f3f3;
}

/* -----------------------------------------------------------------------
* Animation Style
* ----------------------------------------------------------------------- */
/* Bounce */
@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* Phone Ring Icon */
.ring {
	display: inline-block;
	-webkit-animation: Ringing 2000ms linear 2000ms infinite;
	animation: Ringing 2000ms linear 2000ms infinite; }

@-webkit-keyframes Ringing {
	0% {
		-webkit-transform: rotate(0deg); }
	4% {
		-webkit-transform: rotate(-45deg);}
	8% {
		-webkit-transform: rotate(0deg); }
	12% {
		-webkit-transform: rotate(-45deg);}
	16% {
		-webkit-transform: rotate(0deg); }
	20% {
		-webkit-transform: rotate(-45deg);}
	24% {
		-webkit-transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(0deg); } }

@keyframes Ringing {
	0% {
		transform: rotate(0deg); }
	4% {
		transform: rotate(-45deg);}
	8% {
		transform: rotate(0deg); }
	12% {
		transform: rotate(-45deg);}
	16% {
		transform: rotate(0deg); }
	20% {
		transform: rotate(-45deg);}
	24% {
		transform: rotate(0deg); }
	100% {
		transform: rotate(0deg); } }

/* Pulsing */
.pulsing {
	display: inline-block;
	animation: color-cycle 1.5s infinite;
	-webkit-animation: color-cycle 1.5s infinite;
	-moz-animation: color-cycle 1.5s infinite;
	-o-animation: color-cycle 1.5s infinite;

}

@keyframes color-cycle {
	0% {
		color: #fff;
	}
	50% {
		color: #2ECC71;
	}
	100% {
		color: #fff;
	}
}

/* Beat */
@keyframes beat {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

.beat {
	animation: beat 1s infinite;
	-webkit-animation: beat 1s infinite;
	-moz-animation: beat 1s infinite;
	-o-animation: beat 1s infinite;
}

/* linear wipe */
.linear-wipe {
	background: linear-gradient(to right, #FFF 20%, #F8CF29 40%, #F8CF29 60%, #FFF 80%);
	background-size: 200% auto;  
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
	animation: shine 3s linear infinite;
	padding: 10px 0;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

/* -----------------------------------------------------------------------
* Helper Style
* ----------------------------------------------------------------------- */
.pull-right { float: right!important; }
.pull-left { float: left!important; }

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 980px) { 
	#top-header .pull-left {
		margin-top: 12px;
	}

	#et-top-navigation {
		padding-top: 0;
		padding-bottom: 0;
	}

	.et_header_style_centered #main-header {
		padding-bottom: 0!important;
		padding:0px !important;
	}

	#mobile_menu {
		top: 33px;
		border-top: 0;
	}

	#main-header .contact-info {
		margin-top: 5px;
		float: none !important;
	}

	#main-header .fa {
		top: 0;
		width: auto;
		height: auto;
		border: 0;
		font-size: 14px;
	}

	#main-header .contact-info a em, #main-header .contact-info span em {
		display: none;
	}

	#home-testimonial-wrapper {
		background-position-x: right;
	}

	.home-testimonial .wpcr3_item_name a, .home-testimonial h2, .home-testimonial .et_pb_text {
		text-align: center;
	}

	#section-1 .et_pb_column_1_4:hover {
		transform: none;
	}

	#services {
		margin-bottom: 20px;
	}
}

@media (max-width: 900px) { 
	.scroll-down-btn {
		bottom: 30px;
		width: 60px;
	}
}

@media (max-width: 768px) { 
	.logo_container {
		position: static;
		text-align: center;
	}

	.text-logo {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) { 
	#main-header .contact-info a, #main-header .contact-info span {
		display: block;
		line-height: 25px;
	}
}

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

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

	.home-testimonial h2:before {
		content: none;
	}

}

@media screen and (max-width: 400px) {
	#top-header .pull-left, #top-header .pull-right {
		float: none !important;
		text-align: center;
	}

	#top-header .pulsing {
		margin-top: 7px!important;
	}
}

/***** BODY FONT-SIZE *****/
body, .wpcr3_content p {
	font-size: 17px !important;
}
/***** CENTER SLIDE *****/
@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 95% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et_pb_slides .et_pb_container {
		width: 100%;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** Cleaning template menu fix *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
		margin-top: 5px;
		position: static;
		text-align: center;
	}
	body:not(.image-logo) #main-header .contact-info {
		float: none !important;
		margin: 25px 0 15px;
	}
	body:not(.image-logo) #main-header .fa {
		top: 0;
	}
	body:not(.image-logo) #main-header .contact-info a em,
	body:not(.image-logo) #main-header .contact-info span em {
		display: none;
	}
	header>.container.clearfix.et_menu_container {
		padding: 0 10px;
	}
	body:not(.image-logo) .et-fixed-header #top-menu > li > a {
		padding: 20px !important;
	}
	body:not(.image-logo) #main-header.et-fixed-header .contact-info {
		float: none !important;
		margin: 15px 0 5px;
	}
	body:not(.image-logo) .et-fixed-header .logo_container {
		margin-top: 0;
	}
}
header, header.et-fixed-header#main-header {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
@media (max-width:980px) {
	.logo_container {
		position: relative;
		text-align: center;
		padding: 0 10px !important;
		padding: 0 !important;
		display: inline-block;
	}
	.text-logo {
		font-size: 28px;
		line-height: 30px;
		display: inline;
		top: 0;
	}
}
#et-top-navigation > .et_menu_container {
	width: 100%;
}
header > .et_menu_container {
	width: 90%;
}
.et-fixed-header #top-menu li a {
	font-size: 16px !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
	top: unset !important;
	right: 5px !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
	background: #303747;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a:before {
	display: none;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
/***** CENTER TEXT ON MOBILE *****/
@media (max-width: 980px) {
	.home #services .et_pb_text_inner {
		text-align: center;
	}
	.et_pb_text {
		text-align: center;
	}
	.free-estimate-heading {
		padding:0;
		text-align: center;
	}
	.et_pb_blurb_container {
		text-align: center !important;
	}
	#section-1 .et_pb_column_1_4 h4:before {
		width: 100%;
	}
}
/***** 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: justify;
		font-size: 24px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}
	.et_pb_widget {
		text-align: center;
	}
	footer .et_pb_widget {
		float: none;
	}
	.scroll-down-button {
		bottom: 5px;
	}
}
#main-footer .container {
	width: 93%;
}
.payments strong, .payments br {
	display: none;
}
/*  .paymentsbox {
max-width: 220px;
} */
.paymentType {
	display: inline-block;
	float: none;
}
.paymentType p {
	display: none;
}
#footer-bottom div {
	font-size: 16px !important;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
@media (max-width: 980px) {
	.wpcr3_div_2 {
		width: 100%;
	}
	.wpcr3_table_2 td {
		display: block;
		text-align: center !important;
		left: unset !important;
	}
	.wpcr3_in_content textarea {
		width: 75vw !important;
		min-width: unset !important;
	}
	.wpcr3_respond_2 .wpcr3_check_confirm label {
		margin: 0;
	}
	div.wpcr3_rating_style1_status {
		width: fit-content;
	}
}
.wpcr3_in_content * {
	font-size: 17px !important;
}
.wpcr3_leave_text {
	padding-bottom: 15px;
}
/***** MORE *****/
#servcss svg {
	display: none;
}
#servcss {
	display: inline-block;
}
@media (max-width:980px) {
	#servcss {
		padding-left: 0;
	}
}
#top-menu-nav {
	width: 100%;
	text-align: center;
}

@media (max-width:600px) {
	#contactForm div:nth-child(5) img {
		float: none;
		margin-top: 5px;
	}
	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
		height: 50px;
		margin: 10px 0 !important;
	}
	blockquote {
		padding-left: 0;
	}
}
.white-box {
	padding: 25px 20px 20px 20px !important;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
}

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

/* 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: 1px;
}
ul#mobile_menu {
	top: 100%;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
	header .et_menu_container,
	.contact-info .container {
		margin: 0 auto !important;
		width: 100% !important;
		max-width: 1350px !important;
	}
}
/*** Logo image styling ***/
@media (min-width: 981px) {
	.image-logo #main-header {
		padding-top: 0;
	}
	.image-logo header > .et_menu_container {
		height: 120px !important;
		padding-left: 0 !important;
		transition: all .4s;
	}
	.image-logo header.et-fixed-header > .et_menu_container {
		height: 105px !important;
		padding-left: 0 !important;
	}
	.image-logo .contact-info {
		margin: 0 !important;
		height: 100%;
		vertical-align: middle;
		line-height: 120px;
		padding-top: 10px;
	}
	.image-logo .et-fixed-header .contact-info {
		padding-top: 3.75px;
	}
	.image-logo #top-menu > li > a {
		padding-top: 23px !important;
		padding-bottom:23px !important;
	}
	.image-logo .et-fixed-header #top-menu > li > a {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	#logo {
		position: absolute;
		left: 0;
	}
}

@media (max-width: 980px) { 
	.image-logo .logo_container {
		padding: 10px 0 !important;
		max-height: unset !important;
	}
	.image-logo #logo {
		max-width: 80%;
		max-height: 150px;
	}
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
	font-size: 1.2em;
}
.et_pb_widget svg {
	display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
		/* list-style: disc outside; */
	}
}
@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;
}
.footer-widget li:before {
	border-color: #4e934d;
	margin-top: 2px;
}
@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,.75));
}

#top-menu li a {
	text-transform: uppercase !important;
}

#mobile_menu li a {
	text-transform: capitalize !important;
}
.et_pb_post {
	text-align:justify;
}
body #top-menu li.current-menu-ancestor>a, body .et-fixed-header #top-menu li.current-menu-ancestor>a {
	color:#fff !important;
}
.image-logo .logo_container a {
	display: inline-block;
}

@media (min-width: 981px) {
	.image-logo #main-header .logo_container {
		position: static;
		width: auto;
		float: left;
		height: auto !important;
	}
}

.et_header_style_centered #logo {
	position: static;
}
@media screen and (max-width: 980px) 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%;
	}

}
/* HTML BADGES STYLE */


div#home-badges-section:before, div#homepage-nap-section:before {
	content: '';
	position: absolute;
	background: url(https://glassrepairwaxahachie-tx.com/wp-content/uploads/2023/11/flowers-bg.webp);
	background-size: auto;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
}

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

.badge-holder {
	background: #223555;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 15px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	/* border-radius: 8px; */
	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: #4e934d;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 3px;
	position: absolute;
	bottom: -15px;
	color: #ffffff;
	font-weight: bold;
	/* border-radius: 8px; */
}

.badge-title span {
	font-size: 17px;
}
@media screen and (max-width: 425px) {
	.badge-title span {
		font-size: 15px;
	}
	p.badge-content {

		font-size: 15px;

	}
}
/***********
css for badges
***********/

.snip1331 {
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	color: #bdbdbd;
	margin: 1px 1px;
	max-width: 17rem;
	width: 18rem;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	left: -30px;
}


.snip1331 h4,
.snip1331 h5 {
	margin: 0;
	text-transform: uppercase;
}
.snip1331 h4 {
	font-family: 'Lora', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 50px;
	position: relative;
	padding: 5px;
	background-color: #a00e17;
	color: #fff;
	text-align: center;
	margin: 0 30px 8px;
	border-top: 6px solid #212121;
	border-bottom: 6px solid #212121;
}
.snip1331 h4:before,
.snip1331 h4:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 5px;
	border-width: 25px 10px;
	border-style: solid;
}
.snip1331 h4:before {
	left: -23px;
	border-color: #a00e17 #a00e17 #a00e17 transparent;
}
.snip1331 h4:after {
	right: -23px;
	border-color: #a00e17 transparent #a00e17 #a00e17;
}
.snip1331 h5 {
	font-weight: bold;
	font-size: 1.2em;
	color: #a00e17;
}
.snip1331 h6 {
	font-weight: bold;
	margin: 0;
	display: inline-block;
	position: relative;
	color: #a00e17;
	font-size: 16px;

}
.snip1331 h6:before,
.snip1331 h6:after {
	position: absolute;
	height: 1px;
	content: '';
	/* background: #bdbdbd; */
	width: 30px;
	top: 50%;
}
.snip1331 h6:before {
	left: -35px;
}
.snip1331 h6:after {
	right: -35px;
}
.snip1331:before {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border: 8px solid #fff;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	border-radius: 50%;
}

@media (max-width:1280px) {
	.snip1331 {
		transform: scale(0.7);
		margin: 20px auto !important;
		transform: scale(0.8);
		left: -49px;
	}


}

@media (max-width:981px) {
	.snip1331 {
		width: 100%;
		left: auto;
		transform: scale(0.9);
	}
}

#top-menu li a {
	text-transform: uppercase!important;
}

#mobile_menu li a {
	text-transform: capitalize!important;
}

@media screen and (max-width: 980px) 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%;
	}

}

.et_pb_slider .et_pb_slide_0 {
	background-position:center!important;
}

.free-estimate-heading span {
	color: #fff!important;
}
@media screen and (max-width:980px) {
	.wpcr3_review {
		text-align:center;
	}
}



/* SERVICE BOXES STYLES */



.srvBlockTitle p {
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #000000;
	border-bottom: 1px solid #000000;
	display: inline-block;
}
.entry-title {
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #000000;
	border-bottom: 1px solid #000000;
	display: inline-block;
}
.srvBlockTitle {
	text-align: center;
}

.srvElement {
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

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

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

.srvElementImg img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
	object-position: center;
}

.srvElementContent {
	text-align: justify;
	color: #ffffff;
	padding: 10px;
	padding-top: 0;
	line-height: 1.5em;
	font-size: 16px;
}

.srvElementBody {
	background: #4e934d;
}

.srvElementBody:hover {
	background: #223555;
	transition:0.3s;
}

.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #FFF;
	font-weight: bold;
}

.srvElementContent a {
	color: #f9efdb;
	font-weight: 600;
	text-decoration: underline;
}

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


	/* 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;
	}
}
/* -----------------------------------------------------------------------
* Testimonials Plugin
* ----------------------------------------------------------------------- */
#home-testimonial-wrapper {
	background: linear-gradient(  rgb(34, 53, 85),rgb(16, 29, 51) );
	background-size: cover;
}

.testimonials-container {
	max-width: 1280px;
	box-shadow: 0 0 6px #e4e4e4;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

/* May be a different class and font family */
.testimonials-title {
	color: #4e934d;
	text-shadow: rgb(218, 218, 218) 2px 1px 0px, rgb(53, 53, 53) 2px 2px 2px;
	font-family: "Playfair Display", serif;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}

.testimonials-info {
	margin-bottom: 1rem;
}

.testimonial-item {
	border: 0px solid #ffffff00;
	border-radius: 10px;
	padding: 1rem;
	background: #ffffff00;
	min-height: 100%;
	break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
	border-color: #ffffff00;
}

.testimonials-grid .testimonial-item {
	margin-bottom: 1rem;
}

.testimonial-item a {
	height: 100%;
	display: grid;
	justify-items: center;
}

.testimonial-subject {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.rating {
	display: flex;
	justify-content: center;
	margin: 0.5rem;
}

.star {
	width: 1rem;
	height: 1rem;
	color: #ffc956;
	margin:2px;
}

.testimonial-content {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	font-style: italic;
}

.testimonial-footer {
	margin-top: 1rem;
}

.reviewer-details {
	font-size: 0.75rem;
}

.review-from-logo {
	width: 80px;
	height: auto;
	margin-top: 10px;
	background: #ffffff;
	padding: 3px !important;
	border-radius: 3px;
	min-height: 35px;
	filter: drop-shadow(0px 0px 3px #ffffff);
}

.reviewer-name {
	font-weight: 500;
	color: #ffffff;
	line-height: 1.5rem;
	margin-bottom: 0;
	font-size: 14px;
}

.nav-arrows {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 0px;
}

.nav-arrows button {
	padding: 0.5rem;
	border-width: 1px;
	background-color: #ffffff;
	color: #223555;
	border: 2px solid #223555;
	border-radius: 3px;
	cursor: pointer;
	border-style: solid;
	display: flex;

}

.nav-arrows button:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #bda46f;
}

.nav-arrows button svg {
	height: 20px;
	width: 20px;
	margin-right: 0;
}

.rotate-180 {
	rotate:180deg;
}

@media only screen and (min-width: 600px) {
	.testimonials-grid {
		column-fill: balance;
		columns: 2;
		gap: 1.5rem;
	}
}

@media only screen and (min-width: 992px) {
	.testimonials-grid {
		columns: 3;
	}

	.testimonial-subject {
		font-size: 1.25rem;
	}

	.testimonial-content {
		line-height: 1.5rem;
	}

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

	.reviewer-details {
		display: flex;
		align-items: center;
	}

	.reviewer-name {
		padding-right: 12px;
		font-size: 13px;
		border-right: 0px solid #ffffff;
		margin-bottom: 0px;
	}

	.review-from-logo {
		padding-left: 0;
		margin-top: 0;
		/* margin-left: 9px; */
	}

	.nav-arrows {
		margin-top: 5px;
	}
}

/* add buttons*/
.booking-button-switch {
	display:none !important;
}
.slider-button {
	margin-top:20px;
	/* margin-bottom:100px; */
}
.button-quote-header {
	text-align: center;
	padding: 5px 0;
	background: #223555;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #4e934d;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 10px;
	transition: 0.3s ease-in-out;
	font-size: 15px;
	border-radius: 0px;
	max-width: 270px;
}
.top_button .fa {
	left:0px !important;
	height:0px !important;
	color:#fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px 5px 15px;
	background-color: #4e934d;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #fff;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 230px;
}
#main-footer .listing-rev-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #4e934d; /* Match background color */
	color: #ffffff !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 2px solid #fff; /* Match border style */
	border-left: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 230px;
	position: fixed; /* Match position */
	bottom: 60px; /* Match placement */
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main-footer .listing-rev-btn img {
	display: none;
}

#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #ffffff; /* Keep icon color matching text */
	position: relative;
	bottom: 0px;
}
/* end add buttons */

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

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

/* Blog Post, Services and Blog Page Style */

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
	text-align: justify !important;
}

@media (max-width: 980px) {

	.page-template-default div#content-area div#left-area h1 {
		font-size: 26px !important;
		text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
		font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		/* text-align: center !important; */
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h2{
	padding-bottom: 10px;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

.post-content-inner {
	text-align: justify;
}

.single-post h2 {
	text-align: left;
}
.single-post p {
	text-align: justify;
}


/* NEW CONTENT */


.last-content-1-container {
	background: #fff;
	padding: 25px;
	min-height: 403px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.first-list-container {
	background: #fff;
	padding: 25px;
	min-height: 403px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

ul.first-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	list-style: inside disc;
	width: 100%;
	max-width: 600px;
}

.first-list-content li {
	padding: 5px 10px;
	margin-bottom: 10px !important;
	background: #fff;
	color: #000;
	border-bottom: 2px solid #4e934d !important;
	border: 2px solid #fff;
	text-align: left;
	width: 100%;
}

.first-list-content li:hover{
	border: 2px solid #4e934d;
}

.second-list-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

ol.second-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 600px;

}

.second-list-content li {
	color: #fff;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px !important;
	text-align: left;
	background: #223555;
}
.second-list-content li:hover{
	background: #4e934d;
}


div#second-list-section {
	background: url('https://glassrepairwaxahachie-tx.com/wp-content/uploads/2025/11/Expert-Home-Builder-Services-2.webp');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: 48%;
}

div#second-list-section:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffffc7;
	position: absolute;
}

h2.last-content-3-title,
p.last-content-3-paragraph {
	color: #000;
}

div#second-list-image {
	position: relative;
	box-shadow: 0px 2px 7px #817e7e;
	max-width: 600px;
	margin: 0 auto;
}

div#second-list-image:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 10px;
	left: -10px;
	background: #4e934d;
	position: absolute;
	z-index: -1;
}

div#second-list-image span img {
	min-height: 350px;
	object-fit: cover;
	object-position: 68%;
}

@media (min-width: 981px){
	div#second-list-row {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	div#last-content-1-row .et_pb_module {
		height: 100%;
	}

	div#last-content-1-row .et_pb_text_inner {
		height: 100%;
	}
}

@media only screen and (max-width: 980px) {
	#main-header .fa {
		left: -10px;
	} }

.slider-title {
	font-size: 26px;
	line-height: 1.3;
}

.slider-subtitle {
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: capitalize;
	display: block; /* ensures it sits below the first span */
}

body.page-id-2958 article article.et_pb_post h2.entry-title {
	border-bottom: 0px;
}
@media screen and (max-width: 981px) {
	body.page-id-2958 h1.entry-title,
	body.page-id-2958 article article.et_pb_post h2.entry-title,
	body.single-post #content-area .post-meta {
		text-align: center !important;
	}
	body.page-id-2958 article article.et_pb_post .post-meta {
		text-align: center;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}