@charset "UTF-8";
/*
Theme Name: Jeunesse 2012
Author: BASICS09
Text Domain: evet
Domain Path: /languages
Version: 1.2
*/
/**
 * Breakpoints
 * ———————————
 */
/**
 * Colors
 * ——————
 */
/**
 * Articles
 * ————————
 */
/**
 * Font sizes
 * ——————————
 */
/**
 * Transitions
 * ———————————
 */
.headline {
  text-transform: uppercase;
  font-weight: 600; }

.headline--sans {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

.headline--big {
  font-size: 2.3rem; }

.headline--medium {
  font-size: 1.6rem; }

.headline--small {
  font-size: 1.2rem; }

.headline--tiny {
  font-size: 1rem; }

.headline--grey {
  color: #a89c9a; }

.headline--teaser {
  margin: 0; }

/**
 * Content Single global typography styles
 * ——————————————————————————————————————
 */
.details__article ul,
.content-block-body ul {
  padding-left: 1em; }

#content-single p,
.section-inner p,
.details__article li,
.content-block-body li,
.teaser p {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.32;
  letter-spacing: 0.018em; }

.headline,
.headline p,
.details__article p {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

#content-single article a {
  text-decoration: none;
  color: #a89c9a; }

blockquote {
  margin: 1em;
  font-size: 1.2rem;
  font-style: oblique; }

#evet-newsletter-form {
  display: none; }

.social-buttons {
  display: none; }

html {
  box-sizing: border-box; }

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

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

body.no-scroll {
  overflow-y: hidden; }

#wrap,
#footer {
  padding: 0.8em;
  width: 100%;
  max-width: 78em;
  margin: 0 auto; }

#footer {
  padding-bottom: 5em; }

.hidden {
  display: none; }

/**
 * Structure
 * —————————
 */
#content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row; }

#content {
  margin-bottom: 4em;
  width: 100%; }

.sidebar-section {
  background-color: #f3f1f0; }

.content-single-header {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }

.content-block {
  margin-bottom: 4em; }

.content-block:not(:first-child) {
  border-top: 4px solid #000; }

/**
 * Content block with image
 * ————————————————————————
 */
/**
 * @todo: what is .has-image class used for?
 */
.content-block.image-position-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.content-block.image-position-right .headline--medium {
  font-size: 2.3rem; }

.content-block.image-position-right .content-block-inner {
  -ms-flex-order: 2;
      order: 2; }

.content-block.image-position-right .image {
  -ms-flex-order: 1;
      order: 1;
  width: 100%; }

@media screen and (min-width: 769px) {
  #sidebar {
    width: 25%;
    padding-right: 1em;
    display: block;
    position: relative; }
  #content {
    width: 75%;
    padding-left: 1em;
    display: block; }
  #footer {
    width: 70%;
    padding-left: 1em;
    padding-bottom: 0;
    margin-left: 30%; }
  .content-block.image-position-right .image {
    width: 45%; }
  .content-block.image-position-right .image {
    -ms-flex-order: 1;
        order: 1;
    margin: 4em auto 0;
    width: 45%; } }

/**
 * Typography
 * —————————————————————
 */
h1,
h2 {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Chau Philomene One", sans-serif;
  font-weight: normal;
  line-height: 1.113; }

p a,
.content-block-body a,
.teaser h3 a {
  color: #a89c9a;
  text-decoration: none; }

/**
 * Image Stuff
 * ——————————
 */
.image img {
  width: 100%;
  height: auto; }

.button {
  padding: 0.6em 0.8em;
  text-align: center;
  border: 1px solid;
  border-radius: 6px;
  font-family: "Chau Philomene One", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem; }

.button a,
.button a:visited,
a.button--black:visited {
  color: #fff;
  text-decoration: none; }

