/*
 Theme Name:     Valenti Child
 Theme URI:      http://themeforest.net/user/cubell
 Description:    Valenti Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       valenti
 Version:        1.0.002
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

body {
    font-family: 'Roboto', sans-serif!important;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #cb-nav-bar #cb-main-menu ul li > a, .cb-author-posts-count, .cb-author-title, .cb-author-position, .search .s, .cb-review-box .cb-bar, .cb-review-box .cb-score-box, .cb-review-box .cb-title, #cb-review-title, .cb-title-subtle, #cb-top-menu a, .tabbernav, #cb-next-link a, #cb-previous-link a, .cb-review-ext-box .cb-score, .tipper-positioner, .cb-caption, .cb-button, #wp-calendar caption, .forum-titles, .bbp-submit-wrapper button, #bbpress-forums li.bbp-header, #bbpress-forums fieldset.bbp-form .bbp-the-content-wrapper input, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink, .widget_display_stats dl dt, .cb-lwa-profile .cb-block, #buddypress #members-list .cb-member-list-box .item .item-title, #buddypress div.item-list-tabs ul li, #buddypress .activity-list li.load-more, #buddypress a.activity-time-since, #buddypress ul#groups-list li div.meta, .widget.buddypress div.item-options, .cb-activity-stream #buddypress .activity-header .time-since, .cb-font-header, .woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .cb-infinite-scroll a, .cb-no-more-posts {
    font-family: 'Roboto Condensed', sans-serif!important;
}

.events-archive .cb-sticky-sidebar{display:none!important}

/*subsribe sidebar form*/


.subscribe-form {
  background: #F8A434;

  color: #FDFCFB;
  text-align: center;
}

#human-check-holder{
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(255,255,255, .6);
    z-index: 1000;
    display: none;
}
#human-check-holder.visible-pop{
    display: block;
}
#trigger-human-check{
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 0 5px;
    text-align: center;
    width: 30%;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    background-color: #2b8a3e;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 15px;
    border-radius: 0 5px 5px 0;
    transition: .3s all ease-in-out;
}
#trigger-human-check:hover{
    opacity: 0.7;
}
#human-check{
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #121424;
}
#human-check{
    color: #fff;
    text-align: center;
}
#human-check-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
  }
.subscribe-form form {
  width: 100%;
  margin: 2rem auto;

}
.cb-slider-block .slides li {
    display: block;
}

.subscribe-form .header {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom:0.2rem;
	padding-top:1.3rem;
	font-family:'Oswald',sans-serif;
}


.subscribe-form .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  padding:1rem
}


.subscribe-form .input {
  display: flex;
  align-items: center;
	padding-bottom:0.5rem
}


.subscribe-form .button {
  height: 44px;
  border: none;
}


.subscribe-form #email {
  width: 70%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
 margin-left:0.5rem;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;

}


.subscribe-form #submit {
  width: 25%;
  height: 46px;
  background: #ab6209;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}


.subscribe-form #submit:hover {
  background: #d45d7d;
}


.subscribe-form input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}
#cb-standard-featured .cb-mask{
  display: none;
}
article #cb-standard-featured .cb-mask{
  display: block;
}

h1.tribe-events-page-title {
  clear: none;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: .5em;
  position: relative;
  text-align: center;
  z-index: 0;
}

h1.tribe-events-page-title a{
  color: black;
}

.backstretch {
    display: none!important;
}

#cb-outer-container {
    background: #f5f5f5;
}

.header-container {
    position: relative;
    background-color: #121424;
    min-height: 181px;
}
header.header {
    background-image: none;
    background-color: transparent;
}

#header-search-form input[type=search] {
    width: 2px;
    height: 36px;
    padding-left: 32px;
    color: transparent;
    cursor: pointer;
    margin-top: 3px;
    background-color: #fff;
}

#header-search-form input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    outline: none;
    box-shadow: 0 0 5px rgb(109 207 246 / 50%);
}

#header-search-form>p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #0097dc;
    font-size: 16px;
    float: left;
    padding-top: 9px;
    text-transform: capitalize;
    cursor: pointer;
}

