body {
    padding-top: 60px;
    font-family: Helvetica, sans-serif;
}

.table>:not(caption)>*>* {
    background: none;
}

.body-container {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.bs-footer .category {
    font-size: 14px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    margin-bottom: 0.4rem;
}

.bs-footer-item-lv1 {
    font-size: 14px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    margin-bottom: 0.4rem;
    text-decoration: none;
}

.bs-footer-menu-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 32px;
}

.bs-footer-menu-ul .bs-footer-item  {
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    color: #ddd;
    text-decoration: none;
}

.bs-footer-item:hover {
    color: #fff;
    text-decoration: none;
}

.bs-footer {
    color: #CCC;
}

.bs-footer-copy p {
    margin-bottom: 0;
}

.bs-footer-menu {
    margin-bottom: 1rem;
}

.bs-footer-ext {
    background-color:  #393c42;
    border-top: 4px solid #6e7079;
}

/*.row-author {*/
/*    background-color: #eee;*/
/*    border-radius: 14px;*/
/*}*/

.bs-footer a.copyright {
    color: #FFF;
    text-decoration: none;
}

.bs-footer a.copyright:hover {
    text-decoration: underline;
}

.footer-links a {
    color: #FFF;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.accordion {
    margin-bottom: 2rem;
}

.accordion-button:not(.collapsed) {
    background-color: #FFF;
}

.accordion-button:focus {
    /*box-shadow: none;*/
}

