@charset "UTF-8";
/* Dark Color Scheme */
/* Colors */
/* Button Color */
/* Images */
/* Set CSS custom properties */
:root {
  --picu-primary: #7ad03a;
  --picu-star-color: var(--picu-primary);
  --picu-text-color: #eee;
  --picu-site-background: #16161d;
  --picu-imgbox-background: #222226;
  --picu-border-line: #333;
  --picu-border-line-strong: #666;
  --picu-alert-color: #e03;
  --picu-success-color: #7ad03a;
  --picu-warning-color: #f08a24;
  --picu-info-color: #0074a2;
  --picu-draft-color: purple;
}

/* Includes */
/* Variables */
/* Font */
/* Measurements */
/* Breakpoints */
/* Number of max. columns for the gallery grid */
/* Grid switch */
/* picu admin bar height */
/* Smartphones, for screens of iPhone 7/8 Plus and smaller */
/* Switching the lightbox navigation bar from two to one row */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Useful mixins */
* [contenteditable]:empty:before {
  content: "﻿";
}

/* And now, we beginn... */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #16161d;
}
html.static {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #eee;
}
body.has-picu-admin-bar {
  padding-top: 40px;
}

svg {
  display: inline;
}

a {
  color: #eee;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #7ad03a;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

hr {
  margin: 2em 0;
  border: none;
  border: 1px solid #333;
}

.picu-brand {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  border: none;
  opacity: 0.3;
  z-index: 1;
}
.picu-brand:hover {
  color: #eee;
  opacity: 1;
}

.picu-button {
  display: inline-block;
  padding: 0.8rem 2em 0.65rem;
  width: auto;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  color: white;
  background-color: transparent;
  border: 1px solid #333;
  border-bottom: 3px solid #333;
  border-radius: 1px 1px 3px 3px;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.picu-button:hover {
  color: #16161d;
  background-color: white;
  border: 1px solid white;
  border-bottom: 3px solid #e6e6e6;
}
.picu-button.small {
  padding: 0.8em 0.8em 0.6em;
  font-size: 0.6em;
}
.picu-button.primary {
  color: white;
  background-color: #66b62b;
  border: 1px solid #66b62b;
  border-radius: 3px;
}
.picu-button.primary:hover {
  color: white;
  background-color: #7ad03a;
  border: 1px solid #7ad03a;
}
.picu-button#picu-send-button {
  margin-bottom: 2em;
}

.picu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 1rem 1rem;
}
@media only screen and (min-width: 600px) {
  .picu-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.status-delivery-draft .picu-header, .status-delivered .picu-header {
  background-color: rgba(22, 22, 29, 0.85);
}
.picu-header #logo {
  margin: 0 1.5rem 0 0;
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.picu-header .picu-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .picu-header .picu-header-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
}
.picu-header .blog-name {
  position: relative;
  margin: 0;
  color: rgba(238, 238, 238, 0.6);
  z-index: 2;
}
.picu-header .picu-collection-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin: -0.25em 0 -0.25em;
  padding-block: 0.25em 0.5em;
  padding-inline: 0 0.25em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.picu-header .picu-collection-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #16161d 0%, transparent 100%);
  background: linear-gradient(-90deg, #16161d 0%, transparent 100%);
}
.picu-header .edit-button {
  position: relative;
  display: inline-block;
  margin: 0.5rem 1.5rem 0.5rem 1em;
  font-size: 14px;
}
.picu-header .edit-button a {
  padding: 0.8em 0.8em 0.6em;
  width: auto !important;
  text-decoration: none;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #16161d;
}
.picu-header .edit-button a:hover {
  color: #16161d;
  background-color: white;
  border: 1px solid white;
}

.picu-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .picu-header-actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.picu-download-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.picu-download-label {
  margin: 1px 0 0 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #aeaeae;
  text-transform: uppercase;
}

.picu-download-button {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding: 14px 36px 13px 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: normal;
  text-transform: uppercase;
  color: #aeaeae;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236f6f6f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-download'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpath d='M7 11l5 5l5 -5' /%3E%3Cpath d='M12 4l0 12' /%3E%3C/svg%3E") no-repeat right 15px top 14px;
  background-size: 13px 13px;
  border: none;
  border: 1px solid #333;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 2;
}
.picu-download-button:hover {
  color: #eee;
  background: #222226 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23eee' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-download'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpath d='M7 11l5 5l5 -5' /%3E%3Cpath d='M12 4l0 12' /%3E%3C/svg%3E") no-repeat right 15px top 14px;
  background-size: 13px 13px;
}

.picu-download-button.processing {
  background-image: url(../images/ripple-dark.gif);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 13px;
  pointer-events: none;
}

.picu-download-button.processing:hover,
.picu-download-button.processing:focus {
  background-image: url(../images/ripple-light.gif);
}

.picu-download-options:has(+ .picu-grid-size) {
  margin-right: 30px;
}

