/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/


body {
	font-size: 1.0625rem;
	font-family: 'Noto Sans', Verdana, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #333333;
	background: #fff !important;
	font-weight: 400;
	overflow-x: hidden;
}
h1{
	font-family: 'Urbanist', Arial, sans-serif;
	font-weight:700;
}
h1.entry-title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
h2,h3,h4,h5,h6 {
	font-family: 'Urbanist', Arial, sans-serif;
	font-weight: 600;
}
p strong {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}
div#page-container {
	overflow: hidden;
	/* padding-top: 303px !important; */
}
.et_pb_row {
	width: 95% !important;
}

/*HEADER STYLES*/
.home header#main-header {
	background: #fff;
	box-shadow: none;
	min-height: 110px;
}
header#main-header {
	background: #fff;
	box-shadow: none;
	min-height: 110px;
}

.main-header-napln-container {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	align-items: center;
	padding: 5px;
	justify-content: center;
}
.header-location {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px;
	justify-content: center;
}

i.fa.fa-map-marker {
	font-size: 17px;
	color: #1d870b;
	padding-right: 10px;
}

.header-phone {
	display: flex;
	align-items: center;
	padding: 7px;
	justify-content: center;
	flex-direction: row;
}
a.phonenum {
	color: #333;
	padding: 0;
}

i.fa.fa-phone {
	font-size: 17px;
	color: #1d870b;
	padding-right: 10px;
}

a.main-header-email-btn {
	color: #fff;
	background: #1d870b;
	padding: 6px 10px;
	border-radius: 50px;
}
a.main-header-email-btn:hover{
	background: #222;
}
.header-free-estimate {
	padding: 10px;
	margin-top: 5px;
}

.header-menu-container {
	width: 100%;
	position: relative;
	max-width: 100%;
}
.header-info-holder {
	margin: 0 auto;
	max-width: 1080px;
}
.logo_container {
	position: relative !important;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 10px 10px 5px 10px;
	flex-direction: row;
	align-items: center;
}
img#logo {
	min-height: 60px !important;
	max-height: 110px !important;
	width: auto !important;
	margin: 5px;
	max-width: 170px !important;
	border-radius: 10px;
}
.text-logo {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	display: flex;
	line-height: 1.1;
	max-width: 95%;
	flex-direction: row;
	align-items: center;
}
.text-logo-icon {
	width: 70px !important;
	margin: 0 auto;
	margin-right: 10px;
}
.text-logo-icon img{
	display: flex;
	align-items: center;
	width: 100% !important;
	height: 100%;
	flex-direction: column;
}
span.logo-span {
	text-align: left;
	font-size: 22px;
	color: #222;
	font-family: 'Urbanist';
	font-weight: 700;
}
.main-header-info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-location-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 7px;
	padding-bottom: 0;
}
.header-free-consultation {
	margin-top: 5px;
}

div#et-top-navigation {
	width: 100%;
}

div#et_mobile_nav_menu {
	width: 100%;
	text-align: center;
}

.mobile_menu_bar:before{
	font-size: 35px;
	color: #645c59;
}

span.mobile_menu_bar.mobile_menu_bar_toggle {
	padding-bottom: 0 !important;
	background: #efeeee;
	margin: 10px;
	margin-top: 0;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

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

#mobile_menu {
	background: #0f466f !important;
	border-top: 3px solid #1d870b;
}
.mobile-toggle::after{
	background: #e27a3d !important;
}

.menu-item a {
	color: #fff !important;
}


div#homepage-header-holder {
	padding: 20px;
	height: 550px;
}
section#header-image-container {
	border-radius: 35px;
	height: 500px !important;
	min-height: 400px !important;
}

section#header-image-container .et_pb_fullwidth_header_overlay {

	background-color: transparent !important;
}
section#header-image-container .et_pb_fullwidth_header_container.center {
	min-height: 400px !important;
}
.ws-slogan {
	line-height: 1.2;
	margin-bottom: 30px;

}
.ws-slogan h1{
	font-weight: 700;
	text-shadow: 1px 1px 1px #333;
}
.header-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.header-btns br{
	display: none;
}


