.sect-form .btn-wrap {
    padding-top: 40px;
}
.calendar-categories {
    margin: 0 -5px;
}
.calendar-categories .tribe-common-c-btn {
    color: #fff !important;
    margin: 0 5px 25px;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:focus {
    background-color: #ac0013;
    outline: none !important;
}
.tribe-events-c-view-selector__list {
    display: none !important;
}

@keyframes spin {
    100% {
        transform: rotate( 360deg );
    }
}

.blockUI.blockOverlay {
    z-index: 10 !important;
}
.blockUI.blockOverlay::before {
    height: 34px !important;
    width: 34px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    z-index: 10 !important;
}

.social-itm-brief {
    word-wrap: break-word;
}

.checkbox-fields .check-field-title {
    font-family: "TheMixPlain", sans-serif;
    color: #ac0013;
    margin-left: 35px;
}

.checkbox-fields .check-lst,
.checkbox-fields .radio-lst {
    margin-bottom: 45px;
    margin-top: 7px;
}

.checkbox-fields .check-lst .cust-check,
.checkbox-fields .radio-lst .cust-radio {
    display: inline-flex;

}

.checkbox-fields .check-ic,
.checkbox-fields .radio-ic {
    margin-top: 2px;
    margin-right: 12px;
    min-width: 20px;
}

.checkbox-fields .check-lst .check-title,
.checkbox-fields .radio-lst .radio-title {
    max-width: calc(100% - 30px);
}

.checkbox-fields .check-lst .radio-lst,
.checkbox-fields .radio-lst .check-lst {
    padding-left: 29px;
}

/* calendar style */
.tribe-events-cal-links a,
.tribe-events-cal-links a:visited,
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical,
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited,
.tribe-events-event-meta .tribe-events-gcal,
.tribe-events-event-meta .tribe-events-ical {
    color: #ac0013 !important;
}

.tribe-events-cal-links a:hover,
.tribe-events-cal-links a:visited:hover,
.tribe-events-cal-links .tribe-events-gcal:hover,
.tribe-events-cal-links .tribe-events-ical:hover,
.tribe-events-event-meta a:hover,
.tribe-events-event-meta a:visited:hover,
.tribe-events-event-meta .tribe-events-gcal:hover,
.tribe-events-event-meta .tribe-events-ical:hover {
    color: #6f6f57 !important;
    text-decoration: underline !important;
}

.tribe-common a,
.tribe-common a:visited {
    color: #ac0013 !important;
}

.tribe-common a:hover,
.tribe-common a:visited:hover {
    color: #141827 !important;
}

.tribe-common .tribe-events-l-container .tribe-common-c-btn,
.tribe-common .tribe-events-l-container a.tribe-common-c-btn {
    background-color: #ac0013 !important;
    color: #fff !important;
}

.tribe-common .tribe-events-l-container .tribe-common-c-btn:hover,
.tribe-common .tribe-events-l-container a.tribe-common-c-btn:hover {
    background-color: #6f6f57 !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: #ac0013 !important;
}

.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-color: #ac0013 !important;
}

.tribe-events .tribe-events-c-ical__link {
    border-color: #ac0013 !important;
    color: #ac0013 !important;
}

.tribe-events .tribe-events-c-ical__link:hover {
    background-color: #ac0013 !important;
}

.tribe-events-back a,
.tribe-events-back a:visited {
    color: #ac0013 !important;
}

.tribe-events-back a:hover,
.tribe-events-back a:visited:hover {
    color: #6f6f57 !important;
}

.tribe-events-event-image img {
    width: 100% !important;
    height: auto !important;
}

.tribe-related-event-info a {
    color: #ac0013 !important;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, .tribe-events-pro .tribe-events-pro-venue__meta-website-link,
.tribe-events-pro .tribe-events-pro-organizer__meta-email-link, .tribe-events-pro .tribe-events-pro-organizer__meta-website-link,
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a,
.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a {
    color: #ac0013 !important;
}

.tribe-events-content a {
    color: #ac0013 !important;
    border-color: #ac0013 !important;
}

.tribe-events-content a:hover {
    text-decoration: none !important;
    border-color: transparent !important;
    color: #ac0013 !important;
}

.tribe-events-content ol {
    padding-left: 20px !important;
}

.tribe-events-content ol li {
    list-style-type: decimal !important;
}

.tribe-events-content ul li {
    position: relative !important;
    padding-left: 15px !important;
}

.tribe-events-content ul li::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 11px !important;
    width: 5px !important;
    height: 5px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: #141827 !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    color: #ac0013 !important;
    border-color: #ac0013 !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    color: #fff !important;
    background-color: #ac0013 !important;
    border-color: #ac0013 !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon {
    color: #fff !important;
}
.tribe-common button:focus {
    outline: none !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.tribe-events-cal-links .tribe-events-button {
    font-size: 16px !important;
    margin-right: 25px;
}

.tribe-events .tribe-events-header__events-bar {
    display: none;
}

.tribe-events ul li::before {
    content: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding: 0 15px;
}

.btn-image {
    display: inline-block;
}
.btn-image img {
    display: block;
    width: auto;
    height: 225px;
}

.top-screen .btn-wrap {
    margin-bottom: 50px;
}


@media only screen and (max-width : 991px) {
    .btn-image img {
        height: 125px;
    }

    .top-screen .btn-wrap {
        margin-bottom: 10px;
    }
}