/* Shared hero styles for single-space.php and single-industry.php */

.huddle_spaces_hero_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.huddle_spaces_hero_section h2,
.huddle_spaces_hero_section h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}

.huddle_spaces_hero_section h2 span,
.huddle_spaces_hero_section h1 span {
  font-weight: 300;
}

.space_section_padding-banner {
  padding: 250px 0 180px 0;
}

section.huddle_spaces_hero_section p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}

section.huddle_spaces_hero_section .huddle_spaces_banner_buttons {
  padding-top: 25px;
}

section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.dark-btn {
  color: #fff;
  background-color: #4eb857;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #4eb857;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.huddle_spaces_hero_section
  .huddle_spaces_banner_buttons
  a.dark-btn:hover {
  border: 1px solid #fff;
  background-color: #ffffff1a;
}

section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.light-btn {
  color: #fff;
  background-color: #ffffff1a;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.huddle_spaces_hero_section
  .huddle_spaces_banner_buttons
  a.light-btn:hover {
  border: 1px solid #4eb857;
  background-color: #4eb857;
}

@media screen and (max-width: 540px) {
  section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.light-btn,
  section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.dark-btn {
    margin-bottom: 12px;
  }

  section.huddle_spaces_hero_section .huddle_spaces_banner_buttons {
    flex-wrap: wrap;
    display: flex;
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .huddle_spaces_hero_section h2,
  .huddle_spaces_hero_section h1 {
    font-size: 36px !important;
  }

  .space_section_padding-banner {
    padding: 110px 0;
  }

  section.huddle_spaces_hero_section p {
    padding-bottom: 0;
  }

  section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.light-btn,
  section.huddle_spaces_hero_section .huddle_spaces_banner_buttons a.dark-btn {
    padding: 7px 13px;
    font-size: 14px;
  }
}

@media screen and (min-width: 2000px) {
  .space_section_padding-banner {
    padding: 270px 0 180px 0;
  }
}
