body.single-site_review .single-casino-upper {
    background-color: #00121a;
    background-image: url(https://www.playstival.ie/wp-content/plugins/syc-wp-structure/img/skulls.png);
}

body.single-site_review .single-casino-main div.wp-caption{
  width: inherit!important;
}

body.single-site_review .single-casino-aside table tbody tr:nth-child(2n + 1) td{
  background: transparent;
}

body.single-site_review .single-casino-aside .bonus-table img {
  width: auto;
  height: 22px;
  margin: 5px;
}
body.single-site_review .no-sidebar .post-content {
    padding: 0px;
    background-color: transparent;
    border: none;
}
body.single-site_review .container.page.section.no-sidebar {
    padding: 0;
    width: 100%;
}
body.single-site_review .single-casino-upper-left table tbody tr:nth-child(2n + 1) td{
  background: transparent;
}

body.single-site_review .upper-right-bonus-info a span{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

body.single-site_review .pluses-minuses-wrap .field-item {
    line-height: 18px;
    padding-top: 1rem;
}


.single-casino-review ul {
    padding-left: 25px;
}

.single-casino-review ul li {
    list-style-type: disc;
}

.single-casino-review {}

.single-casino-upper {
    background-color: #313949;
    margin-bottom   : 20px;
}

.head-bonus-wrap {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    padding-bottom : 25px;
}

.single-casino-aside ul {
    padding-left: 0;
}

.single-casino-aside ul li {
    list-style-type: none !important;
}

.single-casino-h1 h1 {
    color      : #fff;
    font-size  : 12px !important;
    font-weight: normal;
}

.single-casino-upper-right {
    align-self: flex-start;
    flex      : 0 0 50%;
}

.upper-left-rating {
    display    : flex;
    align-items: center;
}

.upper-left-rating span:first-of-type {
    font-size   : 16px;
    font-weight : bold;
    color       : #fff;
    margin-right: 5px;
}

.upper-right-bonus-info {
    color      : #fff;
    line-height: 40px;
}

.upper-right-bonus-info a {
    text-decoration: none;
}

.upper-right-bonus-info a:hover {
    text-decoration: none;
}

.pluses-minuses-wrap {
    display: flex;
}

.upper-right-pluses {
    margin-right: 30px;
}

.field-item {
    color      : #fff;
    font-size  : 14px;
    display    : flex;
    align-items: center;
}

.plus, .minus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 18px;
    padding: 1rem;
}

.plus {
    background-color: #1c9e0c;
}

.minus {
    background-color: #e85f5f;
}

.upper-right-minuses .field-item i {
    color       : #e85f5f;
    font-size   : 14px;
    margin-right: 5px;
}

.upper-right-pluses .field-item i {
    color       : #1c9e0c;
    font-size   : 14px;
    margin-right: 5px;
}

.upper-right-pluses img {
    max-width: 22px;
}

.single-casino-upper-left {
    flex          : 0 0 45%;
    display       : flex;
    flex-direction: column;
}

.upper-left-logo {
    display: flex;
}

.upper-left-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /*background: #ddd;*/
  border-radius: 5px;
  padding: 1rem;
  max-width: 300px;
}

.star-active {
    font-size: 24px;
    color    : gold;
}

.star-blank {
    font-size: 24px;
    color    : #ccc;
}

.upper-right-terms {
    font-size    : 10px;
    color        : #fff;
    margin-bottom: 5px;
}

.upper-right-bonus-info a span:first-child {
    font-size  : 40px;
    font-weight: bold;
    color      : #fff;
}

.upper-right-bonus-info a span:nth-child(2) {
    font-size: 30px;
    color    : #fff;
}

.upper-right-get-bonus {
    padding: 15px 0;
}

.upper-right-get-bonus a {
    color              : #fff;
    font-weight        : bold;
    text-transform     : uppercase;
    text-decoration    : none;
    letter-spacing     : 3px;
    background-color   : #189e0c;
    border-radius      : 5px;
    display            : flex;
    justify-content    : center;
    padding            : 10px 0;
    width              : 66%;
    transition-duration: .5s;
}

