/*
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', sans-serif
}

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;
	/* background-size: contain; */
	background-color: #09090b;
}

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

.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !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;
		background-size: cover;
	}

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


.animated-button {
	background: linear-gradient(-15deg, #09090bcc 50%, #09090bcc 50%);
	padding: 15px 10px;
	margin: 0px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	text-decoration: none;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
	opacity: 0.2;
}

.animated-button span {
	position: absolute;
}

.animated-button span:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: -webkit-gradient(linear, right top, left top, from(#08142b00), to(#fbd12d));
	background: linear-gradient(to left, #08142b00, #fbd12d);
	-webkit-animation: 2s animateTop linear infinite;
	animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes animateTop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.animated-button span:nth-child(2) {
	top: 0px;
	right: 0px;
	height: 100%;
	width: 5px;
	background: -webkit-gradient(linear, left bottom, left top, from(#08142b00), to(#000000));
	background: linear-gradient(to top, #08142b00, #0183ff);
	-webkit-animation: 2s animateRight linear -1s infinite;
	animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes animateRight {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.animated-button span:nth-child(3) {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#08142b00), to(#000000));
	background: linear-gradient(to right, #08142b00, #0183ff);
	-webkit-animation: 2s animateBottom linear infinite;
	animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes animateBottom {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.animated-button span:nth-child(4) {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#08142b00), to(#fbd12d));
	background: linear-gradient(to bottom, #08142b00, #fbd12d);
	-webkit-animation: 2s animateLeft linear -1s infinite;
	animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes animateLeft {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}




.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
}

.comp-name { color: #0053A3; }

blockquote {
	border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 0;
}

.button {
	display: inline-block;
	background: #0053A3;
	outline: 2px solid #fff;
	outline-offset: -5px;
	color: #fff;
	font-weight: bold;
	padding: 22px 25px;
	margin-top: 40px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s !important;
	-moz-transition: all 0.3s ease 0s !important;
}

.button:hover {
	outline-offset: 0;
}

.section-heading {
	position: relative;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	color: #F0C007;
	padding-bottom: 30px !important;
	margin-bottom: 40px;
}

.section-heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 40%;
	width: 20%;
	height: 3px;
	background-color: #fff;
}

.section-heading + .et_pb_text{
	background: rgba(0, 0, 0, 0.51);
	padding: 20px 20px 0;
	color: #fff;
}

.section-heading + .et_pb_text .wpcr3_dotline {
	display: none!important;
}

.section-heading + .et_pb_text blockquote {
	border: 0!important;
	padding: 0;
}

.section-heading + .et_pb_text a {
	color: #fff;
}

.testimonial-img img {
	width: 80px;
}

.learn-more a {
	color: #fff;
	background: transparent;
	padding: 8px 12px;
	border-radius: 2px;
	transition: 0.3s;
	margin-top: 0px;
}

.learn-more a:hover, .learn-more a:focus, .learn-more a:active {
	background: rgba(255,255,255,0.1);
}

.content .et_pb_column_4_4 {
	background: #fff;
	padding: 20px;
}

#content-section h1 {
	color: #0053A3;
	font-family: 'Patua One', cursive;
}

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


/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	background-color: #fff;
}

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

#main-header .contact-info a, #main-header .contact-info span {
	font-size: 18px;
	color: #0053A3;
	display: inline-block;
	transition: 0.3s;
}

#main-header .contact-info a:hover {
	color: #F0C007;
}

#main-header .contact-info a em, #main-header .contact-info span em {
	position: relative;
	top: -8px;
	left: 39px;
	display: block;
	text-align: left;
	color: #323946;
	font-size: 14px;
	font-weight: 300;
}

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

#main-header .fa {
	position: relative;
	top: 12px;
	left: -10px;
	width: 40px;
	height: 40px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	font-size: 22px;
	padding-top: 8px;
	transition: all .4s;
}

.et-fixed-header .fa {
	width: 30px;
	height: 30px;
	padding-top: 2px;
	border: 0;
}

/* Logo */
.logo_container {
	padding-top: 10px !important;
	height: unset !important;
	max-height: unset !important;
}

.text-logo {  
	position: relative;
	color: #0053A3;
	font-family: 'Patua One', cursive;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #0053A3;
	padding: 9px 10px 7px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	line-height: 1em;
	display: inline-block;
}

.text-logo:before, .text-logo:after {
	position: absolute;
	content: "";
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0053A3;
}

.text-logo:before {
	left: 4px;
}

.text-logo:after {
	right: 12px;
}

.text-logo:hover {
	background: #0053A3;
	color: #fff;
}

.text-logo:hover::before, .text-logo:hover::after {
	background: #fff;
}

.text-logo span {
	position: relative;
	top: 5px;
}

/* Navigation */
#et-top-navigation {
	background-color: #0053A3;
}

.et_header_style_centered #top-menu > li > a {
	position: relative;
	padding: 20px 15px;
}

.et_header_style_centered #top-menu > li > a:before, .et_header_style_centered #top-menu > li:not(.menu-item-has-children) > a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	display: inline-block;
	background: #F0C007;
	transform: scale(0);
	transition: 0.3s ease-in-out;
}

.et_header_style_centered #top-menu > li > a:before {
	top: 0;
	left: 0;
}

.et_header_style_centered #top-menu > li:not(.menu-item-has-children) > a:after {
	bottom: 0;
	left: 0;
}

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

#top-menu li a:hover {
	color: #F0C007 !important;
	opacity: 1!important;
}

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

.et_mobile_menu {
	padding: 2% 5%;
}

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

/* Active Link */
#top-menu .current-menu-item > a, #top-menu .current-menu-item > a:hover, #top-menu .current-menu-item > a:focus, #top-menu li a:hover {

}