#header-search-form input {
    border: none;
    border-radius: 0;
}

li.header_search_button {
    width: 170px;
    border-left: 2px solid #d1d1d1;
    margin-top: 4px;
    margin-bottom: 4px;
}

#header-search-form {
    position: relative;
}

#header-search-form .fa {
    color: #0097dc;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    top: 8px;
    right: 110px;
    z-index: 2;
}


#cb-top-menu {
    background-color: #d9e5f4!important;
    display: none;
    height: 35px;
    line-height: 35px;
}

#cb-top-menu .cb-breaking-news span {
    color: #aaa;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 0 50px;
}

#cb-top-menu .cb-breaking-news ul li a {
    color: #0072bc!important;
}

#cb-nav-bar #cb-main-menu .main-nav .menu-item.menu-item-type-custom.menu-item-object-custom:hover,
#cb-nav-bar #cb-main-menu .main-nav .menu-item.menu-item-type-custom.menu-item-object-custom:focus {
    background-color: #ffffff!important;
    box-shadow: inset 0px -3px 0px 0px #00aeef;
}

#cb-main-menu .main-nav li.active{
    background: #ffffff!important;
}

#cb-nav-bar #cb-main-menu .main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a:hover,
#cb-nav-bar #cb-main-menu .main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a:focus {
    color: #00aeef;
}

.megamenu-content {
    width: 1200px;
    padding-top: 22px;
}

#HeaderBanner {
    height: auto!important;
}

.subscribeWrapp p {
    margin-bottom:3px;
    font-size: 12px;
    line-height: 1.1;
}
.subscribeWrapp p.subTxt1 {
    font-family: 'Roboto';
    font-weight: 400;
}

.subTxt2 {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 11px;
}
.certified-18{
    font-size: 10px;
    font-weight: 700;
    color: #d0d0d0;
} 
@media screen and (max-width: 399px) {
    .certified-18{
        font-size: 9px;
    }
}
@media screen and (max-width: 339px) {
    .certified-18{
        font-size: 8px;
    }
}
.subscribeWrapp form.newsletterForm input {
    background-color: rgba(128, 128, 128, 0.5);
    color: #fff;
    border-radius: 3px;
    width: 70%;
    float: left;
    border: none;
    font-family: 'Roboto';
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-style: italic;
    padding: 0 1em;
    margin: 0;
}

input[type="text"] {
    background: rgba(217, 229, 244, 0.3);
    display: block;
    outline: 0;
    text-decoration: none;
    height: 45px;
}

.subscribeWrapp form.newsletterForm button.buttonSubscribe {
    background-color: #2b8a3e;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 15px;
    margin: 10px auto 0;
    width: 240px;
}

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Roboto Condensed', sans-serif;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Roboto Condensed', sans-serif;
}

#header-search-box::-webkit-input-placeholder {
    color: transparent;
}

input#newsletterMailH::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

#header-search-box {
    background: #ededed url(/wp-content/uploads/2021/03/search-icon.png) no-repeat 9px center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.subscribeWrapp {
    display: none;
}
@media screen and (max-width: 767px) {
    .subscribeWrapp{
        display: block;
        width: 100%;
        float: none;
        background-color: transparent;
    }
}
.bannerHeader {
    display: none;
}

#logo-sticky {
    display: none;
    padding: 5px 18px 0 25px;
}

#logo.mobile-logo {
    display: none;
}

.megamenu-content {
    background-image: none;
    box-shadow: none;
    border: 2px solid #efefef;
    background: #fff!important;
}

.megamenu-content .row {
    display: flex;
    /*justify-content: space-between;*/
}

span.greenText, span.currency_symbols {
    font-size: 0.875rem;
    padding: 0;
}

.megamenu-content b, .megamenu-content b a, .megamenu-content .row p a.mm-h1 {
    color: #484848!important;
    font-family: 'Roboto', sans-serif!important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px!important;
    margin: 0;
}

.megamenu-content .row p a.mm-h1 {
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
}

.megamenu-content .image.shadow {
    height: 75px;
}

.megamenu-content [class="5u"] p {
    line-height: 1.3em;
}

