/* Show or hide display title classes */
.hide-post-type .field--name-field-post-type {
  display: none !important;
}

.show-post-type .field--name-field-post-type {
  display: block !important;
}
