/* Tribe Events
------------------------------------------------------------------------------------ */

/* Hide Tribe breadcrumbs - our more comfortable */
p.tribe-events-back {
    display: none;
}

/* Main template */
#tribe-events-pg-template,
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
    max-width: none;
}

.tribe-events-day .tribe-events-day-time-slot .vevent {
    margin-left: 0;
}

/* Titles */
.tribe-events-meta-group .tribe-events-single-section-title {
    padding-bottom: 0;
}

h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
    font-weight: 400;
    padding-bottom: 0;
}

.tribe-events-list-separator-month {
    font-weight: 400;
}

#tribe-events-header {
    display: none;
}

.tribe-events-list .type-tribe_events h2 {
    font-size: 3em;
}

/* Buttons and fields */
#tribe-bar-form input[type="text"],
.tribe-events-button,
#tribe-events .tribe-events-button {
    font-weight: 400;
}

ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
    font-weight: 400;
    font-size: inherit;
}


/* Featured image */
.single-tribe_events .tribe-events-event-image {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
}

/* Event details */
.tribe-events-event-meta .author {
    margin-bottom: 0;
}

.tribe-events-venue-details .author:after {
    display: none;
}

a.tribe-events-ical,
a.tribe-events-gcal {
    margin-top: 0;
}

.tribe-events-loop .tribe-events-event-meta,
.tribe-events-tooltip .duration {
    font-weight: 400;
}

/* Event footer */
#tribe-events-footer h3 {
    display: none;
    margin-top: 0;
    font-size: 1.5em;
}

/* Buttons */
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
    display: inline-block;
    text-align: center;
    padding: 0.85em 1.15em;
    font-size: 0.875em;
    line-height: 1.2857em;
    font-weight: 700;
    margin: 0;
    border: none;
}

a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
    border: none;
}

/* Widgets */
.tribe-events-list-widget ol {
    margin: 0;
    padding: 0;
}

.tribe-events-list-widget ol li {
    margin-bottom: 1.5em;
}

.tribe-events-list-widget .entry-title {
    font-size: 1.15em;
    font-weight: 400;
    margin: 0;
}

.tribe-events-list-widget .duration {
    font-weight: 400;
}


@media (max-width: 768px) {
    #tribe-events-content .tribe-events-calendar td {
        height: 45px;
        padding: 0;
    }

    .tribe-events-calendar td .tribe-events-viewmore,
    .tribe-events-calendar td .type-tribe_events {
        display: none;
    }

    .tribe-events-calendar .tribe-events-has-events:after {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        padding: 0;
        border-radius: 50%;
        background-color: #333;
        margin: 5px auto;
    }

    #tribe-mobile-container {
        display: block;
    }

    .tribe-mobile-day-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #tribe-mobile-container .type-tribe_events {
        padding: 20px 0 16px;
        margin-bottom: 0;
    }

    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
        box-sizing: border-box;
        display: block;
        margin: 0;
        width: 50%;
    }

    .tribe-events-sub-nav li a {
        background: #666;
        color: #fff;
        display: block !important;
        padding: 10px 20px;
        position: relative;
        white-space: normal;
    }

    .tribe-events-calendar td.mobile-active {
        background-color: #21759b;
        color: #fff;
    }

    .tribe-events-calendar div[id*=tribe-events-daynum-],
    .tribe-events-calendar div[id*=tribe-events-daynum-] a {
        background: none;
    }

    .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] {
        color: #fff;
    }

    #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
        border-radius: 0;
        display: block;
        float: none;
        font-size: 12px;
        font-weight: 400;
        height: 32px;
        line-height: 32px;
        margin: 0 auto 10px;
        padding: 0 10px;
        text-align: center;
    }

    .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
        background-color: inherit;
        color: #fff;
    }

    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
        background-color: inherit;
        color: inherit;
    }

    #tribe-mobile-container .type-tribe_events h4 {
        font-size: 1.25em;
        margin: 0 0 2px;
        line-height: 1.35;
    }

    .tribe-events-calendar td div[id*=tribe-events-daynum-],
    .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
        background: none;
        font-size: 16px;
        line-height: 1;
        margin-top: 6px;
        padding: 0;
        text-align: center;
    }
}

.tribe-events-calendar thead th {
    background-color: #666;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#tribe-events-content .tribe-events-tooltip h3 {
    margin: 0;
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    color: #21759b;
}

.single-tribe_events .tribe-events-cal-links .tribe-events-gcal,
.single-tribe_events .tribe-events-cal-links .tribe-events-ical,
.single-tribe_events .tribe-events-cal-links > a {
    padding: 1em;
    background-image: unset;
    line-height: normal;
    font-weight: 700;
    font-size: inherit;
    text-transform: capitalize;
    font-size: 0.875em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1em;
    margin-left: 0;
    margin-top: 0.5em;
}

#tribe-events-pg-template #tribe-events-content .tribe-events-tooltip .entry-title {
    margin-bottom: 0;
}

