/**
 * Node creation and comment form elements.
 */

.c-node-form {
}

/* Reset all label text to initial weight and add margin below */
.c-node-form label {
  font-weight: initial;
  margin-bottom: 1rem;
}

/* Wrappers for labels and form elements */
.c-node-form .form-wrapper {
  margin-bottom: 3rem;
}

/* Labels for node titles (o-paragraph-large, g-color-light-grey) */ 
.c-node-form .field--name-title label {
  font-family: 'Halis GR', sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
  color: #bcb8b8;
}

/* Text inputs */
.c-node-form .form-text {
  width: 100%;
}

/* Section checkboxes */

.c-node-form #edit-field-top-sections {
    display: flex;
}

.c-node-form #edit-field-top-sections .form-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-right: 30px;
}

.c-node-form #edit-field-top-sections label {
  margin-bottom: 0rem;
}

.c-node-form__section-icon img {
  width: 45px;
  margin-bottom: .5rem;
}

.c-node-form #edit-field-top-sections--wrapper .fieldset-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.c-node-form #edit-field-top-sections--wrapper--description {
  color: #C4C4C6;
}

/* Hide comment subject line lablels and inputs */

.c-node-form--comment .field--name-subject {
  display: none;
}
