/*
Theme Name: RICHES666PG
Theme URI:
Author: RICHES666PG
Author URI:
Description: RICHES666PG
Version: 1.0
License: 1.0
License URI:
Text Domain:
Tags:
*/

.promotions {
    list-style: none !important;
}


/* 03 Oct 22*/

.ul-nobullet {
    list-style-type: none;
}

.top-title {
    font-size: 15px;
    font-weight: normal;
    color: #DAB254;
    /* letter-spacing: 0.075em; */
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .top-title {
        font-size: 42px;
    }
}

.main-content h2,
.main-content h3 {
    font-size: 1.25rem;
    color: #DAB254;
}

.main-content p,
.main-content ul,
.main-content li {
    font-size: 14px;
}

.section-dropdown {
    padding: 32px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.rule-box {
    padding: 16px;
    background-color: #000;
    position: relative;
    cursor: pointer;
    max-width: 480px;
    margin: auto;
    font-family: inherit;
    font-weight: 300;
    border: solid 2px #DAB254;
}

.rule-box a {
    text-decoration: none;
    color: inherit;
}

.rule-box:hover {
    background-color: rgba(0, 0, 0, 0.808);
}

.rule-box span {
    position: absolute;
    right: 16px;
    top: 2px;
    z-index: 1;
    font-size: 30px;
}

.hide-rule {
    padding-top: 32px;
    font-size: 14px;
    display: none;
}

.table-content {
    font-size: 14px;
}


/* done */

@media (max-width: 768px) {
    .float-footer {
        bottom: 0;
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 999;
    }
    /* footer {
        padding-bottom: 90px;
    } */
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}

.footer-mobile-fixed {
    display: none;
}

.footer-mobile-fixed img {
    width: 100%;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .footer-mobile-fixed {
        display: flex;
        justify-content: space-between;
        flex: 1;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }
    footer {
        padding-bottom: 100px;
    }
}