/* 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;
	background: #0053A3;
	padding: 10px 5px;
	border-radius: 50px;
}

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

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #333!important;
	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: #0053A3; }

#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 {
	position: relative;
	padding: 30px 10px;
	border: 2px solid #0053A3;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

#section-1 .et_pb_column_1_4:before, #section-1 .et_pb_column_1_4:after, #section-1 .et_pb_blurb:before, #section-1 .et_pb_blurb:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0053A3;
}

#section-1 .et_pb_column_1_4:before {
	top: 4px;
	left: 4px;
}

#section-1 .et_pb_column_1_4:after {
	top: 4px;
	right: 4px;
}

#section-1 .et_pb_blurb:before {
	bottom: 4px;
	left: 4px;
}

#section-1 .et_pb_blurb:after {
	bottom: 4px;
	right: 4px;
}

#section-1 .et_pb_column_1_4:hover::before, #section-1 .et_pb_column_1_4:hover::after, #section-1 .et_pb_blurb:hover::before, #section-1 .et_pb_blurb:hover::after {
	background: #fff;
}

#section-1 .et_pb_column_1_4 h4 {
	font-family: 'Patua One', cursive;
	font-size: 20px;
	color: #0053A3;
}

#section-1 .et_pb_column_1_4:hover {
	background-color: #0053A3;  
}

#section-1 .et_pb_column_1_4:hover h4 {
	color: #fff;
}

#section-1 .et_pb_column_1_4:hover .et-pb-icon {
	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;
}
.wpcr3_review blockquote {
	border-left: none;
}
@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
* ----------------------------------------------------------------------- */
#location h3,
:not(.et_pb_widget) > div > #servcss {
	font-size: 25px;
	line-height: 30px;
	color: #1E4969!important;
	font-family: 'Bree Serif', serif!important;
}

.free-estimate-heading {
	position: relative;
	color: #1E4969!important;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
	line-height: normal;
	padding-bottom: 20px;
	text-align: center; }

#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: #fff;
	border: 1px solid #999999;
	color: #333!important;
	padding: 15px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 10px 0px!important;
	border-radius: 2px;
	opacity: 0.85;
	transition: 0.3s linear;
	width: 100% !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-color: #1F1F26;
	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 {
	position: relative;
	font-size: 16px;
	padding: 20px 30px;
	font-weight: 700 !important;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0;
	background-color: #000000;
	border: 4px solid #F0C007;
	transition: 0.3s linear;
	margin-top: 10px!important;
	width: 100% !important;
}

#submitter:hover {
	border-color: transparent;
}


/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	position: relative;
	background-color: #0053A3!important;
	padding-top: 50px;
	/* padding-bottom: 30px; */
	border-top: 5px dashed #F0C007;
}

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

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

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

#main-footer h4 {
	position: relative;
	color: #fff!important;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

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

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

.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: rgb(240,192,7);
}

#current-day td {
	color: #333!important;
}

#current-day td {
	color: #fff;
}

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

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

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

