/*----COMPONENTS----*/
/* BODY */
body #brand_casinos, body #brand_casinos_blacklisted {
    counter-reset: section;
    -webkit-font-smoothing: antialiased;
}

main {
    width: 100%;
    float: left;
    overflow-x: hidden;
    position: relative;
    top: 43px;
}

.trustpilot-widget {margin-top:-30px; padding-bottom: 30px;}

/* COLORS */

/* PAGINATION */
.pagination {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    float: left;
    margin-bottom: 30px
}

.pagination .page-numbers {
    float: left;
    border-radius: 3px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    color: #363636 !important;
    border: 1px solid #E2E2E2;
    transition: .3s all;
    margin: 0 10px 0 0;
    display: none;
    visibility: hidden
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.current {
    display: inline-block;
    visibility: visible
}

.pagination .page-numbers.current {
    background-color: #ff233b;
    color: #fff !important;
    border-color: #ff233b
}

.pagination .page-numbers:hover {
    background-color: #ff233b;
    color: #fff !important;
    border-color: #ff233b
}

/* PAGINATION NUMBER */
.number-pagination {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.number-pagination span,
.number-pagination a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    color: #000 !important;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    border-radius: 4px;
    margin: 0 2.5px;
    transition: .3s all;
}

.number-pagination a.prev,
.number-pagination a.next {
    padding: 0 15px;
    width: auto;
}

.number-pagination span,
.number-pagination a:hover {
    background: #ff233b;
    border-color: #ff233b;
    text-decoration: none !important;
    color: #fff !important;
}

.number-pagination span {
    font-weight: 700;
}

/* TOUCH WITH US */
.touch-with-us {
    width: 100%;
    float: left;
    background: #FFF;
    border: 1px solid #E2E3E4;
    padding: 20px 25px 10px 25px;
    border-radius: 4px;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
}

.touch-with-us .content {
    width: 100%;
    float: left;
}

.touch-with-us .content span.m-head {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #ff233b;
    margin: 0 0 10px 0;
}

.touch-with-us .content ul {
    margin: 0 0 15px 0;
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
}

.touch-with-us .content ul li::before {
    display: none;
    visibility: hidden;
}

.touch-with-us .content ul li {
    font-size: 14px;
    padding: 0;
    width: 100%;
    float: left;
}


.touch-with-us .content ul li span.title {
    font-weight: 500;
}

.touch-with-us .content ul li i {
    margin-right: 5px;
    color: #c3c4c7;
    width: 30px;
    text-align: center;
    float: left;
}

.touch-with-us .content span.sub-head {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #E2E3E4;
    padding-top: 15px;
    margin-bottom: 5px;
}

/* LOAD MORE BUTTON */
.load-more-btn, .load-more-btn-devices {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.load-more-btn a, .load-more-btn-devices a {
    height: 50px;
    line-height: 50px;
    background: #FF233B;
    color: #fff !important;
    display: inline-block;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 600;
    position: relative;
    margin: 0 0 10px 0;
}

.load-more-btn a::after, .load-more-btn-devices a:after {
    content: '\e81a';
    font-family: 'casinousa_icons';
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
    top: 2px;
    display: inline-block;
    position: relative;
}

/* COLLAPSE */

.collapse-box {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
}

.collapse-box .item {
    width: 100%;
    display: block;
    float: left;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e2
}

.collapse-box .item .heading {
    font-size: 15px;
    display: inline-block;
    float: left;
    color: #2B2B2B;
    position: relative;
    letter-spacing: -.3px;
    cursor: pointer;
    padding: 20px 23px 17px 23px;
    width: 100%;
    font-weight: 700;
}

.collapse-box .item .heading.active::before {
    content: '\e81d';
    color: #ff233b;
}


.collapse-box .item .heading.active {
    color: #ff233b;
}

.collapse-box .item .heading::before {
    content: '\e81a';
    font-family: 'casinousa_icons';
    color: #c3c4c7;
    position: absolute;
    right: 22px;
    font-size: 25px;
    display: inline-block;
    float: left;
    top: 11px
}

.collapse-box .item .description {
    width: 100%;
    float: left;
    line-height: 27px;
    font-size: 15.5px;
    font-weight: 400;
    letter-spacing: -.2px;
    color: #2B2B2B;
    padding: 0px 23px 17px 23px;
    margin: 0;
    display: none
}

.collapse-box .item .description p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #3A3B3D;
    letter-spacing: -.3px;
    margin-bottom: 0
}

/* BLOCKQUOTE */

section.page-content blockquote {
    display: table;
    padding: 0;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative
}

section.page-content blockquote::before {
    content: '\f10d';
    font-family: 'casinousa_icons';
    position: relative;
    left: 0;
    top: 0;
    color: #ff2c44;
    font-size: 30px
}

section.page-content blockquote.full {
    width: 100%
}

section.page-content blockquote > p {
    font-style: italic !important
}

section.page-content blockquote > cite {
    font-size: 16px;
    color: #ff2c44;
    font-weight: 400;
    font-style: italic;
    padding-top: 10px;
    display: inline-block;
    position: relative
}

section.page-content blockquote > cite::after {
    content: '';
    width: 62px;
    height: 2px;
    background-color: #ff2c44;
    position: absolute;
    right: -75px;
    top: 22px
}

/* AUDIO BUTTON */
.responsivevoice-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ff233b;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    margin: 0 0 15px 0;
    cursor: pointer;
}

/* BUTTONS */
.show-more {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}

.show-more a {
    width: 100%;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    float: left;
    border-radius: 4px;
    text-align: center;
    color: #FF233B;
    border: 2px solid #FF233B;
    font-size: 15px;
    font-weight: 600;
    transition: .3s all;
}

.show-more a:hover {
    background: #FF233B;
    color: #fff;
    text-decoration: none !important;
}

.fullcta {
    width: 100%;
    float: left;
    background: #FF233B;
    box-shadow: inset 0 -3px 0 0 #AB091A;
    border-radius: 3px;
    padding-top: 8px;
    height: 56px;
    position: relative;
    transition: .3s all;
}

.fullcta.margin {
    margin: 0 0 30px 0;
}

.fullcta:hover {
    transform: translateY(1px);
    box-shadow: inset 0 -3px 0 0 #FF233B;
}

.fullcta a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;

}

.fullcta span {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.fullcta span.play {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.fullcta span.name {
    font-size: 13px;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* RESULTS POSTS */
section.results-posts {
    width: 100%;
    float: left;
}

/* FAQ */
.faq-content {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0 0 0;
}

.faq-content .item {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EFEFEF;
}

.faq-content .item:last-child {
    border-bottom: none;
}

.faq-content .item span {
    width: 100%;
    float: left;
}

.faq-content .item span.question {
    font-size: 18px;
    color: #000;
    letter-spacing: -0.15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    position: relative;
}

.faq-content .item span.question::before {
    content: 'Q:';
    font-size: 18px;
    line-height: 20px;
    float: left;
    display: inline-block;
    margin-right: 11px;
    color: #ff233b;
}

.faq-content .item span.answer {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #3A3B3D;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* EXTRA */
.hide-mobile {
    display: none;
    visibility: hidden;
}

.hide-desktop {
    display: inline-block;
    visibility: visible;
}

.wrapper {
    width: 100%;
    float: left;
}

section.layout {
    width: 100%;
    float: left;
}

.map_container li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important;
}

/* CONTACT FORM */
.wpcf7 {
    margin-bottom: 30px;
}

#wpcf7-f775-p778-o1,
#wpcf7-f775-p778-o1 label,
#wpcf7-f775-p778-o1 input,
#wpcf7-f775-p778-o1 textarea,
#wpcf7-f775-p778-o1 div {
    width: 100%;
    float: left;
}

#wpcf7-f775-p778-o1 input,
#wpcf7-f775-p778-o1 textarea {
    border: 1px solid #e0e0e0;
    outline: none;
    padding-left: 15px;
    border-radius: 3px;
}

#wpcf7-f775-p778-o1 input {
    height: 45px;
}

#wpcf7-f775-p778-o1 textarea {
    min-height: 150px;
    height: 150px;
}

#wpcf7-f775-p778-o1 label {
    font-size: 14px;

}

.wpcf7-submit {
    height: 50px !important;
    line-height: 50px;
    border-radius: 4px !important;
    background: #fe243b;
    color: #fff;
    font-weight: 700;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    border: none !important;

}


/* AUTHOR CARD */

.author-shortcode {
    width: 100%;
    float: left;
    margin: 15px 0 30px 0;
}

.author-v-card {
    width: 100%;
    float: left;
    margin: 0px 0 30px 0;
    padding: 30px 30px 15px 30px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: #f7f7f7;
    border-radius: 4px;
}

.author-v-card.author {
    border-bottom: none;
    margin-bottom: 0;
}

.author-v-card .avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}


.author-v-card .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.author-v-card .data {
    width: 100%;
    text-align: center;
    float: left;
}

.author-v-card .data span {
    width: 100%;
    float: left;
}

.author-v-card .data span.name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.author-v-card .data span.name a {
    color: #000;
}

.author-v-card .data span.name a:hover {
    color: #FF233B;
}

.author-v-card .data span.title {
    font-size: 14px;
    font-weight: 400;
    color: #3A3A3A;
    font-style: italic;
}

.author-v-card .data span.description {
    font-size: 14px;
    color: #3A3A3A;
    line-height: 24px;
    margin: 10px 0 0 0;
}


.author-v-card .data ul.social-id {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    list-style-type: none;
    display: inline-block;
    text-align: center;
}

.author-v-card .data ul.social-id li {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.5px;
    line-height: 25px;
    margin-right: 20px;
    transition: .3s all;
    margin-bottom: 10px;
    display: inline-block;
}

.author-v-card .data ul.social-id li a {
    display: inline-block;
    float: left;
    color: inherit
}

.author-v-card .data ul.social-id li:last-child {
    margin-right: 0
}

.author-v-card .data ul.social-id li.facebook {
    color: #3b5a97
}

.author-v-card .data ul.social-id li.twitter {
    color: #00abed
}

.author-v-card .data ul.social-id li.email {
    color: #8a909e
}


.author-v-card .data ul.social-id li::before {
    content: '';
    font-family: 'casinousa_icons';
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    position: relative;
    width: auto;
    height: auto;
    background: inherit;
}

.author-v-card .data ul.social-id li.facebook::before {
    content: '\F30C';
    color: #3b5a97;
    width: auto;
    height: auto;
    background: inherit;
}

.author-v-card .data ul.social-id li.twitter::before {
    content: '\F309';
    color: #00abed;
    font-size: 14px;
    top: 1px;
    width: auto;
    height: auto;
    background: inherit;
}

.author-v-card .data ul.social-id li.email::before {
    content: '\E811';
    color: #8a909e;
    top: 0;
    width: auto;
    height: auto;
    background: inherit;
}


/* BREADCRUMB */
.breadcrumb {
    width: 100%;
    float: left;
    display: none;
    visibility: hidden;
}

.breadcrumb.mtop {
    margin-top: 0;
    margin-bottom: 10px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
}

.breadcrumb ul li {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    position: relative;
    display: inline;
}

.breadcrumb ul li::after {
    content: '\e81c';
    font-family: 'casinousa_icons';
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    top: 1px;
}

.breadcrumb ul li a {
    transition: .3s all;
}

.breadcrumb ul li a:hover {
    color: #FF233B;
}

.breadcrumb ul li:last-child a:hover {
    text-decoration: none;
}

.breadcrumb ul li:last-child::after {
    display: none;
    visibility: hidden;
}

.publish-details {
    height: 35px;
}

/* LAST UPDATED */
.last-updated {
    width: 100%;
    float: right;
    text-align: right;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    position: relative;
    top: 7px;
    display: none;
    visibility: hidden;
}

.last-updated b {
    font-weight: 400;
    color: #fff;
}

/* PAYMENT METHODS */
i.method {
    background: url('../img/payment-logos/sprite.png?ver=27.0.0') no-repeat top left;
    background-size: 91px 860px;
    display: inline-block;
}

i.method.amex {
    background-position: 0 0;
    width: 49px;
    height: 14px;
}

i.method.astropay {
    background-position: 0 -15px;
    width: 49px;
    height: 15px;
}

i.method.bank-transfer {
    background-position: 0 -31px;
    width: 41px;
    height: 15px;
}

i.method.bitcoin-cash {
    background-position: 0 -47px;
    width: 59px;
    height: 12px;
}

i.method.bitcoin {
    background-position: 0 -60px;
    width: 58px;
    height: 13px;
}

i.method.boku {
    background-position: 0 -74px;
    width: 38px;
    height: 10px;
}

i.method.cash-app {
    background-position: 0 -85px;
    width: 60px;
    height: 13px;
}

i.method.cheque {
    background-position: 0 -99px;
    width: 48px;
    height: 13px;
}

i.method.click2pay {
    background-position: 0 -113px;
    width: 61px;
    height: 11px;
}

i.method.clickandbuy {
    background-position: 0 -125px;
    width: 62px;
    height: 15px;
}

i.method.dash {
    background-position: 0 -141px;
    width: 40px;
    height: 11px;
}

i.method.discover {
    background-position: 0 -153px;
    width: 59px;
    height: 12px;
}

i.method.dogecoin {
    background-position: 0 -166px;
    width: 50px;
    height: 15px;
}

i.method.easyeft {
    background-position: 0 -182px;
    width: 63px;
    height: 15px;
}

i.method.ecobanq {
    background-position: 0 -198px;
    width: 55px;
    height: 13px;
}

i.method.ecopayz {
    background-position: 0 -212px;
    width: 55px;
    height: 13px;
}

i.method.entropay {
    background-position: 0 -226px;
    width: 59px;
    height: 15px;
}

i.method.ethereum {
    background-position: 0 -242px;
    width: 56px;
    height: 14px;
}

i.method.euteller {
    background-position: 0 -257px;
    width: 50px;
    height: 13px;
}

i.method.ewallet {
    background-position: 0 -271px;
    width: 55px;
    height: 14px;
}

i.method.giro-pay {
    background-position: 0 -286px;
    width: 34px;
    height: 15px;
}

i.method.idebit {
    background-position: 0 -302px;
    width: 26px;
    height: 12px;
}

i.method.instadebit {
    background-position: 0 -315px;
    width: 78px;
    height: 9px;
}

i.method.interac-online {
    background-position: 0 -325px;
    width: 32px;
    height: 16px;
}

i.method.jeton-wallet {
    background-position: 0 -342px;
    width: 64px;
    height: 12px;
}

i.method.jeton {
    background-position: 0 -355px;
    width: 55px;
    height: 15px;
}

i.method.klarna {
    background-position: 0 -371px;
    width: 56px;
    height: 13px;
}

i.method.laser {
    background-position: 0 -385px;
    width: 18px;
    height: 11px;
}

i.method.litecoin {
    background-position: 0 -397px;
    width: 52px;
    height: 15px;
}

i.method.maestro {
    background-position: 0 -413px;
    width: 27px;
    height: 16px;
}

i.method.mastercard {
    background-position: 0 -430px;
    width: 27px;
    height: 16px;
}

i.method.mifinity {
    background-position: 0 -447px;
    width: 57px;
    height: 10px;
}

i.method.monero {
    background-position: 0 -458px;
    width: 55px;
    height: 15px;
}

i.method.money-order {
    background-position: 0 -474px;
    width: 77px;
    height: 15px;
}

i.method.moneygram {
    background-position: 0 -490px;
    width: 68px;
    height: 14px;
}

i.method.muchbetter {
    background-position: 0 -505px;
    width: 67px;
    height: 15px;
}

i.method.neosurf {
    background-position: 0 -521px;
    width: 49px;
    height: 12px;
}

i.method.neteller {
    background-position: 0 -534px;
    width: 61px;
    height: 11px;
}

i.method.nordea {
    background-position: 0 -546px;
    width: 64px;
    height: 14px;
}

i.method.paypal {
    background-position: 0 -561px;
    width: 53px;
    height: 14px;
}

i.method.paysafecard {
    background-position: 0 -576px;
    width: 75px;
    height: 13px;
}

i.method.person2person {
    background-position: 0 -590px;
    width: 89px;
    height: 8px;
}

i.method.piastrix {
    background-position: 0 -599px;
    width: 37px;
    height: 15px;
}

i.method.players-rewards-card {
    background-position: 0 -615px;
    width: 91px;
    height: 11px;
}

i.method.qiwi {
    background-position: 0 -627px;
    width: 39px;
    height: 14px;
}

i.method.rapid-transfer {
    background-position: 0 -642px;
    width: 44px;
    height: 13px;
}

i.method.ripple {
    background-position: 0 -656px;
    width: 44px;
    height: 13px;
}

i.method.skrill {
    background-position: 0 -670px;
    width: 40px;
    height: 14px;
}

i.method.sofort-banking {
    background-position: 0 -685px;
    width: 56px;
    height: 10px;
}

i.method.solo {
    background-position: 0 -696px;
    width: 24px;
    height: 15px;
}

i.method.stellar {
    background-position: 0 -712px;
    width: 45px;
    height: 12px;
}

i.method.switch {
    background-position: 0 -725px;
    width: 24px;
    height: 15px;
}

i.method.tether {
    background-position: 0 -741px;
    width: 15px;
    height: 15px;
}

i.method.ukash {
    background-position: 0 -757px;
    width: 39px;
    height: 15px;
}

i.method.visa-electron {
    background-position: 0 -773px;
    width: 46px;
    height: 14px;
}

i.method.visa {
    background-position: 0 -788px;
    width: 37px;
    height: 12px;
}

i.method.webmoney {
    background-position: 0 -801px;
    width: 43px;
    height: 11px;
}

i.method.western-union {
    background-position: 0 -813px;
    width: 29px;
    height: 15px;
}

i.method.wire-transfer {
    background-position: 0 -829px;
    width: 60px;
    height: 15px;
}

i.method.zimbler {
    background-position: 0 -845px;
    width: 51px;
    height: 14px;
}


