#logo_header {
   max-width: 200px;
}
.header-2 .wg-information.header-cork-phone .number-phone {
    font-size: 20px;
}

.header-2 .wg-information.header-cork-phone .number-phone a {
    display: inline-block;
    color: #fff;
}

.header-2 .wg-information.header-cork-phone .number-phone a span {
    font-size: 12px;
    text-transform: uppercase;
}
.canvas > .canvas-button.cork-call-btn {
    width: auto;
    height: auto;
    color: #c3996c;
    font-size: 32px;
}
.canvas > .canvas-button.cork-call-btn:before, .canvas > .canvas-button.cork-call-btn:after {
    content: none;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
}
.video-title {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: block;
}
video.bg-video, video.bg-video-mobile {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bg-video, .bg-video-mobile, .play-video-btn {
    display: none;
}

 .modal-location-title {
    font-family: 'Dancing Script';
    text-align: center;
    padding: 20px;
}

#header_reservation .modal-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: color(srgb 0 0 0 / 0.7);
}

#header_reservation .modal-content {
    background-size: cover;
    background-position: center;
}

.btn-close {
    position: absolute;
    right: 15px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
}
.popup-reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.popup-reserve-btn a {
    margin: 15px;
}
.site-gold{
    color: #c3996c;
}
/*******************************************/
/*******************************************/
/*******************************************/
/*********      MEDIA QUERIES STYLE  *******/
/*******************************************/
/*******************************************/
/*******************************************/
@media (min-width: 768px) {
    .bg-video {
        display: block;
    }
}
@media (max-width: 767px) {
    .bg-video-mobile, .play-video-btn {
        display: block;
    }
}
