/* Child Theme - Custom CSS File for Buyers to Modify */
/*
* Child Theme - Custom CSS File
* Copyright TodoBravo Web Design https://www.todobravo.es/
* Version: 1.0.0
*/
/*
 *  Color schema
 *  orange: #f07c00
 *  blue:   #4dc7ec
 *  blue dark: #37b3d9
 *  deep blue: #1c2c45
 *  raspberry: #d22d3e
 *  green: #1ea69a
 *  grey: #F7F7F7
 *
 *  Fonts
 *  Monserrat
 *  Roboto
 *  
 */
/*
 *  1. Global
 */
body {
    background: #FFFFFF;
}

span {
    font-weight: inherit;
}

.elementor-widget-text-editor p {
    font-size: inherit;
}
.elementor-widget-text-editor p {
    color: inherit;
}

/*
 *  RealHomes List
 */
.rh_list_card__author {
    display: none;
}

/*
 *  3. reCAPTCHA hide google badge
 */
.grecaptcha-badge {
    opacity: 0;
}

/*
 *  4. Cookies bar
 */
@media (max-width: 890px) {
    #cookie-law-info-bar {
        bottom: 40px !important;
    }
}

/*
 *  5. Contact Form 7 if activated
 */
.wpcf7-form-control.has-spinner.wpcf7-submit[disabled], .wpcf7-form-control.has-spinner.wpcf7-submit[disabled]:hover {
    background-color: rgba(77,199,236, 0.5);
}
.tdb-contactus-acceptance input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.tdb-contactus-acceptance .wpcf7-list-item-label {
    display: inline !important;
}