﻿.title-description {
    font-size: 20px;
    color: white;
    padding-top: 10px;
    padding-left: 10px
}

.top-categories {
    margin-left: -15px;
}

    .top-categories .buy-container {
        margin-left: 33%;
    }

    .top-categories .card {
        background: #ffffff;
        border-bottom: 1px solid #336699;
    }

    .top-categories > h3 {
        border-bottom: 1px solid #336699;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

.subcategories {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .subcategories a {
        color: #d87c0f;
        text-decoration: none;
        background-color: transparent;
    }

.events-list {
    margin-top: -2px;
    border-top: 1px solid #ddd;
}

.event-row {
    border: 1px solid #ffffff;
    border-top: none;
    margin-right: -11px;
    margin-left: -11px;
}

.event-row_time {
    padding: 3px;
    /*background: linear-gradient(#324e6a,#336699);*/
    width: 820px;
    height: 171px;
}

    .event-row_time * {
        display: block;
        text-align: center;
        margin-bottom: 0px;
        font-size: small;
        color: #000000;
    }

    .event-row_time :first-child {
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.event-row_details p {
    margin-bottom: 0px;
    color: #437bc4;
    font-weight: 700;
}

.buy-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .buy-container a {
        margin-left: 20%;
        margin-right: 20%;
        background-color: #336699
    }

.events-list .buy-container a {
    margin-right: 50%;
    margin-top: 10%;
}
.home-categories .buy-container a {
    margin-left: 0;
    margin-right: 50%;
    margin-top: 10%;
}
.btn-buy {
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    background-color: #d87c0f;
    /*border-color: #d87c0f;*/
}

.more-div {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}

.btn-more {
    color: #d87c0f;
    border-radius: 0px;
    border: 1px solid #d87c0f;
}

    .btn-more:hover {
        color: white;
        border-color: #437bc4;
        background-color: #437bc4;
    }
