/------------------------THE MENU-------------------------*/

.et-cart-info { display: none !important; }

/*sets the font of only one word in each menu item - class set in appearance - menu*/
.Know {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
}

.Employ {
    font-family: 'Droid Serif',Georgia,"Times New Roman",serif!important;
}

.Consult {
    font-family: 'Lobster',display!important;
}

.current-menu-item .Know,
.current-menu-item .Employ ,
.current-menu-item .Consult 
{
    color: #0000CD;
    font-weight: bold;
}

/*makes line appear underneath the menu*/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 35%; /*Set the distance of the line from the word, higher is closer*/
 background: #0000CD; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

/*---------------------------EVENTS PAGES---------------------*/

.event .post-meta {
  display:none;
}

.event .et_pb_row{
  margin-left: 0!important;
  margin-right:0;
}
