/********************* BODY CONTENT *************************/
body {
  font-family: 'oswald-l', sans-serif;
  color: #101010;
  background-color: #ffffff;
}

#page-wrapper, #single-wrapper, .not-found-wrapper {
	padding-top: 60px;
}

@media(min-width: 992px) {
#page-wrapper, #single-wrapper, .not-found-wrapper {
	display: inline-block;
    position: relative;
    width: calc(100% - 300px);
	margin-left: 300px;
	padding-top: 0;
}
}



.single-projekt .wf-content-container {
  margin: auto;
  width: 85%;
}
@media (min-width: 992px) {
  .single-projekt .wf-content-container {
      width: 70%;
      max-width: 992px;
  }
}

h1, h2 {
  font-family: "satoshi", sans-serif;
  font-size: 25px;
  color: #101010;
}  
h2 {
  margin-bottom: 10px;
}

h3 {
  font-size: 12px; 
  color: black;
  font-weight: unset;
  margin-bottom: 10px;
}

h3.kontakt-block, h3.kontakt-block a {
  font-size: 12px;
  line-height: 1.5;
  color: black;
}

.row.Biografie, .row.Kontakt, .mh-container.projekte, .mh-container.news, .row.Silas {
  padding-top: 75px;
}

h3.kontakt-block a:hover {
  color: #a5a5a5;
  text-decoration: none; 
}

h3.color-black {
  color: black;
}

.cli-plugin-main-link {
  font-size: 15px;
}






a.wf-button {
  border-radius: 25px;
  background-color: black; 
  border: 1px solid black;
  color: white;
  padding: 5px 25px;
  transition: .3s ease;
  display: inline-block;
}
a.wf-button:hover {
  color: black;
  background-color: unset;
}
.wf-layout {
  margin-bottom: 2rem;
}
.wf-layout.wf-flex-button {
  margin-top: -2rem;
}

.wf-layout p:last-of-type {
  margin-bottom: 0;
}

.wf-layout .img-wrapper img {
  width: 100%;
}
.wf-layout ul {
  padding-left: 16px;
}









@media(min-width: 992px) {
  h1, h2 {    
    font-family: "satoshi", sans-serif;
    font-weight: unset;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  h3, h3.kontakt-block, h3.kontakt-block a {
    font-size: 20px;  
    color: black;
  }
}

p, a, ul {
  font-size: 14px;
  color: #101010;
}

.projekt-teaser p {
  margin-bottom: 0;
}

@media(min-width: 992px) {
  .fokus-projekte h2 {
    margin-bottom: 50px;
  }
  .home-mario h2 {
      font-size: 50px;
  }  
  p, a, ul {
    font-size: 16px;
  }
}

@media (min-width: 1550px) {
  p, a, ul {
    font-size: 18px;
  }
  h3, h3.kontakt-block, h3.kontakt-block a {
    font-size: 25px;  
}
}
footer a, footer p {
  color: #f4f4f4;
  transition: .4s ease;
}
a {
  color: #101010;
  transition: .4s ease;
}
a:hover {
  color: #a5a5a5;
  text-decoration: none;
}

.color-black a {
  color: black;
  transition: .4s ease;
}
.color-black a:hover {
  color: #767676;
}

.login h1 a {
    background-image: url('/wp-content/themes/understrap-child/images/wolke-schwarz.png');
    width: 180px;
    height: 180px;
    background-size: contain;
}
.login form {
  background: black;
}
body.login {
  background-color: black;
}
.login label {
  color: white;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
  background: none;
  border: 1px solid white;
  border-radius: 0;
  color: white;
}
.wp-core-ui .button-primary {
  border-radius: 0;
  border: 1px solid white;
  color: white;
  border-radius: 0;
  margin-top: 70px;
  background: none;
  transition: .4s ease; 
}
.wp-core-ui .button-primary:hover {
  background-color: white;
  color: #2c2c2c;
  border: 1px solid white;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
  color: #ffffff;
  border-color: #fff;
}



@-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }  
.wf-loader {
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 10%;
    height: 10%;
    border: 0.25rem solid rgb(228, 228, 228);
    border-top-color: #101010;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    visibility: hidden;
}


.wf-s-transition {
    transition: 0.5s;
}

