/*
Theme Name: Meet MetaSlider lite
Description: Free WP Theme
Template: meet-metaslider
Version: 100.1.1
Requires at least: 5.6
Tested up to: 6
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/license-list.html#GNUGPLv3
Text Domain: meet-metaslider-lite
*/
:root {
    --orange-main-color: #fd693c;
}
.custom-logo {
    max-height: 80px;
    width: auto;
}
.content-wrap,
.woocommerce-page .content-area {
    max-width: 100%;
}
.featured-content {
    width: 100%;
    margin-right: unset;
    float: unset;
}
.site-header ul ul {
    min-width: 130px;
}
.site-header ul ul li,
#primary-menu li a {
    background: linear-gradient(var(--orange-main-color) 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s, background-position 0s;
    border-radius: 2px;
}
.site-header ul ul li:hover,
#primary-menu li a:hover {
    --p: 100%;
    color: #fff;
}
.main-navigation ul li a {
    font-size: 17px;
}
.logo-container {
    padding: unset;
}
p {
    font-size: 17px;
    font-family: 'IBM Plex Serif', serif;
}
.site-footer ul {
    list-style: none;
}
.site-footer a,
.entry-content a {
    color: var(--orange-main-color);
    text-decoration: none;
}
.site-footer a:hover,
.entry-content a:hover {
    border-bottom: 1px solid var(--orange-main-color);
}
.entry-content ul li::marker {
    color: var(--orange-main-color);
    content: '\2731';
}
.entry-content ol li::marker {
    color: var(--orange-main-color);
}
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 5px;
    padding-left: 10px;
}
.entry-title {
    color: #e0dfdc;
    background: #556677;
    letter-spacing: .03em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
    padding: 20px;
    border-radius: 2px;
    font-size: 2.5em;
}
.primary-menu .pmenu {
    background: unset;
}
.top-nav-wrapper {
    background: #929da8;
}
.sheader {
    margin: unset;
}
.entry-content h2 {
    font-size: 2.1em;
}
.entry-content h3 {
    font-size: 1.6em;
}
.entry-content h4 {
    font-size: 1.3em;
}
.benefits-table-e > table thead th:nth-child(1),
.benefits-table-f > table thead th:nth-child(1) {
    background-color: #556677;
    color: white;
}
.benefits-table-e > table thead th:nth-child(2),
.benefits-table-f > table thead th:nth-child(2){
    background-color: #556677;
    color: white;
}
.benefits-table-e > table tbody tr td:nth-child(1),
.benefits-table-f > table tbody tr td:nth-child(1){
    background-color: #c3ffc3;
}
.benefits-table-e > table tbody tr td:nth-child(2),
.benefits-table-f > table tbody tr td:nth-child(2){
    background-color: #fbb;
}

.paid-free-table > table thead,
.non-cashable-bonus > table thead {
    background-color: #556677;
    color: white;
}
.paid-free-table > table tbody tr:nth-child(1) td,
.paid-free-table > table tbody tr:nth-child(2) td,
.paid-free-table > table tbody tr:nth-child(3) td{
    background-color: #c3ffc3;
}
.paid-free-table > table tbody tr:nth-child(4) td,
.paid-free-table > table tbody tr:nth-child(5) td:first-child{
    background-color: #fbb;
}
.paid-free-table > table tbody tr,
.benefits-table-f > table tbody tr,
.benefits-table-e > table tbody tr{
    vertical-align: baseline;
}
.non-cashable-bonus > table tbody tr td:nth-child(1) {
    background-color: #c2ffbb;
}
.non-cashable-bonus > table tbody tr td:nth-child(2) {
    background-color: #c3deff;
}
.three-items-column-group,
.expert-tpis-items-column-group,
.deposit-casino-column-group {
    height: 100%;
    justify-content: space-between;
}
.three-items-column-group-column-bingo {
    height: 100%;
    justify-content: space-between;
}
.three-items-column-group-column-bingo-column {
    box-shadow: 0 0 14px lightgrey;
    padding: 10px;
    border-radius: 25px;
}
.three-items-column-group-column-bingo figure {
    position: relative;
    top: -20px;
}
.three-items-column-group-column-bingo-column:nth-child(1) figure{
    /*left: -140px;*/
}
.three-items-column-group-column-bingo-column:nth-child(3) figure{
    /*left: 140px;*/
}

.bingo-balls-row-down .three-items-column-group-column-bingo-column:nth-child(1) figure img {
    transform: rotate(360deg);
    animation: spin 3s linear infinite;
}
.bingo-balls-row-down .three-items-column-group-column-bingo-column:nth-child(2) figure img {
    transform: rotate(360deg);
    animation: spin 4s linear infinite;
    animation-direction: reverse;
}
.bingo-balls-row-down .three-items-column-group-column-bingo-column:nth-child(3) figure img {
    transform: rotate(360deg);
    animation: spin 5s linear infinite;
}
.bingo-balls-row-up .three-items-column-group-column-bingo-column:nth-child(1) figure img {
    transform: rotate(360deg);
    animation: spin 4s linear infinite;
    animation-direction: reverse;
}
.bingo-balls-row-up .three-items-column-group-column-bingo-column:nth-child(2) figure img {
    transform: rotate(360deg);
    animation: spin 5s linear infinite;
}
.bingo-balls-row-up .three-items-column-group-column-bingo-column:nth-child(3) figure img {
    transform: rotate(360deg);
    animation: spin 3s linear infinite;
    animation-direction: reverse;
}

