/* Start custom CSS *//* Ensures any specified background for the main header is removed */
.main-header {
    background-color: transparent !important; 
}

/* Targeting menu items within the navigation bar for hover effect */
.main-header__layout .main-header__default .navbar-nav > li.menu-item a:hover {
    color: #e2120d; /* Changes the text color on hover */
}

:root, [data-theme="light"] {
    --color-primary: #e2120d; /* Your desired color */
}


.ms_theme_mode .theme-toggle>svg {
    display: none;
}

.post-meta-footer{
    display: none !important
}/* End custom CSS */