a.button--tiny {
  text-decoration: none;
  color: #000; }

a.button--tiny:visited,
a.button--tiny:active {
  color: black;
  text-decoration: none; }

.button--arrow {
  padding-left: 0.5em;
  text-align: right; }

.button--black {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.05em;
  border-color: #000; }

.button--outline {
  border: 1px solid #7b6d6b;
  color: #7b6d6b;
  background: transparent; }

.button--with--arrow::after {
  content: ' >'; }

.button--wrapper--center {
  width: 100%;
  text-align: center; }

.button--green {
  background-color: #74ee4a;
  color: #000;
  border-color: #74ee4a;
  transition: background-color 300ms ease, background-color 300ms ease; }

.button--green.added {
  background-color: #fdc9e3;
  border-color: #fb9dcc; }

.button--tiny {
  border: 0; }

.button--tiny > span {
  display: inline-block;
  position: relative; }

.button--grey {
  background-color: #f3f2f1;
  border-color: #f3f2f1; }

.button--big {
  font-size: 1.2rem; }

.button--inactive {
  background-color: transparent;
  pointer-events: none;
  border-color: #dedbd8;
  color: #dedbd8; }

.button--wrap {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100vw;
  background: #fff;
  box-shadow: 0 5px 26px 4px #ababab; }

.button--teaser {
  position: absolute;
  right: 1em;
  bottom: 2em;
  display: none; }

@media screen and (min-width: 769px) {
  .button--wrap {
    display: none; }
  .button--teaser {
    display: block; } }

input[type=text],
input[type=checkbox],
input[type=number],
input[type=reset],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d4cfce;
  font-size: 1rem;
  border-radius: 4px; }

input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d4cfce;
  font-size: 1rem;
  border-radius: 50%; }

input[type=text],
input[type=number],
textarea {
  padding: 0.9em 0.6em;
  border-radius: 4px;
  background-color: #fff;
  width: 100%; }

input[type=checkbox],
input[type=radio] {
  width: 1.4em;
  height: 1.4em;
  position: relative;
  background-color: #fff; }

input[type=checkbox]:checked {
  background-color: #f3f1f0; }

input[type=checkbox]:checked::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  top: 45%;
  left: 50%;
  display: block;
  background: transparent;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  border-left: 3px solid #7b6d6b;
  border-bottom: 3px solid #7b6d6b; }

input[type=radio]:checked {
  background-color: #f3f1f0; }

input[type=radio]:checked::after {
  content: '';
  position: absolute;
  width: 54%;
  height: 54%;
  background-color: #7b6d6b;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%); }

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=reset] {
  background-color: transparent;
  border-width: 0; }

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.checkbox {
  display: inline-block;
  padding-right: 0.5em; }

/**
 * Search form select
 * ——————————————————
 */
.search-section-inner select {
  width: 100%;
  padding: 0.9em 0.7em;
  border: 0;
  background: none;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.search-section-inner .select-arrow {
  position: absolute;
  right: 1.3em;
  transform: rotateZ(90deg);
  top: 0.8em;
  font-family: "Chau Philomene One", sans-serif; }

/**
 * Forms submit and reset buttons
 * ——————————————————————————————
 */
.form-submit .field-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center; }

.form-submit .field-set .button {
  margin-top: 1.4em; }

.form-submit .field-set > div:first-child {
  width: 60%; }

.form-submit .field-set > div:nth-child(2) {
  width: 40%; }

.form-submit .field-set > div:first-child .button,
.form-submit .field-set > div:nth-child(2) .button {
  width: 100%; }

.form-submit .field-set > div {
  padding-right: 1.4em; }

/**
 * Show birthday selects in single row
 * ———————————————————————————————————
 */
.birthday.field .field-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-top: 0; }

.birthday.field .field-set select {
  margin: 0 0.5em 0 0; }

/**
 * Form styles for addtional dates
 * ———————————————————————————————
 */
.field.extra-dates .field-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-top: 0; }

.field.extra-dates .field-set .float {
  width: 48%; }

/**
 * Highlight required fields
 * —————————————————————————
 */
.field.required .left::after {
  content: ' *';
  color: red; }

/**
 * Gender fields
 * —————————————
 */
.field-genre div:nth-child(2),
.field-sex div:nth-child(2) {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.field-genre .field-set,
.field-sex .field-set {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.field-genre .radio.float,
.field-sex .radio.float {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }

.field-genre .radio.float label,
.field-sex .radio.float label {
  margin: 0; }

.field-genre .radio.float input,
.field-sex .radio.float input {
  margin: 0 0.6em 0 0; }

/**
 * jQuery UI Datepicker
 * ————————————————————
 */
#pic-date .first,
#pic-date .last,
.datepicker-position {
  position: relative; }

#pic-date input:focus {
  outline: 0; }

.datepicker-position {
  width: 100%; }

.datepicker-wrapper {
  display: none;
  position: absolute;
  z-index: 103;
  top: 0;
  left: 0;
  border: 1px solid #d4cfce;
  border-top: 0; }

.first .datepicker-wrapper {
  top: -0.8em; }

.datepicker-wrapper.show {
  display: block; }

.ui-datepicker {
  display: none;
  background: #fff;
  padding: 0.8em 0.8em 1.2em;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.4em 0.5em 0.8em;
  font-weight: 600;
  border-bottom: 1px solid #d4cfce; }

.ui-datepicker-title {
  -ms-flex-order: 2;
      order: 2; }

.ui-datepicker-prev {
  -ms-flex-order: 1;
      order: 1; }

.ui-datepicker-next {
  -ms-flex-order: 3;
      order: 3; }

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer; }

.ui-datepicker-calendar {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; }

.ui-datepicker-calendar > thead th {
  width: 7%; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0.9em 0.4em; }

.ui-datepicker-calendar tbody td {
  text-align: center;
  border: 1px solid #d4cfce;
  margin: 0; }

.ui-datepicker-calendar tbody td a {
  display: block;
  text-decoration: none;
  color: #d4cfce; }

.ui-datepicker-calendar tbody td a.ui-state-active {
  color: #000;
  font-weight: 600; }

.ui-datepicker-calendar tbody td.ui-state-disabled {
  border: 0;
  color: #d4cfce;
  pointer-events: none; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid__item {
  width: 100%;
  position: relative;
  border-top: 4px solid #000; }

#header {
  min-height: 5em; }

#navigation {
  margin-bottom: 1.5em; }

#navigation h1 {
  margin: 0;
  position: relative;
  z-index: 103;
  display: inline-block;
  transition: opacity 0.32s ease; }

#navigation h1.hidden {
  opacity: 0;
  pointer-events: none; }

#navigation h1 a {
  display: block;
  width: 6em;
  height: 3em;
  text-indent: -999999px;
  /* Hide text */
  background: url("assets/img/logo.svg") no-repeat;
  background-size: contain; }

#navigation h1 a.signet {
  display: block;
  position: fixed;
  width: 1em;
  height: 1em;
  top: 0.5em;
  text-indent: -999999px;
  /* Hide text */
  background: url("assets/img/mobile-logo.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 40ms ease, transform 140ms ease; }

.scrolled-decent #navigation h1 a.signet {
  transition: opacity 740ms ease-in-out , transform 740ms ease-in-out;
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1; }

.main-menu {
  margin: 0;
  padding: 5em 1em 1em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  background: #fff; }

.main-menu.open {
  opacity: 1;
  pointer-events: auto; }

#menu::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4em;
  background-color: #fff;
  transition: opacity 0.32s ease;
  z-index: 101; }

.main-menu.open::after {
  opacity: 1;
  pointer-events: auto; }

.menu__button {
  position: fixed;
  right: 0.3em;
  top: 1.2em;
  height: 2em;
  width: 3.6em;
  cursor: pointer;
  z-index: 101;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5em; }

.menu__bar {
  height: 6px;
  width: 100%;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  transition: transform 0.2s ease, background 0.2s ease; }

.menu__button.open .menu__bar--first {
  transform: translateY(8px) rotate(-45deg) scale(1.1); }

.menu__button.open .menu__bar--second {
  transform: translateY(-2px) rotate(45deg) scale(1.1); }

.main-menu-item.open {
  margin-bottom: 2em; }

.main-menu-item,
.main-menu-item li {
  list-style: none; }

a.main-menu-link::after {
  content: '>';
  transform: rotate(90deg);
  display: inline-block;
  padding: 0 0.5em; }

.main-menu-item.open a.main-menu-link::after {
  transform: rotateZ(-90deg); }

.main-menu ul.row {
  padding: 0; }

.main-menu-item a,
.main-menu-item a:hover,
.main-menu-item a:active,
.main-menu-item a:visited {
  color: #000;
  text-decoration: none; }

a.main-menu-link {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 1.92rem;
  text-transform: uppercase; }

.main-menu-item .submenu {
  display: none; }

.main-menu-item.open .submenu {
  display: block; }

.sub-menu-item {
  padding: 0 1em; }

.sub-menu-item a {
  padding: 0.8em 0;
  display: block;
  border-bottom: 1px solid #f3f1f0;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.024em;
  line-height: 1.4; }

.second-level-child {
  display: none; }

#secondary-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0; }

#secondary-menu li {
  list-style: none;
  padding-right: 1em;
  line-height: 1.34; }

#secondary-menu a {
  color: #a89c9a;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  .sub-menu-item a {
    width: 60%;
    font-size: 1.2rem; }
  .menu__button__wrap {
    width: 100%;
    position: fixed;
    max-width: 78em;
    height: 4em;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 101; }
  .menu__button {
    position: absolute;
    right: 0; }
  .main-menu {
    padding-top: 10em; }
  .main-menu li {
    max-width: 78em;
    margin: 0 auto; }
  a.main-menu-link {
    font-size: 3rem; } }

/**
 * SHIT LIST
 * @todo: just hiding stuff for now
 */
#header-gallery {
  display: none; }

