/* Enter Your Custom CSS Here */
input[type="reset"], input[type="submit"]{
   display: none;
}

input[type="search"]{
  width: 70%;
  padding-left: 25px;
  background-image: url("http://observacoop.org.mx/wp-content/uploads/2018/04/lupa.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.hentry .entry-media{
display: none;
}