/*
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: 'Titillium Web', sans-serif;
	font-size: 16px;
}

.wp-caption p.wp-caption-text {
	color: #333;
	font-weight: bold;
}

.home h1 {
	font-weight: 700;
	font-size: 40px;
	color: #ffffff !important;
	filter: drop-shadow(2px 4px 6px black);
}

blockquote.wpcr3_content {
	position: relative;
	border: 0;
	padding-left: 0;
}

blockquote.wpcr3_content:before {
	position: absolute;
	content: "\f10d";
	left: -45px;
	top: -6px;
	font-family: 'FontAwesome';
	color: #0301f9;
	font-size: 35px;
}

.wpcr3_item_name a {
	color: #0301f9!important;
}

.entry-title.main_title {
	font-family: 'Amaranth', sans-serif;
}

.button {
	position: relative;
	display: inline-block;
	font-weight: bold;
	background: #f4cb6e;
	border-radius: 2px;
	color: #333;
	padding: 19px 22px;
	margin-top: 40px;
	margin-bottom: 100px;
	transition: 0.3s ease-in-out;
}

.button:hover {
	background: #0301f9;
	color: #fff;
}

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

#location strong {
	color: #0301f9;
	font-size: 28px;
}

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

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

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

#main-header .contact-info {
	background-color: #0301f9;
}
.image-logo #main-header .contact-info {
	padding-left: 15px;
}

#main-header .contact-info a, #main-header .contact-info span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 0;
	padding-top: 7px;
	transition: 0.4s ease-in-out;
}

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

#main-header .contact-info .email-us {
	padding: 10px 15px 10px 20px;
	background-color: #f4cb6e;
	color: #333;
}

#main-header .contact-info .email-us:hover {
	color: #fff!important;
	background-color: #0301f9;
}

#main-header .phonenum {
	margin-left: 20px;
	font-size: 15px !important;
}

#main-header .fa {
	position: relative;
	left: -7px;
	color: #f4cb6e;
}

#main-header .fa-envelope {
	top: -1px;
	color: #333;
}

#main-header .contact-info .email-us:hover .fa-envelope {
	color: #f4cb6e;
}

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

/* Logo */
.logo_container, .et-fixed-header .logo_container {
	padding-top: 0px!important;
}

.text-logo {  
	display: inline-block;
	color: #0301f9;
	font-family: 'Amaranth', sans-serif;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
	text-shadow: 2px 1px 0 #dadada, 2px 2px 2px #353535;
	top: 8px;
}

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

.comp-name {
	color: #f4cb6e;
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */
.et_header_style_left #et-top-navigation {
	padding: 0!important;
}

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

#top-menu > li > a {
	position: relative;
	padding: 30px 20px !important;
	letter-spacing: 0;
	transition: 0.3s ease-in-out;
}

#top-menu li a:before {
	position: absolute;
	content: "";
	bottom: 10%;
	left: 49%;
	width: 50px;
	height: 0;
	border-bottom: 8px dotted #0301f9;
	transform: translate(-51%, -90%) scale(0);
	transition: 0.3s ease-in-out;
}

#top-menu li a:hover::before, #top-menu .current-menu-item > a:before {
	transform: translate(-51%, -90%) scale(1);
}

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

.image-logo #top-menu > li > a {
	padding: 43px 15px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
	padding: 33px 15px !important;
}

.image-logo #top-menu li a:before {
	display: none;
}

/* Submenu */
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
	top: 50%!important;
	transform: translateY(-50%);
}

#top-menu li li a {
	padding: 10px 20px!important;
}

#top-menu li li a:before {
	content: none;
}

/* mobile */
.mobile_menu_bar::before {
	color: #333!important;
	top: 12px;
}

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

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background: #0301f9!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;
	padding: 13px 10px;
	background: #0301f9;
	border-radius: 40px;
	-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: #333!important;
	font-family: 'Amaranth', sans-serif;
	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: #0301f9; 
}

#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: bold;
	font-size: 18px;
}

#section-1 .et_pb_main_blurb_image {
	width: 200px;
	height: 200px;
	text-align: center;
	border: 12px solid #e9f1ee;
	border-radius: 50%;  
	margin: 0px auto 40px;
	padding-top: 30px;
	transition: 0.4s ease-in-out;
}

