/**
Theme Name: JustWash
Text Domain: justwash
Template: astra
*/

a.custom-logo-link.transparent-custom-logo:after {
	content: "ex cleaneo";
	position: absolute;
	font-size: 10px;
	color: #fff;
	left: 130px;
	margin-top: 25px;
}

div#cookie-law-info-bar {
	z-index: 99999999999;
}
a.ast-custom-button-link:hover div{
	color: #fff!important
}
img.btnspinner {
	width: 15px;
	height: 15px;
	margin-top: 13px;
	position: absolute;
	margin-left: 10px;
}

img.btnspinner2, img.btnspinner1 {
	position: absolute;
	margin-left: -30px;
	margin-top: 15px;
}

.elementor-column {
	min-height: 0px;
}
.ast-theme-transparent-header .main-header-menu > .menu-item > .menu-link {
	color: #fff;
}
.ast-theme-transparent-header .main-header-menu > .menu-item > .menu-link {
	color: #fff;
}

body:not(.ast-theme-transparent-header) .submenu-with-border .sub-menu .menu-link {
	color: #fff;
}

.pll-parent-menu-item ul {
	max-width: 65px;
}

.pll-parent-menu-item * {
	text-align: center;
}
.submenu-with-border .ast-header-widget-area .widget ul {
	flex-direction: revert;
	display: flex;
}