.opacity-hidden {
    opacity: 0;
}

.wf-bg {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.wf-full-w {
    width: 100%;
}

.wf-fa-p {
    width: 2rem;
}

.p-top-md {
    margin-top: 40px;
}
.p-bottom-md {
    margin-bottom: 40px;
}
.p-top-sm {
    margin-top: 30px;
}
.p-bottom-sm {
    margin-bottom: 30px;
}
.p-top-lg {
    margin-top: 60px;
}
.p-bottom-lg {
    margin-bottom: 60px;
}
.p-top-xl {
    margin-top: 90px;
}
.p-bottom-xl {
    margin-bottom: 90px;
}

.wf-bg-img img {
 object-fit: cover;
 height: 100%
}

/********************* LINK STYLING *************************/

.navbar a {
  color: #4c4a4a;
  font-size: 1.2rem;
  text-transform: uppercase;
}



/********************* LINK STYLING END *********************/







/********************* MAIN CONTENT *************************/

.container-fluid-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .container-fluid-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.adress-content p:last-child {
  margin-bottom: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
  /* Bump up size of carousel content */
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}



/********************* SILAS STYLES *************************/

.contact-main-wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
}

.trennstrich {
  width: 100%;
  border-bottom: 1px solid #101010;
  margin-top: 70px;
  margin-bottom: 50px;
}

strong {
  font-family: "oswald-m";
  font-weight: unset;
}

.mh-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fokus-projekte h2 {
  margin-bottom: 30px;
}

.projekt-teaser {
  margin-bottom: 15px;
}

.home-row-mobheight {
    padding-top: 75px;
    padding-bottom: 75px;
}
@media (min-width:992px) {
  .home-row-mobheight {      
      min-height: 100vh;
  }
}


.home-hero-img {
  height: 35vh;
  width: 100%;
}
@media (max-width: 1200px) {
  .home-row-mobheight {
    
    align-content: flex-start;
  }
  .home-silas .fokus-projekte-home .fokus-projekte, .home-silas .fokus-projekte-home .fokus-projekte .trennstrich {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .home-row-mobheight {
    
    align-content: flex-start;
  }
  .home-silas .fokus-projekte-home .fokus-projekte, .home-silas .fokus-projekte-home .fokus-projekte .trennstrich {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mh-container {
    width: calc(100% - 150px);
    margin-top: 0px;
  } 
  .trennstrich {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .home-hero-img {
    height: calc(100vh - 230px);
  }
}

@media (min-width: 1200px) {
  .mh-container {
    width: calc(100% - 120px);
    margin-left: 0;
    margin-right: auto;
  } 
  .fokus-projekte {
    padding-right: 125px;
  }
  footer .container.wrapper-footer {
    max-width: calc(100% - 410px);
    margin-left: auto;
    margin-right: 110px;
  }
  .home-hero-img {
    height: 100vh;
    } 
}
@media (min-width: 1500px) {
  .mh-container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  } 
}


.footer-logo-wrapper img {
  width: 80px;
}
@media (min-width: 992px) {
  .footer-logo-wrapper img {
    width: 150px;
  }
}

#footer-menu li.menu-item a:before {
	content: "{";
	color: transparent;
	transition: .3s ease;
  }
  #footer-menu li.menu-item a:after {
	content: "}";
	color: transparent;
	transition: .3s ease;
  }
  #footer-menu li.menu-item:hover a:before, #footer-menu li.menu-item.active a:before {
	content: "{";
	color: white;
  }
  #footer-menu li.menu-item:hover a:after, #footer-menu li.menu-item.active a:after {
	content: "}";
	color: white;
  }
  #footer-menu li.menu-item:hover a {
    color: white;
  }

  .kategorienbuttons-wrapper button.sort-buttons-button:before {
    content: "{";
    color: transparent;
    transition: .3s ease;
  }
  .kategorienbuttons-wrapper button.sort-buttons-button:after {
    content: "}";
    color: transparent;
    transition: .3s ease;
  }
  .kategorienbuttons-wrapper .col-auto:hover button.sort-buttons-button:before, .kategorienbuttons-wrapper button.sort-buttons-button.active:before {
    color: black;
  }
  .kategorienbuttons-wrapper .col-auto:hover button.sort-buttons-button:after, .kategorienbuttons-wrapper button.sort-buttons-button.active:after {
    color: black;
  }

  .kategorienbuttons-wrapper button.sort-buttons-button:focus {
    outline: none;
  }