#section-1 .et_pb_main_blurb_image:hover {
	background-color: #f4cb6e;
	transform: scale(1.13);
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image img {
	width: 100px;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.home-testimonial .heading {
	color: #333;
	font-family: 'Amaranth', sans-serif;
	font-weight: bold;
	line-height: normal;
	font-size: 40px;
}

.home-testimonial blockquote {
	border: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

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

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

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

.home-testimonial .learn-more a {
	background: #f4cb6e;
	border-radius: 2px;
	color: #333;
	padding: 18px 25px;
	font-size: 16px;
	transition: 0.3s ease-out;  
	display: inline-block;
}

.home-testimonial .learn-more a:hover {
	background: #0301f9;
	color: #fff;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
@media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}
	.wpcr3_table_2 td {
		text-align: left !important;
	}
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
	.wpcr3_button_1 {
		margin-top: 10px;
	}
}
@media (max-width: 980px) {
	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}
	.wpcr3_div_2 {
		width: 100%;
	}
	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}
	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}
	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}
	.wpcr3_rating_style1_status {
		width: 85px !important;
	}
	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}
	.wpcr3_submit_btn, .wpcr3_cancel_btn {
		width: 40%;
	}
}

/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */
#location h3,
#services {
	font-size: 23px;
	line-height: 40px;
	color: black !important;
}

#contact {
	padding: 20px 0 0;
}

.free-estimate-heading {
	position: relative;
	color: #0301f9!important;
	font-family: 'Amaranth', sans-serif;
	font-weight: bold;
	font-size: 40px; 
	line-height: normal;
	padding-bottom: 15px;
	padding-left: 8px; 
}

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: 2px;
	border-color: #000 #000 #e1e1e1;
	color: #333!important;
	padding: 15px 2px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	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: #333; 
}

#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: #333;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #f4cb6e;
	border: 2px solid #f4cb6e;
	box-shadow: 0px 2px 30px rgba(145, 208, 204, 0.5);
	border-radius: 2px;  
	margin-top: 40px!important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
}

#submitter:hover {
	background-color: #0301f9;
	border-color: #0301f9;
	color: #fff;
}

/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #f4cb6e;
	border-top: 1px solid #E2E2E2;
	padding-top: 40px;
}

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

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

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

#main-footer h4 {
	position: relative;
	color: #333!important;
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#main-footer h4::before {
	position: absolute;
	content: "";
	top: 35px;
	left: 0;
	width: 25px;
	height: 5px;
	background-color: #000000;
}

.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: #0301f9;
}

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

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

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px !important;
	text-shadow: none !important;
}

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

#footer-bottom {
	font-size: 16px;
	line-height: 20px;
	padding: 24px 0 20px;
	background: #0301f9 !important;
	border-top: 1px solid #E2E2E2;
	color: #ffffff;
}

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

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

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

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */


@media (max-width: 1030px) {
	.image-logo #top-menu > li > a {
		padding: 33px 15px !important;
	}
}
@media (max-width: 980px) {
	.image-logo .logo_container {
		padding: 10px 0 !important;
	}
	.image-logo #logo {
		max-width: 80%;
		max-height: 150px;
		background: #1d0908;
		padding: 3px;
	}
	#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;
	}

	#mobile_menu {
		border-top: 0;
	}

	.logo_container {
		float: none;
		margin-bottom: 15px;
	}

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


	.home-testimonial {
		background: rgba(255,255,255,0.7);
		padding: 30px;
	}
}

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

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

@media (max-width: 600px) { 
	#main-header .contact-info .container {
		text-align: center;
	}
	#main-header .contact-info {
		padding-left: 0;
	}
	#main-header .contact-info a, #main-header .contact-info span {
		display: block;
		line-height: 30px;
	}

	.text-logo {
		font-size: 20px;    
		top: 3px;
	}

	blockquote.wpcr3_content:before {
		content: none;
	}

	#main-header .contact-info .container {
		text-align: center;
	}

	#main-header .contact-info a {
		padding-top: 0;
	}

	#main-header .phonenum {
		margin-left: 0;
	}

	#main-header .contact-info .email-us {
		float: none !important;
	}
}

