/* Admin theme fixes */
#toolbar-item-administration-tray .toolbar-logo {
  align-items: center;
  display: flex !important;
}

/* Hide this toolbar on mobile devices. its interfering with site nav. */
.gin-secondary-toolbar--frontend {
  display: none !important;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo img {
  margin-left: 10px;
}

@media (min-width: 975px) {
  /*Show secondary admin nav on desktop*/
  .gin-secondary-toolbar--frontend {
    display: flex !important;
  }

  .toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo img {
    max-height: initial !important;
    max-width: initial !important;
    transform: rotate(-90deg);
    width: 60px;
    margin-left: 0;
  }

  .toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo {
    height: 90px;
    margin-bottom: 5px;
  }
}


.field--type-color-field-type .form-item {
  margin-bottom: 5px;
}

.color_field_widget_box__square {
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

.color_field_widget_box__square:first-child {
  margin-left: 0;
}

.color_field_widget_box__square.active,
.color_field_widget_box__square:hover,
.color_field_widget_box__square:focus {
  box-shadow: none !important;
  height: 20px;
  outline: 3px solid black !important;
  outline-offset: 1px !important;
  width: 20px;
}

/*custom styling for promo large reference view from a promo large paragraph.*/
.ui-menu-item-wrapper {
  clear: both;
}
.autocomplete-promo-large-title {
  font-weight: bold;
}
.autocomplete-promo-large-image {
  float: right;
}

/**
 * Custom Styling for landing page form.
 * Display the field "title" and field "hide title" next to each other in the node form.
 */
@media only screen and (min-width: 1380px) {
  .form-title-wrapper {
    display: flex;
    align-items: flex-end;
  }
  .form-title-wrapper .field--name-title {
    margin-right: 30px;
  }
}


#field-hero-promo-values .th__h4-classform-item__label-form-item__label--multiple-value-formhero-promo-h4 h4:after {
  content: "*";
  color: #dc2323;
  line-height: 1;
  margin-right: 0.15em;
  margin-left: 0.15em;
  vertical-align: text-top;
  background: none;
}
