/* Icons / Icon Font  */
@font-face {
    font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
    unicode-range: U+E000-E15C, U+F0000, U+FE0E;
}
@font-face {
  font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
  font-weight: 240;
  unicode-range: U+E000-E15C, U+F0000, U+FE0E;
}
@font-face {
  font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
  unicode-range: U+E000-E15C, U+F0000, U+FE0E;
  font-weight: 400;
}
@font-face {
  font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
  unicode-range: U+E000-E15C, U+F0000, U+FE0E;
  font-weight: 600;
}
@font-face {
  font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
  unicode-range: U+E000-E15C, U+F0000, U+FE0E;
  font-weight: 800;
}
@font-face {
  font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
  unicode-range: U+E000-E15C, U+F0000, U+FE0E;
  font-style: italic;
}
@font-face {
    font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
    unicode-range: U+E000-E15C, U+F0000, U+FE0E;
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
    unicode-range: U+E000-E15C, U+F0000, U+FE0E;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
    unicode-range: U+E000-E15C, U+F0000, U+FE0E;
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Icons';
    src: url('https://static.cargo.site/assets/social/IconFont-Regular-0.9.3.woff2');
    unicode-range: U+E000-E15C, U+F0000, U+FE0E;
    font-weight: 800;
    font-style: italic;
}

body.iconfont-loading, body.iconfont-loading * {
    color: transparent!important;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

body.no-scroll {
  overflow: hidden;
}

/*!
 * Content
 */

.page {
  word-wrap: break-word;
}

:focus {
  outline: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}


/*
.pointer-events-none .page_content > *:not([grid-row]):not([grid-col]), 
.pointer-events-none .page_content > * *:not([grid-row]):not([grid-col]) {
  pointer-events: auto;
}*/

.pointer-events-none .page_content a,
.pointer-events-none .page_content img,
.pointer-events-none .page_content iframe,
.pointer-events-none .page_content video,
.pointer-events-none .page_content audio,
.pointer-events-none .page_content input,
.pointer-events-none .page_content button,
.pointer-events-none .page_content .audio-player,
.pointer-events-none .page_content .shop_product,
.pointer-events-none .page_content details
{
  pointer-events: auto;
}

/* This fixes links in IE â€” for some reason they don't get pointer-events: auto; without */
.pointer-events-none .page_content > a,
.pointer-events-none .page_content * > a {
  position: relative;
}

/*[data-adminview] .pointer-events-none .page_content[data-ce-host="true"] {
  pointer-events: auto;
}*/

/* Strikethru */
s * {
    text-transform: inherit;
}

/**
 * Cargo toolset
 */
#toolset {
  position: fixed;
  bottom: 10px; right: 10px;
  z-index: 8;
}

.mobile #toolset,
.template_site_inframe #toolset {
  display: none;
}

#toolset a {
    display: block;
    height: 24px; width: 24px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: rgba(0,0,0,.2);
}

#toolset a:hover {
  background: rgba(0,0,0,.8);
}

[data-adminview] #toolset a,
[data-adminview] #toolset_admin a {
  background: rgba(0,0,0,.04);
  pointer-events: none;
  cursor: default;
}

#toolset_admin a:active {
  background: rgba(0,0,0,.7);
}

#toolset_admin a {
    /*border-radius: 2px;*/
}

#toolset_admin a svg > * {
  transform: scale(1.1) translate(0, -.5px);
  transform-origin: 50% 50%;  
}

#toolset_admin a svg { 
  pointer-events: none;
  width: 100% !important;
  height: auto !important;
}
/*
#toolset_admin a:after {
    content: 'âŒ˜';
    color: white;
    font-size: 14px;
    line-height: 20px;
}*/

/**
 * Following & Private Persona Icons
 */

#following-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#following-container iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

:root {
  --following-width: -400px;
  --following-animation-duration: 450ms;
}

@keyframes following-open {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(var(--following-width));
    }
}

@keyframes following-open-inverse {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-1 * var(--following-width)));
    }
}

@keyframes following-close {
    0% {
      transform: translateX(var(--following-width));
    }
    100% {
      transform: translateX(0px);
    }
}

@keyframes following-close-inverse {
    0% {
      transform: translateX(calc(-1 * var(--following-width)));
    }
    100% {
      transform: translateX(0px);
    }
}