@media (max-width:767px) {
    .upper-right-get-bonus a {
        width: 100% !important;
    }
}

.upper-right-get-bonus a:hover {
    background-color: #0f5f08;
    text-decoration : none;
    color           : #fff;
}

/* Main content field */

.single-casino-lower {
    display        : flex;
    justify-content: space-between;
}

.single-casino-main {
    padding         : 15px;
    margin          : 20px;
    background-color: #fff;
    flex            : 0 0 70%;
}

.single-casino-main p a,
.single-casino-main span a {
    color          : #202a5b !important;
    font-weight    : bold;
    text-decoration: underline;
}

#summary .summary-header {
    font-size     : 20px;
    font-weight   : bold;
    text-transform: uppercase;
    color         : #fff;
    position      : relative;
    margin-bottom : 10px;
    font-style    : normal;
    letter-spacing: 1px;
}

#summary {
    position: relative;
}

#summary .summary-content {
    padding    : 20px;
    margin     : 0;
    font-size  : 15px;
    line-height: 24px;
    font-style : italic;
    background : darkseagreen;
    color      : #fff;
    border-left: 5px solid #333;
    position   : relative;
}

#summary .summary-content p {
    margin: 0;
}

/* Tables */

.hide {
    display: none !important;
}

table {
    border-collapse: collapse;
    vertical-align : top;
}

.custom-table td,
.toplist-table td {
    border        : 1px solid #dbdbdb;
    vertical-align: middle;
    padding       : 5px 20px;
    font-size     : 14px;
}

.custom-table td:first-of-type {
    font-weight: bold;
}

.ext td {
    border    : none;
    text-align: center;
}

/* Casino review content table styles */
.single-casino-main table {
    width          : 100% !important;
    border-collapse: collapse !important;
}

.single-casino-main table td {
    padding: 5px !important;
}

.single-casino-main table thead tr:first-child {
    background-color: #898989 !important;
    color           : #fff !important;
}

.single-casino-main table tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.025) !important;
}

.single-casino-main table tr th {
    text-align: left !important;
    padding   : 5px !important;
}

@media (max-width:767px) {
    .single-casino-main table td {
        display   : block !important;
        width     : 100% !important;
        text-align: center;
    }

    .single-casino-main table tr th {
        display   : block !important;
        text-align: center !important;
    }
}

/* END Casino review content table styles */

/* Casino review aside */

.single-casino-aside {
    flex  : 0 0 26.5%;
    margin: 20px 0;
}

.single-casino-aside img {
    height      : auto;
    object-fit  : contain;
    margin-left : 10px;
    justify-self: flex-end;
}

.single-casino-aside .aside-deposit-methods img,
.single-casino-aside .aside-withdraw-methods img {
    width: 50px;
}

.single-casino-aside .aside-providers img {
    width: 80px;
}

.single-casino-aside .aside-item ul li {
    display    : flex;
    align-items: center;
    padding-top: 15px;
}

.aside-item {
    background: #fff;
    border    : 1px #eaeaea solid;
}

.aside-header {
    font-weight     : bold;
    background-color: #424c60;
    color           : #fff;
    text-align      : center;
    padding         : 5px 0;
}

.list-wrapper {
    font-size     : 14px;
    padding       : 10px;
    text-transform: capitalize;
}

.aside-item:not(:first-child) {
    margin-top: 10px;
}

.bonus-table {
    display  : table;
    width    : 100%;
    font-size: 12px;
}

.bonus-table tr td {
    padding: 5px 0;
}

.bonus-table tr td:first-child {
    width      : 50%;
    font-weight: bold;
}

.bonus-table tr td:nth-child(2) {
    text-align : right;
    line-height: 20px;
}

.bonus-table tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#review-main-table {
    font-size : 14px;
    color     : #fff;
}

#review-main-table td {
    padding: 5px;
}

#review-main-table tr td:nth-child(1) {
    font-weight: bold;
    width      : 35%;
}

.rating .casino-rating {
    font-weight: bold;
    color      : gold;
    font-style : italic;
    font-size  : 16px;
}

