/**
 * /wp-content/themes/wilks/css/src/_helpers/_variables.scss
 * Sass variables
 *
 * @package		wilks
 * @subpackage	css/src/_helpers
 * @since		1.0.0
 */
/**
 * /wp-content/themes/wilks/css/src/_helpers/_mixins.scss
 * Sass Mixins
 *
 * @package		wilks
 * @subpackage	css/src/_helpers
 * @since		1.0.0
 */
/* Modal styles */
/* Custom navigation over carousel or gallery items */
/* For figure hover states showing figcaption */
/* Used in masonry gallery and gallery modal */
.photo-gallery-container {
  max-width: 1275px !important;
}
.photo-gallery-container nav.gallery-filter-nav {
  margin-bottom: 0;
}
@media screen and (max-width: 415px) {
  .photo-gallery-container nav.gallery-filter-nav {
    display: block;
  }
}
.photo-gallery-container nav.gallery-filter-nav .audience-list {
  max-width: 782px;
  margin: 0 auto 40px auto;
}
.photo-gallery-container nav.gallery-filter-nav .audience-list label {
  cursor: pointer;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list .flickity-viewport {
  min-height: 155px;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list button.flickity-button {
  padding: 0;
  height: 38px;
  width: 38px;
  background-color: #c41100;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list button.flickity-button svg {
  fill: white;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell {
  display: inline-block;
  min-height: 149px;
  width: 96px;
  margin: 0 3px;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell .img-wrap {
  border: solid 2px transparent;
  padding: 5px;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell.active .img-wrap, .photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell:hover .img-wrap {
  border: solid 2px #c41100;
  background-color: transparent;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell label {
  display: block;
  margin: 0;
  border: 0;
  width: auto;
  cursor: pointer;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell label img {
  width: 100%;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell:first-child {
  margin-left: 0;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.carousel-cell:last-child {
  margin-right: 0;
}
.photo-gallery-container nav.gallery-filter-nav .colours-list div.label {
  line-height: 0;
  text-align: center;
  margin-top: 22px;
  font-size: 15px;
}
@media screen and (max-width: 415px) {
  .photo-gallery-container nav.gallery-filter-nav .colours-list div.label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) {
  .photo-gallery-container nav.gallery-filter-nav .colours-list {
    padding: 0 65px;
  }
}
.photo-gallery-container nav.gallery-filter-nav form.nav-mob {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.photo-gallery-container nav.gallery-filter-nav form.nav-mob input[type=radio], .photo-gallery-container nav.gallery-filter-nav form.nav-mob select {
  display: none;
}
@media screen and (max-width: 415px) {
  .photo-gallery-container nav.gallery-filter-nav form.nav-mob ul.audience-list {
    display: none;
  }
  .photo-gallery-container nav.gallery-filter-nav form.nav-mob select.mob-select {
    display: block;
  }
}
.photo-gallery-container div.gallery-list {
  padding: 23px 0;
  width: 100%;
  margin: 0 auto;
}
.photo-gallery-container div.gallery-list .grid-sizer, .photo-gallery-container div.gallery-list figure.gallery-item {
  width: 100%;
  margin: 0%;
}
@media screen and (min-width: 993px) {
  .photo-gallery-container div.gallery-list .grid-sizer, .photo-gallery-container div.gallery-list figure.gallery-item {
    width: 30.833%;
    margin: 1.25%;
  }
}
@media screen and (max-width: 992px) and (min-width: 416px) {
  .photo-gallery-container div.gallery-list .grid-sizer, .photo-gallery-container div.gallery-list figure.gallery-item {
    width: 45%;
    margin: 2%;
  }
}
.photo-gallery-container div.gallery-list figure {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.photo-gallery-container div.gallery-list figure a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.photo-gallery-container div.gallery-list figure a img {
  width: 100%;
  height: auto;
}
.photo-gallery-container div.gallery-list figure a figcaption {
  text-align: center;
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: normal;
  color: white;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
  background: none;
}
.photo-gallery-container div.gallery-list figure a figcaption::before {
  content: "";
  display: none;
  z-index: 10;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/wilks/assets/icons/icons-search.svg") 50% 45% no-repeat;
}
.photo-gallery-container div.gallery-list figure a figcaption .figcapcontent {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
}
.photo-gallery-container div.gallery-list figure a:hover figcaption {
  display: block;
  background: url("/wp-content/themes/wilks/assets/images/trans50.png") repeat;
}
.photo-gallery-container div.gallery-list figure a:hover figcaption:before {
  display: block;
}

/**
 * /wp-content/themes/flexiteekglobal/css/src/frontend/_modal.scss
 * Flexiteek Modals
 *
 * @package		flexiteekglobal
 * @subpackage	css/src/frontend
 * @since		1.0.0
 */
.wilks-modal {
  display: none;
  position: fixed;
  width: 100vw;
  overflow-y: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background-color: #fff;
  padding-top: 50px;
  /* Customise the gallery modal */
}
@media screen and (max-width: 415px) {
  .wilks-modal {
    height: 100vh;
  }
}
.wilks-modal .modal-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.wilks-modal .modal-container .close {
  background: url("/wp-content/themes/wilks/assets/icons/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  opacity: 0.8;
}
.wilks-modal .modal-container .close:hover {
  opacity: 1;
}
.wilks-modal.photo-gallery-modal {
  max-width: 100% !important;
}
.wilks-modal.photo-gallery-modal .modal-container .close {
  display: block;
  margin: 0 auto 36px;
  opacity: 0.8;
  width: 44px;
  height: 44px;
}
.wilks-modal.photo-gallery-modal .modal-container .close:hover {
  opacity: 1;
}
.wilks-modal.photo-gallery-modal .modal-container nav {
  text-align: center;
  margin-top: 40px;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul {
  width: 350px;
  margin: 0 auto;
  align-items: normal;
  display: flex;
  list-style: none;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul li {
  width: 200px;
  border: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul li a {
  opacity: 1;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul li a:hover {
  border: 0;
  opacity: 0.8;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul li a img {
  background-color: #c41100;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 8px;
  box-sizing: content-box;
}
.wilks-modal.photo-gallery-modal .modal-container nav ul li:first-child, .wilks-modal.photo-gallery-modal .modal-container nav ul li:last-child {
  width: 40px;
  height: 30px;
}
.wilks-modal.photo-gallery-modal .modal-container .photo-data {
  display: inline-block;
  margin: 0 auto;
  min-height: 60vh;
}
@media (max-width: 400px) {
  .wilks-modal.photo-gallery-modal .modal-container .photo-data {
    display: block;
  }
}
.wilks-modal.photo-gallery-modal .modal-container .caption-wrap {
  margin: 0 auto;
}
.wilks-modal.photo-gallery-modal .modal-container .caption-wrap .caption {
  padding: 19px 22px;
  overflow-wrap: break-word;
}
.wilks-modal.photo-gallery-modal .modal-container .img-wrap {
  background-color: #f2f2f2;
  position: relative;
}
.wilks-modal.photo-gallery-modal .modal-container .img-wrap.spinner::after {
  content: "";
  background: url("/wp-content/themes/wilks/assets/icons/spinner.gif") no-repeat 50% 50%;
  background-size: 64px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80vh;
}
.wilks-modal.photo-gallery-modal .modal-container .img-wrap img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 60vh;
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .wilks-modal.photo-gallery-modal .modal-container .close {
    margin-bottom: 26px;
  }
  .wilks-modal.photo-gallery-modal .modal-container .img-wrap img {
    max-height: 56vh;
  }
}
