/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2023 | 09:55:17 */
.img_box.img_Contents li div.today-sticker{
    position: absolute;
    right: -50%;
    background: red;
    padding: 5px 10px;
    font-size: 14px;
    width: auto !important;
    color: #fff;
    border-radius: 2px;
    transform: translatex(-100%);
    top: 10px;
    font-weight: 400;
}


.hero_area-content .container {
    z-index: 9!important;
}

li.loop-serie-event{
    position: relative;
}
.single-artist .default-avatar {
    position: absolute;
    width: 150px;
    height: 200px;
    transform: translate(calc( 100% + 20px ), 0px);
    top: 22%;
}

.single-artist .default-avatar img,
.single-artist .about_area .avatar img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming_area .flex-center > .row:not(.upcoming-slider) .loop-program{
    width: calc( 100% / 5 - 100px );
    flex-basis: calc( 100% / 5 - 100px );
}