/* DESKTOP */ 
@media only screen and (max-width: 1280px) {
	
}


/* TABLET */
@media only screen and (max-width: 992px) {
    .translatepress-fr_CA .hero_chapter_title h1 {
        font-size: 40px !important;
    }

    .hero_stroke_mobile_module svg {
        display: block !important;
    }
	.hero_stroke_desktop_module svg {
        display: none !important;
    }

    /* AMBASSADOR HEADING */
    .ambassador_heading .fl-heading-text {
        bottom: -5px;
    }
    .ambassador_heading .fl-heading-text:after {
        content: url(/wp-content/uploads/Subtraction-24.svg);
        left: 13%;
        transform: translateX(0%);
        bottom: 10px;
    }

    .carousel_slider.ambassador_chapter_slide > .fl-row-content-wrap {
        background: none !important;
    }

    .partners_arrows,
    .ambassador_arrows_mobile_chapter {
        display: none !important;
    }

    .athlete_icon, .trophy_icon, .heart_icon {
        display: block !important;
    }

    .fl-menu-mobile-clone .menu_main_btn.apply_btn a {
        text-align: right;
    }
    .fl-menu-mobile-clone .menu_main_btn.donate_btn a {
        text-align: left;
    }

    .ambassador_heading .fl-heading-text:after {
        content: url(/wp-content/uploads/sites/8/Component-14-–-2.svg) !important;
    }

    .visit_kidsport {
        position: relative !important;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .visit_kidsport:before {
        content: url(/wp-content/uploads/noun_Maple-Leaf_18659_gray.svg) !important;
    }
    .visit_kidsport a {
        padding-left: 5px !important;
    }

    /* ALIGNEMNT ON NEWS POSTS */
    .beaver_alignment {
        max-width: none !important;
        margin: 0 !important;
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

    /* MOBILE MENU */
    .fl-menu-mobile-clone {
        width: 100% !important;
        display: block;
        background: #f2f2f2;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .fl-menu-mobile-clone .menu_main_btn.apply_btn,
    .fl-menu-mobile-clone .menu_main_btn.donate_btn {
        display: inline-block;
        width: 50%;
    }
    .fl-menu-mobile-clone:before {
        height: 76px;
        background: #fff;
        width: 100%;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.02);
    }
    .fl-menu-mobile-clone .fl-menu {
        float: none !important;
        width: 100%;
        left: 0;
    }
    .fl-menu-mobile-toggle-label {
        display: none !important;
    }
    .fl-menu-mobile-clone .menu-item {
        text-align: center;
    }
    .fl-menu-mobile-clone .menu-item a {
        margin: 0 !important;
        padding: 14px !important;
    }
    .fl-menu-mobile-clone .find-chapter {
        border-top: 2px solid #E5E5E5;
    }
    .chapter_name, .menu_events, .menu_news , .menu_getinvolved , .menu_contact, .trp-language-switcher-container {
        background: #1d1d1d !important;
        border-bottom: 2px solid #313131;
    }
    .chapter_name a, .menu_events a, .menu_news a, .menu_getinvolved a, .menu_contact a, .trp-language-switcher-container a {
        color: #9A9A9A !important;
    }
    .trp-language-switcher-container {
        padding-right: 0px !important;
    }

    .black_svg path {
        fill: #1d1d1d;
        transition: all .6s ease;
    }
    .KidSport_Logo path {
        transition: all .6s ease;
    }

    /* CHAPTER NAME */ 
    .menu_mobile.mob_apply {
        position: absolute;
        right: 60px;
        width: 286px;
    }

    /* PAGE HAS HERO */
    .page_has_hero header {
        background: transparent;
        position: absolute;
        width: 100%;
    }

    /* NO HERO PAGE MENU */
    .menu_child {
        display: none !important;
    }
    .no_hero_page header,
    header.scroll_fixed {
        position: fixed !important;
        transition: transform 400ms ease;
        background: #fff;
        width: 100%;
    }
    header.menu_mobile_hide {
        transform: translateY(calc(-100% - 16px)) !important;
    }
    
    .ks_logo_fr .KidSport_Logo path {
        fill: #fff !important;
        position: relative;
        bottom: 12px;
    }
    .ks_logo_fr .KidSport_Logo {
        position: relative;
        bottom: 12px;
    }


    .no_hero_page .KidSport_Logo path,
    header.scroll_fixed .KidSport_Logo path {
        fill: #1d1d1d !important;
    }
    .no_hero_page .menu_chapter_mobile .fl-menu button:before,
    header.scroll_fixed .menu_chapter_mobile .fl-menu button:before {
        content: "";
        background: url("/wp-content/uploads/sites/8/black-toggle.svg") center center no-repeat;
        transition: color .6s ease;
        /* transition: color .6s ease, background .6s ease; */
    }
    .menu_chapter_mobile .fl-menu-mobile-toggle.fl-active::before {
        background: url("/wp-content/uploads/sites/8/Component-15-–-1.svg") center center no-repeat !important;
    }
    .menu_chapter_mobile .fl-row-content-wrap {
        padding-bottom: 0 !important;
    }
    #menu_decoration_mobile_wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -3;
    }
    .no_hero_page #menu_decoration_mobile {
        display: block !important;
    }
    .no_hero_page .menu_chapter_mobile .menu_mobile.mob_apply,
    header.scroll_fixed .menu_chapter_mobile .menu_mobile.mob_apply {
        color: #1d1d1d !important;
        transition: color .6s ease;
        /* transition: color .6s ease, background .6s ease; */
    }
    .menu_chapter_mobile .menu_mobile.mob_apply,
    .menu_chapter_mobile .fl-menu button:before {
        transition: color .6s ease;
        /* transition: color .6s ease, background .6s ease; */
    }
    #menu_decoration_desktop,
    #menu_decoration_mobile {
        display: none;
    }
}


/* PHABLET */
@media only screen and (max-width: 768px) {

    


    /* FOOTER */
    body:not(.fl-builder-edit) .footer_smallprint {
        position: relative !important;
    }
    body:not(.fl-builder-edit) .footer_decoration {
        width: 70%;
    }

    /* EVENT SINGULAR PAGE */
    .event_singular_page .event_badge {
        top: -32px !important;
        left: -32px !important;
    }
    .flex_end .fl-col-content.fl-node-content {
        align-items: center !important;
    }

    /* CIRCLE BUTTONS FRENCH MENU */
    .translatepress-fr_CA .button_round {
        font-size: 12px !important;
    }

    .green_border {
        top: -1px;
    }
    
}

/* CELLPHONE */
@media only screen and (max-width: 530px) {
    .mobile_height .fl-row-content-wrap {
        background-position: 0% 120% !important;
        background-size: 100% !important;
        padding-bottom: 400px !important;
        min-height: auto !important;
    }
}