/*
* Event
*/
.custom-thumb-info {
    border: none;
    overflow: visible;
}

.custom-thumb-info .thumb-info-wrapper {
    margin: 0 !important;
}

.custom-thumb-info .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info .thumb-info-caption {
    display: block;
    padding: 20px 40px;
}

.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box {
    float: left;
    width: 100%;
    margin: -57px 0 15px 0;
}

.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text {
    float: left;
    width: 100%;
}

.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p {
    padding: 0;
    font-size: 1em;
    line-height: 2;
}

.custom-thumb-info .thumb-info-caption p {
    font-size: 1em;
}

.custom-event-infos ul {
    padding: 0;
    margin: 0;
}

.custom-event-infos ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 1em;
}

.custom-event-infos ul li:first-child {
    margin-left: 0;
}

.custom-event-infos ul li i {
    font-size: 1.2em;
    color: #1f222b;
    font-weight: bold;
}

.custom-post-event {
    position: relative;
}

.custom-post-event .post-event-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px;
}

.custom-post-event .post-event-date span {
    display: block;
}

.custom-post-event .post-event-date span.day {
    font-size: 1.9em;
}

.custom-post-event .post-event-date span.year {
    font-size: 1em;
}

.custom-post-event .post-event-date.custom-xlg-space {
    top: 30px;
    left: 30px;
}

.custom-post-event .post-event-content p {
    font-size: 1em;
}
.custom-margin-1 {
    margin-left: 95px;
}

.required, .error {
    color: var(--red);
}

#logo img {
    position: fixed;
    top: 25px;
    left: 0;
    background: transparent; /*Adjust as needed, e.g., white or rgba for opacity */
    z-index: 1050; /* Ensures logo stays above other content */
}
.sponsor-logo {
    margin: 5px;
    max-height: 90px;
    max-width: 100%;
}
@media (max-width: 576px) {
    .sponsor-logo{
        margin: 15px 0;
    }
}