/* PROJEKTE STYLES
-------------------------------------------------- */


.teammitglied-wrapper p {
  max-width: 500px;
}

.team-wrapper {
  margin-top: 80px;
}

#blog-selector-wrapper .teaser-card {
  padding-bottom: 30px;
}

.kategorienbuttons-wrapper {
  margin-top: 60px;
}

.kategorienbuttons-wrapper .col-auto {
  padding-right: 0;
}

button.sort-buttons-button {
  border: none;
  background: none;
  font-size: 14px;
  padding: 0;
  color: black;
}

@media (min-width: 992px) {
  .kategorienbuttons-wrapper {
    margin-top: 70px;
  }
  button.sort-buttons-button {
    font-size: 20px;
  }
}

.testhide {
  display: none !important;
}

.projekte-main#blog-selector-wrapper {
  min-height: 490px;
  margin-bottom: 80px;
  margin-top: 2rem;
}

.wrapper-fade-inout {
	transform: scale(0.1, 0.1);
	opacity: 0;
}



/* PROJEKTE SINGLE STYLES
-------------------------------------------------- */

.projekte-single-imgs {
  width: 100%;
}

.projekte-single-imgs .wp-block-image {
  width: 100%;
}

.projekte-single-title {
  padding-top: 75px;
}

.projekte-single-content {
  width: 100%;
}

.projekte-single-imgs figure img {
  width: 100%;
}

.projekte-single-main .fokus-projekte {
  padding-right: 15px;
}

.home-silas .fokus-projekte {
  margin-bottom: 80px;
  margin-top: 40px;
}

.projekte-single-main #blog-selector-wrapper {
  min-height: unset;
}

.projekte-single-main {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .projekte-single-imgs {
   margin-top: 80px !important;
   padding-left: 15px;
   padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .projekte-single-title {
    background-color: white;
    padding-bottom: 80px;
    padding-top: 75px;
  }
  .projekte-single-content {
    width: 30%;
    background-color: white;
    margin-right: auto;
  }
  .projekte-single-imgs .wp-block-image {
    margin-left: auto;
    width: 50%;
  }
  .projekte-single-imgs {
    width: 65%;
    margin-left: auto;
    padding-right: 15px;
  }
  /* .projekte-single-inner {
    display:flex;
    flex-direction:column;
    min-height:0;
    justify-content:flex-end;
    position:sticky;
    top:0;
  } */
}

/* 
------------ 404
*/


/* 
-------------- 404 Site
*/

body.error404, body.error404 .bg-primary {
  background-color: black !important;
}

body.error404 .navbar_logo_padding h2 {
  color: white;
}

body.error404 .navbar-expand-xl .navbar-nav .nav-link {
  color: white;
  border-bottom: 1px solid black;
}

body.error404 .navbar-expand-xl .navbar-nav .nav-link:hover {
  border-bottom: 1px solid white;
}

body.error404 .termin-buchen-nav p {
  border: 1px solid white;
  color: white;
}

body.error404 .navbar.nav-height {
  border-bottom: 1px solid white;
}
@media (max-width: 1200px) {
  body.error404 .navdropdown-pos.navbar-collapse {
    background: black;
    border-bottom: 1px solid white;
  }
}
h1.not-found {
  color: white;
  font-size: 40px;
}
body.error404 span.cta-button {
  margin-top: 50px;
}


body.error404 .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}


body.error404 #wrapper-navbar {
  background-color: white;
  position: absolute;
}

body.error404 span.cta-button a {
  font-size: 20px;
  border: 1px solid white;
  color: white;
  padding: 5px;
  transition: .4s ease;
}
body.error404 span.cta-button:hover a {
  border: 1px solid black;
  background-color: white;
  color: black;
  text-decoration: none;
}

