/*
 Theme Name:   Casino Guardian
 Theme URI:    http://www.casinoguardian.co.uk/
 Description:  Casino Guardian Wordpress Theme
 Author:       Pavel Stoychev
 Author URI:   http://www.casinoguardian.co.uk/
 Template:     supermag
 Version:      1.0.0
 Text Domain:  casinoguardian
*/

/*------------------------------------
---------- General Section -----------
------------------------------------*/
html {
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    background: #fff;
    overflow-x: hidden;
}

body, .main-navigation li, .site-title, .site-title a, .site-description, .site-description a, .slide-title, .bn-title, .comment-reply-title, .comments-title, .comment-form .form-submit input, .read-more, .slicknav_nav li a, .widget-title, .page-header .page-title, .single .entry-header .entry-title, .page .entry-header .entry-title, h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.7;
    margin: 5px 0 8px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.alignleft {
    margin-bottom: 1.5em;
}

table {
    width: 100%;
    border: 1px solid #c6c6c6;
}

.table-wrapper {
    overflow: hidden;
    overflow-x: scroll;
}

.table-responsive { width: 100%; overflow: hidden; overflow-x: auto; }  

tr:nth-child(2n+1) {
    background: #eee;
}

tr td {
    padding: 6px 4px;
}

tr td:first-child {
    font-weight: bold;
}

input,
i,
.btn {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

dl {
    border: 1px solid #EC8500;
}

dl dt {
    font-weight: bold;
    padding: 5px 10px;
}

dl dd {
    margin-left: 0;
    padding: 0 15px 10px 15px;
}

dl dt:nth-of-type(odd),
dl dd:nth-of-type(odd) {
    background: #eee;
}

.btn-disabled, .btn-disabled:hover {
    background: #aaaaaa !important;
    background: -moz-linear-gradient(top, #aaaaaa 0%, #5e5e5e 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#5e5e5e)) !important;
    background: -webkit-linear-gradient(top, #aaaaaa 0%,#5e5e5e 100%) !important;
    background: -o-linear-gradient(top, #aaaaaa 0%,#5e5e5e 100%) !important;
    background: -ms-linear-gradient(top, #aaaaaa 0%,#5e5e5e 100%) !important;
    background: linear-gradient(to bottom, #aaaaaa 0%,#5e5e5e 100%) !important;
    text-shadow: 1px 1px 1px #5e5e5e !important;
    border-color: #5e5e5e !important;
    cursor: not-allowed;
}

.highlighted {
    padding: 10px;
    background: #efefef;
    border: 1px dashed #F88C00;
}

.highlighted ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.highlighted ul li {
    margin: 0 !important;
}

.highlighted ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(assets/images/ico-check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    bottom: -6px;
    margin-right: 3px;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.widget-full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 30px 0;
    margin-bottom: 20px;
}

.widget-background-orange {
    background: url(/wp-content/themes/casinoguardian/images/pattern_cg_orange.svg);
    background-size: 200px;
}

.widget-background-blue {
    background: url(/wp-content/themes/casinoguardian/images/pattern_cg_blue.svg);
    background-size: 200px;
}

.widget-background-grey {
    background: url(/wp-content/themes/casinoguardian/images/pattern_cg_grey.svg);
    background-size: 200px;
}

.hp-widget-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
}

.widget-background-orange .hp-widget-title,
.widget-background-blue .hp-widget-title {
    color: #fff;
}

ul.two-cols-list {
    list-style: none;
    padding: 0 !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 0 15px 0;
}

ul.two-cols-list li {
    margin: 0;
    text-align: left;
}

ul.two-cols-list li::before {
    content: "\f0a9";
    margin-right: 3px;
    color: #ff3300;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subtitle {
    color: #828282;
    display: block;
}

.listingsHeading {
    background: #4887B4;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 15px;
    text-shadow: 1px 1px 0 #025d80;
    font-weight: bold;
    text-align: center;
}

a {
    color: #2D2D2D;
    text-decoration: none;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

a:hover {
    text-decoration: none;
}

.vjs-playing .vjs-big-play-button {
    display: none;
}

img {
    aspect-ratio: attr(width) / attr(height);
}

figure {
    transition: none !important;
}

@media (max-width: 768px) {

  a { transition: none; }

}

.d-inline-block {
    display: inline-block !important;
}

.tp-rating-box {
    display: flex;
    font-size: 16px;
}

.tp-rating-box img {
    display: inline-block;
    margin-right: 5px;
}

.methodology-disclosure {
    color: #555;
    font-size: 12px;
    margin: 5px 0;
}

/*------------------------------------
----------- Header Section -----------
------------------------------------*/

#masthead {
    background: url("/wp-content/themes/casinoguardian/images/pattern_cg.svg");
    background-size: 200px;
}

.top-header-section {
    background: transparent;
}

.top-header-section .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.top-header-section .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin-left: 5px;
}

.top-header-section .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    padding: 0;
}

.top-header-section .wpml-ls-legacy-list-horizontal .wpml-ls-item a img {
    border: 1px solid #fff;
}

.header-wrapper {
    width: 100%;
    padding: 0;
}

.site-logo.float-left {
    width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
    float: none !important;
}

.site-logo.float-left > a {
    padding: 10px 0 20px 0;
    max-width: 290px;
    display: inline-block;
}

.header-main-menu {
    width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

.main-navigation .home-mobi {
    display: none;
}

.main-navigation ul li {
    font-size: 13px;
}

.main-navigation a {
    text-transform: none;
}

.header-wrapper .menu li a, .main-navigation a {
    padding: 0 12px;
}

.home-icon.front_page_on {
    height: 57px;
    margin-top: -10px;
}

.home-icon {
    height: 48px;
    margin-top: -4px;
    width: 53px;
}

.main-navigation ul ul {
    left: auto;
    display: none;
}

.main-navigation ul li:hover ul {
    display: block;
}

ul#primary li ul {
    display: block;
    position: static !important;
    top: auto !important;
    float: none !important;
}

/*------------------------------------
--------- Home Slider Section --------
------------------------------------*/
#review-slider {
    height: calc(25vw/1.80822);
}

#review-slider .review-item {
    display: none;
    float: left;
    width: 25%;
    position: relative;
}

#review-slider .owl-item .review-item {
  display: block;
  width: 100%;
  height: auto;
}

#review-slider .review-item:nth-child(5), #review-slider .review-item:nth-child(6) {
  display:none;
}

#review-slider .review-item img {
    display: block;
    width: 100%;
}

#review-slider .review-item .review-data {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    padding: 10px 10px;
    min-height: 105px;
}

#review-slider .review-item .review-data h2 {
    clear: none;
    margin: 0;
    line-height: 0.6;
}

#review-slider .review-item .review-data h2 a {
        color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#review-slider .review-item .review-data h2 a:hover {
        color: #F88C00;
}

#review-slider .review-item .review-data .categories a {
    background: #333;
    color: #F88C00;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    vertical-align: top;
}

#review-slider .review-item .review-data .categories a:hover {
    background: #F88C00;
    color: #fff;
}

.owl-pagination {
    display: none;
}

@media screen and (max-width: 980px) {
        #review-slider .review-item {
                width: 33.33%; /* 3 cols */
        }
        #review-slider .review-item:nth-child(4), #review-slider .review-item:nth-child(5), #review-slider .review-item:nth-child(6) {
          display:none;
        }

        #review-slider {
            height: calc(33.33vw/1.80822);
        }
}

@media screen and (max-width: 768px) {
        #review-slider .review-item {
                width: 50%; /* 2 cols */
        }
        #review-slider .review-item:nth-child(3), #review-slider .review-item:nth-child(4), #review-slider .review-item:nth-child(5), #review-slider .review-item:nth-child(6) {
          display:none;
        }
        #review-slider {
            height: calc(50vw/1.80822);
        }
}

@media screen and (max-width: 480px) {
        #review-slider .review-item {
                width: 100%; /* 1 col */
        }
        #review-slider .review-item:nth-child(2),#review-slider .review-item:nth-child(3), #review-slider .review-item:nth-child(4), #review-slider .review-item:nth-child(5), #review-slider .review-item:nth-child(6) {
          display:none;
        }
        #review-slider {
            height: calc(100vw/1.80822);
        }

}

/*------------------------------------
------- Home AFF Table Section ------
------------------------------------*/
.hpListingsTitle {
    color: #EC8500;
    text-align: center;
}

.hpListingsHeading {
    background: #4887B4;
    margin-bottom: 0;
    color: #fff;
    padding: 10px 15px;
    text-shadow: 1px 1px 0 #025d80;
    text-align: center;
}

@media (max-width: 991px) {
    .hpListingsHeading {
        display: none;
    }
}

ol.hpListings {
    list-style: none;
    counter-reset: idxBrand;
    margin: 0 0 20px 0;
    padding: 0;
}

ol.hpListings li.hpItem {
    counter-increment: idxBrand;
    margin: 10px -15px 0 -15px;
}

ol.hpListings li.hpItem .logo {
    display: table;
    text-align: center;
    width: 100%;
}

ol.hpListings li.hpItem .logo:before {
    content: counter(idxBrand);
    display: table-cell;
    font-size: 36px;
    font-weight: bold;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px 0 #905103;
    background: #EC8500;
    border-right: 5px solid #fff;
}

ol.hpListings li.hpItem .logo img {
    display: table-cell;
    width: 100%;
    border: 1px solid #ebebeb;
}

