.fixture-home {
    color: #fff;
}

.fixture-home h2{
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.fixture-home-table {
    width: 100%;
    border-right: 2px solid #00d5ff;
    text-align: center;
}

.item-right .fixture-home-table {
    border: none !important;
}

.fixture-home-table .group-name {
    font-family: 'Cooper Hewitt Bold';
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.fixture-home-table .venue {
}

.fixture-home-table td {
    border: 0px;
    padding: 10px 0px 0px;
}

.fixture-home-table img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fixture-home-table h2 {
    font-family: 'Cooper Hewitt Bold';
    font-size: 32px;
    line-height: 32px;
}

.fixture-home-table h3 {
    font-family: 'Cooper Hewitt Bold';
    font-size: 22px;
    /*line-height: 10px;*/
    text-transform: uppercase;
    margin-top: 10px;
}

.item-first-col, .item-third-col {
    width: 35%;
    text-align: center;
}

.fixture-home-table .item-button-col {
    padding: 0px 15px;
}

.btn-view {
    color: #fff !important;
    font-family: 'Cooper Hewitt Book';
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 8px 0px !important;
    letter-spacing: 1px !important;
    border-radius: 0px;
    margin: 5px 10px;
    width: 130px;
    background: linear-gradient(90deg, #e6007e 0%, #e6007e 100%);
}

.live_match_time:before {
    content: ' \25CF';
    font-size: 18px;
    color: #7FF700;
    padding-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    /*.fixture-home-table td {
        padding: 10px 15px;
    }*/

    .fixture-home-table img {
        width: 35%;
    }

    .fixture-home-table h3 {
        font-size: 16px !important;
        line-height: 16px !important;
        height: 40px;
    }

    .fixture-home-table h4 {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .live-score-header h2 {
        font-size: 22px !important;
        line-height: 65px !important;
    }

    .fixture-home-table .group-name {
        font-size: 16px !important;
    }

    .fixture-home-table .venue {
        font-size: 12px !important;
    }

    .fixture-home-table h2 {
        font-size: 22px !important;
        line-height: 22px !important;
    }
}

@media screen and (max-width: 768px) {

    .fixture-home-table h3 {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .live-score-header h2 {
        font-size: 22px !important;
        line-height: 65px !important;
    }

    .fixture-home-table .group-name {
        font-size: 16px !important;
    }

    .fixture-home-table .venue {
        font-size: 12px !important;
    }

    .fixture-home-table h2 {
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .fixture-home-table .item-button-col {
        padding: 0px 15px 10px;
    }
}

@media screen  and (max-width: 992px) {
    .home-fixtures .fixture-home-table {
        border-right: none !important;
        border-bottom: 2px solid #00d5ff;
    }
}