/* FROM COLOR PHOTOS:
$re-dark: rgb(29, 33, 67);
$re-blue: rgb(24, 79, 122);
$re-pale: rgb(216, 164, 96);
$re-red: rgb(173, 66, 71);
$re-orange: rgb(245, 128, 62);
*/
/* FROM COLOR PHOTOS:
$re-dark: rgb(29, 33, 67);
$re-blue: rgb(24, 79, 122);
$re-pale: rgb(216, 164, 96);
$re-red: rgb(173, 66, 71);
$re-orange: rgb(245, 128, 62);
*/
.element-gallery .element-title {
  float: left;
  min-width: 50%;
  border-left: 5px solid #f2be45; }

.preview-img {
  max-width: 100%; }

.gallery {
  position: relative;
  clear: both; }

.gallery-preview {
  position: relative;
  min-height: 250px;
  transition: height 0.3s;
  padding-bottom: 20px; }
  .gallery-preview .item-container {
    top: 0;
    left: 0;
    margin-right: 12px;
    overflow: hidden; }
    .gallery-preview .item-container .gallery-item {
      background-size: cover; }
    .gallery-preview .item-container .image {
      position: relative; }
    .gallery-preview .item-container .fancy-link {
      display: block;
      position: absolute;
      z-index: 2;
      width: 50%;
      height: calc(50% - 10px);
      border-top-left-radius: 24px;
      right: 0;
      bottom: 0; }
    .gallery-preview .item-container:hover .fancy-link {
      transform: none;
      background-color: rgba(0, 0, 0, 0.5); }
      .gallery-preview .item-container:hover .fancy-link .view-btn {
        opacity: 1;
        top: 50%; }
    .gallery-preview .item-container .view-btn {
      margin: -40px 0 0 -20px;
      position: absolute;
      left: 50%;
      top: 80%;
      opacity: 0;
      color: white;
      font-size: 50px;
      transition: all 0.3s; }
      .gallery-preview .item-container .view-btn i {
        color: white; }

.thumbs {
  clear: both;
  list-style: none;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 0px; }

.thumbs-container {
  /*border-radius: 50px;
  box-shadow: 0px 0px 5px 10px rgba(31, 6, 0, 0.1);*/
  margin: 10px 0 0; }

.thumb {
  position: relative;
  width: 100px;
  height: 63px;
  float: left;
  margin: 0px 12px 12px 0px;
  padding: 0;
  transform-origin: 50% 48px;
  transition-delay: 0.025s;
  -webkit-transition-delay: 0s;
  transition-timing-function: ease-out; }
  .thumb:hover {
    z-index: 500; }
  .thumb.current {
    transition-timing-function: cubic-bezier(0, 1, 1, 0.69); }
  .thumb .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: box-shadow 0.3s;
    transition-timing-function: linear;
    box-shadow: 0px 0px 0px rgba(31, 6, 0, 0.5); }
  .thumb .thumb-el-type {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 30px;
    padding-top: 4px; }
  .thumb .click-area {
    width: 100%;
    height: 100%; }
  .thumb .thumb-img {
    max-width: 100%; }

.captions {
  list-style: none;
  margin: 0;
  padding: 10px; }
  .captions .caption {
    display: none;
    transform-origin: center;
    text-align: center; }
    .captions .caption:first-child {
      display: list-item; }
    .captions .caption h3 {
      margin-top: 0; }

.local-media-container {
  padding: 0 35px; }

.fancybox-next {
  right: -80px !important; }

.fancybox-prev {
  left: -80px !important; }

.fancybox-nav {
  width: 120px !important;
  height: 90%; }

/* FLICKITY */
.flickity-viewport {
  transition: height 0.2s; }

.carousel-cell {
  width: 50%;
  margin-right: 10px; }

.flickity-page-dots {
  bottom: -5px; }

.flickity-button:disabled {
  pointer-events: initial;
  opacity: 0; }

/*# sourceMappingURL=gallery.css.map */