#mm-online-casinos-content.megamenu-content b {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.megamenu-content li a, .megamenu-content .row p {
    font-size: 14px;
    color: #999;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.megamenu-content .row p {
    font-size: 12px;
}

.megamenu-content a {
    font-family: 'Roboto',sans-serif;
}

.megamenu-content a:hover {
    color: #00aeef!important;
}
.megamenu-content li:hover {
    background: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: none;
}

.up_to {
    text-transform: capitalize;
}

.megamenu-content li {
    padding: 0.4em;
    font-family: 'Roboto';
    border-bottom: none;
}

#mm-online-casinos-content.megamenu-content .row div:last-of-type li {
    width: 50%;
    float: left;
    line-height: 1.4em;
    padding: 3%;
}

#mm-online-casinos-content.megamenu-content .row div[class="3u"]:last-child {
    width: 32%;
}

#mm-world-casinos-content .row {
    padding-left: 3em;
}


#mm-poker-content.megamenu-content .row div[class="3u"]:first-child,
#mm-bingo-content.megamenu-content .row div[class="3u"]:first-child,
#mm-sports-content.megamenu-content .row div[class="3u"]:first-child
{
    width: 32%;
}
#mm-online-casinos-content.megamenu-content .row div[class="3u"]:first-child {
    width: 27%;
}

#mm-poker-content.megamenu-content .row div[class="3u"]:first-child,
#mm-bingo-content.megamenu-content .row div[class="3u"]:first-child,
#mm-sports-content.megamenu-content .row div[class="3u"]:first-child {
    margin-right: 20px;
}

.submenu-fullweb .topListCasinosWrapper {
    border: none;
    box-shadow: none;
    padding: 0 1em;
}
.submenu-fullweb .topListCasinosWrapper .main-toplist tr td:nth-child(4) {
    display: none;
}

.submenu-fullweb .topListCasinosWrapper .main-toplist tr td:nth-child(1) {
    text-align: center;
    padding: 9px 0;
    width: 25%;
}

.megamenu-content .row ul {
    line-height: 1.3em;
    margin: 0;
}

.top-lottery-jackpot {
    padding-left: 1.9em;
    padding-bottom: 10px;
}

#top_jackpots_list tr td:last-child {
    padding-bottom: 10px;
}

#mm-bingo-content .mm-h1,
#mm-poker-content .mm-h1,
#mm-sports-content .mm-h1 {
    margin-bottom: 2px;
}

#mm-news-content [class="3u"] {
    margin-left: 16px;
}

#mm-poker-content [class="3u"]:nth-child(2) {
    width: 24%;
}

/*#mm-sports-content .topListCasinosWrapper .main-toplist tr td.bonus {*/
/*    width: 15%;*/
/*}*/

#mm-sports-content .row [class="3u"] {
    width: 32%;
}

.submenu-fullweb .topListCasinosWrapper .main-toplist tr:hover {
    background-color: #efefef;
}

#mm-news-content.megamenu-content .row {
    justify-content: normal;
}

#mm-news-content .news-thumb-headline {
    background: none;
    top: 160px;
}

#mm-news-content .news-thumb-link {
    color: #323648!important;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

#mm-news-content .news-thumb-stats {
    background: none;
    position: absolute;
    top: 150px;
}

.news-thumb-stats .fa-clock-o {
    display: none;
}

.news-thumb-date {
    font-weight: 400;
}

#mm-news-content .row [class='9u'] .row [class='3u'] {
    position: relative;
    border-right: 2px solid #efefef;
    height: 290px;
    padding: 1em!important;
}

#mm-news-content .row [class='9u'] .row [class='3u']:hover {
    transform: scale3d(1.006, 1.006, 1);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
    transition: box-shadow 0.3s ease-in-out;
}

#mm-news-content .news-thumb-container {
    overflow: unset;
}

#mm-news-content [class='9u'] b.mm-h1 {
    display: none;
}

#mm-news-content [class='9u'] {
    padding-top: 3em;
}

#mm-games-and-rules-content .row div:first-child {
    display: none;
}