/* index.php */
.picu-collection {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* gallery-view.js */
.picu-gallery {
  padding: 0.5vw;
  padding-bottom: 80px;
}
.picu-gallery:after {
  content: "";
  clear: both;
  display: block;
}

/*
 * Error
 */
.picu-error {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  text-align: center;
  z-index: 1;
  color: #aeaeae;
}
.picu-error:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.picu-error .error-inner {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  width: 94vw;
  max-width: 1000px;
  max-height: 94vh;
  padding: 1rem 2rem 0.1rem;
  text-align: center;
  overflow: auto;
}
@media only screen and (min-width: 600px) {
  .picu-error .error-inner {
    padding: 1.5rem 3rem;
    width: 70vw;
    max-width: 480px;
    max-height: 85vh;
  }
}
.picu-error .error-inner h2 {
  margin: 0 0 0.25rem 0;
  font-weight: 400;
}
.picu-error .error-inner p {
  margin: 0 0 1rem 0;
}
.picu-error .error-filter-reset,
.picu-error .error-stars-filter-reset {
  color: #aeaeae;
}
.picu-error .error-filter-reset svg,
.picu-error .error-stars-filter-reset svg {
  margin-right: 5px;
  padding-top: 4px;
  width: 14px;
  height: 14px;
  fill: #aeaeae;
}
.picu-error .error-filter-reset:hover,
.picu-error .error-stars-filter-reset:hover {
  color: #eee;
}
.picu-error .error-filter-reset:hover svg,
.picu-error .error-stars-filter-reset:hover svg {
  fill: #eee;
}

/*
 * picu Single Gallery Item
 */
/* single-image-view.js */
/* picu-gallery-item.php */
.picu-gallery-item {
  width: 100%;
  float: left;
}
.lazyloading .picu-gallery-item {
  opacity: 0;
}
.picu-gallery-item.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
@media only screen and (min-width: 500px) {
  .picu-gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 740px) {
  .picu-gallery-item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1000px) {
  .picu-gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1250px) {
  .picu-gallery-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1500px) {
  .picu-gallery-item {
    width: 16.66666%;
  }
}
@media only screen and (min-width: 2000px) {
  .picu-gallery-item {
    width: 14.2857143%;
  }
}
@media only screen and (min-width: 2500px) {
  .picu-gallery-item {
    width: 12.5%;
  }
}
@media only screen and (min-width: 2900px) {
  .picu-gallery-item {
    width: 11.1111111111%;
  }
}
.picu-gallery-item .picu-figure {
  border: 2px solid transparent;
  margin: 5px;
}
.picu-gallery-item .picu-imgbox {
  position: relative;
  padding: 5px;
  border: 1px solid #333;
  border-bottom: none;
  background-color: #222226;
}
.picu-gallery-item .picu-imgbox .picu-imgbox-inner {
  position: relative;
  width: 100%;
}
.picu-gallery-item .picu-imgbox .picu-imgbox-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.picu-gallery-item .picu-imgbox a:hover img {
  opacity: 0.5;
}
.picu-gallery-item .picu-imgbox a:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(../images/icon-fullscreen-white.svg) no-repeat center center;
  background-size: 50px auto;
  opacity: 0.5;
  color: #eee;
  z-index: 1;
}
.picu-gallery-item .picu-imgbox.portrait a:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.picu-gallery-item .picu-imgbox img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.picu-gallery-item .picu-imgbox.portrait a img {
  max-height: 100%;
  width: auto;
}
.picu-gallery-item.focused .picu-imgbox {
  background-color: rgba(221, 221, 217, 0.25);
}
.picu-gallery-item .picu-comment-indicator {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 20px;
  z-index: 1;
}
.picu-gallery-item .picu-comment-indicator svg {
  fill: #aeaeae;
}
.picu-gallery-item .picu-caption {
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  color: #eee;
  font-weight: 100;
  background-color: #222226;
  border: 1px solid #333;
}
.picu-gallery-item .picu-caption:after {
  content: "";
  clear: both;
  display: block;
}
.picu-gallery-item .picu-img-title {
  height: 42px;
  white-space: nowrap;
}
.picu-gallery-item .picu-img-title .picu-img-name {
  position: relative;
  display: block;
  padding: 14px 0 0 12px;
  height: 42px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.picu-gallery-item .picu-img-title .picu-img-name .number {
  font-weight: 700;
}
.picu-gallery-item .picu-select-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 42px;
  background-color: #222226;
}
.picu-gallery-item .picu-select-item svg {
  stroke-width: 2;
}
.picu-gallery-item .picu-select-item p {
  margin: 0;
}
.picu-gallery-item .picu-select-item:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 100%;
  background-color: #222226;
  background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 38, 0)), to(#222226));
  background: -webkit-linear-gradient(left, rgba(34, 34, 38, 0) 0%, #222226 100%);
  background: linear-gradient(to right, rgba(34, 34, 38, 0) 0%, #222226 100%);
  pointer-events: none;
}
.picu-gallery-item input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.picu-gallery-item input[type=checkbox] + label {
  display: inline-block;
  width: auto;
  height: 42px;
  padding: 10px 20px 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (hover) {
  .picu-gallery-item input[type=checkbox] + label:hover {
    color: white;
    background-color: #7ad03a;
  }
  .picu-gallery-item input[type=checkbox] + label:hover svg {
    fill: #222226;
    stroke-width: 0;
  }
}
.picu-gallery-item input[type=checkbox] + label.labelfocus {
  outline: 1px dotted #7ad03a;
}
.picu-gallery-item input[type=checkbox] + label svg {
  width: 22px;
  height: 22px;
  fill: #222226;
  stroke: #333;
  stroke: #eee;
  stroke-width: 1px;
}
.picu-gallery-item input[type=checkbox] + label .picu-select-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.picu-gallery-item input[disabled=disabled] + label {
  display: none;
}
.picu-gallery-item.selected .picu-figure {
  border: 2px solid #7ad03a;
}
.picu-gallery-item.selected .picu-figure .picu-imgbox label svg,
.picu-gallery-item.selected .picu-figure .picu-caption label svg {
  fill: #7ad03a;
}
@media (hover) {
  .picu-gallery-item.selected .picu-figure .picu-imgbox label:hover svg,
.picu-gallery-item.selected .picu-figure .picu-caption label:hover svg {
    fill: #222226;
  }
}
.picu-gallery-item.selected .picu-select-item svg {
  opacity: 1;
  stroke: none;
}
@-webkit-keyframes flashing {
  0% {
    background: #222226;
  }
  10% {
    background: #767684;
  }
  100% {
    background: #222226;
  }
}
@keyframes flashing {
  0% {
    background: #222226;
  }
  10% {
    background: #767684;
  }
  100% {
    background: #222226;
  }
}
.picu-gallery-item.flash .picu-imgbox {
  -webkit-animation-name: flashing;
          animation-name: flashing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.picu-star-rating {
  position: absolute;
  top: 0;
  right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  height: 42px;
  background-color: #222226;
  z-index: 1;
}

.picu-star-rating__list {
  position: absolute;
  left: -webkit-calc(50% - 66px);
  left: calc(50% - 66px);
  bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  z-index: 10;
  border-bottom: 0;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-transition: left 0.25s;
          transition: left 0.25s;
}
.picu-star-rating__list.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.picu-star-rating__list:hover {
  -webkit-transition: none;
          transition: none;
}

.picu-star-rating__rating {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  padding: 5px 2px;
  width: 18px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}
.picu-star-rating__rating:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  left: -webkit-calc(50% - 2px);
  left: calc(50% - 2px);
  display: block;
  width: 4px;
  height: 4px;
  background-color: #eee;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s;
}
.picu-star-rating__rating svg {
  display: none;
  fill: #222226;
  stroke: #aeaeae;
}
.picu-star-rating__rating:active {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.picu-star-rating__list:hover .picu-star-rating__rating:before {
  -webkit-transition: none;
          transition: none;
}

.status-approved .picu-gallery-item.stars-1 .picu-star-rating__list,
.picu-gallery-item.stars-1:not(:hover) .picu-star-rating__list {
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}

.status-approved .picu-gallery-item.stars-2 .picu-star-rating__list,
.picu-gallery-item.stars-2:not(:hover) .picu-star-rating__list {
  left: -webkit-calc(50% - 39px);
  left: calc(50% - 39px);
}

.status-approved .picu-gallery-item.stars-3 .picu-star-rating__list,
.picu-gallery-item.stars-3:not(:hover) .picu-star-rating__list {
  left: -webkit-calc(50% - 47px);
  left: calc(50% - 47px);
}

.status-approved .picu-gallery-item.stars-4 .picu-star-rating__list,
.picu-gallery-item.stars-4:not(:hover) .picu-star-rating__list {
  left: -webkit-calc(50% - 55px);
  left: calc(50% - 55px);
}

body:not(.status-approved) .picu-gallery-item .picu-figure:hover .picu-star-rating__list {
  left: -webkit-calc(50% - 66px);
  left: calc(50% - 66px);
  background-color: #222226;
  border: 1px solid #333;
}
body:not(.status-approved) .picu-gallery-item .picu-figure:hover .picu-star-rating__rating:before {
  opacity: 1;
}

.picu-star-rating__rating:hover svg,
.picu-star-rating__rating:has(~ .picu-star-rating__rating:hover) svg {
  display: block;
  fill: #222226;
  stroke: #aeaeae;
}

.picu-gallery-item[class*=stars-1] .picu-star-rating__rating--1 svg,
.picu-gallery-item[class*=stars-2] .picu-star-rating__rating--1 svg,
.picu-gallery-item[class*=stars-2] .picu-star-rating__rating--2 svg,
.picu-gallery-item[class*=stars-3] .picu-star-rating__rating--1 svg,
.picu-gallery-item[class*=stars-3] .picu-star-rating__rating--2 svg,
.picu-gallery-item[class*=stars-3] .picu-star-rating__rating--3 svg,
.picu-gallery-item[class*=stars-4] .picu-star-rating__rating--1 svg,
.picu-gallery-item[class*=stars-4] .picu-star-rating__rating--2 svg,
.picu-gallery-item[class*=stars-4] .picu-star-rating__rating--3 svg,
.picu-gallery-item[class*=stars-4] .picu-star-rating__rating--4 svg,
.picu-gallery-item[class*=stars-5] .picu-star-rating__rating--1 svg,
.picu-gallery-item[class*=stars-5] .picu-star-rating__rating--2 svg,
.picu-gallery-item[class*=stars-5] .picu-star-rating__rating--3 svg,
.picu-gallery-item[class*=stars-5] .picu-star-rating__rating--4 svg,
.picu-gallery-item[class*=stars-5] .picu-star-rating__rating--5 svg {
  display: block;
  fill: var(--picu-star-color);
  stroke: var(--picu-star-color);
}

.picu-gallery-item[class*=stars-] .portrait ~ .picu-caption .picu-star-rating__rating svg {
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}

.picu-gallery-item[class*=stars-]:hover .picu-star-rating__rating svg {
  -webkit-filter: none;
          filter: none;
}

body.status-approved .picu-star-rating__rating {
  pointer-events: none;
  cursor: default;
}

@media only screen and (min-width: 320px) {
  .thumbsize-small .picu-gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 500px) {
  .thumbsize-small .picu-gallery-item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 740px) {
  .thumbsize-small .picu-gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .thumbsize-small .picu-gallery-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1250px) {
  .thumbsize-small .picu-gallery-item {
    width: 16.66666%;
  }
}
@media only screen and (min-width: 1500px) {
  .thumbsize-small .picu-gallery-item {
    width: 14.2857143%;
  }
}
@media only screen and (min-width: 2000px) {
  .thumbsize-small .picu-gallery-item {
    width: 12.5%;
  }
}
@media only screen and (min-width: 2500px) {
  .thumbsize-small .picu-gallery-item {
    width: 11.1111111111%;
  }
}
@media only screen and (min-width: 2900px) {
  .thumbsize-small .picu-gallery-item {
    width: 10%;
  }
}

@media only screen and (min-width: 500px) {
  .thumbsize-large .picu-gallery-item {
    width: 100%;
  }
}
@media only screen and (min-width: 740px) {
  .thumbsize-large .picu-gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .thumbsize-large .picu-gallery-item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1250px) {
  .thumbsize-large .picu-gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1500px) {
  .thumbsize-large .picu-gallery-item {
    width: 20%;
  }
}
@media only screen and (min-width: 2000px) {
  .thumbsize-large .picu-gallery-item {
    width: 16.66666%;
  }
}
@media only screen and (min-width: 2500px) {
  .thumbsize-large .picu-gallery-item {
    width: 14.2857143%;
  }
}
@media only screen and (min-width: 2900px) {
  .thumbsize-large .picu-gallery-item {
    width: 12.5%;
  }
}

/*
 * picu Lightbox
 */
/* lightbox-view.js */
/* picu-lightbox.html */
.picu-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16161d;
  z-index: 15;
}
.picu-lightbox.open {
  display: block;
}
.has-picu-admin-bar .picu-lightbox {
  top: 40px;
  height: -webkit-calc( 100% - 40px );
  height: calc( 100% - 40px );
}

.picu-lightbox-inner {
  position: relative;
  padding: 20px;
  padding-bottom: 90px;
  width: 100%;
  height: 100%;
}
.picu-lightbox-inner .picu-lightbox-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #16161d;
}
.picu-lightbox-inner .picu-lightbox-image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.picu-lightbox-inner img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 5px solid transparent;
  background: url(../images/ripple-dark.gif) no-repeat center center;
  background-size: 20px 20px;
}
.picu-lightbox-inner img.selected {
  border: 5px solid #7ad03a;
}
.picu-lightbox-inner.mark-comment {
  display: block;
  padding: 0;
}
.picu-lightbox-inner.mark-comment.comment-box-is-collapsed .picu-lightbox-image-container {
  height: 100%;
}
.picu-lightbox-inner.mark-comment .picu-lightbox-image-container-wrap {
  height: -webkit-calc(100% - 140px);
  height: calc(100% - 140px);
  overflow: auto;
  background-color: #222226;
}
@media only screen and (min-width: 600px) {
  .picu-lightbox-inner.mark-comment .picu-lightbox-image-container-wrap {
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
  }
}
.picu-lightbox-inner.mark-comment .picu-lightbox-image-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px;
  width: 100%;
  height: auto;
}
.picu-lightbox-inner.mark-comment img {
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
  max-height: -webkit-calc(100% - 40px);
  max-height: calc(100% - 40px);
}
@media only screen and (min-width: 640px) {
  .picu-lightbox-inner.mark-comment .picu-lightbox-image-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 70px;
    width: 100%;
    height: 100%;
    background: none;
  }
  .picu-lightbox-inner.mark-comment .picu-lightbox-image-container {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  .picu-lightbox-inner.mark-comment .picu-lightbox-image-container:before {
    display: none;
  }
  .picu-lightbox-inner.mark-comment .picu-lightbox-image-container img {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    max-height: -webkit-calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
}

.uses-mark-comment .picu-lightbox-inner img {
  cursor: cell;
}

.status-approved.uses-mark-comment .picu-lightbox-inner img,
.status-failed.uses-mark-comment .picu-lightbox-inner img,
.uses-mark-comment .picu-lightbox-inner.comment-box-is-collapsed img {
  cursor: default;
}

.picu-comment-box-toggle {
  top: 21px;
  right: 24px;
  position: absolute;
  cursor: pointer;
}
.picu-comment-box-toggle span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.picu-comment-box-toggle svg {
  fill: #eee;
  width: 25px;
  height: 22.5px;
}

.picu-comment-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #222226;
  border-top: 1px solid #333;
}
@media only screen and (min-width: 640px) {
  .picu-comment-box {
    width: 240px;
    border-left: 1px solid #333;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 800px) {
  .picu-comment-box {
    width: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .picu-comment-box {
    width: 400px;
  }
}

.comment-box-is-collapsed .picu-comment-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  width: 74px;
  border-color: transparent;
  background-color: transparent;
}

.picu-comment-box-inner {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.comment-box-is-collapsed .picu-comment-box-inner {
  display: none;
}

.picu-comment-box-header {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.picu-comment-box-intro {
  margin-bottom: 30px;
  padding-top: 10px;
  color: #aeaeae;
  text-align: center;
}

.picu-lightbox-inner.mark-comment.has-markers .picu-comment-box-intro {
  display: none;
}

.picu-comment {
  position: relative;
  margin: 0 0 20px 0;
}
.picu-comment.editable .picu-comment-textarea {
  max-height: none;
  background-color: #46464e;
  border: 1px solid transparent;
  box-shadow: 0 0.4rem 1.4rem -0.4rem rgba(0, 0, 0, 0.4);
}
.picu-comment.editable .picu-comment-textarea:after {
  width: 0;
  height: 0;
}
.picu-comment.editable.is-focused {
  -webkit-animation: none;
          animation: none;
}
.picu-comment.editable.is-focused:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.status-failed .picu-comment .picu-comment-textarea, .status-approved .picu-comment .picu-comment-textarea {
  max-height: none;
}
.status-failed .picu-comment .picu-comment-textarea:after, .status-approved .picu-comment .picu-comment-textarea:after {
  width: 0;
  height: 0;
}

.picu-comment-textarea {
  position: relative;
  margin: 0 0 10px 0;
  padding: 15px 25px 15px 15px;
  width: 100%;
  min-height: 24px;
  max-height: 180px;
  overflow: hidden;
  color: #eee;
  background-color: #222226;
  border: 1px solid #333;
  outline: none;
}
.picu-comment-textarea:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 38, 0)), to(#222226));
  background: -webkit-linear-gradient(top, rgba(34, 34, 38, 0) 0%, #222226 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 38, 0) 0%, #222226 100%);
}

.picu-comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px 0 10px;
}

.picu-comment.editable .picu-comment-meta {
  display: none;
}

.picu-comment-meta__time {
  padding: 2px 15px;
  font-size: 10px;
}

.picu-comment-marker {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 13px;
  height: 13px;
  border: 2px solid #7ad03a;
  border-radius: 50%;
}
.is-focused .picu-comment-marker, .picu-comment:hover .picu-comment-marker, .editable .picu-comment-marker {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  background-color: rgba(51, 91, 22, 0.8);
}
.is-focused .picu-comment-marker:before, .picu-comment:hover .picu-comment-marker:before, .editable .picu-comment-marker:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background-color: #7ad03a;
  border-radius: 50%;
}