.submenu-with-border .ast-header-widget-area .widget ul>li {
	margin-left: 10px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu li a, .ast-desktop .main-header-menu.submenu-with-border .sub-menu {
	background:rgb(47 47 47 / 55%);
	border: none!important;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
	border-radius: 10px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu>li:first-child a, .ast-desktop .main-header-menu.submenu-with-border .sub-menu>li:first-child {border-top-left-radius: 10px;border-top-right-radius: 10px;}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu>li:last-child a, .ast-desktop .main-header-menu.submenu-with-border .sub-menu>li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu * {
	border: none;
}


.sub-menu .menu-item-type-custom{
	border-bottom:1px solid rgb(255 255 255 / 19%);
}
.sub-menu .menu-item-type-custom:hover{
	background:#2f2f2f;
}
.sub-menu .menu-item-type-custom a{
	font-size:15px;
}


/*---start search location test box--*/


.testbox {
	display: flex;
	margin-bottom: 5px;
}

div#address_error {
	display: inline-block;
	line-height: 1;
	padding: 5px 20px;
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	color: #fff;
	border-radius: 10px;
	opacity: 0.8;
	max-width: 400px;
	line-height: 1.2;
}

.has-search{
	width:30%;
}
.has-search .form-control::placeholder {
	font-weight: bold;
}
.has-search .form-control {
	padding-left: 2.375rem;
	border-top-left-radius: 20px;
	width: 100%;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	line-height: 38px;
	text-align: center;
	pointer-events: none;
	color: #919295;
	font-size: 24px;
	opacity: 0;
}
.btn-commander{
	border-radius: 0px;
	background: #51A7F9;
	font-size:12px;
	padding: 10px 20px;
	letter-spacing: 0;
	font-weight: 600;
	border-radius:0 20px 20px 0;
	color: white;

}
a.btn.btn-commander {
	cursor: pointer;
	min-width: 140px;
	text-align: center;
}

a.btn.btn-commander:hover, a.btn.btn-commander:focus {
	background: #333;
	color: #fff!important;
}


.shadow-box .elementor-widget-container{
	width: 70px;
	height: 70px;
	background: #F5F5F5;
	border: 5px solid white;
	border-radius: 10px;
	box-shadow: 1px 14px 15px -6px rgba(0, 0, 0, 0.21);
	margin: 0 auto !important;
}
.shadow-box .elementor-widget-container h6{
	line-height:70px;
}


.direction-step h6:after{
	content: "";
	position: absolute;
	width: 160px;
	height: 2px;
	background: #dadada;
	top: 50%;
	left: 75%;
}

.curve-img h6:after{
	content: "";
	position: absolute;
	width: 240px;
	height: 65px;
	background: url(https://just-wash.appycodes.com/wp-content/themes/justwash/assets/images/curve-img.png) no-repeat;
	top: -25%;
	left: 75%;
	background-size: contain;
}
.curve-img-reverse h6:after{
	content: "";
	position: absolute;
	width: 240px;
	height: 65px;
	background: url(https://just-wash.appycodes.com/wp-content/themes/justwash/assets/images/curve-img.png) no-repeat;
	transform: rotate(180deg);
	top: 25%;
	left: 65%;
	background-size: contain;
}

.curve-img-small h6:after{
	content: "";
	position: absolute;
	width: 165px;
	height: 65px;
	background: url(/wp-content/themes/justwash/assets/images/curve-img.png) no-repeat;
	top: -25%;
	left: 75%;
	background-size: contain;
}
.curve-img-reverse-small h6:after{
	content: "";
	position: absolute;
	width: 165px;
	height: 65px;
	background: url(/wp-content/themes/justwash/assets/images/curve-img.png) no-repeat;
	transform: rotate(180deg);
	top: 25%;
	left: 74%;
	background-size: contain;
}

.direction-step h6:after :last-child{
	display:none;
}


/*---end search location test box--*/

/*--start form wash quote--*/
.w-100{
	width:100%;
}
.w-cs-30{
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.w-cs-30 h3{
	font-size:14px;
	color:black;
	margin-top: 15px;
}
.w-cs-30 .voiture{
	font-size: 50px;
	color: #2A79FB;
}
.w-cs-30 p{
	margin-bottom:0;
	text-align: left;
}
.btn-submit-car{
	background: #51a7f9;
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	color: white;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	border-radius:8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.note{
	text-align: center;
	color: black;
	font-weight: 500;
	padding: 10px;
}
.icons-shadow .elementor-icon{
	background: #F6F6F6;
	padding: 10px;
	box-shadow: 0px 10px 10px 0 #d4d4d4;
	border-radius: 10px;
	border: 4px solid white !important;
}

.voiture.ctype {
	font-size: inherit;
}

.item.item-results {
	max-width: 200px;
	margin: auto;
}

a#submit-car:hover,
a#submit-car:focus{
	background: #51a7f9;
	color: #fff;
}

/*--start swithch on off--*/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;

}



.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left:5px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 0 7px #b3b3b3;
}

input:checked + .slider {
	background-color: #4ED164;
}

/*input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
*/
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/*--end swithch on off--*/



.wrap-drop {
	cursor: pointer;
	margin-bottom: 15px;
	padding: 12px 20px;
	position: relative;
	width: 100%;
	border-radius: 8px;
	border: 2px solid grey;
	outline: none;
	-webkit-appearance: none;
	background: url(/wp-content/themes/justwash/assets/images/caret-down.png) no-repeat;
	background-size: 20px;
	background-position-x: 95%;
	background-position-y: center;
}




.wrap-drop .drop li a {
	color:#695d52;
	display:block;
	padding:1rem;
	text-decoration:none;
}

.wrap-drop span {
	color:#928579;
}

.wrap-drop .drop li:hover a {
	background-color:#695d52;
	color:#e7ded5;
}

.wrap-drop.active::after {
	border-width:0 10px 10px;
}

.wrap-drop.active .drop {
	display:block;
	opacity:1;
	pointer-events:auto;
}


/*--end form wash quote--*/

/*--start faq--*/
.border-cs .elementor-tab-title{
	border-bottom: 1px solid gainsboro;
	padding: 20px 0;
}
.border-cs .elementor-tab-content{
	padding:0;
}
.border-cs .elementor-tab-content p{
	font-size:14px;
}

/*--end faq--*/

/*--start carosel client--*/

.elementor-image-carousel.swiper-wrapper {
	transition-timing-function: linear !important;
}

/*--end carosel client--*/

#loader
{
	width: 50px !important;
	display:none;
	margin-left: 40%;
}


/*--start price page car label description--*/
.first-box:not(.elementor-element-edit-mode){
	position: absolute;
	top: 52%;
	width: 25% !important;
	left: 11%;
}

.second-box:not(.elementor-element-edit-mode){
	position: absolute;
	top: 49%;
	left:60%;
	width: 25% !important;
}

.third-box:not(.elementor-element-edit-mode){
	position: absolute;
	top: 90%;
	width: 25% !important;
	left: 11%;

}

.fourth-box:not(.elementor-element-edit-mode){
	position: absolute;
	top: 90%;
	left: 60%;
	width: 25% !important;

}

.third-box ul{
	margin-left:20px;
}

.third-box ul li{
	font-size: 14px;
	margin-bottom: 5px;
}

/*--end price page car label description--*/


/*--start business page--*/
.btn-bold-text{
	font-weight: bold;
}
.content-business-list ul{
	margin:20px 0 20px;
}
.content-business-list ul li{
	font-size: 0.9rem;
	color:black;
	list-style:none;
	line-height: 2.2;
	display: block;
}
.content-business-list .elementor-image-box-description a {
	margin: 20px auto auto;
	display: table;
}

.content-business-list .elementor-image-box-description  > span {
	min-height: 145px;
	display: block;
}

button.elementor-button.elementor-size-sm,
.content-business-list .elementor-button{
	font-weight: 600;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #51A7F9;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #51A7F9;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 15px 15px 15px;

}



/*--end business page--*/

/* Footer */
.sib_signup_form p {
	margin-bottom: 10px;
}
.sib_signup_form p input {
	min-width: calc(100% - 50px);
}
.sib_signup_form input {
	width: 265px;
	border-radius: 5px;
}

.sib_loader {
	position: absolute;
	margin-left: -30px;
}


input.sib-default-btn, input.sib-default-btn:hover, input.sib-default-btn:focus {
	font-weight: 600;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #51A7F9;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #51A7F9;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 15px 15px 15px;	
}

.elementor-popup-modal .sib_signup_form p input {
	min-width: 100%;
}

.carimage img {
	max-width: 400px;
	margin: auto;
	display: table;
}

.testbox.w-cs-30 {
	flex-direction: column;
}

@media (min-width:769px){
	.content-business-list>div {
		min-height: 300px;
	}	
	.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
		font-size: 1rem!important;
		padding-left: 1.5rem!important;
		padding-right: 1.5rem!important;
	}	

}

@media (max-width: 1024px){

	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		color: #333;
	}	
	#masthead .site-logo-img .custom-logo-link img {
		max-width: 140px!important;
	}    
	.main-header-bar {
		padding: 0.5em 0;
	}
	.pll-parent-menu-item * {
		text-align: left;
	}

	.pll-parent-menu-item ul {
		max-width: unset;
	}
	.carimage,
	.carimage img {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