#mm-games-and-rules-content .row div:last-child {
    width: 32%;
}

#mm-games-and-rules-content .row div:last-child li {
    width: 50%;
    float: left;
}

/*#mm-games-and-rules-content.megamenu-content .row,*/
/*#mm-bingo-content.megamenu-content .row,*/
/*#mm-racing-content.megamenu-content .row{*/
/*    justify-content: left;*/
/*}*/

#mm-racing-content .row .flush-bottom,
#mm-lottery-content .row .flush-bottom {
    color: #484848;
    background: none;
    box-shadow: unset;
    font-family: 'Roboto', sans-serif!important;
    border: none;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0 1em 1em;
}

#mm-lottery-content .row .flush-bottom {
    width: 50%;
}

#mm-racing-content .row .main-toplist,
#mm-lottery-content .row .main-toplist {
    background: none;
    padding-top: 2px!important;
}

#mm-racing-content.megamenu-content .main-toplist a {
    color: #484848!important;
    font-family: 'Roboto';
    font-weight: bold;
}

.megamenu-content .main-toplist a {
    font-size: 14px;
    font-weight: bold;
}

.megamenu-content .main-toplist a .up_to {
    font-weight: 500;
}

#mm-racing-content.megamenu-content #top_racebooks_list td:nth-child(2) {
    display: none;
}

#top_racebooks_list tr {
    border-bottom: 1px solid #efefef;
}

#top_racebooks_list tr:hover {
    background-color: #efefef;
    transition: background-color 0.3s ease-in-out;
}

#top_racebooks_list tr td {
    padding: 1em 0 1em 2em;
}

#top_jackpots_list .top-lottery-jackpot span,
#top_jackpots_list a.button-mini {
    color: #999!important;
    font-size: 14px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    box-shadow: none;
    text-shadow: none;
}

#top_jackpots_list .megamenu-content .main-toplist tr td img {
    width: 100%;
}
.megamenu-content .topListCasinosWrapper .main-toplist tr td img {
    width: 70%!important;
}


#mm-lottery-content .row [class='3u']:first-child {
    width: 67%;
}
#mm-lottery-content .row [class='3u']:nth-child(2) {
    padding: 0;
}

#mm-lottery-content .row [class='3u'] tr:nth-child(even) {
    padding-left: 1em;
}

#top_jackpots_list tr {
    display: inline-block;
    width: 47%;
    height: 75px;
    border-bottom: 1px solid #efefef;
    margin-right: 1%;
}

#top_jackpots_list tr:hover {
    background-color: #efefef;
    transition: background-color 0.3s ease-in-out;
}

#top_jackpots_list tr:hover .top-lottery-jackpot-value {
    color: #337ab7!important;
    transition: color 0.3s ease-in-out;
}

#top_jackpots_list .top-lottery-logo-image {
    width: 70%;
}

#cb-footer {
    width: 100%;
    background-color: #d9e5f4;
    border: none;
}

#cb-footer #cb-widgets {
    background: none;
}

#cb-footer .cb-footer-lower {
    background: #d9e5f4;
}

.logosHolder {
    display: none;
}

.cb-footer-lower .logosHolder {
    text-align: center;
    margin-top: 2em;
}

.logosHolder a:first-of-type img {
    width: 10%;
    webkit-filter: grayscale(100%) brightness(60%) contrast(10000000%);
    filter: grayscale(100%) brightness(60%) contrast(10000000%);
    opacity: .5;
}

.logosHolder .third > img {
    width: 40px;
}

.logosHolder .new-18-logo-svg {
    width: 140px;
}

#cb-footer .cb-footer-lower .cb-copyright,
#cb-footer .cb-footer-lower .cb-footer-links ul li a,
#powered_by {
    color: #898989;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.cb-light {
    background: #ffffff;
}

.cb-dark {
    background: #ffffff;
}

.cb-module-header {
    border: none!important;
}

.cb-mask {
    background: none;
}

.cb-dark h2,
.cb-dark h2 a,
.cb-dark .cb-byline,
.cb-dark .cb-byline a {
    color: #696969;
}

