.map{
    min-height: 400px;
}

.mosh-event-cloud{
    max-width: 800px;
}

.mosh-event-cloud a{
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-radius: 35px;
    font-size: 25px;
    margin-right: 25px;
    margin-top: 25px;
}

.mosh-event-cloud p{
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    margin-right: 25px;
    margin-top: 25px;
}

.mosh-event-cloud a,
.mosh-event-cloud p{
    font-family: "Alike", serif;
}

@media screen and (max-width: 767px){
    .mosh-event-cloud a,
    .mosh-event-cloud p{
        font-size: 17px;
        margin-right: 15px;
        margin-top: 15px;
    }
}

body.single.single-events .hide{
    display: none !important;
}

body.single.single-events .ticket{
    display: inline-block;
    background-color: #494949;
    padding: 10px 20px;
}

body.single.single-events .ticket a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
}

body.single.single-events .ticket a img{
    max-width: 28px;
}

body.single.single-events .links{
    display: flex;
    justify-content: end;
    gap: 0;
}

body.single.single-events .links img{
    width: 36px;
    height: 36px;
}

body.single.single-events .links a{
    width: 85px;
    height: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.single.single-events .links a.link{
    background-color: #49494999;
}

body.single.single-events .links a.whatsapp{
    background-color: #494949CC;
}

body.single.single-events .links a.mail{
    background-color: #494949;
}

body.single.single-events .single-featured-image,
body.single.single-events .single-featured-image > div{
    height: 100%;
}

body.single.single-events .single-featured-image img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

body.single.single-events .single-featured-image img.default{
    object-fit: contain;
}

@media screen and (max-width: 767px){
    body.single.single-events .links a{
        width: 65px;
        height: 65px;
    }

    body.single.single-events .links img{
        width: 30px;
        height: 30px;
    }
}

.search-info{
    font-size: 25px;
    font-weight: 700;
    color: #494949;
}

#snackbar {
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 10001;
    box-shadow: #494949 0px 3px 8px;
    line-height: 50px;
}

@media screen and (max-width: 500px){
    #snackbar{
        line-height: 50px;
        font-size: 14px;
        bottom: 10px;
        right: 10px;
    }
}

.event-copyright{
    position: absolute;
    z-index: 9;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
    bottom: 10px;
    right: 5px;
    color: #000;
    padding: 5px;
    font-size: 12px;
}

.elementor-element:has(.single-event-featured-image){
    height: 100%;
}

.single-event-featured-image{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}