:root {
    --gameplayer-color: hsl(78deg 73% 19%) !important;
    --gameplayer-textcolor: #ffffff !important;
    --gameplayer-cta-color: #ffffff !important;
    --gameplayer-software-color: transparent !important;
    --gameplayer-button-color: rgba(0, 0, 0, 0.6);
    --gameplayer-button-color-hover: #fde20f;
    
}


#gameCallToAction {
    display: none;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.flex.center-block {
    display: flex;
}
.flex {
    display: flex;
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .newgame#gameContainer .software-logo .software-img {
    width: 50px;
    height: 32px;
    background-color: #eee;
    border-radius: 5px;
    margin: 10px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

a.thumbnail-container:not([href=""]):after {
    content: "";
    position: absolute;
    background-color: #22b522;
    top: 10px;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

body #gameThumbnail {
    background-repeat: no-repeat;
    background-size: cover;
}

body .newgame#gameContainer #gameThumbnail {
    width: calc(100% - 0px);
}

body .newgame#gameContainer #gameThumbnail {
    background-blend-mode: overlay;
    background-image: url(/plugins/gamedemo/v4/core/img/play-slot-game-grey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--gameplayer-color);
}

    .newgame#gameContainer #gameThumbnail {
        /*width: 100vw;*/
        height: calc(100vw* 9 / 16);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0;
        min-height: 350px;
    }

.newgame#gameContainer .btn-service {
    background: rgba(0, 0, 0, 0.2);
    color: var(--gameplayer-textcolor);
    padding: 5px 10px;
    margin: 0px 10px;
    border-radius: 15rem;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 12px;
    min-height: 30px;    
    opacity: 0.5;
    cursor: not-allowed;
}
.newgame#gameContainer[data-gamecontainer="loaded"] .btn-service {
    opacity: 1;
    cursor: pointer;
}

.newgame#gameContainer .btn-service.refresh{
    background-image: url(/plugins/gamedemo/v4/core/img/svg/refresh.svg);
    background-repeat: no-repeat;
    padding-right: 35px;
    background-position: calc(100% - 10px);

}

.newgame#gameContainer .btn-service.issues{
    background-image: url(/plugins/gamedemo/v4/core/img/svg/issues.svg);
    background-repeat: no-repeat;
    padding-right: 35px;
    background-position: calc(100% - 10px);
}

.newgame#gameContainer .links {
    align-self: center;
}


.newgame#gameContainer #gameHeader {
    border-bottom-color: var(--gameplayer-color);
    background: var(--gameplayer-color)
}

/*.newgame#gameContainer #gameHeader:before {
    background: var(--gameplayer-color);
}*/

.newgame#gameContainer #gameThumbnail {
    border-left-color: var(--gameplayer-color);
    border-right-color: var(--gameplayer-color);
    background-color: #444;
    background-blend-mode: overlay;
}

.newgame#gameContainer #gamePanel {
    background: var(--gameplayer-color);
}

.newgame#gameContainer span,
.newgame#gameContainer div,
.newgame#gameContainer h3,
.newgame#gameContainer h4 {
    color: var(--gameplayer-textcolor);
}

.newgame#gameContainer #gameButton {
    color: var(--gameplayer-textcolor);
    border: 1px solid #fff;
    font-weight: 900;
}

.newgame#gameContainer .btn-service {
    color: var(--gameplayer-textcolor);
}

.newgame#gameContainer span,
.newgame#gameContainer div {
    color: var(--gameplayer-textcolor);
}

.newgame#gameContainer>div {
    position: relative;
}

.newgame#gameContainer #gameHeader {
    border-bottom: var(--gameplayer-color);
    background: var(--gameplayer-color);
    border-radius: 6px 6px 0 0;
    clear: both;
}



@media(max-width: 480px) {
    .newgame#gameContainer #gameHeader {
        border-radius: 0;
    }
}

.newgame#gameContainer #gameCallToAction {
    background: transparent;
    border-bottom: none;
    padding: 0px;
}



.newgame#gameContainer {
    clear: both;
    position: relative;
    max-width: 100%;
    margin: auto;
    display: block;
    min-height: 350px;
}

.newgame#gameContainer #gameHeader>div {
    z-Index: 1;
}




.newgame#gameContainer {
    position: relative;
    max-width: 100%;
    /*padding-right: calc(100% - 870px);*/
    margin: 0;
    /*min-width: 870px;*/
    display: block;
    /*min-height: 700px;*/
    margin-top: 20px;
    margin-bottom: 5rem;
}



