/*
Theme Name: martin-mano
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martin-mano
*/



/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap'); */



@font-face {
  font-family: 'DejaVu';
  font-weight: bold;
  src: url('fonts/DejaVuSans-Bold.ttf') format('truetype');
}



@font-face {
  font-family: 'DejaVu';
  src: url('fonts/DejaVuSans.ttf') format('truetype');
}



:root {
  --base-font-size: 16px;
  --site-max-width: 87.5rem;
  --text-color: #6a6a6a;
  --text-color-gray: #6a6a6a;
  --navigation-height: 66px;
  --padding: 25px;
  --double-padding: 50px;

  --heading-font-family: 'DejaVu', sans-serif;
  --font-family: 'DejaVu', sans-serif;

}



@media (max-width: 1023px) {
  :root {
    --navigation-height: 48px;

    --padding: 18px;
    --double-padding: 36px;
  }
}



@media (max-width: 566px) {
  :root {
    --base-font-size: 16px;
  }
}



/* Large Devices, Wide Screens */



@media only screen and (max-width : 1200px) {}



/* Medium Devices, Desktops */



@media only screen and (max-width : 992px) {}



/* Small Devices, Tablets */



@media only screen and (max-width : 768px) {}



/* Extra Small Devices, Phones */



@media only screen and (max-width : 480px) {}



@media only screen and (max-width: 1023px) {

  :root {
    --heading-small-size: 40px;
  }
}



@media only screen and (max-width: 566px) {
  :root {
    --heading-small-size: 30px;
    --heading-big-size: 60px;
  }
}



html {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-size: var(--base-font-size);
  font-family: 'DejaVu', sans-serif;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.5;
}



*,
*::before,
*::after {
  box-sizing: inherit;
}



body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: rgb(255, 255, 255);
  color: #6a6a6a;
  color: var(--text-color);
  font-size: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'DejaVu', sans-serif;
  font-family: var(--font-family);
}



a {
  text-decoration: none;
  cursor: pointer;
  color: #6a6a6a;
}



a:hover {
  text-decoration: none;
}



h1,
h2,
h3 {
  font-family: 'DejaVu', sans-serif;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-size: var(--base-font-size);
  line-height: 1.2;
  font-weight: normal;
}



table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}



tr {
  border-bottom: 1px solid rgb(240, 240, 240);
  height: auto !important;
}



tr:last-child {
  border-bottom: none;
}



th,
td {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
}



th:first-child,
td:first-child {
  padding-left: 0;
}



th:last-child,
td:last-child {
  padding-right: 0;
}



img {
  max-width: 100%;
  height: auto;
}



ul,
ol {
  padding: 0 0 0 1.5rem;
}



p {
  margin: 1rem 0;
  /*line-height: 1.75;*/
  line-height: 1.5;
}



/* 2023 */



.wp-block-button__link,
.wp-block-button a {
  padding: 10px 15px;
  border-radius: 0;
  min-width: 275px;
  color: #d1ff69;
}



.wp-element-button:visited,
.wp-block-button__link:visited {
  color: #d1ff69;
  background: #000000;
}



.wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-buttons>.wp-block-button:hover .wp-block-button__link,
.wp-block-buttons>.wp-block-button:hover .wp-block-button a {
  color: #000000 !important;
  background-color: #d1ff69 !important;
}



.Crazy-font {
  font-family: 'DejaVu', sans-serif;
  font-family: var(--heading-font-family);
}



.wp-block-cover__inner-container,
.container,
.wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;

}



.container,
.wrapper {
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



.page .wrapper::before,
.page .wrapper::after {
  content: "";
  clear: both;
  display: inline-block;
}



blockquote {
  font-size: 25px;
}



#content {
  min-height: 100%;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}



p a {
  color: #6a6a6a;
  text-decoration: underline;
}



p a:hover {
  text-decoration: none;
}



@media (min-width: 1024px) {

  .MenuSticky.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

}



@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }

  .wrapper {
    padding: 0 20px;
  }
}



.block {
  padding: 35px 0;
}



.block.alt-block {
  background: rgb(245, 245, 245);
}



.block.alt-block-dark {
  background: rgb(232, 232, 232);
}



/*.block:first-child {*/



/*  padding-top: 0;*/



/*}*/



@media (max-width: 566px) {
  .block {
    padding: 40px 0;
  }
}



