.eventbrite__category-name {
    background: #dadada;
    text-transform: uppercase;
    padding: 8px 10px 6px;
    display: inline-block;
}

.eventbrite__title {
    font-size: 24px;
    margin-top: 20px;
}

.eventbrite__url {
    color: #007DC6
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-0 {
    margin-left:0!important;
}

.pb-60 {
    padding-bottom: 60px
}

.font-weight-bold {
    font-weight: bold
}

.tx-events {
    margin-bottom: 60px
}

.tx-events .ax-event-filter {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.tx-events .ax-event-filter label {
    text-transform: none;
}

.tx-events .ax-event-filter .btn {
    font-size: 12px;
    text-transform: none;
    padding-left: 0px;
    color: #bdbdbd;
    margin-left: 25px;
}

.tx-events .ax-event-filter span {
    font-family: "Frutiger-65", Helvetica, Arial, sans-serif;
    color: #bdbdbd;
}

.tx-events .ax-event-filter ul {
    display: inline;
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    font-family: "Frutiger-55", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.tx-events .ax-event-filter ul li {
    display: inline-block;
    text-indent: 0;
    margin-left: 30px;
}

.tx-events .ax-event-filter ul li:before {
    content: none;
}

.tx-events .ax-event-filter ul li a {
    display: block;
    padding: 9px 9px 7px;
    color: black;
    line-height: 100%;
}

.tx-events .ax-event-filter ul li:not(.active) a {
    background-color: transparent;
}

.tx-events .ax-event-filter ul li.active a {
    color: white;
}

.tx-events .ax-event-filter ul li {
    background-color: transparent;
}

.tx-events .ax-event-filter ul{
    margin-bottom: 5px;
}

.tx-events .ax-event-filter ul li{
    margin-bottom: 5px;
}

.tx-events .ax-event-filter span {
    display: inline-block;
    min-width: 120px;
}

.tx-events .ax-event-filter .filter-format {
    text-transform: none;
}

.tx-events .ax-event-filter ul li.active a {
    background: #dadada;
    color: #FFFFFF
}

.page-230 .tx-events .ax-event-filter ul li.active a {
    background: #E064FF;
}

.tx-events .ax-event-filter input[type='checkbox'] {
    display:none;
}

.tx-events .event-detail.has-image {
    position: relative;
    line-height:1em;
}

.tx-events .event-detail.has-image .event-info {
    z-index:2;
}

.tx-events .event-detail  .event-registration {
    float:right;
    text-align:center;
}

.order-mobile-left {
    //float:left!important;
}

.tx-events .btn-registration {
    background-color:#51F0C0;
    border-color:#51F0C0;
    font-size:2em;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color:#fff;
}

.order-mobile-right {
    //float:right!important;
}


@media screen and (max-width: 900px) {
    .tx-events .ax-event-filter .filter-label {
        display:none;
    }
    .tx-events .ax-event-filter ul li {
        margin-left:0;
        margin-right:10px;
    }
    .tx-events .event-detail  .event-registration {
        float:none;
        text-align:left;
    }
}

@media screen and (min-width: 900px) {
    .tx-events .event-detail .location {
        width:60%;
        display:flex;
        align-items: center;
    }
    .tx-events .event-detail .location .map-icon{
        flex-grow: 1;
        text-align:center;
    }
    .tx-events .event-detail.has-image .visibility-bg, .tx-events .ax-overlay .visibility-bg {
        background: rgba(81, 240, 192, 0.7);
        color: #fff;
        padding: 0.35em 10px 0.25em;
    }
    .tx-events .ax-overlay .visibility-bg{
        padding: 10px 20px 10px 33px;
    }
    .tx-events .event-detail.has-image .event-image {
        position: absolute;
        left:0;
        right:0;
    }
    .tx-events .event-detail.has-image {
        min-height: 584px;
    }
}