ol.hpListings li.hpItem .bonusInfo {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip {
    position: relative;
    display: block;
    border-bottom: 1px dotted #025d80;
    font-weight: normal;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    color: #4887B4;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip .bonusInfoTooltipText {
    visibility: hidden;
    overflow: hidden;
    width: 280px;
    color: #676767;
    text-align: justify;
    padding: 5px 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 13px;
    padding: 10px;
    line-height: 1.4;
    box-shadow: 3px 3px 3px #eee;
    cursor: initial;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -140px;
    display: block;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip:hover .bonusInfoTooltipText {
    visibility: visible;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip .bonusInfoTooltipBrand {
    margin: -10px -10px;
    text-align: center;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip .bonusInfoTooltipOffer {
    text-align: center;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip .bonusInfoTooltipOffer sub {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 15px 0;
    font-weight: 600;
}

ol.hpListings li.hpItem .bonusInfo .bonusInfoTooltip .bonusInfoTooltipOfferInfo {
    margin: 0 0 10px 0;
}

ol.hpListings li.hpItem .bonusInfo strong {
    display: block;
    font-size: 28px;
    line-height: 1.3;
}

ol.hpListings li.hpItem .bonusInfo strong:lang(it) {
    font-size: 20px;
}

ol.hpListings li.hpItem .keyFeatures ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ol.hpListings li.hpItem .keyFeatures ul li {
    margin: 0;
    padding: 0;
    text-align: left;
}

ol.hpListings li.hpItem .keyFeatures ul li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f14a";
    color: #00A359;
    margin-right: 3px;
}

ol.hpListings li.hpItem .c2a {
    padding-right: 0;
    border-right: 15px solid #fff;
}

@media (max-width: 991px) {
    ol.hpListings li.hpItem .keyFeatures {
        padding-right: 0;
        border-right: 15px solid #fff;
    }

    ol.hpListings li.hpItem .c2a {
        margin: 15px 0;
        padding-left: 0;
        border-left: 15px solid #fff;
    }
}

@media (max-width: 767px) {
    ol.hpListings li.hpItem .bonusInfo {
        padding-left: 0;
        border-left: 15px solid #fff;
        padding-right: 0;
        border-right: 15px solid #fff;
    }

    ol.hpListings li.hpItem .keyFeatures {
        padding-left: 0;
        border-left: 15px solid #fff;
    }

    ol.hpListings li.hpItem .keyFeatures ul {
        padding-left: 15px;
    }
}

ol.hpListings li.hpItem .btnPlay {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #EC4000;
    border-color: #d27600;
    text-shadow: 1px 1px 0 #ad6100;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

ol.hpListings li.hpItem .btnPlay:hover {
    color: #fff;
    background-color: #FF6830;
    border-color: #d27600;
}

ol.hpListings li.hpItem .btnPlay .sub {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

ol.hpListings li.hpItem .btnReview {
    display: block;
    text-align: center;
    color: #504f4f;
    font-style: italic;
    width: 100%;
}

ol.hpListings li.hpItem .btnReview:hover {
    opacity: 0.75;
}

ol.hpListings li.hpItem:nth-child(2n) .bonusInfo,
ol.hpListings li.hpItem:nth-child(2n) .keyFeatures,
ol.hpListings li.hpItem:nth-child(2n) .c2a {
    background: #fce7cc;
}

/*------------------------------------
--------- Home Guides Section --------
------------------------------------*/
.hp_guies_list .hp_guide_widget {
    padding: 30px 50px !important;
    border: none !important;
    background: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hp_guies_list .hp_guide_widget .widget-title {
    border-bottom: 5px solid #2d2d2d;
}

.hp_guies_list .hp_guide_widget .widget-title::before {
    content: none;
}

.hp_guies_list .hp_guide_widget a {
    color: #2d2d2d;
}

.hp_guies_list .hp_guide_widget a:hover {
    color: #ec8500;
}

.hp_guies_list .hp_guide_widget .hpGuideListLogo {
    margin-right: 3px;
    width: 60px;
}

.hp_guies_list .hp_guide_widget .featured-entries {
    padding: 0;
}

.hp_guies_list .hp_guide_widget .featured-post-main {
    margin-left: 0;
    padding-top: 0;
}

.hp_guies_list .hp_guide_widget .details {
    font-size: 17px;
    text-align: justify;
}

@media (max-width: 576px) {
    .hp_guies_list .hp_guide_widget {
        padding: 30px 15px !important;
    }
}

/*------------------------------------
-------- Home Articles Section -------
------------------------------------*/
.latest_articles_list > [class*='col-']::after {
    content: '';
    display: block;
    height: 10px;
}

.latest_articles_list .latest_articles_item {
    background: #fff;
    padding: 10px;
    margin: 0 -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: calc(100% - 10px);
    margin-bottom: 10px;
    font-size: 15px;
}

.latest_articles_list .latest_articles_item::after {
    content: '';
    display: block;
    height: 10px;
}

.latest_articles_list .latest_articles_item h3 {
    font-size: 18px;
    line-height: 1.4;
}

.latest_articles_list .latest_articles_item a {
    color: #2d2d2d;
}

.latest_articles_list .latest_articles_item a.read-more {
    color: #4887B4;
    background: transparent;
    text-transform: lowercase;
}

.latest_articles_list .latest_articles_item a:hover,
.latest_articles_list .latest_articles_item a.read-more:hover {
    color: #ec8500;
}

/*------------------------------------
--- Home Landbased Casinos Section --
------------------------------------*/
.landbased_casinos_list .col-item {
    width: 18%;
    margin: 0 1% 10px 1%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.landbased_casinos_list .col-item img {
    display: block;
    width: 100%;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 110px;
}

@media (max-width: 576px) {
    .landbased_casinos_list .col-item {
        width: 48%;
    }
}

/*------------------------------------
---------- Home FAQ Section ---------
------------------------------------*/
.hp_faq_list .faq_box {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.hp_faq_list .faq_box .faq_item {
    border-bottom: 1px solid #ebebeb;
    padding: 0 15px;
}

.hp_faq_list .faq_box .faq_item:last-child {
    border-bottom: none;
}

.hp_faq_list .faq_box .faq_item a.view-more {
    cursor: pointer;
}

.hp_faq_list .faq_box .faq_item a.view-more h3 {
    font-size: 18px;
}

.hp_faq_list .faq_box .faq_item a.view-more h3::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f103";
    color: #888;
    margin-right: 5px;
    font-size: 18px;
}

.hp_faq_list .faq_box .faq_item a.view-more.active h3::before {
    content: "\f102";
}

.hp_faq_list .faq_box .faq_item .view-more-text {
    font-size: 14px;
    font-style: italic;
}

.hp_faq_list .faq_box .faq_item .hidden {
    display: none;
}

/*------------------------------------
----------- Slider Section -----------
------------------------------------*/

.slider-section .slider-desc, .besides-slider .beside-caption {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 7px;
    bottom: 0;
}

.slider-feature-wrap .slide-title, .slider-feature-wrap h3.post-title a {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.slider-feature-wrap .slide-title {
    font-size: 18px;
}

.slider-feature-wrap h3.post-title a {
    font-size: 12px;
    line-height: 1.4;
}

.slider-section .bx-wrapper img:hover, .besides-slider .beside-post:hover img{
    transform: scale(1.01);
}

/*------------------------------------
---------- Featured Section ----------
------------------------------------*/

.featured-col-posts .featured-desc {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #F88C00;
}

.featured-col-posts li:first-child .featured-desc, .featured-col-posts li:nth-child(6) .featured-desc {
    border: none;
}

.featured-col-posts .featured-desc h4.title {
    font-size: 20px;
    line-height: 1.4;
}

.featured-col-posts .featured-desc .details {
    font-size: 16px;
    text-align: justify;
}

.featured-col-posts .sm-col-post-type-2-beside h4.title {
    font-size: 15px;
}

.featured-col-posts .sm-col-post-type-2-beside .featured-desc .details {
    font-size: 13px;
}

.featured-col-posts .featured-desc .below-entry-meta {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

.featured-col-posts .featured-desc .below-entry-meta .articleAuthor {
    color: #777
}

.featured-col-posts .featured-desc .below-entry-meta .articleAuthor:hover {
    color: #F88C00;
}

.featured-col-posts .featured-post-main .widget-image {
    margin-bottom: 15px;
}

/*------------------------------------
---------- Guides Section ----------
------------------------------------*/

.widget_supermag_posts_col .widget-title span a {
    color: #444;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.widget_supermag_posts_col .widget-title span a:hover {
    color: #ec8500;
}

.widget_supermag_posts_col .ico {
    max-width: 45px;
    vertical-align: middle;
}

.hp_guide_widget .widget-title {
    padding-left: 4px;
}

.hp_guide_widget:nth-child(2n+1) {
    background: #f4f5f7;
    padding: 0 10px 10px 10px;
    border: 1px solid #165bb7;
}

.hp_guide_widget:nth-child(2n) {
    background: #fbf4ea;
    padding: 0 10px 10px 10px;
    border: 1px solid #ec8500;

}

.hp_guide_widget:nth-child(2n+1) .widget-title, .hp_guide_widget:nth-child(2n+1) .widget-title::before {
    border-color: #165BB7;
}

.hp_guide_widget:nth-child(2n) .hpGuideList a i {
    color: #ff3300;
}

.hp_guide_widget:nth-child(2n+1) .hpGuideList a i {
    color: #165BB7;
}

.hp_guide_widget .sm-col-post-type-2 .featured-post-main {
    width: 40%;
}

.hp_guide_widget .sm-col-post-type-2 .sm-col-post-type-2-beside {
    width: 58%;
    margin-left: 2%;
}

.hpGuideList a {
    display: block;
}

.hpGuideList a .hpGuideListLogo {
    width: 50px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.hp_guide_widget .col-cnt-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.hp_guide_widget .col-cnt-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.hplPagination {
    margin: 15px 0 0 0;
}

.hplPagination a {
    padding: 3px 5px;
    font-weight: bold;
    margin: 0 3px;
    border: 1px solid #165BB7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffe29b;
}

.hplPagination a:last-child i {
    margin-right: 0;
    margin-left: 5px;
}

/*------------------------------------
----- Secondary Listing Section ------
------------------------------------*/
.listingSecondary {
    list-style: none;
    counter-reset: idxBrand;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.listingSecondary li.listItem {
    counter-increment: idxBrand;
    margin: 0;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.listingSecondary li.listItem:nth-child(even) {
    background: #f7f7f7;
}

.listingSecondary li.listItem .logo {
    width: 100%;
}

.listingSecondary li.listItem .btnVisit,
.listingSecondary li.listItem .btnReview {
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.listingSecondary li.listItem .btnVisit:hover,
.listingSecondary li.listItem .btnReview:hover {
    opacity: 0.8;
}

.listingSecondary li.listItem .btnVisit {
    margin-top: 0;
    color: #fff;
    background-color: #EC4000;
    border-color: #d27600;
    text-shadow: 1px 1px 0 #ad6100;
}

.listingSecondary li.listItem .btnReview {
    color: #fff;
    background-color: #4887B4;
    border-color: #d27600;
    text-shadow: 1px 1px 0 #025d80;
}

.listingSecondary li.listItem .brandName {
    margin-top: 0;
    line-height: 1;
}

.listingSecondary li.listItem .brandName:before {
    content: counter(idxBrand)". ";
}

.entry-content ul.list-pros,
.entry-content ul.list-cons {
    margin: 15px 0 0 0;
    list-style: none;
    padding: 0;
}

.entry-content ul.list-pros li:before,
.entry-content ul.list-cons li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.entry-content ul.list-pros li:before {
    content: "\f055";   
    color: #00A359;
}

.entry-content ul.list-cons li:before {
    content: "\f056";
    color: #EC4000;
}

.listingSecondary li.listItem .description {
    text-align: justify;
}

/*------------------------------------
------------ Steps Boxes -------------
------------------------------------*/
.hp-steps-box-wrapper .hp-steps-box-content {
    border-radius: 12px;
    background: #eff6ed;
    padding: 10px 20px 5px 20px;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
}

.hp-steps-box-wrapper-odd .hp-steps-box-content {
    background: #fef3e5;
}

.hp-steps-box-wrapper .hp-steps-box-content h3 {
    font-size: 16px;
}

.hp-steps-box-wrapper .hp-steps-box-content h3 img {
    margin-bottom: -4px;
    max-width: 20px;
}

@media (max-width: 767px) {
    .section-hp-steps {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*------------------------------------
---------- Content Section -----------
------------------------------------*/
#primary {
    width: 73%;
}

.secondary-sidebar {
    width: 25%;
}

.page .entry-header .entry-title {
    margin-bottom: 0;
}

#primary.full-width,
.page-template-template-full-width #primary,
.home #primary,
.page-template-template-mobile-apps-list #primary,
.page-template-template-articles-list #primary {
    width: 100%;
    float: none;
}

.page-template-template-casino-review .entry-content > p:first-child img { 
    width: 855px; 
    height: 350px; 
}

@media (max-width: 992px) {
    .page-template-template-casino-review .entry-content > p:first-child img { 
        width: 496px; 
        height: 211px; 
    }
}

@media (max-width: 768px) {
    .page-template-template-casino-review .entry-content > p:first-child img { 
        width: auto; 
        height: auto; 
        min-height: 250px; 
    }
}

@media (max-width: 480px) {
    .page-template-template-casino-review .entry-content > p:first-child img { 
        width: auto; 
        height: auto; 
        min-height: 129px; 
    }
}

.entry-content {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #444 !important;
    text-align: justify;
}

.entry-content a {
    transition: none !important;
}

.entry-content ul {
    padding: 0 0 20px 20px;
}

.entry-content ul li {
    margin-left: 15px;
}

.entry-content ul.list-licenses {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content ul.list-licenses li {
    margin: 0;
    text-align: left;
}

.entry-content ul.list-licenses li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f14a";
    color: #00A359;
    margin-right: 3px;
}

.entry-content table {
    border-color: #EC8500;
    border-collapse: collapse;
    margin: 0 0 10px 0;
}

.entry-content table tr:nth-child(2n+1) {
    background: #eee;
}

.entry-content table tr th, .entry-content table tr td {
    text-align: center;
    border: none;
    font-weight: normal;
}

.entry-content table.apprvtbl tr td {
    text-align: left;
}

.entry-content table tr th {
    font-weight: bold;
    padding: 7px 3px;
    background: #EC8500;
    color: #fff;
}

.entry-content table tr td:first-child {
    font-weight: bold;
}

.entry-content table.apprvtbl tr td:first-child {
    font-size: 16px;
    min-width: 156px;
}

.entry-content table.games tr td:first-child {
    font-weight: normal;
}

.entry-content table.games tr:nth-child(2) td {
    font-weight: bold;
}

.entry-content table tr.bolded td {
    font-weight: bold;
}

.entry-content .twitter-tweet {
    margin: 10px auto;
}

@media (max-width: 1230px) {

    .entry-content .content-img {
        width: 100% !important;
        height: auto !important;
    }

}

ul.featured-related-posts {
    list-style: none;
}

article.post .entry-header .entry-title {
    font-weight: bold;
}

article.post .post-thumb {
    max-width: 300px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

article.post .post-thumb a {
    display: block;
}

span.posted-on, .below-entry-meta span {
    color: #5a7582;
}

span.author a {
    color: #8F8F8F;
}

.wp-caption .wp-caption-text, .table-caption {
    border: 1px solid #ccc;
    background: #FFFDDB;
    padding: 5px 0;
    font-size: 14px;
    color: #444;
    font-style: italic;
    text-align: center;
}

.linksPrevNext {
    overflow: hidden;
    margin-top: 20px;
}

.linksPrevNext a {
    width: 48%;
    font-size: 17px;
    font-weight: bold;
    color: #165BB7;
}

.linksPrevNext a.prev {
    float: left;
}

.linksPrevNext a.next {
    float: right;
    text-align: right;
}

/* Infographic */
.infographic {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 30px;
    position: relative;
}

.infographic::before {
    content: '';
    width: 28px;
    height: 100%;
    margin-left: -28px;
    background: #ededed;
    position: absolute;
    left: -5px;
}

.infographic .item .item-title {
    font-size: 20px;
    color: #e6991c;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    overflow: visible;
}

.infographic .item .item-title span {
    content: '';
    position: absolute;
    color: #fff;
    background: #fcbc56;
    text-shadow: 2px 2px 0 #cf840b;
    font-weight: bold;
    width: 28px;
    text-align: center;
    left: -18px;
}

.infographic-youth-gambling {
    color: #003366;
}

.infographic-youth-gambling .section {
    padding: 20px;
    background: #f0f3ff;
}

.infographic-youth-gambling .section h2 {
    text-align: center;
    padding: 0;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .infographic-youth-gambling .section h2 {
        font-size: 16px;
    }
}

.infographic-youth-gambling .section .chart-wrapper {
    margin: 5px auto;
}

.infographic-youth-gambling .header-section {
    background: #2d85dd;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #2671bc;
}

.infographic-youth-gambling .blue-section {
    background: #d6e2ff;
}

.infographic-youth-gambling .header-section h2 {
    padding: 0;
    text-shadow: 2px 2px 0 #0e58b3;
    font-weight: bold;
}

.infographic-youth-gambling .icons-grid {
    text-align: center;
}

.infographic-youth-gambling .icons-grid .icon {
    display: inline-block;
    width: 155px;
    font-size: 10px;
    margin: 5px;
}

.infographic-youth-gambling .icons-grid .icon img {
    display: block;
    margin: 10px auto;
}

.infographic-youth-gambling .icons-grid.aligned .icon {
    text-align: left;
}

.infographic-youth-gambling .icons-grid.aligned img {
    max-width: 50px;
    float: left;
    margin: 0 3px 0 0;
}

.infographic-youth-gambling .icons-grid .icon .data {
    display: block;
    font-weight: bold;
}

.infographic-youth-gambling .facts-list {
    max-width: 540px;
    margin: 20px auto 0 auto;
    text-align: left;
}

.infographic-youth-gambling .facts-list .facts-list-item {
    margin-bottom: 15px;
}

.infographic-youth-gambling .facts-list .facts-list-item img {
    float: left;
    max-width: 75px;
    margin-right: 10px;
}

.infographic-youth-gambling .facts-list .facts-list-item .data {
    display: block;
    font-weight: bold;
}

@media (max-width: 575px) {
    .infographic-youth-gambling .facts-list .facts-list-item {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Breadcrumbs
-----------------------*/
#breadcrumbs {
    font-size: 14px;
}

#breadcrumbs .breadcrumb_last {
    display: none;
}

/* Author line
-----------------------*/
.author-line {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
    text-align: left;
    padding: 5px 10px;
    background: #f6f6f6;
}

.author-line .author {
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.author-line .author .author-sub-box {
    position: absolute;
    z-index: 999;
    display: none;
    max-width: calc(100% - 30px);
    left: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.author-line .author:hover .author-sub-box,
.author-line .author .author-sub-box:hover {
    display: block;
    cursor: initial;
}

.author-line .author .author-sub-box .author-name a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.author-line img.social-icon {
    max-width: 22px;
    position: relative;
    bottom: -5px;
}

@media (max-width: 480px) {
    .author-line .sep {
        display: block;
        height: 5px;
        text-indent: -9999px;
    }
}

/* Page template: Case Study */
body.page-template-template-case-study,
.page-template-template-case-study .content-wrapper {
    background-color: #333 !important;
    padding-top: 0 !important;
}

body.page-template-template-case-study.page-id-28456 {
    background: rgb(255,205,201);
    background-image: url(assets/images/pattern-heartbreak.svg);
    background-image: url(assets/images/pattern-heartbreak.svg), linear-gradient(90deg, rgba(255,205,201,1) 0%, rgba(255,255,255,1) 50%, rgba(255,205,201,1) 100%);
}

.page-template-template-case-study.page-id-28456 .content-wrapper {
    background-color: transparent !important;
}

.page-template-template-case-study #primary {
    float: none;
    width: 100%;
    color: #fff;
    text-align: justify;
}

.page-template-template-case-study #primary.light-theme {
    color: #333;
}

.page-template-template-case-study.page-id-28456 #primary {
    color: #333;
}

.page-template-template-case-study #primary .cover-img {
    border-radius: 15px;
}

.page-template-template-case-study #primary h1,
.page-template-template-case-study #primary h2,
.page-template-template-case-study #primary h3 {
    text-align: center;
}

.page-template-template-case-study #primary h1 {
    font-size: 34px;
}

.page-template-template-case-study #primary h2 {
    font-size: 28px;
}

.page-template-template-case-study #primary h3 {
    font-size: 24px;
}

.page-template-template-case-study #primary a {
    color: #ec8500;
}

.page-template-template-case-study #primary img {
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .page-template-template-case-study #primary h1 {
        font-size: 28px;
    }

    .page-template-template-case-study #primary h2 {
        font-size: 26px;
    }

    .page-template-template-case-study #primary h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .page-template-template-case-study #primary h1 {
        font-size: 26px;
    }

    .page-template-template-case-study #primary h2 {
        font-size: 24px;
    }

    .page-template-template-case-study #primary h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-template-case-study #primary h1 {
        font-size: 24px;
    }

    .page-template-template-case-study #primary h2 {
        font-size: 22px;
    }
}

.page-template-template-case-study ul {
    margin-left: 15px;
}

.page-template-template-case-study .entry-meta {
    margin-bottom: 10px;
    min-height: 30px;
    text-align: left;
}

.page-template-template-case-study .entry-meta .posted-on,
.page-template-template-case-study .entry-meta .byline {
    font-size: 12px;
    color: #ddd;
    font-weight: bold;
}

.page-template-template-case-study .light-theme .entry-meta .posted-on,
.page-template-template-case-study .light-theme .entry-meta .byline {
    color: #555;
}

.page-template-template-case-study .entry-meta .byline .author-avatar {
    max-width: 30px;
    border-radius: 50% !important;
    margin-bottom: -10px;
    margin-right: 5px;
}

.page-template-template-case-study .entry-meta .img-wmrk {
    background: #fff;
    margin: 0 0 -10px 5px;
    padding: 2px;
    border-radius: 2px !important;
}

.page-template-template-case-study #primary.light-theme .entry-meta .img-wmrk {
    border-radius: 0 !important;
    background: #FFF6E8;
}