.picu-comment-controls {
  display: none;
}

.editable .picu-comment-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.picu-comment-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  color: gray;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.picu-comment-control svg {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  fill: gray;
}
.picu-comment-control:hover {
  color: white;
}
.picu-comment-control:hover svg {
  fill: white;
}
.picu-comment-control.picu-delete-comment {
  padding-left: 1em;
}
.picu-comment-control.picu-save-comment {
  padding-right: 1em;
}

.picu-add-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.picu-add-comment svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #eee;
}

.is-editing .picu-add-comment {
  display: none;
}

.marker {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #7ad03a;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(122, 208, 58, 0.8), 0 0 0 0 #335b16;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.05s ease-in;
          transition: opacity 0.25s ease-in, transform 0.05s ease-in;
}
.marker:hover, .marker.is-focused {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  background-color: rgba(51, 91, 22, 0.6);
  -webkit-animation: pulsate 0.8s infinite;
          animation: pulsate 0.8s infinite;
}
.marker:hover:before, .marker.is-focused:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background-color: #7ad03a;
  border-radius: 50%;
}
.marker.is-active {
  background-color: #335b16;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.marker.is-active:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background-color: #7ad03a;
  border-radius: 50%;
}
.marker.is-active.is-focused {
  -webkit-animation: none;
          animation: none;
}
.marker.is-waiting {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
          transition: opacity 0.25s ease-in;
}