.table-cta a {
    color          : #fff;
    font-weight    : bold;
    text-decoration: none;
}

.table-cta a:hover {
    color          : #fff;
    text-decoration: none;
}

.review-navigation {
    display        : flex;
    justify-content: space-between;
    padding        : 10px;
}

.review-navigation img {
    width     : 80px;
    height    : 40px;
    object-fit: contain;
}

.review-navigation a {
    display        : flex;
    justify-content: center;
    align-items    : center;
    color          : #fff;
    font-size      : 14px;
    padding        : 0 25px;
    border-radius  : 100px;
    border         : 2px solid;
    box-shadow     : 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.prev-review a {
    background-color: #272d3a;
}

.next-review a {
    background-color: #434d62;
}

.review-navigation .next-review a span {
    margin-left: 20px;
}

.review-navigation .prev-review a span {
    margin-right: 20px;
}

@media (min-width:768px) {
    .mobile-casino-header {
        display: none;
    }

    .mobile-pluses-minuses {
        display: none;
    }
}

@media (max-width:767px) {
    .single-casino-main {
        padding: 0;
        margin : 0;
        border : none;
    }

    .single-casino-lower {
        background: #fff;
        padding   : 15px;
    }

    .head-bonus-wrap {
        flex-direction: column;
        padding       : 10px;
    }

    .pluses-minuses-wrap {
        display: none;
    }

    .upper-right-bonus-info {
        line-height: 32px;
        padding    : 15px 0;
    }

    .single-casino-lower {
        flex-direction: column;
    }

    .upper-left-logo {
        display       : flex;
        flex-direction: column;
        align-items   : center;
    }

    .upper-left-logo {
        color      : #fff;
        font-size  : 18px;
        font-weight: bold;
    }

    #review-main-table tr td:nth-child(1) {
        width: 40%;
    }

    #review-main-table tr td:nth-child(2) {
        text-align: right;
    }

    #review-main-table {
        width: 100%;
    }

    #review-main-table .cta a {
        margin: 0 auto;
        width : 100%;
    }

    .single-casino-upper-left {
        width: 100%;
    }

    .next-review a {
        background-color: #272d3a !important;
    }

    .single-casino-h1 {
        display: none;
    }

    .upper-right-bonus-info a span:first-child {
        font-size: 28px;
    }

    .upper-right-bonus-info a span:nth-child(2) {
        font-size: 18px;
    }
}

/* Bottom CTA block */

.hidden {
    display: none;
}

.single-casino-action {
    background: rgba(66, 76, 96, .9);
    position  : fixed;
    bottom    : 0;
    right     : 0;
    width     : 100%;
}

.action-wrap {
    display        : flex;
    justify-content: center;
    align-items    : center;
    padding        : 0 80px;
}

.single-ca-img {
    display: flex;
    margin: 0 1rem;
}

.single-ca-img img {
    width     : 180px;
    height    : 70px;
    object-fit: contain;
}

.single-ca-info .ca-info {
    padding-right : 5px;
    color         : #fff;
    font-weight   : bold;
    text-transform: uppercase;
    font-size     : 20px;
}

.single-ca-info {
    display    : flex;
    align-items: center;
}

.ca-button {
    color          : #fff;
    text-decoration: none;
    background     : #189e0c;
    border-radius  : 5px;
    padding        : 5px 50px;
    color          : #fff;
    margin-left: .5rem;
}

.ca-button:hover {
    background     : #137c0a;
    color          : #fff;
    text-decoration: none;
}

.last-modified {
    color: #fff;
}

@media (max-width:767px) {
    .action-wrap {
        padding: 10px 20px;
    }

    .single-ca-info {
        flex-direction: column;
        align-items   : center;
        text-align    : center;
    }

    .single-ca-info .ca-info {
        font-size  : 14px;
        line-height: 16px;
    }

    .single-ca-img img {
        width     : 100px;
        height    : 50px;
        object-fit: contain;
    }

    .single-ca-info .ca-info {
        padding: 0;
    }

    .ca-button {
        margin-top: 10px;
    }
}