@media ( max-width: 480px ) {
    .page-template-template-case-study .entry-meta .img-wmrk {
        display: block;
        margin: 5px 0 0 0;
    }
}

.page-template-template-case-study ul li {
    line-height: 1.75;
}

.page-template-template-case-study table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border: 1px solid #fff;
}

.page-template-template-case-study .light-theme table {
    border: 2px solid #ec8500;
}

.page-template-template-case-study table tr th {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    background: #ec8500;
}

.page-template-template-case-study table tr td {
    background: #111;
}

.page-template-template-case-study .light-theme table tr td {
    background: #eee;
}
.page-template-template-case-study table tr th:first-child,
.page-template-template-case-study table tr td:first-child {
    border-left: 1px solid #eee;
}

.page-template-template-case-study table tr:nth-child(2n) td {
    background: #444;
}

.page-template-template-case-study .light-theme table tr:nth-child(2n) td {
    background: #fff;
}

.page-template-template-case-study table tr.possitive td {
    background: #008000;
    text-shadow: 1px 1px 0 #027002;
    border-top: 1px solid #fff;
}

.page-template-template-case-study table tr.negative td {
    background: #bf0202;
    text-shadow: 1px 1px 0 #b70202;
    border-top: 1px solid #fff;
}

.page-template-template-case-study.page-id-28456 table {
    border-radius: 12px;
    box-shadow: 1px 4px 8px #ffcdc9;
}

