


















@import "assets/font/font.css";

@import "assets/css/normalize.css";

@import "assets/css/swiper-bundle.min.css";

@import "assets/css/home.css";

@import "assets/css/header.css";

@import "assets/css/casino.css";

@import "assets/css/footer.css";





.banners__sm strong {

    font-size: 40px;

}



.navigation.pagination {

    margin: 0 auto;

    display: block;

    width: max-content;

}



.navigation.pagination .page-numbers {

    background: #87c00e;

    padding: 10px 15px;

    color: white;

    border-radius: 7px;

}





img.alignright {

    float: right;

    margin: 0 0 1em 1em

}



img.alignleft {

    float: left;

    margin: 0 1em 1em 0

}



img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



a img.alignright {

    float: right;

    margin: 0 0 1em 1em

}



a img.alignleft {

    float: left;

    margin: 0 1em 1em 0

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.comments {

    margin-top: 20px;

}



.comments-wrapper__title {

    font-size: 22px;

}



.comments-wrapper__subtitle {

    color: #7d7d7d;

    font-size: 15px;

}



#commentform {

    margin-top: 20px;

}



.comments-wrapper__form-control {

    width: 300px;

    border: 1px solid #777777;

    height: 31px;

    border-radius: 3px;

    margin-top: 5px;

}



.comments-wrapper__lable {

    display: block;

    color: #d3d3d3;

    font-size: 17px;

    margin-top: 10px;

}



.comments-wrapper__textarea {

    width: 300px;

    height: 100px;

}



.comments-wrapper__submit {

    box-shadow: 0 3px 30px #0da251;

    margin: 20px auto 0;

    max-width: 257px;

    color: white;

    padding: 10px 24px;

    border-radius: 10px;

    font-size: 14px;

    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);

}





ol.comments {

    list-style: none;

    margin: 0 !important;



}



.comment_item {

    display: flex;

    padding-left: 0 !important;

    margin-top: 18px !important;

    margin-bottom: 30px;

}



.comm_text {

    width: calc(100% - 100px);

}



.ava {

    margin-right: 20px;

}



.ava img {

    border-radius: 10px;

}



.name a {

    font-weight: 500;

    font-size: 17px;

    color: #42bb45;

}



ol.comments{

    padding-left: 0px !important;

}

.comm_text p{

    margin-top: 10px;

    font-family: 'Roboto';

    font-size: 16px;

    font-weight: 400;

    line-height: 22px;

    letter-spacing: 0em;

    text-align: left;

    color: #ffffff;

}



.name{

    font-weight: 500;

    font-size: 18px;

}



.widget-title{

    margin-bottom: 10px;

    margin-top: 20px;

}



@media (max-width: 1000px) {

    .header__wrap ul li{

        height: auto;

    }

}



.games-info__cnt table td{

    border: 1px solid;

    padding: 0.5em;

}



@media (max-width: 600px) {

     table {

        margin-top: 20px;

        overflow: scroll;

        margin-bottom: 20px;

        display: block;

        width: 100%;

    }

}



.wp-element-caption{

    text-align: center;

    font-size: 13px;

    color: #959595;

    margin-top: 5px;

}