/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body { -webkit-font-smoothing: antialiased; }
.orange { color: #f15a29; }
.orange-bg { background-color: #f15a29; }


.grve-icon-boxes.grve-icon-medium .grve-icon {
  display: flex; 
  justify-content: center;
}

#grve-footer .grve-footer-menus-wrapper .grve-footer-menu {
  width: 45% !important; 
}

.grve-footer-copyright {
  justify-content: center !important; 
}



.hs-input {t
  padding: 12px 14px !important; 
}
.hs-form-field {
  margin-bottom: 8px !important; 
}

fieldset.form-columns-1 input[type="text"],
fieldset.form-columns-1 input[type="email"],
fieldset.form-columns-1 input[type="phone"],
fieldset.form-columns-1 select {
  width: 100% !important;
}

.grve-blog-title {
  min-height: 32vh;
}
.grve-author-bio {
  max-width: 1180px;
  margin: 0 auto; 
}