.page-template-template-case-study table tr th,
.page-template-template-case-study table tr td {
    border: none;
    padding: 8px 15px;
    font-weight: normal;
    text-align: left;
}

.page-template-template-case-study.page-id-28456 table tr th:first-child {
    border-top-left-radius: 12px;
}

.page-template-template-case-study.page-id-28456 table tr th:last-child {
    border-top-right-radius: 12px;
    width: 120px;
}

.page-template-template-case-study.page-id-28456 table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.page-template-template-case-study.page-id-28456 table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.page-template-template-case-study.page-id-28456 table tr th {
    background: #ff6968;
    text-transform: none;
}

.page-template-template-case-study.page-id-28456 table tr td:last-child {
    text-align: center;
    font-weight: bold;
}

.page-template-template-case-study.page-id-28456 table tr:nth-child(2n) td {
    background: #fff;
}

.page-template-template-case-study.page-id-28456 table tr:nth-child(2n+1) td {
    background: #f3f3f3;
}

.page-template-template-case-study.page-id-28456 table tr td img {
    border-radius: 0 !important;
    max-width: 16px;
}

/* Responsive iframes
-----------------------*/
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}
 
.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Archive Pagination
-----------------------*/
#archivePagination {
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
}

#archivePagination a.next {
    float: right;
}

#archivePagination a.prev {
    float: left;
}

#archivePagination .current {
    font-weight: bold;
    font-size: 18px;
    color: #F88C00;
    text-decoration: underline;
}

/* Casino Lists
------------------*/
.casinoList {
    padding: 10px;
    background: #efefef;
    border: 1px solid #F88C00;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
}

.casinoList a::before {
    content: "✅";
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    color: #F88C00;
}

/* List Brands
----------------*/
.list-brands {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: cnt;
}

.list-brands .px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.list-brands ul {
    padding: 0;
}

.list-brands li {
    margin: 0 !important;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.list-brands li:nth-child(even) {
    background: #f7f7f7;
}

.list-brands li::marker {
    margin-right: 3px;
}

.list-brands h3 {
    margin-top: 0;
    padding: 0 15px !important;
}

.list-brands h3:before {
    counter-increment: cnt;
    content: counter(cnt)".";
    margin-right: 5px;
    color: #1EB2D6;
}

.list-brands .row {
    border: 1px solid #ccc;
    border-top: 4px solid #F88C00;
    padding-top: 10px;
    margin: 0;
}

.list-brands .playNow {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #EC4000;
    border-color: #d27600;
    text-shadow: 1px 1px 0 #ad6100;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
}

.list-brands .readReview {
    display: block;
    text-align: center;
    font-size: 16px;
}

.list-brands .row.lb-summary {
    border: none;
    margin: auto;
    padding-top: 0;
}

.list-brands .lb-row-normal {
    margin: 0 -15px;
    height: 100%;
}

.list-brands .row .brand-logo-wrapper {
    /*background: #000;*/
}

.list-brands .lb-summary,
.list-brands .lb-summary ul li {
    font-size: 14px;
    background: transparent;
    border: none;
    padding: 3px 0;
}

.list-brands .lb-summary .item {
    margin-bottom: 15px;
    text-align: left;
}

.list-brands .lb-summary .item p {
    margin-bottom: 0;
}

.list-brands .lb-summary .item ul {
    margin-top: 0;
}

.list-brands .row .title,
.list-brands .lb-summary .item .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.list-brands .lb-summary.lb-side .item .title {
    font-size: 10px;
}

.list-brands .row .title {
    font-size: 16px;
}

.list-brands .lb-summary .item img {
    max-width: 50px;
}

.list-brands .lb-summary .item .tp-rating-box {
    display: flex;
    align-items: center;
}

.list-brands .lb-summary .item .tp-rating-box img {
    max-width: 100%;
    margin-right: 5px;
}

.list-brands ul.lb-features {
    margin: 15px 0;
    column-count: 2;
    padding: 0;
}

.list-brands ul.lb-features li {
    text-align: left;
    line-height: 1.2;
    font-size: 15px;
    background: transparent;
    border: none;
    padding: 3px 0;
}

.list-brands .lb-text {
    font-size: 15px;
    position: relative;
    padding: 10px;
}

.list-brands .lb-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .list-brands .lb-summary .item .title {
        font-size: 10px;
    }

    .list-brands .lb-summary,
    .list-brands .lb-summary ul li {
        font-size: 12px;
        line-height: 1.4;
    }

    .list-brands .lb-summary .item img {
        max-width: 30px;
        display: inline;
    }

    .list-brands ul.lb-features li {
        font-size: 12px;
    }
}