.teaser {
  width: 100%;
  position: relative;
  border-top: 4px solid #000; }

.teaser__header {
  padding: 1em 0.8em;
  border-bottom: 4px solid #000; }

.teaser--image {
  object-fit: cover;
  width: 100%; }

@media screen and (min-width: 769px) {
  .teaser {
    margin-bottom: 2em; } }

.featured-post {
  position: relative;
  width: 100%;
  border-top: 4px solid #000;
  transition: background-color 0.3s ease;
  padding-bottom: 1em; }

.featured-post:hover {
  background-color: #f3f1f0; }

.image-wrapper {
  position: relative;
  width: 100%; }

.image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.image-wrapper--two-thirds::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66666667%; }

.featured-text {
  padding: 0 0.8em; }

.featured-text a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-indent: -99999px;
  display: block; }

.featured-text p {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 1.125rem;
  line-height: 1.25; }

.mission-statement a,
.mission-statement a:visited,
.mission-statement a:active {
  color: #000;
  text-decoration: underline; }

@media screen and (min-width: 40em) {
  #featured-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .featured-post {
    width: calc(50% - 1em); }
  .featured-post:nth-child(even) {
    margin-left: 1em; }
  .featured-post:nth-child(odd) {
    margin-right: 1em; } }

@media screen and (min-width: 769px) {
  .mission-statement {
    margin-top: 0; }
  .teaser .image-wrapper--front img {
    width: 120%;
    left: -10%;
    object-fit: cover;
    object-position: top;
    position: absolute; }
  .teaser .image-wrapper--front::before {
    padding-top: 35.676892%; }
  .teaser .image-wrapper {
    border-bottom: 4px solid #000; }
  .image-wrapper--two-thirds::before {
    padding-top: 50%; } }

.entry .details {
  margin-top: 3em; }

.details__navigation {
  width: 100%;
  height: 2.2em;
  position: -webkit-sticky;
  position: sticky;
  top: 4em;
  border-top: 0;
  border-bottom: 1px solid #f3f1f0;
  padding: 0.5em 0;
  background-color: #fff;
  overflow: hidden; }

.details__navigation__wrap {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 1em 48px 0;
  position: absolute;
  left: 0;
  -webkit-overflow-scrolling: touch; }

.details__navigation__arrow {
  position: absolute;
  font-family: "Chau Philomene One", sans-serif;
  display: block;
  z-index: 3;
  top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: opacity 320ms ease; }

.details__navigation__arrow--hidden {
  opacity: 0;
  pointer-events: none; }

.details__navigation__arrow--left {
  left: 0; }

.details__navigation__arrow--right {
  right: 0; }

.details__navigation::before,
.details__navigation::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
  pointer-events: none;
  z-index: 1; }