/* STEP LIST */
.step-list {
    width: 100%;
}

.step-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.step-list ul li ul {
    margin: 11px 0 0 18px !important;
    list-style: disc;
}

.step-list ul li ul li {
    padding: 0 0 0 0 !important;
    margin: 0px 0 11px 0 !important
}

.step-list ul li {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
    background: #F7F7F7;
    padding: 25px !important;
}

.step-list ul li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important;
}

.step-list ul li span.number {
    width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #FF233B;
    font-weight: 700;
    letter-spacing: -1.15px;
    border-radius: 8px;
}

.step-list ul li .right {
    float: left;
    padding: 0;
    margin: 0;
    width: auto;
    float: initial;
}

.step-list ul li .right img {
    width: 100%;
}


.step-list.w-image ul li .image {
    width: 150px;
    float: left;
    margin: 30px 0 0 0;
    display: none;
    visibility: hidden;
}

.step-list.w-image ul li .image img {
    width: 80%;
    height: 100%;
    display: inline-block;
    float: right;
    background-size: 100%;
    background-repeat: no-repeat;
}

.step-list ul li .right span.head {
    width: calc(100% - 95px);
    float: left;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    padding: 0;
    margin: 5px 0 20px 0;
}

.step-list ul li .right p {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

/* OTHER BOXES */
#box {
    width: 100%;
    display: inline-block;

}

#box .wrap img.alignright {
    clear: right;
    margin-left: 30px;
    margin-top: -30px;
}

#box.step {
    overflow: hidden;
    border: none !important;
}

#box.num .wrap {
    margin-left: 0 !important;
}

#box.step .wrap {
    margin-left: 25px !important;
}

.box-container {
    border: none !important;
    width: 100% !important;
    float: left !important;
}

#box.step .wrap h3 {
    line-height: 24px !important;
    margin-top: 0 !important;
    top: -3px !important;

}

#box .wrap h3 {
    line-height: 50px !important;
}

.box-container .box-step::before {
    top: 24px !important;
    left: 0 !important;
    border-left: 2px solid #ff233b !important;
}

.box-container .box-step:after {
    background-color: #ff233b !important;
    left: -17px !important;
    top: 2px !important;
    line-height: 35px !important;
}


/* GREEN CARD */
.green-card {
    width: 100%;
    float: left;
    background: #EBF9ED;
    margin: 20px 0;
    padding: 40px 35px 20px 35px;
}

.green-card .badge {
    width: 168px;
    height: 168px;
    margin: 0 auto;
}

.green-card .badge i {
    width: 100%;
    height: 100%;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.green-card .badge i.approved {
    background-image: url('../img/elements/approved.png');
}

.green-card .data {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.green-card .data span.head {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.15px;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #D7E1D9;
    margin: 0 0 10px 0;
}

/* INFO IMAGE CARD */
.casino-info {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    align-items: stretch;
    width: 100%;
    margin: 2px 0 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #b1bec4;
    border-radius: 0;
    transition: transform ease .3s;
}

.casino-info .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-width: 25%;
    max-width: 25%;
    background-color: #eef1f1;
    padding: 20px 23px 15px;
}

.casino-info .image img {
    max-width: 100%;
}

.casino-info .content {
    width: 80%;
    margin: auto;
    padding: 10px 10px 25px 30px;
}

.casino-info .content h3 {
    font-weight: 700;
    margin: 15px 0 10px;
    font-size: 26px;
}

.casino-info .content p {

}

/* TOC */

#toc_container a {
    color: #2B2B2B;
    font-size: 14px;
    text-decoration: none;
    text-shadow: none
}

#toc_container {
    background: #FFF;
    border: 1px solid #E2E3E4;
    padding: 10px 20px;
    border-radius: 4px;
    clear: right;
    width: 100% !important;
    display: table;
    font-size: 95%;
    margin-bottom: 1em
}

.toc_wrap_right {
    float: right
}

#toc_container p.toc_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e8eaed;
    text-transform: uppercase;
    color: #17233d;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -.5px;
    text-align: center
}

#toc_container p.toc_title + ul.toc_list {
    margin: 8px 0 7px 0
}

#toc_container span.toc_toggle a {
    color: #ff233b
}

div#toc_container > ul > li {
    padding: 4px 0;
    border-bottom: 1px solid #e8eaed
}

div#toc_container > ul > li::before {
    content: '' !important;
    display: none;
    visibility: hidden
}

#toc_container span.toc_number {
    color: #ff233b;
    font-weight: 600;
    padding-right: 2px
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0;
    list-style-type: none;
    list-style: none
}

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container ul ul li::before {
    content: '' !important;
    display: none;
    visibility: hidden
}

/* EXTERNAL */
.hidden {
    display: none;
    visibility: hidden;
}

/* 404 */

section.page-not-found {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 115px;
    margin-top: 130px
}

section.page-not-found.nothing {
    margin-top: 90px;
    margin-bottom: 0
}

section.page-not-found.category {
    margin-top: 30px;
    margin-bottom: 30px
}

section.page-not-found.category h1.head {
    font-size: 32px
}

section.page-not-found.nothing h1.head {
    font-size: 36px
}

section.page-not-found h1.head {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    font-size: 44px;
    line-height: 44px;
    color: #091E2C;
    font-weight: 700
}

section.page-not-found span.description {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 300;
    letter-spacing: -.15px;
    font-size: 23px;
    color: #2A2F32;
    line-height: 36px
}

section.page-not-found .search {
    width: 100%;
    float: left;
    margin-top: 20px
}

section.page-not-found .search .input {
    width: 100%;
    float: left;
    position: relative
}

section.page-not-found .search .input::before {
    content: '\e814';
    font-family: 'casinousa_icons';
    color: #D4D7DA;
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 20px
}

section.page-not-found .search .input input {
    width: 100%;
    height: 60px;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 1px 1px 1px 1px;
    border-radius: 1px;
    outline: none;
    font-weight: 300;
    color: #2A2F32;
    padding: 0 30px 0 55px;
    font-size: 16px;
    letter-spacing: -.1px
}

/* BACK TO TOP */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    background-color: #ff233b;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
    outline: none
}

.back-to-top::before {
    content: '\e81d';
    font-family: 'casinousa_icons';
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-size: 28px;
    color: #fff
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto
}

.back-to-top:focus {
    outline: none
}

body.online-casinos-template-review .back-to-top {
    bottom: 74px;
}

/* FEATURES CASINOS TABLE */
.features-casinos-table {
    width: 100%;
    float: left;
    position: relative;
}

.features-casinos-table .item {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    border: 1px solid #efefef;
    position: relative;
}

.features-casinos-table .item .head {
    width: 100%;
    height: 50px;
    background: #1B232B;
    float: left;
}

.features-casinos-table .item .head span.count {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    background: #FF233B;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.features-casinos-table .item .head h3.name {
    width: calc(100% - 50px);
    padding-left: 30px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    clear: inherit;
    padding: 0 0 0 15px;
    margin: 0;
}

.features-casinos-table .item .content {
    width: 100%;
    float: left;
    position: relative;
}

.features-casinos-table .item .content .left {
    width: 100%;
    float: left;
    position: relative;
}

.features-casinos-table .item .content .left .logo {
    width: 100%;
    height: 200px;
    line-height: 200px;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 15px 0;
    text-align: center;
}

.features-casinos-table .item .content .left .logo img {
    width: 65%;
    vertical-align: middle;
}

.features-casinos-table .item .content .left .functions {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin: 0 0 15px 0;
}

.features-casinos-table .item .content .left .functions a {
    width: 100%;
    float: left;
    text-align: center;
}

.features-casinos-table .item .content .left .functions a.play {
    height: 44px;
    line-height: 44px;
    background: #FF233B;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 7px 0;
    transition: .3s all;
}

.features-casinos-table .item .content .left .functions a.play:hover {
    text-decoration: none;
}

.features-casinos-table .item .content .left .functions a.review {
    height: 44px;
    line-height: 40px;
    background: #fff;
    border: 2px solid #DCE0E5;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    transition: .3s all;
}

.features-casinos-table .item .content .left .functions a.review:hover {
    text-decoration: none;
    background: #DCE0E5;
}

.features-casinos-table .item .content .right {
    width: 100%;
    float: left;
    padding: 0 15px;
}

/* BOX WITH IMAGE */
.box-w-image {
    width: 100%;
    display: inline-block;
}

.box-w-image .item {
    width: 100%;
    border: 1px solid #efefef;
    margin: 0 0 15px 0;
    position: relative;
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
}

.box-w-image.wagering-req .item,
.box-w-image.how-to-register .item {
    border-top: 5px solid #ff2c44;
}

.box-w-image.wagering-req .item h4,
.box-w-image.how-to-register .item h4 {
    font-weight: 700;
}

.box-w-image.wagering-req .item i.head-icon.icon-summary,
.box-w-image.how-to-register .item i.head-icon.icon-summary,
.box-w-image.wagering-req .item i.head-icon.icon-book,
.box-w-image.how-to-register .item i.head-icon.icon-book {
    color: #ff233b;
    font-size: 32px;
    line-height: 32px;
    margin: 0 13px 0 0;
    position: relative;
    top: 3px;
    padding-left: 5px;
}

.box-w-image.full .item .left {
    width: 100%;
    padding-right: 0;
}

.box-w-image .item .left {
    width: 100%;
    order: 2;
}

.box-w-image .item .right {
    width: 100%;
    order: 1;
}

.box-w-image .item .right img {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*----HEADER----*/
header {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 1000;
}

/* NAVIGATION  #1B232B */

header .navigation {
    width: 100%;
    height: 45px;
    background-color: #000000;
    /*float: left;*/
    /*position: relative;*/
    /*padding: 10px 0 0 0;*/
}

header .navigation .navigation__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .navigation .navigation__btns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

header .navigation .hamburger {
    /*float: right;*/
    /*position: relative;*/
    z-index: 999;
    /*right: 0;*/
    width: 18px;
    height: 26px;
    margin-left: 15px;
}

header .navigation .hamburger::before {
    content: '\f0c9';
    font-family: 'casinousa_icons';
    color: #fff;
    /*position: absolute;*/
    /*right: 0;*/
    width: 18px;
    height: 26px;
    font-size: 18px;
    cursor: pointer;
}

header .navigation .logo {
    display: inline-block;
    height: 26px;
}

header .navigation .logo a {
    display: block;
    height: 100%;
}

header .navigation .logo i {
    width: 180px !important;
    height: 26px;
    background-image: url('../img/logo.png?ver=1.0');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

header .navigation nav {
    float: left;
    margin-left: 110px;
    height: 100%;
    display: none;
    visibility: hidden;
}

header .navigation nav ul {
    list-style-type: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

header .navigation nav ul li {
    float: left;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 40px 0 0;
    display: flex;
    height: 100%;
    transition: .3s all;
    align-items: center;
}

header .navigation nav ul li a {
    width: 100%;
    display: inline-block;
    float: left;
}

header .navigation nav ul li.active,
header .navigation nav ul li:hover {
    border-bottom: 5px solid #FF233B;
}

/* DROPDOWN #13191f */
header .dropdown {
    width: 100%;
    height: 0;
    float: left;
    position: relative;
    display: none;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

header .dropdown .item {
    width: 100%;
    height: 0;
    float: left;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 0 30px 0;
    z-index: 1000;
}

header .dropdown .close {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    background: rgb(12 16 21 / 94%);
}

header .dropdown .item span.head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0 0 10px 0;
}

header .dropdown .item ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}

header .dropdown .item ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
    transition: .3s all;
}

header .dropdown .item ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

header .dropdown .item ul li:hover {
    color: #FF233B;
}

/* SEARCH */

header .navigation .search {
    /*float: right;*/
    /*right: 15px;*/
    /*top: 0px;*/
    /*position: absolute;*/
}

header .navigation .search.active {
    /*width: 100%;*/
    z-index: 9999;
}

header .navigation .search .icon {
    /*float: right;*/
    cursor: pointer;
    z-index: 1;
    /*position: relative;*/
    /*right: 27px;*/
}

header .navigation .search .icon i {
    font-style: normal;
    width: 16px;
    height: 24px;
}

header .navigation .search .icon i::before {
    content: '\e814';
    font-family: 'casinousa_icons';
    color: #fff;
    width: 18px;
    height: 27px;
    font-size: 18px;
    font-style: normal;
    transition: .3s all;
}

header .navigation .search .toggle {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 500;
    width: 0;
    -moz-transition: width .25s ease;
    -o-transition: width .25s ease;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
    overflow: hidden;
}

header .navigation .search .toggle.active {
    width: calc(100% - 210px);
}

header .navigation .search .toggle input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 25px 0 10px;
    font-size: 13px;
    letter-spacing: -0.2px;
    border: none;
}

header .navigation .search .toggle span.close::before {
    content: '\e818';
    font-family: 'casinousa_icons';
    color: #FF233B;
    font-size: 20px;
    position: absolute;
    right: 18px;
    top: 0;
    cursor: pointer;
}

/* QUICK NAV */
header .navigation .quick-nav {
    height: 26px;
    /*float: left;*/
    /*position: absolute;*/
    /*right: 62px;*/
    /*top: 0;*/
}

header .navigation .quick-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

header .navigation .quick-nav ul li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    /*letter-spacing: -0.3px;*/
    line-height: 20px;
    /*font-weight: 500;*/
}

header .navigation .quick-nav ul li:last-child {
    border-right: none;
    padding-right: 0;
    display: none;
    visibility: hidden;
}

header .navigation .quick-nav ul li a {
    display: block;
}

/* MOBILE MENU */
header .mobile-menu {
    width: 100%;
    height: 100vh;
    float: left;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

header .mobile-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

header .mobile-menu .opacity::after {
    content: '';
    width: calc(100% - 300px);
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgb(12 16 21 / 94%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

header .mobile-menu.active .opacity::after {
    visibility: visible;
    opacity: 1;
}

header .mobile-menu .close::before {
    content: '\e818';
    font-family: 'casinousa_icons';
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 5px;
    cursor: pointer;
}

header .mobile-menu .nav {
    width: 300px;
    height: 100vh;
    background: #1B232B;
    left: 0;
    top: 0;
    position: relative;
    margin: 0 0 0 0;
    padding: 14px 15px 0 15px;
    overflow-y: scroll;
}

header .mobile-menu .nav .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px 0;
}

header > .mobile-menu > .nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

header > .mobile-menu > .nav > ul > li {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #232C34;
    padding: 0 0 20px 0;
}

header > .mobile-menu > .nav > ul > li > a, header > .mobile-menu > .nav > ul > li > span {
    position: relative;
    width: 100%;
    float: left;
}

/*
	header > .mobile-menu > .nav > ul > li > a::after, header > .mobile-menu > .nav > ul > li > span::after {
		content: '\e81c';
		font-family: 'casinousa_icons';
		color: rgba(255,255,255,0.3);
		font-size: 20px;
		position: absolute;
		right: 10px;
		top: -4px;
	}
*/
header > .mobile-menu > .nav > ul > li > a span {
    position: relative;
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
}

header > .mobile-menu > .nav > ul > li > a span:after, header > .mobile-menu > .nav > ul > li > span::after {
    content: '\e81c';
    font-family: 'casinousa_icons';
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: -4px;
}

header > .mobile-menu > .nav > ul > li > ul {
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    display: none;
}

header > .mobile-menu > .nav > ul > li > ul.active {
    display: block;
}

header > .mobile-menu > .nav > ul > li > ul > li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 10px 0;
    transition: .3s all;
    text-transform: none;
    font-weight: 400;
    border-bottom: none;
    padding: 0;
    transition: .3s all;
}

header > .mobile-menu > .nav > ul > li > ul > li:hover {
    color: #FF233B;
}

header > .mobile-menu > .nav > ul > li > ul > li:last-child {
    margin: 0;
    padding: 0;
}


header > .mobile-menu > .nav::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border: none;
}


header > .mobile-menu > .nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.05);
    border: none;
}


header > .mobile-menu > .nav::-webkit-scrollbar-corner {
    background: #fff;
}

/*----HOME----*/
/* HERO */
section.hero {
    width: 100%;
    position: relative;
    float: left;
    background-color: #000000;
    background-image: url('../img/elements/hero-pattern.png?ver=3.0');
    background-repeat: repeat;
    background-size: 50%;
}

section.hero .hero__inner {
    display: flex;
    align-items: center;
}

/* WELCOME TEXT */

section.hero .welcome-text {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}

section.hero .badge {
    display: none;
    visibility: hidden;
    margin: 20px 0;
    width: 284px;
    height: 253px;
}

section.hero .badge img {
    width: 284px;
    height: 253px;
}

section.hero .welcome-text h1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.6px;
    text-align: center;
}

section.hero .welcome-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

section.hero .welcome-text ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    position: relative;
}

section.hero .welcome-text ul li::before {
    content: '\e803' !important;
    font-family: 'casinousa_icons';
    color: #22B156;
    font-size: 13px;
    margin-right: 8px;
}

