body{
    font-family: pill_gothic_300_mg;
}
.widget-body{
    background: rgb(166, 46, 38);
    max-width: 800px;
}
/*Font - style*/
@font-face {
    font-family: pill_gothic_300_mg;
    src: url('../css/fonts/pill-gothic-300mg/Pill_Gothic_300mg_Regular.ttf');
}
@font-face {
    font-family: pill_gothic_300_mg_bold;
    src: url('../css/fonts/pill-gothic-300mg/Pill_Gothic_300mg_Bold.ttf');
}
.casino-header{
    text-align: center;
    background-color: #795690;
    color: white;padding: 10px;
    letter-spacing: 2px;
    padding: 4px;
}
.casino-header h3{
    font-size: 22px;
}
.no-padding{
    padding: 0px !important;
}
.padding-1{
    padding: 5px;
}

.padding-2{
    padding: 10px;
}
.padding-3{
    padding: 15px;
}

.image-box{
    background-size: contain;
    background-repeat: no-repeat;
}


.image-box .image-content{
    background-size: 100% 100%;
}
/*.image-box .image-content:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 70%;
    top: 15%;
    left: 100%;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0px;
    background-color: #9e9e9e;
}*/

.image-content-back-1{
    background-image: url('../Images/MERCHANT_banners_LADBROKES_WIDGET.jpg');
    background-color: #f4f4f4;
}
.image-content-back-2{
    background-image: url('../Images/MERCHANT_banners_PP_WIDGET.jpg');
    background-color: #e46335;
}
.image-content-back-3{
    background-image: url('../Images/MERCHANT_banners_777_WIDGET.jpg');
    background-color: black;
}


/*content-box*/
.content-box{
    padding: 5px;
    padding-left: 10px !important;
    text-align: center;

}
.content-box p{
    font-size: 13px;
    text-align: center;
    padding: 0px !important;
    margin: 0 0 0px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase
}
.content-box h2{
    padding: 3px;
    margin: 3px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
}
.content-box h2 b{
    font-family: pill_gothic_300_mg_bold;
    font-size: 25px;
}
/*Play btn*/
.play-btn{
    font-family: pill_gothic_300_mg_bold;
    font-size: 15px;
    height: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #e62044;
    color: white;
    -webkit-box-shadow: 1px 8px 5px -2px rgba(255,84,115,0.74);
    -moz-box-shadow: 1px 8px 5px -2px rgba(255,84,115,0.74);
    box-shadow: 1px 8px 5px -2px rgba(255,84,115,0.74);
    width: 80%;
}
.text-white{
    color: white !important;
}
.text-purple{
    color: #542b72 !important;
}

.content-box-shadow{
    position: absolute;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 33px 9px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 0px 0px 33px 9px rgba(0,0,0,0.55);
    box-shadow: inset 0px 0px 33px 9px rgba(0,0,0,0.55);
}


/* Responsiveness of diffrent screen sizes*/
@media screen and (max-width: 750px)  {
    .content-box p{
        font-size: 12px;
        text-align: center;
        padding: 0px !important;
        margin: 0 0 0px;
        margin-top: 5px;

        letter-spacing: 2px;
        text-transform: uppercase
    }
    .content-box h2{
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .play-btn{
        font-size: 12px;
        height: 25px;
        padding: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #e62044;
        color: white;
    }

    .image-box .image-content{
        /*min-height: 90px;*/
    }

    .content-box-shadow{
        /*height: 90px;*/
        height: inherit;
    }

}


@media screen and (max-width: 500px) {
    .box-width-break{
        display: block;
        width: 100% !important;
    }

    .content-box p{
        font-size: 12px;
        text-align: center;
        padding: 0px !important;
        margin: 0 0 0px;
        margin-top: 5px;

        letter-spacing: 2px;
        text-transform: uppercase
    }
    .content-box h2{
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .play-btn{
        font-size: 12px;
        height: 25px;
        padding: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #e62044;
        color: white;
    }

    .image-box .image-content{
        /*min-height: 90px;*/
        background-size: 100% 100%;
        /*background-size: cover;*/

        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 355px) {

    .content-box p{
        font-size: 12px;
        text-align: center;
        padding: 0px !important;
        margin: 0 0 0px;
        margin-top: 3px;
        letter-spacing: 2px;
        text-transform: uppercase
    }
    .content-box h2{
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .content-box h2 b{
        font-size: 14px;
    }
    .play-btn{
        font-size: 11px;
        height: 23px;
        padding: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #e62044;
        color: white;
    }
}

@media screen and (max-width: 750px) and (min-width: 500px) {
    .content-box h2 b{
        font-size: 17px;
    }
}@media screen and (max-width: 500px) and (min-width: 355px) {
    .content-box h2 b{
        font-size: 15px;
    }
}
