/**
 * Theme Name:     Homey Child
 * Author:         Favethemes
 * Template:       homey
 * Text Domain:	   homey-child
 * Description:    Homey is a powerful booking platform that lets you run a residential or commercial
 */
#homey-single-map {
    position: relative;
}

.wolfoase-map-placeholder {
    position: absolute;
    inset: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    background: #f7f7f4;
}

.wolfoase-map-placeholder__icon {
    margin-bottom: 15px;
    font-size: 42px;
}

.wolfoase-map-placeholder h3 {
    margin: 0 0 12px;
}

.wolfoase-map-placeholder p {
    max-width: 520px;
    margin: 0;
}
.wolfoase-cookie-btn {
    margin-top: 24px;
    padding: 12px 24px;
    background: #7B8562;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.wolfoase-cookie-btn:hover {
    background: #626A4E;
}