section.hero .welcome-text .description {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

section.page-content .more,
section.hero .welcome-text .description .more {
    display: none;
}


section.page-content .align-center {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

section.page-content button.rd-button {
    height: 50px;
    line-height: 50px;
    background: #FF233B;
    color: #fff !important;
    display: inline-block;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 600;
    position: relative;
    margin: 0 0 0 0;
    outline: none;
    border: none;
    cursor: pointer;
}

section.page-content button.rd-button::after {
    content: '\e81a';
    font-family: 'casinousa_icons';
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
    top: 2px;
    display: inline-block;
    position: relative;
}

section.hero .welcome-text .description p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.c-load-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-load-more-btn {
    height: 35px;
    line-height: 35px;
    background: #FF233B;
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 600;
    position: relative;
    margin: 0 0 10px 0;
    outline: none;
    border: none;
    cursor: pointer;
    opacity: 0.85;
    transition: 0.3s;
}

.c-load-more-btn:hover {
    opacity: 1;
}

.c-load-more-btn::after {
    content: '\e81a';
    font-family: 'casinousa_icons';
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    top: 2px;
    display: inline-block;
    position: relative;
}

section.hero .welcome-text .description a {
    border-bottom: 1px solid #ff233b !important;
    padding-bottom: 2px;
}


section.hero .welcome-text .description .hero__load-more {
    color: rgba(255, 255, 255, 0.45);
    transition: .3s all;
    font-size: 14px;
    /*letter-spacing: -0.3px;*/
    /*font-weight: 300;*/
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 10px;
    text-align: center;
}

section.hero .welcome-text .description .hero__load-more::after {
    content: '\e819';
    font-family: 'casinousa_icons';
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    height: 17px;
    margin-left: 5px;
    transition: .3s all;
}

section.hero .welcome-text .description .hero__load-more:hover,
section.hero .welcome-text .description .hero__load-more:hover::after {
    color: #fff;
}

section.hero .welcome-text .we-can-have {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

section.hero .welcome-text .we-can-have span.head {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.5px;
}

section.hero .welcome-text .we-can-have ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

section.hero .welcome-text .we-can-have ul li {
    background: #1d1d1f;
    border-radius: 5px;
    width: calc(50% - 5px);
    float: left;
    margin: 0 0 10px 0;
    transition: .3s all;
    font-size: 13px;
    letter-spacing: -0.7px;
}

section.hero .welcome-text .we-can-have ul li:nth-child(2),
section.hero .welcome-text .we-can-have ul li:nth-child(4) {
    float: right;
}

section.hero .welcome-text .we-can-have ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 15px 0;
}

section.hero .welcome-text .we-can-have ul li:hover {
    background: #ff233b;
    color: #fff;
}

section.hero .welcome-text .we-can-have ul li:hover i {
    color: #fff;
}

section.hero .welcome-text .we-can-have ul li::before {
    content: '' !important;
    background: inherit;
    float: left;
}

section.hero .welcome-text .we-can-have ul li i {
    color: #ff233b;
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 4px 0 0;
    transition: .3s all;
}

section.hero .welcome-text .we-can-have ul li i:before {
    width: 21px;
    height: 21px;
}

section.hero .welcome-text .cta {
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
}

section.hero .welcome-text .cta a {
    width: 100%;
    height: 48px;
    float: left;
    border-radius: 4px;
    background: #FF233B;
    box-shadow: inset 0 -3px 0 0 #AB091A;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 20px;
    line-height: 46px;
    color: #fff;
    transition: .3s all;
    position: relative;
    text-align: center;
}

section.hero .welcome-text .cta a::before {
    content: '\e813';
    font-family: 'casinousa_icons';
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 0;
}


section.hero .welcome-text .cta a:hover {
    transform: translateY(-1px);
}

.c-hero-review {
    width: 100%;
}

.c-hero-review.c-hero-review--centered {
    width: 100%!important;
    margin-bottom: 1rem;
    z-index: 999;
}

.c-hero-review.c-hero-review--centered .c-hero-review__item {
    margin: 0 auto!important;
    float: initial!important;
}

.c-hero-review__item {
    border: 2px solid #1cb863!important;
    background-color: #fff;
    margin: 0 0 30px 0!important;
    max-width: 750px;
    /*background-image: linear-gradient(to bottom,#1cb863,#909090 52%, #ffffff);*/
}

.brand-table .item.c-hero-review__item .logo {
    height: 120px!important;
}

.brand-table .item.c-hero-review__item .logo a {
    display: block;
    height: 100%;
}

.brand-table .item.c-hero-review__item .logo a:hover {
    text-decoration: none;
}

.brand-table .item.c-hero-review__item .logo img {
    vertical-align: bottom;
}

.c-hero-review__item-best-title {
    color: #fff;
    background-color: #1cb863;
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    border-radius: 15px;
    letter-spacing: -0.4px;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Inter';
    padding: 0 10px;
    font-weight: 700;
    text-align: left;
}

.c-hero-review__item-best-title:before {
    content: '\e824';
    font-size: 20px;
    height: 26px;
    display: flex;
    align-items: center;
    margin-right: 7px;
    font-family: casinousa_icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.c-hero-review__item-link {
    display: flex!important;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-hero-review__item-best-title__inner {
    width: 100%;
    line-height: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
}


.c-hero-review__item-image {
    object-fit: contain;
}

.c-hero-review__item-rating {
    width: 100%;
    display: flex;
    justify-content: center;
    position: initial!important;
    margin: 0!important;
}

.c-hero-link {
    color: rgba(0, 0, 0, 0.99);
    transition: .3s all;
    font-size: 14px;
    position: relative;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    float: left;
    display: block;
    text-decoration: underline;
    background-color: #DCE0E5;
}

.c-hero-link:hover {
    text-decoration: none;
}


/* GAMES BOX */
section.hero .games-box {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

section.hero .games-box .item {
    width: 100%;
    float: left;
    position: relative;
}

section.hero .games-box .item a {
    width: 100%;
    height: 100%;
    float: left;
}

section.hero .games-box .item .card {
    width: 100%;
    height: 94px;
    line-height: 90px;
    font-size: 40px;
    float: left;
    border-radius: 12px;
    background: #1d1d1f;
    text-align: center;
    transition: .5s all;
    margin: 0 0 10px 0;
}

section.hero .games-box .item .card i:before {
    display: inline!important;
}

section.hero .games-box .item:hover .card {
    transform: scale(1.05);
}

section.hero .games-box .item .card.roulette i {
    color: #FFBB5A;
    text-shadow: 0 2px 4px rgba(255, 116, 7, 0.25), 0 2px 20px rgba(255, 83, 0, 0.25), 0 2px 5px #FF6233;
}

section.hero .games-box .item .card.blackjack i {
    color: #FF8181;
    text-shadow: 0 2px 4px rgba(255, 92, 92, 0.25), 0 2px 4px rgba(255, 7, 7, 0.25), 0 2px 20px #FF0000, 0 0 9px rgba(255, 12, 0, 0.25);
}

section.hero .games-box .item .card.slots i {
    color: #93FF81;
    text-shadow: 0 2px 4px rgba(136, 255, 7, 0.25), 0 2px 20px rgba(80, 255, 0, 0.25), 0 0 9px #2AFF00;
}

section.hero .games-box .item .card.baccarat i {
    color: #FAF263;
    text-shadow: 0 2px 4px rgba(255, 216, 7, 0.25), 0 2px 20px rgba(255, 220, 0, 0.25), 0 0 9px #F4FF00;
}

section.hero .games-box .item .card.videopoker i {
    color: #CC7EFF;
    text-shadow: 0 2px 4px rgba(224, 7, 255, 0.25), 0 2px 20px rgba(124, 0, 255, 0.25), 0 0 9px #AF00FF;
}

section.hero .games-box .item .card.keno i {
    color: #1FA3FF;
    text-shadow: 0 2px 4px rgba(7, 158, 255, 0.25), 0 0 9px rgba(31, 163, 255, 0.25);
}

section.hero .games-box .item .card.bingo i {
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgb(255 255 255 / 0%), 0 2px 20px rgb(255 255 255 / 6%), 0 0 9px #ffffff6b;
}

section.hero .games-box .item .card.livedealer i {
    color: #397DFF;
    text-shadow: 0 2px 4px rgb(7 30 255 / 25%), 0 2px 20px rgb(0 24 255 / 15%), 0 0 9px #89a5ff6e;
}

section.hero .games-box .item .game-name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    /*letter-spacing: -0.25px;*/
    line-height: 17px;
    color: #fff;
    /*font-weight: 500;*/
}

/* BRAND TAB */
section.brand-choose {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}

section.brand-choose .tabs {
    width: 100%;
    float: left;
    position: relative;
    background: #1d1d1f;
}

section.brand-choose .tabs,
section.brand-choose .tabs .tab {
    height: 75px;
}

section.brand-choose .tabs .tab {
    width: 33.33%;
    float: left;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

section.brand-choose .tabs .filter-tab {
    width: 25%;
    display: none;
    visibility: hidden;
    float: left;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

section.brand-choose .tabs .filter-tab span,
section.brand-choose .tabs .tab span {
    width: 100%;
    float: left;
    text-align: center;
}

section.brand-choose .tabs .filter-tab span.icon,
section.brand-choose .tabs .tab span.icon {
    color: #fff;
}

section.brand-choose .tabs .filter-tab span.icon i,
section.brand-choose .tabs .tab span.icon i {
    display: inline-block;
    width: 30px;
    height: 45px;
    font-size: 30px;
}

section.brand-choose .tabs .filter-tab span.icon i:before,
section.brand-choose .tabs .tab span.icon i:before {
    width: 30px;
    height: 45px;
}

section.brand-choose .tabs .filter-tab span.title,
section.brand-choose .tabs .tab span.title {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    display: none;
    visibility: hidden;
}

section.brand-choose .tabs .tab span.title-mobile {
    font-size: 10px;
    color: #fff;
    /*font-weight: 500;*/
    position: relative;
    top: 5px;
    text-transform: uppercase;
}

section.brand-choose .tabs .tab.active {
    background: #FF233B;
    border-right: none;
}

section.brand-choose .tabs .tab.active span.title {
    font-weight: 800;
}

section.brand-choose .tabs .tab.active::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #ff233d transparent transparent transparent;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -14px;
}

section.brand-choose .tab-content {
    width: 100%;
    float: left;
    display: none;
    margin: 20px 0 0 0;
}

/*----FOOTER----*/
footer {
    width: 100%;
    float: left;
    position: relative;
    background: #000;
    margin: 50px 0 0 0;
    padding: 40px 0 40px 0;
    top: 50px;
}

footer .top {
    width: 100%;
    float: left;
    position: relative;
}

footer .top .social-media {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    visibility: hidden;
}

footer .top .social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 10px;
}

footer .top .social-media ul li {
    width: 34px;
    height: 34px;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background: #1e1f1f;
    line-height: 34px;
    color: #fff;
    font-size: 19px;
    margin-right: 8px;
    text-align: center;
    border-radius: 2px;
    transition: .3s all;
}

footer .top .social-media ul li:last-child {
    margin-right: 0;
}

footer .top .social-media ul li.facebook:hover {
    background: #0456a7;
}

footer .top .social-media ul li.twitter:hover {
    background: #0daeff;
}

footer .top .social-media ul li.youtube:hover {
    background: #cc0404;
}

footer .top .social-media ul li.pinterest:hover {
    background: #be0216;
}

footer .top .social-media ul li.instagram:hover {
    background: #7a44c2;
}

footer .top .social-media ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

footer .top .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer .top .logo i {
    width: 190px;
    height: 26px;
    margin: 0 auto;
    display: inline-block;
    background-image: url('../img/logo.png?ver=1.0');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

footer .top .copyright {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.15px;
    line-height: 30px;
    margin-top: 5px;
}

footer .as-seen-on {
    width: 100%;
    float: left;
    border-bottom: 1px solid #191919;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer .as-seen-on .head {
    color: #FFFFFF;
    text-transform: uppercase;
    align-content;
    font-weight: bold;
    padding-right: 10px;
}

footer .as-seen-on ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer .as-seen-on ul li {
    display: inline-block;
    margin: 0 15px;
}

footer .as-seen-on ul li i.as-seen-on-logo {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

footer .as-seen-on ul li i.as-seen-on-logo.sportsillustrated {
    width: 105px;
    height: 27px;
    background-image: url('../img/as-seen-on/sportsillustrated.png');
    top: 2px;
}

footer .as-seen-on ul li i.as-seen-on-logo.gamblingnews {
    width: 165px;
    height: 22px;
    background-image: url('../img/as-seen-on/gamblingnews.png');
}

footer .as-seen-on ul li i.as-seen-on-logo.usatoday {
    width: 130px;
    height: 23px;
    background-image: url('../img/as-seen-on/usatoday.png');
}

footer .as-seen-on ul li i.as-seen-on-logo.thehuffingtonpost {
    width: 137px;
    height: 16px;
    background-image: url('../img/as-seen-on/thehuffingtonpost.png');
    top: -5px;
}


footer .links {
    width: 100%;
    float: left;
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    margin: 25px 0 30px 0;
    padding: 30px 0 30px 0;
}

footer .links span.head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0 0 10px 0;
}

footer .links ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}

footer .links ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
    transition: .3s all;
}

footer .links ul li:hover {
    color: #FF233B;
}

footer .contact {
    width: 100%;
    float: left;
}

footer .contact .left {
    float: left;
    width: 100%;
}

footer .contact .left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer .contact .left ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}

footer .contact .left ul li:first-child img {
    width: 30px;
    height: auto;
}

footer .contact .right {
    width: 100%;
    float: left;
}

footer .contact .right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer .contact .right ul li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    margin: 0 5px;
}


footer .contact .right ul li i {
    float: left;
    margin-right: 7px;
}

footer .contact .right ul li a {
    transition: .3s all;
}

footer .contact .right ul li a:hover {
    color: #FF233B;
}

footer .contact .footer-icons {
    display: flex!important;
    justify-content: center;
}

footer div.bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #191919;
    padding: 30px 0 0 0;
    margin: 15px 0 0 0;
}

footer div.bottom p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    color: #A3AEBA;
    text-align: justify;
}

/*----PAGE CONTENT----*/
.page-content {
    width: 100%;
    float: left;
    position: relative;
}

.page-content.page-content--home {
    margin-top: 15px;
}

.page-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #3A3B3D;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.page-content img.aligncenter {
    display: inherit;
    margin: 0 auto;
    text-align: center;
}

.page-content strong,
.page-content b {
    font-weight: 700;
}

.page-content a {
    color: #FF233B;
}

.page-content a:hover {
    text-decoration: underline;
}

.page-content > .container > .row > .col-md-12 > .wp-block-image {
    max-width: 50%;
    float: left;
    margin-top: 8px;
    margin-right: 1.5em;
    clear: left;
}

.page-content > .container > .row > .col-md-12 > .wp-block-image > figure > img {
    height: auto;
}

.page-content > .container > .row > .col-md-12 > .wp-block-image > .alignright {
    float: left;
    margin-left: 0;
}

body.single-post .alignleft {
    display: table;
    margin-left: 0;
    margin-bottom: 15px;
    float: left;
    margin-right: 1em;
}

body.single-post .alignright {
    display: table;
    margin-right: 0;
    margin-left: 1em;
    float: right;
    margin-bottom: 15px;
}

/* HEADING */

.page-content h1 {
    padding: 0 0 7px 0;
    margin: 3px 0 20px 0;
    font-size: 22px;
    line-height: 42px;
    font-weight: 700;
    color: #3A3B3D;
    letter-spacing: -0.5px;
    clear: left;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #FF233B;
}

.page-content h2 {
    padding: 0 0 10px 0;
    margin: 3px 0 10px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #3A3B3D;
    letter-spacing: -0.5px;
    clear: left;
    position: relative;
    display: table;
    border-bottom: 2px solid #FF233B;
}

.heading-with-icon h2 {
    display: inline-block;
}

.c-heading__bellow-content {
    display: flex!important;
}

.c-heading__bellow-content-icon {
    width: 42px;
    height: 42px;
    cursor:pointer;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-left: 15px;
    position: relative;
    text-align: center;
    color: #2A2E40;
    font-size: 20px;
    line-height: 42px;
}

.c-heading__bellow-content-icon::before {
    font-family: 'casinousa_icons';
    content: '\e81a';
    font-size: 16px;
}

.c-heading__bellow-content--active .c-heading__bellow-content-icon::before {
    content: '\e81d';
}

.js__trigger-bellow-content {
    cursor: pointer;
}


.page-content h2.author {
    display: block;
    width: fit-content;
    margin: 0 0 20px 0;
}

.page-content .heading-with-icon {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;

}

.page-content .heading-with-icon span.icon {
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
    border-radius: 8px;
    background: #FF233B;
    margin-right: 15px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}

.page-content .heading-with-icon span.icon i.icon-newspaper {
    line-height: 47px;
}


.page-content .heading-without-icon {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.page-content .heading-without-icon h1,
.page-content .heading-without-icon h2 {
    line-height: 27px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.page-content .heading-with-icon h1,
.page-content .heading-with-icon h2 {
    line-height: 27px;
    width: calc(100% - 57px);
    position: relative;
    margin-bottom: 15px;
}

.page-content .heading-with-icon h2 {
    padding-bottom: 10px;
}

.page-content h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #3A3B3D;
    letter-spacing: -0.5px;
    position: relative;
}

.page-content h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 600;
    color: #3A3B3D;
    letter-spacing: -0.5px;
    position: relative;
}

/*
    Block: Content Navigation
*/
.c-content-navigation {

}

.c-content-navigation__items {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0!important;
}

.c-content-navigation__item {
    counter-increment: auto!important;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.c-content-navigation__item::before {
    font-feature-settings: normal;
    background-color: transparent!important;
    color: #fadc40;
    content: "\e81e"!important;
    display: inline-block;
    font-family: 'casinousa_icons'!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 16px;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    padding-right: 8px;
}

.c-content-navigation__item-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.c-content-page-list {

}

.c-content-page-list__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-content-page-list__item {
    width: 24%;
    box-shadow: 1px 1px #e3e7ef;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.c-content-page-list-image {
    width: 40px;
    margin: 5px;
    height: auto;
}

.c-content-page-list-icon {
    font-size: 38px;
    line-height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
}

.c-content-page-list-title {
    padding-left: 10px;
}

.c-content-page-list__item-link {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #3A3B3D!important;
    text-decoration: none!important;
}

.c-content-page-list__item-link:hover {
    color: #FF233B!important;
}
/* UL OL */

ul.states {
    width: 100%;
    float: left;
}

ul.states li {
    width: 50%;
    float: left;
}

.page-content ol,
.page-content ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    list-style: none;
}

.page-content ul.full {
    width: 100%;
    float: left;
}

.page-content ul ul {
    margin-left: 18px;
    margin-bottom: 0;
}

.page-content ul ul li:last-child {
    padding-bottom: 2px;
}

.page-content ol {
    counter-reset: li;
}

