.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

div.event-ticket-count {
    display: none;
    color: #f56;
    font-size: 11px;
    margin-top: 5px;
    font-style: italic;
    font-family: Arial, sans-serif;
    letter-spacing: .3px;
    word-spacing: 1.3px
}


.pop-btn {
    position: relative;
    z-index: 1
}

.hover-underline {
    position: relative;
    display: inline-block
}


#header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#category-menu {
    height: 40px;
    position: relative;
    padding: 0 40px
}


#venue-info .list-item,
.match-list .list-link,
ol .list-link {
    height: 35px;
    border-radius: 4px;
    padding: 8px 15px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: grey;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.white-box li a.list-link {
    padding-left: 12px;
    padding-right: 12px
}

#venue-info .list-item:nth-child(2n+1),
.match-list .list-item:nth-child(2n+1),
ol .list-item:nth-child(2n+1) {
    border-radius: 4px;
    background-color: rgba(54, 131, 252, .05)
}

ol .list-link::before {
    content: counter(item);
    font-weight: 700;
    margin-right: 15px;
    color: #38f
}

.top-list .more-btn {
    height: 35px;
    font-size: 14px;
    width: auto;
    margin-top: auto
}

.match-set {
    margin-top: 20px
}

.match-heading {
    font-size: 14px;
    margin-bottom: 20px
}

#venue-info .list-item {
    display: flex
}

#venue-info .list-item-label {
    color: #43b722;
    font-weight: 700;
    line-height: inherit;
    margin-right: 6px
}

#venue-info .list-item-text {
    color: grey
}

.event-wrapper::before {
    padding: 30px 20px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #43b722;
    border-bottom: 2px dotted;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    display: block
}

.col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}


@media screen and (min-width:1200px) {
    .menu-link {
        padding: 10px 15px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: .4px
    }
}

@media screen and (max-width:1199px) {
    #header-logo img {
        max-height: 26px
    }
}

@media screen and (min-width:992px) {

    #header-container {
        padding-top: 15px;
        padding-bottom: 156px
    }

    .mobile {
        display: none !important
    }


    #mobile-menu-container,
    #mobile-search-toggle {
        display: none
    }

    .menu-dropdown-container {
        position: absolute;
        padding-top: 10px;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        pointer-events: none;
        left: -360px;
    }

    .menu-dropdown-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        width: 420px;
        height: 450px;
        border-radius: 6px;
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
        opacity: 1 !important;
        font-size: 14px;
        line-height: 2;
        position: relative;
        overflow: hidden
    }

    .category-item {
        font-weight: 700
    }

    #sports-dropdown .menu-dropdown-list .list-item {
        max-width: calc(100% / 3 - 24.01px)
    }

    .menu-dropdown-list .list-item {
        height: 9%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%
    }

    .sub-menu-list .menu-dropdown-list .list-item {
        height: 9%
    }

    .menu-item:hover .menu-dropdown-container {
        pointer-events: auto;
        opacity: 1
    }

    .menu-dropdown-list .list-link {
        display: block;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .menu-dropdown-list .list-link:hover {
        color: #43b722
    }

    .view-all {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        color: #43b722;
        font-weight: 700;
        margin-top: auto
    }

    .view-all.menu-dropdown-list .list-link:hover {
        color: #000
    }

    #sports-dropdown .menu-dropdown-list {
        width: 738px;
        height: 540px
    }

    #dropdown-sub-menu {
        width: 100px;
        height: 100%
    }

    .menu-dropdown-list .sub-menu-tab {
        max-width: 100%
    }

    .sub-menu-heading {
        font-weight: 700;
        height: 31px;
        border-radius: 4px;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1
    }

    #dropdown-sub-menu:hover .default-tab:hover .sub-menu-heading,
    .default-tab .sub-menu-heading,
    .sub-menu-tab:hover .sub-menu-heading {
        color: #fff
    }

    .sub-menu-heading::before {
        background-color: #43b722;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        width: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        margin: auto;
        border-radius: 25%;
        z-index: -1
    }

    .sub-menu-heading::after {
        font-family: fontAwesome;
        margin-left: auto;
        content: '\f0da';
        color: #fff
    }

    #dropdown-sub-menu:hover .default-tab:hover .sub-menu-heading::before,
    .default-tab .sub-menu-heading::before,
    .sub-menu-tab:hover .sub-menu-heading::before {
        height: 100%;
        width: 100%;
        border-radius: 4px
    }

    #dropdown-sub-menu:hover .default-tab .sub-menu-heading {
        color: inherit
    }

    #dropdown-sub-menu:hover .default-tab .sub-menu-heading::before {
        height: 0;
        width: 0;
        border-radius: 25%
    }

    .sub-menu-container {
        position: absolute;
        top: 0;
        left: 120px;
        right: 0;
        bottom: 0
    }

    .sub-menu-list {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
        position: relative
    }

    .default-tab .sub-menu-list {
        z-index: 1
    }

    .sub-menu-tab:hover .sub-menu-list {
        z-index: 2
    }

    #header-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    #search-wrap {
        max-width: 386px;
        margin-left: auto;
    }

    .menu-item {
        padding: 0 2px;
        z-index: 8888;
        cursor: pointer;
    }

    .menu-link {
        height: 36px;
        padding: 10px 12px;
        color: #fff;
        font-weight: 500;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }

    .menu-item:hover .menu-link {
        color: #43b722;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #call-btn a {
        border-radius: 6px;
        background-color: rgba(255, 255, 255, .15)
    }

    #call-btn a:hover {
        background-color: #fff;
        color: #43b722
    }

    #content-heading {
        font-size: 28px
    }
    #sports-dropdown{
        left: -594px;
    }

    #concerts-dropdown{
        left: -335px;
    }
    #theater-dropdown{
        left: -343px;
    }

}

