html.disable-scroll {
    overflow: hidden;
}

.uptitle-icon-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--yellow-basic);
    color: var(--white);
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.uptitle-icon-wrapp img,
.uptitle-icon-wrapp svg {
    width: 16px;
    height: 16px;
}

.banner-header {
    position: relative;
}

.banner-header::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 1;
    z-index: 2;
}

.home-banner-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-banner-slider .owl-stage-outer,
.home-banner-slider .owl-stage-outer .owl-stage,
.home-banner-slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.home-banner-slider .owl-stage-outer .owl-stage .owl-item img,
.home-banner-slider .owl-stage-outer .owl-stage .owl-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.banner-header .col-lg-7 p {
    margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
    .footer .top > .container > .row {
        display: flex;
        justify-content: space-between;
    }
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(/wp-content/themes/ypc_theme/fonts/GorillaFont.ttf);
}
.footer .item .footer-link{
	font-size: 16px;
    line-height: 24px;
    color: var(--grey-200);
    margin-bottom: 20px;
	text-decoration:underline;
	transition:all .3s ease;
}
.footer .item .footer-link:hover{
	color:var(--yellow-basic);
}
.footer .bottom .gorilla {
    font-family: Gorilla;
    font-weight: 400;
    font-size: var(--size16px);
    line-height: var(--size24px);
    color: var(--grey-400);
    transition: all 0.3s ease;
}

.footer .bottom .gorilla:hover {
    color: var(--white);
}

.navbar:not(.nav-scroll) .logo-wrapper .logo img:last-child {
    display: none;
}

.navbar.nav-scroll .logo-wrapper .logo img:first-child {
    display: none;
}

.navbar.nav-scroll .logo-wrapper .logo img:last-child {
    display: block;
}

@media only screen and (max-width: 991px) {
    .header-menu-wrapp {
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .navbar {
        transition: all 0.3s ease;
    }
    .navbar.mob-menu-active {
        background: var(--black);
    }
    .navbar .navbar-toggler {
        position: relative;
        width: 32px;
        height: 20px;
        right: 20px;
        padding: 0;
        margin: 0 !important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
        display: none;
    }
    .navbar .navbar-toggler div {
        position: absolute;
        width: 32px;
        height: 2px;
        left: 0;
        background: var(--yellow-basic);
        transition: all 0.3s ease;
    }
    .navbar .navbar-toggler div:nth-child(1) {
        top: 0;
    }
    .navbar .navbar-toggler div:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .navbar .navbar-toggler div:nth-child(3) {
        bottom: 0;
    }
    .navbar.mob-menu-active .navbar-toggler div:nth-child(1) {
        transform: rotate(-45deg);
        top: 9px;
    }
    .navbar.mob-menu-active .navbar-toggler div:nth-child(2) {
        opacity: 0;
    }
    .navbar.mob-menu-active .navbar-toggler div:nth-child(3) {
        transform: rotate(45deg);
        bottom: 9px;
    }
    .navbar > .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .events .item > .row > .item-date-col,
    .events .item > .row > .item-button-col {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .events .item > .row > .item-date-col,
    .events .item > .row > .item-button-col {
        margin-top: 12px;
    }
}

/* single tournament */
.section-single-tournament iframe {
    display: block;
    width: 137%;
    height: 136dvh;
    transform: scale(0.73);
    transform-origin: 0 0;
}
/* single tournament end */

/* textblock */
.textblock-wrapp * {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--tp-text-body);
}

.textblock-wrapp h1,
.textblock-wrapp h2,
.textblock-wrapp h3,
.textblock-wrapp h4,
.textblock-wrapp h5,
.textblock-wrapp h6,
.textblock-wrapp h1 strong,
.textblock-wrapp h2 strong,
.textblock-wrapp h3 strong,
.textblock-wrapp h4 strong,
.textblock-wrapp h5 strong,
.textblock-wrapp h6 strong {
    padding: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
	color: var(--black);
}

.textblock-wrapp h1:not(:last-child),
.textblock-wrapp h2:not(:last-child),
.textblock-wrapp h3:not(:last-child),
.textblock-wrapp h4:not(:last-child),
.textblock-wrapp h5:not(:last-child),
.textblock-wrapp h6:not(:last-child),
.textblock-wrapp p:not(:last-child),
.textblock-wrapp ul:not(:last-child),
.textblock-wrapp ol:not(:last-child) {
    margin-bottom: 24px !important;
}

.textblock-wrapp p:not(:last-child),
.textblock-wrapp ul:not(:last-child),
.textblock-wrapp ol:not(:last-child) {
    color: var(--tp-text-body);
}

.textblock-wrapp strong,
.textblock-wrapp b {
    font-weight: 700;
    color: #16191d;
}

.textblock-wrapp em {
    font-style: italic;
}

.textblock-wrapp ul {
    list-style: none;
    padding-left: 0;
}

.textblock-wrapp ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}

