/* Custom Heros frontend styles */
header.site-header, header#masthead {
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* Center header text content within 80% width of the container */
header.site-header .ch-hero-overlay,
header#masthead .ch-hero-overlay {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 2;
}

.ch-hero-overlay {
  padding: 20px;
}

.ch-hero-overlay .ch-hero__text {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  header.site-header .ch-hero-overlay,
  header#masthead .ch-hero-overlay {
    top: 70%;
  }
  
  .ch-hero-overlay .ch-hero__text {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  header.site-header .ch-hero-overlay,
  header#masthead .ch-hero-overlay {
    top: 70%;
  }
  
  .ch-hero-overlay .ch-hero__text {
    font-size: 24px;
  }
}

.ch-hero-selector {
  margin-bottom: 20px;
}

.ch-hero-selector label {
  margin-right: 8px;
}