.cb-light-blog .cb-style-overlay .cb-post-title a,
.cb-style-overlay .cb-byline,
.cb-style-overlay .cb-byline a {
    color: #1f1f1f;
}

#cb-related-posts .cb-meta h4,
#cb-related-posts .cb-byline,
.widget-latest-articles-slider h4,
.widget-latest-articles-slider .cb-byline {
    background-color: rgb(255 255 255 / 80%)!important;
}

.cb-dark .cb-excerpt {
    color: #898989;
}

.cb-sidebar {
    background: #f5f5f5;
    margin: 0 0 0 1em!important;
}

.cb-sidebar-widget .cb-sidebar-widget-title {
    border: none;
    background: #ffffff;
}

.subscribe-form, .subscribe-form .header {
    background: none;
    color: #484848;
}

.subscribe-form #email {
    background: #dfdfdf;
}

.subscribe-form #submit {
    background: #2b8a3e;
    color: #fff5cb;
}

.cb-recent-comments-avatar {
    background: #ffffff;
}

.topListCasinosWrapper .main-toplist tr:hover {
    background-color: #efefef;
    transition: all 0.2s ease-in-out 0s;
}

#cb-content, .cb-breadcrumbs {
    background: transparent;
}

.cb-breadcrumbs.wrap > a {
    color: #00aeef;
}

#content.widecolumn {
    background: #f5f5f5;
}

.cb-sidebar-widget .cb-light {
    background: #ffffff;
}

#cb-main-menu .nav.main-nav .current-menu-item,
#cb-main-menu .nav.main-nav .current_page_item {
    background-color: #ffffff;
}

.megamenu-content .topListCasinosWrapper .main-toplist a {
    color: #323648!important;
    line-height: 1.3;
}

.topListCasinosWrapper h3.flush-bottom {
    color: #484848!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500;
    font-size: 14px!important;
}

#cb-top-menu .cb-top-nav .cb-has-children > a:after {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 9px;
    color: #333;
}

.megamenu-content .row [class="2u"] {
    order: 1;
    width: 18%;
    padding-left: 0;
}

.megamenu-content .row [class="5u"] {
    order: 2;
    padding-left: 3em;
}

@media only screen and (min-width: 1200px) {
    .subscribeWrapp p {
        font-size: 14px;
    }

    .subTxt2 {
        font-size: 14px;
    }

    #cb-top-menu .cb-top-nav li a {
        padding: 0 9px!important;
    }

    #cb-nav-bar #cb-main-menu .main-nav li > a {
        padding: 15px 17px;
    }
}

@media only screen and (min-width: 1020px) {

    .cb-breadcrumbs {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin-top: 5px;
    }

    #cb-content #main.cb-main {
        width: 68%!important;
    }
    #cb-content #main.cb-main.search-template {
        width: 67%!important;
    }

    #cb-top-menu .cb-top-nav {
        float: left;
        width: 55.5%;
        height: 35px;
    }

    #cb-nav-bar #cb-main-menu {
        display: flex;
        justify-content: center;
    }

    ul.nav.main-nav.wrap.clearfix {
        display: flex;
        padding-left: 10px;
        /*justify-content: space-between;*/
        margin: 0;
    }

    #logo {
        width: 17%;
        margin: 8px 1px 0 32px;
    }

    .bannerHeader {
        display: block;
        width: 40%;
    }

    .subscribeWrapp {
        display: block;
        float: left;
        width: 33%;
        background-color: transparent;
        padding: 0;
        margin-left: 25px
    }

    #cb-logo-box {
        padding: 18px 15px 7px;
    }

    #cb-logo-box .banner-div {
        margin-top: 16px;
        padding-right: 0;
    }

    #cb-top-menu {
        display: block;
        box-shadow: 0 9px 0 0 rgb(255 255 255 / 0%), 0 -9px 0 0 rgb(255 255 255 / 0%), 10px 0 30px 0 rgb(0 0 0 / 15%), -10px 0 30px 0 rgb(0 0 0 / 15%);
    }

    .logosHolder {
        display: block;
    }
}