@media (max-width: 566px) {
  table {
    width: 100% !important;
    height: auto !important;
  }

  tr {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }

  tr>td:first-of-type {
    font-weight: bold;
  }

  tr,
  td {
    display: block;
  }

  td {
    width: 100% !important;
    height: auto !important;
    padding: 0.25rem 0;
  }

  td:empty {
    display: none;
  }
}



main .container {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}



.av-language-switch-item,
.LanguageSwitcher {
  display: none !important;
}



.Arrow__container {
  color: var(--color-yellow);
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2000;
  line-height: 1.2;
  padding-bottom: .5em;
}



.Arrow__container a {
  color: var(--color-yellow);
}



.logo-left-fixed .LogoSvg {
  opacity: 0 !important;
  transition: opacity 1s ease-in-out !important;
}



.scrolled-under-header .logo-left-fixed .LogoSvg {
  opacity: 1 !important;
}



@media only screen and (max-width: 1200px) {
  .logo-left-fixed .LogoSvg {
    width: 120px;
  }


}



.Posts-shortcode-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}



@media only screen and (max-width: 1023px) {
  .Posts-shortcode-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .Posts-shortcode-container .List-item {
    width: calc(50% - 15px);
  }
}



@media only screen and (max-width: 566px) {
  .Posts-shortcode-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .Posts-shortcode-container .List-item {
    width: 100%;
  }
}



body .Artist__container-single {
  max-width: 820px;
  margin: 1rem auto 2rem;
}



.MainText .wp-block-cover {
  width: 100%;
  margin-left: calc(-50vw - -50%);
  margin-bottom: 5rem;
}



.wp-block-cover .wp-block-cover__image-background {
  width: 100vw;
}



.MainText p a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}



.MainText figure.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}



.Arrow__container {
  opacity: 0;
  transition: opacity 5s ease-in-out;
}



.initialized .Arrow__container {
  transition: opacity 5s ease-in-out;
  opacity: 1;
}



/* .FestivalInfo {
  opacity: 0;
}

.initialized .FestivalInfo {
  transition: opacity 5s ease-in-out;
  opacity: 1;
} */



.arrow {
  border: solid var(--color-yellow);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}



.right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



.left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}



.up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}



.down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}



.Button {
  position: relative;
  min-width: 200px;
  padding: 1rem 3rem;
  color: white;
  background: var(--color-purple);
  display: inline-block;
  text-align: center;
}



/* .Button:hover {
  background: black;
} */



.Button--black {
  background: black;
  color: #d1ff69;
  font-family: 'Open Sans';
  font-size: 1rem;
  padding: 0 1em;
  text-transform: uppercase;
}



.PageHeading {
  text-align: center;
  font: normal normal normal 40px 'Open Sans';
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}



.Excerpt {
  /* font-size: 90px;
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: 500;
  padding-bottom: 50px; */
  text-align: center;
  font: normal normal normal 90px/108px 'Sinistre';
  letter-spacing: 0px;
  color: #000000;
}



.post-type-archive .Excerpt {
  font-size: 50px;
}



@media only screen and (max-width: 1023px) {
  .Excerpt {
    font-size: 60px;
    line-height: 1;
  }

  .post-type-archive .Excerpt {
    font-size: 30px;
  }

  .Events-view-btns {
    display: none;
  }
}



@media only screen and (max-width: 566px) {
  .Excerpt {
    padding-bottom: 0;
    font-size: 50px;
  }

  .post-type-archive .Excerpt {
    font-size: 30px;
  }

}



.MainHeading {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-family: 'DejaVu', sans-serif;
  font-family: var(--font-family);
  padding-top: .5em;
}



@media only screen and (max-width: 1023px) {
  .MainHeading {
    font-size: 20px;
  }
}



@media only screen and (max-width: 566px) {
  .MainHeading {
    font-size: 15px;
  }
}



.Container--max-width {
  margin: 0 auto;
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}



/* =WordPress Core
-------------------------------------------------------------- */



.alignnone {
  margin: 5px 20px 20px 0;
}



.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}



.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}



.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}



a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}



a img.alignnone {
  margin: 5px 20px 20px 0;
}



a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}



a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}



.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}



.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}



.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}



.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}



.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}



/* Text meant only for screen readers. */



.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}



.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  /* Above WP toolbar. */
}



#header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 500;
    background: white;
}



.MenuWrapper.MenuContainer ul li {
    padding-right: 25px;
    padding-right: var(--padding);
    /* font-weight: bold; */
}



@media only screen and (max-width: 566px) {
    .MenuWrapper.MenuContainer ul li {
        padding-right: 0.8rem;
    }
}