#footer-bottom {
	padding: 15px 0 !important;
	/* background:none !important; */
	color: white;
}

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

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

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 1100px) { 

	body:not(.image-logo) #main-header .contact-info a em,
	body:not(.image-logo) #main-header .contact-info span em {
		display: none;
	}

	body:not(.image-logo) .contact-info .fa {
		top: 1px;
		width: auto;
		height: auto;
		border: 0;
		border-radius: 50%;
		padding: 0;
	}
} 

@media (max-width: 980px) { 
	#main-header .contact-info a em,
	#main-header .contact-info span em {
		display: none;
	}
	#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-top: 0px !important;
	}

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

	.logo_container {
		float: none;
		padding-top: 5px !important;
	}

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

	#main-header .contact-info a,
	#main-header .contact-info span {
		font-size: 14px;
	}

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

	#main-header .fa-map-marker {
		top: 0px;
	}

	.text-logo {
		top: 5px;
	}
}

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

@media (max-width: 600px) { 
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {

	}

	#main-header .contact-info a, #main-header .contact-info span {
		display: block;
		line-height: 30px;
	}

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

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

	}
}

@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;
}
/***** massage template menu fix *****/
@media (min-width:981px) {
	.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-top: 7px;
	}

	body:not(.image-logo) .logo_container {
		position: relative !important;
		text-align: center;
	}
	body:not(.image-logo) #et-top-navigation {
		width: 100%;
		text-align: center;
	}
	body:not(.image-logo) #top-menu-nav {
		float: none !important;
		display: inline-block;
	}
	body:not(.image-logo) #main-header .contact-info {
		float: none !important;
		margin: 10px 0;
	}
	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;
	}
	body:not(.image-logo) .et-fixed-header .contact-info {
		margin: 5px 0 !important;
	}
}
@media (max-width:980px) {
	.logo_container {
		position: relative !important;
		text-align: center;
		padding: 0 10px !important;
		display: inline-block;
		padding-bottom: 12px !important;
		margin-top: 15px !important;
	}
	.text-logo {
		font-size: 28px;
		line-height: 30px;
		top: 0;
	}
	.header-info span, .header-info a {
		margin-right: 0;
		display: block;
	}
}
#et-top-navigation > .et_menu_container {
	width: 100%;
}
header > .et_menu_container {
	width: 94%;
}
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
	opacity: 1;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
	top: unset !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
	background: #0053a3;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a:before {
	display: none;
}
#main-header .nav ul li a:hover,
#main-header .et_mobile_menu li a:hover {
	opacity: 1;
	background-color: #f0c007;
	color: white !important;
}
.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!important;
	}
	.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: center;
		font-size: 24px;
		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;
}
/*  .paymentsbox {
max-width: 220px;
} */
.paymentType {
	display: inline-block;
	float: none;
}
.paymentType p {
	display: none;
}
#footer-bottom div {
	font-size: 16px !important;
}
/***** MORE *****/
#servcss svg {
	display: none;
}
#servcss {
	display: inline-block;
}
@media (max-width:980px) {
	#servcss {
		padding-left: 0;
	}
	.has-button a.et_pb_button {
		left: unset !important;
	}
	.header-info .container {
		text-align: center;
	}
	#section-1 .et_pb_blurb_container {
		display: block;
		padding: 0;
	}
	#section-1 .et_pb_main_blurb_image {
		display: none;
	}
}

@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;
	}
}
.white-box {
	padding: 25px 20px 20px 20px !important;
	background: #fff;
	box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
blockquote {
	padding-left: 0;
}
header, .et-fixed-header#main-header {
	box-shadow: 0px 0px 5px rgba(0,0,0,.35) !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;
		padding-top: 30px;
	}
	.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;
	}
	.image-logo .logo_container {
		padding-top: 0 !important;
	}
	.image-logo #et-top-navigation:before {
		content: "";
		position: absolute;
		left: -100%;
		width: 300%;
		height: 100%;
		background: inherit;
	}
	.image-logo #page-container {
		padding-top: 180px !important;
	}
}

@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;
	}
	.image-logo .fa {
		padding: 0;
		width: auto;
		height: auto;
		border: none;
	}
}


/*
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 inside; */
	}
}
@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: #fff;
	margin-top: 3px;
}
@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;
}
@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;
	}
}

@media (max-width: 767px) {
	.hours, .openinghours {
		width: 100%;
		text-align: center;
	}
}

