/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
:root {
    --color-purple-indigo: #4B0076;
    --color-dark-navy: #271833;
    --color-white: #FFFFFF;
    --color-yellow: #FFE357;
}
.primary-menu a {
    font-size: 12px;
}
.primary-menu a:focus,
.primary-menu a:hover,
.primary-menu>li>a:hover,
.primary-menu>li>a:focus {
    color: var(--bb-header-links);
    text-decoration: none;
}
.page-template-template-blog .page-head,
.single-post .entry-header,
.page-template-template-fullwidth .site-main .entry-header,
.page-template-applications .entry-header,
.page-template-participant-account .entry-header,
.page-template-admin-judging .entry-header,
.page-template-judge-account .entry-header {
    background-color: var(--bb-header-links) !important;
}
/** there's a conflict with buddyboss theme **/
input[type=checkbox].form-check-input,
input[type=radio].form-check-input {
    height: 15px;
    width: 15px;
}
.form-check-input:checked {
    background-color: var(--color-purple-indigo);
    border-color: var(--color-purple-indigo);
}
/** overriding ctc style **/
input[type="submit"] {
    background-color: var(--color-yellow);
    border-radius: 7px;
    color: var(--color-purple-indigo);
}
.position-relative {
    position: relative;
}
.bb-template-v2 .primary-menu>li:hover>a:before {
    background-color: transparent;
}
.bb-template-v2 .primary-menu>li.current-menu-ancestor>a:hover:before,
.bb-template-v2 .primary-menu>li.current-menu-item>a:hover:before,
.bb-template-v2 .primary-menu>li.current-menu-parent>a:hover:before,
.bb-template-v2 .primary-menu>li.current_page_item>a:hover:before {
    background-color: transparent;
}
.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,
.bb-template-v2 .primary-menu>li.current-menu-item>a,
.bb-template-v2 .primary-menu>li.current-menu-parent>a,
.bb-template-v2 .primary-menu>li.current_page_item>a {
    border-bottom-color: var(--color-purple-indigo);
}
.bb-template-v2 .about-header .primary-menu>li.current-menu-ancestor>a,
.bb-template-v2 .about-header .primary-menu>li.current-menu-item>a,
.bb-template-v2 .about-header .primary-menu>li.current-menu-parent>a,
.bb-template-v2 .about-header .primary-menu>li.current_page_item>a {
    border-bottom-color: var(--color-white);
}
.site-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b0076+0,ffffff+100&1+0,0+100 */
    background: linear-gradient(to bottom,  rgba(75,0,118,.3) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.site-header.has-scrolled {
    background: var(--color-white);
}
.about-header .site-header {
    background: transparent;
}
.about-header.elementor-sticky--effects {
    background: #4C2772;
}
.mt-auto {
    margin-top: auto;
}
.elementor-countdown-label {
    border-top: 1px solid var(--color-dark-navy);
    margin-top: 10px;
}
.primary-menu,
.button {
    font-family: "Pilat Extended", sans-serif;
}
.primary-menu>li>a {
    font-weight: 500;
}
.button.signup {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
    color: var(--color-purple-indigo);
}
.bb-header-buttons a.button.outline:hover {
    color: var(--color-purple-indigo);
}
.home-page .elementor-accordion-icon-closed .fas.fa-chevron-right,
.home-page .elementor-accordion-icon-opened .fas.fa-chevron-down {
    border-radius: 50%;
    height: 32px;
    padding-top: 7px;
    text-align: center;
    width: 32px;
}
.home-page .elementor-accordion-icon-closed .fas.fa-chevron-right {
    background: var(--color-white);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.home-page .elementor-accordion-icon-opened .fas.fa-chevron-down {
    background: var(--color-purple-indigo);
}
.home-page .elementor-accordion .elementor-accordion-item:not(:first-child) {
    margin-top: 30px;
}
.home-page .elementor-accordion .elementor-accordion-item {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.home-page .elementor-accordion .elementor-accordion-item.active {
    border: 2px solid var(--color-purple-indigo);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(75, 0, 118, .2);
}
.block-shadow.slider-container-block-background {
    border-radius: 20px !important;
    position: relative;
}

.block-shadow.slider-container-block-background:before{
    content: '';
    /*background-color: rgba(0,0,0,.4);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-shadow.slider-container-block-background,
.block-shadow.slider-container-block-background:before {
    transition: background .3s ease-in-out;
}
.swiper-slide.swiper-slide-next .block-shadow:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.swiper-slide.swiper-slide-prev .block-shadow:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-shadow.slider-container-block-background .slider-coverflow-wrapper {
    justify-content: center;
    position: relative;
    z-index: 1;
}
.block-shadow.slider-container-block-background .slider-coverflow-wrapper .slide-title,
.block-shadow.slider-container-block-background .slider-coverflow-wrapper .slide-description {
    text-shadow: 0 1px 5px rgba(0,0,0,.75);
}
.elementor-widget-testimonials-carousel-coverflow .mySwiper {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .timeline-icon:after {
        left: 50%;
        position: absolute;
        top: calc(100% - 3px);
        transform: translateX(-50%);
    }
    .timeline-icon.line-1:after {
        content: url("../../../../../wp-content/uploads/2023/09/1-2-line.svg");
    }
    .timeline-icon.line-2:after {
        content: url("../../../../../wp-content/uploads/2023/09/2-3-line.svg");
    }
    .timeline-icon.line-3:after {
        content: url("../../../../../wp-content/uploads/2023/09/3-4-line.svg");
    }
    .timeline-icon.line-4:after {
        content: url("../../../../../wp-content/uploads/2023/09/4-5-line.svg");
    }
}
/**
there's a conflict with buddyboss theme
 */
.signup-form-wrapper .password-toggle {
    position: absolute;
    top: 18px;
    width: auto;
}
@media (max-width: 767px) {
    .flex-direction-column-sm .elementor-countdown-wrapper {
        flex-direction: column !important;
    }
    .bg-white-sm {
        overflow: hidden;
    }
    .bg-white-sm:after {
        background-color: #FFF;
        content: '';
        height: 100%;
        left: 0;
        opacity: .75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .bg-white-sm,
    .bg-white-sm div {
        position: relative;
        z-index: 9;
    }
}
.page-template-login .content-warp {
    padding-bottom: 50px;
    padding-top: 50px;
}