.header-button-quote.booking-button-switch {
	background: #efeeee;
	border-radius: 50px;
	padding: 10px !important;
	border: 2px solid #645c59;
	text-align: center;
	width: 200px;
	margin-bottom: 20px;
	color: #333;
	display: flex;
	height: 40px;
	flex-direction: column;
	justify-content: center;
}
.header-button-quote.booking-button-switch br{
	display: none;
}
.header-button-quote.booking-button-switch:hover{
	background: #645c59;
	border: 2px solid #645c59;
	color: #fff;
}
.booking-button-switch{
	display: none !important;
}

a.button {
	background: #0f466f;
	border-radius: 50px;
	padding: 5px;
	width: 200px;
	border: 2px solid #efeeee;
	color: #fff;
}
a.button:hover{
	background: #1d870b;
	border: 2px solid #1d870b;
	color: #fff;
}


/* BADGES */
.badges-row {
	position: relative;
}
.badges-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	position: relative;
}

.badge-holder {
	display: flex;
	flex-direction: row;
	width: 80%;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	background: #0f466f;
	align-items: center;
	filter: drop-shadow(1px 2px 2px #645c59);
}
.badge-holder:hover{
	background: #1d870b;
}
.badge-holder:hover > .badge-text{
	color: #ffffff !important;
}
.badge-holder:hover p.badge-content{
	border-color: #ffffff;
}


.badge-image-holder {
	display: flex;
	padding: 10px;
	background: #fff;
	border-radius: 12px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.badge-holder img{
	width: 60px;
}
.badge-text {
	display: flex;
	flex-direction: column;
	width: 70%;
	color: #fff;
	align-items: flex-start;
}

p.badge-content {
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	width: 80%;
}
/* SECTION TITLE */


p.section-title {
	background: #e0dedd;
	padding: 5px !important;
	font-weight: 700;
	border-radius: 50px;
	margin-bottom: 30px;
	width: 125px;
	text-align: center;
	text-transform: uppercase;
}
/* FIRST PARAGRAPH */
.first-para-row {
	display: flex;
	flex-direction: column;
}
.first-paragraph-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.first-paragraph-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}



h2.entry-title {
	text-align: center;
}
.first-paragraph-image {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}
.first-paragraph-image img {
	border-radius: 35px;
	max-height: 485px;
}

/* SERVICES LIST */
.border {
	background: transparent;
	border: 7px solid #fff;
	border-radius: 35px;
	padding: 20px;
}
div#services-list-section {
	border-radius: 35px;
	padding: 10px;
	margin: 20px;
}
div#services-list-row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	margin: 10px;
}

p.services-list-title {
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: 'Urbanist', Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 20px !important;
}

.homepage-services {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-direction: row;
}

.home ul#servcss {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.home #servcss li::before{
	content: "\f0db";
	font-family: FontAwesome;
	font-size: 17px;
	color: #fff;
	padding-right: 10px;
}
.home #servcss li{
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	/* margin-bottom: 0 !important; */
	margin: 10px;
	border: 3px solid #fff;
}
.home #servcss li:hover{
	background: #0f466f;
	border-color: #0f466f;
}
.home #servcss li:hover:before{
	color: #fff;
}

/* SERVICES */
.srvBlockTitle {
	text-align: center;
	color: #333;
	line-height: 1.1;
	font-size: 26px;
	font-family: 'Urbanist', Arial, sans-serif;
	font-weight: 700;
}
.services-border {
	border: 7px solid #fff;
	border-radius: 25px;
	padding: 10px;
}


.srvElement {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #0f466f;
	padding: 15px;
	border-radius: 25px;
	margin-bottom: 15px !important;
	max-width: 700px;
	margin: 0 auto;
	justify-content: center;
}
.srvElement:hover{
	background: #1d870b;
}
.srvElement:hover a{
	color: #e27a3d;
	font-weight: 700 !important;
	text-decoration: underline;
}

.srvElementImg {
	width: 100% !important;
	text-align: center;
}
.srvElementImg img{
	width: 100%;
	border-radius: 20px;
}

