/*
 Theme Name:   Nuts Child Theme
 Theme URI:    http://nuts.themerex.net/
 Description:  Nuts Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     nuts
 Version:      1.0.0
 Tags: poker, casino, gambling, games, affiliate, affiliate blog, affiliate news, betting, sports betting, bookmaker, casino blog, casino games, poker blog, gambling blog, shop 
 Text Domain:  nuts
*/


/* =Theme customization starts here
------------------------------------------------------------ */
body {
    overflow-x: hidden;
}
.custom-site-header {
    background: var(--header-bg, #232b34);
    position: relative;
    z-index: 999;
    width: 100%;
}

.custom-site-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.custom-site-header__branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-site-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.custom-site-header__logo img {
    display: block;
    max-height: 44px;
    width: auto;
}

.custom-site-header__nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.custom-site-header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.custom-site-header__menu li {
    margin: 0;
    padding: 0;
}

.custom-site-header__menu a {
    color: var(--menu-color, #ffffff);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    transition: color 0.25s ease, opacity 0.25s ease;
    white-space: nowrap;
}

.custom-site-header__menu a:hover,
.custom-site-header__menu a:focus {
    color: var(--menu-hover-color, #39ff88);
}

.custom-site-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.custom-site-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.custom-site-header__btn:hover,
.custom-site-header__btn:focus {
    transform: translateY(-1px);
    opacity: 0.95;
}

.custom-site-header__btn--signin {
    background: var(--signin-bg, #000000);
    color: var(--signin-color, #ffffff);
}

.custom-site-header__btn--signup {
    background: var(--signup-bg, #39ff88);
    color: var(--signup-color, #000000);
}

.custom-site-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    margin-left: auto;
}

.custom-site-header__toggle-lines,
.custom-site-header__toggle-lines::before,
.custom-site-header__toggle-lines::after {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    transition: all 0.25s ease;
    margin: 0 auto;
}

.custom-site-header__toggle-lines::before,
.custom-site-header__toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
}

.custom-site-header__toggle-lines::before {
    top: -7px;
}

.custom-site-header__toggle-lines::after {
    top: 7px;
}

.custom-site-header__logo-text {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
}

.custom-site-header__menu a.is-active {
    color: var(--menu-hover-color, #a8ff00);
}

.custom-site-header__content {
    width: 100%;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.custom-site-header__content-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px 28px;
}

.custom-header-banner {
    width: 100%;
    margin: 0 0 24px;
}

.custom-header-banner--full {
    padding-top: 0;
}

.custom-header-banner__link {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.custom-header-banner__link img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-games-section + .custom-games-section {
    margin-top: 18px;
}

.custom-games-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.custom-games-section__title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.custom-games-section__more {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #f5c400;
    padding-bottom: 2px;
    white-space: nowrap;
}

.custom-games-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px 22px;
}

.custom-game-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    background: #111;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-game-card:hover,
.custom-game-card:focus {
    transform: translateY(-2px);
    opacity: 0.96;
}

.custom-game-card__image {
    position: relative;
    aspect-ratio: 1.15 / 1;
    overflow: hidden;
}

.custom-game-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-game-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.15), transparent);
}

.custom-game-card__title {
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.custom-game-card__subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 1.2;
    margin-top: 3px;
}

.table-of-content {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .custom-games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .custom-site-header__content-inner {
        padding: 0 16px 24px;
    }

    .custom-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .custom-header-banner {
        padding-top: 16px;
        margin-bottom: 20px;
    }

    .custom-games-section__head {
        margin-bottom: 14px;
    }

    .custom-games-section__title {
        font-size: 16px;
    }

    .custom-games-section__more {
        font-size: 14px;
    }

    .custom-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .custom-game-card__title {
        font-size: 12px;
    }

    .custom-game-card__subtitle {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .custom-site-header__inner {
        flex-wrap: wrap;
        gap: 18px;
    }

    .custom-site-header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .custom-site-header__nav,
    .custom-site-header__actions {
        display: none;
        width: 100%;
    }

    .custom-site-header.is-open .custom-site-header__nav,
    .custom-site-header.is-open .custom-site-header__actions {
        display: flex;
    }

    .custom-site-header__nav {
        order: 10;
    }

    .custom-site-header__actions {
        order: 11;
        flex-wrap: wrap;
    }

    .custom-site-header__menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
    }

    .custom-site-header__btn {
        width: 100%;
    }
}

.custom-site-footer {
    background: var(--footer-bg, #021b17);
    color: var(--footer-text, #fff);
    margin-top: 40px;
}

.custom-site-footer__payments {
    background: #031018;
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.custom-site-footer__payments-inner,
.custom-site-footer__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.custom-site-footer__payments-inner {
    padding-top: 22px;
    padding-bottom: 22px;
}

.custom-site-footer__payments-title {
    color: var(--footer-text, #fff);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 14px;
}

.custom-site-footer__payments-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
}

.custom-site-footer__payment-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-site-footer__payment-item:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.custom-site-footer__payment-item img {
    display: block;
    max-height: 34px;
    width: auto;
    object-fit: contain;
}

.custom-site-footer__main {
    background:
            radial-gradient(circle at center, rgba(0, 120, 70, 0.25) 0%, rgba(0, 0, 0, 0) 65%),
            var(--footer-bg, #021b17);
}

.custom-site-footer__inner {
    padding-top: 36px;
    padding-bottom: 18px;
}

.custom-site-footer__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.custom-site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 260px;
}

.custom-site-footer__logo img {
    display: block;
    max-width: 180px;
    height: auto;
}

.custom-site-footer__heading {
    margin: 0 0 12px;
    color: var(--footer-text, #fff);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.custom-site-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-site-footer__contact-list a,
.custom-site-footer__menu a,
.custom-site-footer__bottom-menu a {
    color: var(--footer-link, #fff);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.custom-site-footer__contact-list a:hover,
.custom-site-footer__menu a:hover,
.custom-site-footer__bottom-menu a:hover {
    text-decoration: underline;
}

.custom-site-footer__nav {
    flex: 1 1 auto;
}

.custom-site-footer__menu,
.custom-site-footer__bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-site-footer__menu li,
.custom-site-footer__bottom-menu li {
    margin: 0;
    padding: 0;
}

.custom-site-footer__bottom-links {
    margin-bottom: 20px;
}

.custom-site-footer__copyright {
    border-top: 1px solid var(--footer-border, rgba(0,255,140,0.25));
    padding-top: 14px;
    color: var(--footer-text, #fff);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .custom-site-footer__top {
        flex-direction: column;
        gap: 24px;
    }

    .custom-site-footer__payments-list {
        gap: 20px;
    }

    .custom-site-footer__payment-item img {
        max-height: 28px;
    }
}

@media (max-width: 640px) {
    .custom-site-footer__payments-inner,
    .custom-site-footer__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-site-footer__payments-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .custom-site-footer__inner {
        padding-top: 28px;
        padding-bottom: 16px;
    }

    .custom-site-footer__menu,
    .custom-site-footer__bottom-menu {
        gap: 10px 16px;
    }

    .custom-site-footer__contact-list a,
    .custom-site-footer__menu a,
    .custom-site-footer__bottom-menu a {
        font-size: 15px;
    }
}
