/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed!important;
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 0;
  z-index: 120;
  box-sizing: border-box;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 0;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  width: 4px;
  min-width: 4px;
  height: 15px;
  opacity: 1;
  background: transparent;
  border-bottom: 3px solid #0043ea;
  opacity: 0.3;
  border-radius: 0;
  margin: 0;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-prev-next-button .arrow {
  fill: #00ff80;
}
.flickity-prev-next-button.no-svg {
  color: #00ff80;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
  height: 100%;
}

html.is-flickity-fullscreen body {
  overflow: hidden;
  height: 100%;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: hsl(223deg 100% 15%);
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  fill:#00ff80;
}
.carousel-cell {
  height: 100%;
  min-height: 100%;
}
.carousel-cell {
  height: 100%;
}

.carousel-cell > div {
  height: 100%;
}

.carousel-cell img {

  object-fit: cover;
  height: 100%;
  width: 100%;
}

.is-fullscreen .carousel {
  background: #FAFAFA;
}

.is-fullscreen .carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 0;
  counter-increment: carousel-cell;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.is-fullscreen .carousel-cell {
  width: 100%; /* full width */
  height: auto;
  background: transparent;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}
.flickity-enabled.is-fullscreen {
  background: #000616;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.flickity-viewport {
  min-height: 60vw;
}
.is-fullscreen .flickity-viewport {
  width: 100%!important;
  height: 100%!important;
  max-height: unset;
}

.is-fullscreen .flickity-page-dots {
  display: block;
}




.qodef-ig-image img {
  border-radius: 0;
}
.is-fullscreen .qodef-ig-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: auto;
    width: auto;
}
.is-fullscreen .carousel-cell img {
  display: block;
  max-height: 100%;
  border-radius: 0;
}



/* cell number */
/* .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: #00ff80;
} */
.ox-no-padding {
  padding: 0 15px;
}


.ox-no-padding .wpb_text_column h2 {
    margin: 0 0 0.5rem;
}

.ox-no-padding > div {
  padding: 0;
}

.ox-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.ox-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ox-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
}
.ox-prev-next-button .ox-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.ox-button-icon {
    fill: #00ff80;
}
.prev-grid {
  display: none;
}
.next-grid {
  display: none;
}

.ox-button.inactive {
    opacity: .3;
    cursor: unset;
}
.gallery-title > div {
    display: block;
    margin-bottom: 3rem!important;
}
.gallery-title > div > div {
    color: #00ff80;
}



@media (min-width: 750px) {
  .qodef-ig-inner:not(.is-fullscreen) .qodef-ig-image > div:hover {
    cursor: pointer;
  }

  .qodef-ig-inner:not(.is-fullscreen) .qodef-ig-image > div:hover {
    opacity: .6;
  }
  .ox-mobile-order .qodef-ig-inner:not(.is-fullscreen) .qodef-ig-image {
    height: 150px;
  }
  .ox-mobile-order .qodef-ig-inner:not(.is-fullscreen) .qodef-ig-image .qodef-ig-image-inner {
    height: 100%;
  }
  .ox-mobile-order .qodef-ig-inner:not(.is-fullscreen) .qodef-ig-image .qodef-ig-image-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gallery-title > div {
      display: flex;
      justify-content: space-between;
      margin-bottom: 3rem!important;
  }
  .ox-no-padding .wpb_text_column h2 {
    margin: 0;
  }
  .prev-grid {
    display: block;
    left: 0;
  }
  .next-grid {
    display: block;
    right: 0;
  }
  .ox-no-padding {
    padding: 0;
    margin: 0 0;
  }
  .ox-no-padding .wpb_text_column {
    padding: 0 50px;
  }
  .qodef-ig-image img {
    border-radius: 7px;
  }
  .flickity-viewport {
    min-height: unset;
  }
  .flickity-fullscreen-button-exit {
    display: none!important;
  }
  .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    width: 10px;
    min-width: 10px;
    height: 15px;
  }
  .is-fullscreen .qodef-ig-image {
    width: 100%;
    height: 100%;
    padding: 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }

  .is-fullscreen .qodef-ig-image > div {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: opacity .2s linear;
  }
}

@media (min-width: 1008px) {
  .ox-no-padding {
    padding: 0;
    margin: 0px -50px 0;
  }
  .ox-no-padding .wpb_text_column {
    padding: 0 50px;
  }
  .ox-no-padding .wpb_raw_html {
    margin: 0 50px;
  }
}