.page-content ul li,
.page-content ol li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #3A3B3D;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 4px 0 4px 0;
}

.page-content ul li {
    counter-increment: auto !important;
}


.page-content ul.full li {
    float: left;
    margin: 0 20px 0 0;
}

.page-content ol.decimal {
    list-style-type: decimal;
}

.page-content ol.decimal li {
    counter-increment: li;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    left: 27px;
    color: #a5283b;
    font-family: 'Roboto Condensed';
}

.page-content ol ol, .page-content ol ul {
  display: block;
  list-style-type: decimal;
  margin: 0;
  padding-left: 65px;
}

.page-content ol li > ul li
{list-style-type: disc;
}

.page-content ol li > ul li::before {
    content: none!important;
}

.page-content ol li > ol li {
    list-style-type: decimal;
}

.page-content ol li > ol li::before {
    content: none!important;
}

.page-content ol.decimal li::before {
    content: '' !important;
    display: none;
    visibility: hidden;
}

.page-content ol li {
    padding: 10px 0;
    list-style-type: none;
    counter-increment: li;
}

.page-content ul li:not(.c-content-navigation__item)::before {
    content: "";
    background-color: #FF233B;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 4px;
    position: relative;
    top: 0;
}

.page-content div.payments-list ul li::before, .page-content div.game-types-list ul li::before, .page-content div.payment-methods-list ul li::before {
    display: none!important;
}

.page-content ul.full li::before {
    content: "" !important;
    margin-right: 9px;
}

.page-content ul.rounded-info li::before {
    content: '\E827' !important;
    font-family: 'casinousa_icons';
    color: #1ea3ff;
    font-size: 14px;
    background: none;
    top: -1px;
}

.page-content ol li::before {
    content: " " counter(li) ". ";
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    color: #ff233b;
    top: 1px;
    float: left;
}


.box-w-image.how-to-register ol li::before {
    content: counter(li);
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    top: 1px;
    background: #ff233b;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

/* IFRAME */
.page-content iframe {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 15px 0 15px 0;
    border: none;
    outline: none;
}

/*----NEWS ITEM----*/
.latest-news {
    width: 100%;
    float: left;
    position: relative;
}

.latest-news .item {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0 10px 0;
}

.latest-news.hero .item .thumbnail {
    height: 320px;
}

.latest-news .item .thumbnail {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s all;
}

.latest-news .item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .5s all;
}

.latest-news.hero-med .item .thumbnail img {
    object-fit: cover;
}

.latest-news .item:hover .thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.latest-news .item .data {
    width: 100%;
    float: left;
}