@-webkit-keyframes pulsate {
  70% {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 2px 15px rgba(0, 0, 0, 0), 0 0 2px 7px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulsate {
  70% {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 2px 15px rgba(0, 0, 0, 0), 0 0 2px 7px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.comment-box-is-collapsed .marker {
  display: none;
}

.picu-lightbox-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 74px auto auto repeat(3, 74px);
  width: 100%;
  height: 70px;
  text-align: right;
  background-color: #222226;
  border-top: 1px solid #333;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 1;
}
.picu-pro .picu-lightbox-navigation {
  grid-template-rows: 70px 70px;
  height: 140px;
}
@media only screen and (min-width: 800px) {
  .picu-pro .picu-lightbox-navigation {
    grid-template-rows: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 400px) {
  .picu-lightbox-navigation {
    grid-template-columns: 74px -webkit-calc(50% - 74px) -webkit-calc(50% - 222px) repeat(3, 74px);
    grid-template-columns: 74px calc(50% - 74px) calc(50% - 222px) repeat(3, 74px);
  }
}
@media only screen and (min-width: 800px) {
  .picu-lightbox-navigation {
    height: 70px;
    grid-template-columns: 74px auto auto 178px 74px 74px 74px;
    grid-template-rows: 70px;
  }
}
.picu-lightbox-navigation a {
  display: inline-block;
  margin: 0;
  padding: 2.6em 2.5em;
  height: 70px;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  border-left: 1px solid #333;
  white-space: nowrap;
}
@media (hover) {
  .picu-lightbox-navigation a:hover {
    color: white;
    background-color: #7ad03a;
  }
  .picu-lightbox-navigation a:hover svg {
    fill: white;
  }
}
.picu-lightbox-navigation a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.picu-lightbox-navigation a svg {
  width: 1.5em;
  height: auto;
  fill: #eee;
}

.picu-lightbox-close {
  grid-row: 2/3;
  grid-column: 1/2;
  border-left: none;
  border-right: 1px solid #333;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox-close {
    grid-row: 1/2;
  }
}

.picu-img-name {
  position: relative;
  grid-column: 2/4;
  grid-row: 2/3;
  display: block;
  padding: 1.5em 2em 1.5em 1em;
  height: 70px;
  font-weight: 100;
  color: rgba(238, 238, 238, 0.75);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .picu-img-name {
    grid-row: 1/2;
    padding-left: 2em;
  }
}
@media only screen and (min-width: 800px) {
  .picu-download .picu-img-name {
    grid-column: 2/3;
  }
}
.picu-img-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #222226 0%, transparent 100%);
  background: linear-gradient(-90deg, #222226 0%, transparent 100%);
}

.picu-lightbox-select {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox-select {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
.picu-lightbox-select.selected svg {
  fill: #7ad03a;
}
@media (hover) {
  .picu-lightbox-select.selected:hover svg {
    fill: white;
  }
}

.picu-lightbox-close,
.picu-lightbox-prev,
.picu-lightbox-next {
  width: 74px;
  height: 70px;
}

.picu-lightbox-prev {
  grid-column: 5/6;
  grid-row: 2/2;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox-prev {
    grid-row: 1/2;
    grid-column: 6/7;
  }
}

.picu-lightbox-next {
  grid-column: 6/7;
  grid-row: 2/2;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox-next {
    grid-row: 1/2;
    grid-column: 7/8;
  }
}

.picu-lightbox__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 100%;
  grid-column: 1/6;
  grid-row: 1/2;
  display: none;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox__actions {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
.picu-download .picu-lightbox__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 4/7;
}
@media only screen and (min-width: 400px) {
  .picu-download .picu-lightbox__actions {
    grid-column: 3/7;
  }
}
@media only screen and (min-width: 800px) {
  .picu-download .picu-lightbox__actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-column: 3/4;
  }
}

.picu-lightbox__star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-left: 1px solid #333;
  grid-column: 1/7;
  grid-row: 1/2;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 800px) {
  .picu-lightbox__star-rating {
    grid-column: 2/3;
    grid-column: 4/5;
  }
}
.picu-download .picu-lightbox__star-rating {
  grid-column: 1/5;
}
@media only screen and (min-width: 400px) {
  .picu-download .picu-lightbox__star-rating {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 800px) {
  .picu-download .picu-lightbox__star-rating {
    grid-column: 4/5;
  }
}

.picu-lightbox__star-rating__button {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  margin: 0;
  padding: 4px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.picu-lightbox__star-rating__button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  left: -webkit-calc(50% - 2px);
  left: calc(50% - 2px);
  display: block;
  width: 4px;
  height: 4px;
  background-color: #eee;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s;
}
.picu-lightbox__star-rating__button svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: #222226;
  stroke: #aeaeae;
}

.picu-lightbox__star-rating__button:hover svg,
.picu-lightbox__star-rating__button:has(~ .picu-lightbox__star-rating__button:hover) svg {
  display: block;
  fill: #222226;
  stroke: #aeaeae;
}

.picu-lightbox[class*=star-rating-1] .picu-lightbox__star-rating__button--1 svg,
.picu-lightbox[class*=star-rating-2] .picu-lightbox__star-rating__button--1 svg,
.picu-lightbox[class*=star-rating-2] .picu-lightbox__star-rating__button--2 svg,
.picu-lightbox[class*=star-rating-3] .picu-lightbox__star-rating__button--1 svg,
.picu-lightbox[class*=star-rating-3] .picu-lightbox__star-rating__button--2 svg,
.picu-lightbox[class*=star-rating-3] .picu-lightbox__star-rating__button--3 svg,
.picu-lightbox[class*=star-rating-4] .picu-lightbox__star-rating__button--1 svg,
.picu-lightbox[class*=star-rating-4] .picu-lightbox__star-rating__button--2 svg,
.picu-lightbox[class*=star-rating-4] .picu-lightbox__star-rating__button--3 svg,
.picu-lightbox[class*=star-rating-4] .picu-lightbox__star-rating__button--4 svg,
.picu-lightbox[class*=star-rating-5] .picu-lightbox__star-rating__button--1 svg,
.picu-lightbox[class*=star-rating-5] .picu-lightbox__star-rating__button--2 svg,
.picu-lightbox[class*=star-rating-5] .picu-lightbox__star-rating__button--3 svg,
.picu-lightbox[class*=star-rating-5] .picu-lightbox__star-rating__button--4 svg,
.picu-lightbox[class*=star-rating-5] .picu-lightbox__star-rating__button--5 svg {
  display: block;
  fill: var(--picu-star-color);
  stroke: var(--picu-star-color);
}

body.status-approved .picu-lightbox__star-rating__button {
  pointer-events: none;
  cursor: default;
}

body.status-approved .picu-lightbox__star-rating__button:before {
  display: none;
}

/*
 * Status Bar
 */
.picu-status-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 3fr 0 3fr 3fr;
  margin-bottom: 0;
  padding: 0 1rem;
  width: 100%;
  height: 70px;
  background-color: #222226;
  border-top: 1px solid #333;
  -webkit-transition: padding 0.25s ease;
          transition: padding 0.25s ease;
  z-index: 11;
}
@media only screen and (min-width: 320px) {
  .picu-status-bar {
    grid-template-columns: 1fr 1fr 2fr 4fr 4fr;
  }
}
@media only screen and (min-width: 450px) {
  .picu-status-bar {
    grid-template-columns: 2fr 1fr 1fr 4fr 4fr;
  }
}
@media only screen and (min-width: 500px) {
  .picu-status-bar {
    grid-template-columns: 1fr 1fr 2fr 4fr 4fr;
  }
}
@media only screen and (min-width: 450px) {
  .filter-selected .picu-status-bar, .filter-unselected .picu-status-bar {
    padding: 0 1rem;
  }
}

/*
 * Filter UI
 */
.picu-display-filter {
  position: relative;
  grid-column: 1/2;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 0 0 20px;
  padding: 0;
  -webkit-transition: padding 0.25s ease;
          transition: padding 0.25s ease;
}
.picu-display-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  left: 2px;
  width: 17px;
  height: 39px;
  border-radius: 17px;
  border: 1px solid #aeaeae;
  z-index: -1;
  -webkit-transition: left 0.25s ease;
          transition: left 0.25s ease;
}

.filter-selected .picu-display-filter, .filter-unselected .picu-display-filter {
  padding-left: 20px;
}
.filter-selected .picu-display-filter:before, .filter-unselected .picu-display-filter:before {
  left: 22px;
}

.picu-filter-selected, .picu-filter-unselected {
  display: block;
  margin: 0 0 3px;
  padding: 2px 4px;
  line-height: 0;
  white-space: nowrap;
  border-radius: 1px 0 0 1px;
}
.picu-filter-selected .picu-filter-label, .picu-filter-unselected .picu-filter-label {
  display: none;
  font-size: 9px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #aeaeae;
  text-transform: uppercase;
}
@media only screen and (min-width: 450px) {
  .picu-filter-selected .picu-filter-label, .picu-filter-unselected .picu-filter-label {
    display: inline;
  }
}
.picu-filter-selected:hover span, .picu-filter-unselected:hover span {
  color: #eee;
}
.picu-filter-selected:hover svg, .picu-filter-unselected:hover svg {
  fill: #eee;
}

.filter-selected .picu-filter-selected span, .filter-unselected .picu-filter-unselected span {
  color: #eee;
}

.picu-filter-icon {
  display: inline-block;
  margin: 0 5px 0 0;
  padding-top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 15px;
}
.picu-filter-icon svg {
  width: 7px;
  height: 7px;
  fill: #aeaeae;
}
.filter-selected .picu-filter-selected .picu-filter-icon, .filter-unselected .picu-filter-unselected .picu-filter-icon {
  background-color: #eee;
}
.filter-selected .picu-filter-selected .picu-filter-icon svg, .filter-unselected .picu-filter-unselected .picu-filter-icon svg {
  fill: #222226;
}

.picu-filter-reset {
  position: absolute;
  left: 0;
  top: 9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.25s linear;
          transition: visibility 0s, opacity 0.25s linear;
}
.filter-selected .picu-filter-reset, .filter-unselected .picu-filter-reset {
  visibility: visible;
  opacity: 1;
}
.picu-filter-reset svg {
  width: 12px;
  height: 12px;
  fill: #aeaeae;
}
.picu-filter-reset:hover svg {
  fill: #eee;
}
.picu-filter-reset span {
  display: none;
}

.picu-stars-filter {
  grid-column: 2/3;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.picu-stars-filter__filter {
  display: block;
  margin: 0;
  padding: 2px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}
.picu-stars-filter__filter svg {
  max-width: 100%;
  height: auto;
  stroke: #aeaeae;
  fill: none;
}

.stars-filter-1 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="2"]) svg,
.stars-filter-2 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="3"]) svg,
.stars-filter-3 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="4"]) svg,
.stars-filter-4 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="5"]) svg,
.stars-filter-5 .picu-stars-filter__filter svg {
  fill: #eee;
  stroke: #eee;
}

