/*
 Theme Name:   LAC Group 2019
 Description:  LAC Group Theme
 Author:       David Fox
 Template:     lac-base-theme
 Version:      1.0
 Text Domain:  lac-group
*/

/* -------------------------------------------------------------------------- */
/*                           Post category overrides                          */
/* -------------------------------------------------------------------------- */
/* News page */
.category-21 .post_text { width: 75% !important; }
.category-21 .post_image { width: 25% !important; }
.category-21 .post_image img { margin-top: 45px !important; }

/* Inline asterisk mark for required fields */
.gform-inline-required-mark .gfield_checkbox label:before {
  content: '*';
  display: inline-block;
  color: #790000;
  font-weight: bold;
  font-size: 20px;
  margin-right: 8px;
}
.gform-inline-required-mark .gfield_label {
  display: none !important;
}

.c-hp-use-case__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 32px;
}