@media only screen and (min-width: 768px) {

    #cb-top-menu .cb-breaking-news {
        width: 95%;
    }

    #cb-nav-bar #cb-main-menu .main-nav li > a {
        letter-spacing: 0;
        font-size: 16px;
    }

    #cb-nav-bar.cb-dark-menu #cb-main-menu .main-nav .current-menu-item a,
    #cb-nav-bar.cb-dark-menu #cb-main-menu .main-nav .current_page_item a {
        color: #00aeef;
    }

    #cb-container .cb-hp-section.cb-section-top {
        margin-top: 2em;
    }

    .cb-breadcrumbs {
        padding-left: 0;
    }

    #cb-content #main.cb-main {
        width: 65%;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 1px 0.5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
        padding: 2em 1em;
        margin: 0;
        margin-bottom: 1em;
    }

    #cb-sidebar-b .topListCasinosWrapper {
        border: none;
        padding: 1rem 0;
    }

    .cb-sidebar.cb-sidebar-hp {
        margin-left: 1em;
        /*width: 376px;   MORAM DA ZAKOMENTARISE JER SE NA DRUGIM STRANICAMA POMERI SIDEBAR ISPOD */
    }

    .cb-hp-section {
        background: #f5f5f5;
        box-shadow: none!important;
        border: none;
    }

    .cb-module-block {
        padding: 0 1em 2em;
        margin-bottom: 1em;
        border-radius: 4px;
        box-shadow: 0 0 1px 0.5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
    }

    .cb-module-b {
        padding: 0 1em;
        border-radius: 4px;
        box-shadow: 0 0 1px 0.5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
        width: 49%;
    }
    .cb-module-half:nth-child(odd) {
        margin: 0 2% 1em 0;
    }

    .cb-module-a .cb-article {
        width: 49%;
    }

    .cb-module-a .no-2 {
        margin-left: 2%;
    }



    .cb-sidebar-widget {
        background: #ffffff;
        padding: 0 1em;
        border-radius: 4px;
        margin-bottom: 1em;
        box-shadow: 0 0 1px 0.5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
    }

    #cb-top-menu a {
        letter-spacing: 0;
        font-size: 14px;
        text-transform: capitalize;
        color: #555555;
    }

    #cb-top-menu .cb-top-nav li:hover, #cb-top-menu .cb-top-nav li ul.sub-menu li:hover {
        background: none;
    }

    #cb-top-menu .cb-top-nav li a:hover, #cb-top-menu .cb-top-nav li ul.sub-menu li a:hover {
        color: #0072bc;
    }

    #cb-top-menu .cb-mob {
        width: 42%;
        height: 35px;
    }

    #cb-top-menu .cb-top-nav li a {
        padding: 0 7px;
    }

    #cb-nav-bar.cb-dark-menu, #cb-main-menu {
        max-height: 50px;
        min-height: 48px;
    }

    #cb-nav-bar.cb-dark-menu {
        background-color: #ffffff;
    }

    #cb-nav-bar.cb-dark-menu #cb-main-menu .main-nav li a {
        color: #323648;
    }

    .current-menu-item.current_page_item.menu-item-home {
        color: #00aeef;
        box-shadow: inset 0px -3px 0px 0px #00aeef;
    }

    #cb-nav-bar .cb-nav-bar-wrap {
        width: 100%;
    }

    #cb-footer .cb-footer-b .cb-column {
        border: none;
        margin-top: 2em;
    }

}

@media only screen and (min-width: 481px) {

    #cb-container .cb-section-top {
        padding-top: 0px;
    }

    .cb-boxed {
        border-radius: 0;
        box-shadow: none;
    }
    #cb-section-b {
        border-radius: 4px;
        box-shadow: 0 0 1px 0.5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
    }
}

@media only screen and (max-width: 375px) {
    .header-container {
        min-height: 50px;
    }
}

@media (max-width:768px) {

    .cb-sidebar #top_ocdb-3 {
        overflow: visible;
    }
    .cb-sticky-sidebar {
        height: auto !important;
    }
    .cb-sidebar #advanced_categories-4,
    .cb-sidebar #text-14 {
        display: none;
    }

    #logo {
        display: none;
    }

    #logo.mobile-logo {
        display: block;
    }
}

