/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar { display: initial!important; }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/* =Site
-------------------------------------------------------------- */
.main-content {
    padding-top: 30px!important;
}
.main-content img {
    max-width: 100%;
    height: auto;
}
.casino-list-items-wrapp .casino-list-item .casino-list-item-logo {
    width: 230px;
}

.content table:not([class]) {
    border: 1px solid #cccccc99;
    width: 100%;
    border-spacing: 0;
}
.content table:not([class]) td {
    border: 1px solid #cccccc99;
    padding: 5px 15px;
}
.content table:not([class]) tr:nth-child(even){
    background: #dae5f4;
}

.sidebar {
    margin-top: 40px;
}

blockquote {
    background-color: #e8f2ff;
    border-left: 3px solid #b1ceff;
    padding: 20px;
    margin: 20px 0 20px 25px;
    overflow: auto;
    font-style: italic;
}

#ez-toc-container {
    margin-left: 2em;
}

.game-block {
    margin-bottom: 0!important;
}

/*
.vendor {
    border-width: 1px!important;
    height: 60px!important;
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 185px!important;
}
*/

.flag {
    background: #fff!important;
    height: 60px!important;
    border: 1px solid #bdbcbc;
    margin-bottom: 5px;
    margin-right: 5px;
}

.casino-list-items-wrapp .casino-list-item .casino-list-item-info {
    width: 400px!important;
}
.casino-list-items-wrapp .casino-list-item .casino-list-item-advantages {
    min-width: 200px;
}
.casino-list-items-wrapp .casino-list-item .casino-list-item-rating {
    min-width: 215px;
}

.table-game .table-game-col .table-game-row .table-game-row-in:first-child {
    font-weight: 600;
}

.table-game .table-game-col .table-game-row span.row-value {
    text-transform: capitalize;
}

.table-game .table-game-col .table-game-row .table-game-row-in .fas {
    width: 20px;
}



.bonus-card .bonus-description {
    padding-top: 15px;
    color:  #eac815;
}
.bonus-card .bonus-btn a {
    -webkit-box-shadow: 0 3px 9px 0 rgba(212, 0, 0, .35)!important;
    box-shadow: 0 3px 9px 0 rgba(212, 0, 0, .35)!important;
    background-color: #d40000!important;
}

.bonus-card .bonus-btn a:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(212, 0, 0, .45)!important;
    box-shadow: 0 5px 10px 0 rgba(212, 0, 0, .45)!important;
    background-color: #ff0000!important;
}


.uk-table .first-column {
    width: 200px;
}
.uk-table .fa, .uk-table .fas {
    width: 25px;
}




.related-posts .post {
    float: left;
    padding: 1em;
    margin: 1em;
    border: 1px solid #e8e8e8;
    height: 450px;
    width: 45%;
    overflow: hidden;
}
.related-posts .post .post-title {
    margin-top: 15px;
    display: block;
}
.related-posts .post .text {
    margin-top: 15px;
    display: block;
    height: 140px;
    overflow: hidden;
}
.related-posts .post .text p {
    font-size: 12px;
    line-height: 18px;
}
.related-posts img.post-img {
    height: 180px;
    margin: 0 auto;
    display: block;
}

.button {
    width: 271px;
    height: 68px;
    background: url('img/button.png')!important;
    background: transparent!important;
    border: 0!important;
}
.button img {
    width: 285px;
    height: 72px;
    position: relative;
    display: block;
    max-width: 285px;
    top: -11px;
    left: -36px;
}


@media all and (max-width: 414px) {
    #sitelogo {
        width: 250px;
    }
}


@media all and (max-width: 850px) {
    .c-frame {
        background-position: center!important;
    }
}

.c-frame {
    background-image: url('img/200x100.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}
.c-frame-square {
    background-image: url('img/225x155.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;

    width: 225px!important;
    height: 165px;
}
.c-frame-square img {
    margin-top: 25px;
    margin-left: 10px;
}

.commentlist li{
    padding-bottom: 15px
}