.newgame#gameContainer .links {
    display: flex !important;
}

.newgame#gameContainer #gameThumbnail {
    position: relative;
    height: 605px;
    overflow: hidden;
    border-left: 10px solid var(--gameplayer-color);
    border-right: 10px solid var(--gameplayer-color);
    width: 100%;
    margin: auto;
    background-color: #444;
    background-blend-mode: overlay;
}

.newgame#gameContainer #gameThumbnail {
    position: relative;
    /*padding-top: 56.25%;*/
    height: auto !important;
    padding: unset;
}

.newgame#gameContainer #gamePanel {
    background: var(--gameplayer-color);
    border: transparent;
    border-radius: 0 0 6px 6px;
    padding: 5px;
}
@media(max-width: 480px) {

    .newgame#gameContainer #gamePanel {
        border-radius: 0 0 6px 6px;
    }

}
.newgame#gameContainer #gameButton {
    background-image: none;
    color: var(--gameplayer-textcolor);
    min-height: unset;
    position: static;
    padding-top: 40px;
    /*top: 50%;*/
    /*left: 50% !important;*/
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    border: 2px solid var(--gameplayer-textcolor);
    border-radius: 6px;

    margin: 0 !important;
    padding: 10px 20px 10px !important;
    height: auto;
    box-shadow: none;
    width: unset;
    text-align: center;
    
    height: unset;
    font-size: 13px;
    min-width: 210px;
    background-color: var(--gameplayer-button-color);
}

html body a#gameButton:hover {
    background: var(--gameplayer-button-color-hover) !important;
    border-color: var(--gameplayer-button-color-hover) !important;
    color: #333333 !important;
    font-weight: 900;
}



body .newgame#gameContainer:not(.modalplayer) #gameCallToAction {
    padding-top: 0rem !important;
}

.justify-content-between,
.justify-between {
    justify-content: space-between;
    flex-direction: row;
}

.newgame#gameContainer:not(.modalplayer) {
    /*min-height: 600px;*/
    margin-bottom: 2rem;
    margin-top: 4rem;
}


/*.strip-intro */
.newgame#gameContainer {
    position: relative;
    max-width: 100%;
    padding-right: 0;
    margin: 0;
    /*min-width: 870px;*/
    display: block;
    /*min-height: 650px;*/
    margin-top: 20px;
    margin-bottom: 5rem;
    max-width: 870px;
    margin: auto;
}

[data-articletype="SlotReview"] .static-content--simple {
    background-color: #546e11;
    color: var(--gameplayer-textcolor);
}




@media(max-width: 480px) {

    .newgame .container section#gameContainer {
        margin: 0 -15px;
        width: 100vw;
        height: unset;
        min-width: 100vw;
    }

    .newgame#gameContainer #gameThumbnail {
        width: 100vw;
        /*height: calc(100vw* 9 / 16);*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0;

        border: none;
    }

    /*
    html body .newgame#gameContainer #gameButton {

        margin: 0;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        padding: 10px !important;
        color: var(--gameplayer-textcolor);
        border: 1px solid #fff;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
    }*/

    .newgame#gameContainer .btn-service {
        /*font-size: 80%;*/
        text-align: center;
        /*max-width: 33vw;*/
    }
}
@media(portait and max-width: 480px) {

    .newgame#gameContainer #gameThumbnail {

        border: none;
    }

}


.newgame#gameContainer #gameThumbnail {
    height: 350px;
    min-height: 350px;
}
.newgame#gameContainer #gameThumbnail iframe{
    height: 100%;
    min-height: 350px;
}
@media (min-width: 992px){
    .newgame#gameContainer #gameThumbnail {
        height: 504px;
        min-height: 504px;
    }
}

@media(max-width: 480px) {
    /*override for certain games on iphone safari*/
    #gameThumbnail[data-platforms*="iPhone Safari Quirks"] iframe {
        width: 100vw !important;
        height: 100vw !important;
    }
}




/*REVIEW*/

.strip-intro.newgame {
    /*background-color: hsl(130deg 39% 30%);  */
    background-color: #2b6334;
    margin-bottom: 30px;
}

body .strip-intro h2 {
    display: none;
}


@media(max-width: 480px) {


    html body [data-articletype=SlotReview] .static-content--simple {
        background-color: #283606;
    
    }

    html body [data-articletype=SlotReview] .subheader-maintitle{
        color:  #fff;
    }

    #gameContainer{padding-bottom: 10px;}

}


