/* general */
@font-face {
    font-family: "dashicons";
    src: url("../fonts/dashicons.eot");
}
@font-face {
    font-family: "dashicons";
    src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
url("../fonts/dashicons.ttf") format("truetype"),
url("../fonts/dashicons.svg#dashicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    background-image: url(/wp-content/uploads/2019/04/background.jpg);
    /* background-position: center; */
    background-size: 100vw 60vw;
    /* background-position-y: -240px; */
    background-repeat: no-repeat;
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-family: 'Rozha One', serif;
}
h1, h2 {
    letter-spacing: -2px;
}
strong {
    font-weight: bold;
}
a {
    color: #B22119;
    text-decoration: none;
}
a:hover {
    color: #0f574e;
}
.entry-content p a:not(.button) {
    box-shadow: none;
}
.entry-content p a:not(.button) {
    color: #B22119;
    box-shadow: none;
}
.button, button, input[type='button'], input[type='reset'], input[type='submit'], .wp-block-button a {
    padding: 0 1.333333em;
    border-radius: 1rem;
}
.collapseomatic {
    background-position-y: 2px;
}
.collapseomatic_excerpt, .collapseomatic_content {
    margin-left: 0;
}
.textwidget h2 {
    background: url(/wp-content/uploads/2019/01/logo-star.svg);
    background-repeat: no-repeat;
    margin: 0 auto 18px auto;
    background-position-x: center;
    background-size: 60px;
    line-height: 2;
}
.noicon {
    background: none !important;
}
/* footer hiding temporary TODO */
#genesis-footer-widgets {
    display: none;
}
.footer-credits {
    margin-top: 0;
}
#simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus {
    color: #0F574E !important;
}
/* menu */
@media (min-width: 896px) {
    .nav-secondary {
        width: 100%;
        border-top: none;
    }
    .site-header > .wrap {
        height: 15rem;
        padding: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }
    .sticky-header .site-header.shrink > .wrap {
        height: 13rem;
    }
}
.site-header {
    background-color: transparent;
}
.sticky-header .site-header.shrink {
    background-color: rgba(255,255,255,0.9);
}
.wp-custom-logo .title-area {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    top: 18px;
    width: 15rem;
}
.shrink .custom-logo {
    display: block;
    max-width: 80%;
    margin-left: 16px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.genesis-nav-menu li {
    margin: 0 auto;
}
.nav-primary {
    overflow: auto;
    position: absolute;
    top: 70px;
    right: 0 ;
    padding: 0 4rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
}
.shrink .nav-primary {
    padding: 0 4rem;
    top: 75px;
}
/* end menu */

/* breadcrumbs */
.breadcrumb-bar {
    padding-top: 15rem;
}
#breadcrumbs span span:first-child:before {
    background-image: url(/wp-content/uploads/2019/02/home.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    background-size: 15px 15px;
    margin-right: 6px;
    vertical-align: -1px;
}
/* end breadcrumbs */
/* end general*/
/* HOME */

/* new home css (without widgets) */
.home.page .content {
     padding-top: 15rem;
    background-color: transparent;
}
.home.page .content .page {
    width: 88%;
    background-color: transparent;
    max-width: 1212px;
    margin: 0 auto;
    border: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}
.home.page .content-sidebar-wrap, .wrap {
    width: 88%;
    max-width: 1212px;
    padding-right: 0;
    padding-left: 0;
}
.home .content .entry-content {
    width: calc(100% + 7.5rem);
    max-width: calc(100% + 7.5rem);
    margin: 0 -3.75rem;
    background-color: transparent;
}
.home .entry-content h2 {
    background: url(/wp-content/uploads/2019/01/logo-star.svg);
    background-repeat: no-repeat;
    margin: 0 auto 18px auto;
    padding: 0;
    background-position-x: center;
    background-size: 62px;
    line-height: 2;
    margin-top: 22px;
}
.home .entry-content .wrap {
    width: 100%;
}
.home .home-toplist {
    margin-bottom: 70px;
}
.home .widget-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home .widget-wrap .entry {
    padding: 3rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    transition: all 0.3s ease;
    clear: none;
    width: 31.62393%;
    margin-top: 0;
    margin-bottom: 0;
}
.home .widget-wrap .entry > a {
    display: block;
    width: calc(100% + 6rem);
    max-width: calc(100% + 6rem);
    margin: 0;
    margin: -30px -30px 30px;
    margin: -3rem -3rem 3rem;
    border-radius: 3px 3px 0 0;
}
.home .widget-wrap .entry > a img {
    border-radius: 3px 3px 0 0;
}
.home .entry-content .widget-wrap h2 {
    background: none;
    line-height: initial;
}
.home h1 {
    font-size: 2.4em;
}
/* end new home css (without widgets) */


@media (min-width: 768px) {
    body > div {
        font-size: 1.6rem;
    }
}
/* toplist */
.home-toplist .article-row {
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px;
    width: 100%;
    display: flex;
}
.columncollapser {
    display: flex;
    width: 60%;
}
.column {
    align-items: stretch;
}
.column.left {
    width: 16%;
    padding: 0 25px;
    text-align: center;
    position: relative;
    background-color: rgba(0,0,0,0.04);
}
.column.middle {
    width: 38%;
    padding: 15px 25px;
    position: relative;
}
.column.middletwo {
    width: 38%;
    padding: 15px 25px;
    position: relative;
}
.column.middlethree {
    width: 24%;
    padding: 15px 25px;
    position: relative;
}
.column.right {
    width: 24%;
    padding: 20px 20px;
    background-color: rgba(0,0,0,0.04);
    position: relative;
}
.left-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.home-toplist .hbuttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 249px;
}
.home-toplist .tl-thumb img {
    margin: 0 auto;
}
.home-toplist .star-rating {
    display: inline-block;
    float: none;
    height: auto;
}
.ratingbehindstars {
    font-size: 14px;
}
a.oranje {
    background-color: #B22119;
    color: #ffffff;
    padding: 11px 25px;
    text-decoration: none;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    display: block;
}
a.oranje:hover {
    opacity: 0.8;
    color: #ffffff !important;
}
a.grijs {
    background-color: #7c7c7c;
    color: #ffffff;
    padding: 11px 15px;
    text-decoration: none;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
a.grijs:hover {
    opacity: 0.8;
    color: #ffffff;
}
.payment-method {
    font-size: 11px;
}
.payment-images {
    margin-top: 7px;
    column-gap: 10px;
    column-count: 2;
}
.payment-method img {
    display: block;
    margin-bottom: 8px;
    border: 1px solid #2b2b8b;
    border-radius: 3px;
}
.terms {
    margin-top: 5px;
}
.smalltext {
    font-size: 11px;
    font-weight: bold;
}
span.tc {
    font-size: 9px;
    line-height: 1.4;
    display: block;
}
.people-liked ul {
    margin-left: 18px;
    text-indent: -23px;
}
.people-liked li {
    margin-right: 5px;
    line-height: 1.4;
    list-style-type: none !important;
}
.people-liked li:before {
    font-family: dashicons;
    content: "\f147";
    color: green;
    vertical-align: -7px;
    font-size: 23px;
}
.home-toplist .star-rating .star {
    font-size: 18px;
    width: 18px;
}
.termsbutton {
    display: block;
    max-width: 115px;
    margin-top: 15px;
}
.home-toplist .collapseomatic {
    background-position-y: 4px;
    background-size: 7%;
}
.home-toplist .collapseomatic_content {
    font-size: 11px;
}
.bonusul {
    margin-left: 13px !important;
    text-indent: -16px;
}
.bonusul li {
    line-height: 1.4;
    list-style-type: none !important;
}
.bonusul li:before {
    content: "\f132";
    font-family: dashicons;
    color: #2b2b8b;
    vertical-align: -3px;
    font-size: 16px;
    line-height: 2;
}
.ribbon {
    font-size: 11px;
    border: 1px solid #B22119;
    color: #B22119;
    border-radius: 3px;
    margin-top: 9px;
    padding: 1px 3px;
    cursor: pointer;
}
.ribbon:hover {
    background-color: #B22119;
    color: #fff;
}
.collapsebutton {
    display: none;
}
    /* filter */
    .filter-text {
        max-width: 60%;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .toplist-filter {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .toplist-filter ul {
        display: inline-block;
        margin-left: 89px;
        margin-bottom: 0;
    }
    .toplist-filter ul li {
        display: inline-block;
    }
    .filter {
        display: inline-block;
        margin-right: 100px;
        cursor: pointer;
    }
    .toplist-filter ul li:last-child .filter {
        margin-right: 0;
    }
    .filter-icon {
        display: inline-block;
    }
    .filter-icon {
        transition: transform .8s ease-in-out;
    }
    .filter-icon.exbonus img {
        margin-top: 5px;
    }
    .filter.active .filter-icon img {
        max-width: 43px;
    }
    .filter:hover .filter-icon {
        transform: rotate(360deg);
    }
    .filter span {
        display: block;
    }
    .filter-icon {
        background-size: 26px 26px;
        width: 26px;
        height: 26px;
    }
    .filter.active  .filter-icon {
        background-size: 43px 43px;
        width: 43px;
        height: 43px;
    }
    .filter-icon.bonus {
        background: url(/wp-content/uploads/2019/01/bonus.svg);
    }
    .filter.active .filter-icon.bonus {
        background: url(/wp-content/uploads/2019/01/bonus-hover.svg);
    }
    .filter-icon.freespins {
        background: url(/wp-content/uploads/2019/01/freespins.svg);
    }
    .filter.active .filter-icon.freespins {
        background: url(/wp-content/uploads/2019/01/freespins-hover.svg);
    }
    .filter-icon.popular {
        background: url(/wp-content/uploads/2019/01/heart.svg);
    }
    .filter.active .filter-icon.popular {
        background: url(/wp-content/uploads/2019/01/heart-hover.svg);
    }
    .filter-icon.new {
        background: url(/wp-content/uploads/2019/01/newcasino.svg);
    }
    .filter.active .filter-icon.new {
        background: url(/wp-content/uploads/2019/01/newcasino-hover.svg);
    }
    .filter-icon.exbonus {
        background: url(/wp-content/uploads/2019/01/exclusive.svg);
    }
    .filter.active .filter-icon.exbonus {
        background: url(/wp-content/uploads/2019/01/exclusive-hover.svg);
    }
    /* end filter */
/* end toplist */

/* toplist if sidebar exists */
.content-sidebar .column.left {
    width: 48%;
}
.content-sidebar .columncollapser {
    width: 60%;
}
.content-sidebar .column.right {
    width: 63%;
}
.content-sidebar .column.middletwo {
    display: none;
}
.content-sidebar .column.middlethree {
    display: none;
}
.content-sidebar .column.middle {
    width: 100%;
}
.content-sidebar .bonusul li {
    list-style-type: none !important;
}
.content-sidebar .bonusul {
    margin-left: 13px !important;
}
/* end toplist if sidebar exists */

/* Games home section */
.front-page-widget:nth-of-type(even) {
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}
/* END HOME */

/* SINGLE CASINO */
.single-casino .content {
    padding: 0;
    margin: 0 auto 0 0;
}
.single-casino .entry-content blockquote {
    background-color: transparent;
}
.single-casino .entry-content blockquote:before {
    background-color: transparent;
}
.single-casino a.button.medium {
    background: #B22119;
    border-radius: 3px;
}
a.button.huge {
    height: auto;
    text-align: center;
    line-height: 2.3;
    padding: 12px 40px;
    margin: 0 auto 20px;
    display: table;
    border-radius: 3px;
}
a.button.huge:hover {
    opacity: 0.8;
}
.whitebutton {
    color: #B22119;
    background-color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
}
.whitebutton:hover {
    color: #ffffff;
    background-color: #B22119;
}
/* summary table */
.infotable {
    border: 1px solid #2b2b8b;
    border-radius: 5px;
    font-size: 13px;
    float: right;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 2px 2px 3px;
}
.infotext {
    margin-top: 15px;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.infotable ul {
    list-style: none;
    margin-left: 0;
    line-height: 27px;
    margin-bottom: 0;
}
.infotable ul li {
    text-align: right;
    padding: 0 10px;
    list-style: none;
}
.infotable ul li:nth-child(odd) {
    background-color: #eee;
}
.infotable strong {
    float: left;
    margin-right: 10px;
}
/* end summary table */

/* rating */
.rating-summary {
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 3px;
    margin-top: 15px;
}
.rating-title {
    display: block;
    font-weight: bold;
}
.top-rating {
    display: block;
    margin: 10px auto 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.proscons {
    display: inline-block;
    text-align: left;
    margin-right: 2%;
    width: 47%;
}
.proscons:last-child {
    margin-left: 2%;
    margin-right: 0;
}
.rating-outer {
    display: block;
    width: 37%;
    margin: 0 auto;
}
.rating-inner {
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    display: inline-block;
    float: left;
    margin-top: 19px;
    margin-bottom: 25px;
}
.rating-inner span {
    margin-top: -4px;
    display: block;
    background: url(/wp-content/uploads/2019/01/logo-star-normal.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    width: 70px;
    height: 70px;
    color: #000;
    padding-top: 16px;
    font-size: 25px;
}
.review-logo {
    display: inline-block;
    float: right;
}
.star-rating {
    display: block;
    height: 44px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
.star-rating .star-full:before {
    content: "\f155";
}
.star-rating .star-half:before {
    content: "\f459";
}
.star-rating .star-empty:before {
    content: "\f154";
}
.star-rating .star {
    color: #C59A3B;
    display: inline-block;
    font-family: dashicons;
    font-size: 41px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 41px;
}
.proscons-container {
    margin-top: 15px;
}
.proscons.pros {
    text-align: right;
    float: left;
}
.proscons.pros li:after {
    font-family: dashicons;
    content: "\f147";
    color: green;
    vertical-align: -7px;
    font-size: 23px;
}
.proscons.cons li:before {
    font-family: dashicons;
    content: "\f335";
    color: red;
    vertical-align: -7px;
    font-size: 23px;
}
.reviewbonusses {
    clear: both;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}
a.button.medium:hover {
    opacity: 0.8;
}
/* end rating */

.single-casino .content {
    background-color: transparent;
}
.single-casino .content .entry {
    background-color: transparent;
}
.single-casino .content:before {
    box-shadow: none;
}
.single-casino h1.entry-title {
    margin-bottom: 0;
    font-size: 2.4em;
}
.entry-content blockquote {
    margin: 1em 0;
}
/* END SINGLE CASINO */

/* SINGLE GAME */
.single-game .site-inner {
    padding-top: 15rem;
}
@media (min-width: 1280px) {
    .single-game .hero-section {
        padding-top: 3rem;
        padding-bottom: 10rem;
    }
}
    /* iframe hack */
    .game-frame {
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
    }
    .game-frame iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    /* end iframe hack */

ul.infoTable {
    padding: 0;
    margin: 0 0 20px 40px;
    color: #B22119;
    text-align: right;
    list-style: none;
    width: 320px;
    float: right;
    font-size: 13px;
}
ul.infoTable.summary {
    width: 240px;
}
ul.infoTable li {
    border-bottom: 1px solid #eee;
    padding: 5px 2px;
    font-weight: bold;
    clear: both;
    list-style: none;
}
ul.infoTable li strong {
    float: left;
    color: #4d5968;
    font-style: italic;
    font-weight: normal;
}
ul.infoTable li.title {
    border: none;
    text-align: left;
    color: #2a3139;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
.single-game .entry-content h2 {
    padding-top: 0;
}
.entry-content .game-bonus {
    text-align: center;
    border-radius: 3px;
    box-shadow: 1px 1px 3px;
    background-color: rgba(0,0,0,0.04);
    padding: 20px 20px;
    margin-bottom: 20px;
}
.entry-content .game-bonus a.cta.oranje {
    width: 50%;
    margin: 20px auto 0 auto;
}

    /* hero */
    .game-bonus {
        background-color: rgba(255,255,255,0.5);
        margin-top: 21px;
        padding: 20px 40px;
    }
    .toptext {
        font-size: 27px;
        margin-bottom: 10px;
    }
    a.cta.oranje {
        width: 40%;
        margin: 20px auto 0 auto;
    }
    /* end hero */
    /* breadcrumbs */
        .breadcrumb-bar-game #breadcrumbs {
            margin: 0 auto 9px;
            width: auto;
            background-color: rgba(255,0,0,0.25);
            border-radius: 3px;
            padding: 1px 9px;
            color: #ffffff;
        }
        .breadcrumb-bar-game #breadcrumbs a {
            color: #ffffff;
        }
        #breadcrumbs span span:first-child:before {
            background-image: url(/wp-content/uploads/2019/02/home-white.png);
        }
        .single-casino #breadcrumbs span span:first-child:before {
            background-image: url(/wp-content/uploads/2019/02/home.png);
        }
    /* end breadcrumbs */
/* END SINGLE GAME */

/* SINGLE POST */
.single-post .site-header {
    background-color: #fff;
}
.single-post .site-inner {
    clear: both;
    padding-top: 120px;
}
/* END SINGLE POST */

/* LANDING PAGE */
.landing-page .content {
    padding: 0;
    margin: 0 auto 0 0;
}
.landing-page .site-inner {
    padding-top: 160px;
}
.landing-page .content {
    background-color: transparent;
}
.landing-page .content .entry {
    background-color: transparent;
}
/* END LANDING PAGE */

/* SIDEBAR */
/* casino sidebar */
.widget-toplist {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(198, 202, 206, 0.3);
    padding-bottom: 17px;
}
.widget-toplist .top-part {
    display: block;
    float: left;
    width: 100%;
}
.widget-toplist .tl-thumb {
    max-width: 46%;
    display: inline-block;
    float: left;
}
.widget-toplist .hbuttons {
    width: 48%;
    display: inline-block;
    float: right;
    padding-top: 6px;
}
.widget-toplist a.grijs {
    padding: 4px 1px;
}
.widget-toplist a.oranje {
    padding: 4px 1px;
}
/* end casino sidebar */
/* game sidebar */
article.game-sidebar {
    margin-bottom: 10px;
}
/* end game sidebar*/
/* END SIDEBAR */

/* Sticky CTA button */
.cta-sticker {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #B22119;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	padding: 0 10%;
    /* border-top: 5px solid #271e45; */
}
.cta-left {
	/*background-color: rgba(255,255,255,0.3);*/
	float: left;
    /*	max-width: 80px;*/
	/*padding: 5px 15px;*/
	position: relative;
}
.dummy {
	 padding-top: 10%; /* forces 1:1 aspect ratio */
 }
.cta-center {
	/* max-width: 40%; */
	/* margin: 0 auto; */
	display: inline-block;
	/* position: relative; */
}
.cta-center span {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 40%;
    line-height: 1.4;
}
.cta-right {
	float: right;
}
.cta-right .cta {
    background-color: #ffffff !important;
    padding: 14px 30px;
    color: #B22119 !important;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
}
.cta-right .cta:hover {
    opacity: 0.8;    
}
.cta-img-container {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center; /* Align center inline elements */
	font: 0/0 a;
}
.cta-img-container:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.cta-img-container img {
	vertical-align: middle;
	display: inline-block;
    max-height: 80px;
    width: auto;
}
.stickycta .site-footer {
    padding-bottom: 100px;
}
.stickycta .button-top {
    bottom: 120px;
}
@media screen and (min-width:1px) and (max-width:1099px) {
	.cta-sticker {
		padding: 0 2%;
	}
	.cta-left {
		max-width: 80px;
		padding: 5px 10px 5px 10px;
	}
	.cta-center span {
		color: #ffffff;
		font-weight: bold;
		font-size: 11.2px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 40%;
		line-height: 1.4;
		margin-left: -8px !important;
	}
	.cta-right .cta {
		font-size: 12px !important;
		padding: 10px 5px;
	}
	.cta-img-container img {
		max-width: 80px;
        margin-top: 19%;
        height: auto;
	}
    .stickycta .bottomfooter {
        padding-bottom: 99px;
    }
}
/* End Sticky CTA button */

/* # Media Queries
--------------------------------------------- */

body:before {
    background: #ffc;
    width: 100%;
    padding: 1em 2%;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    content: "default";
    color: #fff;
    text-align: center;
    z-index: 1;
    display: none;
}

@media (min-width: 384px) {
    body:before {
        background: yellow;
        content: "min 384";
    }
}

@media (min-width: 512px) {
    body:before {
        background: red;
        content: "min 512";
    }
}

@media (min-width: 768px) {
    body:before {
        background: lightcoral;
        content: "min 768";
    }
    .wp-custom-logo .title-area {
        position: relative;
        margin: 0 auto;
        text-align: center;
        left: auto;
        transform: none;
        top: 0;
        width: 11rem;
    }
    .nav-primary {
        overflow: inherit;
        position: absolute;
        top: 0;
        padding: 0 4rem;
        border-top: none;
        border-bottom: none;
        background-color: rgba(255,255,255,1);
        transition: all 0.3s ease;
        left: auto;
        width: 100%;
        right: calc(-40rem + -6vw);
    }
}

@media (min-width: 896px) {
    body:before {
        background: orange;
        content: "min 896";
    }
    .wp-custom-logo .title-area {
        position: absolute;
        margin: 0 auto;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0);
        top: 5px;
        width: 16rem;
    }
    .nav-primary {
        /* overflow: auto; */
        position: absolute;
        top: 90px;
        right: 0 ;
        padding: 25px 4rem 0 4rem;
        border-top: none;
        border-bottom: none;
        background-color: transparent;
        transition: all 0.3s ease;
        left: 0;
        width: 100%;
        /* font-family: 'Rozha One', serif; */
    }
    .menu-item {
        height: 4rem;
    }
    .sub-menu {
        top: 112%;
        left: 0;
        width: 20rem;
        margin-left: -1em;
        padding: 1em 0;
        border: 1px solid #eceef1;
        border-radius: 3px;
        background-color: #ffffff;
    }
    .shrink .sub-menu {
        top: 85%;
    }
    .sub-menu:before {
        background-color: #B22119;
    }
}

@media (min-width: 1152px) {
    body:before {
        background: deepskyblue;
        content: "min 1152";
    }
}

@media (min-width: 1280px) {
    body:before {
        background: crimson;
        content: "min 1280";
    }
}

@media (max-width: 768px) {
    body:before {
        background: red;
        content: "max 768";
    }
    body {
        background-size: 100vw 100vw;
        background-position-y: 0;
    }
    .home.page .content {
        padding-top: 6rem;
    }
    .wp-custom-logo .title-area {
        position: relative;
        margin: 0 auto;
        text-align: center;
        left: auto;
        transform: none;
        top: 0;
        width: 11rem;
    }
    .title-area .custom-logo {
        margin-left: 16px;
    }
    .shrink .title-area .custom-logo {
        margin-left: 32px;
    }
    .nav-primary {
        overflow: inherit;
        position: absolute;
        top: 0;
        padding: 0 4rem;
        border-top: none;
        border-bottom: none;
        background-color: rgba(255,255,255,1);
        transition: all 0.3s ease;
        left: auto;
        width: 70%;
        right: calc(-40rem + -6vw);
    }
    .breadcrumb-bar {
        padding-top: 7rem;
    }
    /* home toplist */
        /* filter */
            .toplist-filter ul {
                margin-left: 0;
            }
            .filter {
                margin-right: 16px;
            }
            .filter-title {
                font-size: 11px;
                font-weight: bold;
            }

        /* end filter */
    .columncollapser {
        display: none;
    }
    .collapsebutton {
        text-align: center;
        padding-top: 32px;
        padding-bottom: 10px;
        background-color: rgba(0,0,0,0.04);
    }
    span.dashicons.dashicons-arrow-down-alt2 {
        vertical-align: -5px;
    }
    .collapsebutton.activecollapse span.dashicons.dashicons-arrow-down-alt2 {
        vertical-align: -5px;
        transform: rotate(180deg);
    }
    .collapsebutton {
        display: block;
    }
    .filter-text {
        max-width: none;
    }
    .home-toplist .article-row {
        display: block;
    }
    .column.left {
        width: 100%;
        position: relative;
        padding-top: 10px;
    }
    .left-inner {
        position: relative;
        top: unset;
        transform: none;
        left: unset;
    }
    .column.middle {
        width: 100%;
        position: relative;
    }
    .column.middletwo {
        width: 100%;
        position: relative;
    }
    .column.middlethree {
        width: 100%;
        position: relative;
    }
    .column.right {
        width: 100%;
        position: relative;
    }
    .home-toplist .hbuttons {
        position: relative;
        top: unset;
        transform: none;
        min-width: 250px;
    }
    /* end home toplist */
    
    /* toplist if sidebar exists */
    .content-sidebar .column.left {
        width: 100%;
    }
    .content-sidebar .column.right {
        width: 100%;
    }
    .content-sidebar .column.middletwo {
        display: block;
    }
    .content-sidebar .column.middlethree {
        display: block;
    }
    /* end toplist if sidebar exists */

    /* home posts */
    .home .widget-wrap .entry {
        width: 100%;
        margin-bottom: 20px;
    }
    /* end home posts */
    /* END HOME */

    /* SINGLE REVIEW */
    .single-casino .site-inner {
        padding-top: 0;
    }
    .proscons {
        display: block;
        text-align: left;
        margin-right: 0;
        width: 100%;
    }
    .proscons.pros {
        text-align: left;
    }
    .proscons.pros li:before {
        font-family: dashicons;
        content: "\f147";
        color: green;
        vertical-align: -7px;
        font-size: 23px;
    }
    .proscons.pros li:after {
        content: " ";
    }
    .proscons:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .proscons.cons {
        float: left;
        margin-top: 15px;
    }
    .reviewbonusses {
        margin-top: 20px;
        float: left;
    }
    a.button.huge {
        height: auto;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
    }
    .reviewbonusses {
        margin-top: 0;
        float: left;
        white-space: normal;
        margin-bottom: 0;
    }
    .whitebutton {
        margin-top: 10px;
        display: block;
        margin-bottom: 6px;
    }
    .rating-summary .reviewbonusses {
        margin-top: 15px;
        margin-bottom: 17px;
    }
    .share-after {
        text-align: center;
    }
    /* END SINGLE REVIEW */
    /* SINGLE GAME */
    .single-game .site-inner {
        padding-top: 6rem;
    }
    .single-game #hero-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .single-game a.cta.oranje {
        width: 100%;
    }
    .single-game ul.infoTable {
        width: 100%;
        margin-left: 0;
    }
    .single-game .entry-content .game-bonus a.cta.oranje {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    /* END SINGLE GAME */
}