.three-items-column-group-column,
.deposit-casino-column-group-column,
.categories-of-popular-column {
    border-radius: 2px;
    border: 1px solid #556677;
    padding: 15px;
}
.gap04 {
    gap: 0.4em !important;
}
.gap04 .wp-block-image {
    margin-bottom: unset;
}
.btm0 {
    margin-bottom: unset;
}
.btm04 {
    margin-bottom: 0.4em !important;
}
.pros-list li::marker {
    color: green !important;
    content: '\2718' !important;
    font-size: larger;
}
.pros-list li {
}
.disadv-list li {
}
.disadv-list li::marker {
    color: red !important;
    content: '\2714' !important;
    font-size: larger;
}
.grey-back-item {
    padding: 15px;
    border: 1px solid lightgray;
    margin: 5px 0;
    background: #e8e8e8;
}
.grey-shadow-item {
    box-shadow: 2px 2px 5px lightgray;
    padding: 5px;
}
.footer-column-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.roulette-variations-row-column-group > figure {
    border-radius: 8px;
}
.bingo-types-row-column,
.roulette-variations-row-column,
.online-roulette-rules-column-group {
    padding: 15px;
    border: 1px solid #567;
    border-radius: 25px;
}
.roulette-variations-row-column {
    border-radius: 8px;
}
.bingo-types-row-column figure img:hover,
.steps-to-start-bingo-group > figure:hover {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: jumping;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    z-index: 2;
}
.online-roulette-rules-column-group {
    height: 100%;
}
.online-roulette-rules-column-group > figure{
    margin-top: auto;
}
.types-of-no-deposit-column {
    padding: 15px;
    border: 1px solid #567;
    border-radius: 25px;
}
.categories-of-popular-row {
    justify-content: space-evenly !important;
}
.steps-to-start-bingo-group > figure{
    min-width: 80px;
}
.steps-to-start-bingo-group {
    border-bottom: 1px solid goldenrod;
    justify-content: space-evenly !important;
}
.contact-welcome-grp {
    justify-content: center;
}
p {
    margin: 0 0 0.75em;
}
.footer-column-three {
    padding: 20px 0;
}
.footer-column-left ul{
    padding-left: 10px;
}
@keyframes jumping {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}
@media screen and (max-width: 383px) {
    .categories-of-popular-row > div {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .types-of-no-deposit-column figure {
        text-align: center !important;
        float: none !important;
        margin: auto !important;
    }
    .responsive-table > table {
        border: 0;
    }
    .responsive-table > table caption {
        font-size: 1.3em;
    }
    .responsive-table > table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .responsive-table > table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .responsive-table > table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        color: black;
    }
    .responsive-table > table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 20px;
    }
    .responsive-table > table td:last-child {
        border-bottom: 0;
    }
    .entry-title {
        letter-spacing: .01em;
        padding: 10px;
        font-size: 2.2em;
        word-wrap: break-word;
    }
    .entry-content h2 {
        font-size: 1.8em;
    }
    .entry-content h3 {
        font-size: 1.5em;
    }
    .entry-content h4 {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 360px) {
    .entry-title {
        padding: 4px;
        font-size: 2.0em;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 767px) {
    .entry-content > h2,
    .entry-content > h3,
    .entry-content > h4 {
        line-height: 1.1em;
    }
    .categories-of-popular-column-row {
        flex-wrap: wrap !important;
    }
    .categories-of-popular-column-row > div {
        flex-basis: 20% !important;
    }
}
@media screen and (max-width: 1200px) {
    .three-items-column-group-column-bingo-column figure {
        position: inherit;
    }
}
@media screen and (max-width: 991px) {
    .ipad-columns-responsive,
    .ipad-columns-responsive-50 {
        flex-wrap: wrap !important;
    }
    .ipad-columns-responsive > div {
        flex-basis: 33% !important;
    }
    .ipad-columns-responsive-50 > div {
        flex-basis: 50% !important;
    }
    .ipad-columns-responsive-50 {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 1180px) {
    body {
        background-image: unset !important;
    }
}
@media (max-width: 1023px){
    .header-content-container {
        padding: unset;
    }
    .super-menu {
        padding: unset;
    }
}
@media screen and (max-width: 900px) {
    footer.site-footer {
        padding-top: 0;
    }
    .footer-column-three {
        padding: 10px 0;
    }
    .footer-column-middle {
        text-align: center;
    }
}

.logo-container {
	max-width: 15%;
}

.center-main-menu {
	max-width: 85%;
}