/*
Theme Name: YouCheckInn Divi Child
Theme URI: https://121.fr
Description: YouCheckInn Child theme for Divi
Author: FLX (121)
Author URI: https://121.fr
Template: Divi
Version: 1.0.0
*/

#homeHero {
    transition: all 0.3s ease;
}

#home-swiper {
    width: 100%;
    min-height: 750px;
    width: 100%;
    box-sizing: border-box;
}
#home-swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(
        180deg,
        rgba(24, 43, 31, 0.67) 0%,
        rgba(0, 68, 47, 0.84) 100%
    ) !important;
    padding: 0;
    margin: 0;
}
#home-swiper .swiper-slide img {
    width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    color: #666;
    padding: 12px 16px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    width: 100%;
}
.wpcf7-form textarea {
    color: #666;
    padding: 12px 16px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.04);
    width: 100%;
}
.wpcf7-form input.wpcf7-submit {
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    background-color: #00bd75;
    font-weight: 600;
    font-size: 1.4em;
    cursor: pointer;
}

.wpcf7-form .wpcf7-spinner {
    float: left;
}

.et_pb_menu_page_id-43 a::after {
    /* Menu contact icon */
    background: url("/wp-content/themes/youcheckinn-child/assets/img/mail-icon.svg");
    background-size: auto;
    width: 30px !important;
    display: block;
    position: absolute;
    height: 30px;
    content: "";
    z-index: 999;
    background-size: contain;
    top: -6px;
    right: -38px;
}

.et-menu a,
.et-menu a:hover {
    transition: all 0.2s ease;
}


#cmplz-manage-consent .cmplz-manage-consent {
  box-shadow: rgba(0, 0, 0, 0.49) 0px 10px 20px, rgba(0, 0, 0, 0.53) 0px 6px 6px!important;
}