.tribe-events .tribe-common-l-container {
    padding: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
    margin: 0 1em;
    padding: 1.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:hover {
    background: none;
    color: inherit;
}

.tribe-events .tribe-events-calendar-day__type-separator-text,
.tribe-events .tribe-events-calendar-list__month-separator-text {
    margin: 0.5em auto;
    font-weight: 300;
    line-height: 0.6em;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #fff;
    padding: 0 4.5%;
    z-index: 1;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    position: relative;
}

.tribe-events .tribe-events-calendar-list__month-separator:after,
.tribe-events .tribe-events-calendar-day__type-separator:after {
    content: "";
    border-bottom: 1px solid #c2c2c2;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
}

.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector__button,
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-common button[disabled],
.tribe-common button[disabled]:hover,
.tribe-common input[disabled] {
    background: transparent !important;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
    background-image: none;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:active,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
    background-image: none;
}

.tribe-events .tribe-events-calendar-day__type-separator,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
    position: relative;
}

.tribe-events-c-search__input-control:after {
    font-family: fontello;
    content: '\e807';
    margin: 0;
    line-height: 1.3em;
    position: absolute;
    left: 0.85em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: 400;
}

.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
    color: inherit;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link {
    border: none;
    margin-bottom: 1em;
}

.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:before {
    background-image: none;
    font-family: fontello;
    content: '\e8ad';
    height: 16px;
}

.tribe-events .tribe-events-c-messages__message--notice:before {
    background-image: none;
    font-family: fontello;
    content: '\e8fe';
    margin-right: 0;
    padding-right: 10px;
}

.tribe-events .tribe-events-calendar-list-nav button:after,
.tribe-events .tribe-events-header button:after {
    display: none !important;
}

.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:hover {
    border-bottom: none;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #e78600;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
    background: #e78600;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
    display: none;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: none;
}

.tribe-common .tribe-events-view-loader__dots .tribe-common-c-svgicon {
    color: #e78600;
}

.tribe-common .tribe-events-view-loader__dots .tribe-common-c-svgicon circle {
    -webkit-animation-name: tribe-common-c-loader-bounce-1;
    animation-name: tribe-common-c-loader-bounce-1;
    -webkit-animation-duration: 2.24s;
    animation-duration: 2.24s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    height: 15px;
}

@-webkit-keyframes tribe-common-c-loader-bounce-1 {
    50% {
        opacity: 50%;
    }
}

@keyframes tribe-common-c-loader-bounce-1 {
    50% {
        opacity: 50%;
    }
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #e78600;
}

.tribe-common .tribe-common-anchor-thin-alt:hover {
    color: #e43b1b !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
    background: #e43b1b !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day-nav .tribe-events-c-nav__list .tribe-events-c-nav__prev:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day-nav .tribe-events-c-nav__list .tribe-events-c-nav__next:hover {
    color: #e43b1b !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
    background: transparent;
}

.tribe-events-event-meta::before,
.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
    background-color: transparent;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item,
.tribe-common .tribe-common-c-btn-border {
    font-family: inherit;
}

.tribe-common .tribe-common-anchor-thin {
    border: unset;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime > *,
.tribe-common article time,
.tribe-common address.tribe-common-b2 {
    font-family: "Raleway";
    font-weight: 700;
}

.tribe-events-event-meta,
.tribe-common [class*="-description"].tribe-common-b3 {
    font-family: inherit;
}


.tribe-events-content,
.tribe-events-content p,
.tribe-common article [class*="-description"].tribe-common-b2 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.tribe-events-content {
    color: inherit;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    width: 100%;
}

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

.single-tribe_events .tribe-events-single-event-title {
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#tribe-events-pg-template {
    padding: 0;
}

.tribe-events-schedule {
    margin: 1em 0 1.5em;
}

.tribe-events-schedule h2 {
    font-size: 1.3em;
    margin-top: 0;
}

.tribe-events-single abbr {
    border-bottom: unset;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.214285714em;
    text-transform: capitalize;
    letter-spacing: normal;
}

.single-tribe_events .tribe-events-single-section {
    clear: none;
    float: left;
    width: 50%;
    margin: 0;
    padding: 3em 0 0;
    border: none;
    background-color: transparent;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
    padding: 0;
    margin: 0;
    width: 40%;
}

#tribe-events-footer {
    border-top: unset;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
    width: 50%;
    height: max-content;
}

.tribe-events-single .tribe-events-sub-nav {
    padding-left: 0;
    padding-right: 0;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::after {
    display: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    padding-left: 3em;
    text-align: left;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before {
    background: unset !important;
    position: absolute;
    font-family: fontello;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    line-height: normal;
    height: auto;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before {
    content: '\e8fc';
    left: 1em;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
    padding-right: 3em;
    text-align: right;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after {
    content: '\e8fd';
    right: 1em;
}

.tribe-events-single .tribe-events-sub-nav > li {
    max-width: 48%;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text{
    text-transform: uppercase;
    font-weight: 700;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-desktop{
    font-size: 16px;
}

.tribe-events-c-subscribe-dropdown .tribe-common-c-svgicon{
    display: none;
}