.details__navigation::before {
  left: 0;
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%); }

.details__navigation::after {
  right: 0;
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0) 100%); }

.details__navigation__link {
  color: #000;
  text-decoration: none;
  padding-left: 1em;
  margin-right: 1.5em;
  display: inline-block;
  position: relative; }

.details__navigation__link__arrow {
  transform: rotateZ(90deg);
  position: absolute;
  right: -0.9em;
  top: -0.18em;
  display: inline-block;
  font-family: "Chau Philomene One", sans-serif; }

.details__navigation li {
  list-style: none;
  padding: 0;
  display: inline-block; }

.details__navigation li.tab-close {
  display: none; }

.details__article {
  margin-top: -3em;
  margin-bottom: 3em; }

.details__article header h1 {
  padding-top: 7em; }

.details__article h3 {
  margin-bottom: 0;
  text-transform: uppercase; }

.details__article h3 + p {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .details {
    margin-top: 0; } }

.evet-search-form-inner {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #f3f1f0;
  height: 100vh;
  padding: 0.8em;
  padding-bottom: 5em;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.32s ease, transform 0.32s ease;
  z-index: 200; }

#evet-search-form.open .evet-search-form-inner {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto; }

.evet-search-form-inner .search-header .headline {
  margin-top: 0.2em; }