/* Guide Anchors
------------------*/
.guideTOC {
    padding: 10px;
    background: #efefef;
    border: 1px solid #F88C00;
    margin-bottom: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.guideTOC a::before {
    content: "✅";
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    color: #F88C00;
}

ul.nav-guide-anchors, .guideTOC {
    margin: 5px 0 15px 0;
    list-style: none;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #F88C00;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}

ul.nav-guide-anchors li.nav-guide-anchor-item {
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

ul.nav-guide-anchors li.nav-guide-anchor-item a {
    font-size: 15px;
}

ul.nav-guide-anchors li.nav-guide-anchor-item a::before, .guideTOC a::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f14a";
    color: #62A550;
    margin-right: 3px;
}

/* Guide Articles
--------------------*/

.guideHGHLT {
    font-weight: 500;
    padding: 10px;
    background: #efefef;
    border: 1px solid #F88C00;
    margin-bottom: 20px;
}

.guidefaq {
    margin-bottom: 10px;
}

.entry-content .guidefaq h3 {
    background: url('/wp-content/uploads/2017/06/q-icon.webp') no-repeat 6px center, #676767;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 4px 24px;
    font-size: 18px;
}

.guidefaq p {
    padding: 10px 15px;
    margin: 0 10px;
    background: #EFEFEF;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}

.guidefaq p:last-child {
    border-bottom: 1px solid #676767;
}


/* Blackjack Guide Table
-----------------------*/
.blackjack-table tr:nth-child(3) td:first-child {
    font-weight: normal;
}

.blackjack-table td.stand, .blackjack-table td.split, .blackjack-table td.double-down, .blackjack-table td.hit, .blackjack-table td.double-stand, .blackjack-table td.surrender-hit {
    color: #fff;
    font-weight: bold;
    border: 1px solid #efefef;
}

.blackjack-table td.stand {
    background: #d9534f;
    text-shadow: 1px 1px 0 #a94442;
}

.blackjack-table td.split {
    background: #5bc0de;
    text-shadow: 1px 1px 0 #31708f;
}

.blackjack-table td.double-down {
    background: #337ab7;
    text-shadow: 1px 1px 0 #2d699b; 
}

.blackjack-table td.hit {
    background: #5cb85c;
    text-shadow: 1px 1px 0 #3c763d;
}

.blackjack-table td.double-stand {
    background: #845cb8;
    text-shadow: 1px 1px 0 #651fbf;
}

.blackjack-table td.surrender-hit {
    background: #deac4f;
    text-shadow: 1px 1px 0 #986b16;
}

/* Cards
-------*/
.card {
    width: 57px;
    height: 85px;
    font-size: 17px;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align:left
}

.card span {
    padding-left: 4px;
    vertical-align: top;
}

.card.spades {
    background: url("/wp-content/uploads/cards/spades.gif") no-repeat top left /cover ;
    color: #000;
}

.card.diamonds {
    background: url("/wp-content/uploads/cards/diamonds.gif") no-repeat top left /cover;
    color: #E02819;
}

.card.hearts {
    background: url("/wp-content/uploads/cards/hearts.gif") no-repeat top left /cover;
    color: #E02819;
}

.card.clubs {
    background: url("/wp-content/uploads/cards/clubs.gif") no-repeat top left /cover;
    color: #000;
}

.card.gray {
    color: #828282;
}

.card.spades.gray {
    background: url("/wp-content/uploads/cards/spades_gray.gif") no-repeat top left /cover;
}

.card.diamonds.gray {
    background: url("/wp-content/uploads/cards/diamonds_gray.gif") no-repeat top left /cover;
}

.card.hearts.gray {
    background: url("/wp-content/uploads/cards/hearts_gray.gif") no-repeat top left /cover;
}

.card.clubs.gray {
    background: url("/wp-content/uploads/cards/clubs_gray.gif") no-repeat top left /cover;
}

.spadesS {
    background:url("/wp-content/uploads/cards/spadesS.gif") no-repeat center /cover;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 1px;
}

.clubsS {
    background:url("/wp-content/uploads/cards/clubsS.gif") no-repeat center /cover;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 1px;
}

.heartsS {
    background:url("/wp-content/uploads/cards/heartsS.gif") no-repeat center /cover;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 1px;
}

.diamondsS {
    background:url("/wp-content/uploads/cards/diamondsS.gif") no-repeat center /cover;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 1px;
}

/*-----------------------------------
------- Articles Related Posts ------
-----------------------------------*/

ul.related_post.wp_rp {
    list-style: none;
    display: table;
    width: 100%;
    text-align: center;
}

ul.related_post.wp_rp li {
    float: left;
    width: 50%;
    padding: 10px 2%;
    font-size: 16px;
    font-weight: bold;
}

ul.related_post.wp_rp li div.wrap {
    border: 1px solid #F88C00;
    padding: 10px 0;
}

ul.related_post.wp_rp li:hover div.wrap {
    opacity: 0.9;
}

ul.related_post.wp_rp a {
    display: inline-block;
    max-width: 96%;
}

@media (max-width: 1230px) {

    ul.related_post.wp_rp a img {
        width: 100% !important;
        height: auto !important;
    }

}

/*------------------------------------
------- Casino Review Section --------
------------------------------------*/

.page-template-template-casino-review .entry-title {
    margin-bottom: 0;
}

.page-template-template-casino-review .entry-content {
    margin-top: 10px;
}

.bnsInf {
    min-height: 54px;
    font-size: 32px;
    font-weight: bold;
    color: #F88C00;
    margin: 0 0 20px 0;
    text-align: center;
}

@media (max-width: 1200px) {
    .bnsInf {
        min-height: 114px;
    }
}

@media (max-width: 768px) {
    .slider-box-right .bnsInf { min-height: 54px; }
}

@media (max-width: 480px) {
    .bnsInf {
        min-height: 30px;
    }   
}

.bnsInf p {
    margin: 0;
}

.slider-box-right .bnsInf { 
    min-height: 108px; 
}

.mainFeatures {
    min-height: 91px;
    text-align: center;
    margin: 0 0 15px 0;
}

.mainFeatures .feature {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #165BB7;
    text-shadow: 1px 1px 0 #124f9e;
    border: 1px solid #124f9e;
    width: 100px;
    text-align: center;
    line-height: 1.3;
    padding: 10px;
    margin: 0 2px;
}

.mainFeatures .feature p {
    margin: 0;
}

.mainFeatures .feature .key {
    font-size: 26px;
    font-weight: bold;
}

.plnw, .rvwnw {
    min-height: 56px;
    display: inline-block;
    padding: 10px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    background-color: #EC4000;
    border: 1px solid #d27600;
    text-shadow: 1px 1px 0 #ad6100;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 48%;
    margin: 0 3% 0 0;
}

.rvwnw {
    background: #58a31b;
    text-shadow: 1px 1px 0 #488715;
    border: 1px solid #488715;
    margin: 0;
}

.plnw:hover {
    color: #fff;
    background: #FF6830;
    border: 1px solid #d27600;
}

.rvwnw:hover {
    color: #fff;
    background: #165BB7;
    text-shadow: 1px 1px 0 #124f9e;
    border: 1px solid #124f9e;
}

.reviewTable {
    margin-bottom: 20px;
}

.reviewTable .tr:nth-child(2n+1) {
    background: #e6ebf2;
}

.reviewTable tr td {
    padding: 10px;
    font-weight: normal;
    text-align: justify !important;
}

.reviewTable tr td:first-child h3 {
    font-size: 15px;
    color: #e54c00;
}

.reviewTable strong {
    color: #165BB7;
}

.reviewTable ul {
    padding-bottom: 0;
    margin-bottom: 20px;
}


.page-template-template-casino-review div.wpcr3_review_item div.wpcr3_item_name {
    font-size: 20px;
    font-weight: bold;
}

.page-template-template-casino-review .wpcr3_button_1 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #165BB7;
        text-shadow: 1px 1px 0 #124f9e;
        border: 1px solid #124f9e;
}

.page-template-template-casino-review .wpcr3_button_1:hover {
    text-shadow: none;
}

.vjs-default-skin .vjs-big-play-button {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*------------------------------------
----- Mobile Casino App Section ------
------------------------------------*/

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-webkit-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-moz-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-o-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#casino-app-slider { overflow: hidden; }
div#casino-app-slider figure img { width: 20%; float: left; }
div#casino-app-slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

.sldrrev {
    width: 216px;
    height: auto;
    background: url(/wp-content/uploads/2017/06/iOS-slider-bckg-min.webp) no-repeat center / contain;
    padding: 51px 12px;
    margin-bottom: 25px;
}

.slider-box-left {
    float: left;
    width: 35%;
}

.slider-box-right {
    float: left;
    width: 65%;
    margin: 20px auto 0 auto;
}

.lg-box {
    width: 48%;
    float: left;
    text-align: center;
    margin: 20px 2% 8px 0;
}

.lg-box.black {
    background: #000;
}

.lg-box.white {
    background: #fff;
    border: 1px solid #EC8500;
}

.lg-box.redbckg {
    background: #FF1419;
}

.lg-box.whill {
    background: #236D9C;
}

.lg-box.beta {
    background: #027B5C;
}

.lg-box.videoslots {
    background: #252523;
}

.lg-box.paddy {
    background: #135644;
}

.lg-box.netbet {
    background: #0d3050;
    background: -moz-linear-gradient(top, #0d3050 0%, #0d1522 100%);
    background: -webkit-linear-gradient(top, #0d3050 0%,#0d1522 100%);
    background: linear-gradient(to bottom, #0d3050 0%,#0d1522 100%);
}

.lg-box.guts {
    background: #1C1C1C;
}

.lg-box.roxy {
    background: #001C31;
}

.lg-box.tiger {
    background: #600001;
}

.lg-box.thrills {
    background: #4D9EBB;
}

.lg-box.bgo {
    background: #259BFF;
}

.lg-box.casumo {
    background: #3C0098;
}

.lg-box.ukclub {
    background: #011F37;
}

.lg-box.casinoland {
    background: #091B25;
}

.lg-box.betvictor {
    background: #20272D;
}

.lg-box.casimba {
    background: #FE9B27;
}

.lg-box.kerching {
    background: #0F1142;
}

.lg-box.partycasino {
    background: #1A053E;
}

.lg-box.novibet {
    background: #313541;
}

.lg-box.betfred {
    background: #004990;
}

.lg-box.nobonus {
    background: #410251;
}

.lg-box.mrplay {
    background: #0E63AC;
}

.lg-box.casinoeuro {
    background: #1F2A4A;
}

.lg-box.thesunvegas {
    background: #ED1B25;
}

.lg-box.jonnyjackpot {
    background: #1C2A37;
}

.lg-box.dreamvegas {
    background: #000B14;
}

.lg-box.skolcasino {
    background: #173D46;
}

.lg-box.slotnite {
    background: #212121;
}

.lg-box.luckland {
    background: #1B2542;
}

.lg-box.yeticasino {
    background: #156B94;
}

.lg-box.casiplay {
    background: #0F0735;
}

.lg-box.secretslots {
    background: #282828;
}

.lg-box.mrqcasino {
    background: #1784FD;
}

.lg-box-plnw {
    text-align: center;
}

.lg-box-plnw .plnw {
    margin: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2%;
    padding: 35px 10px;
    font-size: 15px;
}

.casino-img-app {
    display: none;
}

.apprvtbl td:nth-child(2){
    /*color: #FF3300;*/
    font-weight: bold;
}

.apprvtbl td.supdev {
    font-size: 10px;
    color: #000;
}

.mobapps {
    text-align: center;
    color: #EC8500;
    font-size: 16px;
    margin-bottom: 15px;
}

.mobapps > img {
    border: 1px solid #EC8500;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------
----- UK Online Casinos Section ------
------------------------------------*/
ol.ukoct {
    list-style: none;
    counter-reset: brand;
}

ol.ukoct li.row {
    counter-increment: brand;
    margin: 0;
}

ol.ukoct li.row .info .brandName::before {
    content: counter(brand)'.';
    margin-right: 5px;
    color: #21759b; 
}

.ukoct .row {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 5px;
}

.ukoct .row:nth-child(2n+1) {
    background: #f6f6f6;
}

.ukoct .row .cell {
    float: left;
}

.ukoct .row .brand {
    width: 18.6%;
    vertical-align: top;
}

.ukoct .row .info {
    padding: 0 1%;
    max-width: 60.6%;
}

.ukoct .row .info .brandName {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.ukoct .row .info .subinfo {
    color: #F88C00;
    font-weight: bold;
    font-size: 16px;
}

.ukoct .row .btns {
    width: 18.6%;
    float: right;
}

.ukoct .row .btns a {
    display: block;
    text-align: center;
    padding: 3px 0;
}

.ukoct .row .btns a.review {
    background: #4793f7;
    border: 1px solid #2a73d3;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #fff;
}

.ukoct .row .btns a.play {
    background: #ff3300;
    text-shadow: 1px 1px 1px #e03004;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #e03004;
}

.ukoct .row .btns a:hover {
    opacity: 0.75;
}

.ukoct .row .intro a.view-more, .ukoct .row .intro a.view-more-casinos {
    cursor: pointer;
    background: #EC8500;
    border: 1px solid #F6F6F6;
    font-size: 16px;
    margin: 0 0 10px 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 93px;
    max-width: 100%;
    padding: 0;
}

.ukoct .row .intro a.view-more.active {
    color: #EC8500;
    background: #fff;
    border: 1px solid #EC8500;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.ukoct .row .intro a.view-more.active span {
    display: block;
    position: relative;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.ukoct .row .intro a.view-more.active span:before {
    content: 'Hide';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
}

.ukoct .row .view-more-text {
    padding: 0;
}

.ukoct .row .hidden {
    display: none !important;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: help;
    border-bottom: 1px dotted;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/*------------------------------------
--- Payment Methods Casinos Section --
------------------------------------*/
#pmList {
    overflow: hidden;
    margin: 0 0 20px 0;
    text-align: center;
}

#pmList a {
    display: inline-block;
    min-width: 172px;
    width: 23%;
    margin: 1%;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #FFE29B;
    color: #F88C00;
    vertical-align: top;
    background: #f2f2f2;
}

#pmList a img {
    display: block;
    margin-bottom: 15px;
}

#pmList a:hover {
    color: #165BB7;
}

/*------------------------------------
------------ Star Rating -------------
------------------------------------*/

.scr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #b1b1b1;
    overflow: hidden;
    line-height: 1;
    margin: -8px 0 2px 0;
}

.scr .scrv {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #165BB7;
}

.scr .scrnv:before, .scr .scrv:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 25px;
}

.scr .scrnv:before {
    -webkit-text-stroke: 1px #848484;
}

.scr .scrv:before {
    -webkit-text-stroke: 1px #3F7894;
}

/*------------------------------------
----------- Sidebar Section ----------
------------------------------------*/
.right-sidebar .secondary-sidebar {
    padding-top: 52px;
}

.right-sidebar .secondary-sidebar #text-4 {
    min-height: 350px;
}

.right-sidebar .secondary-sidebar #text-5 {
    min-height: 1787px;
}

.right-sidebar .secondary-sidebar #text-9 {
    min-height: 350.4px;
}

.right-sidebar .secondary-sidebar .widget {
    margin: 0 0 1.5em;
    padding: 0 10px;
    border: 1px solid #F88C00;
}

.widget-title span {
    font-weight: bold;
}

.right-sidebar .widget .guideContentsList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.right-sidebar .widget .guideContentsList li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.right-sidebar .widget .guideContentsList li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #4887B4;
    color: white;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 3px;
    display: inline-block;
    width: 26px;
    text-align: center;
}