.MenuWrapper.MenuContainer ul li:last-of-type {
    padding-right: 0;
}



.instagram-link a {
    width: 20px;
    overflow: hidden;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/instagram.png");
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.61;
}



@media only screen and (max-width: 566px) {
    .instagram-link a {
        width: 15px;
    }
}



/* @media only screen and (--md-viewport-down) {
    #header {
        height: 0;
        max-width: 400px;
        left: auto;
        width: 100%;
    }

    .MenuWrapper.MenuContainer ul li {
        padding-right: 0;
    }
} */



.MenuWrapper.MenuContainer {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}



.MenuWrapper.MenuContainer>div {
    width: 33%;
    /* border: 1px solid black; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}



.MenuWrapper.MenuContainer>div:first-child {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 50px;
    padding-left: var(--double-padding);
}



.MenuWrapper.MenuContainer>div:last-child {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px;
    padding-right: var(--double-padding);
}



@media only screen and (max-width: 566px) {
    .MenuWrapper.MenuContainer>div:first-child {
        padding-left: 25px;
        padding-left: var(--padding);
    }

    .MenuWrapper.MenuContainer>div:last-child {
        padding-right: 25px;
        padding-right: var(--padding);
    }
}



@media only screen and (max-width: 1023px) {
    .MenuWrapper.MenuContainer>div:nth-child(2) {
        display: none;
    }


    .MenuWrapper.MenuContainer>div {
        width: auto;
        -webkit-flex: 1 1;
            -ms-flex: 1 1;
                flex: 1 1;
        /* border: 1px solid black; */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
}



/* @media only screen and (--md-viewport-down) {
    .MenuWrapper.MenuContainer>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} */



.MenuWrapper.MenuContainer h1 {
    font-size: 16px;
    font-size: var(--base-font-size);
    height: 50px;
    height: var(--double-padding);
}



ul.primary_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0;
}



@media only screen and (max-width: 566px) {
    ul.primary_menu {
        font-size: 0.8rem;
    }
}



@media only screen and (max-width: 470px) {
    ul.primary_menu {
        font-size: 0.65rem;
    }
}



ul.primary_menu li {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}



/* @media only screen and (--md-viewport-down) {
    ul.primary_menu li a {
        padding: 0.5rem 0;
        margin: 0.5rem 0;
        display: block;
    }
} */



h1 a span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}



h1 img {
    height: 70%;
    /* margin-top: 15%; */
    /* opacity: 0.61; */
}



@media only screen and (max-width: 566px) {

    h1 img {
        height: auto;
        max-width: 70px;
        width: 100%;
    }

    h1 {
        padding-left: 10px;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}



.Header-logo-container {
    h1 {
        margin: 0;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;

        a {
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
    }
}



/* 
@media only screen and (--md-viewport-down) {

    .MenuWrapper.MenuContainer {
        display: none !important;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer {
        display: flex !important;
        background: white;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer .menu-primary-menu-container+div,
    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer h1 {
        display: none;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer h1,
    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer .Header-logo-container {
        display: block;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer h1 {
        text-align: center;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer .Header-logo-container {
        position: absolute;
        top: 15px;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer .menu-primary-menu-container {
        width: 100%;
        order: 2;
    }

    .Header-logo-container {
        width: 100%;
        order: 1;
    }

    #HamburgerCheckbox:checked+label+.MenuWrapper.MenuContainer .menu-primary-menu-container ul {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

} */



@media only screen and (max-width: 566px) {}



/* Slider */



.slick-slider {
    position: relative;
    display: block;
    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 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}



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

    display: block;
    margin-left: auto;
    margin-right: auto;
}



.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}



.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;
}



.slick-slide img {
    display: block;
}



.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;
}



/*.SlickSliderContainer {*/



/*    height: 300px;*/



/*    position: relative;*/



/*}*/



.slick-previous,
.slick-next {
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 100;
    /* text-align: center; */
}



.arrow {
    border: solid #6a6a6a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    pointer-events: none;
    z-index: 400;
    width: 25px;
    height: 25px;
    top: 50%;
    /* left: 50%; */
    /* background-color: red; */

    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}



.slick-slider:hover .arrow {
    opacity: 1;
}



.right {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 30%;
}



.left {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 30%;
}



/* fix flicker */



.slick-list,
.slick-track {
    transition-delay: 10ms;
}



@media only screen and (max-width: 1023px) {
    .arrow {
        opacity: 1;
    }

    .left {
        left: 50px;
        left: var(--double-padding);
    }

    .right {
        right: 50px;
        right: var(--double-padding);
    }
}



