/* Snoka Columns */
.snoka-columns-container {
  display: flex;
  flex-wrap: wrap;
}

.snoka-columns {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 20px;
	box-shadow: 0 0.25rem 0.25rem rgba(40,40,40,.06), 0 0.5rem 0.75rem rgba(40,40,40,.06), 0 0.75rem 1.25rem rgba(40,40,40,.06);	
}

/* Set the width based on the number of columns */
.snoka-columns-1 {
  flex-basis: 100%;
  margin-left: 0;
}

.snoka-columns-2 {
  flex-basis: calc(50% - 10px);
}
.snoka-columns-2:nth-child(2n+1) {
  margin-left: 0;
}

.snoka-columns-3 {
  flex-basis: calc(33.33% - 13.333px);
}
.snoka-columns-3:nth-child(3n+1) {
  margin-left: 0;
}
.snoka-columns-4 {
  flex-basis: calc(25% - 15px);
}
.snoka-columns-4:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 880px) {
  .snoka-columns {
    flex-basis: 100%;
    margin: 0 0 40px 0;
  }
}

.snoka-columns-container .category {
  width: 100%;
	border-radius: 10px;
	position: relative;

}
.package.snoka-columns {
    position: relative;
    border-radius: 10px;
}
.av-partners {
  background: #ffffff;
  margin-bottom: unset;
}

nav.breadcrumbs {
  padding: 8px;
}

.separate-containers main#main {
  margin-top: unset !important;
}

.activities-container h4,
.packages-container h4 {
  margin-bottom: unset;
  margin-top: 5px;
	font-size:20px;
}

.snoka-zaui-duration i {
  padding-right: 6px
}

.snoka-zaui-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  position: relative;
  overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}

.snoka-zaui-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.activity-details, .package-details {
    margin-bottom: 71px;
    padding: 0px 10px 0px 10px;
}
.snoka-zaui-button {
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 15px 10px;
}

.button,
button,
input[type="button"],
input[type="submit"],
.perfecty-push-dialog-container .perfecty-push-dialog-form button,
.wp-block-button__link {
  border-radius: 8px;
  line-height: 1.30em;
  padding: 8px 18px;
  cursor: pointer;
}

.activities-container h2 {
  padding-top: 20px;
}

p.snoka-zaui-description {
  margin-bottom: 8px;
}

p.snoka-zaui-duration {
  margin-bottom: 0px;
}

.packages-container .package p {
    margin-bottom: 8px;
}


li.wp-social-link.wp-block-social-link {
  margin-bottom: unset;
}

.c-accordion__title {
  font-size: 25px;
}

.header-link-on-dark a {
  color: #ffffff;
}
.header-link-on-dark a:hover {
  color: #7aaedb;
}


/* Video Background*/
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

video {
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.background-video-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
  opacity: .8;
}

.background-video-content {
  position: relative;
  z-index: 3;
  font-size: 25px;
  font-weight: 600;
}

.background-video-content .wp-block-columns {
  margin-bottom: 0px;
}

.background-video-content p {
  margin-bottom: 0px;
}

.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero {
  color: #ffffff;
  padding-top: 7%;
  padding-right: 40px;
  padding-bottom: 7%;
  padding-left: 40px;
  box-sizing: border-box;
}


@keyframes text-animation {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.animated-text {
  animation: text-animation 2s ease-out;
  text-align: center;
  text-shadow: 0px 15px 5px rgba(0,0,0,0.1),
                 10px 20px 5px rgba(0,0,0,0.05),
                 -10px 20px 5px rgba(0,0,0,0.05);

}

@media screen and (min-width: 1000px) {
  .page-hero {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .page-hero {
    min-height: 400px;
  }
}
p.animated-text.page-hero-sub-title {
  font-weight: 400;
}

.av-package-detail-hero {
  margin-bottom: 0px;
}



.chform-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}

.chform-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.chform-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0010pxrgba(0, 0, 0, 0.5);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: unset;
  width: 100%;
}

.chform-modal-close {
  z-index: 1001;
  position: fixed;
  right: 10px;
  top: 10px;
  float: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.2em;
}
button.chform-modal-close {
    padding: 10px 10px 3px 10px;
}
.chform-modal-close:hover {
  color: #aaa;
}

@media(max-width:768px) {
  .chform-modal-content {
      top: 10%;
      left: 0;
      transform: none;
      max-width: 100%;
      max-height: 735px
  }
}

@mediascreenand(max-width:480px) {
  .chform-modal-content {
      top: 10%;
      left: 0;
      transform: none;
      width: 100%;
      height: 100%;
      min-width: 100%;
  }
}

@media(min-width:940px) {
  .chform-modal-content {
      max-width: 600px;
  }
}

.chform-modal-content {
  padding: 32px;
}
.chform-modal-close svg {
    fill: #ffffff;
}