body.animate-left {
   animation: following-open var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

#following-container.animate-left {
   animation: following-close-inverse var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

#following-container.animate-left #following-frame {
   animation: following-close var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

body.animate-right {
   animation: following-close var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

#following-container.animate-right {
   animation: following-open-inverse var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

#following-container.animate-right #following-frame {
   animation: following-open var(--following-animation-duration);
   animation-fill-mode: both;
   animation-timing-function: cubic-bezier(.24,1,.29,1);
}

/**
 * Slick
 */

/* Slider */
.slick-slider {
    position: relative;
    display: block;

    -moz-box-sizing: border-box;
      box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
      user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
     touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
      transform: translate3d(0, 0, 0);
      will-change: transform;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
    width: 1px;
    height: 1px;
    margin-top: -1px;
    margin-left: -1px;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.content .slick-slide img {
    display: inline-block;
}

.content .slick-slide img:not(.image-zoom) {
    cursor: pointer;
}

.content .scrub .slick-list,
.content .scrub .slick-slide img:not(.image-zoom) {
    cursor: ew-resize;
}


body.slideshow-scrub-dragging * {
  cursor: ew-resize !important;
}

.content .slick-slide img[src=''], .content .slick-slide img:not([src]) {
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 9;
  width: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  will-change:opacity;
  -webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
  transition:opacity 333ms cubic-bezier(.4,0,.22,1);
}

.slick-arrow.hidden {
  opacity: 0;
}

.slick-arrow svg {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform:translate(0.25px, 0.25px);
}

.slick-arrow svg.right-arrow {
    transform:translate(0.25px, 0.25px) scaleX(-1);
}

.slick-arrow svg:active {
  opacity: 0.75;
}

.slick-arrow svg .arrow-shape {
  fill: none !important;
  stroke: #fff;
  stroke-linecap: square;
}

.slick-arrow svg .arrow-outline {
  fill: none !important;
  stroke-width: 2.5px;
  stroke: rgba(0, 0, 0, 0.6);
  stroke-linecap: square;
}


.slick-arrow.slick-next {
  right: 0;
  text-align: right;
}

.slick-next svg,
.wallpaper-navigation .slick-next svg {
    margin-right: 10px;
}

.mobile .slick-next svg {
  margin-right: 10px;
}

.slick-arrow.slick-prev {
  text-align: left;
}

.slick-prev svg,
.wallpaper-navigation  .slick-prev svg {
    margin-left: 10px;
}

.mobile .slick-prev svg {
    margin-left: 10px;
}


/***
 * Loading Pulse
***/
.loading_animation {
    display: none;
    vertical-align: middle;
    z-index: 15;
    line-height: 0;
    pointer-events: none;
    border-radius: 100%;
}

.loading_animation.hidden {
  display: none;
}

.loading_animation.pulsing {
    /* animation starts at 0 opacity*/
    opacity: 0;
    display: inline-block;
    /* wait 100ms for animation to start*/
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    /* 500ms fadein */
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation: fade-pulse-in .5s ease-in-out;
    -moz-animation: fade-pulse-in .5s ease-in-out;
    -webkit-animation: fade-pulse-in .5s ease-in-out;
    /* Keep the 100% opacity */
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.loading_animation.pulsing.no-delay {
    /* override to no delay*/
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.loading_animation div {
    border-radius: 100%;
}

.loading_animation div svg {
    max-width: 100%;
    height: auto;
}

.loading_animation div,
.loading_animation div svg {
    width: 20px;
    height: 20px;
}

.loading_animation.full-width svg {
  width: 100%;
  height: auto;
}

.loading_animation.full-width.big svg {
  width: 100px;
  height: 100px;
}

.loading_animation div svg > * {
    fill: #ccc;
}

.loading_animation div {
    /* wait for the fadein to finish*/
    /*animation-delay: .7s;*/
    /*-webkit-animation-delay: .7s;*/
    /*-moz-animation-delay: .7s;*/
    /* cycle through pulsate animation */
    -webkit-animation: spin-loading 12s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: spin-loading 12s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: spin-loading 12s ease-out;
    animation-iteration-count: infinite;

}

.loading_animation.pulsing.no-delay div {
    /* less delay when no delay on fading in*/
    /*animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;*/
}

.loading_animation.hidden {
  display: none;
}

[data-backdrop] .loading_animation {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}

.loading_animation.position-absolute.middle {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.loading_animation.position-absolute.topleft {
    top: 0;
    left: 0;
}

.loading_animation.position-absolute.middleright {
    top: calc(50% - 10px);
    right: 1rem;
}

.loading_animation.position-absolute.middleleft {
    top: calc(50% - 10px);
    left: 1rem;
}

.loading_animation.gray div svg > * {
    fill: #999;
}
.loading_animation.gray-dark div svg > * {
    fill: #666;
}
.loading_animation.gray-darker div svg > * {
    fill: #555;
}
.loading_animation.gray-light div svg > * {
    fill: #ccc;
}
.loading_animation.white div svg > * {
    fill: rgba(255,255,255,.85);
}
.loading_animation.blue div svg > * {
    fill: #698FFF;
}

.loading_animation.inline {
    display: inline-block;
    margin-bottom: .5ex;
}

.loading_animation.inline.left {
    margin-right: .5ex;
}

/* Fade-pulse-in animation */
@-webkit-keyframes fade-pulse-in {
    0% {opacity: 0;}
    50% {opacity: 0.5;}
    100% {opacity: 1.0;}
}
@-moz-keyframes fade-pulse-in {
    0% {opacity: 0;}
    50% {opacity: 0.5;}
    100% {opacity: 1.0;}
}
@keyframes fade-pulse-in {
    0% {opacity: 0;}
    50% {opacity: 0.5;}
    100% {opacity: 1.0;}
}

/* pulsing animation */
@-webkit-keyframes pulsate {
    0% {opacity: 1.0;}
    50% {opacity: 0;}
    100% {opacity: 1.0;}
}
@-moz-keyframes pulsate {
    0% {opacity: 1.0;}
    50% {opacity: 0;}
    100% {opacity: 1.0;}
}
@keyframes pulsate {
    0% {opacity: 1.0;}
    50% {opacity: 0;}
    100% {opacity: 1.0;}
}

/*spinning */
@-webkit-keyframes spin-loading {
  0% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(1050deg);
  }
  18% {
    transform: rotate(-1090deg);
  }
  20% {
    transform: rotate(-1080deg);
  }
  23% {
    transform: rotate(-1080deg);
  }
  28% {
    transform: rotate(-1095deg);
  }
  29% {
    transform: rotate(-1065deg);
  }
  34% {
    transform: rotate(-1080deg);
  }
  35% {
    transform: rotate(-1050deg);
  }
  40% {
    transform: rotate(-1065deg);
  }
  41% {
    transform: rotate(-1035deg);
  }
  44% {
    transform: rotate(-1035deg);
  }
  47% {
    transform: rotate(-2160deg);
  }
  50% {
    transform: rotate(-2160deg);
  }
  56% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(6120deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes spin-loading {
  0% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(1050deg);
  }
  18% {
    transform: rotate(-1090deg);
  }
  20% {
    transform: rotate(-1080deg);
  }
  23% {
    transform: rotate(-1080deg);
  }
  28% {
    transform: rotate(-1095deg);
  }
  29% {
    transform: rotate(-1065deg);
  }
  34% {
    transform: rotate(-1080deg);
  }
  35% {
    transform: rotate(-1050deg);
  }
  40% {
    transform: rotate(-1065deg);
  }
  41% {
    transform: rotate(-1035deg);
  }
  44% {
    transform: rotate(-1035deg);
  }
  47% {
    transform: rotate(-2160deg);
  }
  50% {
    transform: rotate(-2160deg);
  }
  56% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(6120deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/**
 * Grid / Columns
 */

[grid-row] {
    align-items: flex-start;   
    box-sizing: border-box;

    display: -webkit-box; display:
    -webkit-flex; display:
    -ms-flexbox; display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[grid-col] {
    box-sizing: border-box;
}

[grid-row] [grid-col].empty:after {
    content: "\0000A0";
    cursor: text;
}

body.mobile[data-adminview="content-editproject"] [grid-row] [grid-col].empty:after {
  display: none;
}

[grid-col="auto"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

[grid-col="x12"] { width: 100%; }
[grid-col="x11"] { width: 50%; }
[grid-col="x10"] { width: 33.33%; }
[grid-col="x9"] { width: 25%; }
[grid-col="x8"] { width: 20%; }
[grid-col="x7"] { width: 16.666666667%; }
[grid-col="x6"] { width: 14.285714286%; }
[grid-col="x5"] { width: 12.5%; }
[grid-col="x4"] { width: 11.111111111%; }
[grid-col="x3"] { width: 10%; }
[grid-col="x2"] { width: 9.090909091%; }
[grid-col="x1"] { width: 8.333333333%; }

[grid-col="1"] { width: 8.33333%; }
[grid-col="2"] { width: 16.66667%; }
[grid-col="3"] { width: 25%; }
[grid-col="4"] { width: 33.33333%; }
[grid-col="5"] { width: 41.66667%; }
[grid-col="6"] { width: 50%; }
[grid-col="7"] { width: 58.33333%; }
[grid-col="8"] { width: 66.66667%; }
[grid-col="9"] { width: 75%; }
[grid-col="10"] { width: 83.33333%; }
[grid-col="11"] { width: 91.66667%; }
[grid-col="12"] { width: 100%; }


body.mobile [grid-responsive] [grid-col] {
    width: 100%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}


/*

for reference
[grid-pad="0"] { padding: 0; }
[grid-pad="1"] { padding: 0.5rem; }
[grid-pad="2"] { padding: 1rem; }
[grid-pad="3"] { padding: 2rem; }
[grid-pad="4"] { padding: 4rem; }
*/

[data-ce-host="true"][contenteditable="true"] [grid-pad] {
  pointer-events: none;
}

[data-ce-host="true"][contenteditable="true"] [grid-pad] > * {
  pointer-events: auto;
}

[grid-pad="0"] {
  padding: 0; 
}

[grid-pad="0.25"] {
  padding: .125rem; 
}

[grid-pad="0.5"] {
  padding: .25rem; 
}

[grid-pad="0.75"] {
  padding: .375rem; 
}

[grid-pad="1"] {
  padding: .5rem; 
}

[grid-pad="1.25"] {
  padding: .625rem; 
}

[grid-pad="1.5"] {
  padding: .75rem; 
}

[grid-pad="1.75"] {
  padding: .875rem; 
}

[grid-pad="2"] {
  padding: 1rem; 
}

[grid-pad="2.5"] {
  padding: 1.25rem; 
}

[grid-pad="3"] {
  padding: 1.5rem; 
}

[grid-pad="3.5"] {
  padding: 1.75rem; 
}

[grid-pad="4"] {
  padding: 2rem; 
}

[grid-pad="5"] {
  padding: 2.5rem; 
}

[grid-pad="6"] {
  padding: 3rem; 
}

[grid-pad="7"] {
  padding: 3.5rem; 
}

[grid-pad="8"] {
  padding: 4rem; 
}

[grid-pad="9"] {
  padding: 4.5rem; 
}

[grid-pad="10"]{
  padding: 5rem; 
}

/**
Gutters
**/


[grid-gutter="0"] {
  margin: 0rem; 
}

[grid-gutter="0.5"] {
  margin: -.25rem; 
}

[grid-gutter="1"] {
  margin: -.5rem; 
}

[grid-gutter="1.5"] {
  margin: -.75rem; 
}

[grid-gutter="2"] {
  margin: -1rem; 
}

[grid-gutter="2.5"] {
  margin: -1.25rem; 
}

[grid-gutter="3"] {
  margin: -1.5rem; 
}

[grid-gutter="3.5"] {
  margin: -1.75rem; 
}

[grid-gutter="4"] {
  margin: -2rem; 
}

[grid-gutter="5"] {
  margin: -2.5rem; 
}

[grid-gutter="6"] {
  margin: -3rem; 
}

[grid-gutter="7"] {
  margin: -3.5rem; 
}

[grid-gutter="8"] {
  margin: -4rem; 
}

[grid-gutter="10"]{
  margin: -5rem; 
}

[grid-gutter="12"]{
  margin: -6rem; 
}

[grid-gutter="14"]{
  margin: -7rem; 
}

[grid-gutter="16"]{
  margin: -8rem; 
}

[grid-gutter="18"]{
  margin: -9rem; 
}

[grid-gutter="20"]{
  margin: -10rem; 
}



/* Clearfix */
/*.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}*/

/* Fix for small tag inside of flex elements */
small {
    max-width: 100%;
    text-decoration: inherit;
}

img[src=''], 
img:not([src]) {
    outline: 1px solid rgba(177, 177, 177, 0.4);
    outline-offset: -1px;
    content: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

img.image-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

/* Cargo Link */
 #imprimatur {
    color: #333333;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
    position: fixed;
    opacity: 0.3;
    right: -28px;
    bottom: 160px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    z-index: 8;
    text-transform: uppercase;
    color: #999;
    opacity: .5;
    padding-bottom: 2px;
    text-decoration: none;
}

.mobile #imprimatur {
  display: none;
}

/*bodycopy cargo-link {
  height: 10rem;
  display: inline-block;
}*/

bodycopy cargo-link a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
  font-size: 12px;
    font-style: normal;
  font-weight: 400;
  transform: rotate(270deg);
  text-decoration: none;
    position: fixed !important;
    right: -27px;
    bottom: 100px;
    text-decoration: none;
    letter-spacing: normal;
    background: transparent;
    border: 0;
    border-bottom: 0;
    outline: 0;
}

/**
 * lightbox
 */

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui {
  visibility: visible
}

.pswp--minimal--dark .pswp__top-bar,
.pswp__button {
  background: 0 0
}

.pswp,
.pswp__bg,
.pswp__container,
.quick-view-navigation,
.pswp__img--placeholder,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}

.pswp__button {
  cursor: pointer;
  opacity: 1;
  -webkit-appearance: none;  
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*.pswp {
  overflow: hidden;  
}*/

/* loosely-specific default for close button fallback */
.pswp__button-close > svg {
    top: 10px;
    right: 10px;
    margin-left: auto;
}

.pswp--touch .quick-view-navigation {
  display: none
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  z-index: 1550
}

.quick-view-navigation {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.quick-view-navigation .pswp__group .pswp__button {
  pointer-events: auto;
}

.pswp__button > svg {
  position: absolute;
  width: 36px;
  height: 36px;
}

.quick-view-navigation .pswp__group:active svg {
  opacity: .75
}

.pswp__button svg .shape-shape {
  fill: #fff
}

.pswp__button svg .shape-outline {
  fill: #000;
  /*opacity: .2*/
}

.pswp__button-prev > svg {
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;  
}

.pswp__button-next > svg {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;  
}

.quick-view-navigation .pswp__group .pswp__button-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%
}

.quick-view-navigation .pswp__group .pswp__button-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%
}

/* for new line based arrows */
.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.quick-view-navigation .close-button {
    transform:translate(0.25px, 0.25px);
}

.quick-view-navigation .right-arrow {
  transform:translate(0.25px, 0.25px) scaleX(-1);
}




/*.quick-view-navigation .left-arrow .outer-color, 
.quick-view-navigation .right-arrow .outer-color,*/
.pswp__button svg .shape-outline {
  /* FOR CSS INJECTION: transparent fill to prevent new line-based SVG from auto-completing the shape */
  fill: transparent !important;
  stroke: #000;
  stroke-width: 2.5px;
  stroke-linecap: square;
}

/*.quick-view-navigation .left-arrow .inner-color, 
.quick-view-navigation .right-arrow .inner-color,*/
.pswp__button svg .shape-shape {
  /* FOR CSS INJECTION: transparent fill to prevent new line-based SVG from auto-completing the shape */
  fill: transparent !important;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-linecap: square;
}


.pswp__bg,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  width: 100%;
  position: absolute
}

.quick-view-navigation .pswp__group .pswp__button-close {
  margin: 0;  
} 

.pswp__container,
.pswp__item,
.pswp__zoom-wrap {
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  left: 0
}

.pswp__ui--hidden .pswp__button {;
  opacity: .001
}

.pswp__ui--hidden .pswp__button,
.pswp__ui--hidden .pswp__button * {
  pointer-events: none;
}

.pswp .pswp__ui.pswp__ui--displaynone {
  display: none;
}

.pswp__element--disabled {
  display: none!important
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  position: fixed;
  display: none;

  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999999;
  -webkit-text-size-adjust: 100%;
  line-height: initial;
  letter-spacing: initial;
  outline: 0;
}

.pswp img {
  max-width: none
}

.pswp--zoom-disabled .pswp__img {
  cursor: default!important
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.pswp__bg {
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  transform: translateZ(0);
  will-change: opacity
}

.pswp__scroll-wrap {
  left: 0;
  top: 0;
  height: 100%;
  /*overflow: hidden*/
}

.pswp__container iframe {
  /*background: #212121;*/
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 222ms cubic-bezier(.4, 0, .22, 1);
  transition: transform 222ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
  -webkit-transition: opacity 222ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 222ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none
}


.pswp--hide-overflow.pswp,
.pswp--hide-overflow .pswp__scroll-wrap {
  overflow:hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  width: 100%!important;
  height: auto!important;
  left: 0;
  top: 0
}

.pswp__ui--idle {  
  opacity: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline
}
/* Lightbox error message */

.pswp__error-msg {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

/* prevent iframe from capturing mouse while dragging */
.quick-view.mouse-down .iframe-item {
  pointer-events: none!important;
}

/* Lightbox captions */


.quick-view-caption-positioner {
  /*position:relative;*/
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.quick-view-caption-wrapper {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.quick-view-horizontal-align-left .quick-view-caption-wrapper {
  margin-left: 0;
}
.quick-view-horizontal-align-right .quick-view-caption-wrapper {
  margin-right: 0;
}

[data-quick-view-caption] {
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.quick-view-horizontal-align-left [data-quick-view-caption] {
  text-align: left;
}

.quick-view-horizontal-align-right [data-quick-view-caption] {
  text-align: right;
}

.quick-view-caption {
    transition: 100ms opacity ease-in-out;
}

.quick-view-caption > * {
  display: inline-block;
}

.quick-view-caption * {
    pointer-events:auto;
}

.quick-view-caption.hidden {
  opacity: 0;
}


 /**
  * Ecommerce
  */
 /*Shop Widget*/
.shop_product {
  /*display: flex;*/
}

.shop_product .dropdown_wrapper {
  flex: 0 0 100%;
  position: relative;
}

.shop_product select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*margin: 0;*/
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/*.shop_product .dropdown_wrapper:after {
    content: '';
    position: absolute;
    right: .6em;
    bottom: .45em;
    width: 0;
    height: 0;
    border-left: 0.2em inset transparent;
    border-right: 0.2em inset transparent;
    border-top: 0.3em solid rgba(0,0,0,.2);
    margin-top: 10px;
} 

.shop_product .dropdown_wrapper:before {
    content: '';
    position: absolute;
    right: .6em;
    top: .45em;
    width: 0;
    height: 0;
    border-left: 0.2em inset transparent;
    border-right: 0.2em inset transparent;
    border-bottom: 0.3em solid rgba(0,0,0,.2);
    position: absolute;
}

.shop_product .dropdown:after {

}
*/
.shop_product select.dropdown::-ms-expand {
  display: none;
}

.shop_product .price {
}


.shop_product a {
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
}

.shop_product a.out-of-stock {
  pointer-events: none;
}

/*
 *  Audio Player
 */

 body.audio-player-dragging * {
  cursor: ew-resize !important;
}

.audio-player {
    display: inline-flex;
    flex: 1 0 calc(100% - 2px);
    width: calc(100% - 2px);
}

.audio-player .button {
    height: 100%;
    flex: 0 0 3.3rem;
    display: flex;
}

.audio-player .separator {
    left: 3.3rem;
    height: 100%;
}

.audio-player .buffer {
    width: 0.0%;
    height: 100%;
    transition: left .3s linear, width .3s linear;
}

.audio-player.seeking .buffer {
    transition: left 0s, width 0s;
}

.audio-player.seeking {
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
}

.audio-player.seeking * {
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
}

.audio-player .bar {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-grow: 1;
}

.audio-player .progress {
    width: 0%;
    height: 100%;
    transition: width .3s linear;
}

.audio-player.seeking .progress {
    transition: width 0s;
}

.audio-player .pause,
.audio-player .play {
    cursor: pointer;
    height: 100%;
}

.audio-player .note-icon {
    margin: auto 0;
    order: 2;
    flex: 0 1 auto;
}

.audio-player .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  user-select: none;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: auto auto auto 0;
  flex: 0 3 auto;
  min-width: 0;
  width: 100%;
}

.audio-player .total-time {
  flex: 0 1 auto;
  margin: auto 0;
}

.audio-player .current-time,
.audio-player .play-text {
  flex: 0 1 auto;
  margin: auto 0;
}

.audio-player .stream-anim {
  user-select: none;  
  margin: auto auto auto 0;
}

.audio-player .stream-anim span {
  display: inline-block;
}

.audio-player .play-text,
.audio-player .current-time,
.audio-player .total-time,
.audio-player .note-svg,
.audio-player .buffer,
.audio-player .separator {
    user-select: none;
    pointer-events: none;
}


.audio-player .buffer,
.audio-player .progress,
.audio-player .play-text {
    position: absolute;
}

.audio-player,
.audio-player .note-icon,
.audio-player .play,
.audio-player .pause,
.audio-player .bar,
.audio-player .total-time,
.audio-player .current-time,
.audio-player .button {
    position: relative;
}

body.mobile .audio-player,
body.mobile .audio-player * {
  -webkit-touch-callout: none;
}

/*
 *  Standalone Admin
 */

#standalone-admin-frame {
  border: 0;
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
}

body[standalone-admin="true"] #standalone-admin-frame {
  /*transition: transform .3s ease;*/   
  transform: translate(0, 0);
}

body[standalone-admin="true"] .main_container {
  /*transition: width .3s ease;*/
  width: calc(100% - 400px);
}

body[standalone-admin="false"] #standalone-admin-frame {
  /*transition: transform .3s ease;*/
  transform: translate(100%, 0);
}

body[standalone-admin="false"] .main_container {
  /*transition: width .3s ease;*/
  width: 100%;
}

.toggle_standaloneAdmin {
  position: fixed;
    top: 0;
    right: 400px;
    height: 40px;
    width: 40px;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(0,0,0,.4);
}

.toggle_standaloneAdmin:active {
  opacity: .7;
}

body[standalone-admin="false"] .toggle_standaloneAdmin {
  right: 0;
}

.toggle_standaloneAdmin * {
  color: #fff;
  fill: #fff;
}

.toggle_standaloneAdmin svg {
  /*margin-top: -1px;*/
  padding: 6px;
  width: 100%;
  height: 100%;
  opacity: .85;
}

body[standalone-admin="true"] .toggle_standaloneAdmin #backdropsettings,
body[standalone-admin="false"] .toggle_standaloneAdmin #close {
  display: none;
}

.toggle_standaloneAdmin > div {
  width: 100%;
  height: 100%;
}

/* admin toggle */

#admin_toggle_button {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 400px;
  height: 36px;
  width: 12px;
  z-index: 999;
  cursor: pointer;
  background-color: rgba(0,0,0,.09);
  padding-left: 2px;
  margin-right: 5px;
}

#admin_toggle_button .bar {
  content:'';
  background: rgba(0,0,0,.09);
  position: fixed;
  /*cursor: e-resize;*/
  width: 5px;
  bottom: 0;
  top: 0;
  z-index: 10;
}

#admin_toggle_button:active {
  background: rgba(0,0,0,.065);
}

#admin_toggle_button * {
  color: #fff;
  fill: #fff;
}

#admin_toggle_button svg {
  padding: 0;
  width: 16px;
  height: 36px;
  margin-left: 1px;
  /*opacity: .85;*/
  opacity: 1;
}

#admin_toggle_button svg * {
  fill: #fff;
  opacity: 1;
}

#admin_toggle_button[data-state="closed"] .toggle_admin_close {
  display: none;
}

#admin_toggle_button[data-state="closed"],
#admin_toggle_button[data-state="closed"] .toggle_admin_open {
  width: 20px;
  cursor: pointer; 
  margin: 0;
}
#admin_toggle_button[data-state="closed"] svg {
  /*padding-left: 4px;*/
  margin-left: 2px;
}

#admin_toggle_button[data-state="open"] .toggle_admin_open {
  display: none;
}

/** fix for crash in Safari 13 **/
select, select * {
   text-rendering: auto!important;
}

/** prevents <b><b> from "double bolding" when using "font-weight: bolder;" **/
b b {
    font-weight: inherit;
}   