/* @font-face {
    font-family: OptimaLTStd;
    src: url('/fonts/OptimaLTStd.otf');
}

@font-face {
    font-family: Optima Roman;
    src: url('/fonts/Optima Roman.ttf');
}

@font-face {
    font-family: OptimaDisplay-Book;
    src: url('/fonts/OptimaDisplay-Book.otf');
}

html {
    scroll-behavior: smooth;
}

html, body
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "OptimaLTStd", sans-serif;
    font-family: "Optima Roman", sans-serif;
    font-family: "OptimaDisplay-Book", sans-serif;
} */

.ui-badges .center-badge {
    float: none;
    display: inline-block;
}

.map_iframe {
    width: 100%;
    min-height: 350px;
    height: auto;
    margin-top: 15px;
    border: none;
}
.video_iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 15px;
    border: none;
}
#roulette {
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 768px) {
    .map_iframe {
        min-height: 300px;
    }
    .video_iframe {
        min-height: 350px;
    }
}
@media screen and (max-width: 425px) {
    .video_iframe {
        min-height: 250px;
    }
}
@media screen and (max-width: 375px) {
    .map_iframe {
        min-height: 200px;
    }
    .video_iframe {
        min-height: 200px;
    }
}


/* #region OVERWRITES */
body[data-site_mode="dark"] {
    color: #eeeeee;
    /* background-color: var(--dark-900); */
    background-color: black;
}
[data-footer="dark"] .page-footer:not(.footer-ex) {
    /* background: var(--dark-800); */
    background: black;
}
.page-footer .footer-copyright {
    /* background: rgba(50,50,50,0.3); */
    background: var(--dark-800);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ui-profile {
    padding-bottom: 10px;
    overflow: hidden;
}
.ui-profile:before,
.pagehead-bg:before {
    opacity: 1;
    background: var(--dark-900);
    background-image: url('../img/wallpaper_background/dinesurround.gif');
    background-position: center;
    background-size: cover;
}

.ui-profile .primg-custom {
    background-image: url('../img/profile/seantan2.png');
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 100px;
    margin: 70px 0 10px -50px;
    display: inline-block;
    position: relative;
    left: 50%;
    border-radius: 50%;
    z-index: 4;
}

.contain-hc .container .overlay-custom {
    background: #ffffff;
    padding: 0 0 0px 0px;
    position: relative;
    top: -125px;
    border-radius: var(--border-radius);
    margin-bottom: -125px !important;
}

.subpages .collection-item.subtit-custom h5 {
    margin: 10px 24px 16px;
    text-align: center;
}
.sec-tit-custom:after {
    display: block;
    position: relative;
    content: " ";
    height: 1px;
    width: 100%;
    margin: 10px 0 0px 0;
    background: var(--primary-color);
}
img.responsive-img-custom, video.responsive-video-custom {
    max-width: 90%;
    height: auto;
    margin-top: 15px;
}
.editprof-img .img-wrap {
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
    margin: -75px auto 15px auto;
    background-color: unset;
}
.editprof-img img {
    width: 150px;
    height: 150px;
    /* border-radius: var(--border-radius-50percent); */
    /* border: 1px solid #e0e0e0; */
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 999;
    object-fit: cover;
}
.img-wrap.circle:after {
    border-radius: 50%;
}
.setting-box h6 {
    font-size: 18px;
}
.backtotop {
    left: 85%;
}
body.isfullscreen .footer-menu {
    background-color: var(--primary-color) !important;
}
.footer-menu li span {
    font-size: 10px;
    line-height: 12px;
}
@media screen and (max-width: 768px) {
    .setting-box h6 {
        font-size: 11px;
    }
}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 375px) {
    .setting-box h6 {
        font-size: 8px;
    }
    .modal {
        width: 95%;
    }
}
@media screen and (max-width: 320px) {

}
/* #endregion OVERWRITES */