.picu-stars-filter .picu-stars-filter__filter:hover svg {
  stroke: #aeaeae;
  fill: none;
}

.picu-stars-filter:hover .picu-stars-filter__filter:hover svg,
.picu-stars-filter .picu-stars-filter__filter:has(~ .picu-stars-filter__filter:hover) svg {
  fill: #eee;
  stroke: #eee;
}

.picu-selection-count {
  grid-column: 4/5;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aeaeae;
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.picu-selection-count .picu-info-button {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%236f6f6f' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z' stroke-width='0' fill='%236f6f6f' /%3E%3C/svg%3E") no-repeat left top;
  background-size: 22px 22px;
  border-radius: 50%;
  text-align: left;
  text-indent: -10000px;
}
.picu-selection-count .picu-info-button:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23eee' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z' stroke-width='0' fill='%23eee' /%3E%3C/svg%3E") no-repeat left top;
  background-size: 22px 22px;
}
.picu-selection-count .picu-selected-num {
  margin-right: 3px;
}
.picu-selection-count .picu-total-num {
  margin-left: 3px;
  margin-right: 30px;
}

.open .picu-selection-count {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.picu-selection-alert {
  position: relative;
  margin-left: -22px;
  width: 22px;
  height: 22px;
}

.picu-selection-alert__icon {
  display: block;
  margin-top: 1px;
  cursor: pointer;
}

.picu-selection-alert__icon svg {
  width: 20px;
  height: 20px;
  fill: #aeaeae;
  fill: #f08a24;
  stroke-width: 2;
  vertical-align: bottom;
  -webkit-animation: wobble 0.8s both;
          animation: wobble 0.8s both;
}

.picu-selection-alert__icon.animation-off svg {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
  }
  15% {
    -webkit-transform: translateX(-8px) rotate(-6deg);
            transform: translateX(-8px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(4px) rotate(6deg);
            transform: translateX(4px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-4px) rotate(-3.6deg);
            transform: translateX(-4px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(2.4deg);
            transform: translateX(2px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-1.2deg);
            transform: translateX(-1px) rotate(-1.2deg);
  }
}

@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
  }
  15% {
    -webkit-transform: translateX(-8px) rotate(-6deg);
            transform: translateX(-8px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(4px) rotate(6deg);
            transform: translateX(4px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-4px) rotate(-3.6deg);
            transform: translateX(-4px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(2.4deg);
            transform: translateX(2px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-1.2deg);
            transform: translateX(-1px) rotate(-1.2deg);
  }
}
.picu-selection-alert__explanation {
  display: none;
  position: absolute;
  bottom: 36px;
  left: -90px;
  padding: 10px 15px;
  width: 200px;
  font-weight: 400;
  text-align: center;
  color: #eee;
  background-color: #222226;
  border: 2px solid #f08a24;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.picu-selection-alert__explanation:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 89px;
  display: block;
  width: 0;
  border-top: 12px solid #f08a24;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.picu-selection-alert__explanation:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 89px;
  display: block;
  width: 0;
  border-top: 12px solid #222226;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.picu-selection-alert__explanation.is-visible {
  display: block;
}

/*
 * Collection Actions
 *
 * eg. send selection or save buttons
 *
 */
.picu-collection-actions {
  grid-column: 5/6;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.picu-save {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #aeaeae;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: none;
}
.picu-save.hidden {
  display: none;
}
@media only screen and (min-width: 400px) {
  .picu-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 500px) {
  .picu-save {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .picu-save {
    margin-right: 20px;
  }
}
.picu-save span {
  display: none;
}
@media only screen and (min-width: 800px) {
  .picu-save span {
    display: inline;
  }
}
.picu-save svg {
  margin: 0 0 0 5px;
  fill: #aeaeae;
  width: 15px;
  height: 15px;
}

.picu-saving {
  position: relative;
  display: none;
  width: 30px;
  height: 26px;
  background: url(../images/ripple-dark.gif) no-repeat center center;
  background-size: 20px 20px;
  text-indent: -10000em;
}
@media only screen and (min-width: 400px) {
  .picu-saving {
    display: inline-block;
  }
}

.picu-pre-send {
  display: inline-block;
  padding: 0.8rem 1em 0.65rem;
  margin-left: 10px;
}
@media only screen and (min-width: 540px) {
  .picu-pre-send {
    padding: 0.8rem 2em 0.65rem;
  }
}
.picu-pre-send span {
  display: inline-block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .picu-pre-send span {
    display: inline;
    width: auto;
    height: auto;
    overflow: auto;
  }
}

.picu-background-message {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #444;
  font-size: 30px;
  z-index: -1;
}

.picu-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.has-picu-admin-bar .picu-modal {
  top: 40px;
  height: -webkit-calc( 100% - 40px );
  height: calc( 100% - 40px );
}
.picu-modal .picu-modal-inner {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 94vw;
  max-width: 1000px;
  max-height: 94vh;
  padding: 1.5rem 2rem 1rem;
  color: #eee;
  background-color: #222226;
  text-align: center;
  overflow: auto;
}
@media only screen and (min-width: 600px) {
  .picu-modal .picu-modal-inner {
    padding: 2.5rem 4rem;
    width: 70vw;
    max-width: 1000px;
    max-height: 85vh;
  }
  .picu-modal .picu-modal-inner.picu-modal-inner--narrow {
    max-width: 540px;
  }
}
.picu-modal .picu-modal-inner .picu-close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  opacity: 0.25;
}
.picu-modal .picu-modal-inner .picu-close-modal svg {
  width: 1rem;
  height: 1rem;
  fill: #eee;
}
.picu-modal .picu-modal-inner .picu-close-modal span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.picu-modal .picu-modal-inner .picu-close-modal:hover {
  opacity: 1;
}
.picu-modal h1 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2em;
  line-height: 1;
}
.picu-modal .collection-date {
  display: block;
  margin: -0.5rem 0 1.5rem;
  font-size: 0.875em;
  line-height: 1;
  opacity: 0.5;
}
.picu-modal p {
  margin: 0 0 1rem 0;
}
.picu-modal p.wait {
  padding-top: 2rem;
  font-size: 1em;
  font-weight: 700;
}
.picu-modal a {
  font-weight: 700;
  text-decoration: underline;
}
.picu-modal a.picu-back:hover {
  color: #e03;
}
.picu-modal#picu-info-view {
  overflow: auto;
}
.picu-modal .loading {
  display: inline-block;
  padding-top: 10px;
  width: 20px;
  height: 39px;
  background: url(../images/ripple-dark.gif) no-repeat center center;
  background-size: 20px 20px;
  text-indent: -10000em;
}
.picu-modal .description {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1px;
  text-align: left;
}
.picu-modal .description:empty {
  display: none;
}
.picu-modal .info-panel {
  margin-bottom: 1.5rem;
}
.picu-modal .info-panel:after {
  content: "";
  clear: both;
  display: block;
}
.picu-modal .info-panel .panel-item {
  display: inline-block;
  margin: 0 1.5rem;
}
.picu-modal .info-panel .panel-item:after {
  content: "";
  clear: both;
  display: block;
}
.picu-modal .info-panel .panel-value {
  font-size: 1.75em;
  line-height: 1;
}
.picu-modal .info-panel .panel-label {
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.7;
}
.picu-modal .info-panel .selection-options {
  padding-top: 10px;
}
.picu-modal .additional-info {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  border: 1px solid #333;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
}
.overlay.success .message {
  border-top: 5px solid #7ad03a;
}
.overlay.fail .message {
  border-top: 5px solid #e03;
}
.overlay .message {
  display: inline-block;
  width: auto;
  max-width: 95vw;
  padding: 2rem 2rem 1rem;
  color: #eee;
  background-color: #222226;
  text-align: center;
}
.overlay .message p {
  margin: 0 0 1rem 0;
}

.status-failed .picu-collection,
.status-approved .picu-collection {
  padding: 0;
}
.status-failed .picu-collection .picu-gallery-item,
.status-approved .picu-collection .picu-gallery-item {
  opacity: 0.25;
}
.status-failed .picu-collection .picu-gallery-item.selected,
.status-approved .picu-collection .picu-gallery-item.selected {
  opacity: 1;
}

.picu-protected {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.picu-protected .picu-protected-inner {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 94vw;
  max-width: 1000px;
  max-height: 94vh;
  padding: 1.5rem 2rem 1rem;
  color: #eee;
  background-color: #222226;
  text-align: center;
  overflow: auto;
}
@media only screen and (min-width: 600px) {
  .picu-protected .picu-protected-inner {
    padding: 2.5rem 4rem;
    width: 70vw;
    max-width: 1000px;
    max-height: 85vh;
  }
}
.picu-protected h1 {
  margin-top: 0;
}
.picu-protected label {
  display: block;
  margin-bottom: 20px;
}
.picu-protected input[type=password] {
  padding: 4px;
  border: none;
  font-size: 16px;
  border: 1px solid #333;
}
.picu-protected .error-msg {
  color: #e03;
}

.picu-protected__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.picu-protected__logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
}

.picu-admin-bar {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 20px;
  width: 100%;
  height: 40px;
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.picu-admin-bar .picu-admin-bar-status {
  padding-right: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.picu-admin-bar .picu-admin-bar-status:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.picu-admin-bar.draft .picu-admin-bar-status {
  color: purple;
}
.picu-admin-bar.draft .picu-admin-bar-status:before {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 2px solid purple;
}
.picu-admin-bar.sent .picu-admin-bar-status {
  color: #f08a24;
}
.picu-admin-bar.sent .picu-admin-bar-status:before {
  background-color: #f08a24;
}
.picu-admin-bar.approved .picu-admin-bar-status {
  color: #7ad03a;
}
.picu-admin-bar.approved .picu-admin-bar-status:before {
  background-color: #7ad03a;
}
.picu-admin-bar.delivery-draft .picu-admin-bar-status {
  color: #0074a2;
}
.picu-admin-bar.delivery-draft .picu-admin-bar-status:before {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 2px solid #0074a2;
}
.picu-admin-bar.delivered .picu-admin-bar-status {
  color: #0074a2;
}
.picu-admin-bar.delivered .picu-admin-bar-status:before {
  background-color: #0074a2;
}
.picu-admin-bar .picu-admin-bar-message {
  position: relative;
  display: none;
  font-size: 0.875em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .picu-admin-bar .picu-admin-bar-message {
    display: block;
    padding-right: 20px;
  }
}
.picu-admin-bar .picu-admin-bar-message:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.picu-admin-bar .picu-admin-bar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.picu-admin-bar .post-edit-link {
  font-weight: inherit;
  padding: 8px 10px 6px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 700;
  background-color: #0085ba;
  color: white;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #0073aa #006799 #006799;
  box-shadow: 0 1px 0 #006799;
}

.picu-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 2rem;
  min-height: -webkit-calc(100vh - 104px);
  min-height: calc(100vh - 104px);
}
.user-logged-in .picu-delivery {
  min-height: -webkit-calc(100vh - 128px);
  min-height: calc(100vh - 128px);
}

.picu-delivery-inner {
  max-width: 640px;
  background-color: #27272b;
  border: 1px solid #333;
}

.picu-delivery-intro {
  padding: 1rem;
}

.picu-delivery-title {
  margin: 0;
  font-size: 2rem;
}

.picu-delivery-intro-text {
  margin: 0;
}

.picu-delivery-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: #222226;
}

#picu-main-download-link {
  display: none;
}