.srvElementBody {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.srvElementHeader h2 {
	color: #fff;
	text-align: center;
}

.srvElementContent {
	color: #fff;
	text-align: justify;
}
ul#additionalServices {
	display: flex; 
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	column-count: 3;
}
#additionalServices li::before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 10px;
}
.services-border-fullwidth{
	display: flex;
	border: 7px solid #fff;
	border-radius: 25px;
	flex-direction: column;
	padding: 10px;
}

/*LAST PARAGRAPHS */
div#home-content-section {
	margin: 20px;
	border-radius: 35px;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* GALLERY BUTTON */
.gallery-button {
	color: #fff;
	background: #0f466f;
	border: 2px solid #fff;
	padding: 7px 60px;
	letter-spacing: 1px;
	border-radius: 50px;
	margin-top: 20px;
}

.gallery-button:hover{
	background: #fff;
	border: 2px solid #fff;
	color: #111;
}

/* CONTACT SECTION */
.contact-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-image-container img{
	border-radius: 35px;
	max-height: 500px;
}
.contact-form-container {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: transparent;
	border: 7px solid #1d870b;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
}
.border-contact-form {
	border: 7px solid #fff;
	border-radius: 25px;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 100%;
}

p.free-estimate-title {
	text-align: center;
	font-size: 26px;
	color: #222;
	font-family: 'Urbanist', Arial, sans-serif;
	padding-bottom: 10px !important;
	font-weight: 700;
}

div#contact {
	display: flex;
	width: 100%;
	flex-direction: column;
}

form#contactForm {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.nap_cf_customer_name {
	width: 100%;
	text-align: center;
}

input#customer_name {
	width: 90%;
	background: #222;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}

.nap_cf_phone_cf {
	width: 100%;
	text-align: center;
}

input#phone-cf {
	width: 90%;
	padding: 10px;
	border-radius: 10px;
	background: #222;
	margin-bottom: 15px;
	color: #fff;
}

.nap_cf_customer_email {
	width: 100%;
	text-align: center;
}

input#customer_email {
	width: 90%;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 15px;
	background: #222;
}


.nap_cf_message {
	width: 100%;
	text-align: center;
}

textarea#message {
	width: 90%;
	border-radius: 10px;
	background: #222;
	color: #fff;
	padding: 10px;
}

input#vercode {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #222;
}

input#submitter {
	background: #1d870b;
	text-transform: uppercase;
	border-radius: 50px;
	width: 250px;
	height: unset !important;
	padding: 10px;
	margin-top: 20px;
	color: #fff;
	border: 2px solid #1d870b;
}
input#submitter:hover{
	background: #0f466f;
	border: 2px solid #0f466f;
	color: #fff;
	height: unset !important;
	padding: 10px;
}
.nap_cf_vercode_container p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nap_cf_vercode_container {
	width: 90%;
}
input.text::placeholder,
input.title::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #dfdfdf;
}


/* LISTING LINK */
#main-footer .listing-rev-btn {
	background: #1d870b;
	border: 3px solid #e0dedd;
	border-left: none;
	color: #fff;
	font-size: 16px !important;
	bottom: 10px;
}
#main-footer .listing-rev-btn img{
	width: 18px !important;
	filter: brightness(20) grayscale(1);
}

/* TESTIMONIALS */
.testimonial-item {
	border: transparent;
	border-radius: 35px;
	background: transparent;
}
.testimonial-item:hover{
	background: none;
}
p.success {
	text-align: center;
	margin-bottom: 10px !important;
}
div#home-testimonials {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* NAP */
.homepage-nap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.nap-title-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #dfdfdf;
	padding: 20px;
	border: 3px solid #e0dedd;
	border-radius: 25px;
	min-height: 125px;
	margin-bottom: 10px;
	width: 300px;
}

i.fa.fa-user {
	color: #1d870b;
	font-size: 20px;
	margin-bottom: 10px;
}

.nap-phone-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #1d870b;
	border: 3px solid #645c59;
	padding: 20px;
	width: 300px;
	min-height: 125px;
	border-radius: 25px;
	margin-bottom: 10px;
}



.nap-phone-block h3{
	color: #fff;
	text-align: center;
}

