/*
Theme Name: Omoda Jaecoo
Theme URI: https://omodajaecoo.tn/
Description: Divi Child Theme
Author: Mohamed Habib Mesbah
Author URI: https://www.linkedin.com/in/mohamed-habib-mesbah/
Template: Divi
Version: Updated for Divi 5
*/

/*****Add any custom CSS below this line*****/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #201e1f;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
} 

.preloader .sprite {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    background-image : url(../../uploads/2025/07/favicon.png);
	background-size: contain;
}

* {
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-wrap: break-word;
	font-smooth: auto;
}

::placeholder {
	opacity: 1;
	color: #999;
}

input:focus::placeholder {
  opacity:0;
}

.wpcf7 label {
	margin-top: 2em !important;
}

.wpcf7-date, .walcf7-timepicker {
	cursor: pointer;
}

@media all and (max-width: 767px) {
	input.walcf7-timepicker {margin-top:1em !important}	
}