@media screen and (max-width:991px) {
    #header-container {
        position: relative
    }

    #header-container::after {
        content: '';
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#43b722), to(#43b722)) 0 0 no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #43b722 0, #43b722 100%) 0 0 no-repeat padding-box;
        background: transparent linear-gradient(180deg, #43b722 0, #43b722 100%) 0 0 no-repeat padding-box
    }

    #header-logo {
        padding-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #mobile-menu-container,
    #mobile-search-toggle {
        display: none
    }

    #header-wrapper,
    #legal {
        background-color: #fff
    }

    .desktop {
        display: none !important
    }

    #header-logo img {
        max-height: 16px
    }

    .mobile-btn {
        color: #43b722;
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #mobile-menu-toggle {
        z-index: 9999;
        margin-right: -8px
    }

    #mobile-menu-toggle:hover span,
    .open-menu #toggle-icon span {
        background-color: #43b722
    }

    #mobile-menu-toggle.pop-btn::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .open-menu #mobile-menu-toggle {
        border-radius: 100px;
        color: #43b722
    }

    #mobile-menu-header,
    #mobile-menu-toggle:hover {
        color: #43b722
    }

    #mobile-logo {
        max-width: 147px;
        margin: 3px 10px
    }

    #mobile-menu {
        background-color: #fff;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        z-index: 9998;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        width: 100%;
        max-width: 400px
    }

    .open-menu #mobile-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .mobile-menu-section {
        border-bottom: 1px solid #f1f1f1;
        padding: 10px;
        color: #9b9b9b
    }

    #mobile-menu-categories .mobile-menu-link {
        font-size: 16px;
        font-weight: 600;
        color: #222
    }

    #content-heading {
        margin-bottom: 5px
    }

    .mobile-menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px 10px 10px;
        font-weight: 500;
        font-family: Poppins
    }

    #mobile-menu-categories .mobile-menu-link:hover,
    .mobile-menu-link:hover {
        color: #43b722
    }

    .mobile-menu-link::after {
        content: '\f0da';
        color: #43b722;
        font-family: fontAwesome;
        margin-left: auto;
        font-size: 14px;
        font-weight: 400
    }

    #header-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }



    #breadcrumbs,
    #category-banner,
    #category-menu,
    #support-menu {
        display: none
    }

    .menu-dropdown-container {
        display: none
    }

    #mobile-menu-container {
        display: block;
        width: 40px
    }


    #toggle-icon {
        width: 18px;
        height: 12px;
        margin: 0 auto;
        position: relative;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #toggle-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #43b722;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #toggle-icon span:nth-child(1) {
        top: 0
    }

    #toggle-icon span:nth-child(2),
    #toggle-icon span:nth-child(3) {
        top: 5px
    }

    #toggle-icon span:nth-child(4) {
        top: 10px
    }

    .open-menu #toggle-icon span:nth-child(1) {
        top: 5px;
        width: 0%;
        left: 50%
    }

    .open-menu #toggle-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .open-menu #toggle-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .open-menu #toggle-icon span:nth-child(4) {
        top: 5px;
        width: 0%;
        left: 50%
    }

}


@media screen and (min-width:769px) {

    .pop-btn::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        width: 0;
        background-color: #fff;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        margin: auto;
        border-radius: 25%;
        z-index: -1;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15)
    }

    .pop-btn:hover::after {
        height: 100%;
        width: 100%;
        border-radius: 4px;
    }

    .hover-underline::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #fff;
        margin: 0 auto;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        border-radius: 2px
    }

    .hover-underline:hover::after {
        width: 100%
    }

    #tner-container .tner-more:hover,
    .load-more-button a:hover,
    .more-btn:hover {
        background-color: #43b722;
        color: #fff;
        border: solid 1px #43b722
    }


    .banner-link.pop-btn:hover {
        color: #fff
    }

    .banner-link.pop-btn:hover::after {
        background-color: #43b722
    }

    .match-list .list-link:hover,
    ol .list-link:hover {
        color: #38f
    }

    .list-link:hover {
        background-color: transparent
    }
}


@media screen and (max-width:767px) {

    .left-content,
    .left-sidebar,
    .right-content,
    .right-sidebar {
        float: none;
        width: 100%;
        display: block
    }


    .top-list {
        width: 100%;
        max-width: initial
    }
}

@media screen and (max-width:479px) {
    .child-cat-item {
        width: 50%
    }

    #content {
        padding-left: 0;
        padding-right: 0
    }

    .content-section {
        padding-left: 12px;
        padding-right: 12px
    }

    #guaranteePanel.white-box,
    .event-list,
    .side-box {
        margin-bottom: 12px
    }

    #search-form {
        padding: 0
    }

    #content-heading {
        font-size: 26px
    }
}

#category-menu {
    width: 500px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:991px) {
    #category-menu {
        display: none;
    }
}


