/* =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 {
    width: 100%;
    border-spacing: 0;
}

.sidebar {
    margin-top: 40px;
}

#ez-toc-container {
    margin: 15px 0;
    font-size: 12px;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    transition: border .2s linear;
    overflow: hidden;
    padding: 0!important;
}

.ez-toc-title-container {
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    background: #272b2f;
    color: #fff;    
}

.ez-toc-title, .ez-toc-title-toggle {
    display: inline-block;
    vertical-align: sub;
}

#ez-toc-container a.ez-toc-toggle {
    color: #8fc1ff;
}

#ez-toc-container label{
    border: 1px solid #8fc1ff;
}

#ez-toc-container.counter-hierarchy ul.ez-toc-list{
    padding: 15px 25px;
}

#ez-toc-container a {
    color: #215eba;
    font-size: 14px;
}

.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 i {
    width: 20px;
}


.bonuses-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.bonuses-list .bonus-card {
    flex: 1 1 31%;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 5px 1%;
    border-radius: 4px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    transition: border .2s linear;
}

.bonus-card .bonus-type {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272b2f;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 30px;
    width: 100%
}

.bonus-card .casino-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    margin-top: 15px;
}

.bonus-card .bonus-size {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    color: #e72b2b;
    margin: 15px 0;
}

.bonus-card .bonus-description {
    flex-grow: 1;
    font-size: 14px;
}

.bonus-card .btn-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bonus-card .btn {
    margin: 0;
}

.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;
}