/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2025 | 17:15:12 */
#header{
	pointer-events:none;
	z-index: 2;
	
}

#header .site-branding{
	pointer-events:all;
}

#header .site-branding .custom-logo {
    height: auto;
    max-width: 100%;
}

.is-content-justification-space-between {
	justify-content: space-between
}

footer#footer {
    pointer-events: none;
	bottom:0;	
}
footer#footer .menu{
	pointer-events: all;
}

footer#footer, header#header {
    position: fixed;
    width: 100%;
}
	
	
@media (max-width: 689.98px) {
    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --grid-template-columns: 1fr 2fr;
    }
}


body.term-9 header#header {
    display: none;
}

body.home header#header, body.term-7 header#header {
    display: none;
}

