/* -----------------------------------------------------------------------------------

[TABLE OF CONTENTS]

 01. Header
 02. Hero Slider
 02. Footer
 
----------------------------------------------------------------------------------- */

@media(max-width: 767px){
	.jc_slider_info {
    	padding: 0px 30px;
	}

	.weekly_offer_inner {
	    padding: 40px 30px;
	    padding-top: 40px;
	}

	.jc_resources_inner {
	    padding: 40px 30px;
	}

	.support_efforts_inner {
	    padding: 40px 30px;
	}
	
	.jc_bttn {
        padding: 8px 20px!important;
    }
    .site-branding {
        margin: 0;
        padding: 5px 0px;
    }

}



/*====== Header ======*/



/*@media(min-width:1701px){
	.ct-search-box {
    	min-width: 360px;
	}
}*/


@media(min-width:1001px){
    .ct-container-fluid [data-column='end']>[data-items='primary'] {
        justify-content: space-around;
    }
}


@media(min-width:1540px) and (max-width:1700px) {
	.ct-search-box {
    	min-width: 185px;
	}
}


@media(min-width:1001px) and (max-width:1300px) {
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 12px;
    }
     .ct-search-box {
        margin-right: 5px;
    }
    [data-items] .ct-header-text {
        padding: 5px 0;
        margin-right: 0;
    }
}


@media(min-width:1301px) and (max-width:1340px) {
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 22px;
    }
    .ct-search-box {
        margin-right: 5px;
    }
    [data-items] .ct-header-text {
        padding: 5px 0;
        margin-right: 0;
    }
}

@media(min-width:1341px) and (max-width:1400px) {
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 25px;
    }
    .ct-search-box {
        margin-right: 5px;
    }
    [data-items] .ct-header-text {
        padding: 5px 0;
        margin-right: 0;
    }
}

@media(min-width:1401px) and (max-width:1540px) {
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 30px;
    }
    .ct-search-box {
        margin-right: 10px;
    }
}

@media(min-width:1541px) and (max-width:1700px) {
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 40px;
    }
}

@media(min-width:16000px) {
    .ct-container-fluid [data-column='end']>[data-items='primary'] {
        padding-left: 20px;
    }
}

@media(min-width:1440px) {
    .ct-container-fluid [data-column='end']>[data-items='primary'] {
        justify-content: space-around;
    }
}

@media(min-width:1001px) and (max-width:1200px) {
    .ct-container-fluid {
        position: relative;
    }
    header [data-column='end'] {
        position: absolute;
        right: 0;
        top: 40px;
    }
    html {
        width: 100vw;
        overflow: auto;
    }
    .ct-header [data-id="menu"] > ul > li > a {
        padding: 0px 15px;
        font-size: 12px;
    }
}


/*====== max width ======*/
@media(max-width:1024px){
	span.wdg_top_m {
    	display: none;
    	opacity: 0;
	}

	[data-column="copyright"] {
    	order: 3;
	}

	.support_efforts_category_items .category_items_wrapper {
	    min-width: inherit;
	    padding: 15px;
	}
	
	.gray_header [data-device='mobile'][data-transparent] {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        background: #3E3E3E;
        padding: 5px 0px;
    }

}

@media(max-width: 1240px){
	.featured_box_bttn {
    	position: relative; 
    	bottom: 0px; 
    	left: 0%; 
    	margin-left: 0px; 
	}
	.jc_featured_bttn {
	    position: relative; 
    	bottom: 0px; 
    	left: 0%; 
    	margin-left: 0px;
	}
}


@media(min-width:1024px){
    .menu-item-has-children {
        position: relative;
    }

    /*.menu-item-has-children ul .menu-item-has-children ul {*/
    /*    position: absolute;*/
    /*    right: -300px;*/
    /*    top: 30px;*/
    /*}*/

    .menu-item-has-children.animated-submenu .sub-menu .menu-item-has-children .sub-menu:before {
        position: absolute;
        content: "";
        height: 0px;
        border-bottom: 12px solid #2d2d2d;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        width: 35px;
        left: 40px;
        opacity: 0;
    }    
    
}

/* ======================= FOOTER ======================*/


@media(min-width:1024px){
    [data-row="top"] .ct-container[data-columns-divider="md"] {
        grid-template-columns: 16% 13% 20% 19% 22% 11% !important;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        grid-template-columns: 18% 18% 22% 29% !important;
        grid-column-gap: 60px;
    }
}
