.event-single-block {
    margin: 50px 0;
}

.event-single-block .event-single-hero-area {
    display: flex;
    position: relative;
    min-height: 50vh;
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.event-single-block .image-wrapper {
    position: relative;
}

.event-single-block .image-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 55px;
    background: rgba(0,0,0,0.7);
    text-align: left;
    border-bottom-left-radius: 50px;
}

.event-single-block .image-text p {
    margin-bottom: 0;
}

.event-single-block .event-single-hero-area-text {
    align-self: center;
    text-align: center;
}

.event-single-block .categories {
    margin-bottom: 10px;
}

.event-single-block .category:after {
    content: '/';
    padding: 0 5px;
}

.event-single-block .category:last-child:after {
    content: none;
}

.event-single-block .text-wrapper {
    padding: 50px 0 15px;
}

.event-single-block .body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.event-single-block .info,
.event-single-block .map-iframe,
.event-single-block .social-share-content,
.event-single-block .custom-list,
.event-single-block .tags {
    margin-bottom: 30px;
    overflow: hidden;
}

.event-single-block iframe {
    max-width: 100%;
    border: none;
}

.event-single-block .footer {
    margin-bottom: 15px;
}

.event-single-block .cta-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-single-block .content a {
    text-decoration: underline;
}

.event-single-block .social-share-content i {
    font-size: 2rem;
    margin-right: 30px;
    margin-top: 10px;
}

.event-single-block .attachments a {
    text-decoration: none;
}

.event-single-block .attachments ul {
    list-style-type: none;
    padding-left: 0;
}

.event-single-block .attachments li {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 30px;
}

.event-single-block .attachments span {
    display: block;
}

.event-single-block .attachments i {
    font-size: 11.5rem;
    margin-bottom: 20px;
}

.event-single-block .attachments img {
    margin-bottom: 20px;
}

.event-single-block .event-video-carousel iframe {
    display: block;
}

.event-single-block .carousel-wrapper .slick-slider {
    background: #000000;
}

.event-single-block .carousel-text,
.event-single-block .video-carousel-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 5px 20px;
    background: rgba(0,0,0,0.7);
    color: white;
}

.event-single-block .event-slider-next,
.event-single-block .event-slider-prev {
    position: absolute;
    display: block;
    z-index: 3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 2.5rem;
    color: #FFFFFF;
    opacity: 1;
    border: none;
    outline: none;
    background: #222222;
    width: 52px;
    height: 52px;
    padding: 5px 0;
    text-align: center;
}

.event-single-block .event-slider-next {
    right: 0;  
}

.event-single-block .event-slider-prev {
    left: 0;
}

.event-single-block .staff img {
    margin-bottom: 30px;
}

.event-single-block .some-wrapper i {
    font-size: 2rem;
    margin-right: 12px;
    display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .event-single-block .event-single-hero-area {
        height: 100vh;
    }
}

@media screen and (max-width:991px) {
    
    .event-single-block .carousel-text {
        position: relative;
        background: rgba(0,0,0,1);
    }
    
}

@media screen and (max-width:767px) {
    
    .event-single-block h1 {
        max-width: 100%;
    }

    .event-single-block .footer {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .event-single-block .cta-content.p-4 {
        padding: 0!important;
    }
}

@media screen and (max-width:425px) {
    
    .event-single-block .image-text {
        position: relative;
        margin-top: 15px;
        width: 100%;
        padding: 15px;
        border-bottom-left-radius: 0;
    }

    .event-single-block {
        margin-top: 15px;
    }

}