.picu-delivery-image-count {
  font-size: 0.875rem;
}

.picu-delivery-toggle-images {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #aeaeae;
  text-transform: uppercase;
  cursor: pointer;
}
.picu-delivery-toggle-images svg {
  fill: #aeaeae;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.picu-delivery-toggle-images:hover, .picu-delivery-toggle-images:focus {
  color: #eee;
}
.picu-delivery-toggle-images:hover svg, .picu-delivery-toggle-images:focus svg {
  fill: #eee;
}

.picu-delivery-images {
  margin: 0;
  padding: 0;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  height: 0;
  overflow: hidden;
  list-style: none;
  background-color: #222226;
}

#picu-delivery-images-toggle {
  display: none;
}

#picu-delivery-images-toggle:checked ~ .picu-delivery-toggle-images-show {
  display: none;
}

.picu-delivery-toggle-images-hide {
  display: none;
}

#picu-delivery-images-toggle:checked ~ .picu-delivery-toggle-images-hide {
  display: inline-block;
}

#picu-delivery-images-toggle:checked ~ .picu-delivery-images {
  margin: 1rem -1rem -1rem;
  height: auto;
  overflow: auto;
}

.picu-delivery-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.picu-delivery-image:nth-child(odd) {
  background-color: #27272b;
}
.picu-delivery-image .picu-delivery-image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.picu-delivery-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.picu-delivery-image .picu-delivery-image-title {
  padding: 0 1rem;
  word-break: break-all;
}
.picu-delivery-image .picu-delivery-image-title + .picu-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
.picu-delivery-image .picu-image-download-link {
  display: none;
}

.picu-approval-form {
  margin-bottom: 2rem;
}