.nap-location-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #dfdfdf;
	border: 3px solid #e0dedd;
	width: 300px;
	min-height: 125px;
	border-radius: 25px;
}
.nap-title-block:hover, 
.nap-location-block:hover
{
	border: 3px solid #645c59;
}
.nap-phone-block:hover{
	border: 3px solid #222;
}
i.fa.fa-phone.nap-icon-phone {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
}

i.fa.fa-map-marker.nap-icon-location {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
}
h3#home-adr {
	padding: 0;
}
.nap-title-block h3{
	text-align: center;
}
.nap-location-block h3 {
	text-align: center;
}

/* SLIDER */
.slider {
	display: flex;
	max-height: 700px;
	height: calc(100vh - 98px);
	min-height: 600px;
	position: relative;
	justify-content: center;
}
.quote-slider-wrapper {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 700px;
}
.quote-slider {
	height: 100%;
}

.quote-text-wrap {
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-height: 700px;

	max-width: 1080px;
	align-items: center;
	justify-content: center;
}

.swiper-slide.swiper-slide-next .quote-text,
.swiper-slide.swiper-slide-prev .quote-text {
	opacity: 0;
}
.swiper-slide.swiper-slide-active .quote-text {
	opacity: 1;
}
.image-slider-wrapper {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	filter: brightness(0.8);
	overflow: hidden;
}
.image-slider {
	height: 100vh;
}

.swiper-slide {position: relative;
	overflow: hidden;
	max-height: 700px;
	padding: 20px;
	width: 100% !important;
}
.swiper-slide-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	max-height: 700px;
	object-fit: cover;
	object-position: 100%;
}
.swiper-button-next {
	position: absolute;
	right: 40px;
	top: 28px;
	font-size: 15px;
	color: #fff;
	filter: drop-shadow(2px 4px 6px black);
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

i.fa.fa-chevron-right {
	padding-left: 10px;
	font-size: 14px;
}

.swiper-button-prev {
	position: absolute;
	top: unset;
	left: 55px;
	right: 0;
	text-shadow: 1px 1px 1px #333;
	filter: drop-shadow(2px 4px 6px black);
	bottom: 7px !important;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
i.fa.fa-chevron-left {
	padding-right: 10px;
	font-size: 14px;
}
.swiper-pagination {
	position: absolute;
	bottom: 81px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.swiper-pagination-bullet {
	text-align: center;
	display: flex;
	height: 35px;
	width: 215px;
	padding: 5px 35px !important;
	border-radius: 50px;
	margin-bottom: 10px !important;
	background-color: #fff !important;
	color: #333;
	font-size: 14px;
	opacity: 1;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.swiper-pagination-bullet-active {
	background-color: #645c59 !important;
	color: #fff;
	border: 3px solid #fff;
}
.controls-holder {
	display: flex;
	height: calc(100% - 80px);
	width: 90%;
	top: 40px;
	margin: 0 auto;
	max-height: 700px;
	max-width: 1080px;
	align-items: center;
	position: absolute;
	border: 7px solid #fff;
	border-radius: 35px;
	justify-content: center;
}
/* FOOTER */

/* FOOTER STYLE */

#main-footer {
	background-color: #0f466f;
}
#main-footer .container {
	width: 95%;
}
h4.title {
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget{
	width: 100%;
	margin-right: 5.5% !important;
	margin-bottom: 5.5% !important;
}
table.openinghours {
	width: 100%;
	margin: 0 auto !important;
}

.openinghours tr {
	display: flex;
	justify-content: space-between !important;
	line-height: 2;
	color: #fff;
	font-weight: 600;
}

tr#current-day {
	background: #1d870b;
	color: #fff;
	padding: 0 3px;
	border-radius: 5px;
}
.textwidget {
	color: #fff;
	text-align: center;
	display: flex;
	padding-top: 10px;
	flex-direction: column;
	align-items: center;
}
.textwidget strong{
	font-size: 16px;
}
/* .textwidget br{
display: block;
}
*/

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.paymentType {
	padding: 5px;
}
.paymentType img {
	border-radius: 5px;

}
.menu-footer-menu-container {
	width: 100%;
}

ul#menu-footer-menu {
	text-align: center;
	padding-top: 10px !important;
}
#menu-footer-menu a {
	color: #fff!important;
}

