/**
 * Styles for customizations related to the Resources section.
 */
/*
 * Responsive font size mixins.
 */
/*
 * Text styling.
 * Also see heading.scss.
 */
.text-bold {
  font-weight: 700;
}

.text-label {
  font-weight: 700;
  margin-right: 5px;
}

.text-centered {
  text-align: center;
}

.text-small-3 {
  font-size: 0.5rem;
}

.text-small-2 {
  font-size: 0.8rem;
}

.text-small-1 {
  font-size: 0.9rem;
}

.text-normal {
  font-size: 1rem;
}

.text-large-1 {
  font-size: 1.1rem;
}

.text-large-2 {
  font-size: 1.3rem;
}

.text-large-3 {
  font-size: 1.5rem;
}

.text-large-4 {
  font-size: 2rem;
}

.text-large-5 {
  font-size: 3rem;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*
 * Photo Spots page view.
 */
.photo-spots {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 1540px) {
  .photo-spots {
    max-width: 1250px;
  }
}

.photo-spots__header {
  font-size: 1.2rem;
  margin: 10px 10px 25px;
}
.photo-spots__header li {
  margin: 0 1rem 0 3rem;
}

@media screen and (min-width: 1024px) {
  .photo-spots__main {
    display: flex;
    flex-direction: row;
  }
}

.photo-spots__main--first {
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .photo-spots__main--first {
    flex: 1;
    margin: 0 20px;
  }
}

.photo-spots__main--second {
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .photo-spots__main--second {
    flex: 3;
    margin: 0 20px;
  }
}

.photo-spots__filters .fieldset-legend {
  font-weight: 700;
}
.photo-spots__filters .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo-spots__filters .form-checkboxes .form-item {
  margin-right: 3px;
}

.geolocation-map-wrapper {
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
  transition: 0.3s;
}

/*
 * Event full page.
 */
.location-page__main_content {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (min-width: 1540px) {
  .location-page__main_content {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1024px) {
  .location-page__main_content {
    display: flex;
    flex-direction: row;
  }
}
.location-page__main_content li {
  margin-left: 25px;
}

@media screen and (min-width: 1024px) {
  .location-page__main_content--left {
    max-width: 800px;
    margin-right: 50px;
    flex: 2;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .location-page__main_content--right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.location-info {
  margin-top: 10px;
}

.location-page__image_and_description img {
  float: left;
  margin: 20px 15px 10px 0;
}

.strip--location .strip-panel--info__second {
  flex: 4;
}
.strip--location .strip-panel--info__footer {
  justify-content: space-between;
}
.strip--location .strip-panel--info__footer .buttons {
  margin-right: 5px;
}

.location-page__info-block {
  margin-bottom: 20px;
}

.info-block--location .info-block__content {
  font-size: 1rem;
}

.location-webform {
  max-width: 95%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .location-webform {
    max-width: 1250px;
  }
}
.location-webform .location-webform__header {
  max-width: 75%;
  margin: 25px auto;
  font-size: 1.2rem;
}
.location-webform .location-webform__header li {
  margin: 0 1rem 0 3rem;
}
.location-webform fieldset {
  margin-bottom: 30px;
}
.location-webform .location-webform__field-wrapper {
  margin: 15px 0;
}

.embedded-location-experience-form .field--name-field-comment {
  font-size: 0.8rem;
}
.embedded-location-experience-form .form-checkboxes {
  display: flex;
}
.embedded-location-experience-form .form-checkboxes div {
  margin-right: 5px;
}
.embedded-location-experience-form .field--type-datetime {
  font-size: 0.8rem;
}
.embedded-location-experience-form .field--type-datetime h4 {
  font-size: 0.9rem;
}
.embedded-location-experience-form .field--name-field-time-of-day {
  font-size: 0.9rem;
}