/* 
 Theme Name:   woodworker-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     woodworker
 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;
}

#header .m-headbox {
    width: 80%;
    padding-top: 0;
}

#header .bott-head {
    position: relative;
    padding-top: 15px;
    padding-bottom: 11px;
}

.nav-toggle {
    position: absolute;
    /* bottom: 0; */
    right: 8px;
    top: -11px;
    /* width: 6.6rem; */
}

.content-area {
    margin-top: 1em;
    margin-bottom: 1em;
}

.box {
    padding: 11px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.title h2 {
    font-weight: 600;
    color: #C69453;
}

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

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

.img_el .img_el-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/woodworker-child/assets/images/gambling-legality.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 15px;
}

.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;
}

.custom_bg {
    background: #F9F4ED;
    border-bottom: 12px solid #000;
}

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

.logo-play-ojo {
    background: url('/wp-content/themes/woodworker-child/assets/images/play-ojo.svg');
}

.bg-play-ojo {
    background-color: #852ee0;
}

.logo-jackpotcity {
    background: url('/wp-content/themes/woodworker-child/assets/images/jackpotcity.svg');
}

.bg-jackpotcity {
    background-color: #0c0917;
}

.logo-spin-casino {
    background: url('/wp-content/themes/woodworker-child/assets/images/spin-casino.svg');
}

.bg-spin-casino {
    background-color: #e7e7e7;
}

[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: 190px;
    height: 130px;
}

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
    padding-left: 1rem !important;
}

a {
    color: #efaa4f;
    text-decoration: none;
    background-color: transparent;
}



.flex_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

#inner-pages-header .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFCE4E;
    background: radial-gradient(circle, rgba(255, 206, 78, 1) 0%, rgba(179, 149, 73, 1) 50%, rgba(125, 119, 102, 1) 100%);
    left: 0;
    top: 0;
    /* opacity: 0.5; */
}

img,
video {
    height: auto;
    max-width: none;
}

.site-footer a {
    color: #FFCE4E;
    font-size: 16px;
    font-weight: 500;
}

.footer-overlay {
    background: #6060609e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.error_page {
    min-height: 60vh;
}

.modal-menu a {
    color: #000;
}

.primary-menu .current-menu-item a {
    color: #C69453;
}

.modal-menu .current-menu-item a {
    color: #C69453;
}

.primary-menu>li {
    margin: 6px 0px 6px 0px;
}

.primary-menu li:after {
    content: "";
    position: relative;
    right: -0;
    top: 9px;
    border-right: 0 solid #C69453;
    width: 1px;
    height: 3px;
    border-radius: 50px;
}