.right-sidebar .widget .guideContentsList li a {
    font-size: 16px;
    color: #2D2D2D;
}

.right-sidebar .widget .guideContentsList li.active a {
    font-weight: bold;
}

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

.guideContentsList li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.guideContentsList li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #4887B4;
    color: white;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 3px;
    display: inline-block;
    width: 26px;
    text-align: center;
}

.guideContentsList li a {
    font-size: 16px;
}

.guideContentsList li.active a {
    font-weight: bold;
}

/* UK Casino List
-------------------*/

#UKCL-widget a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #F88C00;
    font-weight: bold;
    font-size: 14px;
    color: #165BB7;
}

#UKCL-widget a:nth-child(2n+1) {
    background: #F2F2F2;
}

#UKCL-widget a:hover {
    color: #F88C00;
}

#UKCL-widget a img.flag {
    vertical-align: middle;
    max-width: 50px;
    margin: 0 10px;
}

#UKCL-widget a:last-child {
    border: none;
}

/* Trending News
-----------------*/

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wpp-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #F88C00;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wpp-list li:last-child {
    border: none;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wpp-post-title {
    font-size: 13px;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wpp-thumbnail {
    margin-right: 8px;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wp-tabbed-nav li {
    background: #676767;
}

.right-sidebar .secondary-sidebar .wp-tabbed-tabs .wp-tabbed-nav li.tab-active {
    background: #444444;
}


/* Featured Land Based Casinos
---------------*/

.featuredCasinos {
    margin-bottom: 30px;
}

.featuredCasino {
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    width: 100%;
    min-height: 280px;
    border-bottom: 1px solid #F88C00;
    background-color: #E9E9E9;
}

.featuredCasino.even {
    background-color: #F9F9F9;
}

.featuredCasino div.img {
    width: 300px;
    margin-left: 12px;
}

.featuredCasino div.txt {
    width: 368px;
}

.featuredCasino div.txt p {
    padding: 0 12px;
}

.featuredCasino div.txt>a>p {
    display: none;
}

.featuredCasino div.txt h3 {
    text-indent: 12px;
}

.featuredCasino div.img, .featuredCasino div.txt {
    position: relative;
    float: left;
}

.featuredCasino .action .address {
    width: 120px;
    margin-top: 10px;
    float: right !important;
    position: relative;
    font-size: 12px;
    font-style: italic;
    margin-right: 12px;
    font-weight: bold;
}

.featuredCasino .action p {
    clear: both;
}

.featuredCasino .read-more.landbased {
    clear: both;
    padding: 0;
    position: absolute;
    right: 12px;
    bottom: 5px;
    width: 90px;
    margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
    .featuredCasino div.img, .featuredCasino div.txt {
        width: 100%;
        float: none;
        margin: 0;
    }

    .featuredCasino div.img>img {
        width: 100%;
    }

    .featuredCasino .action .address {
        width: auto;
        margin-left: 12px;
        float: none !important;
    }

}

/* Weekly Poll
---------------*/

.right-sidebar .secondary-sidebar .wp-polls-ans {
    text-align: center;
}

.right-sidebar .secondary-sidebar .wp-polls-ans p {
    display: inline-block;
    margin-right: 15px;
}

.right-sidebar .secondary-sidebar .wp-polls .Buttons {
    color: #fff;
    background: #F88C00;
    border: 1px solid #cc7204;
    padding: 2px 7px 5px 7px;
    text-shadow: 1px 1px 0 #cc7204;
    text-transform: uppercase
}

.right-sidebar .secondary-sidebar .wp-polls-ans p a {
    font-size: 13px;
    color: #777;
}

.right-sidebar .secondary-sidebar .wp-polls-ans p a:hover {
    color: #F88C00;
}

.right-sidebar .secondary-sidebar .wp-polls ul li, .right-sidebar .secondary-sidebar .wp-polls-ul li, .right-sidebar .secondary-sidebar .wp-polls-ans ul li {
    font-style: italic;
    font-size: 18px;
    color: #F88C00;
}


.right-sidebar .secondary-sidebar .wp-polls ul li small, .right-sidebar .secondary-sidebar .wp-polls-ul li small, .right-sidebar .secondary-sidebar .wp-polls-ans ul li small {
    font-size: 70%;
    color: #777;
}

.right-sidebar .secondary-sidebar .wp-polls .pollbar {
    background-image: none;
    background: #165BB7;
    border: 1px solid #134a93;
    line-height: 20px;
    height: 18px;
    position: relative;
    z-index: 10;
}

.right-sidebar .secondary-sidebar .wp-polls ul, .right-sidebar .secondary-sidebar .wp-polls-ul, .right-sidebar .secondary-sidebar .wp-polls-ans ul {
    position: relative;
}

.right-sidebar .secondary-sidebar .wp-polls-ans ul li {
    position: relative;
}

.right-sidebar .secondary-sidebar .wp-polls-ans ul li.pollAnswer::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #ffe29b;
    border: 1px solid #134a93;
    line-height: 18px;
        height: 18px;
    z-index: 5;
    bottom: 0;
}

/* Latest Articles Sidebar
------------------------*/

.LatestArticleSDBR {
    border-bottom: 1px dotted #EC8500;
    padding: 5px;
}

.LatestArticleSDBR h3 {
    font-size: 16px;
}

.LatestArticleSDBR img {
    width: 85px;
    float: left;
    margin: 8px 7px 0 0;
}

.LatestArticleSDBR p a:last-child {
    color: #245BB7;
}

.LatestArticleSDBR p a:last-child:hover {
    color: #EC8500;
}

.LatestArticleSDBR:last-child {
    border-bottom: none;
}

/*------------------------------------
----------- Footer Section -----------
------------------------------------*/

.footer-wrapper, .footer-copyright {
    padding: 0;
}

.footer-wrapper .border {
    border: none !important;
    border-top: 1px solid #ec8500 !important;
}

#footer-nav {
    padding-top: 20px;
}