.picu-registration-form,
.picu-approval-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.picu-registration-form p,
.picu-approval-form p {
  margin: 0 0 1rem 0;
  padding: 0 0.5rem 0.5rem;
  text-align: left;
}
.picu-registration-form .col-20,
.picu-approval-form .col-20 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-20,
.picu-approval-form .col-20 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-20,
.picu-approval-form .col-20 {
    width: 20%;
  }
}
.picu-registration-form .col-30,
.picu-approval-form .col-30 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-30,
.picu-approval-form .col-30 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-30,
.picu-approval-form .col-30 {
    width: 30%;
  }
}
.picu-registration-form .col-40,
.picu-approval-form .col-40 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-40,
.picu-approval-form .col-40 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-40,
.picu-approval-form .col-40 {
    width: 40%;
  }
}
.picu-registration-form .col-50,
.picu-approval-form .col-50 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-50,
.picu-approval-form .col-50 {
    width: 50%;
  }
}
.picu-registration-form .col-60,
.picu-approval-form .col-60 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-60,
.picu-approval-form .col-60 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-60,
.picu-approval-form .col-60 {
    width: 60%;
  }
}
.picu-registration-form .col-70,
.picu-approval-form .col-70 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-70,
.picu-approval-form .col-70 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-70,
.picu-approval-form .col-70 {
    width: 70%;
  }
}
.picu-registration-form .col-80,
.picu-approval-form .col-80 {
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .picu-registration-form .col-80,
.picu-approval-form .col-80 {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .picu-registration-form .col-80,
.picu-approval-form .col-80 {
    width: 80%;
  }
}
.picu-registration-form .col-100,
.picu-approval-form .col-100 {
  width: 100%;
}
.picu-registration-form .align-center,
.picu-approval-form .align-center {
  text-align: center;
}
.picu-registration-form .align-right,
.picu-approval-form .align-right {
  text-align: right;
}
.picu-registration-form .paragraph,
.picu-approval-form .paragraph {
  margin: 0 0.5rem 1rem;
  padding: 1em;
  width: 100%;
  text-align: center;
}
.picu-registration-form .break,
.picu-approval-form .break {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
}
.picu-registration-form label,
.picu-approval-form label {
  display: block;
  margin-bottom: 0.25em;
  color: #eee;
  text-align: left;
}
.picu-registration-form label.after,
.picu-approval-form label.after {
  display: inline-block;
}
.picu-registration-form input[type=text],
.picu-registration-form input[type=email],
.picu-approval-form input[type=text],
.picu-approval-form input[type=email] {
  padding: 0.5rem;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #eee;
  background-color: #16161d;
  border: 1px solid #333;
}
.picu-registration-form input[type=text]::-webkit-input-placeholder,
.picu-registration-form input[type=email]::-webkit-input-placeholder,
.picu-approval-form input[type=text]::-webkit-input-placeholder,
.picu-approval-form input[type=email]::-webkit-input-placeholder {
  color: #333;
}
.picu-registration-form input[type=text]:-ms-input-placeholder,
.picu-registration-form input[type=email]:-ms-input-placeholder,
.picu-approval-form input[type=text]:-ms-input-placeholder,
.picu-approval-form input[type=email]:-ms-input-placeholder {
  color: #333;
}
.picu-registration-form input[type=text]::placeholder,
.picu-registration-form input[type=email]::placeholder,
.picu-approval-form input[type=text]::placeholder,
.picu-approval-form input[type=email]::placeholder {
  color: #333;
}
.picu-registration-form input[type=checkbox],
.picu-approval-form input[type=checkbox] {
  margin: 0 10px 10px 0;
  display: inline;
}
.picu-registration-form select,
.picu-approval-form select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0.5rem 2rem 0.2rem 0.8em;
  width: 100%;
  max-width: 100%;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #eee;
  background: #16161d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f6f6f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px top 8px;
  background-size: 16px 16px;
  border: 1px solid #333;
}
.picu-registration-form textarea,
.picu-approval-form textarea {
  padding: 0.5rem;
  width: 100%;
  height: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #eee;
  background-color: #16161d;
  border: 1px solid #333;
}
.picu-registration-form textarea::-webkit-input-placeholder,
.picu-approval-form textarea::-webkit-input-placeholder {
  color: #333;
}
.picu-registration-form textarea:-ms-input-placeholder,
.picu-approval-form textarea:-ms-input-placeholder {
  color: #333;
}
.picu-registration-form textarea::placeholder,
.picu-approval-form textarea::placeholder {
  color: #333;
}

.powered-by-stripe {
  width: 120px;
  height: 27px;
}

/**
 * Selected/unselected & star filter styling
 */
.picu-filter {
  position: relative;
  justify-self: flex-end;
  color: #aeaeae;
}

.picu-filter__toggle {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #aeaeae;
  background: transparent;
  border: none;
  border: 1px solid #333;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 12;
}
.picu-filter__toggle:hover {
  color: #eee;
  background-color: #222226;
}
.picu-filter__toggle:hover svg {
  stroke: #eee;
}
.picu-filter__toggle svg {
  margin-right: 4px;
  padding: 5px;
  width: 24px;
  height: 24px;
  stroke: #aeaeae;
  object-fit: contain;
}
.picu-filter__toggle.is-open {
  padding-bottom: 9px;
  color: #eee;
  background-color: #222226;
  border: 1px solid #aeaeae;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.picu-filter__toggle.is-open svg {
  stroke: #eee;
}

.filter-selected .picu-filter__toggle,
.filter-unselected .picu-filter__toggle,
body[class*=stars-filter-] .picu-filter__toggle {
  color: #eee;
}
.filter-selected .picu-filter__toggle svg,
.filter-unselected .picu-filter__toggle svg,
body[class*=stars-filter-] .picu-filter__toggle svg {
  stroke: #f08a24;
  border-radius: 3px;
}

.picu-filter__wrap {
  position: absolute;
  top: 41px;
  right: 0;
  display: none;
  min-width: 160px;
  background-color: #222226;
  border: 1px solid #333;
  border: 1px solid #aeaeae;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
  border-radius: 3px 0 3px 3px;
  z-index: 11;
}
.is-left .picu-filter__wrap {
  right: auto;
  left: 0;
}
.is-open + .picu-filter__wrap {
  display: block;
}

.picu-filter__filter {
  padding: 20px;
  font-size: 13px;
  border-bottom: 1px solid #333;
}
.picu-filter__filter:last-of-type {
  border-bottom: none;
}

.picu-filter__filter--selected input[type=radio] {
  display: none;
}
.picu-filter__filter--selected button {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  padding: 1px 4px;
  color: #aeaeae;
  background: transparent;
  border: none;
  white-space: nowrap;
}
.picu-filter__filter--selected button:last-of-type {
  margin-bottom: 0;
}
.picu-filter__filter--selected button svg {
  margin-right: 8px;
  padding: 3px;
  width: 17px;
  height: 17px;
  fill: #aeaeae;
  border: 1px solid #333;
  border-radius: 50%;
  object-fit: contain;
}
.picu-filter__filter--selected button:hover {
  color: #eee;
}
.picu-filter__filter--selected button:hover svg {
  fill: #eee;
  border-color: #eee;
}

.picu-filter__filter--selected .filter-selected--unselected svg {
  fill: #aeaeae;
}
.picu-filter__filter--selected .filter-selected--unselected:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 12px;
  display: block;
  width: 1px;
  height: 17px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.picu-filter__filter--selected .filter-selected--unselected:hover svg {
  fill: rgba(174, 174, 174, 0.4);
}
.picu-filter__filter--selected .filter-selected--unselected:hover:after {
  background-color: #eee;
}

.filter-selected .picu-filter__filter--selected .filter-selected--selected,
.filter-unselected .picu-filter__filter--selected .filter-selected--unselected {
  color: #eee;
}
.filter-selected .picu-filter__filter--selected .filter-selected--selected svg,
.filter-unselected .picu-filter__filter--selected .filter-selected--unselected svg {
  background-color: #eee;
  fill: #222226;
  border-color: #eee;
}

.filter-unselected .picu-filter__filter--selected .filter-selected--unselected svg {
  fill: rgba(174, 174, 174, 0.75);
}
.filter-unselected .picu-filter__filter--selected .filter-selected--unselected:after {
  background-color: #222226;
}

.picu-filter__filter--stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.equal-greater-icon {
  padding: 2px;
  width: 20px;
  height: 20px;
  opacity: 0.25;
}
.equal-greater-icon svg {
  max-width: 100%;
  height: auto;
  stroke: #aeaeae;
}

.picu-stars-filter__filter {
  display: block;
  margin: 0;
  padding: 2px;
  width: 20px;
  height: 20px;
  background: transparent;
}
.picu-stars-filter__filter svg {
  max-width: 100%;
  height: auto;
  stroke: #aeaeae;
  fill: none;
  pointer-events: none;
}

.stars-filter-1 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="2"]) svg,
.stars-filter-2 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="3"]) svg,
.stars-filter-3 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="4"]) svg,
.stars-filter-4 .picu-stars-filter__filter:has(~ .picu-stars-filter__filter[data-stars="5"]) svg,
.stars-filter-5 .picu-stars-filter__filter svg {
  fill: #eee;
  stroke: #eee;
}

.picu-filter__filter--stars:hover .picu-stars-filter__filter:hover svg,
.picu-filter__filter--stars .picu-stars-filter__filter:has(~ .picu-stars-filter__filter:hover) svg {
  fill: #eee;
  stroke: #eee;
}

/**
 * Grid size
 */
.picu-grid-size {
  display: block;
  position: relative;
}
.picu-grid-size__toggle {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding: 14px 15px 13px 36px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #aeaeae;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f6f6f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='14' width='7' height='7'%3E%3C/rect%3E%3Crect x='3' y='14' width='7' height='7'%3E%3C/rect%3E%3C/svg%3E") no-repeat left 15px top 14px;
  background-size: 13px 13px;
  border: none;
  border: 1px solid #333;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 2;
}
.picu-grid-size:has(.picu-grid-size__list.is-visible) .picu-grid-size__toggle, .picu-grid-size__toggle:hover {
  color: #eee;
  background: #222226 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23eee' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='14' width='7' height='7'%3E%3C/rect%3E%3Crect x='3' y='14' width='7' height='7'%3E%3C/rect%3E%3C/svg%3E") no-repeat left 15px top 14px;
  background-size: 13px 13px;
}

