/* Enter Your Custom CSS Here */

.entry-meta {
display: none;
}

body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}
ul.main-menu li.header-search {
display: none;
}
#menu-item-search {
display: none;
}
#search-toggle {
display: none;
}
/* hide search */
.module.widget-handle.search-widget-handle.left.hidden-xs.hidden-sm {
    display: none;
}

.main-navigation li {
  padding: 0px 16px;
}
#header-right-section .fa.search-top {
  display: none;
}