/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2025 | 11:17:28 */
#Footer .widgets_wrapper {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-header-mini #Top_bar .top_bar_left {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .tr-menu.header-split #Top_bar:not(.is-sticky) {
        display: none;
    }
}

.is-sticky{
	display: none;
}

.themecolor{
	color: #F2EA85;
}