#footer-nav .footer-nav-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#footerMenu {
    text-align: right;
    padding: 20px 0;
}

#footerMenu .footerLogo {
    max-width: 250px;
    margin: 5px 0 0 0;
    padding: 0;
}

#footerMenu a {
    display: inline-block;
    margin-right: 8px;
    text-transform: uppercase;
    padding-top: 25px;
    font-size: 14px;
}

footer#colophon .wrapper {
    width: 100%;
}

.footer-copyright .site-info {
    padding: 0 20px;
    font-size: 12px;
}

.footer-wrapper .top-bottom, .footer-copyright .site-info {
    width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-copyright .site-info #footerLogos {
    text-align: center;
    margin-bottom: 5px;
}

.footer-copyright .site-info #footerLogos .icon {
    display: inline-block;
    background: url("/wp-content/uploads/misc/cg-footer-sprite.webp");
    margin: 10px;
        background-repeat: no-repeat;
}

.footer-copyright .site-info #footerLogos .icon-gambleware {
    width: 140px;
        height: 42px;
        background-position: 0 0;
}

.footer-copyright .site-info #footerLogos .icon-18 {
    width: 42px;
        height: 42px;
        background-position: -161px 0;
}

.footer-copyright .site-info #footerLogos .icon-gt {
    width: 47px;
        height: 42px;
        background-position: -225px 0;
}

.footer-copyright .site-info #footerLogos .icon-gamcare {
    width: 36px;
        height: 42px;
        background-position: -295px 0;
}

.footer-copyright .site-info #footerLogos .icon-ukgc {
        width: 138px;
        height: 42px;
        background-position: -354px 0;
}

/*------------------------------------
----------- Responsive Section ----------
------------------------------------*/