@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: 425px) {
	#top-header .pull-left, #top-header .pull-right {
		float: none !important;
		text-align: center;
	}

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

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 46px!important;
		line-height: normal;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 375px) {
	.home-testimonial .heading {
		font-size: 33px;
	}

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {

		font-size: 38px!important;

	}

}

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
	font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et_pb_slides .et_pb_container {
		width: 100%;
	}
}
h2.et_pb_slide_title {
	background: #fff;
	width: fit-content;
	margin: 0 auto;
	padding: 15px 20px !IMPORTANT;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
	margin-top:20px !important;
}
@media (max-width:980px) {
	h2.et_pb_slide_title {
		padding: 0 !important;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
	top: 25px !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
	border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
#top-menu .sub-menu li ul {
	left: 200px;
	top: 10px;
}
/***** FIX MENU SIZING *****/
header .container {
	max-width: 1250px;
	width: 95%;
}
@media (min-width: 981px) and (max-width: 1365px) {
	header .container {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
header li a {
	font-size: 15px !important;
}
/***** MOVE MENU BELOW LOGO *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
		text-align: center;
		display: block !important;
		position: relative !important;
		height: 74px !important;
		margin: 0 auto !important;
		width: fit-content !important;
	}
	body:not(.image-logo) #et-top-navigation {
		width: 100% !important;
		float: none !important;
		position: relative !important;
	}
	body:not(.image-logo) #top-menu-nav,
	body:not(.image-logo) #top-menu {
		float:none !important;
		text-align: center !important;
	}
	body:not(.image-logo) #top-menu {
		border-top: 3px solid #0301f9 !important;
	}
	body:not(.image-logo) #main-header .contact-info .container {
		text-align: center;
	}
	body:not(.image-logo) #main-header .contact-info:before,
	body:not(.image-logo) #main-header .contact-info:after {
		display: none;
	}
	body:not(.image-logo) a.email-us.pull-right {
		float: none !important;
		margin-left: 20px;
	}
	body:not(.image-logo) .et-fixed-header .logo_container {
		height: 55px !important;
	}
	body:not(.image-logo) .et-fixed-header #top-menu > li > a {
		padding: 20px !important;
	}

	#logo {
		position: absolute;
		left: 0;
		background: #1d0908;
		padding: 3px;
		/* max-width: 130px; */
	}
}
body:not(.image-logo) #main-header .contact-info .container {
	text-align: center;
}
body:not(.image-logo) #main-header .contact-info .email-us {
	padding-right: 5px;
	padding-left: 13px !important;
	float: none !important;
	margin-left:20px;
}
/***** FIX MOBILE MENU *****/
@media (max-width:980px) {
	header .et_menu_container {
		width: 100%;
	}
	.logo_container {
		display: inline-block;
		position: relative !important;
		top: 0;
		text-align: center;
		padding-bottom: 25px;
		margin-bottom: 0;
		border-bottom: 1px solid #f5e5c5;
	}
	a.text-logo {
		width: 90%;
		padding-top: 10px;
		font-size:28px;
		line-height: 1em;
		left: unset;
	}
	.mobile_nav .select_page {
		display: inline-block;
		line-height: 56px;
		float: left;
		padding-left: 5px;
	}
	.mobile_menu_bar_toggle {
		float: right;
	}
	#et-top-navigation,
	#et_mobile_nav_menu {
		width: 100%;
	}
	ul#mobile_menu {
		top: 100% !important;
	}
}
@media (max-width:600px) {
	#main-header .contact-info a,
	#main-header .contact-info span {
		margin: 0 !important;   
		line-height: 25px;
	}
	#main-header .contact-info {
		padding-bottom: 5px;
	}
	#main-header .contact-info .email-us {
		padding: 5px !important;
		margin-left:0;
	}
}
/***** 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;
	}
}
ul#servcss {
	display: inline-block;
}
/***** 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%;
}
/**** MORE *****/
header#main-header,
header.et-fixed-header#main-header {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1100px) {
	.et_pb_column_2_3 {
		width: 100% !important;
	}
}
@media (max-width:980px) {
	#location {
		text-align: center;
	}
	.textwidget {
		text-align: center;
		font-size: 17px !important;
	}
	footer .title:before {
		width: 100% !important;
	}
	footer .title {
		text-align: center;
	}
	.et_pb_widget {
		width: 100%;
	}
	.home h1 {
		text-align: center;
	}
}
@media (max-width:600px) {
	img.scroll-down-btn {
		display: none;
	}
}
.white-bg-box {
	background: white;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
}
.mobile_menu_bar_toggle {
	height: 56px;
	width: 100%;
	position: absolute;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
}
ul#mobile_menu {
	top: 100%;
}


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

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


/* slider image */
.et_pb_slider .et_pb_slide_0 {
	background-position: center 71%!important;
}

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

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

@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 screen and (max-width: 1024px) and (min-width: 980px) {
	#et-top-navigation {
		float: none;
		text-align: center;
	}
	nav#top-menu-nav,  #top-menu {
		float:none;
	}
	.et_header_style_left .logo_container {
		position:relative;
	}
	#logo {
		position: relative;
		left: 0;
		max-width: 140px;
	}
	.image-logo .logo_container a {
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

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

.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;
	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: #1d0908;
}

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

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

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

.srvBlockTitle p {
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #000000;
	border-bottom: 1px solid #0301f9;
	display: inline-block;
}

.srvBlockTitle {
	text-align: center;
}




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

}

div#home-badges-section:before,
div#homepage-nap-section:before {
	content: '';
	position: absolute;
	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: #0301f9;
	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;
}

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

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

.badge-title {
	background: #ffffff;
	font-size: 15px;
	width: 90%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #000000;
	font-weight: bold;
	border-radius: 8px;
}

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

.et_pb_gallery_grid .et_pb_gallery_item img {
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.et_pb_video_box video {
	max-height: 500px;
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

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

#footer-widgets .footer-widget li a {
	color: #000000;
	text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
	color: #0301f9;
	text-decoration: none;
}

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