.subhome-style {
  margin: 10px auto;
  padding: 0;
}
.subhome-style li {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 10px 0;
}
.subhome-style label {
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  max-width: 100%;
  width: 220px;
  line-height: 1.2em;
}
.subhome-style input[type=text],
.subhome-style input[type=date],
.subhome-style input[type=datetime],
.subhome-style input[type=number],
.subhome-style input[type=search],
.subhome-style input[type=time],
.subhome-style input[type=url],
.subhome-style input[type=email],
.subhome-style textarea,
.subhome-style select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px solid #bebebe;
  width: 50%;
  min-width: 295px;
  border-radius: 2px;
}

.subhome-style .field-divided {
  width: 49%;
}

.subhome-style .field-long {
  width: 100%;
}
.subhome-style .field-select {
  width: 100%;
}
.subhome-style .field-textarea {
  height: 100px;
}

.subhome-style input[type="submit"]#edit-submit {
  margin-top: 10px;
}

.subhome-style li.js-form-type-checkbox {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.subhome-style li.js-form-type-checkbox label {
  display: inline-block;
  font-size: 13px;
}

.subhome-style li.js-form-type-checkbox input {
  margin-right: 5px;
}

.subhome-style .js-form-item > div {
  font-size: 13px;
  color: #333;
}

.subhome-style .js-form-item:not(.js-form-type-checkbox) > label {
  font-weight: 700;
  font-size: 13px;
}

/* Node subhome */
.page-node-subhome .pb-subhome-content .Group:first-child {
  margin-top: 0;
}

.field--name-moderation-state {
  margin: 30px auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1304px;
}

.moderation-state-info {
  margin-bottom: 20px;
}