.button__close-evet {
  position: fixed;
  top: 1.2em;
  right: 0.3em;
  width: 3.6em;
  height: 2em;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
  z-index: 201; }

.button__close-evet .menu__bar--first {
  transform: translateY(8px) rotate(-45deg) scale(1.1); }

.button__close-evet .menu__bar--second {
  transform: translateY(-2px) rotate(45deg) scale(1.1); }

#evet-search-form.open .button__close-evet {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.26s; }

.evet-search-form-inner ul {
  padding: 0; }

.evet-search-form-inner li {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center; }

.search-section-inner {
  position: relative; }

.search-section-inner > h3 {
  border: 1px solid #d4cfce;
  border-radius: 4px;
  padding: 0.9em 0.7em;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.search-section-inner > h3::after {
  content: '>';
  position: absolute;
  right: 1.3em;
  transform: rotateZ(90deg);
  top: 0.8em;
  font-family: "Chau Philomene One", sans-serif; }

.scrollable-list {
  display: none;
  max-height: 14em;
  background: #fff;
  overflow-y: scroll;
  padding: 0.5em 0.5em 1em;
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin-top: calc(-1em - 3px);
  border: 1px solid #d4cfce;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.search-section-inner.show .scrollable-list {
  display: block; }

.scrollable-list.with-clear-button {
  border-radius: 0;
  border-bottom: 0; }

.scrollable-list label {
  color: #7b6d6b;
  letter-spacing: 0.025em; }

.search-section-inner .spacing {
  display: none;
  height: 2em;
  position: absolute;
  bottom: 1px;
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
  left: 2px;
  width: calc(100% - 4px);
  pointer-events: 0; }

.search-section-inner.show .spacing {
  display: block; }

.scrollable-list.show {
  display: block; }

.search-section.search-submit {
  display: none; }

.clear-select-wrap {
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4cfce;
  border-top: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0.8em;
  box-shadow: 0 5px 26px 4px #fff;
  position: relative; }

.search-section-inner.show .clear-select-wrap {
  display: block; }

.clear-select-wrap::before {
  content: '';
  height: 2em;
  position: absolute;
  top: -2em;
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
  left: 2px;
  width: calc(100% - 4px);
  pointer-events: 0; }

.clear-select-button {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem; }

#pic-region .search-section-inner {
  margin: 1em 0;
  border: 1px solid #d4cfce;
  border-radius: 4px;
  overflow-x: hidden; }

#start_datepicker,
#end_datepicker {
  cursor: pointer;
  font-weight: 600;
  background-image: url(./assets/img/calendar-unchecked.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 1.1em; }

#start_datepicker {
  margin-bottom: 0.8em; }

.checkbox-list .checkbox input {
  pointer-events: none; }

.search-section-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.scroll-to-search {
  display: none; }

@media screen and (min-width: 769px) {
  .evet-search-form-inner {
    transform: none;
    opacity: 1;
    position: -webkit-sticky;
    position: sticky;
    top: -4px;
    width: 100%;
    height: auto;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    pointer-events: auto;
    z-index: 1; }
  #start_datepicker {
    pointer-events: auto; }
  .search-section.search-submit {
    display: block;
    margin-top: 2em; }
  .search-section.search-submit .search-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 60%; }
  .scroll-to-search {
    position: fixed;
    display: block;
    bottom: 2em;
    opacity: 0;
    width: 3em;
    height: 3em;
    padding-top: 0.7em;
    pointer-events: none;
    transform: translateY(40px) rotate(-90deg);
    transition: opacity 320ms ease, transform 320ms ease; }
  .scroll-to-search.show {
    opacity: 1;
    transform: translateY(0) rotate(-90deg);
    pointer-events: auto; } }

/**
 * S H I T L I S T
 * R E M O V E
 */
.checkbox-overlay {
  display: none; }