.latest-news .item .data.data--with-image {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.latest-news .item .data.data--with-image .thumbnail {
    width: 25%;
    height: auto;
}

.latest-news .item .data.data--with-image span.head {
    width: 70%;
}

.latest-news .item .data span.head {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2A2E40;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 3px 0;
    display: -webkit-box;
    overflow: hidden;
}

.latest-news .item:hover .data span.head {
    color: #FF233B;
}

.latest-news.hero-med .item .data span.head {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.latest-news.hero-sm .item .thumbnail {
    height: 140px;
}


.latest-news .item .data span.date {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #ABABAB;
    line-height: 27px;
    letter-spacing: -0.25px;
    font-weight: 500;
    position: relative;
}

.latest-news .item .data span.date::before {
    content: '\e825';
    font-family: 'casinousa_icons';
    font-size: 14px;
    color: #ABABAB;
    margin-right: 7px;
    line-height: 27px;
    position: relative;
    top: -1px;
}

.latest-news .item .data p.summary {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #3A3B3D;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*----VERTICAL BRAND TABLE----*/
.vertical-brandtable {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
}

.vertical-brandtable.vertical-brandtable--left {
    float: inherit;
    margin: 0;
}

.vertical-brandtable.vertical-brandtable--left .row {
    display: inline;
}

.vertical-brandtable.vertical-brandtable--left .row .col-md-6 {
    float: left;
}

.vertical-brandtable.vertical-brandtable--right {
    float: inherit;
    margin: 0;
}

.vertical-brandtable.vertical-brandtable--right .row {
    display: inline;
}

.vertical-brandtable.vertical-brandtable--right .row .col-md-6 {
    float: right;
}

.vertical-brandtable.vertical-brandtable--center .row {
    justify-content: center;
}

.vertical-brandtable .col-md-6 {
    margin-bottom: 15px;
}

.vertical-brandtable .item {
    width: 100%;
    float: left;
    position: relative;
    border: 3px solid #000;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}

.vertical-brandtable.blacklist .item {
    background: #FFF9F8;
    border-color: #FF233B;
}

.vertical-brandtable .item .logo {
    width: 100%;
    height: 100px;
    line-height: 80px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    float: left;
    position: relative;
}

.vertical-brandtable .item .logo img {
    vertical-align: middle;
    width: 30%;
}

.vertical-brandtable .item .logo .rating {
    width: 100%;
    float: left;
    position: absolute;
    left: calc(50% - 45px);
    margin: 0 0 15px 0;
    bottom: -2px;
}

.vertical-brandtable .item .logo .rating span.title {
    width: 100%;
    float: left;
    font-size: 11px;
    line-height: 13px;
    color: #ACACAC;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.vertical-brandtable .item .logo .rating ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.vertical-brandtable .item .logo .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.vertical-brandtable .item .logo .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.vertical-brandtable .item .logo .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.vertical-brandtable .item .logo .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.vertical-brandtable .item .logo .rating ul li i.star::before,
.vertical-brandtable .item .logo .rating ul li i.star.full::before {
    content: '\e81e';
    font-size: 18px;
    color: #FF9800;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.vertical-brandtable .item .logo .rating ul li i.star.half::before,
.vertical-brandtable .item .logo .rating ul li i.star.quarter::before {
    content: '\e81e';
    font-size: 18px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #ffdfbd 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #ffdfbd 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #ffdfbd 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.vertical-brandtable .item .logo .rating ul li i.star.empty::before {
    content: '\e81e';
    font-size: 18px;
    color: #ffdfbd;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.vertical-brandtable .item .content {
    width: 100%;
    float: left;
    padding: 15px 25px 0 25px;
}

.vertical-brandtable .item .available-countries {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 0 15px 0;
}

.vertical-brandtable .item .available-countries .player-acceptable {
    font-size: 12px;
    color: #000;
    display: inline-block;
    line-height: 12px;
    z-index: 500;
    border-radius: 4px;
    margin: 0;
    font-weight: 500;
}

.vertical-brandtable .item .available-countries .player-acceptable.accepted i.flag::before {
    content: '\e803';
    font-family: 'casinousa_icons';
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    position: absolute;
    right: -5px;
    top: 8px;
    background: #19B72B;
    border-radius: 100px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-style: normal;
    font-size: 6px;
    padding-left: 1px;
}

.vertical-brandtable .item .available-countries .player-acceptable i.flag {
    width: 18px;
    height: 18px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.vertical-brandtable .item .available-countries .player-acceptable i.flag.usa {
    background-image: url('../img/elements/flag/usa.svg');

}

.vertical-brandtable .item .bonus {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.vertical-brandtable .item .bonus span {
    width: 100%;
    float: left;
    text-align: center;
}

.vertical-brandtable .item .bonus span.title {
    font-size: 11px;
    line-height: 13px;
    color: #ACACAC;
    font-weight: 500;
    text-transform: uppercase;
}

.vertical-brandtable .item .bonus span.offer {
    font-size: 20px;
    color: #FF233B;
    font-weight: 700;
    letter-spacing: -0.4px;
    font-family: 'Inter';
    line-height: 19px;
    margin: 10px 0 0 0;
    padding: 0 12px;
}

.vertical-brandtable .item .cta {
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
}

.vertical-brandtable .item .cta a.btn {
    width: 100%;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    float: left;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.vertical-brandtable .item .cta a.btn.play {
    background: #FF233B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #FF233B;
    padding-right: 8px;
}

.vertical-brandtable .item .cta a.btn.play::before {
    content: '\e810';
    font-family: 'casinousa_icons';
    position: absolute;
    right: 15px;
    top: -0.5px;
    color: #fff;
    font-size: 13px;
    display: none;
    visibility: hidden;
}

.vertical-brandtable .item .cta a.read-review {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.2px;
    margin: 10px 0 15px 0;

}


/*----BRAND TABLE----*/
#brand_casinos {
    margin-top: 5px;
}

.brand-table {
    width: 100%;
    float: left;
    position: relative;
}

.brand-table .item {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    border: 3px solid #000;
    border-radius: 7px;
    overflow: hidden;
}


.brand-table.blacklist .item {
    border: 3px solid #f00;
    background: rgb(255 0 0 / 3%);
}

.brand-table .item.nocontent {
    height: 80px;
    text-align: center;
    border-color: #fafafa;
}

.brand-table .item.nocontent h3 {
    line-height: 80px;
    color: #c1c6cc;
}

.brand-table .item .logo {
    width: 100%;
    height: 100px;
    line-height: 80px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    float: left;
    position: relative;
}

.brand-table .item .logo img {
    height: auto;
    vertical-align: middle;
    width: 30%;
}

.brand-table.blacklist .item .logo::after {
    content: '✘ Blacklisted Casino';
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    background: #ff233b;
    border-radius: 4px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 0 10px;
    z-index: 100
}

#brand_casinos .brand-table .item span.rank, #brand_casinos_blacklisted .brand-table.blacklist .item span.rank {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

#brand_casinos .brand-table .item span.rank::before, #brand_casinos_blacklisted .brand-table.blacklist .item span.rank::before {
    counter-increment: section;
    content: counter(section);
}

.brand-table .item .casino {
    width: 100%;
    float: left;
    padding: 12px 18px 0 18px;
}

.brand-table .item .casino h3 {
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 21px;
}

.brand-table.blacklist .item .casino h3 {
    color: #FF233B;
}

.brand-table .item .casino .bonus {
    width: 100%;
    float: left;
    margin-top: 7px;
}

.brand-table .item .casino .bonus span {
    width: 100%;
    float: left;
}

.brand-table .item .casino .bonus span.title {
    font-size: 11px;
    line-height: 13px;
    color: #ACACAC;
    font-weight: 500;
    text-transform: uppercase;
}

.brand-table.blacklist .item .casino .bonus span.title {
    color: #404040;
}

/*.brand-table.blacklist .item .casino .bonus span.offer {
   text-decoration: line-through;
} */

.brand-table .item .casino .bonus span.offer {
    font-size: 24px;
    color: #FF233B;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Inter';
}

.brand-table .item .rating {
    width: 100%;
    float: left;
    position: absolute;
    left: calc(50% - 45px);
    margin: 0 0 15px 0;
    bottom: -2px;
}

.brand-table .item .rating span.title {
    width: 100%;
    float: left;
    font-size: 11px;
    line-height: 13px;
    color: #ACACAC;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.brand-table .item .rating ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.brand-table .item .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.brand-table .item .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.brand-table .item .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.brand-table .item .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.brand-table .item .rating ul li i.star::before,
.brand-table .item .rating ul li i.star.full::before {
    content: '\e81e';
    font-size: 18px;
    color: #FF9800;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brand-table .item .rating ul li i.star.half::before,
.brand-table .item .rating ul li i.star.quarter::before {
    content: '\e81e';
    font-size: 18px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #ffdfbd 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #ffdfbd 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #ffdfbd 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brand-table .item .rating ul li i.star.empty::before {
    content: '\e81e';
    font-size: 18px;
    color: #ffdfbd;
    font-family: 'casinousa_icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brand-table .item .rating span.number {
    float: left;
    font-size: 14px;
    color: #000;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}


.brand-table .item .casino .available-countries {
    float: left;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.brand-table .available-countries .player-acceptable {
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 12px;
    z-index: 500;
    border-radius: 4px;
    margin: 0;
    font-weight: 500;
}

.brand-table .available-countries .player-acceptable.accepted i.flag::before {
    content: '\e803';
    font-family: 'casinousa_icons';
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    position: absolute;
    right: -5px;
    top: 8px;
    background: #19B72B;
    border-radius: 100px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-style: normal;
    font-size: 6px;
    padding-left: 1px;
}

.brand-table .available-countries .player-acceptable i.flag {
    width: 18px;
    height: 18px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.brand-table .available-countries .player-acceptable i.flag.usa {
    background-image: url('../img/elements/flag/usa.svg');

}

.brand-table .item .casino .cta {
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
}

.brand-table .item .casino .cta a.btn {
    width: calc(50% - 7.5px);
    height: 40px;
    line-height: 36px;
    display: inline-block;
    float: left;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.brand-table .item .casino .cta a.btn.play {
    background: #FF233B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #FF233B;
    padding-right: 8px;
}

.brand-table .item .casino .cta a.btn.play::before {
    content: '\e810';
    font-family: 'casinousa_icons';
    position: absolute;
    right: 15px;
    top: -0.5px;
    color: #fff;
    font-size: 13px;
    display: none;
    visibility: hidden;
}

.brand-table .item .casino .cta a.btn.play:hover {
    text-decoration: none;
}

.brand-table .item .casino .cta a.btn.read {
    border: 2px solid #DCE0E5;
    color: #101010;
    float: right;
}

.brand-table .item .casino .cta a.btn.read:hover {
    background: #DCE0E5;
    text-decoration: none;
}

.brand-table .item .details {
    width: 100%;
    padding: 9px 18px 13px 18px;
    float: left;
}

.brand-table.sidebar .item .details {
    display: none;
    visibility: hidden;
}

.brand-table .item .details .more-info {
    width: 100%;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    border: 2px solid #DCE0E5;
    color: #101010;
    cursor: pointer;
}

.brand-table .item .details .more-info i {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: auto;
}


.brand-table .item .details .more-info.active,
.brand-table .item .details .more-info:hover {
    background: #DCE0E5;
    text-decoration: none;
}

.brand-table .item .details .content {
    float: left;
    padding-top: 10px;
    display: none;
}

.brand-table .item:first-child .details .content {
    display: inline-block !important;
    border-top: 1px solid #DCE0E5;
}

.brand-table .item:first-child .details .more-info {
    display: none;
    visibility: hidden;
}

.brand-table .item .details .content span.head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    color: #ACACAC;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 14px;
    margin: 0 0 3px 0;
}

.brand-table .item .details .content .list {
    width: 100%;
    float: left;
}

.brand-table .item .details .content .list.methods ul,
.brand-table .item .details .content .list.features ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.brand-table .item .details .content .list.methods ul li,
.brand-table .item .details .content .list.features ul li {
    position: relative;
    float: left;
    margin: 0 16px 0 0;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

.brand-table .item .details .content .list.methods ul li {
    margin: 0 16px 0 0;
    line-height: 27px;
    padding: 0;
    display: none;
    visibility: hidden;
}

.brand-table .item .details .content .list.methods ul li:first-child,
.brand-table .item .details .content .list.methods ul li:nth-child(2),
.brand-table .item .details .content .list.methods ul li:nth-child(3),
.brand-table .item .details .content .list.methods ul li:nth-child(4),
.brand-table .item .details .content .list.methods ul li:nth-child(5),
.brand-table .item .details .content .list.methods ul li:nth-child(6),
.brand-table .item .details .content .list.methods ul li:nth-child(7),
.brand-table .item .details .content .list.methods ul li:nth-child(8),
.brand-table .item .details .content .list.methods ul li:nth-child(9),
.brand-table .item .details .content .list.methods ul li:nth-child(10),
.brand-table .item .details .content .list.methods ul li:nth-child(11) {
    display: inline-block;
    visibility: visible;
}

.brand-table .item .details .content .list.methods ul {
    margin: 0 0 5px 0;
}

.brand-table .item .details .content .list.methods ul li::before {
    content: '' !important;
    display: none;
    visibility: hidden;
}

.brand-table .item .details .content .list.features ul {
    max-height: none !important;
    margin-bottom: 0 !important;
}

.brand-table .item .details .content .list.features ul li {
    padding: 3px 0 5px 24px;
    line-height: 14px;
}

.brand-table.blacklist .item .details .content .list.features ul li {
    padding: 3px 0 5px 0;
}

.brand-table .item .details .content .list.features ul li::before {
    content: '\e803' !important;
    font-family: 'casinousa_icons';
    margin: 0;
    margin: 0 9px 0 0;
    width: 15px!important;
    height: 15px!important;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 14px;
    background: #19B72B!important;
    color: #fff;
    font-size: 6px;
    top: 2px;
    position: absolute;
    left: 0;
}

.brand-table .item .details .content .list.features ul.misses li::before {
    content: '\e818' !important;
    font-family: 'casinousa_icons';
    line-height: 14px;
    background: #E44949!important;
    color: #fff;
    font-size: 12px;
}


.brand-table .item .details .content .list.games ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px 0;
    float: left;
}

.brand-table .item .details .content .list.games ul li {
    position: relative;
    float: left;
    margin: 0 8px 2px 0;
    font-size: 12px;
    color: #8B8B8B;
    line-height: 15px;
}

.brand-table .item .details .content .list.games ul li.active {
    color: #000;
}

.brand-table .item .details .content .list.games ul li i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
    color: #BEBEBE;
}

.brand-table .item .details .content .list.games ul li.active i {
    color: #FF233B;
}

.brand-table .item .details .content .list.games ul li::before {
    content: '' !important;
    display: none;
    visibility: hidden;
    padding: 0;
}

.brand-table .item .details .content .half-list {
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.js-active-filters.cf > b {
    width: 100%;
    float: left;
    display: none;
    visibility: hidden;
    font-weight: 500;
}


.casino-results-info {
    display: none;
    visibility: hidden;
}

.casino-results-info span.results-text {
    line-height: 35px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
    width: 100%;
    text-align: center;
}

.casino-results-info span.results-text span.mobile-filter-counter {
    font-weight: 700;
    color: #fa223b;
}

#brand_casinos .casino-results-info span.js-filter-item-clear {
    display: none;
    visibility: hidden;
}

.casino-results-info span.js-filter-item-clear {
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    background: #DCE0E5;
    border-radius: 2px;
    color: #000000;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding: 0 12px 0 29px;
    cursor: pointer;
    transition: .3s all;
    display: inline-block;
    margin: 0 0 10px 0;
}

.casino-results-info span.js-filter-item-clear::before {
    content: '\e818';
    position: absolute;
    left: 11px;
    top: 1px;
    font-size: 20px;
    color: #a5a5a5;
    font-family: 'casinousa_icons';
    transition: .3s all;
}

.casino-results-info span.js-filter-item-clear::after {
    content: '';
    display: none;
    visibility: hidden;
}

.casino-results-info span.js-filter-item-clear:hover {
    background: #fa223b;
    color: #fff;
}

.casino-results-info span.js-filter-item-clear:hover::before {
    color: #fff;
}

.filter-items-active {
    position: relative;
    margin-bottom: 13px;
    font-size: 13px;
    color: #4a5b68;
    clear: both;
    margin: 31px 0 7px 0;
    width: 100%;
    float: left;
}

#brand_casinos_devices {
    display: block;
}


#brand_casinos .filter-items-active {
    display: none !important;
    visibility: hidden !important;
}

.mobile-filter.active .filter-item-clear {
    border-radius: 4px !important;
    background: #555d66;
    box-shadow: inset 0 -3px 0 0 #40454a;
    font-size: 14px;
    padding: 0;
}

.mobile-filter.active .filter-item-clear::before {
    content: '';
    display: none;
    visibility: hidden;
}

.item.nocontent {
    width: 100%;
    font-size: 13px;
    background: #fff6f6;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.item.nocontent h3 {
    font-size: 14px;
    color: #e00000;
    margin: 0;
    padding: 0;
    font-weight: 500;
    width: 100%;
    float: left;
}


.filter-item-clear {
    /*width: 100%;
	float: left;*/
    height: 26px;
    line-height: 25px;
    position: relative;
    border-radius: 2px;
    font-size: 11px;
    letter-spacing: -0.5px;
    font-weight: 600;
    padding: 0 5px 0 25px;
    cursor: pointer;
    transition: .3s all;
    display: inline-block;
    margin: 5px 5px 0 0;
    background: #fa223b;
    color: #fff;
    text-align: center;
}

.filter-item-clear::before {
    content: '\e818';
    position: absolute;
    left: 8px;
    top: 1px;
    font-size: 20px;
    color: #fff;
    font-family: 'casinousa_icons';
    transition: .3s all;
}

.filter-item-clear::after {
    content: '';
    display: none;
    visibility: hidden;
}


.filter-item-clear.inactive {
    display: none;
}

.filter-item-active {
    padding: 0px 2px 0px 9px;
    background: #e3e7ef;
    color: #1d2730;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    border-radius: 2px;
    margin: 5px 5px 0 0;
    background: #28323c;
    color: #ffffff;
}

.filter-item-active svg {
    display: none;
}

.filter-item-active:after {
    content: '\e818';
    font-family: 'casinousa_icons';
    background: none;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    color: #E44949;
    font-size: 15px;
    padding: 0;
    margin: 0 0px 0 0;
    position: relative;
    top: 0px;
}

/*
.filter-item-active.no-close{padding-right:9px;}
.filter-item-active.no-close:after{
	content:'';width:0;
}
*/
.filter-item-active-label {
    margin-right: 5px;
}

.brand-table:after {
    content: '';
    display: table;
    clear: both;
}

.casino-pagination-box {
    /*display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px auto 20px;
    clear:both;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;*/
}

.avatar-desc .block {
    display: block;
}

.casino-results-author {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #4a5b68;
    margin-right: auto;
    line-height: 18px;
    flex-direction: row;
    line-height: 20px;
}

.casino-results-author .avatar {
    margin-right: 10px;
    border: 2px solid #FF233B;
    border-radius: 50%;
    overflow: hidden;
    padding: 1px;
}

.casino-results-author img {
    width: 45px;
    height: 45px;
}

.casino-results-author .avatar-desc {
    text-align: left;
}

.paging {
    padding-top: 12px;
    text-align: center;
    margin: 5px 0 20px;
}

.paging.border {
    border-top: 1px solid #cdd6dd;
}

/*----REVIEW----*/
section.review-hero {
    width: 100%;
    position: relative;
    float: left;
    background-color: #000000;
    background-image: url('../img/elements/hero-pattern.png?ver=3.0');
    background-repeat: repeat;
    background-size: 50%;
    padding: 15px 0 15px 0;
    margin: 0 0 30px 0;
}

section.review-hero.blacklist-notif {
    padding-top: 0;
}

section.review-hero .blacklisted-casino {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #e60b3a;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.3px;
    margin: 0 0 5px 0;
}


section.review-hero .blacklisted-casino i {
    float: left;
    margin-right: 5px;
}

/* TOP CARD */

section.review-hero .card {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}

section.review-hero .card .lg-content {
    width: 190px;
    position: relative;
    margin: 0 auto;
}

section.review-hero .card .lg-content .approved-casinos-badge {
    width: 143px;
    height: 31px;
    border-radius: 15px;
    background: #1BB72B;
    box-shadow: inset 0 -2px 0 0 #0F861C;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
    padding: 7px;
    margin-left: 25px;
    position: absolute;
    top: -14px;
}

section.review-hero .card .lg-content .approved-casinos-badge i.flag.usa {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/elements/flag/usa.svg);
}

section.review-hero .card .logo {
    width: 190px;
    height: 190px;
    line-height: 190px;
    display: block;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    overflow: hidden;
}

section.review-hero .card .logo img {
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 65%;
}

section.review-hero .data {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
    float: left;
}

section.review-hero .data h1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -0.9px;
}


section.review-hero .data .rating {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}


section.review-hero .data .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 2px 0 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

section.review-hero .data .rating ul li {
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 19px;
    display: inline-block;
}

section.review-hero .data .rating ul li::before,
section.review-hero .data .rating ul li::after {
    display: none;
    visibility: hidden;
}

section.review-hero .data .rating ul li i.star {
    float: left;
    font-style: normal;
}

section.review-hero .data .rating ul li i.star::before {
    content: '\e81e';
    font-family: 'casinousa_icons';
    font-size: 20px;
    color: #FFC340;
}

section.review-hero .data .rating ul li i.star.half::before {
    content: '\e81e';
    background-image: -webkit-linear-gradient(right, #323E49 48%, #FFC340 52%);
    background-image: -o-linear-gradient(right, #323E49 48%, #FFC340 52%);
    background-image: linear-gradient(to left, #323E49 48%, #FFC340 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.review-hero .data .rating ul li i.star.empty::before {
    content: '\e81e';
    color: #323E49;
}

section.review-hero .data .rating span.score {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    margin-left: 3px;
}

section.review-hero .data .summary {
    width: 50%;
    float: left;
    display: none;
    visibility: hidden;
}

section.review-hero .data .summary ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

section.review-hero .data .summary ul li {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

section.review-hero .data .summary ul li span.title {
    width: 150px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #fff;
}

section.review-hero .data .summary ul li span.data {
    float: right;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    color: #FFE9B8;
    letter-spacing: -0.2px;
    width: calc(100% - 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.review-hero .data .features {
    width: 50%;
    float: left;
    padding-left: 30px;
    position: relative;
    display: none;
    visibility: hidden;
}

section.review-hero .data .features ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

section.review-hero .data .features ul li {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.review-hero .data .features ul li::before {
    content: '\e803' !important;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    display: inline-block;
    float: left;
    text-align: center;
    background: #19B72B;
    line-height: 18px;
    color: #fff;
    font-size: 7px;
    padding-left: 1px;
    margin-right: 10px;
    font-family: 'casinousa_icons';
    position: relative;
    top: 2px;
}

section.review-hero .right {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

section.review-hero .right .bonus {
    width: 100%;
    float: left;
    border-left: 4px solid #FFC340;
    padding: 4px 0 4px 15px;
    margin-bottom: 12px;
}

section.review-hero .right .bonus span.amount {
    font-size: 24px;
    font-weight: 800;
    color: #FFC340;
    line-height: 28px;
    float: left;
    margin-right: 7px;
    letter-spacing: -0.8px;
}

section.review-hero .right .bonus span.offer {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #fff;
}

section.review-hero .right .bonus span.terms {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-top: 3px;
    position: relative;
}

section.review-hero .right .cta {
    width: 100%;
    float: left;
    background: #FF233B;
    box-shadow: inset 0 -3px 0 0 #AB091A;
    border-radius: 3px;
    padding-top: 8px;
    height: 56px;
    position: relative;
    transition: .3s all;
}

section.review-hero .right .cta:hover {
    transform: translateY(1px);
    box-shadow: inset 0 -3px 0 0 #FF233B;
}

section.review-hero .right .cta::after {
    content: '\e810';
    font-size: 24px;
    font-family: 'casinousa_icons';
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    pointer-events: none;
}

section.review-hero .right .cta.not-accepted::after {
    content: '';
    display: none;
    border-style: hidden;
}

section.review-hero .right .cta a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;

}

section.review-hero .right .cta span {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

section.review-hero .right .cta span.play {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

section.review-hero .right .cta span.name {
    font-size: 13px;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.review-hero .right .country-rest {
    width: 100%;
    height: 50px;
    padding: 12px 15px 10px 15px;
    float: left;
    background: #415966;
    border-radius: 3px;
    margin: 12px 0 0 0;
}

section.review-hero .right .country-rest span.flag {
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    margin: 0 18px 0 0;
}

section.review-hero .right .country-rest span.flag.accepted::before {
    content: '\e803';
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
    line-height: 14px;
    font-size: 5px;
    text-align: center;
    position: absolute;
    right: -5px;
    padding-top: 1px;
    padding-left: 1px;
    top: 13px;
    background: #19B72B;
    color: #fff;
    border-radius: 100px;
    font-family: 'casinousa_icons';
}

section.review-hero .right .country-rest span.flag.not-accepted::before {
    content: '\e818';
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: -5px;
    padding-top: 1px;
    padding-left: 1px;
    top: 13px;
    background: #DB1B1B;
    color: #fff;
    border-radius: 100px;
    font-family: 'casinousa_icons';
}

section.review-hero .right .country-rest span.flag i.flg {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/elements/flag/usa.svg');
}

section.review-hero .right .country-rest span.text {
    font-size: 12px;
    width: calc(100% - 46px);
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}


/* MOBILE STICKY BRAND */
.mobile-sticky-brand {
    width: 100%;
    position: fixed;
    float: left;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.mobile-sticky-brand .item {
    width: 100%;
    float: left;
    position: relative;
    background-color: #232c34;
    -webkit-transition: background-color 0.5s cubic-bezier(.28, .11, .32, 1);
    transition: background-color 0.5s cubic-bezier(.28, .11, .32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 0 15px 5px 15px;
}

.mobile-sticky-brand .item .logo {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    float: left;
    border-radius: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 7px !important;
}

.mobile-sticky-brand .item .logo img {
    width: 70%;
    vertical-align: middle;
    position: relative;
}

.mobile-sticky-brand .item .info {
    width: calc(100% - 48px) !important;
    float: left;
    margin-top: 17px !important;
}

.mobile-sticky-brand .item .info .head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.mobile-sticky-brand .item .info .head h2 {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #fff;
}

.mobile-sticky-brand .item .info .rating {
    float: right;
    position: relative;
    top: -2px;
}

.mobile-sticky-brand .item .info .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left;
}

.mobile-sticky-brand .item .info .rating ul li {
    float: left;
    padding: 0;
    margin: 0 1px 0 0;
    line-height: 12px;
}

.mobile-sticky-brand .item .info .rating ul li::before,
.mobile-sticky-brand .item .info .rating ul li::after {
    display: none !important;
    visibility: hidden !important;
}

.mobile-sticky-brand .item .info .rating ul li i.star {
    float: left;
    font-style: normal;
}

.mobile-sticky-brand .item .info .rating ul li i.star::before {
    content: '\e81e';
    font-family: 'casinousa_icons';
    font-size: 14px;
    color: #FFC340;
}

.mobile-sticky-brand .item .info .rating ul li i.star.half::before {
    content: '\e81e';
    background-image: -webkit-linear-gradient(179deg, #323E49 49%, #FFC340 52%);
    background-image: -o-linear-gradient(179deg, #323E49 49%, #FFC340 52%);
    background-image: linear-gradient(269deg, #323E49 49%, #FFC340 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-sticky-brand .item .info .rating ul li i.star.empty::before {
    content: '\e81e';
    color: #323E49;
}

.mobile-sticky-brand .item .info .rating span.score {
    float: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    margin-left: 3px;
}

.mobile-sticky-brand .item .info .main {
    width: 100%;
    float: left;
}

.mobile-sticky-brand .item .info .main .offer {
    float: left;
    width: calc(100% - 106px);
}

.mobile-sticky-brand .item .info .main .offer span.heading {
    width: 100%;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff5e;
}

.mobile-sticky-brand .item .info .main .offer span.bonus {
    font-size: 15px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-right: 3px;
}

.mobile-sticky-brand .item .info .main .cta {
    width: 106px;
    float: left;
}

.mobile-sticky-brand .item .info .main .cta a {
    width: 100%;
    float: left;
    height: 27px;
    line-height: 27px;
    background-color: #ff233b;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    animation: pulse 2s infinite;
    letter-spacing: -0.15px;
    border-radius: 2px;
}

.mobile-sticky-brand .item .terms-and-conditions {
    width: 100%;
    float: left;
}

.mobile-sticky-brand .item .terms-and-conditions button.toggle {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #7e7f86;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 14px;
    text-transform: uppercase;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: inherit;
    border-top: 1px solid #ffffff12;
    padding-top: 7px;
    padding-bottom: 0;
}

.mobile-sticky-brand .item .terms-and-conditions button.toggle:active {
    color: #C71616;
    font-weight: 700;
}

.mobile-sticky-brand .item .terms-and-conditions span.description {
    width: 100%;
    float: left;
    display: none;
}

.mobile-sticky-brand .item .terms-and-conditions span.description p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 6px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #696969;
    text-align: left;
}

.mobile-sticky-brand .item .terms-and-conditions span.description p a {
    color: #C71616;
}


.mobile-sticky-brand .item i.country-flag {
    width: 20px;
    height: 13.5px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px;
}


/* REVIEW NAVIGATION */
.review-navigation {
    width: 100%;
    float: left;
    background: #415966;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 13px 0 0 0;
}

.review-navigation ul {
    list-style-type: none;
    padding: 0 0 14px 14px;
    margin: 0;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
}

.review-navigation ul li {
    display: inline-block !important;
    float: inherit !important;
    border-right: 1px solid rgba(0, 0, 0, 0.25) !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0 20px 0 0 !important;
    margin: 0 20px 0 0 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.review-navigation ul li:last-child {
    border-right: 0;
}

.review-navigation ul li i {
    margin-right: 8px;
    font-size: 16px;
    position: relative;
    top: 0;
    display: inline-block;
}

.review-navigation ul li a {
    color: #fff !important;
}

.review-navigation ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

/* SIDEBAR */
aside .review-details {
    width: 100%;
    float: left;
}

aside .review-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

aside .review-details ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

aside .review-details ul li {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #ECECEC;
}

aside .review-details ul li span {
    width: 100%;
    float: left;
}

aside .review-details ul li span.title {
    font-size: 14px;
    color: #3A3A3A;
    line-height: 14px;
    margin: 0 0 5px 0;
}

aside .review-details ul li span.data {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

/* REVIEW DETAILS */
.details-list {
    margin: 0 0 15px 0;
    width: 100%;
    display: inline-block;
}

.details-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.details-list ul li {
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding: 0 15px;
    position: relative;
    background: #F7F7F7;
    border: 2px solid #fff;
    margin: 0;
}

.details-list ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.details-list ul li span.title {
    float: left;
    font-size: 14px;
    color: #3A3A3A;
    letter-spacing: -0.2px;
}

.details-list ul li span.data {
    float: right;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    color: #101010;
    letter-spacing: -0.2px;
    margin-left: 5px;
}

.details-list ul li.multiple span.data.multiple::after {
    content: ',';
}

.details-list ul li.multiple span.data.multiple:nth-child(2)::after {
    content: '';
}

.details-list ul li span.data:last-child {
    margin-right: 0;
    margin-left: 0;
}

.details-list ul li span.data strong {
    color: #FF233B;
}

.details-list ul li span.data span.flag {
    width: 18px;
    height: 18px;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
    top: 16px;
}

.details-list ul li span.data span.flag.accepted::before {
    content: '\e803';
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    line-height: 12px;
    font-size: 5px;
    text-align: center;
    position: absolute;
    right: -3px;
    padding-top: 1px;
    padding-left: 0px;
    top: 7px;
    background: #19B72B;
    color: #fff;
    border-radius: 100px;
    font-family: 'casinousa_icons';
}

.details-list ul li span.data span.flag.not-accepted::before {
    content: '\e818';
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    line-height: 12px;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: -3px;
    padding-top: 1px;
    padding-left: 0px;
    top: 7px;
    background: #DB1B1B;
    color: #fff;
    border-radius: 100px;
    font-family: 'casinousa_icons';
}

.details-list ul li span.data span.flag i {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.details-list ul li span.data span.flag i.usa {
    background-image: url('../img/elements/flag/usa.svg');
}

.details-list ul li span.data span.flag i.uk {
    background-image: url('../img/elements/flag/uk.svg');
}

.details-list ul li span.data span.flag i.fr {
    background-image: url('../img/elements/flag/fr.svg');
}

.details-list ul li span.data span.flag i.sp {
    background-image: url('../img/elements/flag/sp.svg');
}

.details-list ul li span.data span.flag i.ca {
    background-image: url('../img/elements/flag/ca.svg');
}

.details-list ul li span.data span.flag i.au {
    background-image: url('../img/elements/flag/au.svg');
}

.details-list ul li span.data span.flag i.ru {
    background-image: url('../img/elements/flag/ru.svg');
}

.details-list ul li span.data span.language {
    float: left;
}

/* PAYMENT METHODS */
.payment-methods-list {
    display: inline-block;
    clear: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.payment-methods-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.payment-methods-list ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.payment-methods-list ul li {
    width: 25%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    background: #F7F7F7;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    float: left;
}

.payment-methods-list ul li i {
    vertical-align: middle;
    top: -2px;
    position: relative;
}

/* GAME TYPES */
.game-types-list {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.game-types-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.game-types-list ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.game-types-list ul li {
    width: 33.33%;
    height: 156px;
    border: 2px solid #fff;
    float: left;
    display: inline-block;
    background: #F7F7F7;
    position: relative;
    padding: 55px 0 0 0;
}

.game-types-list ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

.game-types-list ul li span.status {
    display: none;
    visibility: hidden;
}

.game-types-list ul li.active span.status {
    width: 27px;
    height: 27px;
    display: inline-block;
    visibility: visible;
    float: left;
    border-radius: 100px;
    position: absolute;
    left: 12px;
    top: 12px;
    background: #19B72B;
    line-height: 27px,
}

.game-types-list ul li.active span.status::before {
    content: '\e803';
    font-family: 'casinousa_icons';
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    width: 100%;
    float: left;
    line-height: 27px;
}

.game-types-list ul li span.icon {
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 54px;
    color: #D3D3D3;
}

.game-types-list ul li.active span.icon,
.game-types-list ul li.active span.game {
    color: #000;
}

.game-types-list ul li.active span.game {
    font-weight: 500;
}

.game-types-list ul li span.game {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #D3D3D3;
    letter-spacing: -0.35px;
}


/* STATES LIST */
.states-list {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.states-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.states-list ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.states-list ul li {
    width: 33.33%;
    border: 1px solid #e2e2e2;
    float: left;
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 0 0 0;
}

.states-list ul li img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.states-list ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.states-list ul li a img {
    margin: 0 auto;
}

/* PAYMENTS LIST */
.payments-list {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.payments-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.payments-list ul li::before {
    content: '';
    display: none;
    visibility: hidden;
}

.payments-list ul li {
    width: 33.33%;
    height: 156px;
    border: 1px solid #e2e2e2;
    float: left;
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 20px 0 0 0;
}

.payments-list ul li .item {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.payments-list ul li .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.payments-list ul li img {
    margin: 0 auto;
    width: 60%;
}

.payments-list ul li span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background-color: #dce0e573;
}


/* HITS / MISSES */
ul.hits li::before {
    content: '\e803' !important;
    font-family: 'casinousa_icons';
    background: #D2F1D6!important;
    border-radius: 100px!important;
    width: 26px!important;
    height: 26px!important;
    line-height: 26px;
    display: inline-block!important;
    text-align: center;
    color: #38AC45;
    font-size: 8px;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative!important;
    top: -4px!important;
}

ul.misses li::before {
    content: '\e818' !important;
    font-family: 'casinousa_icons';
    background: #FFEDED!important;
    border-radius: 100px!important;
    width: 26px!important;
    height: 26px!important;
    line-height: 26px;
    display: inline-block!important;
    text-align: center;
    color: #E44949;
    font-size: 15px;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative!important;
    top: 0px!important;
}

ul.misses {
    margin: 0 0 10px 0;
}

ul.misses li {
    font-size: 14px;
    line-height: 24px;
}

/*----WP BLOCK TABLE----*/

figure.wp-block-table,
table.wp-block-table {
    overflow-x: auto !important;
    width: 100%;
}

figure.wp-block-table table,
table.wp-block-table {
    border: 1px solid #E2E2E2;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
}

figure.wp-block-table table tr,
table.wp-block-table tr {
    padding: .35em;
    height: 46px;
    font-size: 15px;
    letter-spacing: 0;
    color: #000;
    transition: .3s all;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 1px 0px 0 #E2E2E2;
}


figure.wp-block-table.without-head table tbody tr:first-child,
table.wp-block-table.without-head table tbody tr:first-child {
    background: #0F1829 !important;
    height: 46px !important;
    text-transform: inherit !important;
    color: #fff !important;
    font-weight: 400 !important;
}

figure.wp-block-table table thead {
    border-collapse: none !important;
}


figure.wp-block-table table thead tr,
table.wp-block-table thead tr {
    border-bottom: none
}

figure.wp-block-table table tr a,
table.wp-block-table tr a {
    font-size: 15px !important;
    border-bottom: 1px solid #E2E2E2;
    font-weight: 400;
    padding-bottom: 5px;
    transition: .3s all;
    display: inline-block;
}

figure.wp-block-table table tr a:hover
table.wp-block-table tr a:hover {
    color: #FF2D44;
    border-color: #FF2D44;
}


figure.wp-block-table table tr a::after,
table.wp-block-table tr a::after {
    content: '';
    display: none;
    visibility: hidden;
}

figure.wp-block-table table tr a:hover,
table.wp-block-table tr a:hover {
    text-decoration: underline
}

figure.wp-block-table table th,
figure.wp-block-table table td,
table.wp-block-table th,
table.wp-block-table td {
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #e2e2e2;
}

figure.wp-block-table.review table th,
figure.wp-block-table.review table td,
table.wp-block-table.review th,
table.wp-block-table.review td {
    text-align: left;
}

figure.wp-block-table table thead tr,
table.wp-block-table thead tr {
    height: 40px;
}

figure.wp-block-table table th,
table.wp-block-table th {
    letter-spacing: 0.5px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 15px 20px;
    text-transform: uppercase;
    background: #1F272F;
    color: #fff;
}

figure.wp-block-table table td i.true::before,
table.wp-block-table td i.true::before,
figure.wp-block-table table td span.true::before,
table.wp-block-table td span.true::before {
    content: '\e82a';
    font-family: 'ui-icons';
    color: #0BB81F;
    font-size: 16px;
    margin-right: 5px;
}

figure.wp-block-table table td i.false::before,
table.wp-block-table td i.false::before,
figure.wp-block-table table td span.false::before,
table.wp-block-table td span.false::before {
    content: '\e82b';
    font-family: 'ui-icons';
    color: red;
    font-size: 13px;
    margin-right: 5px;
}

figure.wp-block-table table td ul li,
table.wp-block-table td ul li {
    line-height: 17px;
}

figure.wp-block-table table td i.icon-cancel,
figure.wp-block-table table td i.icon-check,
table.wp-block-table td i.icon-cancel,
table.wp-block-table td i.icon-check {
    font-size: 17px;
    margin-right: 6px;
    position: relative;
    font-style: normal;
}

figure.wp-block-table table td i.icon-check,
table.wp-block-table td i.icon-check {
    color: #57a955
}

figure.wp-block-table table td i.icon-cancel,
table.wp-block-table td i.icon-cancel {
    color: #a5283b
}

figure.wp-block-table table td i.icon-check::before,
table.wp-block-table td i.icon-check::before {
    content: '✅';
}

figure.wp-block-table table td i.icon-cancel::before,
table.wp-block-table td i.icon-cancel::before {
    content: '❌';
}


figure.wp-block-table table th {background: #1F272F; color: #fff; }

.wp-block-table  {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table tr:nth-child(odd) {
    background-color: #f7f7f7
}


/*----PAGE----*/
section.page-hero {
    width: 100%;
    position: relative;
    float: left;
    background-color: #000000;
    background-image: url('../img/elements/hero-pattern.png?ver=3.0');
    background-repeat: repeat;
    background-size: 50%;
    padding: 20px 0;
    margin: 0 0 15px 0;
}

section.page-hero .heading {
    width: 100%;
    float: left;
}

section.page-hero .heading h1 {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.8px;
    color: #fff;
    font-weight: 800;
}

section.page-hero .title {
    font-size: 15px;
    width: 100%;
    color: #fff;
    line-height: 26px;
    margin: 10px 0 10px 0;
    display: block;
    float: left;
}

/*----ASIDE----*/
aside .side-menu {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

aside .side-menu span.head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

aside .side-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

aside .side-menu ul li::before {
    content: '' !important;
    display: none !important;
    visibility: hidden !important;
}

aside .side-menu ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #3A3B3D;
    letter-spacing: 0.1px;
}

aside .side-menu ul li a {
    color: #3A3B3D !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 12px 0;
    margin: 0 0 7px 0;

}

aside .side-menu ul li:hover a {
    color: #FF233B !important;
}

/* SLIDER */
.featured-news-slider {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    max-height: 255px;
    overflow: hidden;
}

.featured-news-slider .item {
    width: 100%;
    height: 255px;
    max-height: 255px;
    float: left;
    position: relative;
    overflow: hidden;
}

.featured-news-slider .item:hover .thumbnail img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.featured-news-slider .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

.featured-news-slider .item .thumbnail {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.featured-news-slider .item .thumbnail::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3%, #1B232B 96%);
    z-index: 250;
}

.featured-news-slider .item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    object-fit: cover;
}

.featured-news-slider .item .data {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 250;
}

.featured-news-slider .item .data span.head {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 23px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.50);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-news-slider .item .data span.category {
    float: left;
    height: 18px;
    display: inline-block;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: -0.3px;
    background-color: #ff2c44;
    border-radius: 1px;
    margin-right: 7px;
    padding: 0 3px;
}

.featured-news-slider .item .data span.date {
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.15px;
    color: #fff;
}


/* LATEST CASINO NEWS */
.latest-casino-news {
    width: 100%;
    float: left;
}

.article-item {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
}

.article-item .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
}

.article-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    color: #000;
}


.article-item .post {
    width: calc(100% - 95px);
    margin-left: 15px;
    float: left
}

.article-item .post .info {
    width: 100%;
    float: left;
}

.article-item .post .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
}

.article-item .post .info .author a {
    color: #2A2F32;
    font-style: normal
}

.article-item .post .info .author a:hover {
    text-decoration: underline
}

.article-item .post .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #fe2c45;
    font-size: 12px;
    line-height: 14px;
}

.article-item .post .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #fe2c45;
    margin-right: 7px;
    position: relative;
    top: 5px
}

.article-item .post .info .category:hover {
    color: #fe2c45
}


.article-item .post .data {
    width: 100%;
    float: left
}

.article-item:hover .post .data h3 {
    color: #fe2c45
}

.article-item .post .data h3 {
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.7px;
    padding: 0;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-item .post .data time {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #626262;
    line-height: 22px;
}

.article-item .post .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    color: #535353;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px
}

/* TRENDING NEWS */
.trending-news {
    width: 100%;
    float: left;
}

.latest-blog-posts {
    width: 100%;
    float: left;
}

/* POST ITEM */

.latest-blog-posts .post-item {
    border-bottom: none;
    padding-bottom: 0;
}

.post-item {
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px !important;
}

.post-item .thumbnail {
    width: 100%;
    height: 135px;
    float: left;
    margin-bottom: 9px;
    overflow: hidden
}

.post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

.post-item .info {
    width: 100%;
    float: left
}

.post-item .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 22px
}

.post-item .info .author a {
    color: #2A2F32;
    font-style: normal
}

.post-item .info .author a:hover {
    text-decoration: underline
}

.post-item .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #fe2c45;
    font-size: 12px;
    line-height: 22px
}

.post-item .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #fe2c45;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}


.post-item .data {
    width: 100%;
    float: left
}

.post-item .data:hover h3 {
    color: #fe2c45 !important;
}

.post-item .data h3 {
    font-size: 18px !important;
    color: #363636 !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: -0.5px !important;
    padding: 0 !important;
    margin: 2px 0 0 0 !important;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-item .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #535353 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    text-align: left !important;
}

.post-item .data span.read-more {
    font-size: 13px;
    color: #fe2c45;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 9px
}

.post-item .data span.read-more::after {
    content: '\e803';
    font-family: 'casinousa_icons';
    color: #fe2c45;
    padding-left: 10px;
    font-size: 10px
}

/* SEARCH RESULTS */

section.result-header {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #1F272F;
    background-image: url('../img/elements/hero-pattern.png?ver=3.0');
    background-repeat: repeat;
    background-size: 50%;
}


section.result-header span.result {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

section.result-header h1.head {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.article-navigation {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 40px;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 0 0 1px 0
}

.article-navigation .previous {
    width: 100%;
    float: left
}

.article-navigation .next {
    width: 100%;
    float: right;
    margin-top: 30px
}

.article-navigation .previous:hover .data h3.post-name,
.article-navigation .next:hover .data h3.post-name {
    color: #EE1E44
}

.article-navigation .next i.button,
.article-navigation .previous i.button {
    width: 21px;
    height: 21px;
    background-color: #EE1E44;
    border-radius: 1px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px
}

.article-navigation .next i.button {
    float: right;
    margin-right: 0
}

.article-navigation .next i.button::before,
.article-navigation .previous i.button::before {
    content: '\e81b';
    color: #fff;
    font-size: 9px;
    font-family: 'casinousa_icons';
    line-height: 21px;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center
}

.article-navigation .next i.button::before {
    content: '\e81c'
}

.article-navigation .previous .data {
    width: calc(100% - 36px);
    float: left
}

.article-navigation .next .data {
    width: calc(100% - 36px);
    float: right
}

.article-navigation .next .data h3.post-name,
.article-navigation .previous .data h3.post-name {
    width: 100%;
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 25px;
    float: left;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-navigation .next .data span.title,
.article-navigation .next .data h3.post-name {
    text-align: right;
    float: right !important;
    margin-right: 15px
}

.article-navigation .next .data span.title,
.article-navigation .previous .data span.title {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9CA5AA;
    line-height: .25px;
    text-transform: uppercase;
    letter-spacing: .15px;
    margin-top: 15px
}

.related-topics {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: #E2E2E2;
    border-width: 0 0 1px 0
}

.related-topics span.title {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #091E2C;
    text-transform: uppercase;
    letter-spacing: -.05px;
    margin-right: 15px;
    font-style: italic
}

.related-topics ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.related-topics ul li {
    position: relative;
    line-height: 25px;
    letter-spacing: -.15px;
    color: #EE1E44;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    float: left
}

.related-topics ul li:hover {
    text-decoration: underline
}

.related-topics ul li::before {
    content: '#' !important;
}

/* MOBILE FILTER */
.mobile-filter {
    width: 100%;
    height: 100vh;
    float: left;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: .3s all;
    left: -100%;
    opacity: 0;
    visibility: hidden;
}


.mobile-filter.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.mobile-filter .content {
    width: 300px;
    height: 100vh;
    background: #1B232B;
    left: 0;
    top: 0;
    position: relative;
    margin: 0 0 0 0;
    padding: 14px 15px 0 15px;
    overflow-y: scroll;
}

.mobile-filter .content::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border: none;
}

.mobile-filter .content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.05);
    border: none;
}

.mobile-filter .content::-webkit-scrollbar-corner {
    background: #fff;
}

.mobile-filter .filter::after {
    content: '';
    width: calc(100% - 300px);
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgb(12 16 21 / 94%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-filter .filter::after {
    opacity: 1;
    visibility: visible;
}

.mobile-filter .content .top {
    width: 100%;
    float: left;
    position: relative;
}

.mobile-filter .content .top span.close {
    cursor: pointer;
}

.mobile-filter .content .top span.close::before {
    content: '\e818';
    font-family: 'casinousa_icons';
    font-size: 26px;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: -1px;
    color: #fff;
}

.mobile-filter .content .top span.title {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.23px;
    line-height: 20px;
    padding-left: 25px;
}

.mobile-filter .content .filters {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.mobile-filter .content .filters .item {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #31373D;
    transition: .3s all;
}

.mobile-filter .content .filters .item .head {
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin: 0 0 0 0;
    position: relative;
    cursor: pointer;
}

.mobile-filter .content .filters .item .head::after {
    content: '\e81a';
    font-family: 'casinousa_icons';
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    line-height: 21px;
    font-size: 21px;
    pointer-events: none;
    cursor: pointer;
}

.mobile-filter .content .filters .item.active .head::after {
    content: '\e81d';
}

.mobile-filter .content .filters .item.active .head {
    margin: 0 0 14px 0;
}

.mobile-filter .content .filters .item .head i {
    font-size: 19px;
    float: left;
    color: #ff233b;
    margin: 0 7px 0 0;
    position: relative;
    top: 1px;
    line-height: 19px;
}

.mobile-filter .content .filters .item .options {
    width: 100%;
    height: 0;
    float: left;
    overflow-y: scroll;
    padding-right: 0px;
    transition: .3s all;
}

.mobile-filter .content .filters .item.active .options {
    max-height: 200px;
    height: initial;
}

.mobile-filter .content .filters .item .options::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border: none;
}


.mobile-filter .content .filters .item .options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.05);
    border: none;
}


.mobile-filter .content .filters .item .options::-webkit-scrollbar-corner {
    background: #fff;
}


.mobile-filter .content .filters .item .options .checkbox {
    width: 100%;
    float: left;
    margin: 0 0 3px 0;
    padding: 6px 10px 4px 8px;
    border-radius: 3px;
}

.mobile-filter .content .filters .item .options .checkbox.active {
    background: #28323c;
}

.mobile-filter .content .filters .item .options .checkbox.active small {
    color: #fff;
}

.mobile-filter .content .filters .item .options .checkbox input {
    display: none;
}

.mobile-filter .content .filters .item .options .checkbox input + label {
    margin: 0;
    width: 100%;
}

.mobile-filter .content .filters .item .options .checkbox input + label span {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: relative;
    background: inherit;
    cursor: pointer;
    float: left;
    display: inline-block;
    margin: 0;
    background: #fff;
    top: 2px;
}

.mobile-filter .content .filters .item .options .checkbox label b {
    padding-left: 10px;
    display: inline-block;
    float: left;
    font-style: normal;
    font-size: 13px;
    user-select: none;
    width: auto;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #fff;
    position: relative;
    top: 1px;
}

.mobile-filter .content .filters .item .options .checkbox input:checked + label span:before {
    content: '\e803';
    font-family: 'casinousa_icons';
    color: #FF233B;
    font-size: 9px;
    line-height: 18px;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    text-align: center;
}

.mobile-filter .content .filters .item .options .checkbox small {
    float: right;
    text-align: right;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.44);
    letter-spacing: -0.76px;
    position: relative;
    top: 1px;
}

.mobile-filter .content .update-filter {
    width: 100%;
    float: left;
    background-image: -webkit-linear-gradient(rgba(26, 34, 42, 0.88) 16%, #1A222A 100%);
    background-image: -o-linear-gradient(rgba(26, 34, 42, 0.88) 16%, #1A222A 100%);
    background-image: linear-gradient(rgba(26, 34, 42, 0.88) 16%, #1A222A 100%);
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 10px 0 10px 0;
}

.mobile-filter .content .update-filter a {
    width: 100%;
    height: 48px;
    float: left;
    display: inline-block;
    background: #FF233B;
    box-shadow: inset 0 -3px 0 0 #AB091A;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.mobile-filter-button {
    width: calc(50% - 7.5px);
    float: right;
    margin: 0 0 10px 0;
}

.filter-options {
    width: 100%;
    float: left;
}

.sort {
    width: calc(50% - 7.5px);
    float: left;
    position: relative;
}

.sort a.button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    border: 1px solid #DCE0E4;
    text-align: center;
    color: #3A3B3D !important;
    font-size: 14px;
    letter-spacing: -0.2px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s all;
}

.sort a.button:hover,
.sort a.button.active {
    background-color: #FF233B;
    color: #fff !important;
    border-color: #FF233B;
    text-decoration: none;
}

.sort a.button.active i,
.sort a.button:hover i {
    color: #fff;
}

.sort a.button i {
    color: #FF233B;
    float: left;
    position: absolute;
    left: 15px;
    top: 0;
    transition: .3s all;
}

.sort .toggle {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 55px;
    padding: 20px 20px 7px 20px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #DCE0E4;
    border-radius: 4px;
    display: none;
}

.sort .toggle.active {
    display: inline-block;
}

.sort .toggle::before {
    content: '';
    width: 7px;
    height: 14px;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    border-color: transparent transparent #DCE0E4 transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: -14px;
    float: left;
    border-radius: 0px;
}

.sort .toggle .item {
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
}

.sort .toggle .item [type="radio"]:checked,
.sort .toggle .item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.sort .toggle .item [type="radio"]:checked + label,
.sort .toggle .item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    line-height: 21px;
    display: inline-block;
    color: #3A3B3D;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.sort .toggle .item [type="radio"]:checked + label:before,
.sort .toggle .item [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #DCE0E4;
    border-radius: 100%;
    background: #fff;
}

.sort .toggle .item [type="radio"]:checked + label:after,
.sort .toggle .item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff233b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sort .toggle .item [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sort .toggle .item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-filter-button.desktop-hide {
    width: calc(50% - 7.5px);
    float: right;
}

.mobile-filter-button.desktop-hide.full-width {
    width: 100%;
}

.mobile-filter-button a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    border: 1px solid #DCE0E4;
    text-align: center;
    color: #3A3B3D !important;
    font-size: 14px;
    letter-spacing: -0.2px;
    border-radius: 4px;
    font-weight: 500;
    transition: .3s all;
}

.mobile-filter-button b {
    display: none;
    visibility: hidden;
    font-weight: 500;
}

.mobile-filter-button:hover a {
    border-color: #FF233B;
    background: #FF233B;
    color: #fff !important;
    text-decoration: none !important;
}

.mobile-filter-button:hover a i {
    color: #fff !important;
}

.mobile-filter-button a i {
    color: #FF233B;
    float: left;
    position: absolute;
    left: 15px;
    top: 0;
    transition: .3s all;
}

/*-----SLOT GAMES CONTENT----*/
.slot-games-content {
    width: 100%;
    float: left;
}

.slot-games-content .item {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 7px 0;
}

.slot-games-content .item .thumbnail {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
}

.slot-games-content .item .thumbnail a {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.slot-games-content .item .thumbnail .play {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: height .3s linear;
    background: rgba(0, 0, 0, 0.70);
    text-align: center;
    z-index: 50;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.slot-games-content .item .thumbnail:hover .play {
    bottom: 0;
    height: 100%;
}

.slot-games-content .item .thumbnail .play img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    max-width: 50%;
    width: 50%;
    height: auto;
    float: inherit;
}

.slot-games-content .item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.slot-games-content .item .thumbnail .rating {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 50;
}


.slot-games-content .item .thumbnail .rating ul {
    margin: 0;
    position: relative;
    left: 13px;
    top: -6px;
}

.slot-games-content .item .thumbnail .rating ul li {
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 19px;
    display: inline-block;
}

.slot-games-content .item .thumbnail .rating ul li::before,
.slot-games-content .item .thumbnail .rating ul li::after {
    display: none;
    visibility: hidden;
}

.slot-games-content .item .thumbnail .rating ul li i.star {
    float: left;
    font-style: normal;
}

.slot-games-content .item .thumbnail .rating ul li i.star::before {
    content: '\e81e';
    font-family: 'casinousa_icons';
    font-size: 20px;
    color: #FFC340;
}

.slot-games-content .item .thumbnail .rating ul li i.star.half::before {
    content: '\e81e';
    background-image: -webkit-linear-gradient(right, #323E49 48%, #FFC340 52%);
    background-image: -o-linear-gradient(right, #323E49 48%, #FFC340 52%);
    background-image: linear-gradient(to left, #323E49 48%, #FFC340 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slot-games-content .item .thumbnail .rating ul li i.star.empty::before {
    content: '\e81e';
    color: #fff3d98a;
}

.slot-games-content .item .data {
    width: 100%;
    float: left;
}

.slot-games-content .item .data h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slot-games-content .item .data:hover h3 {
    color: #ff3446;
    text-decoration: underline;
}


.mobile-filter .filter-items-active .js-active-filters > b {
    color: #fff;
    display: block;
    visibility: visible;
}

.mobile-filter .filter-items-active .js-active-filters .filter-item-active-label {
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.decorativeBox {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#decorativeNumList2.decorativeBox {
    border-top-width: 0;
}

.decorativeBox h2 {
    margin-top: 0;
}

.decorativeBox > p {
    padding: 0 30px;
    margin-top: 15px;
}

.decorativeWrap p {
    margin-top: 10px;
}

.decorativeContent {
    padding-right: 20px;
}

.decorativeContent h3 {
    text-align: left;
}

#decorativeNumList2 .decorativeContent h3 {
    padding-left: 44px;
}

.decorativeBoxWrap.cols-2 .decorativeContent {
    width: 95%;
    float: none;
    margin-bottom: 15px;
}

.decorativeBoxWrap.cols-1 .decorativeContent img, div.decorativeList .decorativeContent img, .decorativeNumList .decorativeContent img {
    float: none;
    margin: 10px auto;
    display: block;
}

.decorativeBoxWrap.cols-1 .decorativeContent {
    padding: 20px;
}

div.decorativeList, .decorativeNumList {
    width: auto;
    margin: 20px auto 0px;
    position: relative;
    counter-reset: section;
}

.decorativeContent {
    border-color: #ddd;
    margin: 0;
    padding: 0 30px 30px 60px;
    counter-increment: section;
    position: relative;
}

.decorativeList .decorativeContent:after {
    content: counter(section);
    left: 5px;
    margin-left: 5px;
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #305BA6;
    text-align: center;
    color: white;
    font-size: 120%;
    line-height: 33px;
    font-weight: 700;
    border-radius: 50%;
    top: 0px;
}

.decorativeList .decorativeContent:before {
    content: '';
    border-left: 2px solid #305BA6;
    margin-left: 30px;
    left: 22px;
    margin-left: 5px;
    position: absolute;
    width: 2px;
    height: 130%;
    top: 0;
}

.decorativeList .decorativeContent:last-child:before {
    border-width: 0;
}

.decorativeContent {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

div.decorativeList .decorativeContent:last-child {
    border-width: 0;
    margin-bottom: 0;
}

.decorativeNumList .decorativeContent:last-child {
    margin-bottom: 0;
}

div.decorativeList .decorativeContent img, .decorativeNumList .decorativeContent img {
    width: 120px;
    height: auto;
    margin: 0 0 15px 15px;
    float: right;
}

.decorativeNumList .decorativeContent {
    padding-left: 90px;
    border-bottom-width: 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 0;
}

.decorativeNumList .decorativeContent:before {
    content: counter(section, decimal-leading-zero);
    font-weight: bold;
    font-size: 2.5rem;
    margin-right: 0.5rem;
    font-family: 'Abril Fatface', serif;
    line-height: 1;
    position: absolute;
    left: 15px;
    font-weight: 400;
    color: #ff233b;
    top: 15px;
}

.decorativeContent h3 {
    margin-top: 0;
}

.decorativeContent p:last-child {
    margin-bottom: 0;
}

.decorativeBoxWrap {
}

.decorativeBoxWrap.cols-1 .decorativeContent {
    border-top: 1px solid #ddd;
    border-bottom-width: 0;
    padding: 30px;
    margin-bottom: 0;
}

.decorativeBoxWrap.cols-1 .decorativeContent img {
    width: 120px;
    height: auto;
    margin: 0 15px 15px 0;
    float: left;
}

.decorativeBoxWrap.cols-2 {
    margin: 0 2.5%
}

.decorativeBoxWrap.cols-2:after, .decorativeWrap:after {
    content: '';
    display: table;
    clear: both;
}

.decorativeBoxWrap.cols-2 .decorativeContent {
    width: 45%;
    float: left;
    padding: 20px;
    margin: 0 2.5%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.decorativeBoxWrap.cols-2 .decorativeContent h3 {
    text-align: center;
}

.decorativeBoxWrap.cols-2 .decorativeContent img {
    width: auto;
    height: 80px;
    margin: 10px auto;
    display: block;
    float: none;
}

.decorativeContent {
    padding-right: 20px;
}

.decorativeContent h3 {
    text-align: left;
}

#decorativeNumList2 .decorativeContent h3 {
    padding-left: 44px;
}

.decorativeBoxWrap.cols-2 .decorativeContent {
    width: 95%;
    float: none;
    margin-bottom: 15px;
}

.decorativeBoxWrap.cols-1 .decorativeContent img, div.decorativeList .decorativeContent img, .decorativeNumList .decorativeContent img {
    float: none;
    margin: 10px auto;
    display: block;
}

.decorativeBoxWrap.cols-1 .decorativeContent {
    padding: 20px;
}

.decorativeNumList .decorativeContent {
    padding-left: 20px;
    padding-top: 20px;
}

.decorativeList .decorativeContent:before {
    height: 110%;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .c-content-page-list__item {
        width: 49%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .page-content img.aligncenter {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    body.admin-bar header {
        top: 46px;
    }

    html #wpadminbar {
        position: fixed;
        top: 0;
    }

    body.admin-bar main {
        top: 43px;
    }

    .casino-results-author {
        flex-direction: column;
    }
}

@media screen and (max-width: 820px) {
    .c-content-page-list__item-link {
        font-size: 16px;
        line-height: 18px;
    }

    figure.wp-block-table table,
    table.wp-block-table {
        border: none !important;
        border-collapse: separate !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    figure.wp-block-table table tr,
    table.wp-block-table tr {
        padding: .35em !important;
        height: 46px !important;
        font-size: 15px !important;
        letter-spacing: 0 !important;
        color: #000 !important;
        transition: .3s all !important;
        background-color: #fff !important;
        box-shadow: 0 1px 0px 0 #E2E2E2;
    }

    figure.wp-block-table table thead tr,
    table.wp-block-table thead tr {
        border-bottom: none
    }

    figure.wp-block-table table tr a,
    table.wp-block-table tr a {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        font-size: 15px !important;
    }

    figure.wp-block-table table tr a::after,
    table.wp-block-table tr a::after {
        content: '' !important;
        display: none !important;
        visibility: hidden !important;
    }

    figure.wp-block-table table tr a:hover,
    table.wp-block-table tr a:hover {
        text-decoration: underline
    }

    figure.wp-block-table table th,
    figure.wp-block-table table td,
    table.wp-block-table th,
    table.wp-block-table td {
        text-align: center !important;
        padding: 15px 20px !important;
        overflow-wrap: inherit !important;
        word-wrap: inherit !important;
        -ms-word-break: inherit !important;
        word-break: inherit !important;
        -ms-hyphens: inherit !important;
        -moz-hyphens: inherit !important;
        -webkit-hyphens: inherit !important;
        hyphens: inherit !important;
        line-height: 20px;
    }


    figure.wp-block-table table thead,
    table.wp-block-table thead {
        border: inherit !important;
        clip: inherit !important;
        height: inherit !important;
        margin: auto !important;
        overflow: inherit !important;
        padding: auto !important;
        position: inherit !important;
        width: inherit !important;
    }

    figure.wp-block-table table td, table.wp-scroll-table td {
        display: table-cell !important;

    }

    figure.wp-block-table table td:before, table.wp-scroll-table td:before {
        content: '' !important;
        display: none !important;
        visibility: hidden !important;
    }


    figure.wp-block-table table thead {
        border-collapse: none !important;
    }

    figure.wp-block-table table thead tr,
    table.wp-block-table thead tr {
        height: 40px !important;
    }

    figure.wp-block-table table th,
    table.wp-block-table th {
        letter-spacing: 0.5px !important;
        height: 40px !important;
        font-size: 14px !important;
        line-height: 19px !important;
        font-weight: 700 !important;
        padding: 15px 10px !important;
        text-transform: uppercase;
    }

    figure.wp-block-table table tr, table.wp-scroll-table tr {
        display: table-row !important;
        text-align: center !important;
    }

}


@media only screen and (min-width: 375px) {
    section.hero .games-box .item .card {
        height: 105px;
        line-height: 103px;
    }
}

@media only screen and (min-width: 480px) {
    header .navigation .quick-nav ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
    }
    header .navigation .quick-nav ul li:last-child {
        display: inline-block;
        visibility: visible;
    }
}

@media only screen and (min-width: 400px) {
    section.hero .games-box .item .card {
        height: 81px;
        line-height: 78px;
        font-size: 35px;
    }

    .brand-table .item .casino .cta a.btn.play::before {
        display: inline-block;
        visibility: visible;

    }
}


@media only screen and (min-width: 450px) {
    .mobile-filter-button b {
        display: inline-block;
        visibility: visible;
        font-weight: 500;
    }
}

@media only screen and (min-width: 470px) {
    section.hero .games-box .item .card {
        height: 105px;
        line-height: 103px;
        font-size: 40px;
    }

    section.hero .welcome-text .we-can-have ul li a {
        padding: 15px;
    }

    section.hero .welcome-text .we-can-have ul li i {
        margin: 0 6px 0 0;
    }

    section.hero .welcome-text .we-can-have ul li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 520px) {
    .featured-news-slider,
    .featured-news-slider .item {
        height: 170px;
        max-height: 170px;
    }
}


@media only screen and (min-width: 576px) {

    section.hero .games-box .item .card {
        height: 90px;
        line-height: 88px;
        font-size: 36px;
    }

    section.brand-choose .tabs .tab span.title {
        display: inline-block;
        visibility: visible;
    }

    section.brand-choose .tabs .tab span.title-mobile {
        display: none;
        visibility: hidden;
    }

    .latest-news .item .thumbnail {
        height: 140px;
    }

    .latest-news.hero-med .item .thumbnail {
        height: 250px;
    }
    .latest-news .item .data.data--with-image {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .latest-news .item .data.data--with-image .thumbnail {
        width: 100%!important;
        margin: 0 0 15px 0;
    }
    .latest-news .item .data.data--with-image span.head {
        width: 100%;
    }
}

@media only screen and (min-width: 580px) {

    .featured-news-slider,
    .featured-news-slider .item {
        height: 190px;
        max-height: 190px;
    }
}


@media only screen and (min-width: 600px) {
    .article-navigation .previous {
        width: 48%
    }

    .article-navigation .next {
        width: 48%;
        margin-top: 0
    }

}

@media only screen and (min-width: 670px) {

    .featured-news-slider,
    .featured-news-slider .item {
        height: 210px;
        max-height: 210px;
    }
}

@media only screen and (min-width: 768px) {
    .vertical-brandtable .item .logo {
        width: 100%;
        height: 130px;
        line-height: 110px;
    }

    .vertical-brandtable .item .logo img {
        width: 70%;
    }

    .brand-table .item .casino .bonus {
        width: 100%;
        float: left;
        margin-top: 17px;
    }

    .brand-table .item.c-hero-review__item .logo {
        height: 210px!important;
        line-height: 130px!important;
    }

    .brand-table .item.c-hero-review__item .details {
        display: none;
    }

    .brand-table .item.c-hero-review__item .cta a.btn.play::before {
        display: none;
        visibility: hidden;
    }

    .brand-table .item.c-hero-review__item .c-hero-link {
        display: none;
    }

    .brand-table .item .casino .available-countries {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
    }

    main {
        overflow-x: inherit;
    }

    .brand-table .item .rating {
        bottom: 23px;
    }


    footer .top .social-media {
        display: inline-block;
        visibility: visible;
    }

    .brand-table .item .details .content {
        display: inline-block !important;
        border-top: 1px solid #DCE0E5;
    }


    .box-container .box-step::before {
        top: 24px !important;
        left: 22px !important;
        border-left: 2px solid #ff233b !important;
    }

    .box-container .box-step:after {
        background-color: #ff233b !important;
        left: 5px !important;
        top: 2px !important;
        line-height: 35px !important;
    }

    #box.step .wrap {
        margin-left: 50px !important;
    }

    #box.num .wrap {
        margin-left: 80px !important;
    }

    .slot-games-content .item .thumbnail {
        height: 170px;
    }

    .brand-table .item .details .more-info {
        display: none;
        visibility: hidden;
    }

    .brand-table .item .details .content {
        display: inline-block;
    }

    .author-v-card .avatar {
        float: left;
        margin-right: 20px;
    }

    .author-v-card .data {
        width: calc(100% - 140px);
        float: left;
        text-align: left;
    }

    .author-v-card .data ul.social-id {
        float: left;
    }

    .author-v-card .data ul.social-id li {
        float: left;
    }

    .box-w-image .item {
        float: left;
        display: block;
    }

    .box-w-image .item .left {
        width: 80%;
        float: left;
        padding-right: 30px;
    }

    .box-w-image .item .right {
        width: 20%;
        float: left;
        padding-top: 30px;
    }

    .box-w-image .item .right img {
        float: left;
        width: 100%;
        display: inline-block;
        height: 100%;
    }

    ul.states li {
        width: 25%;
    }

    body.online-casinos-template-review .back-to-top {
        bottom: 15px;
    }

    .latest-news.hero-med .item .thumbnail {
        height: 400px;
    }


    body.single-post .alignleft {
        display: table;
        margin-left: 0;
        margin-right: 1em;
        float: left;
        margin-bottom: 0;
    }

    body.single-post .alignright {
        display: table;
        margin-right: 0;
        margin-left: 1em;
        float: right;
        margin-bottom: 0;
    }

    .pagination {
        margin-bottom: 45px
    }

    .pagination .page-numbers {
        display: inline-block;
        visibility: visible
    }

    .payments-list ul li a img {
        width: 36%;
    }

    section.hero .welcome-text .description button {
        font-size: 16px;
    }

    .step-list ul li span.number {
        margin: 0 25px 0 0;
    }

    .step-list.w-image ul li .right,
    .step-list ul li .right {
        width: calc(100% - 95px);
        float: left;
    }


    .step-list ul li .right span.head {
        width: 100%;
        line-height: 38px;
    }

    .page-content > .container > .row > .col-md-12 > .wp-block-image {
        max-width: 100%;
        float: inherit;
        margin-top: 8px;
        margin-right: 0;
    }

    .page-content > .container > .row > .col-md-12 > .wp-block-image > figure > img {
        height: auto;
    }

    .page-content > .container > .row > .col-md-12 > .wp-block-image > .alignright {
        float: right;
        margin-left: 1em;
    }


    .mobile-sticky-brand {
        display: none;
        visibility: hidden;
    }

    .hide-mobile {
        display: inline-block;
        visibility: visible;
    }

    .hide-desktop {
        display: none;
        visibility: hidden;
    }

    .step-list.w-image ul li .image {
        display: inline-block;
        visibility: visible;
    }

    .step-list.w-image ul li .right {
        width: calc(100% - 245px);
        padding-right: 10px;
    }

    .features-casinos-table .item .content .right {
        border-top: none;
        padding: 15px 30px 0 30px;
    }

    .features-casinos-table .item .content .left .logo {
        width: 250px;
    }

    .features-casinos-table .item .content .left {
        border-right: 1px solid #efefef;
        width: 250px;
    }

    .features-casinos-table .item .content .right {
        width: calc(100% - 250px);
        float: left;
        padding: 15px 30px;
        border-left: 1px solid #efefef;
    }


    .latest-news.hero-sm .item .thumbnail,
    .latest-news .item .thumbnail {
        height: 200px;
    }

    .featured-news-slider,
    .featured-news-slider .item {
        height: 180px;
        max-height: 180px;
    }

    .featured-news > .row > .col-md-6:nth-child(3) {
        display: none;
        visibility: hidden;
    }

    .featured-news > .row > .col-md-6:nth-child(1),
    .featured-news > .row > .col-md-6:nth-child(2) {
        display: inline-block;
        visibility: visible;
    }

    .article-item .post {
        width: calc(100% - 260px);
        margin-left: 20px
    }

    .article-item .thumbnail {
        width: 240px;
        height: 155px
    }

    .article-item .post .data h3 {
        font-size: 23px;
        line-height: 27px;
        margin: 5px 0 0 0;
        -webkit-line-clamp: 1;
    }

    .article-item .post .data p {
        margin: 3px 0 0 0
    }

    .article-item {
        margin-bottom: 30px !important;
    }

    section.hero .games-box .item .card {
        height: 102px;
        line-height: 100px;
        font-size: 40px;
        margin: 0 0 15px 0;
    }

    .brand-table .item .logo {
        width: 250px;
        height: 460px;
        line-height: 450px;
    }

    .brand-table .item .logo img {
        width: 80%;
    }

    .brand-table .item .casino {
        width: calc(100% - 250px);
        padding: 18px 18px 0 18px;
    }

    .brand-table .item .details {
        width: calc(100% - 250px);
        padding: 18px 18px 9px 18px;
    }

    .review-navigation {
        height: 55px;
    }

    .review-navigation ul {
        padding: 0 0 0 0;
        white-space: normal;
        overflow-x: inherit;
    }

    .review-navigation ul li {
        float: left !important;
        width: 20% !important;
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0 !important;
        text-align: center !important;
    }

    .review-navigation ul li:last-child {
        border-right: none !important;
        padding-right: 0 !important;
    }


}

@media only screen and (min-width: 920px) {

    .featured-news-slider,
    .featured-news-slider .item {
        height: 200px;
        max-height: 200px;
    }
}

@media only screen and (min-width: 992px) {

    section.review-hero .card .lg-content {
        margin: 0 30px 0 0;
        float: left;
    }

    section.review-hero .card .lg-content .approved-casinos-badge {
        top: inherit;
        bottom: -12px;
    }

    .js-active-filters.cf > b1,
    .active-filter-groups, .active-filter-group {
        display: inline-block;
        visibility: visible;
        width: auto;
    }

    .active-filter-group {
        width: auto;
        margin-right: 10px;
    }

    .filter-item-clear {
        width: auto;
        position: relative;
        top: 0px;
    }

    .filter-items-active .filter-item-clear {
        display: none;
        visibility: hidden;
    }

    .filter-items-active {
        top: 0;
    }

    .touch-with-us {
        float: right;
        width: 33%;
        clear: right;
        margin-left: 20px;
    }

    .casino-results-info {
        display: inline-block;
        visibility: visible;
        width: 100%;
        float: left;
        text-align: center;
        margin: 5px 0 15px 0;
    }

    body.page-template-default .casino-results-info {
        position: relative;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    body.slot-template .casino-results-info,
    body.page-template-default .casino-results-info1 {
        display: none;
        visibility: hidden;
    }

    header .navigation .quick-nav {
        display: none;
        visibility: hidden;
    }

    header .navigation .search .icon {
        right: 4px;
    }


    section.page-hero .heading {
        margin: 20px 0 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        padding: 20px 0 5px 0;
    }

    .breadcrumb {
        display: inline-block;
        visibility: visible;
    }

    .sort.desktop-hide {
        display: none;
        visibility: hidden;
    }

    section.brand-choose .tabs .filter-tab span.title {
        display: inline-block;
        visibility: visible;
    }

    section.brand-choose .tabs .filter-tab {
        display: inline-block;
        visibility: visible;
    }

    section.brand-choose .tabs .tab {
        width: 25%;
    }

    .mobile-filter-button.desktop-hide {
        display: none;
        visibility: hidden;
    }

    section.hero .welcome-text .we-can-have ul li {
        margin: 0 10px 10px 0;
        width: 100%;
    }

    section.hero .welcome-text .we-can-have ul li:nth-child(2),
    section.hero .welcome-text .we-can-have ul li:nth-child(4) {
        float: left;
    }

    section.hero .welcome-text .we-can-have ul li {
        width: auto;
        margin: 0 10px 0 0;
    }

    .c-hero-review {
        width: calc(100% - 60px);
    }

    #toc_container {
        width: 33% !important;
        margin-left: 20px;
        float: right
    }

    .news-hero {
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }

    .latest-news.hero-med .item .thumbnail {
        height: 290px;
    }

    .latest-news.hero-sm .item .thumbnail, .latest-news .item .thumbnail {
        height: 140px;
    }

    .mobile-filter .content {
        float: right;
    }

    .mobile-filter.full-width .content {
        display: none;
    }

    .mobile-filter .filter::after {
        left: 0;
        right: inherit;
        background: rgb(12 16 21 / 66%);
    }

    .mobile-filter .filter.active:after {
        background-image: url(../img/loader113.gif);
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        background-size: 150px auto;
    }

    .mobile-filter .filter:before {
        content: '';
        width: calc(100% - 300px);
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-filter.full-width .filter.active:before, .mobile-filter.full-width .filter.active:after {
        width: 100%;
    }

    .mobile-filter .filter.active:before {
        background-image: url(../img/casino-logo-1.png);
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        background-size: 300px auto;
        visibility: visible;
        opacity: 1;
        left: 0;
        z-index: 999999;
        margin-top: 80px;
    }

    .mobile-filter.full-width .filter.active::after {
        width: 100%;
    }

    .mobile-filter.active {
        right: 0;
        left: initial;
    }

    .mobile-filter {
        left: initial;
        right: -100%;
    }


    section.result-header {
        background-size: 15%;
    }

    .payments-list ul li a img {
        width: 60%;
    }

    section.page-hero {
        margin-bottom: 30px;
    }

    section.page-hero .heading h1 {
        font-size: 34px;
        line-height: 38px;
    }

    main {
        top: 70px;
    }

    footer {
        top: 70px;
    }


    header .dropdown.active {
        display: inline-block;
        visibility: visible;
        opacity: 1;
    }

    header .dropdown .header-dropdown-menu-item {
        display: none;
        visibility: hidden;
    }

    header .dropdown.active {
        overflow: inherit;
    }

    header .dropdown.active .header-dropdown-menu-item.active {
        display: inline-block !important;
        visibility: visible !important;
        height: auto;
    }

    section.hero .games-box .item .card {
        height: 120px;
        line-height: 118px;
        font-size: 50px;
    }

    header .navigation .hamburger {
        display: none;
    }

    header .navigation .hamburger::before,
    header .mobile-menu {
        display: none !important;
        visibility: hidden !important
    }

    header .navigation {
        height: 70px;
    }

    header .navigation .search {
        top: 1px;
    }

    header .navigation nav {
        display: inline-block;
        visibility: visible;
    }

    header .navigation .logo {
        float: left;
        text-align: left;
        width: auto;
    }

    header .navigation .logo i {
        width: 180px !important;
    }

    header .navigation .search .toggle {
        top: 20px;
    }

    section.page-hero,
    section.review-hero,
    section.hero {
        background-size: 15%;
    }

    section.hero .welcome-text {
        padding: 45px 0 0 0;
    }

    section.hero .badge {
        display: inline-block;
        visibility: visible;
    }

    section.hero .welcome-text h1 {
        margin: 0 0 15px 0;
        font-size: 34px;
        line-height: 36px;
        text-align: left;
    }

    section.hero .welcome-text ul {
        float: left;
        text-align: left;
        width: calc(100% - 300px);
    }


    section.hero .welcome-text ul li {
        float: left;
        margin-right: 30px;
        font-size: 15px;
    }

    section.hero .welcome-text .description {
        width: calc(100% - 120px);
        margin: 10px 0 0 0;
    }


    section.hero .welcome-text .description p {
        text-align: left;
        margin: 0 0 8px 0;
        font-size: 15px;
        line-height: 28px;
    }

    section.hero .welcome-text .description button {
        text-align: left;
    }

    section.hero .welcome-text .cta a {
        width: 225px;
        height: 58px;
        font-size: 16px;
        line-height: 56px;
        text-align: left;
    }

    section.hero .welcome-text .cta a::before {
        font-size: 15px;
    }

    section.hero .games-box {
        margin: 40px 0 0 0;
        padding: 30px 0 25px 0;
    }

    section.brand-choose .tabs .tab,
    section.brand-choose .tabs {
        height: 80px;
    }

    section.brand-choose .tabs .filter-tab span.title,
    section.brand-choose .tabs .tab span.title {
        font-size: 15px;
        top: 2px;
        text-transform: none;
    }

    footer .contact .right ul,
    footer .contact .left ul {
        width: auto;
        text-align: left;
    }

    footer .contact .right ul li,
    footer .contact .left ul li {
        float: left;
    }

    footer .contact .left {
        width: auto;
    }

    footer .contact .right {
        width: auto;
        float: right;
    }

    footer .contact .right ul li {
        margin: 0 20px 0 0;
    }

    footer .contact .right ul li:last-child {
        margin-right: 0;
    }

    footer .links ul {
        margin: 0;
    }

    .latest-news .item .thumbnail {
        height: 140px;
    }

    .brand-table .item .logo {
        height: 405px;
        line-height: 375px;
    }

    .payment-methods-list ul li {
        width: 20%;
    }

    .game-types-list ul li {
        width: 20%;
    }

    .states-list ul li {
        width: 16.66%;
    }

    .payments-list ul li {
        width: 14.28%;
    }

    section.review-hero .card .logo {
        float: left;
        margin: 0 30px 0 0;
        display: inline-block;
    }

    section.review-hero .data {
        width: calc(100% - 220px);
        text-align: left;
        margin: 0;
    }

    section.review-hero .data .rating {
        margin: 10px 0 10px 0;
    }

    section.review-hero .data .rating ul {
        float: left;
        width: auto;
        text-align: left;
    }

    section.review-hero .data .rating span.score {
        float: left;
    }

    section.review-hero .data .summary {
        display: inline-block;
        visibility: visible;
    }

    section.review-hero .data .features {
        display: inline-block;
        visibility: visible;
    }

    section.review-hero .right {
        margin: 20px 0 0 0;
    }

    .last-updated {
        display: inline-block;
        visibility: visible;
        width: auto;
    }


    .green-card .badge {
        float: left;
        margin: 0 30px 0 0;
    }

    .green-card .data {
        width: calc(100% - 198px);
        float: left;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .brand-table .item .casino h3 {
        width: 100%;
    }

    .c-hero-review {
        width: calc(100% - 80px);
    }

    .brand-table .item.c-hero-review__item .casino {
        width: 265px!important;
        padding: 18px 0 0 18px!important;
    }

    .brand-table .item.c-hero-review__item .details {
        display: inline-block;
        padding: 18px 18px 10px 18px!important;
        width: calc(100% - 520px)!important;
    }

    .brand-table .item.c-hero-review__item span.offer {
        font-size: 20px!important;
    }

    .brand-table .item.c-hero-review__item .details .content .list.features ul li {
        padding: 8px 0 5px 24px;
    }

    .brand-table .item.c-hero-review__item .casino .cta a.btn.play {
        padding-right: 0;
    }

    .brand-table .item.c-hero-review__item .details .content .list.features ul li::before {
        margin: 6px 9px 0 0!important;
    }

    .brand-table .item .casino .available-countries {
        width: 100%;
        top: 0;
        margin: 17px 0 7px 0;
    }

    .brand-table .item .casino .cta {
        margin-top: 14px;
    }

    .brand-table .item .casino .bonus {
        margin-top: 13px;
    }

    section.review-hero {
        padding-bottom: 30px;
    }

    .brand-table .item:first-child .details .content {
        border-top: none;
    }

    .brand-table .item .details .content .list.features ul {
        max-height: 52px;
        overflow: hidden;
    }

    section.hero .games-box .item .card {
        height: 125px;
        line-height: 123px;
    }

    header .navigation nav {
        margin-left: 240px;
    }

    header .navigation nav ul li {
        margin-right: 33px;
        font-size: 14px;
        font-weight: 900;
        text-transform: inherit;
        letter-spacing: -0.3px;
    }

    header .navigation nav ul li:last-child {
        margin-right: 0;
    }

    .brand-table .item .logo {
        width: 250px;
        height: 220px;
        line-height: 220px;
    }

    .brand-table .item .casino {
        width: 360px;
        padding: 18px 18px 0 18px;
    }

    .brand-table .item .details {
        width: calc(100% - 610px);
        padding: 18px 18px 10px 18px;
    }

	.col-lg-9 .brand-table .item .logo {
		height: 405px;
		line-height: 375px;
	}

	.col-lg-9 .brand-table .item .casino {
		width: calc(100% - 250px);
		padding: 18px 18px 0 18px;
	}

	.col-lg-9 .brand-table .item .details {
		width: calc(100% - 250px);
		padding: 18px 18px 9px 18px;
	}

    .latest-news .item .thumbnail {
        height: 160px;
    }


    .brand-table .item .details .content {
        border-left: 1px solid #DCE0E5;
        border-top: none;
        padding-left: 20px;
        padding-top: 0;
    }

    .details-list ul li {
        width: 50%;
        float: left;
    }

    .details-list ul li.quarter {
        width: 33.33%;
    }

    .details-list ul li.full {
        width: 100%;
    }

    .payment-methods-list ul li {
        width: 12.5%;
    }
}

@media only screen and (min-width: 1280px) {

}

.cusa_pages{border: 1px solid #E2E3E4;padding: 10px 20px;border-radius: 4px;margin-bottom: 1em;margin-top: 1em;display:block;clear:both;}
.cusa_pages ul{max-height: 0;transition: max-height 1s ease-out;overflow: hidden;margin:0;}
.cusa_pages.active ul{transition: max-height 1s ease-in-out;overflow: hidden;max-height: 1000px;}
.cusa_pages .more_menu{font-weight: 700;font-size: 16px;font-family: 'Roboto Condensed', sans-serif;text-align: center;display:block;padding:5px 0;}
.cusa_pages .more_menu:hover{text-decoration: none;}
.cusa_pages li{padding: 5px 0;border-top: 1px solid #e8eaed;width:33%;display: inline-block;}
.cusa_pages li a{color:#000;}
.cusa_pages li a:hover{text-decoration: none;color:#FF233B}
@media only screen and (max-width: 767px) {
    #wp-admin-bar-my-account {
        display: none !important;
    }
    .cusa_pages li{width:49.5%;}
}
@media only screen and (max-width: 479px) {
    .c-content-page-list__item {
        width: 100%;
    }

    .cusa_pages li{width:100%;}

    .heading-with-icon h2 {
        font-size: 17px!important;
        line-height: 19px!important;
    }

    .page-content ol ol {
        padding-left: 20px;
    }

    .heading-with-icon.c-heading__bellow-content h2 {
        width: calc(100% - 117px)!important;
    }
}