/*
Theme Name:         Classic Safari Theme
Description:        A WordPress custom theme.
Version:            1.0.0
Author:             InsideOut Group
Author URI:         https://www.insideoutgroup.com.au/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.contact-section .section-content {
  min-height: 600px;
  padding-top: 3rem !important;
}

.hero-section .home-slider__title {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .hero-section .home-slider__title {
    font-size: 7.25rem !important;
  }
}

.btn-collapse {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-collapse:hover,
.btn-collapse:focus {
  color: inherit;
}

.app-menu__nav .main-menu > li.menu-item-has-children > a {
  padding-left: 1.5rem;
}

#jsAccomodationSliderNav {
  margin-top: 20px;
}

#jsAccomodationSliderNav .slick-track {
  padding-top: 0;
}

@media (min-width: 768px) {
  #jsAccomodationSliderNav .slick-prev {
    left: 20%;
    margin-left: 10px;
    margin-right: 0;
  }

  #jsAccomodationSliderNav .slick-next {
    right: 20%;
    margin-right: 10px;
    margin-left: 0;
  }
}

#frm_field_351_container,
#frm_field_352_container {
  width: 100%;
  margin-right: 0 !important;
  /* margin-left: 60%; */
}

#field_w9qt3,
#field_wbyqj {
  border: 0 !important;
  /* min-width: 40% !important;
    max-width: 40% !important; */
  padding: 0 !important;
  width: fit-content;
  height: auto;
}

#field_w9qt3 {
  font-size: 14px !important;
}

#field_wbyqj {
  font-size: 20px !important;
}

#field_w9qt3_label {
  display: block !important;
  font-size: 14px !important;
  width: fit-content !important;
  /* max-width: 60% !important; */
  text-align: right;
  padding-top: 0 !important;
  margin-right: 5px !important;
}

#field_wbyqj_label {
  display: block !important;
  font-size: 20px !important;
  width: fit-content !important;
  /* max-width: 60% !important; */
  text-align: right;
  padding-top: 0 !important;
  font-weight: bolder;
  margin-right: 5px !important;
}

@media (min-width: 1200px) {
  .main > .container {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }

  .page-content > .container {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }

  .map-section > .container {
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.animal-icon {
  max-width: 100px;
}

.frm_style_tcsc-new-style.with_frm_style .frm_error {
  font-style: normal !important;
  color: #000 !important;
  padding: 10px !important;
}

b, strong {
  font-weight: bold;
}