/* Ajax loader */

#slots-loader {
    display: flex;
    justify-content: center;
    padding: 65px 0;
}

/* ----------------------------------------------------------------------------------------------------- FILTER Button styles */

.slots-button-filter {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
    border: 1px solid #bfbfbf;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #8c8c8c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 16px 9px;
    margin: 0 10px 10px 0;
    transition: all 20ms ease-out;
    vertical-align: top;
    outline: none;
    text-decoration: none!important;
}

.slots-button-filter:hover, .slots-button-filter:focus {
    background: #f2f2f2;
    border-color: #8c8c8c;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
    outline: none;
}

.slots-button-filter:active {
    background: #f2f2f2;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    outline: none;
}

.slots-button-filter .fa {
    color: #bfbfbf;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.slots-button-filter .fa {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: -1px 8px 0 -4px;
    vertical-align: top;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* Slot filter wrapper */

.slots-filter-wrapper {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
    .slots-filter-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .slots-filter-wrapper .slots-button-filter {
        flex:0 0 45%;
        margin:10px 3px;
        text-align: center;
    }
}

/* ------------------------------------------------ */

.slots-list {
    display: grid;
    gap: 15px;
}

.slots-col-2 {
    grid-template-columns: 49% 49%;
}

.slots-col-3 {
    grid-template-columns: 33% 33% 33%;
}

.slots-col-4 {
    grid-template-columns: 24% 24% 24% 24%;
}

.single-casino-game__top img {
    height: 180px!important;
    width: 100%!important;
}

.single-casino-game__bottom-wrap {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 10px;
}

.single-game--info {
    text-align: center;
}

.single-game--name {
    font-weight: 500;
    font-size: 16px;
}

.single-game--provider {
    color: #888;
    font-size: 12px;
}

.single-game--cta {
    margin-top: 15px;
    text-align: center;
}

.single-game--cta a {
    background: #2396F7!important;
    color: #fff!important;
    text-decoration: none!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px!important;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .slots-list {
        display: grid;
        grid-template-columns: auto;
    }
}

/* ------------------------------------------------------------------ */

.fas.fa-angle-right {
    margin-left: 5px;
    font-size: 14px;
}

.single-slot #main {
    margin-bottom: 0;
    background-color: transparent!important;
}

.single-slot #footer {
    margin: 0!important;
}

.single-slot .single-game-container {
    background-color: #000000;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    padding: 0;
}

.game-upper-container {
    padding: 1.5rem 1rem;
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.game-lower-container {
    color: #000;
    background-color: #fff;
    padding: 30px;
}

.game-content {
    max-width: 1200px;
    margin: 0 auto;
}

.game-title {
    display: block;
    padding: 40px 0 20px;
}

.game-title h1 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.game-left {
    flex: 30%;
    padding: 0 10px;
    margin-left: 30px;
}

.game-right {
    flex: 70%;
    position: relative;
}

.singlegame-iframe {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.casino-game-info {
    font-family: Poppins, sans-serif!important;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    color: #fff;
}

.casino-game-info--row {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 2px solid #2b2b2b;
}

.info-row-right {
    font-weight: bold;
}

.game-right-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.play-for-real, .play-for-play {
    display: flex;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.play-for-real a {
    background-color: #ff5245;
    font-weight: bold;
}

.play-for-play span {
    background-color: lightseagreen;
    cursor: pointer;
    font-weight: bold;
}

.play-for-real a, .play-for-play span {
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .game-upper-container {
        padding: 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .game-left {
        width: 100%;
    }
    .game-right {
        width: 100%;
    }
}

/* -----------------------------------------  Pagination ----------------------------------------------*/

.slots-pagination {
    display: flex;
    justify-content: center;
    font-size: 11px;
    /* Pagination text size */
    line-height: 13px;
    padding: 10px 0;
}

.slots-pagination span, .slots-pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    /* Pagination text color */
    background: #555;
    /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.slots-pagination a:hover {
    color: #fff;
    background: #2396F7;
    /* Pagination background on hover */
}

.slots-pagination .current {
    padding: 6px 9px 5px 9px;
    background: #2396F7;
    /* Current page background */
    color: #fff;
}

/* -----------------------------------------  Pagination ----------------------------------------------*/