.wd-content-layout {
    padding-block: 0px !important;
}

.canvas_map .gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.wd-page-title {
    margin-bottom: 40px !important;
}

.main-page-wrapper {
    padding-bottom: 40px !important;
}


/* Infowindow map title */
.canvas_map .gm-style .gm-style-iw-d h3 {
    margin: 0 0 12px !important;
    font-size: 24px !important;
    font-weight: 600;
    color: #2d2d2d;
    text-align: center;
}

/* Infowindow map description */
.canvas_map .gm-style .gm-style-iw-d>div {
    min-width: 320px;
    padding: 16px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Infowindow map cruz para cerrar */
.canvas_map .gm-style-iw-chr {
    position: absolute;
    right: 0px;
}

.gm-style .gm-style-iw-c {
    max-width: 420px !important;
}


/* Hotel review */
/* Card */
.review-row {
    display: flex !important;
    align-items: stretch;
    min-height: 120px;
    background: #fff;
    border-radius: 80px !important;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08) !important;
    overflow: hidden;
}

.review-row>.wpb_column {
    display: flex;
}

.review-row .vc_column-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px !important;
}

#main-review-icons-row .wpb_button {
    margin: 0 !important;
}

/* Columna del logo */
.review-row .vc_col-sm-4 .vc_column-inner {
    justify-content: center;
}

/* Columna del texto */
.review-row .vc_col-sm-8 .vc_column-inner {
    justify-content: flex-start;
}

.review-channel-logo {
    margin: 0 !important;
}

.review-channel-logo img {
    width: 68px;
    height: 68px !important;
    object-fit: contain;
    display: block;
    transform: translateX(60px);
}

/* Texto */
.review-channel {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #888;
}

.review-amount {
    margin: 6px 0 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    font-family: auto;
}


.review-count {
    margin: 8px 0px 0px 0px;
    color: #777;
    font-size: 14px;
}

.review-channel-logo img {
    filter: sepia(1) saturate(.6) hue-rotate(-15deg) brightness(.95);
    transition: .3s;
}

.review-card:hover .review-channel-logo img {
    filter: none;
}

/* Opcional: estrellas debajo */
.review-stars {
    margin-top: 10px;
    color: #F5B400;
    font-size: 18px;
}

/* Responsive */
@media (max-width:767px) {

    #review-row {
        padding: 25px;
        text-align: center;
    }

    .review-amount {
        font-size: 36px;
    }

}



/* Formualrio pagina contacto */
.contact-form {
    width: 100%;
}

.contact-form br {
    display: none;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.contact-form__field {
    display: flex;
    flex-direction: column;
}

.contact-form__field label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.contact-form__field label p {
    margin-bottom: 0px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    transition: .25s;
}

.contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #7B4A24;
    outline: none;
    box-shadow: 0 0 0 3px rgba(123, 74, 36, .12);
}

.contact-form__submit {
    margin-top: 30px;
}

.contact-form input[type="submit"] {
    background: #7B4A24;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 15px 34px;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}

.contact-form input[type="submit"]:hover {
    background: #5d3517;
}

@media (max-width:768px) {

    .contact-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

}

.wd-post-author {
    display: none !important;
}

.booking-form .wpcf7-not-valid-tip {
    display: block;
    font-size: 0.55em;
    color: red;
    position: absolute;
    background-color: #f5dcdc;
    padding: 8px;
    border-radius: 5px;
    z-index: 1000;
}

/* HOME slider */

.hs-slider-title .woodmart-title-container {
    line-height: 1.2em !important;
}

.hs-slider-content-row {
    padding-top: 150px
}

.hs-slider-boton {
    float: left;
    margin: 0 20px 10px 0px !important;
}

@media(max-width:768px) {

    .hs-slider-content-row {
        padding-top: 80px
    }

    .hs-slider-title .woodmart-title-container {
        line-height: 1em !important;
        font-size: 1.5em !important;
    }

    .review-row {
        text-align: center;
    }

    .review-row .vc_column-inner {
        padding-bottom: 0px ! important;
    }


    .review-channel-logo img {

        transform: none;
    }

    .title {
        font-size: 1.5em !important;
    }

    .wd-footer .vc_column_container {
        margin-top: 20px;
    }

    .joinchat__button {
        right: -10px !important;
    }

    .wd-social-icons.wd-style-default>a {
        font-size: 1.2em;
    }


}