@media only screen and (max-width: 1025px) {
    .megamenu-content,
    .megamenu-content .row {
        width: 995px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 1018px) {
    .header-container {
        min-height: 130px;
    }
}

@media only screen and (max-width: 1019px) {

    #cb-logo-box {
        width: 50%;
    }

    a.short-menu {
        top: -62px;
        font-size: 2rem;
    }
    a.short-menu i {
        color: #ffffff;
    }
    .header-container {
        margin-bottom: 0;
        background-color: #000000;
    }

    .header-container .header {
        height: 50px;
    }

    .mobileNavigation {
        background-color: #e1e1e1;
    }

    .mobileNavigation ul li,
    .mobileNavigation ul li a {
        color: #121424;
        border: none;
    }

}

.trusted-resources li {
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
    color: #696969;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.trusted-resources li:before {
    content:"•";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
    display: none;
}

.trusted-resources li a {
    color: #00aeef;
    font-weight: 700;
}
@media screen and (max-width: 600px) {
    #top_ocdb-5 .main-toplist tr:nth-child(n+5) {
        display: none;
    }
    #top_ocdb-5 .main-toplist tr img{
        max-width: 50px;
    }
}
@media screen and (max-width: 480px) {
    body {
        font-size: 11pt;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
        width: 50px !important;
    }
    .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-left-page .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-right-page .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-desktop-bottom-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-mobile-top-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-mobile-bottom-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-right-sidebar-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-left-sidebar-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-right-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-right-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-right-article .sumome-share-client-share {
        height: 50px !important;    
    }
    .sumome-share-client-wrapper div.sumome-share-client .sumome-share-client-share {
        width: 50px !important;
    }
    .sumome-share-client-wrapper div.sumome-share-client .sumome-share-client-share img {
        width: 30px !important;
        height: 30px !important;    
    }
    .z-index-10{
        z-index: 10 !important;
    }
    .sumome-share-client-wrapper.sumome-share-client-wrapper-desktop-bottom-bar, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-top-bar, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar {
        height: 50px !important;
        width: 70px !important;
        left: initial !important;
        right: 0;
        padding-left: 20px;
        opacity: 0.8;
        transition: .3s all ease-in-out;
        z-index: 1 !important;
    }
    .sumome-share-client-wrapper.sumome-share-client-wrapper-desktop-bottom-bar, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-top-bar, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar:hover {
        opacity: 1;
    }
    .sumome-share-client-wrapper.sumome-share-client-wrapper-desktop-bottom-bar.shown, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-top-bar.shown, .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar.shown {
        padding-left: 0 !important;
        width: auto !important;
        opacity: 1;
    }
    .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-counts .sumome-share-client-count.sumome-share-client-share-share{
        color: #fff !important;
        background-color: #337ab7 !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 5px 0 0 5px;
    }
    .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-counts .sumome-share-client-count.sumome-share-client-share-share::before{
        content: '';
        position: absolute;
        left: -19px;
        top: 50%;
        transform: translateY(-50%);
        clip-path: polygon(100% 0, 50% 50%, 100% 100%);
        height: 20px;
        width: 20px;
        background-color: #337ab7;
        transition: .4s all ease-in-out;
    }
    .sumome-share-client-wrapper i.fa{
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 24px ;
    }
    .sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar.sumome-share-client-counts.sumome-share-client-light.sumome-share-client-medium.shown div.sumome-share-client.sumome-share-client-mobile-bottom-bar.sumome-share-client-counts.sumome-share-client-light.sumome-share-client-medium div.sumome-share-client-animated.sumome-share-client-share.sumome-share-client-share-share.sumome-share-client-count::before{
        content: '';
        left: 0;
        background-color: #fff;
        transform-origin: center;
        transform: rotate(180deg) translateY(50%);
        opacity: .8;
    }
}

#casino_list, #casino_list-mobile {
    margin: 1.5em 0;
}

.best-casinos-header {
    overflow: auto;
    text-align: left;
}

.rowWrapp {
    border-bottom: 1px solid #efefef;
}