.picu-grid-size:has(.picu-grid-size__list.is-visible) .picu-grid-size__toggle {
  background-color: #222226;
  border: 1px solid #aeaeae;
  border-bottom: none;
  padding-bottom: 14px;
  border-radius: 3px 3px 0 0;
}

.picu-grid-size__list {
  position: absolute;
  top: 40px;
  display: none;
  margin: 0;
  width: auto;
  padding: 0;
  font-size: 13px;
  list-style: none;
  border: 1px solid #aeaeae;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.picu-grid-size__list.is-visible {
  display: block;
}
.picu-grid-size__list .picu-grid-size__switch__wrap-medium {
  display: none;
}
@media only screen and (min-width: 500px) {
  .picu-grid-size__list .picu-grid-size__switch__wrap-medium {
    display: block;
  }
}
.picu-grid-size__list button {
  display: block;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 100%;
  color: #aeaeae;
  background-color: #222226;
  border-radius: none;
  border: none;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #333;
}
.picu-grid-size__list button .picu-grid-size__abbr {
  pointer-events: none;
}
.picu-grid-size__list button .picu-grid-size__size {
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 500px) {
  .picu-grid-size__list button {
    padding: 0.5em 0.5em 0.5em 2.1em;
    font-size: 13px;
    text-align: left;
  }
  .picu-grid-size__list button .picu-grid-size__abbr {
    display: none;
  }
  .picu-grid-size__list button .picu-grid-size__size {
    display: inline;
  }
}
.picu-grid-size__list button:hover {
  background-color: #333;
}
.picu-grid-size__list li:last-child button {
  border-bottom: none;
  border-radius: 0 0 2px 2px;
}

.thumbsize-small .picu-grid-size__list #grid-size-small,
.thumbsize-medium .picu-grid-size__list #grid-size-medium,
.thumbsize-large .picu-grid-size__list #grid-size-large {
  color: #222226;
  border-bottom: 1px solid #eee;
  background: #eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222226' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpath d='M1.096 12.13l1.505-1.505c.201-.201.431-.301.692-.301.261 0 .492.1.692.301l6.812 6.812 16.847-16.847c.201-.201.431-.301.692-.301.261 0 .492.1.692.301l1.505 1.505c.201.201.301.431.301.692 0 .261-.1.492-.301.692l-19.044 19.044c-.201.201-.431.301-.692.301-.261 0-.492-.1-.692-.301l-9.009-9.009c-.201-.201-.301-.431-.301-.692 0-.261.1-.492.301-.692z'/%3E%3C/svg%3E") no-repeat left 0.9em top 0.7em;
  background-size: 0.8em 0.8em;
}

/**
 * Filter the images based on their classes.
 *
 * We work with varying specificities here to archieve
 * hiding/showing the correct images.
 */
body.filter-selected .picu-collection .picu-gallery-item {
  display: none;
}

body.filter-selected .picu-collection .picu-gallery-item.selected {
  display: block;
}

.filter-unselected .picu-collection .picu-gallery-item.selected {
  display: none;
}

body.stars-filter-5 .picu-collection .picu-gallery-item.stars-5,
body.stars-filter-4 .picu-collection .picu-gallery-item.stars-4,
body.stars-filter-4 .picu-collection .picu-gallery-item.stars-5,
body.stars-filter-3 .picu-collection .picu-gallery-item.stars-5,
body.stars-filter-3 .picu-collection .picu-gallery-item.stars-4,
body.stars-filter-3 .picu-collection .picu-gallery-item.stars-3,
body.stars-filter-2 .picu-collection .picu-gallery-item.stars-5,
body.stars-filter-2 .picu-collection .picu-gallery-item.stars-4,
body.stars-filter-2 .picu-collection .picu-gallery-item.stars-3,
body.stars-filter-2 .picu-collection .picu-gallery-item.stars-2,
body.stars-filter-1 .picu-collection .picu-gallery-item.stars-5,
body.stars-filter-1 .picu-collection .picu-gallery-item.stars-4,
body.stars-filter-1 .picu-collection .picu-gallery-item.stars-3,
body.stars-filter-1 .picu-collection .picu-gallery-item.stars-2,
body.stars-filter-1 .picu-collection .picu-gallery-item.stars-1 {
  display: block;
}

body[class*=stars-filter-] .picu-collection .picu-gallery-item,
body[class*=stars-filter-].filter-selected .picu-collection .picu-gallery-item.selected,
body[class*=stars-filter-].filter-selected .picu-collection .picu-gallery-item.unselected,
body[class*=stars-filter-].filter-unselected .picu-collection .picu-gallery-item.unselected,
body.filter-unselected .picu-collection .picu-gallery-item.selected {
  display: none;
}

body.filter-selected.stars-filter-5 .picu-collection .picu-gallery-item.stars-5.selected,
body.filter-selected.stars-filter-4 .picu-collection .picu-gallery-item.stars-4.selected,
body.filter-selected.stars-filter-4 .picu-collection .picu-gallery-item.stars-5.selected,
body.filter-selected.stars-filter-3 .picu-collection .picu-gallery-item.stars-5.selected,
body.filter-selected.stars-filter-3 .picu-collection .picu-gallery-item.stars-4.selected,
body.filter-selected.stars-filter-3 .picu-collection .picu-gallery-item.stars-3.selected,
body.filter-selected.stars-filter-2 .picu-collection .picu-gallery-item.stars-5.selected,
body.filter-selected.stars-filter-2 .picu-collection .picu-gallery-item.stars-4.selected,
body.filter-selected.stars-filter-2 .picu-collection .picu-gallery-item.stars-3.selected,
body.filter-selected.stars-filter-2 .picu-collection .picu-gallery-item.stars-2.selected,
body.filter-selected.stars-filter-1 .picu-collection .picu-gallery-item.stars-5.selected,
body.filter-selected.stars-filter-1 .picu-collection .picu-gallery-item.stars-4.selected,
body.filter-selected.stars-filter-1 .picu-collection .picu-gallery-item.stars-3.selected,
body.filter-selected.stars-filter-1 .picu-collection .picu-gallery-item.stars-2.selected,
body.filter-selected.stars-filter-1 .picu-collection .picu-gallery-item.stars-1.selected {
  display: block;
}

body.filter-unselected.stars-filter-5 .picu-collection .picu-gallery-item.stars-5.unselected,
body.filter-unselected.stars-filter-4 .picu-collection .picu-gallery-item.stars-4.unselected,
body.filter-unselected.stars-filter-4 .picu-collection .picu-gallery-item.stars-5.unselected,
body.filter-unselected.stars-filter-3 .picu-collection .picu-gallery-item.stars-5.unselected,
body.filter-unselected.stars-filter-3 .picu-collection .picu-gallery-item.stars-4.unselected,
body.filter-unselected.stars-filter-3 .picu-collection .picu-gallery-item.stars-3.unselected,
body.filter-unselected.stars-filter-2 .picu-collection .picu-gallery-item.stars-5.unselected,
body.filter-unselected.stars-filter-2 .picu-collection .picu-gallery-item.stars-4.unselected,
body.filter-unselected.stars-filter-2 .picu-collection .picu-gallery-item.stars-3.unselected,
body.filter-unselected.stars-filter-2 .picu-collection .picu-gallery-item.stars-2.unselected,
body.filter-unselected.stars-filter-1 .picu-collection .picu-gallery-item.stars-5.unselected,
body.filter-unselected.stars-filter-1 .picu-collection .picu-gallery-item.stars-4.unselected,
body.filter-unselected.stars-filter-1 .picu-collection .picu-gallery-item.stars-3.unselected,
body.filter-unselected.stars-filter-1 .picu-collection .picu-gallery-item.stars-2.unselected,
body.filter-unselected.stars-filter-1 .picu-collection .picu-gallery-item.stars-1.unselected {
  display: block;
}

/*
 * Reset all button
 */
.filter-reset-all {
  -webkit-appearance: none;
          appearance: none;
  padding: 5px 10px;
  color: #aeaeae;
  background: transparent;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  opacity: 0.25;
}
.filter-selected .filter-reset-all, .filter-unselected .filter-reset-all, body[class*=stars-filter-] .filter-reset-all {
  opacity: 1;
}
.filter-selected .filter-reset-all:hover, .filter-unselected .filter-reset-all:hover, body[class*=stars-filter-] .filter-reset-all:hover {
  color: #eee;
  border-color: #eee;
}
/*# sourceMappingURL=picu-dark.css.map */