.slick-previous {
    left: 0;
}



.slick-next {
    right: 0;
}



.slick-slider,
.SlickSlider {
    /*width: 100%;*/

    /* margin-left: calc((-100vw + 100% + 60px)/2);
    margin-right: calc((-100vw + 100% + 60px)/2); */
    cursor: pointer;
}



.slick-track,
.slick-list.draggable {
    height: 100%;
}



.slick-slide,
.SlickSlide {
    height: 100%;
    /* height: 400px !important; */
}



.slick-slide img,
.SlickSlide img {
    /* height: 400px !important; */
    /* width: auto !important; */
    /* margin-right: 20px; */
}



/*@media only screen and (--md-viewport-down) {*/



/*    .slick-slider,*/



/*    .SlickSlider {*/



/*        width: 100%;*/



/*        margin-left: 0;*/



/*        margin-right: 0;*/



/*    }*/



/*    .slick-slide,*/



/*    .SlickSlide {*/



/*        width: 100% !important;*/



/*        max-width: 100vw;*/



/*        height: auto !important;*/



/*    }*/



/*    .slick-slide img,*/



/*    .SlickSlide img {*/



/*        height: auto !important;*/



/*        width: 100% !important;*/



/*        margin-right: 20px;*/



/*    }*/



/*}*/



.slick-track {
    /*display: flex;*/
}



.slick-slide figure {
    display: block !important;
    position: relative;
}



.slick-slide {
    /* width: 100vw !important; */
    /*float:left;*/
}



#HamburgerCheckbox {
    display: none;
}



.HamburgerIcon {
    position: fixed;
    top: 50px;
    top: var(--double-padding);
    right: 50px;
    right: var(--double-padding);
    display: block;
    cursor: pointer;
    height: 21px;
    width: 25px;
    z-index: 2100;
    display: none;
}



.HamburgerIcon span {
    top: 8px;
    position: relative;

}



.HamburgerIcon span::after,
.HamburgerIcon span::before {
    content: "";
    position: absolute;
}



.HamburgerIcon span,
.HamburgerIcon span::after,
.HamburgerIcon span::before {
    background-color: #6a6a6a;
    width: 25px;
    height: 2px;
    display: block;
    transition-duration: 0.2s;
    transition-delay: 0s;
}



.HamburgerIcon span::before {
    margin-top: -8px;
}



.HamburgerIcon span::after {
    margin-top: 8px;
}



#HamburgerCheckbox:checked~.container .nav {
    display: block;
    max-height: 99999px;
    transition: max-height 2s;
}



#HamburgerCheckbox:checked~.HamburgerIcon span {
    background-color: #6a6a6a;
    transition-duration: 0.2s;
}



#HamburgerCheckbox:checked~.HamburgerIcon span::before,
#HamburgerCheckbox:checked~.HamburgerIcon span::after {
    margin-top: 0;
    transition-duration: 0.2s;
}



#HamburgerCheckbox:checked~.HamburgerIcon span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 25px;
}



#HamburgerCheckbox:checked~.HamburgerIcon span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 25px;
}



@media only screen and (max-width: 1023px) {
    .HamburgerIcon {
        /* display: block; */

        display: none !important;
    }

}



.gallery {
    height: calc(100vh - 150px);
    margin-bottom: 100px;
    overflow: hidden;
    padding: 50px;
    padding: var(--double-padding);
}



@media only screen and (max-width: 1023px) {
    .gallery {
        padding: 25px;
        padding: var(--padding);
    }
}



.MainContent__wrapper,
.single-post main {
    margin-top: 100px;
}



@media only screen and (max-width: 1023px) {
    .gallery {
        margin-bottom: 50px;
    }
}



.last-gallery {
    margin-bottom: 0;
}



.gallery .slide {
    height: 100% !important;
    /* width: 100%; */
    width: 100vw !important;
}



.gallery .slide img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    padding: 0 var(--double-padding);
}



.MainContent__wrapper,
.Project__text {
    /* margin-top: calc(var(--double-padding)); */
    padding: 50px;
    padding: var(--double-padding);
}



@media only screen and (max-width: 1023px) {
    .Project__text {
        padding: 50px 25px;
        padding: var(--double-padding) var(--padding);
    }

    .gallery .slide img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        padding: 0 25px;
        padding: 0 var(--padding);
    }

}