/* add buttons*/
.booking-button-switch {
	display:none;
	/* TODO */
}

.slider-button {
	margin-top: 40px;
	margin-bottom: 40px;
}

.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #0053A3;
	/*TODO*/
}

.top_button {
	position: relative;
	display: inline-block;
	background-color: #000;
	border: 3px solid #F0C007;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 12px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
}

.top_button:hover {
	border-color: transparent;
}

.top_button .fa {
	top: 0px !important;
	left: 0px !important;
	height: 0px !important;
	color: #fff !important;
	padding: 0px 5px !important;
	border: 0px !important;
}

.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px 10px 15px;
	background: #000000;
	/*TODO*/
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 3px solid #F0C007;
	/*TODO*/
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 250px;
}

.floating-estimate-btn:hover {
	border-color: transparent;
}

#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	background: #000;
	/*TODO*/
	position: fixed;
	padding: 10px 15px 10px 15px;
	border: 3px solid #F0C007;
	/*TODO*/
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	justify-content: center;
	width: 250px;
	z-index: 9999;
	font-weight: bold;
}

#main-footer .listing-rev-btn:hover {
	border-color: transparent;

}

#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-right: 10px;
	}
}


/* BADGES SECTION STYLE */
#badges-section {
	background-color: #0053a3 !important;
}

.badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.badge-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 48%;
}

.badge-content {
	width: 100%;
	text-align: center;
	font-size:10px;
	padding: 0px 7px 7px 7px;
}

.badge-content .title {
	text-transform: uppercase;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	height:50px;
	font-weight: 800;
	color: #ffffff;
	background: #09090b;
	border: 2px solid #e4b607;
}

.badge-content .title:before {
	content:'';
	border: 3px solid #c9c9c9;
	box-shadow: 0 0 4px #393939;
	position:relative;
	bottom:-45px;
	left: 20%;
	height: 48px;
	z-index:-1
}

.badge-content .content {
	text-transform: uppercase;
	display: flex;
	line-height: 1.2;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: 500;
	color: #000000;
	background: #f0c007;
	border: 2px solid #000;
	font-weight: 800;
	height:50px;
	align-items: center;
	justify-content: center;
	transform:rotateZ(5deg);
	transition:0.5s;
	border-radius:12px;
}

.badge-block:hover .badge-content .content {
	transform:rotateZ(-1deg);
}

@media screen and (min-width: 480px) {
	.badge-block {
		width: 47%;
	}

	.badge-content{
		font-size:15px;
	}

}


@media screen and (min-width: 981px) {
	.badge-content .content {
		min-width: auto;
	}

	.badge-block {
		margin-bottom:0px;
		width: 24%;
	}

	.badge-content{
		font-size:17px;
	}
}

/* END BADGES SECTION STYLE */



/**Services Added*/
.srvBlockTitle p {
	font-size: 28px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Bree Serif';
	color: #000000;
	border-bottom: 2px solid #0053a3;
	display: inline-block;
	padding-bottom: 10px; /* Add padding for better spacing */
}

.srvBlockTitle {
	text-align: center;
	margin-bottom: 40px; /* Add margin for better spacing */
}

/* services css */

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

.srvElementHeader h2 {
	text-align: center;
	color: #ffffff;
	padding: 10px 5px;
	line-height: 1.2;
	height: 74px;
	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.2;
}

.srvElementBody {
	background: #000000;
}

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

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


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


	.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: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

}
h1.header-title {
	background: linear-gradient(-15deg, #09090bab 50%, #09090bab 50%);
	font-size: 36px !important;
	color: #fff !important;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Bree Serif';
	text-align: center;
	padding: 10px;
	/* filter: drop-shadow(1px 1px 6px #000); */
	text-shadow: 1px 1px 5px #000000 !important;
}

.header-items {
	margin-top: 40px;
}
h2.entry-title{
	color: #0053A3;
	font-family: 'Bree serif';
	font-weight: 700;
}
p.title-testimonials {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Bree Serif';
	text-align: center;
}
.nav-arrows button {
	border-color: #1a202c;
	background: #f0c007;
	display: flex;
}

.nav-arrows button:hover {
	background: #0053a3;
	color: white;
}

@media (max-width: 479px) {
	.et_pb_post h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

/* 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;
	color: #f0c007;
}


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

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

body:not(.et_pb_page) #main-content .container{
	padding: 80px 0px;
}


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