/* Enter Your Custom CSS Here */.page .hentry .entry-header {
    display: none;
}
@media only screen and (max-width:991px){
  
  .footer-widgets,
  .footer-widgets .search-form .search-field{
    text-align: center;
  }
  
  .footer-widgets .search-form{
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
 
}