﻿.filter
{
    padding-top: 20px;
    background-color: #1e1d29;
    text-align: center;
}
.filter-subtitle
{
    margin-bottom: 30px;
}
.filter-row
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.filter-row button.clear-brand-filter
{
    margin-bottom: 10px;
    margin-left: 15px;
    background-color: rgba(0,0,0,0)!important;
    text-decoration: underline;
    color: #fafafa;
}
.filter-row a
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1e1d29;
    height: 50px;
    width: 160px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px;
    border: 1px solid #1e1d29;
    font-weight: 500;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: rgba(191,191,191,.05);
}
.filter-row a img
{
    display: block;
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}
.filter-row a:hover
{
    background-color: rgba(191,191,191,.02);
}
.filter-row a:hover img
{
    filter: brightness(0) invert(1);
}
.filter-row a.active-filter
{
    background-color: #fff;
    color: #1e1d29;
}
.filter-row a.active-filter:hover
{
    background-color: #fff;
    color: #1e1d29;
}
.filter-row a.active-filter img, .filter-row a.active-filter:hover img
{
    filter: none;
}
@media(max-width: 768px)
{
    .filter-row a
    {
        height: 30px;
        width: 100px;
        font-size: .8rem;
        margin-right: 2.5px;
        margin-left: 2.5px;
        margin-bottom: 7px;
    }
    .filter-row a img
    {
        height: 25px;
    }
}
.filter-sub
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(191,191,191,.05);
    padding-top: 20px;
}
@media(max-width: 768px)
{
    .filter-sub
    {
        justify-content: center;
    }
}
.filter-sub p
{
    margin-bottom: 0;
    font-size: 1rem;
    margin-right: 5px;
}
.filter-sub a
{
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fafafa;
    background-color: rgba(191,191,191,.05);
    padding: 10px 15px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.filter-sub a:hover
{
    background-color: rgba(191,191,191,.02);
    color: #fafafa!important;
}
.filter-sub a.active-filter
{
    background-color: #fff;
    color: #1e1d29;
}
.filter-sub a.active-filter:hover
{
    background-color: #fff;
    color: #1e1d29!important;
}
.filter-sub .date-filter
{
    margin-right: 25px;
}
.results-inner
{
    padding-top: 30px;
    padding-bottom: 15px;
}
@media(max-width: 768px)
{
    .results-inner
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.results-row, .spinner-row
{
    min-height: 800px;
}
.game-release
{
    position: relative;
    background-color: #151421;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
@media(max-width: 768px)
{
    .game-release
    {
        margin-bottom: 15px;
    }
}
.game-release-date
{
    display: flex;
    justify-content: center;
    color: #fafafa;
    background-color: #11101d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.game-release-title
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: .8rem;
}
.game-release-markets
{
    display: flex;
    justify-content: center;
    height: 40px;
}
.game-release-markets .market
{
    font-size: .7rem;
    background-color: #fff;
    color: #1e1d29;
    padding: 3px 7px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.game-release-thumbnail-wrapper
{
    position: relative;
    z-index: 500;
}
.game-release-thumbnail-wrapper img
{
    display: block;
    width: 92%;
    margin: 2% 4%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.game-release-thumbnail-wrapper img:hover
{
    opacity: .9;
}
.game-release-buttons
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.game-release-buttons .cta
{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(191,191,191,.05);
    font-size: .9rem;
    color: #fafafa;
    font-weight: 500;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.game-release-buttons .cta:hover
{
    background-color: #fafafa;
    color: #1e1d29;
}
.game-release-brand-wrapper
{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 65px;
}
.game-release-brand
{
    filter: brightness(0) invert(1);
    display: block;
    height: 55px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.game-release-modal .modal-content
{
    background-color: #11101d;
}
.game-release-modal .modal-header
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.game-release-modal .modal-header .game-release-thumbnail-wrapper
{
    width: 40%;
}
.game-release-modal .modal-header .game-release-thumbnail-wrapper img
{
    border-radius: 5px;
    margin: 0;
}
.game-release-modal .modal-header .game-release-thumbnail-wrapper:hover img
{
    opacity: 1;
}
.game-release-modal .modal-header-content
{
    margin-left: 10px;
}
.game-release-modal .modal-header-content p
{
    margin-bottom: 0;
}
.game-release-modal .modal-header-content .game-release-markets
{
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
}
.game-release-modal .modal-header-content .game-release-markets .market:first-child
{
    margin-left: 0;
}
.game-release-modal .modal-body
{
    font-size: .8rem;
    text-align: justify;
}
.game-release-modal .modal-body p:last-child
{
    margin-bottom: 0;
}
.game-release-modal .modal-footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.game-release-modal .modal-footer .cta
{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(191,191,191,.05);
    font-size: .9rem;
    color: #fafafa;
    font-weight: 500;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.game-release-modal .modal-footer .cta:hover
{
    background-color: #fafafa;
    color: #1e1d29;
}