
.widget-games-list-container {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}

    .widget-games-list-container .list-section {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 15px 0;
        padding: 12px 15px 0 15px;
        background-color: #fff;
    }


        .widget-games-list-container .list-section .content-bar-container {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .widget-games-list-container .list-section h2.section-title,
        .widget-games-list-container .list-section h1.section-title {
            padding-bottom: 5px !important;
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            color: #333;
            font-weight: 600;
            padding: 5px 0;
            margin-top: 0;
        }


        .widget-games-list-container .list-section .section-items {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    .widget-games-list-container .section-items ul {
    }

        .widget-games-list-container .section-items ul li {
            display: inline-block;
            width: auto;
            height: auto;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .widget-games-list-container .section-items ul li .game-item {
                display: inline-block;
                position: relative;
                width: auto;
                height: auto;
                background-color: #e3e3e3;
                background-size: cover;
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: center;
            }


                /* Overlay - START */

                .widget-games-list-container .section-items ul li .game-item .game-item-overlay {
                    display: inline-block;
                    width: auto;
                    position: absolute;
                    top: 0;
                    height: auto;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    background: rgba(0,0,0,.7);
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                    opacity: 0;
                    text-align: center;
                  
                }

                .widget-games-list-container .section-items ul li .game-item .game-item-footer.progressive div.progressive-prize span {
                    --font-size: 14px;
                    padding: 0 1px;
                }

                .widget-games-list-container .section-items ul li .game-item:hover .game-item-overlay {
                    opacity: 1;
                }

                    .widget-games-list-container .section-items ul li .game-item:hover .game-item-overlay.progressive {
                        padding-top: 10px;
                    }

                .widget-games-list-container .section-items ul li .game-item:hover .game-item-footer div {
                    /*opacity: 0.6;*/
                }

                .widget-games-list-container .section-items ul li .game-item:hover .game-item-footer.progressive div.progressive-prize {
                    /*opacity: 0.3;*/
                }



    .widget-games-list-container .game-item-overlay label {
        display: block;
        width: 100% !important;
        height: auto;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .widget-games-list-container .game-item-overlay a.game-play,
    .widget-games-list-container .game-item-overlay a.sc-play {
        display: block;
        width: 70% !important;
        height: auto !important;
        max-width: 284px;
        margin: 10px auto;
        padding: 5px 2px;
        border: none;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }


    .widget-games-list-container .game-item-overlay a.game-play-demo {
        display: block;
        width: 70% !important;
        height: auto !important;
        max-width: 284px;
        margin: 0 auto;
        padding: 4px 2px 4px 2px;
        background: transparent;
        border: 1px solid #FF8000;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        color: #FFA800;
        font-weight: 500;
        line-height: 13px;
        text-align: center;
    }

        .widget-games-list-container .game-item-overlay a.game-play-demo:hover {
            border-color: #FFA800;
            opacity: 1;
        }

    /* Overlay - END */


    /* Item Footer - START */
    .widget-games-list-container .section-items ul li .game-item .game-item-footer {
        display: block;
        position: absolute;
        bottom: 35px;
        width: 100%;
        height: 35px;
        margin: -35px auto;
        padding: 0 0 0 0;
        text-align: center;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .widget-games-list-container .section-items ul li .game-item .game-item-footer.progressive {
            height: 50px;
        }

        .widget-games-list-container .section-items ul li .game-item .game-item-footer div {
            display: inline-block;
            width: auto;
            min-width: 90%;
            margin: 0 0 0 0;
            background: rgba(0,0,0,0.9);
            opacity: 0.9;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            line-height: 40px;
            vertical-align: middle;
            border-radius: 20px;
        }

        .widget-games-list-container .section-items ul li .game-item .game-item-footer.progressive div.progressive-prize {
            height: 40px;
            font-weight: 600;
            background: rgba(0,0,0,0.9) url(../img/bx_loader.gif) no-repeat center center/20px;
        }

            .widget-games-list-container .section-items ul li .game-item .game-item-footer.progressive div.progressive-prize.initialized {
                background: rgba(0,0,0,0.5);
            }

    /* Item Footer - END */





    /* Corner Ribbon - START */


    .widget-games-list-container .section-items ul li .game-item .item-ribbon {
        position: relative;
        width: 75px;
        height: 75px;
        z-index: 1;
        overflow: hidden;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-align: right;
    }

        .widget-games-list-container .section-items ul li .game-item .item-ribbon .corner {
            width: 0;
            height: 0;
            border-top: 75px solid red;
            border-right: 75px solid transparent;
        }


        .widget-games-list-container .section-items ul li .game-item .item-ribbon span {
            position: absolute;
            top: 0;
            display: inline;
            width: 75px;
            height: 75px;
            text-align: center;
            font-size: 11px;
            line-height: 11px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            color: #fff;
            margin: auto;
            transform: rotate(-45deg);
        }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.bottom {
                padding-top: 22px;
            }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.middle {
                padding-top: 11px;
            }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.split {
                padding-top: 6px;
                width: 50px;
                margin-left: 10px;
                margin-right: 10px;
line-height: 13px;
            }

    .widget-games-list-container .section-items ul li .game-item:hover .item-ribbon {
        opacity: 0.4;
    }
    /* Corner Ribbon - END */





    /* Type 1 - DEFAULT - ALL SAME SIZE - START */

    .widget-games-list-container .section-items.section-type-1 ul li {
        margin-left: 15px;
        margin-bottom: 15px;
        position: relative;
        display:flex;
    }

        .widget-games-list-container .section-items.section-type-1 ul li .game-item {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay {
                width: 210px;
                height: 210px;
            }

                .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay label {
                    max-width: 210px;
                }


@media (min-width:1200px) {
    .widget-games-list-container .section-items.section-type-1 ul li:nth-child(5n+1) {
        margin-left: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .widget-games-list-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-list-container .section-items.section-type-1 ul li {
        margin-left: 19px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-type-1 ul li:nth-child(4n+1) {
            margin-left: 0;
        }
}

@media (min-width:740px) and (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-1 ul li {
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .widget-games-list-container .section-items.section-type-1 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }
}

/* Type 1 - DEFAULT - ALL SAME SIZE - END */





/* Type 2 - MAIN ONE ROW - START */

.widget-games-list-container .section-items.section-type-2 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
    display:flex;
}

    /*.widget-games-list-container .section-items.section-type-2 ul li:nth-child(4n+1):not(:nth-child(9)) {
        margin-left: 0px;
    }*/

    .widget-games-list-container .section-items.section-type-2 ul li:nth-child(5n),
    .widget-games-list-container .section-items.section-type-2 ul li:first-child {
        margin-left: 0px;
    }

    .widget-games-list-container .section-items.section-type-2 ul li .game-item {
        width: 210px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-type-2 ul li .game-item .game-item-overlay {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-type-2 ul li .game-item .game-item-overlay label {
                max-width: 210px;
                font-size: 18px;
            }


    .widget-games-list-container .section-items.section-type-2 ul li:first-child .game-item {
        width: 435px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-type-2 ul li:first-child .game-item .game-item-overlay {
            width: 435px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-type-2 ul li:first-child .game-item .game-item-overlay label {
                max-width: 435px;
            }




@media (min-width:992px) and (max-width:1199px) {

    .widget-games-list-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-list-container .section-items.section-type-2 ul li {
        margin-left: 21.25px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-type-2 ul li:nth-child(n+4) {
            margin-left: 19px;
            margin-bottom: 21.25px;
        }

        .widget-games-list-container .section-items.section-type-2 ul li:nth-child(4n) {
            margin-left: 0;
        }
}

@media (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-2 ul li {
        margin-left: 25px;
        margin-bottom: 25px;
    }

        .widget-games-list-container .section-items.section-type-2 ul li:nth-child(3n) {
            margin-left: 0px;
        }

        .widget-games-list-container .section-items.section-type-2 ul li:nth-child(n+3):not(:nth-child(3n)) {
            margin-left: 20px;
        }
}
/* Type 2 - MAIN ONE ROW - END */

/* Type 3 - MAIN TWO ROWS - START */

.widget-games-list-container .section-items.section-type-3 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
}

    .widget-games-list-container .section-items.section-type-3 ul li:nth-child(1),
    .widget-games-list-container .section-items.section-type-3 ul li:nth-child(5n+8) {
        margin-left: 0px;
    }

    .widget-games-list-container .section-items.section-type-3 ul li .game-item {
        width: 210px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay label {
                max-width: 210px;
                font-size: 18px;
            }


    .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item {
        width: 435px;
        height: 435px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item .game-item-overlay {
            width: 435px;
            height: 435px;
            padding-top: 22px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item .game-item-overlay label {
                max-width: 435px;
            }


@media (min-width:992px) and (max-width:1199px) {
    .widget-games-list-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-list-container .section-items.section-type-3 ul li {
        margin-left: 21.25px;
        margin-bottom: 15px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(4n+6) {
            margin-left: 0 !important;
        }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(n+6):not(:first-child) {
            margin-left: 19px;
            margin-bottom: 15px;
        }
}

@media (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-3 ul li {
        margin-left: 20px;
        margin-bottom: 15px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(2),
        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(3) {
            margin-left: 25px;
        }
}
/* Type 3 - MAIN TWO ROWS - END */

/* Type 4 - SCRATCHCARDS - START */

.widget-games-list-container .section-items.section-type-4 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
}

    .widget-games-list-container .section-items.section-type-4 ul li .game-item {
        width: 210px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay label {
                max-width: 210px;
            }


@media (min-width:1200px) {
    .widget-games-list-container .section-items.section-type-4 ul li:nth-child(5n+1) {
        margin-left: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .widget-games-list-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-list-container .section-items.section-type-4 ul li {
        margin-left: 19px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li:nth-child(4n+1) {
            margin-left: 0;
        }
}

@media (min-width:740px) and (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-4 ul li {
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }
}

/* Type 4 - SCRATCHCARDS - END */

/* Content Bar - START */

.content-bar {
    display: none;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 10px 5px 10px;
    border: none;
    border-radius: 0;
    background-color: black;
    color: #fff;
}

    .content-bar.content-bar-1 {
        margin: 10px 0 0 0;
    }

/* Content Bar - END */

.more-games {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    line-height: 24px;
    color: #3B5DE5;
}

    .more-games:active,
    .more-games:visited,
    .more-games:hover,
    .more-games:focus {
        text-decoration: none;
        color: #3B5DE5;
    }


body {
    background-color: #ebebeb;
}



.widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item .game-item-overlay .provider-logo {
    margin-bottom: 120px;
}


.game-item-overlay .game-item-footer-text {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 40px;
    margin: -38px auto;
    padding: 0 0 0 0;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
}

.game-item .game-item-overlay .provider-logo {
   
    height: 75px;
   margin-top:-10px;
}

.widget-games-list-container .game-item-overlay a.game-play, .widget-games-list-container .game-item-overlay a.sc-play {
    margin: 0px auto 10px auto;
}

.game-item .game-item-overlay .provider-logo img{
    height:84px;
}

.widget-games-list-container .section-items.section-type-2 ul li:first-child .game-item .game-item-overlay .provider-logo {
    height: 85px;
    margin-top: 0px;
}