/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {
    .header-bottom-nav li.current-menu-item {
        padding-left: 5px;
        padding-right: 5px;
        box-shadow: 0 -8px #1e73be;
        background: #1e73be;
        position: relative;
    }
    .header-bottom-nav li.current-menu-item:before {
        position: absolute;
        bottom: 100%;
        left: 100%;
        content: "";
        display: block;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        border-left: 4px solid #00172b;
        border-bottom: 4px solid #00172b;
    }
    .a-game .row{
        display: grid !important;
        grid-template-columns: repeat(5,1fr);
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
