﻿.review-banner {
    height: 400px;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-position: center;
    background-repeat: repeat; 
    background-image: url('../image/pattern-3-light-min.png'), linear-gradient(to bottom, #02aab0, #00cdac);
}

.review-banner--purple {
    height: 400px;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-position: center;
    background-repeat: repeat; 
    background-image: url('../image/pattern-3-light-min.png'), linear-gradient(to bottom, #8440b4, #5b009b);
}
.review-banner--purple.non-licensed {
    height: 220px;
}
.review-banner > .container {
    overflow: hidden;
}
.review-header {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 0;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
}
.review-header__coins {
    display: block;
    padding-bottom: 15px;
    position: relative;
}
.review-header__coins:after {
content: "";
clear: both;
display: table;
}
.review-header__coins--coin-wrap {
    width: 20px;
    height: 20px;
    float: left;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.review-header__coins--coin-wrap.label:after {
    content: attr(data-txt);
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
}
.review-header__top-row {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    align-items: center;
    position: relative;
}
.review-header__top-row.non-licensed {
    margin: 0;
    border-bottom: none;
    padding-top: 35px;
}
.review-header__heading {
    font-weight: 500;
    display: block;
    clear: both;
}
.review-header__text {
    list-style: none;
    font-size: 12px;
    color: #444444;
    margin-bottom: 10px;
    line-height: 16px;
}
.review-header__coins-inner-wrap {
    margin-bottom: 29px;
}
.review-header__scroll-link, .review-header__scroll-link:visited {
    color: #5b009b;
    text-decoration: none;
}
.review-header__scroll-link:hover {
    color: #444444;
}
.review-header__logo-wrapper {
    width: 50%;
}
.review-header__logo {
    float: left;
    width: 100%;
}
.review-header__rating {
    float: right;
    height: auto;
    width: 50%;
    text-align: center;
}
.review-header__rating-text {
    font-size: 22px;
    color: #424242;
    font-family: BwGlennSans;
}
.review-header__non-licensed {
    font-size: 18px;
    font-weight: bold;
}
.review-header .primary-cta {
    padding: 0px;
}
.review-header__top-row .primary-cta {
    padding: 5px;
}
.review-header .primary-cta > button {
    height: 40px;
}
.review-content__section .primary-cta {
    display: inline-block;
    width: auto;
    padding: 0;
}
.review-content__section h1 {
    padding: 45px 0 0;
}

.primary-cta__compliance {
    font-size: 0.75em;
    line-height: 1.2;
    font-weight: 300;
    color: #6e6e6e;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 4px;
}
.review-content__section--blue, .review-content__section--white {
    padding: 30px 0;
}
.single-casino .review-content__section--white {
    padding: 0;
    padding-top: 20px;
}
.single-casino .review-content__section--blue {
    padding: 60px 0;
    margin: 60px 0;
}
.review-content__section--blue {
    background-image: linear-gradient(to bottom, #2f2f2f, #0f0f0f);
    color: white;
}
.review-content__section--blue p {
    color: white;
}
.review-content__section--blue a {
    color: #00f6bb;
}
.review-content__section--white a {
    color: #5b009b;
}
.review-content__section--first {
    padding-top: 0;
}
.review-content__section--last {
    padding-bottom: 0;
}
.review-content__section ul {
    list-style: disc;
    font-family: WorkSans;
    line-height: 1.44;
    font-weight: 200;
    padding-left: 30px;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.review-content__section ol {
    font-family: WorkSans;
    line-height: 1.44;
    font-weight: 200;
    padding-left: 30px;
    list-style-position: inside;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.review-content__section table {
    display: block;
}
.review-content__section table tbody td {
    vertical-align: top;
}
.review-content__section table {
    border-collapse: collapse;
}
.review-content__section table tr:first-child {
    border-bottom: 1px solid white;
}
.review-content__similar-reviews .secondary-cta--purple {
    text-align: center;
}
.review-content__similar-reviews .secondary-cta--purple > button {
    width: 100%;
    max-width: 555px;
}
.review-content .secondary-cta--bottom-page {
    margin-bottom: 30px;
}
.review-content__recommended-reviews {
    margin-bottom: 30px;
}
.review-content__adverts {
    margin-bottom: 30px;
}
.review-header .toplist__coins {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
.review-header__coin-wrap {
    width: 20px;
    height: 20px;
    float: left;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
    .review-header {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .review-header__wallet {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .review-header__top-row {
        margin-bottom: 30px;
    }
    .review-header .primary-cta button {
        width: auto;
        padding: 0 50px;
    }
    .review-header .primary-cta--large button {
        width: 250px; 
        text-transform: uppercase; 
    }
    .review-header__logo-wrapper {
        width: 32%;
    }
    .review-header__logo {
        width: 100%;
        margin-right: 2%;
        
    }
    .review-header__logo img {
        display: block;
        height: 60px;
        margin: 0 auto;
        object-fit: contain;
    }
    .review-header__rating {
        width: 32%;
        margin-right: 2%;
        float: left;
    }
    .review-header .primary-cta {
        width: 32%;
        float: left;
        text-align: center;
    }
    .review-header .primary-cta > button {
        width: auto;
    }
    .review-header__text {
        margin-bottom: 5px;
        height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .review-header__text:last-of-type {
        margin-bottom: 0;
        min-height: 16px;
    }
    .review-header__col-1 {
        width: 32%;
        margin-right: 2%;
        float: left;
    }
    .review-header__col-2 {
        width: 32%;
        margin-right: 2%;
        float: left;
    }
    .review-header__col-3 {
        width: 32%;
        float: left;
    }
    .review-header__coin-wrap {
        width: 20px;
        height: 20px;
        float: left;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .review-header__coins-inner-wrap {
        min-height: 32px;
        max-height: 44px;
        margin-bottom: 0;
    }
    .review-content {
        margin-top: 15px;
    }
    .review-content__grid-left {
        width: 70%;
        float: left;
    }
    .review-content__grid-right {
        width: 30%;
        float: right;
    }
    .review-content__section--blue, .review-content__section--white {
        padding: 90px 0;
    }
    .single-casino .review-content__section--blue {
        padding: 80px 0 60px 0;
        margin: 50px 0 80px 0;
    }
    .review-content__section--first {
        padding-top: 0;
        /* padding-bottom: 0; */
    }
    .review-content__section--last {
        padding-bottom: 0;
    }
    .single-casino .review-content__section--last {
        padding: 0;
    }
    .review-content .secondary-cta--bottom-page {
        margin-bottom: 90px;
    }
    .review-content__similar-partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
    }
    .single-casino .review-content__section--white {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .review-banner--purple.non-licensed {
        height: 250px;
    }
}
