/******************************************************************************/
/******************************************************************************/
/***************************** TAG SINGLE PAGE STYLES *************************/
/******************************************************************************/

/* 768px and all */
.tag-single-header span {
  font-size: 14px;
  text-transform: uppercase;
  color: #B5B5B5;
  font-weight: 800;
}

.tag-single-header .text-primary {
  font-size: 36px;
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 800;
}

.tag-single-header .tag-single-related-tags p {
  font-size: 14px;
  font-weight: 600;
  color: #009894;
}

.tag-single-header p {
  font-size: 1.0em;
}
/* 767px to 1199px */
@media (min-width: 767px) and (max-width: 1199px) {

}
/* 768px and up */
@media (min-width: 768px) {
  .tag-single-header .text-primary {
    font-size: 60px;
    margin-top: 0.5rem;
    margin-bottom: 2.0rem;
    font-weight: 800;
  }

  .tag-single-header p {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
