header .header-wrap .menu-wrap .oddand-top-menu ul li.current-menu-item {
    position:relative;
}
header .header-wrap .menu-wrap .oddand-top-menu ul li.current-menu-item:after {
    content:"";
    display:block;
    position:absolute;
    width: 100%;
    height:2px;
    background-color: #FFDF6C;
    margin-top:3px;
}
header .header-wrap .logo-wrap .logo img {
    width: 60px;
}
footer .oddand-footer-menu ul li a {
    font-size: 22px !important;
}