/*
Theme Name: casino18net Child
Template: casino18net
Description: Premium Affiliate WordPress Theme
Author: casino18net
Version: 1.0.0
License: Licensed theme
Text Domain:  casino18net
*/


body {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1 1 auto;
}

.breadcrumbs-wrapper ~ .site-content {
    padding-top: 40px;
}

.header-top {
    padding: 0.75rem 0;
}

.header-top-flex-part.header-top-flex-part--center {
    order: 1;
}

.header-top-flex-part {
    order: 2;
}

.header-logo {
    text-align: left;
}

.custom-logo-link img {
    height: auto;
    width: 120px;
}

.header-top .icon-btn--gray {
    background-color: transparent;
}

.header-menu {
    padding: 0;
}

.header-menu>li::before {
    content: "";
}

.header-bottom-inner {
    order: 1;
}

.header-menu li a {
    color: #ffffff;
}

.header-menu li a:hover {
    color: var(--secondary-color);
}

.header-top-flex-part--left, .header-top-flex-part--right {
    flex: 0;
}

.header-search-form-wrapper {
    height: auto;
}

.header-search-form input[type=text] {
    color: #fff;
}

.breadcrumbs {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumbs-wrapper span.item-current {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb-separator {
    padding: 0 .5rem;
}

@media screen and (max-width: 992px) {
    .custom-logo-link img {
        /*width: 140px;*/
    }

    .section-review-hero.section-review-hero--style-3 .review-cta-wrapper {
        padding: 0 15px 15px 15px;
    }
}

@media (max-width: 768px) {
    .header-top-flex-part.header-top-flex-part--center {
        flex: 1 0 180px;
    }

    .breadcrumbs-wrapper ~ .site-content {
        padding-top: 14px;
    }
}

.wysiwyg-part h1 {
    font-size: 1.8rem;
}

.wysiwyg-part h2, .wysiwyg-part h2.wp-block-heading {
    font-size: 1.6rem;
}

.wysiwyg-part h3, .wysiwyg-part h3.wp-block-heading {
    font-size: 1.4rem;
}

.wysiwyg-part h4, .wysiwyg-part h4.wp-block-heading {
    font-size: 1.2rem;
}

footer {
    color: white;
}

.footer-widgets .widget>h3 {
    color: white;
}

footer .widget ul:not(.review-pros,.faq-list) li::before {
    content: none;
}

footer .widget ul:not(.review-pros,.faq-list) a {
    color: #9e97b1;
}


footer .widget ul:not(.review-pros,.faq-list) a:hover {
    color: #8a81a3;
}

.footer-widgets .widget_text .textwidget, .footer-widgets .widget_text .wp-block-group__inner-container {
    color: white;
}

footer .widget ul:not(.review-pros,.faq-list) li {
    padding-left: 0;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #9e97b1;
}

.footer-widgets .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.footer-widgets>div:first-child {
    min-width: 50%;
}

.footer-section--background {
    background-color: var(--footer-background);
}

.widget_nav_menu {
    white-space: nowrap;
}


.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal;
}

.wp-block-poka-box-text {
    margin: 20px 0;
}

.wp-block-poka-faq {
    margin-bottom: 24px;
}

.review-pros-cons ul li {
    word-break: normal;
}

.page-content p {
    margin-block-end: 1rem;
}

.wp-block-list {
    margin: 1rem 0;
}

.wp-block-post-author p {
    margin: 0;
}

.wp-block-post-author__content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.wysiwyg-part .wp-block-post-author__byline,
.wp-block-post-author__byline {
    font-size: 15px;
    font-weight: bold;
}

p.wp-block-post-author__bio.custom-author-bio {
    margin-top: 1rem;
    font-size: 1rem;
}

.wysiwyg-part .wp-block-post-author__name,
 .wp-block-post-author__name {
    font-weight: 600;
    font-size: calc(var(--main-font-size) * 1.3);
    order: -1;
}

.wysiwyg-part p.wp-block-post-author__name a:not(.btn) {
    text-decoration: none;
    color: #000;
}

.single-post-bottom {
    margin-bottom: 1rem;
}

.single-post-bottom .icon-btn--gray {
    background-color: var(--secondary-color);
}

.home_author {
    display: grid;
    grid-template-columns: 55px 150px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2rem;
}

.home_author_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 50%;
    margin: 0;
}

.home_author_name {
    height: 20px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
}

