/* 
 Theme Name:   soccer-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     united-soccer-club
 Version:      1.0

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

:root {
    --primary-color: #4d4d4d;
}

#inner-pages-header .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #9b4565, #905833, #cf2323, #626156);
    left: 0;
    top: 0;
    /* opacity: 0.5; */
}

#inner-pages-header {
    padding: 7em 0 4em 0;
    position: relative;
    background: #000;
}

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

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
    color: var(--primary-color);
    text-shadow: 6px 4px 6px rgba(65, 65, 65, 0.56);
}

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

p {
    line-height: 1.5;
}

.custom_box {
    background-color: #dddddd8c;
    border-radius: 25px;
    height: 100%;
}

.section-title h2 {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.section-title p {
    text-align: center;
}


.section-title .t-brd {
    position: relative;
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #626156);
    margin: 0 auto;
    clip-path: polygon(0 2%, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 15px;
}

.colored {
    background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #626156);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.details-bx p {
    color: #424242;
}

p {
    margin-bottom: 0.3rem;
}

.section-title {
    margin-bottom: 1.25em;
}

#header .tph-inn {
    background: none;
}

#header .top-head {
    background: none;
}

.dark_bg {
    background: linear-gradient(to right, #9b4565, #905833, #cf2323, #626156);
    color: white;
}

.dark_bg h2,
.dark_bg p {
    color: white;
}

.img_el {
    padding: 80px 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;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

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

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

.primary-menu li:hover .icon,
.primary-menu li a:hover {
    color: #2b1212;
}

.nav-toggle {
    position: unset;
    bottom: 0;
    right: -130px;
    top: -48px;
    width: 6.6rem;
}

#header .top-head {
    position: relative;
    padding: 39px 0px;
}

h1.site-title,
p.site-title {
    /* margin: 0; */
    padding-top: 12px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

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

    .page-template-custom-home-page #header,
    .page-template-default #header,
    .single #header {
        position: static;
        background: linear-gradient(to right, #9b4565, #905833, #cf2323, #626156);
        width: 100%;
    }

    #inner-pages-header {
        padding: 1em 0 4em 0;
        position: relative;
        background: #000;
    }
}


.primary-menu .current_page_item a {
    color: #2b1212;
}

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

#header .top-head {
    background: linear-gradient(to right, #9b4565, #905833, #cf2323, #626156);
}

.error-404 {
    height: 70vh;
}

#inner-pages-header h1 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    padding: 19px 10px;
    overflow-wrap: break-word;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.primary-menu a {
    color: #c7c7c7;
    display: block;
    line-height: 1.2;
    font-size: 16px;
    text-decoration: none !important;
    word-break: normal;
    word-wrap: normal;
    font-weight: 600;
}

.primary-menu ul {
    background: #ffffffcc;
    border-radius: 0.4rem;
    color: #555555;
    font-size: 1.7rem;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 1.1rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
    text-align: left;
}

a:not([href]):not([tabindex]) {
    color: #c7c7c7;
    text-decoration: none;
}