.game-table {
    width: 100%;
    border-collapse: collapse
}

.game-table .title {
    color: #fcc40d;
    font-weight: 700
}

.game-table td,
.game-table th {
    padding: 15px;
    border: 3px solid #5d6f89;
    text-align: left
}

.game-table td {
    background-color: #111
}

.game-table.header {
    margin-bottom: 20px
}

.game-table.header td,
.game-table.header th {
    text-align: center;
    font-size: 18px
}

.game-table.header th {
    background-color: #523fbe
}

.popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 999;
    top: 0
}

.popup .feature-box {
    width: 85%;
    max-width: 460px;
    overflow: visible;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px;
    border-radius: 10px
}

.popup .feature-box img {
    border-radius: 10px
}

.popup .close {
    z-index: 99;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    transition: .6s;
    opacity: 1
}

.popup .close:hover {
    opacity: .8;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ps-3 .entry-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .8rem
}

.CopyrightNotice {
    opacity: 0;
    height: 0;
    display: block
}

.pagination {
    margin-top: 30px;
    display: block;
    --bs-pagination-color: #000000;
    --bs-pagination-bg: #000000;
    --bs-pagination-disabled-bg: #000000;
    overflow: hidden
}

.pagination li {
    display: inline-block
}

.entry-content h4 {
    margin-bottom: 0
}

.entry-content p a {
    text-decoration: underline !important
}

.si-colored.si-rss,
.si-rss:hover {
    background-color: #1d98dc !important
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    background-color: #f5ac4d !important;
    border-color: #e7ca2a !important
}

.btn-link,
.page-link,
.page-link:focus,
.page-link:hover {
    color: #f5ac4d
}

.btn-link,
.page-link,
.page-link:focus,
.page-link:hover {
    color: #f5ac4d
}

.post-navigation a {
    font-weight: 700;
    font-size: 20px
}

a {
    color: #f5ac4d;
    transition: .6s
}

a:hover {
    color: #18ae62
}

.mb-show {
    display: none
}

.game-categories {
    padding-top: 80px;
    text-align: center
}

.game-categories .media-box {
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 80px
}

.game-categories .media-box .fbox-media {
    margin: -100px 0 0 0
}

.game-categories .fbox-content h3 {
    padding-top: 10px
}

.mb-hide {
    display: block
}

@media (max-width:991.98px) {
    .mb-hide {
        display: none
    }

    .mb-show {
        display: block;
        overflow: hidden
    }

    .mb-show li {
        width: 50%;
        float: left;
        list-style: none;
        text-align: center
    }

    #slider {
        height: 60vh !important
    }
}

@media (max-width:768px) {
    #slider {
        height: 50vh !important
    }
}

@media (max-width:600px) {
    #slider {
        height: 40vh !important
    }

    .content-wrap .topmargin-lg {
        margin-top: 0 !important
    }
}

@media (max-width:480px) {
    #slider {
        height: 25vh !important
    }

    .game-categories p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 14px;
        line-height: 17px !important;
        overflow: hidden;
        margin-top: 0
    }

    .game-categories .button.button-circle {
        border-radius: 10px;
        padding: 5px 10px;
        letter-spacing: 0
    }

    .game-categories .media-box {
        padding: 10px;
        margin-bottom: 50px
    }

    .content-wrap {
        padding: 50px 0
    }
}

@media (max-width:440px) {
    #slider {
        height: 16vh !important
    }
}

.breadcrumb-item a:hover,
.faqlist li a:hover,
.menu-item a:hover {
    color: #da4e36 !important
}

.ellipsis {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#page-title span {
    overflow: hidden;
    width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.faq h4 {
    margin-bottom: 5px
}
.grid-item.games h5 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: normal;
}
@media (max-width:767.98px) {
    .ellipsis {
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    #page-title span {
        width: auto;
        white-space: unset
    }

    .clients-grid .grid-item a,
    .clients-grid .grid-item img {
        width: 100%
    }
    .grid-item.games h5{
        font-size: .9rem;
    }
    .parallax {
        padding: 50px 0
    }

    #header-wrap {
        padding: 5px 0
    }

    #logo img {
        margin-left: 8px;
        max-height: 30px
    }
}

@media (max-width:1259px) {
    .menu-link {
        padding-left: 5px;
        padding-right: 5px
    }
}

.entry-content {
    margin-top: 0
}

.grid-inner .entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    font-size: .8rem
}

.entry-title h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .98rem
}



.clients-grid .grid-item a img {
    max-width: 100%;
    width: auto;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-bottom: 5px
}

.clients-grid.grid-md-5 .grid-item a img {
    max-height: 200px
}

.clients-grid .grid-item a {
    opacity: 1
}

.sign-up {
    min-width: 98px;
    text-align: center;
    transition: .3s
}

.apply-agent {
    transition: .3s
}

#page-menu-wrap,
.page-menu-nav {
    background-color: #666
}

.page-menu-item.current>a,
.page-menu-item:hover>a {
    background-color: #4e4e4e
}

.page-menu-item>a {
    border-radius: 0
}

.faqlist li {
    width: 50%;
    float: left;
    padding: 0 10px
}

@keyframes breath {
    from {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}