/**!
 * Plugin Name: WP Featherlight
 * Version:     1.3.3
 * Author:      Cipher
 * License:     GPL-2.0+

 * added wp theme specific styles, better here than overwriting, cause i modified the plugin anyways
 */
/* Base Styles
--------------------------------------------- */
.featherlight {
  background: transparent;
  bottom: 0;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  display: none;
  font-family: "ClassicGrotesque-Book", "Helvetica Neue", sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 2147483647;
}
.featherlight * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.95);
}
.featherlight::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
  background: #fff;
  border: 0;
  cursor: auto;
  display: inline-block;
  max-height: 80%;
  max-width: 90%;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
@media screen and (min-width: 980px) {
  .featherlight .featherlight-content {
    max-height: 90%;
  }
}
/*
.featherlight .featherlight-content .caption {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.featherlight .featherlight-content .caption:hover, .featherlight .featherlight-content .caption:focus {
  overflow: visible;
  white-space: normal;
}
*/
.featherlight .featherlight-content a {
  color: #B2B2B2;
  text-decoration: underline;
}
.featherlight .featherlight-content a:hover, .featherlight .featherlight-content a:focus {
  text-decoration: none;
}
.featherlight .featherlight-inner {
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
  display: block;
}
.featherlight button {
  -webkit-appearance: button;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
}
.featherlight button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.featherlight .featherlight-close-icon {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.385' height='18.385' viewBox='0 0 18.385 18.385'%3E%3Cg id='Gruppe_135' data-name='Gruppe 135' transform='translate(-1295.179 955.205) rotate(-45)'%3E%3Cline id='Linie_124' data-name='Linie 124' x2='25' transform='translate(1578.762 253.398)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3Cg id='Gruppe_41' data-name='Gruppe 41'%3E%3Cline id='Linie_125' data-name='Linie 125' y1='25' transform='translate(1591.262 240.898)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  border: 0;
  cursor: pointer;
  display: block;
  height: 20px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 25px;
  text-align: center;
  text-indent: 100%;
  top: 25px;
  white-space: nowrap;
  width: 20px;
  z-index: 9999;
}
.featherlight .featherlight-close-icon:hover, .featherlight .featherlight-close-icon:focus {
  opacity: 1;
}
.featherlight .featherlight-image {
  max-width: 100%;
}
.featherlight iframe {
  border: 0;
}

[data-featherlight] img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 0;
}

/* Animated Loader
--------------------------------------------- */
@-webkit-keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes featherlightLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
          animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #909090;
  border-left-color: #fff;
  font-size: 10px;
}
.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content::after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 10em;
  width: 10em;
}
.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

/* Gallery
--------------------------------------------- */
.featherlight-next,
.featherlight-previous {
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
  display: block;
  height: 34px;
  margin-top: -17px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  text-indent: 100%;
  top: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 18px;
}
.featherlight-next span,
.featherlight-previous span {
  display: none;
}
.featherlight-next:hover, .featherlight-next:focus,
.featherlight-previous:hover,
.featherlight-previous:focus {
  opacity: 1;
}

/* rtl:ignore */
.featherlight-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.061' height='16.061' viewBox='0 0 16.061 16.061' class='icon-arrow-right'%3E%3Cg transform='translate(-1025.554 1373.729) rotate(-90)'%3E%3Cpath d='M1373.2,1035.554l-7.5,7.5-7.5-7.5' transform='translate(0 -2.5)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cline y1='15' transform='translate(1365.698 1025.554)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0;
  right: 25px;
}

/* rtl:ignore */
.featherlight-previous {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.061' height='16.061' viewBox='0 0 16.061 16.061'%3E%3Cg id='Gruppe_15' data-name='Gruppe 15' transform='translate(1041.614 -1357.668) rotate(90)'%3E%3Cpath id='Pfad_40' data-name='Pfad 40' d='M1373.2,1035.554l-7.5,7.5-7.5-7.5' transform='translate(0 -2.5)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cline id='Linie_5' data-name='Linie 5' y1='15' transform='translate(1365.698 1025.554)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 0 0;
  left: 25px;
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none;
}