/* general */
.clear {
    clear: both;
}

@media (min-width:1025px) {

    #tribe-events-pg-template,
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
        padding-top: 15.7rem;
    }

}

@media (max-width:1024px) {

    #tribe-events-pg-template,
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
        padding-top: 100px;
    }

}

/* event listings */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: calc(var(--tec-grid-width-1-of-8)*2);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: calc(var(--tec-grid-width-1-of-8)*6);
}

.tribe-events-calendar-list__event-featured-image-wrapper img {
    width: 100%;
    heigth: auto;
    display: block;
}

.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text,
.tribe-events .tribe-events-header__title h2.tribe-events-header__title-text,
.tribe-events .tribe-events-header__title h3.tribe-events-header__title-text,
.tribe-events .tribe-events-header__title h4.tribe-events-header__title-text,
.tribe-events .tribe-events-header__title h5.tribe-events-header__title-text,
.tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
    font-family: Nexa-ExtraBold, sans-serif;
    font-weight: bold;
}
.tribe-events-calendar-list__event-venue-address,
.tribe-events-widget-events-list__event-venue-address,
.tribe-event-location .tribe-address {
    display: none;
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
    font-size: var(--tec-font-size-2);
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none;
}

/* event single */
.tribe-events-single>.tribe_events {
    display: block;
}

.tribe-events-event-image {
    float: right;
    width: auto !important;
    max-width: 400px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.tribe-events-event-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width:1024px) {
    .tribe-events-event-image {
            float: none;
            max-width: 600px;
            margin: 0 0 30px 0;
    }
    .tribe-events-event-image img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.tribe-events-single-event-title,
.tribe-events-content {
    font-family: Plus-Jakarta-Sans,sans-serif;
}
.tribe-events-plan-your-visit {
    padding: 2.5rem 0;
    font-family: Plus-Jakarta-Sans,sans-serif;
}
.tribe-events-plan-your-visit h1,
.tribe-events-plan-your-visit h2,
.tribe-events-plan-your-visit h3,
.tribe-events-plan-your-visit h4,
.tribe-events-plan-your-visit h5,
.tribe-events-plan-your-visit h6,
.tribe-events-plan-your-visit p,
.tribe-events-plan-your-visit ul,
.tribe-events-plan-your-visit ol {
    margin-bottom: 2rem;
    font-family: Plus-Jakarta-Sans,sans-serif;
}
.tribe-events-plan-your-visit h1,
.tribe-events-plan-your-visit h2,
.tribe-events-plan-your-visit h3,
.tribe-events-plan-your-visit h4,
.tribe-events-plan-your-visit h5,
.tribe-events-plan-your-visit h6 {
    color: #82b749;
}

