/* 
 Theme Name:   cinematic-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     cinematic-videos
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}

h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}

p {
    margin-bottom: 0.5rem !important;
}

body {
    color: white !important;
    overflow-x: hidden;
}

section {
    padding: 30px 0;
}

.menu-item-has-children {
    position: relative;
}


@media screen and (min-width: 1000px) {
    .menu-item-has-children::after {
        content: '▼';
        font-size: 0.6em;
        margin-left: 0;
        vertical-align: middle;
        display: inline-block;
    }
}

.entry-header {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;

    background: linear-gradient(135deg, #8b0000, #b22222, #ff0000);
    padding: 50px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.entry-title {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
    color: #efefef;
    /* gold text */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.logo-888casino {
    background: url('/wp-content/themes/cinematic-child/assets/img/888casino.svg');
}

.bg-888casino {
    background-color: #7ff800;
}

.logo-tonybet {
    background: url('/wp-content/themes/cinematic-child/assets/img/tonybet.svg');
}

.bg-tonybet {
    background-color: #313439;
}

.logo-betsafe {
    background: url('/wp-content/themes/cinematic-child/assets/img/betsafe.svg');
}

.bg-betsafe {
    background-color: #171717;
}

[class*="logo-"] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-size: 80%;
    background-position: center center !important;
    background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    width: 167px;
    height: 105px;
}

#masthead {
    margin-bottom: 0;
    border-bottom: 1px dotted #ffffff;
}

.title h2 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #dddddd;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.title h2::after {
    content: "";
    display: block;
    width: 80%;
    height: 4px;
    background: linear-gradient(to right, #b22222, #ff0000);
    margin: 10px auto 0;
    border-radius: 2px;
}

.box {
    background: linear-gradient(135deg, #8b00004f, #343030c7, #2c2c2c);
    border-radius: 21px;
    padding: min(5em, 3%);
    height: 100%;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    list-style-position: inside;
}

.custom_box {
    background: linear-gradient(135deg, #2c2c2c, #3a3a3a2e);
    border-radius: 16px;
    padding: 1rem;
    color: #f5f5f5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
    overflow: hidden;
    height: 100%;
}

.custom_box img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.custom_box h3 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffcc00;
    margin-top: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.custom-img {
    display: block;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.logo-slots {
    background-image: url('/wp-content/themes/cinematic-child/assets/img/slots.svg');
}

.logo-dealer {
    background-image: url('/wp-content/themes/cinematic-child/assets/img/live-dealer.svg');
}

.logo-roulette {
    background-image: url('/wp-content/themes/cinematic-child/assets/img/roulette.svg');
}

.logo-bingo {
    background-image: url('/wp-content/themes/cinematic-child/assets/img/bingo.svg');
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.custom_bg {
    background: linear-gradient(135deg, #cfcfcf, #cecece93);
    color: black;
}

.colored {
    color: #ff0000;
}

.img_el {
    padding: 60px 0;
    position: relative;
}

.img_el:before {
    content: "";
    background: color-mix(in srgb, #00000091, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.img_el .img_el-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/cinematic-child/assets/img/bonuses.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.img_el .container {
    position: relative;
    z-index: 3;
}

.img_el .container h2,
.img_el .container p {
    color: white !important;
}

.img_el .container h3 {
    color: #EF8A54;
}

.main-navigation .menu>li>a {
    padding: 14px 5px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-weight: 400;
}

#colophon {
    background: #8d0418;
    color: #ffffff;
}

.footer-column .widget {
    padding: 11px 0;
}

.wrap_word {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.error_page {
    min-height: 70vh;
}

.menu .current-menu-item a {
    color: #f30505 !important;
}

.main-navigation .sub-menu,
.main-navigation .children {
    background-color: #2e1317d5 !important;
}

@media screen and (max-width: 1000px) {

    .main-navigation .sub-menu,
    .main-navigation .children {
        background-color: #50272d00 !important;
    }
}

@media screen and (max-width: 1000px) {

    .main-navigation .menu>li>a,
    .main-navigation .sub-menu>li>a,
    .main-navigation .sub-menu>li>.menu-item-link-return {
        color: #fff;
        display: block;
        border: none;
        text-align: center !important;
    }
}

@media screen and (max-width: 575px) {
    .footer-column .wp-block-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 25px;
    }
}