.rowWrapp .column {
    min-height: 1px;
    height: 60px;
    width: 17%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.rowWrapp .column.review-box {
    display: table;
}

.rowWrapp .column:nth-child(1) {
    width: 14%;
    display: table;
}

.rowWrapp .column img {
    max-width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 0;
}

#casino_list .rowWrapp .column h3.casinoName {
    text-align: left;
    color: #898989;
    font-size: 16px;
    font-family: roboto condensed;
    font-weight: 500;
    /* float: left; */
}

.bonusInfo-hover {
    display: none;
    transform: translate(-50%,0);
    position: absolute;
    left: 40%;
    width: 20%;
    background-color: #efefef;
    border: 1px solid #f0eeed;
    z-index: 2;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.rowWrapp .column>p {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    display: table-cell;
    vertical-align: middle;
}

.rowWrapp .column:nth-child(3) p {
    color: #333;
    line-height: 1.3;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
}

.rowWrapp .bonusPercent, .rowWrapp .currency_symbols, .rowWrapp .bonusMax {
    color: #578e3c;
    display: inline;
}

.rowWrapp .column .casinorating-item.averageWrapp {
    display: table-cell;
    vertical-align: middle;
}

.casinorating-item {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 0.15rem;
}

.casinorating-item-rating, .casinorating-item .casinorating-item-rating--average {
    padding: 5px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
}

.rowWrapp .column .casinorating-item.averageWrapp .casinorating-item-rating--average {
    width: 100%;
    color: #333;
}

.rowWrapp .column .casinorating-item-name {
    width: 70%;
    margin: 0 auto;
    background: #d1d1d1;
}

.casinorating-item-name {
    position: relative;
    width: 100%;
    background: #6aabe5;
    border-radius: 4px;
    height: 2px;
    margin-top: 26px;
}

.casinorating-item-name-text {
    z-index: 2;
    position: relative;
    color: #f4f4f4;
    font-size: 1.3rem;
    margin-top: 0;
}

.casinorating-item-name-fill {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #00aeef;
}

.entry-content #casino_list img {
    margin: 1em 0;
}

#casino_list .rowWrapp .column a.reviewUrl {
    color: #00aeef;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}

#casino_list .rowWrapp .column a.reviewUrl a:visited, #casino_list .rowWrapp .column a.reviewUrl a:link {
    color: #00aeef;
    transition: .2s ease;
}

#casino_list .btn-play, #casino_list-mobile .btn-play {
    display: inline;
    min-width: 85px;
}

#casino_list .btn, #casino_list-mobile .btn {
    padding: 10px 20px;
}

.btn-5.btn-play.btn[href*='/play/'] {
    background-color: #ef4100;
}

#casino_list .btn, #casino_list-mobile .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#casino_list .btn-5>p, #casino_list-mobile .btn-5>p {
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: roboto;
    font-size: 1rem;
    margin: 0 auto;
}

.column-bonusInfo:hover .bonusInfo-hover {
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 1020px) {
    #casino_list {
        display: none;
    }
}

div.mobile-wrap-list-box {
    width: 100%;
    display: table;
    padding-bottom: 0;
}

.mobile-wrap-list-box .top3half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.mobile-list-logo img {
    margin: 0 auto;
    max-height: 70px;
}

#casino_list-mobile span>img {
    max-height: 110px;
    max-width: 110px;
}

#casino_list-mobile p.bonusInfo {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    padding: 3%;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: roboto,sans-serif;
}

.mobile-wrap-rating-list {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.play-review {
    margin: 10%;
    display: flex;
    justify-content: space-around;
}

.top3half .view-details {
    color: #00aeef;
    display: block;
    text-align: center;
    margin: 0 2%;
    padding: 2% 0;
}

.bonusInfo-hover-mobile {
    display: none;
    z-index: 2;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 12px;
}

@media only screen and (min-width: 1020px) {
    #casino_list-mobile {
        display: none;
    }
}
.nj-disclaimer{
    padding: 16px 0;
}
.nj-disclaimer p{
    font-size: 10px;
    color: #222;
    margin-bottom: 0;
}