.footer-widget li:before {
	border-color: #ffffff !important;
}
div#footer-bottom {
	background: #1d870b;
	color: #fff;
	padding: 20px;
}
a.floating-quote-btn.booking-button-switch {
	display: none;
}
h4#nap-footer-icons {
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 24px;
}

div#text-9 {
	margin-right: 5.5% !important;
	margin-bottom: 5.5% !important;
}

div#social-icons {
	margin-bottom: 20px !important;
}
a.social-icon {
	border-radius: 5px;
}
div#text-8 {
	margin-bottom: 20px !important;
}
a.social-icon-nap-font {
	border-radius: 5px !important;
	margin: 5px;

}

/* SERVICES LIST */
ul#servcss {
	padding-top: 10px !important;
}
h4.widgettitle{
	text-align: center;
	font-size: 22px;
	border-bottom: 1px solid #e27a3d;
}
#servcss li{
	color: #333;
}
div#text-5 {
	width: 100%;
}

.et-search-form, blockquote {
	border-color: #e27a3d !important;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
}
.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
.wpcr3_button_1, .wpcr3_button_1:hover {
	margin-top: 10px;
	background: #645c59;
	color: #fff;
	border: 1px solid #645c59;
	border-radius: 50px;
}
@media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
		min-width: 100%;
		border-radius: 10px;
		padding: 10px;
	}
	.wpcr3_table_2 td {
		text-align: left !important;
	}
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
}
@media (max-width: 980px) {
	.review-title {
		font-size: 26px !important;
	}
	.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;
		padding: 10px;
		border-radius: 10px;
		min-width: unset !important;
	}
	.wpcr3_submit_btn, .wpcr3_cancel_btn {
		width: 40%;
	}

	.wpcr3_item_name {
		text-align: center !important;
	}
	.wpcr3_review {
		text-align: center;
	}
}

/* GALLERY PAGE */

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

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


