
.popup-guestme-overlay{
    display:none;
    position:fixed;
    justify-content: center;
    align-items:center;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(100,100,100,0.8);
    z-index: 9999;
    padding-top:50px;

}
.popup-guestme{
    display: block;
    width: 800px;
    max-width: 90%;
    background:#FFF;
    position: relative;
    padding-top:20px;
}
.popup-guestme .btn-close {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    cursor: pointer;
    box-shadow: 3px 3px 10px #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: #fff;
}
.popup-guestme iframe{
    width:100%;
    height:450px;
}
@media (max-width: 600px){
    .popup-guestme-overlay{
        align-items: flex-start;
        overflow-y: scroll;
    }

    .popup-guestme iframe{
        height:760px;
    }
}
.popup-guestme p.title{
    text-align: center;
    margin: 10px;
    color:#f00;
    line-height:20px;
}
.contact-vrn input[type="radio"] {
    display: none;
}

.contact-vrn input[type="radio"]+label,
.contact-vrn .btn-rest,
.contact-vrn .open__primary__widget__btn {
    padding: 7px 20px;
    border: 2px solid #999;
    color: #999;
    display: inline-block;
    cursor: pointer;
    float: none;
    width: auto;
    text-transform: uppercase;
    margin: 0 30px 10px 0;
}
.open__primary__widget__btn:hover,
.btn-rest:hover{
    background: #923032;
    text-transform: uppercase;
    color: #fff;
    border-color: #923032;
}
.contact-vrn input[type="radio"]:checked+label {
    background: #923032;
    text-transform: uppercase;
    color: #fff;
    border-color: #923032;
}