.section__gallery--content .tab-content .row .item .img-responsive {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #30373b;
}

/* .section__gallery--content {
    min-height: auto;
} */

.section__gallery--content .tab-content .row .item {
    /*height: 143px;*/
}

.bg-fixed-top {
    position: fixed;
    top: 0;
    z-index: 0;
}

.bg-fixed-top img, .bg-fixed-top li {
    height: 100%;
}

.header__top {
    position: relative;
    z-index: 999;
}

/* Custom for mobile */
@media (max-width: 414px) {
    .section__gallery .section__gallery--content__tab--content .row .item {
        height: 200px !important;
        margin-top: 10px;
    }

    .section__gallery .section__gallery--content__tab--content .row .item .img-responsive {
        height: 100% !important;
    }

    .section__gallery .section__gallery--content__tab--content .row .item > div {
        height: 100% !important;
    }
}

/* Video */
.pswp__video-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .pswp__video-container iframe {
    background: #444;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .pswp__video-container iframe {
        height: auto;
    }
}

/* Mobile header */
@media (max-width: 768px) {
    .navigation__content .navbar-event-view {
        background-color: #000;
    }
}

.navigation__content .navbar-custom .navbar-brand.custom-login-bottom {
    position: absolute !important;
    top: 5px;
}

.custom-logo-mobile img {
    max-height: 44px;
    margin-top: 8px;
    margin-left: 15px;
}

@media (min-width: 768px) {
    .custom-logo-mobile {
        display: none;
    }
}

/* FAQs  */
.faq_section .panel-title > a {
    padding-right: 35px;
}

.faq_section .panel-group .panel .panel-body {
    font-family: 'montserrat-l';
    font-size: 16px;
}

/* Video */
.section-video .video {
    margin: 25px 5px;
}

@media (min-width: 768px) {
    .section-video .video {
        margin: 25px;
    }
}

/* Localtion */
.event-location-group .panel {
    border: none;
    border-radius: 0 !important;
}

.event-location-group .panel .panel-heading {
    background: #30373b;
    border-color: #30373b !important;
    border-radius: 0 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;

}

.event-location-group .panel .panel-body {
    background: transparent;
}


.event-location-group .panel-title > a,.event-location-group .panel-title > a:active {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.event-location-group .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.event-location-group .panel-heading a:not(.collapse):before {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.event-location-group .panel-heading a.collapsed:before {
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.section__location--content .map-col > div:not(.location-address) {
     height: 365px !important; 
}

.section__location--content .location-address {
    cursor: pointer;
}

/* Login topbar */
.btn-transparent {
    color: #fff;
    border-bottom: none !important;
    line-height: 40px !important;
}

.btn-transparent:hover {
    background-color: transparent !important;
}

/* Vip  */
dialog {
    border: none;
    background: transparent;
    overflow: hidden;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Max with 768px */
@media only screen and (max-width: 768px) {
    dialog {
        width: 100%;
        max-width: 100%;
    }
}

.section__gallery--content .celeb-gallery-content .celebrity-detail.one .close-detail {
    opacity: 0;
}

.section__gallery--content .celeb-gallery-content .celebrity-detail.one {
    position: relative;
}

.section__gallery--content .celeb-gallery-content .celebrity-detail.one .celeb-data {
    display: block;
}



/*<!-- DESKTOP -->*/
@media (min-width: 768px) {
    .section__gallery--content .celeb-gallery-content .celebrity-detail.one .celebrity-detail-inner {
        max-height: 305px !important;
        overflow-y: auto !important;
    }
}


@media only screen and (min-width: 768px) {
    .section__gallery--content .celeb-gallery-content .celebrity-detail.dialog {
        position: relative;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .flex-justify-content-center {
        display: flex;
        justify-content: center;
    }
}

.section__gallery--content.celebrity-gallery .section__gallery--content__tab {
    min-height: auto;
}

.step_1 .forget-pw a {
    color: #fff !important;
}

/* Custom gallery session */

@media only screen and (min-width: 768px) {
    .gallery-single-image {
        max-height: 500px;
    }
}

.location__details-text{
    font-family: montserrat-l;
    font-size: 16px !important;
    margin: 20px 0 5px 0;
}

.location__details-text p{
    font-size: 16px !important;
}

.donate-now-btn {
    display: inline-block;
    padding: 6px 18px;
}