@media (min-width: 685px){
	.main-header-info-container{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.header-location-container{
		padding: 15px;
	}
	.header-phone{
		padding: 15px;
	}
	.header-free-estimate{
		margin: 0;
	}
}

/* BLOG */
.post-content-inner p {
	text-align: justify;
}
.entry-title a {
	font-size: 24px;
	text-align: center;
}
.entry-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.wpcr3_respond_1.wpcr3_in_content {
	margin-top: 20px !important;
}

.entry-content {
	margin-bottom: 20px;
}

@media (min-width: 600px) {

	.text-logo-icon{
		max-width: 70px !important;
		width: 51px !important;
	}
	.header-info{
		display: flex;
		flex-direction: row;
	}
	.header-free-consultation {
		padding: 10px;
		margin: 0;
	}

	/* BADGES */
/* 	.badges-row{
		margin-bottom: 65px !important;
	} */
	.badges-container{
		display: flex;
		flex-direction: row;
		position: absolute;
		left: 5%;
		right: 5%;
		top: -90px;
		justify-content: space-evenly;
	}
	.badge-holder{
		width: calc( 50% - 20px);
		max-width: 250px;
		margin-bottom: 20px;
	}

	div#services-list-row{
		margin: 0 auto;
	}
	/* SERVICES */
	.srvElementImg img{
		max-height: 400px;
		max-width: unset !important;
		object-fit: cover;
	}
	ul#additionalServices {
	}
	#additionalServices li{
		padding: 5px;
	}
	.home ul#servcss{
		justify-content: center;
	}
	/* CONTACT FORM */
	.contact-form-container{
		width: 90%;
	}
	.contact-image-container {
		width: 90%;
		text-align: center;
	}
	.nap_cf_vercode_container p{
		display: flex;
		flex-direction: row;
	}
	input#vercode{
		margin-left: 10px;
	}

	/* NAP */
	.homepage-nap{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.nap-title-block, .nap-phone-block,  .nap-location-block{
		width: calc((100% / 3) - 10px);
		margin-bottom: 0;
		height: 200px;
		padding: 15px;
	}

	/* SLIDER */
	.swiper-pagination {
		position: absolute;
		bottom: 50px !important;
		display: flex;
		flex-direction: column;
		align-items: end;
		padding-right: 8%;
	}
	.swiper-pagination-bullet {
		text-align: center;
		display: flex;
		height: 35px;
		width: 215px;
		padding: 5px 35px !important;
		border-radius: 50px;
		margin-bottom: 10px !important;
		background-color: #fff !important;
		color: #333;
		font-size: 14px;
		opacity: 1;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.swiper-pagination-bullet-active {
		background-color: #645c59 !important;
		color: #fff;
		border: 3px solid #fff;
	}
	/* FOOTER */

	div#footer-widgets {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}

	.footer-widget {
		margin: 0 !important;
	}
	.footer-widget:nth-child(n) {
		margin: 20px 0 10px 30px!important;
	}
}

@media (min-width: 981px) {
	img#logo {
		/* min-height: unset !important; */
		/* height: 50px; */
		/* margin: 5px; */
		margin-top: 30px;
		margin-left: 15px;
	}
	h1.entry-title {
		text-align: left !important;
		font-size: 35px;
	}
	.ws-slogan h1{
		font-size: 35px;
	}
	.menu-item a {
		color: #333 !important;
	}
	.menu-item a:after{
		font-size: 24px !important;
		bottom: 0 !important;
		right: -15px !important;
		display: flex;
		align-items: center;
	}
	.nav li ul {
		background: #eae9e9 !important;
		border-color: #645c59 !important;
		border-radius: 10px;
	}

	#top-menu li li a {
		color: #000!important;
	}

	div#et-top-navigation {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		margin-right: 20px;
		margin-top: 8px;
		padding-top: 0 !important;
		padding-bottom: 5px;
	}
	#top-menu a {
		padding: 10px !important;
		position: relative;
	}

	.header-info-holder {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		max-width: 100vw;
	}
	section#header-image-container{
		height: 650px !important;
		min-height: 600px;
	}
	div#homepage-header-holder{
		height: 690px !important;
	}
	.text-logo{
		max-width: 350px;
	}
	.text-logo-icon{
		width: 70px !important;
		margin-right: 5px;
	}
	span.logo-span{
		font-size: 21px;
	}
	.logo_container{
		width: 33% !important;
		justify-content: flex-start;
		/* margin-left: 5px; */
		top: 0;
		left: 0;
		position: absolute !important;
	}
	.main-header-info-container{
		width: 70%;
		display: flex;
		flex-direction: row;
		margin-top: 5px;
		justify-content: flex-end;
		margin-right: 10px;
	}
	.header-info{
		background: #efeeee;
		border-radius: 50px;
	}
	.header-phone{
		padding: 5px 15px !important;
	}
	.header-location-container{
		padding: 5px 15px !important;
	}
	.header-free-consultation{
		padding-right:0;
	}
	ul#top-menu {
		background: #efeeee;
		border-radius: 50px;
	}

	/* BADGES */
	.badges-row{
		margin-bottom: 0px !important;
	}
	.badge-holder{
		width: 100%;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.badges-container{
		display: flex;
		flex-direction: row;
		position: absolute;
		top: -72px;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		left: 0;
		align-items: center;
		gap: 20px;
	}


	/* FIRST PARAGRAPH */
	.first-paragraph-container{
		display: flex;
		flex-direction: row;
	}
	.first-paragraph-text{
		width: 60%;
		padding-right: 20px;
		align-items: flex-start;
	}
	.first-paragraph-image{
		width: 40%;
		margin: 0;
	}
	/* SERVICES LIST */
	.home ul#servcss{
		list-style: none;
		padding: 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	div#srvs-list-row {
		width: 98vw !important;
		margin: 0;
	}
	div#services-list-row{
		padding: 0px;
	}
	.border{
		padding: 40px;
		width: 96%;
		margin: 0 auto;
	}
	/* SERVICES */
	.srvBlock{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;

	}
	.srvElement{
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.srvElementFullWidth{
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
		display: flex;
	}
	.services-border-fullwidth{
		display: flex;
		border: 7px solid #fff;
		border-radius: 25px;
		flex-direction: row;
		padding: 10px;
	}
	.srvElementImgFullWidth{
		max-width: 32%;
		display: flex;
		align-items: center;
	}
	.srvElementBodyFullWidth{
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 68%;
	}
	ul#additionalServices{
		padding: 0 !important;
	}

	/* CONTACT FORM */
	.contact-container{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.contact-image-container{
		height: 600px;
		width: 50%;
		margin-right: 15px;
	}
	.contact-image-container img{
		height: 100%;
		object-fit: cover;
		max-height: unset;
		object-position: 65%;
	}
	.contact-form-container{
		width: 50%;
		height: 600px;
		margin: 0px;
		margin-left: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}

	/* NAP */
	div#testimonials-block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	div#testimonials-row {
		width: 100%;
		margin: 0 auto;
	}

	div#nap-row {
		width: 100%;
		position: relative;
	}
	.homepage-nap{
		width: 100%;
		margin-top: 60px;
	}
	.nap-title-block:hover, 
	.nap-location-block:hover
	{
		border: 3px solid #1d870b;
	}
	.nap-phone-block:hover{
		border: 3px solid #1d870b;
	}
	.nap-title-block, 
	.nap-phone-block, 
	.nap-location-block
	{
		border: 3px solid transparent;
		min-height: 130px !important;
		height: 155px;
	}
	.nap-phone-block{
		margin-bottom:0;
	}
	.nap-title-block{
		margin-bottom: 0px;
	}

	/* SLIDER */
	.swiper-slide{
		padding: 40px !important;
	}
	.controls-holder {
		display: flex;
		height: calc(100% - 80px);
		width: 100%;
		top: 40px;
		margin: 0 auto;
		max-height: 700px;
		max-width: 1080px;
		align-items: center;
		position: absolute;
		border: 7px solid #fff;
		border-radius: 35px;
		justify-content: center;
	}
	.swiper-pagination{
		display: flex;
		flex-direction: row;
		padding: 0;
		bottom: 46px !important;
		justify-content: center;
	}
	/* FOOTER */
	div#footer-widgets{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.footer-widget {
		margin-right: 5.5% !important;
		margin-bottom: 5.5% !important;
	}
	div#text-7 {
		margin-bottom: 40px !important;
	}
	ul#menu-footer-menu{
		text-align: left;
	}
	h4.title{
		text-align: left;
	}
	.textwidget{
		text-align: left !important;
		align-items:flex-start;
	}

	div#social-icons{
		text-align: left;
	}
	.paymentsbox{
		display: flex;
		justify-content: flex-start;
		padding-top: 0;
	}
	/* SERVICES LIST */
	h4.widgettitle{
		text-align: left;
	}

	.wpcr3_review {
		text-align: left;
	}
	.home header#main-header {
		background: #fff;
		box-shadow: none;
	}
	header#main-header {
		background: #fff;
		box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	}

	/* BLOG */
	.entry-title a {
		text-align: left !important;
	}
	h2.entry-title{
		text-align: left;
	}
}

.cs1 {
	background: #0f466f;
	color: #fff;
}

.cs1 h2 {
	color: #fff;
}

#cont-sec img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#cont-sec .et_pb_image_wrap, #cont-sec .et_pb_image {
	height: 100%;
	width: 100%;
}
#cont-sec .et_pb_row { 
	display: flex;
}
#closed-day {
	color: #b1b1b1;
}
.srvAdd .services-border-fullwidth, .srvAdd .srvElementBody, .srvAdd .srvElementContent {
	width: 100%;
}
div#home-gallery img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

div#home-gallery span, div#home-gallery .et_pb_image {
    width: 100%;
}
@media (max-width: 980px) {
	div#home-gallery {
    max-width: 300px;
}
	.cs1 .et_pb_row {
		flex-direction: column-reverse;
	}
	.cs2 .et_pb_row {
		display: block !important;
	}
	.cs1 img {
		margin-bottom: 30px;
	}
}