.home_author_status {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: -5px;
    line-height: 110%;
    height: 23px;
}

@media (max-width: 768px) {
    .wp-block-post-author {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    p.wysiwyg-part .wp-block-post-author__name {
        margin-top: 1rem;
    }
    .wp-block-post-author__avatar {
        margin-right: 0;
    }
    .footer-widgets>div:first-child {
        min-width: 100%;
    }
}

/** Casinos shortcode **/
.wp-block-poka-affiliate-single {
    margin-bottom: 16px;
}

.review-box--style3,
.review-box {
    border: 1px solid #bdbdbd;
    overflow: hidden;
}

.review-box:not(.review-box--style3) {
    --boxes-text-color: #1d2730;
}

.review-box .review-box-wrap {
    background: #fafafa;
}

.review-box:not(.review-box--style3) .review-box-actions {
    background-color: #e8ecf2;
}

.review-box .review-rating>span strong {
    color: #000000;
}

.review-box:not(.review-box--style3) .review-bonus {
    color: #000;
}

.review-pros-cons ul li.review-pro-item::before {
    color: #44be4c;
}

.review-box .review-bonus strong {
    color: var(--footer-background);
}

.review-box--style3 .review-box-actions {
    background-color: transparent
}

.review-box--style3 .review-box-thumb {
    background-color: #f0f3f7;
}

.review-box--style3  .review-box-name, .review-box--style3 .review-rating>span {
    color: #000;
}

.review-box--style3 .review-box-actions .btn-grey {
    border: 1px solid #bcbcbc;
    background-color: transparent;
    color: #bcbcbc;
}

.review-logo>img {
    height: 90px;
    min-width: 90px;
    width: 90px;
}

.review-logo--rounded {
    padding: 10px;
}

.btn-other::after {
    z-index: -1;
}

.btn-other span {
    display: inline-block;
    width: 100%;
}

.review-box--style3 .review-box-wrap {
    background: var(--main-color);
}

.review-box--style3 .review-bonus strong,
.section-review-hero--style-3 .review-bonus strong {
    color: var(--secondary-color);
}

.section-review-hero--style-3 .hr-style1 {
    border-color: #fff;
}

.review-rating>span strong {
    color: #ffc309;
}

.review-logo--rounded {
    border: 1px solid #bcbcbc;
}

.breadcrumbs-wrapper {
    background-color: transparent;
}

/*** scroll table start ***/

.responsive-table.wp-block-table {
    width: auto;
    max-width: 100%;
    display: inline-block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 16px 0;
}

.responsive-table.wp-block-table table td,
.responsive-table.wp-block-table table th {
    border: 1px solid var(--text-color);
    word-break: normal;
    padding: 10px;
}

.responsive-table.wp-block-table table {
    height: auto;
}

.responsive-table.wp-block-table table tbody:target {
    animation-play-state: running;
    opacity: 1;
}

.responsive-table.wp-block-table.aligncenter, 
.responsive-table.wp-block-table.alignright {
    width: 100%;
}

.responsive-table.wp-block-table.aligncenter, 
.responsive-table.wp-block-table.alignleft, 
.responsive-table.wp-block-table.alignright {
    display: inline-flex;
}

.responsive-table.wp-block-table.aligncenter table {
    margin-left: auto;
    margin-right: auto;
}

.responsive-table.wp-block-table.alignright table {
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .responsive-table.wp-block-table table {
        min-width: 100%;
        width: auto;
        overflow-x: auto;
        display: block;
    }


    .responsive-table.wp-block-table.aligncenter, 
    .responsive-table.wp-block-table.alignright {
        width: auto;
    }

    .responsive-table.wp-block-table.aligncenter, 
    .responsive-table.wp-block-table.alignleft, 
    .responsive-table.wp-block-table.alignright {
        display: inline-block;
    }

    .responsive-table.wp-block-table table td,
    .responsive-table.wp-block-table table th,
    .responsive-table.wp-block-table table strong {
        padding: 10px 14px;
        word-break: normal;
    }
    
    .responsive-table.wp-block-table tbody::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: linear-gradient(90deg,transparent 10%,var(--text-color));
        border-radius: 0;
        z-index: 1;
        background-size: 300% 300%;
        width: 12px;
        border-right: 1px solid var(--text-color);
    }
}

/*** scroll table end ***/

.wp-block-post-author {
    padding: 24px;
    border: 1px solid var(--main-color);
    border-radius: var(--button-border-radius);
}