/* HEADER */
.header-row .fl-col-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .header-row .fl-col-group {
    flex-direction: column;
    justify-content: center;
  }
}
/* GUTENBERG */
.post-content p {
  margin-top: 30px;
}
.post-content h2 {
  margin-top: 50px;
  font-size: 36px;
}
.post-content h3 {
  font-size: 24px;
}
.post-content h3, post-content h4 {
  margin-top: 30px;
}
.post-content a {
  color: #59267c;
}
.post-content figure {
  margin: 100px 0 100px 0;
}
.post-content figure:first-child {
  margin-top: 0;
}
.post-content .wp-block-gallery {
  margin: 100px 0 100px 0;
}
.post-content blockquote {
  margin: 100px 50px 100px 50px;
  font-size: 30px;
  border-color: #59267c;
}
.post-content blockquote cite {
  font-size: 20px;
}
.post-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* GRAVITY FORMS */
.gform-field-label--type-sub {
  font-weight: 400;
}
.gfield, .gform-wrapper.gravity-theme-fieldset {
  margin-bottom: 20px !important;
}
