/* All the general styles for the site.  This mostly relates to padding and buttons */

/* Input */
input[type="text"]{
  font-family: 'Work Sans', sans-serif;
}

/* Buttons */
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  border: 0px solid #161616;
}
.fl-button-text{
  font-family: 'Work Sans', sans-serif;
  font-weight: normal !important;
}

/* Overflow */
.fl-post-grid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Removing post meta */
.fl-post-meta {
  display: none;
}