.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
	background-color: #008fc9!important;
}

.zpdark-section a {
	color: white;
}

.zpdark-section a:hover {
	color: #008FC9;
}

@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
        background-color: #008FC9 !important;
    }
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
	color: white!important;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a:hover {
	color: white!important;
}

.theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
	color: red!important;
}

.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
	max-width: 70%;
    max-height: 130px;
}