@media (min-width: 992px) {
    ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

/*
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28240, 240, 240, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
*/


.brand-logo {
    margin-right: 1rem;
}

.navbar-brand {
    font-size: 1.5rem;
    color: #FFF;
}

/*h1 {*/
/*    margin-top: 1.2rem;*/
/*}*/

.faq .accordion-button {
    font-weight: bold;
    background-color: #eee;
}

.swiper-payments img {
    width: 100%;
}

.swiper-screenshots img {
    width: 100%;
}

.landing-payments {
    background: linear-gradient(120deg, rgb(239, 243, 247) 15%, rgb(216, 213, 226) 55%, rgb(216, 213, 226) 100%);
}

.landing-software {
    background-color: #1b1c29;
}


.logo-list {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0.2rem 0 1rem 0;
    padding: 0;
}

.logo-list .item {
    flex: 0 0 162px;
    width: 160px;
    margin: 1px;
    font-size: 12px;
    white-space: normal!important;
    text-align: center;
    color: #555;
    min-height: 45px;
}

.logo-list .item picture, .logo-list .item b {
    border: 1px solid #e4e8ef;
    border-radius: 2px;
    justify-content: center;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}

.logo-list .item img {
    margin: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
}


ul.pros-cons {

}

ul.pros-cons > li {
    padding-left: 10px;
    padding-bottom: 15px;
}

ul.pros > li, ul.cons > li {
    padding-left: 10px;
    /*padding-bottom: 15px;*/
}

ul.pros-cons li::before {
}

ul.pros > li::marker {
    content: url('/wp-content/i/ico/check-on.svg');
}

ul.cons > li::marker {
    content: url('/wp-content/i/ico/check-off.svg');
}

a.sitemap-category {
    text-decoration: none;
}

.game-table {
    margin: 1em 0 1em 1em;
    list-style-type: none;
    padding: 0;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: -15px;
    font-size: .87em;
}

.game-table > li {
    -webkit-box-flex: 1;
    background-color: #FFF;
    /*flex: 1 1 200px;*/
    flex-basis: 23%;
    /*margin: 0 0 15px 15px;*/
    /*max-width: 250px;*/
    margin-bottom: 15px;
    min-height: 350px;
    padding: 15px 15px;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 8px rgb(0 0 0/20%);
    border-radius: 15px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.game-table > li a.btn-review {
    font-weight: bold;
    width: 100%;
    color: #FFF;
    background-color: #0d6efd;
    border-color: #0d6efd;

    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
}

.game-table > li a.btn-review:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.game-table > li a.btn-review:active {
    background-color: #0a58ca;
    border-color: #0a53be;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.gd-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-play-container {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 1024px;
}

.gd-play-container .image {
    /*height: 460px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.gd-play-container .image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #071829;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.gd-play-container > .info {
    margin-top: -25px;
}
.gd-play-container > .info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -50px 0px 0px 0px;
    text-align: center;
    z-index: 40;
}

.gd-play-container iframe {
    transition: all 300ms ease-in-out;
}
.gd-play-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 30;
    opacity: 0;
    transition: opacity 2s ease;
    max-height: 100%;
}
.gd-play-container iframe[src] {
    opacity: 1;
    z-index: 60;
}

.iframe-logos {
    position: absolute;
    bottom: 47px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.iframe-logos span {
    margin: 0 18px;
    display: block;
}

.iframe-logos span img {
    max-width: 100%;
    height: auto;
}

.iframe-age-limit {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}


.game-video-casinos video {
    max-width: 100%;
}


.casino-table {
    flex-wrap: wrap;
    overflow-x: hidden;
    display: flex;
}

.casino-table > .item {
    flex: 0 0 25%;
    padding: 10px;
}

.casino-table .item-card {
    border: 1px solid #AAA;
    margin-bottom: 1.7rem;
    background-color: #eee;
    border-radius: 0.8rem;
}

.casino-table div.item-header {
    align-items: center;
    border-radius: 0.8rem 0.8rem 0 0;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    position: relative;
    height: 145px;
}

.casino-table picture {
    justify-content: center;
    height: 70%;
    display: flex;
    align-items: center;
    width: 70%;
}

.casino-table .item-body {
    text-align: center;
    padding: 10px 2px 10px 2px;
    font-weight: bold;
}

.casino-table .item-body a {
    text-decoration: none;
    color: #444;
}

.casino-table .item-body a:hover {
    /*text-decoration: underline;*/
    color: #0a58ca;
}

.casino-table .item-action {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 4rem;
}

.casino-table picture img {
    max-width: 100%;
    max-height: 100%;
}





.gn-cards {
    flex-wrap: wrap;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.gn-cards .item-card {
    background-color: #FFF;
    border-radius: 10px;
}

.gn-cards .item {
    flex: 0 0 30%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gn-cards .item-header {
    background-color: #333;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    min-height: 3rem;
}

.gn-cards .item-body {
    padding: 0 20px;
    font-size: 85%;
}

.landing {
    background-color: #202529;
    color: #FFF;
    padding-bottom: 15px;
}

.bs-header-ext {
    background-color: #202529;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 60px;
    z-index: 1030;
}


.gncol-img {
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}

.gncol {
    margin: 10px 20px;
}

@media (max-width: 992px) {
    .bs-header .navbar-brand {
        color: #FFF;
    }

    .nav-item-toggler {
        width: 15px;
        position: absolute;
        right: 22px;
        color: #FFF;
        top: 12px;
        background-image: url("data:image/svg+xml,%3Csvg class='main-menu__icon' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56125 6.43872L9 9.87747L12.4388 6.43872L13.5 7.49997L9 12L4.5 7.49997L5.56125 6.43872Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
        height: 20px;
        background-position: top;
        background-repeat: no-repeat;
    }

    .game-table > li {
        flex-basis: 32%;
    }

    .casino-table > .item {
        flex: 0 0 32%;
    }
}

@media (max-width: 768px) {
    .game-table > li {
        flex-basis: 48%;
    }

    .casino-table > .item {
        flex: 0 0 49%;
    }

    .gn-cards > .item {
        flex: 0 0 49%;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 18px;
    }

    /*.bs-header .navbar-brand {*/
    /*    font-size: 16px;*/
    /*    padding-right: 5px;*/
    /*    margin-right: 0px;*/
    /*}*/

    .game-table > li {
        flex-basis: 100%;
    }

    .casino-table > .item {
        flex: 0 0 100%;
    }

    .gn-cards .item {
        flex: 0 0 100%;
        margin: 10px 0;
    }
}





/* NEW */
.gsec {
    padding: 30px 0 20px 0;
}

.gsec-head {
    background-color: #0e1415;
    color: #fff;
}

.gsec-list {
    background-color: #ccc;
}

.gsec-1 {
    background-color: #F9ECCC;
}

.gsec-2 {
    background-color: #eee;
}

.gsec-3 {
    background-color: #0f3856;
    color: #FFF;
}

.gsec-4 {
    background-color: #f4c146;
    color: #333;
}

.gsec-author {
    background-color: #eee;
}

.gsec-footer {
    background-color: #f4c146;
    color: #333;
}





.gcol-border {
    background-color: #FFF;
    color: #333;
}

.gcol-border > h3 {
    padding: 7px 20px;
}

.gcol-body {
    padding: 10px 20px;
}


.gcol-body > img {
    display: block;
    max-width: 70%;
    width: 70%;
    max-height: 200px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.gcol-img-cover > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 170px;
}

.gcol-border h3 img {
    width: 50px;
    padding-right: 5px;
}


.gcol-border > h3 {
    font-size: 1.3rem;
}

.gcol {
    padding: 1.5rem;
}

.gcol p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.grw-1 .gcol-border {
    box-shadow: 0 10px 22px 3px rgba(0, 0, 0, 0.06);
}

.grw-1 .gcol-border > h3 {
    background-color: #f5d02b;
    color: #333;
}

.grw-1 .gcol-img-cover {
    background-color: #000;
}

@media (max-width: 576px) {
    .gcol {
        padding: 10px;
    }

    .gsec {
        padding: 15px 0 10px 0;
    }
}