.textblock-wrapp ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 14px;
    border-radius: 50%;
    background: var(--tp-theme-primary);
}

.textblock-wrapp ol {
    list-style: none;
    counter-reset: counter;
    padding: 0;
}

.textblock-wrapp ol li {
    display: table;
    width: 100%;
    clear: both;
    padding: 0;
    counter-increment: counter;
}

.textblock-wrapp ol li::before {
    content: counter(counter) ". ";
    display: block;
    min-width: 20px;
    float: left;
    color: var(--tp-theme-primary);
}

.textblock-wrapp ol li:nth-child(n + 10)::before {
    min-width: 30px;
}

.textblock-wrapp blockquote {
    position: relative;
    border-radius: 10px;
    background-color: var(--blue-50);
    padding: 40px 100px 40px 125px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--tp-text-body);
}

.textblock-wrapp blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    top: 40px;
    left: 44px;
    background-image: url(/wp-content/themes/ed_theme/assets/img/blockquote-icon.svg);
    background-size: 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--blue-400);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .textblock-wrapp blockquote {
        padding: 40px 40px 40px 100px;
    }
}

@media (max-width: 768px) {
    .textblock-wrapp blockquote {
        padding: 30px;
    }
    .textblock-wrapp blockquote::before {
        display: none;
    }
}

.textblock-wrapp blockquote p {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.47;
    margin-bottom: 25px;
    color: var(--tp-common-black);
}

.textblock-wrapp a,
.textblock-wrapp a span {
    text-decoration: none;
    color: var(--tp-theme-primary);
    transition: all 0.3s ease;
}
.textblock-wrapp a:hover,
.textblock-wrapp a:hover span {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .textblock-wrapp blockquote p {
        font-size: 27px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .textblock-wrapp blockquote p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .textblock-wrapp blockquote p {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .textblock-wrapp blockquote p {
        font-size: 22px;
    }
}

.textblock-wrapp blockquote h4 {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
}

.textblock-wrapp h1,
.textblock-wrapp h1 strong {
    padding-bottom: 0;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

@media only screen and (max-width: 1200px) {
    .textblock-wrapp h1,
    .textblock-wrapp h1 strong {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h1,
    .textblock-wrapp h1 strong {
        line-height: 40px;
        font-size: 32px;
    }
}

.textblock-wrapp h2,
.textblock-wrapp h2 strong {
    padding-bottom: 0;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

@media only screen and (max-width: 1200px) {
    .textblock-wrapp h2,
    .textblock-wrapp h2 strong {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h2,
    .textblock-wrapp h2 strong {
        line-height: 40px;
        font-size: 32px;
    }
}

.textblock-wrapp h3,
.textblock-wrapp h3 strong {
    font-size: 32px;
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h3,
    .textblock-wrapp h3 strong {
        line-height: 36px;
        font-size: 28px;
    }
}

.textblock-wrapp h4,
.textblock-wrapp h4 strong {
    font-size: 28px;
}

@media only screen and (max-width: 768px) {
    .textblock-wrapp h4,
    .textblock-wrapp h4 strong {
        line-height: 32px;
        font-size: 26px;
    }
}

.textblock-wrapp h5,
.textblock-wrapp h5 strong {
    font-size: 24px;
}

.textblock-wrapp h6,
.textblock-wrapp h6 strong {
    font-size: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .textblock-wrapp p,
    .textblock-wrapp li {
        font-size: 16px;
        line-height: 28px;
    }
}

/* textblock end */