.Project__text h3 {
    /* font-weight: bold; */
    font-weight: normal;
}



.Project__text p {
    margin: 0;
    font-size: 0.8rem;
}



.Project-title {
    text-align: center;
    margin: 0;
    /* font-weight: bold; */
}



.MainContent {
    margin: 0 auto;
    max-width: 100%;
    width: 600px;
}



.MainContent__wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.MainContent__wrapper_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



p.has-large-font-size {
    font-size: 1.5rem !important;
}



.MainContent__wrapper.has_bg {
    padding-top: 0;
    padding-bottom: 0;

    min-height: calc(100% - 100px);

    .MainContent__wrapper_bg {
        padding-top: 50px;
        padding-top: var(--double-padding);
        padding-bottom: 50px;
        padding-bottom: var(--double-padding);
    }
}



.page {

    #content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .MainContent__wrapper.has_bg {
        width: 100%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1;
            -ms-flex: 1 1;
                flex: 1 1;

    }

    .MainContent__wrapper.has_bg .MainContent__wrapper_bg {
        min-height: 100%;
        -webkit-flex: 1 1;
            -ms-flex: 1 1;
                flex: 1 1;
        padding-top: max(10vh, 50px);
        padding-top: max(10vh, var(--double-padding));
    }
}



@media only screen and (max-width: 1023px) {
    .MainContent__wrapper.has_bg {
        padding-left: 25px;
        padding-left: var(--padding);
        padding-right: 25px;
        padding-right: var(--padding);
    }
}



.List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
    margin-top: var(--double-padding);
    padding: 25px;
    padding: var(--padding);
}



.List__Item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    /* padding: 25px; */
    position: relative;
}



@media only screen and (max-width: 1023px) {
    .List {
        margin-top: 100px;
        margin-top: calc(var(--double-padding)*2);
        padding: 0;
    }

    .List__Item {
        -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
    }
}



@media only screen and (max-width: 768px) {
    .List__Item {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}



@media only screen and (max-width: 566px) {
    .List__Item {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}



.List__Item::before {
    content: "";
    display: block;
    padding-top: 80%;
}



.List__Item-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 25px;
    margin: var(--padding);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}



.List__Item-content {
    position: absolute;
    bottom: 25px;
    bottom: var(--padding);
    top: 25px;
    top: var(--padding);
    left: 25px;
    left: var(--padding);
    right: 25px;
    right: var(--padding);
    padding: 25px;
    padding: var(--padding);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* font-weight: bold; */
    font-size: 1.1rem;
    color: white;
}



.List__Item-content span {
    font-size: 0.8rem;
    font-weight: normal;
}



.List__Item:hover .List__Item-content {
    opacity: 1;
}



@media only screen and (max-width: 1023px) {

    .List__Item-content span {
        display: none;
    }

    .List__Item-content {
        opacity: 1;
        position: absolute;
        top: unset;
        bottom: -2rem;
        left: 0;
        right: 0;
        background: transparent;
        color: #6a6a6a;
    }

    .List__Item {
        margin-bottom: 2rem;
    }
}



@media only screen and (max-width: 566px) {
    .List__Item-content {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: #6a6a6a;
        font-size: 1rem;

    }
}



@media screen and (max-width: 600px) and (orientation: portrait) {}



@media screen and (max-width: 600px) and (orientation: portrait) {}



@media only screen and (max-height: 650px) and (orientation: landscape) {}



@media only screen and (max-height: 500px) and (orientation: landscape) {}



@media only screen and (max-height: 450px) and (orientation: landscape) {}



@media screen and (orientation: portrait) {}



.SiteFooter {
    font-size: 0.8rem;
}



/*@-moz-document url-prefix() {*/



/*    .glider-track {*/



/*        margin-bottom: 20px;*/



/*    }*/



/*    .glider-wrap {*/



/*        overflow: hidden;*/



/*    }*/



/*}*/



.GliderContainer{
    margin-left: calc(-50vw + 50% + 30px);
    margin-right: calc(-50vw + 50% + 30px);
}



.glider.Glider {
    /*margin-left: calc((-100vw + 100% + 60px)/2);*/
    /*margin-right: calc((-100vw + 100% + 60px)/2);*/
    cursor: pointer;
}



.GliderSlide:first-of-type{
    /*margin-left: calc((100vw - 100% - 60px)/2);*/
}



.GliderSlide{
    padding: 1rem;

    /*height:400px;*/
    /*width: auto !important;*/


}



.glider-wrap {
        overflow-y: hidden;
    }

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