@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.dive-centre-banner.site-banner .site-information .button-section a {
  font: normal 18px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 11px 30px;
}

.middle-content {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .middle-content {
    padding: 30px 0 10px;
  }
}
.middle-content__details-description {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .middle-content__details-description {
    text-align: center;
  }
}
.middle-content__details-description h1, .middle-content__details-description h2, .middle-content__details-description h3, .middle-content__details-description h4, .middle-content__details-description h5, .middle-content__details-description h6 {
  color: #fff;
  font-family: "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.middle-content__details-description strong {
  font-family: "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.middle-content__details-image.content {
  display: none;
}
@media screen and (max-width: 768px) {
  .middle-content__details-image.content {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .middle-content__details-image.content img {
    height: 360px;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .middle-content__details-image.content img {
    height: 260px;
  }
}
@media screen and (max-width: 440px) {
  .middle-content__details-image.content img {
    height: 160px;
  }
}
.middle-content__details-image.not-content {
  display: block;
}
@media screen and (max-width: 768px) {
  .middle-content__details-image.not-content {
    display: none;
  }
}
.middle-content__details-image img {
  border-radius: 16px;
  height: 420px;
  object-fit: cover;
  width: 100%;
}

.divers-list {
  padding: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  .divers-list {
    padding: 20px 0 0;
  }
}
.divers-list .divers__content {
  margin: 30px auto 70px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .divers-list .divers__content {
    margin: 20px auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .divers-list .divers__content .diver-desktop {
    display: none;
  }
}
.divers-list .divers__content .diver-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .divers-list .divers__content .diver-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .divers-list .divers__content .diver-mobile #swiper-diver-posts {
    padding-bottom: 50px;
  }
}
.divers-list .divers__content .diver-mobile #swiper-diver-posts .swiper-pagination .swiper-pagination-bullet {
  background: #cccccc;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.divers-list .divers__content .diver-mobile #swiper-diver-posts .swiper-pagination .swiper-pagination-bullet-active {
  background: #F16122;
  border-radius: 10px;
  width: 32px;
}
.divers-list .divers__wrap {
  background: #fff;
  border: 1px solid #F2F2F7;
  border-radius: 16px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  width: 100%;
}
.divers-list .divers__wrap-image {
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 991px) {
  .divers-list .divers__wrap-image {
    padding: 20px;
    text-align: center;
    grid-column: span 12;
  }
}
.divers-list .divers__wrap-image img {
  border-radius: 8px;
  height: 297px;
  object-fit: cover;
  width: 100%;
}
.divers-list .divers__wrap-details {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 991px) {
  .divers-list .divers__wrap-details {
    padding: 0 20px 20px;
  }
}
.divers-list .divers__wrap-details-title {
  color: #000000;
  font: normal 32px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .divers-list .divers__wrap-details-title {
    font: normal 24px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .divers-list .divers__wrap-details-title {
    font: normal 20px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 24px;
  }
}
.divers-list .divers__wrap-details-description {
  color: #000000;
  font: normal 16px "LatoRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  .divers-list .divers__wrap-details-description {
    font: normal 14px "LatoRegular", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 18px;
  }
}
.divers-list .divers__wrap-details-description ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.divers-list .divers__wrap-details-description ul li {
  position: relative;
}
.divers-list .divers__wrap-details-description ul li:before {
  content: "";
  background: #F16122;
  border-radius: 50%;
  height: 6px;
  left: -20px;
  position: absolute;
  top: 12px;
  width: 6px;
}
.divers-list .divers__wrap-details-description strong {
  font: normal 16px "InterSemiBold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.divers-list .divers__wrap-details-description p {
  margin-bottom: 15px;
}
.divers-list .divers__wrap-details-description p:last-child {
  margin-bottom: 0;
}
.divers-list .divers__wrap-details-button {
  margin-bottom: 20px;
}
.divers-list .divers__wrap-details-button a {
  background: #F16122;
  border-radius: 10px;
  color: #fff;
  font: normal 18px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 11px 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 440px) {
  .divers-list .divers__wrap-details-button a {
    padding: 12px 20px;
  }
}
.divers-list .divers__wrap-details-button a .icon {
  top: 4px;
}
.divers-list .divers__wrap-details-contacts {
  display: flex;
  text-align: center;
}
.divers-list .divers__wrap-details-contacts a {
  padding: 0 10px;
}
.divers-list .divers__wrap-details-contacts a:first-child {
  padding-left: 0;
}

/* =========================================
   Dive Event PDF Style Layout
   ========================================= */
.dive-event-content__details {
  margin: 0 auto;
  padding: 40px 24px;
  background: #fff;
  /* Typography */
  /* Intro quote */
  /* Gutenberg columns */
  /* Genesis containers */
  /* Images */
  /* Large hero image */
  /* Two-column text layout */
  /* Create PDF-style breathing space */
  /* Gallery style spacing */
  /* =========================================
     Responsive
     ========================================= */
}
.dive-event-content__details p {
  margin-bottom: 24px;
  letter-spacing: 0.2px;
}
.dive-event-content__details > p:first-child {
  margin: 0 auto 50px;
  text-align: center;
}
.dive-event-content__details .wp-block-columns {
  gap: 32px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.dive-event-content__details .wp-block-columns + .wp-block-columns {
  margin-top: 20px;
}
.dive-event-content__details .wp-block-columns:last-child {
  margin-top: 60px;
}
.dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(2):last-child) .wp-block-column {
  flex-basis: calc(50% - 16px);
}
.dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(3):last-child) .wp-block-column {
  flex-basis: calc(33.333% - 22px);
}
.dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) .wp-block-column {
  flex-basis: calc(25% - 24px);
}
@media screen and (max-width: 768px) {
  .dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(2):last-child) .wp-block-column, .dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(3):last-child) .wp-block-column, .dive-event-content__details .wp-block-columns:has(.wp-block-column:nth-child(4):last-child) .wp-block-column {
    flex-basis: 100%;
  }
}
.dive-event-content__details .wp-block-column {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.dive-event-content__details .wp-block-column .wp-block-image img {
  width: 100%;
}
.dive-event-content__details .gb-block-container {
  margin-bottom: 50px;
}
.dive-event-content__details .wp-block-image {
  margin: 0;
  border-radius: 14px;
  position: relative;
}
.dive-event-content__details .wp-block-image img {
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.dive-event-content__details .size-large img,
.dive-event-content__details .size-full img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dive-event-content__details .wp-block-group {
  gap: 40px;
  align-items: flex-start;
}
.dive-event-content__details .wp-block-group p {
  flex: 1;
}
.dive-event-content__details .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dive-event-content__details .wp-block-column > * + * {
  margin-top: 24px;
}
.dive-event-content__details .wp-block-column p {
  text-align: justify;
}
.dive-event-content__details .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .dive-event-content__details {
    padding: 30px 20px;
  }
  .dive-event-content__details .wp-block-columns {
    flex-direction: column;
    gap: 24px;
  }
  .dive-event-content__details .wp-block-group {
    flex-direction: column;
  }
  .dive-event-content__details > p:first-child {
    font-size: 18px;
    line-height: 1.7;
  }
  .dive-event-content__details p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .dive-event-content__details {
    padding: 20px 16px;
  }
  .dive-event-content__details > p:first-child {
    font-size: 17px;
  }
  .dive-event-content__details .wp-block-image {
    border-radius: 10px;
  }
  .dive-event-content__details .wp-block-image img {
    border-radius: 10px;
  }
}

/*# sourceMappingURL=dive-centre.css.map */
