/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2018 | 20:50:40 */
/* Heighlighting parent menu item on Main Menu */
header .current-page-ancestor > a {
    background-color: #F5C52C;
}
header li.focus > a .menu-item-text {
  	color: #35352d !important;
}
header .current-page-ancestor > a .menu-item-text, header li.focus > a:hover .menu-item-text {
    color: #fff !important;
}