@media (max-width: 1229px) {
    .site-logo.float-left, .header-main-menu, .footer-wrapper .top-bottom, .footer-copyright .site-info {
        width: 980px;
    }
}
@media screen and (min-width: 993px) {
    .main-navigation .search-block {
        width: 33px;
        position: absolute;
    }

    .main-navigation .search-block:hover {
        width: 185px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1229px) {
    .search-block {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .site-logo.float-left, .header-main-menu, .footer-wrapper .top-bottom, .footer-copyright .site-info {
        width: 740px;
        padding: 0 5px;
    }

    .main-navigation .home-icon {
        display: none;
    }

    .main-navigation .home-mobi {
        display: block;
    }

    .site-branding {
        background-position: bottom right;
    }
        .slicknav_menu .menu_toggle {
            display: none;
            height: 0
            transition: .3s ease-in-out;
        }
        .slicknav_menu li {
            border-top: 1px solid #383838 !important;
            display: table;
            padding: 0 0 0 12px;
            width: 100%;
            padding-left: 0;
        overflow:hidden;
        }
        .slicknav_menu li a {
            color:#ffffff;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            line-height: 40px;
            text-transform: uppercase;
        }
    #review-slider .review-item .review-data h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .site-logo.float-left, .header-main-menu, .footer-wrapper .top-bottom, .footer-copyright .site-info {
        width: 98%;
        padding: 0;
    }

    .site-branding {
        background-size: 200px;
        background-position: 50% 108%;
    }

    .slicknav_btn {
        left: 2.5%;
    }

    .reviewTable {
        display: block;
        overflow-x: scroll;
    }
    
    .ukoct .row .brand {
        width: auto;
        margin-right: 15px;
    }

    .ukoct .row .brand {
        width: auto;
        padding: 0;
        max-width: 600px;
    }

    .ukoct .row .btns {
        float: none;
        padding: 10px 0;
        text-align: center;
        clear: both;
        width: 100%;
    }

    .ukoct .row .btns a {
        display: inline-block;
        margin: 0 10px 0 10px;
        width: 35%;
        min-width: 140px;
    }

    .slider-box-left {
        float: none;
        width: 100%;
    }
    .sldrrev {
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    .slider-box-right {
        float: none;
        width: 100%;
    }
    .casino-img-app {
        display: block;
    }
}

@media screen and (min-width: 767px) and (max-width: 1229px) {
    .slider-box-right .bnsInf {
        font-size: 30px;
    }
    .slider-box-right .mainFeatures .feature {
        width: auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .hp_guide_widget .col-cnt-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .slider-box-left {
        width: 44%;
    }
    .slider-box-right {
        width: 56%;
    }
    .slider-box-right .bnsInf {
        font-size: 20px;
    }
    .slider-box-right .mainFeatures .feature {
        margin-bottom: 8px;
        width: 100px;
    }
    .lg-box-plnw .plnw {
        font-size: 15px;
        height: auto !important;
    }
}

@media screen and (max-width: 650px) {
    h1.entry-title {
        font-size: 28px;
    }

    .ukoct .row .brand, .ukoct .row .info {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .ukoct .row .info {
        width: 100%;
    }
    
    .ukoct .row .btns a {
        margin: 0 5px 0 5px;
    }
}

@media screen and (max-width: 567px) {
    h1.entry-title {
        font-size: 26px;
    }

    .hp_guide_widget .col-cnt-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .hp_guide_widget .sm-col-post-type-2 .featured-post-main, .hp_guide_widget .sm-col-post-type-2 .sm-col-post-type-2-beside {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        float: none;
        display: block;
        overflow: visible;
        padding: 0 10px 10px 10px;
    }

    .hp_guide_widget .xs-col-cnt-1.col-cnt-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .mainFeatures {
        display: none;
    }
    
    img.alignleft, img.alignright {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    h1.entry-title {
        font-size: 24px;
    }

    .plnw, .rvwnw {
        width: 100%;
    }
    
    .plnw {
        margin: 0 0 15px 0;
    }

    .entry-meta {
        font-size: 14px;
    }

    .entry-meta .posted-on {
        margin-right: 10px;
    }

    .bnsInf {
        font-size: 18px;
    }
    .slider-box-right .bnsInf {
        min-height: 30px;
    }

    .linksPrevNext a {
        font-size: 14px;
    }
    .lg-box-plnw .plnw {
        width: 48%;
        height: auto !important;
    }
}

/*--------------------------------------------------------------
## WP Customer Reviews
--------------------------------------------------------------*/
.wpcr3_in_content { margin-bottom:30px; }
.wpcr3_in_content meta { display:none; }
.wpcr3_power { padding-top:30px !important; padding-bottom:30px !important; font-size:11px !important; }
.wpcr3_status_msg { color:#c00;font-weight:bold; }
.wpcr3_status_msg div { color:#c00;font-weight:bold;padding-bottom:15px;padding-top:15px; }
.wpcr3_caps { text-transform:capitalize; }

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline { 
  display:block !important; border-bottom:1px dotted #ccc !important; 
  margin-bottom:10px !important; clear:both !important;
}

.wpcr3_leave_text { font-weight:bold; font-size:1.1rem; }

div.wpcr3_aggregateRating { display:block !important; margin-bottom:30px; line-height:24px; font-size:0.8em; }
div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue { display:inline-block !important; position:relative; top:2px; }

div.wpcr3_review_item div.wpcr3_item_name { font-size:0.8em; font-style:italic; }

div.wpcr3_review div, div.wpcr3_review span { display:inline-block !important; line-height:24px; }
div.wpcr3_review div.wpcr3_review_ratingValue { position:relative; top:2px; margin-right:5px; }
div.wpcr3_review div.wpcr3_review_title { font-size:0.8em; display:block !important; }
div.wpcr3_review blockquote.wpcr3_content { font-size:14px; font-weight:normal; display:block !important; padding-bottom:30px; }
div.wpcr3_review blockquote.wpcr3_content p { font-size:14px; font-weight:normal; display:inline !important; }
div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response { margin-left:30px;color:#00c; }
div.wpcr3_review div.wpcr3_review_datePublished { font-size:0.9em; font-style:italic; }
div.wpcr3_review div.wpcr3_review_author { font-size:0.8em; font-style:italic; }
div.wpcr3_review div.wpcr3_review_customs { margin-bottom:5px; }
div.wpcr3_review div.wpcr3_review_custom { font-size:12px; float:left; margin-right:60px; }

.wpcr3_respond_2 { position:relative; }
.wpcr3_respond_2 label { display:inline-block !important; }
.wpcr3_respond_2 .fconfirm2 { width:auto !important; }

.wpcr3_respond_2 input { }
.wpcr3_respond_2 input[type="text"]  { min-width:200px; }
.wpcr3_respond_2 textarea { height:100px !important; min-width:500px; }
.wpcr3_respond_2 small { padding:0 !important; margin:0 !important; }
.wpcr3_respond_2 table, .wpcr3_respond_2 td { border:0 !important; border-style:none !important; }

.wpcr3_respond_2 .wpcr3_check_confirm label { margin:-2px 0px 0px 5px; }

.wpcr3_ad { background:#ffffff; }
.wpcr3_ad label { font-weight:bold; }

.wpcr3_respond_1, .wpcr3_respond_2 { margin:0 !important; padding:0 !important; clear:both !important; }
.wpcr3_respond_1 p, .wpcr3_respond_2 p {
    margin:0 !important;
    padding:0 !important;
    line-height:120% !important;
    margin-top:2px !important;
    margin-bottom:2px !important;
} 

.wpcr3_respond_1 .wpcr3_rating, .wpcr3_respond_2 .wpcr3_rating {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    margin-left:0px !important;
    margin-top:0px !important;
    overflow:hidden;
    height:16px;
}

div.wpcr3_rating_style1  { line-height:17px; display:inline-block; }
div.wpcr3_rating_style1 div { line-height:17px; }
div.wpcr3_rating_style1 * { border:0 none; margin:0; padding:0; line-height:17px; }
div.wpcr3_rating_style1_base  { background:url(/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; padding-right:4px; overflow:hidden; display:block; }
div.wpcr3_rating_style1_average { background:url(/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 -15px no-repeat; text-indent:-9999px; height:17px; line-height:17px; }
div.wpcr3_rating_style1_status { height:17px; line-height:17px; width:100px; overflow:hidden; position:relative; cursor:pointer; display:block; }
div.wpcr3_rating_style1_score { background:url(/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; position:relative; }
div.wpcr3_rating_style1_score div { display:block; height:17px; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:17px; }
div.wpcr3_rating_style1_score div:hover { background:url(/wp-content/plugins/wp-customer-reviews/css/newstars.png) bottom right no-repeat; }
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {width:20%; z-index:55;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {width:40%; z-index:54;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {width:60%; z-index:53;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {width:80%; z-index:52;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {width:100%; z-index:51;}

.wpcr3_respond_2 { display:none; background-color:inherit; }
.wpcr3_div_2 { width:600px; max-width:100%; }
.wpcr3_table_2 { text-align:left; width:100%; }
.wpcr3_table_2  td { text-align:left; }
.wpcr3_check_confirm { margin-top:10px;font-size:13px;margin-bottom:4px; }

.wpcr3_button_1 {
  border: 1px solid;
  border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #c4c4c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c4c4c4));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#c4c4c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 );
  color: #404040;
  cursor:pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  padding: 5px 12px 5px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  float:none;
  height:auto;
  text-indent:0;
  margin-bottom: 15px;
 }

.wpcr3_button_1:hover {
  background: #dedede;
  background: -moz-linear-gradient(top,  #ffffff 0%, #b8b8b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b8b8b8));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#b8b8b8 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#b8b8b8 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#b8b8b8 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#b8b8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8',GradientType=1 );
    border-color: #99ccff;
    color: #333333;
    cursor:pointer;
    font-weight: normal;
}

.wpcr3_button_1:active, .wpcr3_button_1:focus {
    background-position: 0 -25px;
  background: #dedede;
  background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 );
    border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color:#1a1a1a;
}

.wpcr3_button_1.wpcr3_disabled {
  opacity: 0.5;
}

.wpcr3_button_1.wpcr3_hide {
  display:none !important;
}

.wpcr3_pagination {
    clear:both;
    padding:0px 0px 0px 0px;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.wpcr3_pagination_page {
    float:left;
    display:block;
    line-height:30px;
    padding-right:5px;
}

.wpcr3_pagination .wpcr3_a {
    display:block;
    float:left;
    margin: 0px 1px 0px 1px;
    padding:6px 10px 6px 10px;
  line-height: 16px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background:#555;
  cursor:pointer;
}

.wpcr3_pagination .wpcr3_a:hover {
    color:#fff;background: #3279BB;
}

.wpcr3_pagination .wpcr3_ls {
  margin-right:1px;
}

.wpcr3_pagination .wpcr3_rs {
  margin-left:1px;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #3279BB;color:#fff;cursor:default;
}

.wpcr3_pagination .wpcr3_a.wpcr3_disabled, .wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
  background:#ddd;color:#fff;cursor:default;
}

.wpcr3_clear , div.wpcr3_review .wpcr3_clear  { clear:both !important; display:block !important; line-height:0px !important;; height:0px !important; }
.wpcr3_show, div.wpcr3_review .wpcr3_show { display:inline; }
.wpcr3_hide, div.wpcr3_review .wpcr3_hide { display:none !important; }
.wpcr3_fakehide { position:absolute !important;top:0 !important;left:-999em !important;height:1px !important;width:1px !important; }
.wpcr3_pb5 { padding-bottom:5px; }

/*--------------------------------------------------------------
## VIDEOJS
--------------------------------------------------------------*/
.vjs-default-skin div.vjs-big-play-button {
    top: 50%; left: 50%;
    margin: -1.3em 0 0 -2em;
}
.vjs-default-skin .vjs-time-controls div, .vjs-default-skin .vjs-time-divider span {
    font-size: 1em;
    line-height: 3em;
}

/* Responsive Videos */
.video-wrapper {
    position: relative;
    padding-bottom: 74.25%; /* 4:3 ratio */
    height: 0;
    overflow: hidden;
}
.video-wrapper video,.video-wrapper iframe,.videoWrapper,.video-wrapper .video-js {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper .video-js, .video-wrapper img.vjs-poster {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}

a.yt-video-preloader,
.videojs-holder {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 1.5em;
}

a.yt-video-preloader:after,
.videojs-holder:before {
    content: url(assets/images/yt-play-button.webp);
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 35.5px);
}

.videojs-holder:hover:before {
    z-index: -1;
}

.videojs-holder:hover img {
    opacity: 0.75;
}

/*--------GRID-----------*/

@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.rowgrid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:576px){.rowgrid{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.rowgrid{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.rowgrid{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.rowgrid{margin-right:-15px;margin-left:-15px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}/*# sourceMappingURL=bootstrap-grid.min.css.map */

/*--------------------------------------------------------------
## Styles fix
--------------------------------------------------------------*/

.featuredCasinos .img { height: 200px; overflow: hidden; }
.featuredCasino .action .address { float: left !important; margin-top: 0; padding-left: 10px; margin-right: 0; width: calc(100% - 312px); }
.featuredCasino div.txt h3 { padding-top: 0; }
.featuredCasino div.txt p { font-size: 14px; }
.featuredCasino .read-more.landbased { padding: 4px 10px; width: auto; white-space: nowrap; }

@media (max-width: 1229px) {

    .featuredCasino .action .address { width: 100%; margin-left: 0; margin-bottom: 10px; }

}

@media (max-width: 768px) {

    ul.nav-guide-anchors li.nav-guide-anchor-item a { display: inline-block; text-align: left; }
    ul.nav-guide-anchors li.nav-guide-anchor-item + li.nav-guide-anchor-item { margin-top: 7px; }

    h2#reputable-uk-casinos, h2#new-sites, h2.casinoListingsTitle { font-size: 22px; text-align: center; line-height: 1.3; }
    ol.casinoListings li.listItem .mainInfo .goToBrand .btnPlay { font-size: 18px; padding: 10px 0; }
    ol.casinoListings li.listItem .mainInfo .bonusData a.claimNow, 
    ol.casinoListings li.listItem .secondaryInfo .bonusData a.claimNow { font-size: 18px; line-height: 1.3; margin-bottom: 5px; }

    #footerMenu { display: flex; justify-content: center; text-align: left; flex-wrap: wrap; }
    #footerMenu .footerLogo { display: block; max-width: 100%; width: 100%; text-align: center; }
    #footerMenu a { font-size: 14px; padding-top: 15px; margin: 0 5px; }

}

@media (max-width: 480px) {

    article.post .post-thumb { max-width: 100%; margin-right: 0; margin-bottom: 10px; }
    article.post .entry-header .entry-title { font-size: 18px; line-height: 1.4; }
    article.post .entry-content p { font-size: 16px; }

    .single article.post .entry-content h2 { font-size: 22px; text-align: left; line-height: 1.4; margin-bottom: 15px; }

    .oclistHeader { font-size: 20px; text-align: center; }
    .oclist .subtable { padding: 0; }
    .oclist .cell.bonus { padding-top: 0; }
    .oclist .plrev .plnw { font-size: 18px; min-height: auto; }

    article .entry-content h2, 
    article .entry-content h3, 
    article .entry-content h4, 
    article .entry-content h5 { text-align: left; line-height: 1.4; }

    #footerMenu a { position: relative; }
    #footerMenu a:nth-child(3):before,
    #footerMenu a:nth-child(4):before,
    #footerMenu a:nth-child(5):before { position: absolute; display: block; left: -7px; bottom: 12px; height: 3px; width: 3px; border-radius: 50%; background-color: #fff; content: ''; }

}

@media (max-width: 353px) {

    #footerMenu a:nth-child(5):before { display: none; }

}