/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@font-face {
  font-family: 'bisonbold';
  src: url('fonts/bison-bold-webfont.woff2') format('woff2'),
    url('fonts/bison-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
#top #logo {
  font-family: 'bisonbold';
  font-weight: normal;
}

html body,
.text-regular {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#gform_wrapper_1 .gform_required_legend {
  display: none;
}

#gform_wrapper_1 .gfield input.medium {
  width: 90%;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 8px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'bisonbold';
  font-weight: normal;
  font-size: 1.25rem;
}

html body .nectar-post-grid-item .post-heading,
html body .nectar-post-grid-item .meta-category,
#beerlist .nectar-post-grid-item .post-heading{
    display: none!important;
}