.details-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.8em;
  background-color: #fff;
  box-shadow: 0 5px 26px 4px #ababab;
  opacity: 0;
  pointer-events: none;
  z-index: 201;
  transform: translateY(100%);
  transition: transform 200ms ease 240ms, opacity 200ms ease 240ms; }

.details-bottom-nav.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
  transition-delay: 0.26s; }

.details-bottom-nav > div {
  width: 50%; }

#evet-results-header {
  background: #fff;
  z-index: 2;
  border-top: 4px solid #000; }

.evet-results-header-inner.evet-list-header-inner {
  padding: 1em 0; }

#evet-results-header-body {
  font-weight: 600; }

#evet-selection-widget .evet-selection-inner {
  display: none; }

.header-hint p {
  font-weight: 600;
  font-size: 1.2rem; }

#evet-results-header h2 {
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

.evet-result-details {
  display: none; }

#evet-selection-screen #evet-selection-widget {
  display: none; }

.evet .help-link {
  display: none; }

/**
 * Mobile cart buttons
 * ———————————————————
 */
.details-list-mobile-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.mobile-checkout {
  display: none; }

.post-type-archive-evet_project .mobile-checkout {
  display: block; }

/**
 * Category colors
 * ———————————————
 */
.evet-result .categories li.cat-RENO {
  background-color: #8b5a35; }

.evet-result .categories li.cat-ENVI {
  background-color: #94daf8; }

.evet-result .categories li.cat-CONS {
  background-color: #d22329; }

.evet-result .categories li.cat-ARCH {
  background-color: #f7b5d2; }

.evet-result .categories li.cat-SOCI {
  background-color: #8b288f; }

.evet-result .categories li.cat-KIDS {
  background-color: #adaf00; }

.evet-result .categories li.cat-STUDY {
  background-color: #fbab19; }

.evet-result .categories li.cat-DISA {
  background-color: #25408e; }

.evet-result .categories li.cat-MANU {
  background-color: #ec068c; }

.evet-result .categories li.cat-EDU {
  background-color: #41ad49; }

.evet-result .categories li.cat-ELDE {
  background-color: #00aeef; }

.evet-result .categories li.cat-FEST {
  background-color: #b15fc3; }

.evet-result .categories li.cat-CULT {
  background-color: #06bec3; }

.evet-result .categories li.cat-AGRI {
  background-color: #8b6000; }

.evet-result .categories li.cat-ART {
  background-color: #a19e2d; }

.evet-result .categories li.cat-YOGA {
  background-color: #ec0879; }

.evet-result .categories li.cat-LANG {
  background-color: #00aeef; }

.evet-result .categories li.cat-TRANS {
  background-color: #f47521; }

.evet-result .categories li.cat-ANI {
  background-color: #95560c; }

.evet-result .categories li.cat-LEAD {
  background-color: black; }

.evet-result .categories li.cat-ANI {
  background-color: #95560c; }

.evet-result .categories li.cat-SPOR {
  background-color: #0863ec; }

.evet-result .categories li.prj_code {
  background-color: #d4cfce; }

.evet-result {
  position: relative;
  width: 100%;
  background-color: #fff; }

.evet-result-short {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
  border-top: 4px solid #000;
  padding-top: 1em; }

.evet-result-short > .column {
  width: 100%; }

.evet-result-inner .meta {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.34; }

.evet-result-inner .meta .date {
  margin-right: 1em; }

.evet-result-inner .categories ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }

.evet-result-inner .categories li {
  list-style: none; }

.category-list-item {
  padding: 0.32em 0.8em;
  border-radius: 4px; }

.cat-CAMP span {
  border-radius: 4px;
  padding: 0.43em 0.8em; }

.cat-short,
.prj_code > span,
.cat-CAMP {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.cat-short,
.prj_code > span {
  color: #fff; }

.cat-CAMP {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.cat-CAMP span {
  display: inline-block;
  border: 1px solid #a89c9a;
  width: auto; }

.evet-result .categories li {
  margin-right: 0.5em;
  margin-top: 0.5em; }

/**
 * Action buttons
 * ——————————————
 */
.evet-result .actions {
  margin: 1em 0;
  width: 100%; }

.evet-result .actions ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  padding: 0;
  width: inherit; }

.evet-result .actions li {
  list-style: none;
  display: block;
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%; }

.evet-result .actions li:first-child {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%; }

.evet-result .actions li:last-child {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%; }

.evet-result .actions li a {
  width: 100%; }

.evet-result .actions .details {
  margin-top: 0; }

.high-relevance-fields {
  margin-top: 0.5em;
  line-height: 1.34; }

/**
 * Result list pagination
 * ——————————————————————
 */
#evet-results-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em 0; }

.page-numbers {
  display: block;
  font-size: 1rem;
  padding: 0.6em 0;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  width: 11.5%;
  text-align: center;
  margin-bottom: 0.3em;
  margin-right: 0.4em; }

.page-numbers:not(.dots) {
  background-color: #f3f1f0; }

.page-numbers.current {
  background-color: #a89c9a;
  color: #fff; }

.page-numbers.prev,
.page-numbers.next {
  background-color: transparent;
  border: 1px solid #f3f1f0; }

@media screen and (min-width: 23em) {
  .evet-result .actions li:first-child {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
  .evet-result .actions li:last-child {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%; } }

@media screen and (min-width: 769px) {
  .evet-results-list-inner .evet-result:first-child .evet-result-short {
    border-top: 0; }
  #evet-selection-widget .evet-selection-inner {
    display: block; }
  #evet-results-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    top: 4em;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000; }
  .evet-results-header-inner.evet-list-header-inner {
    width: 60%;
    -ms-flex-order: 1;
        order: 1;
    padding: 1em; }
  #evet-selection-widget {
    width: 40%;
    -ms-flex-order: 2;
        order: 2;
    background-color: #000; }
  .evet-selection-inner {
    padding: 1em;
    color: #fff; }
  #evet-selection-widget p,
  #evet-selection-widget.enabled form {
    display: block; }
  #evet-selection-widget.enabled p,
  #evet-selection-widget form {
    display: none; }
  .evet-selection-inner a.button {
    color: #fff;
    letter-spacing: 0.05em; } }

.evet-result-details-menu.details__navigation {
  display: none; }

.section-inner .share {
  display: none; }

.result-detail-overlay {
  z-index: 300;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0ms ease 340ms;
  background: transparent; }

.result-detail-overlay.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0ms ease 0ms; }

.result-detail-overlay .overlay-content {
  padding: 1em 0.5em 4em;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: scale(0);
  opacity: 0;
  background-color: #fff;
  padding-bottom: 8em;
  transition: opacity 200ms ease, transform 240ms ease; }

.result-detail-overlay::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 200ms ease; }

.result-detail-overlay.show::before {
  opacity: 0.8; }

.overlay-content .actions {
  display: none; }

.result-detail-overlay.show .overlay-content {
  transform: scale(1);
  opacity: 1; }

.result-detail-overlay.show .evet-result-details {
  display: block; }

.result-detail-overlay .evet-result-short {
  border: 0; }

.result-detail-overlay .headline--medium {
  font-size: 2.3rem; }

.result-detail-overlay .button--wrap > div {
  width: 50%; }

.result-detail-overlay .button--wrap > div > a {
  width: 100%; }

.result-detail-overlay .button--wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 200ms ease 240ms, opacity 200ms ease 240ms;
  width: 100%; }

.result-detail-overlay.show .button--wrap {
  opacity: 1;
  transform: translateY(0%); }

.result-detail-overlay .column-far-left {
  display: none; }

.add-button-container {
  display: inline-block; }

.data-overview ul {
  padding: 0; }

.data-overview li {
  list-style: none; }

.section-description {
  margin-top: 4em; }

.section-inner img {
  width: 100%;
  height: auto;
  margin: 1em 0; }

.section-inner {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word; }

@media screen and (min-width: 769px) {
  .result-detail-overlay {
    width: 60%;
    transform: translateX(-50%);
    left: 50%;
    overflow: visible;
    max-width: 769px; }
  .result-detail-overlay::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh; }
  .result-detail-overlay .overlay-content {
    padding-left: 2em;
    padding-right: 2em; }
  .details-list-mobile-buttons {
    display: none; } }

#evet-newsletter-form h2 {
  margin: 0.5em 0 1em; }

#evet-newsletter-form input[type=submit] {
  margin-top: 1em; }

@media screen and (min-width: 769px) {
  #evet-newsletter-form {
    display: block;
    padding: 0.8em;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    margin-top: 2em;
    padding-bottom: 2em; }
  #evet-newsletter-form input[type=submit] {
    width: 60%; } }

.result-sort__button,
.result-count {
  border-radius: 50%;
  background-color: #d4cfce;
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Chau Philomene One", sans-serif;
  font-size: 1.2rem;
  margin-right: 0.6em; }

.result-sort__button {
  position: relative;
  background-color: transparent;
  border: 1px solid #d4cfce; }

.result-sort__button svg {
  width: auto;
  height: 50%;
  fill: #d4cfce;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%); }

.result-sort__button--up {
  transform: rotate(-90deg); }

.result-sort__button--down {
  transform: rotate(90deg); }

#evet-results-list .evet-result:first-child .result-sort__button--up {
  display: none; }

#evet-results-list .evet-result:last-child .result-sort__button--down {
  display: none; }

.result-sort,
.column-far-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }

.column-far-left {
  margin: 0.5em 0 2em; }

#evet-apply-form .evet-list-header {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  text-transform: uppercase; }

.form-group-header h3 {
  font-size: 1rem;
  margin-bottom: 1.5em; }

.form-group {
  margin-top: 3em;
  padding-bottom: 2em;
  border-bottom: 4px solid #000; }

.form-row {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2em; }

.form-label {
  font-weight: 600;
  margin-bottom: 0.3em; }

label.error {
  color: red;
  margin: 0.5em 0;
  display: block; }

.form-column input + input {
  margin-top: 1em;
  display: block; }

.input-wrap,
.field-set {
  font-size: 1rem;
  margin-bottom: 1em; }

.field-set {
  margin-top: 0.5em; }

.field-set > .float {
  margin-top: 1em; }

.field-set > .float input {
  margin-top: 0.5em; }

.submit-group .field-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.submit-group {
  margin: 3em 0; }

.submit-group p {
  margin-top: 0; }

.submit-group .field-set + .float-left {
  width: 2em; }

.submit-group .field-set .float-left:nth-child(2) {
  width: calc(100% - 2em);
  padding-left: 1em;
  padding-top: 0.2em; }

.field-set select {
  margin: 1em 0;
  font-size: 1rem;
  width: 100%;
  word-wrap: break-word; }

.radio.float {
  padding-right: 1em; }

.form-section label {
  margin: 1em 0 0.5em;
  display: inline-block; }

.form-section input + input {
  margin-top: 1em; }

.mobile-apply-form-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.button--cart-validate {
  -ms-flex-positive: 1;
      flex-grow: 1; }

a.backlink {
  color: #000;
  text-decoration: none;
  font-family: "Chau Philomene One", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  border-bottom: 2px solid #000; }

@media screen and (min-width: 769px) {
  .mobile-apply-form-buttons {
    display: none; } }

.form-group-body .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.32;
  border-bottom: 1px solid #d4cfce;
  padding-bottom: 0.8em;
  margin-bottom: 1.4em; }

.form-group-body .field .subfield.left {
  width: 100%; }

.form-group-body .field .fee {
  font-weight: 600; }

.form-group-body .field .fee,
.form-group-body .field .checkbox {
  margin-top: 0.4em; }

.form-group-body .field .checkbox {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.form-group-body .alert {
  color: red; }

.form-group-body .field .fee input[type=text] {
  width: 4em; }

.form-group .form-submit input[type=submit] {
  margin-top: 1.4em; }

.form-group-body .info-table {
  width: 100%; }

.form-group-body .info-table td {
  width: 50%;
  line-height: 1.34; }

.gallery ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }

.gallery li {
  list-style: none;
  margin: 0;
  padding-right: 1em;
  margin-bottom: 1em; }

.loading-view {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(40, 40, 40, 0.8);
  z-index: 400;
  pointer-events: none;
  opacity: 0;
  transition: opacity 340ms ease; }

.loading-view::after {
  content: '';
  width: 4em;
  height: 4em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }

.loading-view.show {
  pointer-events: auto;
  opacity: 1; }

.loading-view.show::after {
  animation: 1s linear 0s infinite loading-colors; }

@keyframes loading-colors {
  0% {
    background: #bdcf31; }
  14.2857142857% {
    background: #d72f28; }
  28.57143% {
    background: #f8cbdd; }
  42.85714% {
    background: #feda1d; }
  57.14286% {
    background: #a13793; }
  71.42857% {
    background: #00afdc; }
  100% {
    background: #b5e0f5; } }
/*# sourceMappingURL=style.css.map */