/* 
--- SVG animation 404
*/
.page-id-1256 #wrapper-navbar, .page-id-1256 .row.header_bg, .page-id-1256 .site-footer {
	display: none;
	}
	body.page-id-1256 {
	background-color: #060e25;
	}
	#logo {
	animation: fill 0.5s ease forwards 2.3s;
	}
	#logo path:nth-child(1) {
	stroke-dasharray: 599.7999877929688;
	stroke-dashoffset: 599.7999877929688;
	animation: line-anim 2s ease forwards;
	}
	#logo path:nth-child(2) {
	stroke-dasharray: 570.8631591796875;
	stroke-dashoffset: 570.8631591796875; 
	animation: line-anim 2s ease forwards 0.3s;
	}
	#logo path:nth-child(3) {
	stroke-dasharray: 287.5999755859375;
	stroke-dashoffset: 287.5999755859375;
	animation: line-anim 2s ease forwards 0.6s;
	}
	@keyframes line-anim {
	to {
		stroke-dashoffset: 0;
	}
	}
	@keyframes fill {
	from {
		fill: transparent;
	}
	to {
		fill: transparent;
	}
	}
	@keyframes border3 {
	from {
		stroke: transparent;
	}
	to {
		stroke:#00FF00;
	}
	}
	@keyframes line-anim2 {
	to {
		stroke-dashoffset: 0;
	}
	}




/* 
------- wfMedia Block
*/

/* Galerie Grid */
.wf-galerie-grid {
  gap: calc(var(--bs-gutter-x) * 1);
}
.wf-galerie-grid .galerie-gap {
  gap: calc(var(--bs-gutter-x) * 1);
}
.wf-galerie-grid figure {
  margin-bottom: 0;
}
.wf-galerie-grid .img-wrapper, .wf-galerie-grid .img-wrapper * {
  height: 100%;
}
.wf-galerie-grid img {
  -o-object-fit: cover;
  object-fit: cover;
}
.img-wrapper.wf-quer img {
  aspect-ratio: 1.5;
}


/* Visueller Abschnitt */
.alignfull .container {
  padding-left: .75rem;
  padding-right: .75rem;
}
.wf-visueller-abschnitt-wrapper {
  padding: 0;
}
.wf-visueller-abschnitt-sub-wrapper {
  padding: 0;
}
.wf-visueller-abschnitt-1 {
  margin: 0 calc(50% - 50vw) 0 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  justify-content: end;
}
.wf-visueller-abschnitt-1 img {
  width: 100%;
  max-height: 730px;
  -o-object-fit: cover;
  object-fit: cover;
}
.wf-visueller-abschnitt-2 {
  margin: 0 0 0 calc(50% - 50vw);
  padding-left: 0.75rem;
}
.wf-visueller-abschnitt-2 .image-wrapper {
  width: 60%;
}
.wf-visueller-abschnitt-2 img {
  aspect-ratio: 1.2333;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media(min-width:768px) {
  .wf-visueller-abschnitt-2 .image-wrapper {
    width: 55%;
  }
}
@media(min-width:992px) {
  .wf-visueller-abschnitt-1 {
    padding-right: 0;
  }
  .wf-visueller-abschnitt-2 {
      margin: 0;
      padding-left: 0;
  }
  .wf-visueller-abschnitt-2 .image-wrapper {
      width: 45%;
  }
}
@media(min-width:992px) {
  .wf-visueller-abschnitt-1 {
    margin: 0 calc(50% - 70% + 1px) 0 0;
    padding-left: 0.75rem;
    padding-right: 0;
    justify-content: end;
  }
}
/* .wf-visueller-abschnitt-wrapper .carousel {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

.wf-slider .carousel-item {
  max-height: 60vh;
}
.wf-ps-caption {
  color: white;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 15px;
}
.wfMedia .img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s ease;
}
.wfMedia .img-wrapper picture {
  overflow: hidden;
  display: block;
}
.wfMedia figure:not(.carousel-item):nth-child(2), .wfMedia figure:not(.carousel-item):nth-child(3) {
  margin: 0;
}
.wfMedia .wf-button {
  margin-bottom: 2rem;
}
.wf-gallery-link:has(> .wf-overlay) {
  position: relative;
  /* display: block; */
}

@media (min-width: 992px) {
  .wfMedia figure:not(.carousel-item) {
      margin: 0;
  }
  .wfMedia .wf-button {
      margin-bottom: 0rem;
  }
}

