.single-event-content a {
    color: #2d2d2f;
    text-decoration: underline;
}
.single-event-content a:hover {
    color: #001b22;
}
.events-tickets .events-tickets-content ul .commerce .quantity .qty {
    background: #fff;
    font-weight: bold;
    font-size: larger;
    color: black;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.flex {
    display: flex;
    justify-content: space-between;
}

.cart {
   /* line-height: 100px;*/
    padding: 0 30px;
}

    .cart a {
        color: white;
        position: relative;
    }

        .cart a em {
            position: absolute;
            display: block;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #578223;
            font-size: 14px;
            line-height: 20px;
            font-weight: bold;
            line-height: 15px;
            color: #ffffff;
            text-align: center;
            font-weight: 400;
            top: -6px;
            right: -16px;
            font-style: normal;
        }

.main-content {
    padding-top: 40px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 4px;
}

.events-tickets .events-tickets-content ul .tickets_description span {
    padding: 3px 0;
}

.bm-header {
    display: flex;
    flex-direction: column;
}


.bm-menu, .bm-cart {
    display: flex;
    /*align-self: center;*/
    padding: 30px 0;
    /* margin-left: 5px;*/
    /*margin-right: 5px;*/
}

.bm-cart {
    justify-content: flex-end;
}

.bm-menu {
    flex-direction: column;
    align-items: stretch;
}

    .bm-menu li:nth-child(1) {
        background-color: #f9b450;
    }

    .bm-menu li:nth-child(2) {
        background-color: #87878b;
    }

    .bm-menu li:nth-child(3) {
        background-color: #f9b755;
    }

    .bm-menu li:nth-child(4) {
        background-color: #001b22;
    }

    .bm-menu li:nth-child(5) {
        background-color: #2d2d2f;
    }

.bm-menu {
    border-bottom: solid 1px #001b22;
}

    .bm-menu li {
        padding: 20px;
    }

    .bm-menu a {
        color: #fff;
        align-self: center;
        padding: 15px 35px;
        font-size: 20px;
        transition: color 1s ease;
        margin-bottom: 2px;
        border-bottom: transparent 2px solid;
    }

        .bm-menu a:hover {
            border-color: #87878b;
            color: #87878b;
        }

ul.bm-menu {
    list-style: none;
}

.bm-cart a:hover {
    border-color: #87878b;
    color: #87878b;
}



.bm-cart a {
    color: white;
}

@media (min-width: 1170px) {

    .bm-header {
        flex-direction: row;
        justify-content: space-between;
    }

    .bm-menu, .bm-cart {
        align-self: center;
        padding: 15px 0;
    }

    .bm-menu {
        border-bottom: none;
        flex-direction: row;
    }

        .bm-menu li:nth-child(1) {
            background-color: #001b22;
        }

        .bm-menu li:nth-child(2) {
            background-color: #001b22;
        }

        .bm-menu li:nth-child(3) {
            background-color: #001b22;
        }

        .bm-menu li:nth-child(4) {
            background-color: #001b22
        }

        .bm-menu li:nth-child(5) {
            background-color: #001b22;
        }

        .bm-menu li {
            padding: 0px;
        }
}


.event-header.event-header-1 {
    background-color: #f9b450 !important;
    color: white;
}

.event-header.event-header-2 {
    background-color: #87878b !important;
    color: white;
}

.event-header.event-header-3 {
    background-color: #f9b755 !important;
    color: white;
}

.event-header.event-header-4 {
    background-color: #001b22 !important;
    color: white;
}

.event-header.event-header-5 {
    background-color: #2d2d2f !important;
    color: white;
}

.navbar {
    background-color: #001b22;
}

.page-title.page-home {
    font-size: 100px;
}

.noo-page-breadcrumb {
    background-color: #f9b450;
}

.noo-page-heading .page-title {
    color: #f9b450;
}