.wf-g-container, .wf-gx-container {
  --bs-gutter-x: 0.75rem;
}





.pswp__button {
  color: white;
  opacity: 0.5;
}
.pswp__img--placeholder--blank{
  opacity: 0;
}
.pswp__button.bi-plus-lg {
  font-size: 2.25rem;
}
.pswp__button--arrow--right:before, .pswp__button--arrow--left:before {
  background: unset;
  font-size: 3rem;
}
.pswp__button.bi-arrow-left-short::before {
  content: "\f12c"!important;
}
.pswp__button.bi-arrow-right-short::before {
  content: "\f135"!important;
}
.pswp__button.bi-plus-lg::before {
  content: "\f64d"!important;
  margin-right: 1rem;
  transform-origin: center;
  transform: rotate(45deg) translate(-4px, 0);
}
.pswp__counter {
  opacity: 0.5;
  padding: 0 0 0 1rem;
}
.pswp__caption__center {
  text-align: center;
  max-width: 95vw;
}




/*
--------------- Photoswipe Gallery
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    outline: none; }
    .pswp * {
      box-sizing: border-box; }
    .pswp img {
      max-width: none; }
  
  /* style is added when JS option showHideOpacity is set to true */
  .pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  
  .pswp--open {
    display: block; }
  
  .pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  
  .pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
  
  /*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
  .pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }
  
  .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  
  .pswp__container,
  .pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  
  /* Prevent selection and tap highlights */
  .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 {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  
  .pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  
  .pswp--animated-in .pswp__bg,
  .pswp--animated-in .pswp__zoom-wrap {
    transition: none; }
  
  .pswp__container,
  .pswp__zoom-wrap {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  
  .pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  
  .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0; }
  
  /*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
  .pswp__img--placeholder {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  
  /*
      div element that matches size of large image
      large image loads on top of it
  */
  .pswp__img--placeholder--blank {
    background: #222; }
  
  .pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0; }
  
  /*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
  .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; }
  
  
  /* Default Skin.css Photoswipe
  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*
  
  Contents:
  
  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)
  
  */
  /*
  
  1. Buttons
  
  */
  /* <button> css reset */
  .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 1;
    transition: opacity 0.2s;
    box-shadow: none; }
    .pswp__button:focus, .pswp__button:hover {
      opacity: 1; }
    .pswp__button:active {
      outline: none;
      opacity: 0.9; }
    .pswp__button::-moz-focus-inner {
      padding: 0;
      border: 0; }
  
  /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
  .pswp__ui--over-close .pswp__button--close {
    opacity: 1; }
  
  .pswp__button,
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    background: unset;
    background-size: unset;
    width: auto;
    height: auto; }
  
  @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
      background-image: none; }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
      background: none; } }
  
  .pswp__button--close {
    background-position: 0 -44px; }
  
  .pswp__button--share {
    background-position: -44px -44px; }
  
  .pswp__button--fs {
    display: none; }
  
  .pswp--supports-fs .pswp__button--fs {
    display: block; }
  
  .pswp--fs .pswp__button--fs {
    background-position: -44px 0; }
  
  .pswp__button--zoom {
    display: none;
    background-position: -88px 0; }
  
  .pswp--zoom-allowed .pswp__button--zoom {
    display: block; }
  
  .pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0; }
  
  /* no arrows on touch screens */
  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    visibility: hidden; }
  
  /*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
    font-size: 2rem;
 }
  
  .pswp__button--arrow--left {
    left: 0; }
  
  .pswp__button--arrow--right {
    right: 0; }
  
    /* OVERRIDE WF */
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    content: unset;
    top: unset;
    background-color: rgba(0, 0, 0, 0.3);
    height: auto;
    width: auto;
    position: absolute; }
  
  .pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px; }
  
  .pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px; }
  
  /*
  
      2. Share modal/popup and links
  
   */
  .pswp__counter,
  .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; }
  
  .pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }
  
  .pswp__share-modal--hidden {
    display: none; }
  
  .pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
    .pswp__share-tooltip a {
      display: block;
      padding: 8px 12px;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 18px; }
      .pswp__share-tooltip a:hover {
        text-decoration: none;
        color: #000; }
      .pswp__share-tooltip a:first-child {
        /* round corners on the first/last list item */
        border-radius: 2px 2px 0 0; }
      .pswp__share-tooltip a:last-child {
        border-radius: 0 0 2px 2px; }
  
  .pswp__share-modal--fade-in {
    opacity: 1; }
    .pswp__share-modal--fade-in .pswp__share-tooltip {
      transform: translateY(0); }
  
  /* increase size of share links on touch devices */
  .pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px; }
  
  a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none; }
  
  a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF; }
    a.pswp__share--facebook:hover:before {
      border-bottom-color: #3E5C9A; }
  
  a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF; }
  
  a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D; }
  
  a.pswp__share--download:hover {
    background: #DDD; }
  
  /*
  
      3. Index indicator ("1 of X" counter)
  
   */
  .pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    opacity: 1;
    padding: 0 10px; }
  
    .pswp__button--close {
      background-image: url(/wp-content/themes/understrap-child/img/cross_white.svg) !important;
      display: flex;
      justify-content: center;
      align-items: center;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
      transform: rotate(135deg);
      height: 100%;
      width: 44px;
      height: 44px;
      line-height: 44px;
      color: #FFF;
      opacity: 1;
      padding: 0 10px;
      font-size: 2rem;
    }
  /*
      
      4. Caption
  
   */
  .pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px; }
    .pswp__caption small {
      font-size: 11px;
      color: #BBB; }
  
  .pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px;
    color: #fff; }
  
  .pswp__caption--empty {
    display: none; }
  
  /* Fake caption element, used to calculate height of next/prev image */
  .pswp__caption--fake {
    visibility: hidden; }
  
  /*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
  .pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr; }
  
  .pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px; }
  
  .pswp__preloader--active {
    opacity: 1; }
    .pswp__preloader--active .pswp__preloader__icn {
      /* We use .gif in browsers that don't support CSS animation */
      background: url(preloader.gif) 0 0 no-repeat; }
  
  .pswp--css_animation .pswp__preloader--active {
    opacity: 1; }
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
      -webkit-animation: clockwise 500ms linear infinite;
              animation: clockwise 500ms linear infinite; }
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
      -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
              animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
  
  .pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0; }
  
  .pswp--css_animation .pswp__preloader__cut {
    /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden; }
  
  .pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0; }
  
  @media screen and (max-width: 1024px) {
    .pswp__preloader {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      float: right; } }
  
  @-webkit-keyframes clockwise {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  
  @keyframes clockwise {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  
  @-webkit-keyframes donut-rotate {
    0% {
      transform: rotate(0); }
    50% {
      transform: rotate(-140deg); }
    100% {
      transform: rotate(0); } }
  
  @keyframes donut-rotate {
    0% {
      transform: rotate(0); }
    50% {
      transform: rotate(-140deg); }
    100% {
      transform: rotate(0); } }
  
  /*
      
      6. Additional styles
  
   */
  /* root element of UI */
  .pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550; }
  
  /* top black bar with buttons and "1 of X" indicator */
  .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%; }
  
  .pswp__caption,
  .pswp__top-bar,
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);  */
  }
  
  /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
  }
  
  .pswp__top-bar,
  .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5); }
  
  /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
  .pswp__ui--fit .pswp__top-bar,
  .pswp__ui--fit .pswp__caption {
    background-color: #000; }
  
  /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
  .pswp__ui--idle .pswp__top-bar {
    opacity: 0; }
  
  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0; }
  
  /*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
  .pswp__ui--hidden .pswp__top-bar,
  .pswp__ui--hidden .pswp__caption,
  .pswp__ui--hidden .pswp__button--arrow--left,
  .pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001; }
  
  /* pswp__ui--one-slide class is added when there is just one item in gallery */
  .pswp__ui--one-slide .pswp__button--arrow--left,
  .pswp__ui--one-slide .pswp__button--arrow--right,
  .pswp__ui--one-slide .pswp__counter {
    display: none; }
  
  .pswp__element--disabled {
    display: none !important; }
  
  .pswp--minimal--dark .pswp__top-bar {
    background: none; }
/*# sourceMappingURL=child-theme-wf.css.map */