* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:focus {
    outline: none; }

html {
  height: 100%; }

body {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  font-size: 16px; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  body.hasmenuopen {
    overflow: hidden; }

.snap-body {
  overscroll-behavior: none;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

html, body, p, a, label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6; }

label {
  color: #4e4e4e;
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #222;
  line-height: 1.4; }

a {
  color: #b98c44; }
  a:hover {
    color: #6f5429;
    text-decoration: none; }

p {
  font-size: 1em; }

label {
  font-size: 0.85em; }

h1 {
  font-size: 1.45em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

b, strong {
  font-weight: 600; }

.special {
  font-size: 1.25em; }

.light {
  color: #4e4e4e !important; }

.primary {
  color: #b98c44 !important; }

.white {
  color: white !important; }

h1.special-hero, h2.special-hero {
  font-size: 2.75em; }
h1.special, h2.special {
  font-size: 2.75em; }

@media (min-width: 1200px) {
  p, li {
    font-size: 1em; }

  label {
    font-size: 0.85em; }

  h1 {
    font-size: 1.45em; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: 1em; }

  h4 {
    font-size: 1em; }

  h5 {
    font-size: 1em; }

  h6 {
    font-size: 1em; }

  .special {
    font-size: 1.45em; }

  h1.special-hero, h2.special-hero {
    font-size: 6em; }
  h1.special, h2.special {
    font-size: 4em; } }
.ul-list ul {
  margin: 0;
  padding-left: 18px; }
.ul-list li {
  list-style-image: url("/wp-content/themes/eurostampa/assets/images/list.svg"); }

.primary-border {
  border-color: #b98c44; }

.bodoni, .serif {
  font-family: 'Bodoni Moda', serif;
  font-weight: 400; }

.sans-serif {
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

.semibold {
  font-weight: 400; }

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

p {
  margin: 1rem 0 0 0; }

.relative {
  position: relative; }

.sticky-offset {
  top: 180px;
  z-index: 1; }

#header-bar {
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 55px;
  background: white;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%); }
  @media (min-width: 768px) {
    #header-bar {
      height: 75px; } }
  #header-bar:before {
    content: '';
    position: fixed;
    z-index: 96;
    width: 100%;
    height: 55px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (min-width: 768px) {
      #header-bar:before {
        height: 72px; } }

#logo {
  position: fixed;
  display: block;
  z-index: 99;
  top: 18px;
  left: 10px;
  width: 160px; }
  @media (min-width: 768px) {
    #logo {
      top: 20px;
      left: 40px;
      width: 200px; } }
  #logo svg {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%; }
    #logo svg .st2 {
      fill: #333; }

.mobile-menu-toggle {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  padding: 17px 15px; }
  @media (min-width: 768px) {
    .mobile-menu-toggle {
      display: none; } }
  .mobile-menu-toggle img {
    width: 26px;
    display: block; }
  .mobile-menu-toggle .menu-close-icon {
    display: none; }
  .mobile-menu-toggle .menu-icon {
    display: block; }
  .mobile-menu-toggle.close .menu-icon {
    display: none; }
  .mobile-menu-toggle.close .menu-close-icon {
    display: block; }

#lang {
  display: none; }
  @media (min-width: 768px) {
    #lang {
      display: block !important; } }

#lang, .eu-menu {
  position: fixed;
  z-index: 98;
  top: 18px;
  right: 20px;
  margin: 0;
  list-style: none; }
  @media (min-width: 768px) {
    #lang, .eu-menu {
      top: 20px;
      right: 25px; } }
  #lang li, .eu-menu li {
    text-align: right;
    display: block;
    float: right;
    opacity: 1; }
    #lang li a, .eu-menu li a {
      font-size: 90%;
      padding: 1px 3px;
      display: block;
      cursor: pointer;
      color: #555; }
      #lang li a:hover, .eu-menu li a:hover {
        opacity: .8; }
    #lang li #tmenu, .eu-menu li #tmenu {
      color: #b98c44 !important; }
    #lang li.lang-item a, .eu-menu li.lang-item a {
      border: 1px solid #333;
      border-radius: 500px;
      height: 28px;
      width: 28px;
      text-align: center;
      margin: 3px;
      margin-bottom: 12px; }
    #lang li.current-lang a, .eu-menu li.current-lang a {
      border: 1px solid #b98c44;
      font-weight: bold; }

@media (max-width: 768px) {
  .eu-menu {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    padding-top: 55px;
    text-align: center !important; }
    .eu-menu li {
      text-align: center !important;
      float: none !important;
      width: 100%;
      display: inline-block !important; }
      .eu-menu li a {
        font-size: 100%;
        padding: 15px !important;
        width: 100% !important; }
      .eu-menu li.lang-item {
        width: auto !important; }
        .eu-menu li.lang-item a {
          display: inline-block !important;
          height: 42px !important;
          width: 42px !important;
          margin-bottom: 24px !important;
          padding: 0 !important;
          line-height: 42px; } }

.wrap {
  margin-top: 140px; }
  @media (min-width: 768px) {
    .wrap {
      margin-top: 100px; } }

/*.affix, .archive, .single-labarchive, .page-template-t-contacts, .page-template-t-about {
        #header-bar {
            &:before {
                background: rgb(255,255,255);
                background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
                height: 55px;
                @include transition(all .4s ease);
                @media (min-width: 768px) {
                    height: 72px;
                }
            }
        }
        #logo {
            svg {
                .st2 {
                    fill: #666;
                }
            }
        }
}*/
.single-labarchive:not(.hasmenuopen) #lang {
  display: none; }

.wrap-page {
  padding-top: 120px; }

.hero-dots {
  max-width: 60px;
  height: 1px; }

.three-dots {
  max-width: 65px; }

.home {
  background: black; }

.home-hero-video {
  position: relative;
  height: 100vh; }
  .home-hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.btn, .btn > a {
  min-width: 130px;
  border-radius: 0;
  padding: 8px 15px 5px;
  background-color: transparent;
  border: 1px solid #b98c44;
  color: #b98c44;
  text-transform: uppercase;
  cursor: pointer !important; }
  .btn:hover, .btn > a:hover {
    background-color: #b98c44;
    color: white; }

.btn-full {
  background-color: #b98c44;
  border: 1px solid #b98c44;
  color: white; }
  .btn-full:hover {
    background-color: transparent;
    color: #b98c44; }

.round-btn {
  border-radius: 25px;
  color: #222;
  font-weight: 300; }

.on-image-btn {
  border: 1px solid white;
  color: white;
  font-weight: 600;
  background-color: transparent; }
  .on-image-btn:hover {
    border: 1px solid #b98c44; }

.block-highlight .btn {
  background-color: white; }
  .block-highlight .btn:hover {
    background-color: #b98c44; }

.b-text-indented *:not(h1) {
  padding-left: 2px; }

.b-backphoto {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; }

.b-backdots {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/eu-circle-dots-opaque.svg");
  background-size: 35%; }
  .b-backdots.fixed {
    background-attachment: fixed; }
  .b-backdots.b-backdots-right {
    background-position: right center; }
  .b-backdots.b-backdots-contain {
    background-size: contain; }
  .b-backdots.b-backdots-cta {
    background-position: 97.33%;
    background-size: contain;
    width: 100%; }

.block-intro {
  padding: 100px 0; }

.block-highlight {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .block-highlight {
      margin-top: 100px; } }
  .block-highlight .title-wrapper {
    position: relative; }
    .block-highlight .title-wrapper img {
      position: absolute;
      top: -60px;
      left: -80px;
      max-width: 400px;
      z-index: -2; }
      @media (max-width: 1200px) {
        .block-highlight .title-wrapper img {
          max-width: 350px; } }
      @media (max-width: 992px) {
        .block-highlight .title-wrapper img {
          max-width: 270px; } }
      @media (max-width: 600px) {
        .block-highlight .title-wrapper img {
          max-width: 230px; } }

.sticky-wrap {
  display: flex;
  align-items: flex-start; }

.sticky-item {
  position: sticky; }

.parallax {
  position: relative;
  padding: 90vh 0;
  transform-style: inherit;
  transform: translateZ(-0.7px) scale(1.7); }
.privacy-policy tbody,
.privacy-policy td,
.privacy-policy tfoot,
.privacy-policy th,
.privacy-policy thead,
.privacy-policy tr {
  border-color: currentColor !important;
  border-style: solid !important;
  border-width: 1px !important;
}
.come-in {
  transform: translateY(200px);
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  animation-duration: 0.6s; }

@keyframes come-in {
  to {
    transform: translateY(0); } }
.masonry .masonry-item {
  transform: scale(1.1); }

.slick-dots {
  bottom: -32px; }
  .slick-dots li button {
    height: 2px;
    width: 20px;
    background-color: #EEE;
    border-radius: 0;
    padding: 0; }
    .slick-dots li button:before {
      content: ''; }
  .slick-dots li.slick-active button {
    background-color: #b98c44; }

.slick-arrow {
  height: 40px;
  width: 40px; }
  @media (min-width: 768px) {
    .slick-arrow {
      height: 70px;
      width: 60px; } }
  .slick-arrow:hover {
    opacity: .8; }
  .slick-arrow.slick-prev {
    left: -80px;
    z-index: 3; }
  .slick-arrow.slick-next {
    right: -80px;
    z-index: 3; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: ""; }
  .slick-arrow.slick-prev:before {
    background-image: url("/wp-content/themes/eurostampa/assets/images/prev.svg"); }
  .slick-arrow.slick-next:before {
    background-image: url("/wp-content/themes/eurostampa/assets/images/next.svg"); }

.carousel .slick-list {
  border: 1px solid #d6ba8e; }
.carousel .slick-slide {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .carousel .slick-slide:not(.slick-current) {
    opacity: 0; }
  .carousel .slick-slide img {
    height: 55vh;
    width: auto;
    max-width: 100%;
    padding: 0 10px; }

.c-item:hover {
  cursor: pointer;
  opacity: 0.8; }

.c-item-image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1000px;
  background-color: #999999; }

.r-item {
  width: 200px; }
  .r-item:hover {
    cursor: pointer;
    opacity: 0.8; }

.r-item-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1000px;
  background-color: #999999; }
  @media (min-width: 768px) {
    .r-item-image {
      width: 190px;
      height: 190px; } }

.re-item {
  width: 500px; }
  .re-item:hover {
    cursor: pointer;
    opacity: 0.8; }

.re-item-image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1000px;
  background-color: #999999; }
  @media (max-width: 1200px) {
    .re-item-image {
      width: 120px;
      height: 120px; } }
  @media (max-width: 768px) {
    .re-item-image {
      width: 100px;
      height: 100px; } }

/*.re-item-info {
float: left;
width: 58%;
} */
.hero {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  height: 90vh;
  width: 100%;
  background-color: black;
  /*h1 {
      font-family: 'Bodoni Moda', serif;
      font-weight: 400;
  }*/ }
  .hero video {
    position: absolute;
    left: 0;
    top: 0;
    height: 90vh;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
    z-index: -1; }
  .hero:before {
    content: '';
    height: 90vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, transparent 80%);
    position: absolute;
    left: 0; }
  .hero .text-wrap {
    position: absolute;
    width: 100%;
    z-index: 3;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    bottom: 8vh; }

.hero-subtitle {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto; }

.half-hero {
  height: 55vh; }
  @media (min-width: 768px) {
    .half-hero {
      height: 32vh; } }
  .half-hero video {
    height: 55vh; }
    @media (min-width: 768px) {
      .half-hero video {
        height: 32vh; } }
  .half-hero:before {
    height: 55vh;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 768px) {
      .half-hero:before {
        height: 32vh; } }
  .half-hero .text-wrap {
    bottom: 25px; }

.case-hero {
  height: 55vh; }
  .case-hero:before {
    height: 55vh; }
  .case-hero .text-wrap {
    bottom: 30px; }

.after-hero {
  position: absolute;
  z-index: 6;
  top: 90vh;
  background: white;
  width: 100%; }
  @media (max-width: 600px) {
    .after-hero {
      overflow-x: hidden; } }
  .after-hero.half-after-hero {
    top: 55vh; }
    @media (min-width: 768px) {
      .after-hero.half-after-hero {
        top: 32vh; } }
  .after-hero.case-after-hero {
    top: 55vh; }

.parallax-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 460px; }
  .parallax-section h2 {
    font-size: 2rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto; }
  .parallax-section h5 {
    font-size: 1rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto; }

.parallax-child-section {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  min-height: 460px;
  background: black; }

.parallax-title {
  /*position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;*/
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .parallax-title .text-shadow {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7); }

.parallax-image {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  will-change: transform;
  z-index: 1;
  /*background-attachment:scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/ }
  .parallax-image img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    opacity: .6;
    transition: all .6s; }
  .parallax-image.opaque img {
    opacity: .85; }

.parallax-goto {
  display: block;
  cursor: pointer; }
  .parallax-goto:hover .parallax-image img {
    opacity: .3; }

.cta {
  height: 400px;
  background: #fbf6ef;
  background: linear-gradient(0deg, rgba(251, 246, 239, 0) 20%, #fbf6ef 20%, #fbf6ef 80%, rgba(251, 246, 239, 0) 80%); }

.top-menu {
  white-space: nowrap;
  overflow-x: auto; }
  .top-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }

.top-menu, .show-all-cat {
  background: rgba(255, 255, 255, 0.9); }
  .top-menu ul, .show-all-cat ul {
    list-style: none;
    margin: 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b98c44; }
    .top-menu ul li, .show-all-cat ul li {
      display: inline-block; }
    .top-menu ul a, .show-all-cat ul a {
      cursor: pointer;
      padding: 10px 10px 8px 10px;
      display: inline-block;
      font-weight: 400;
      text-transform: uppercase;
      font-size: .8em;
      color: #222; }
      .top-menu ul a:hover, .show-all-cat ul a:hover {
        color: #6f5429; }

.show-all-cat {
  position: fixed;
  z-index: 7;
  width: 360px;
  background: white;
  height: 100vh;
  left: -400px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all .3s;
  padding-top: 110px;
  padding-bottom: 110px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3); }
  .show-all-cat.active {
    left: 0; }
  .show-all-cat ul, .show-all-cat .children {
    text-align: left;
    border-bottom: 0; }
    .show-all-cat ul li, .show-all-cat .children li {
      width: 100%;
      font-size: 16px; }
      .show-all-cat ul li a, .show-all-cat .children li a {
        width: 100%;
        padding: 5px 0; }
  .show-all-cat .children {
    padding-left: 15px; }

.sticky-top-menu-offset {
  top: 72px;
  z-index: 4; }
  @media (max-width: 600px) {
    .sticky-top-menu-offset {
      top: 0; } }

.eu-footer {
  background-color: #cf9e49;
  text-align: center;
  margin-top: 25px; }

.volume {
  position: fixed;
  bottom: 10vh;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  border: 1px solid #b98c44;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: pointer; }
  .volume.low {
    opacity: .3; }
  .volume:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #d6ba8e; }

#spySnap {
  list-style: none; }
  #spySnap .sinner {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: block;
    font-size: 70%; }
    #spySnap .sinner .stitle {
      color: #222; }
    #spySnap .sinner.active {
      margin-top: 20px;
      font-size: 100%; }
      #spySnap .sinner.active .stitle {
        color: #222; }
    #spySnap .sinner:hover:not(.active) .stitle {
      color: #6f5429; }
  #spySnap .sinner-desc {
    display: none; }

.snapImage {
  width: 100%;
  /*height: 70vh;
  min-height: 500px;*/
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  background-color: white;
  transition: all .3s; }
  @media (min-width: 768px) {
    .snapImage {
      min-height: 600px;
      margin-bottom: 20vh; }
      .snapImage:hover {
        opacity: .9; } }

.snapVideo {
  width: 100%;
  height: 100%; }

.c-masonry {
  /* Masonry container */
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 49% 49%; }
  @media (min-width: 576px) {
    .c-masonry {
      grid-template-columns: 33% 33% 33%; } }

.c-masonry-item {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .c-masonry-item img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.showcase {
  height: 70vh;
  overflow: hidden;
  justify-content: space-evenly;
  display: flex;
  position: relative; }

.project {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  margin: 0 10px;
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  left: 0;
  transition: all .4s;
  top: 0;
  position: relative;
  z-index: 1;
  transform-origin: center;
  background-color: #6f5429;
  text-align: center;
  transform: translateY(70px); }
  .project .inProject {
    color: white;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1; }
    .project .inProject h4 {
      color: white; }
  .project span {
    display: none;
    color: white;
    text-align: center; }
  .project:nth-child(2n) {
    transform: translateY(10px); }

.project:hover {
  z-index: 2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3); }

.project.is-selected {
  z-index: 2; }

.showcase.is-dragging .project {
  pointer-events: none;
  transition: none; }

.showcase.is-dragging .is-selected {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3); }

.drop {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 110px);
  width: 220px;
  height: 220px;
  color: #b7b7b7;
  border-radius: 50%;
  transition: all .5s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .drop .drop-circle {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 5px dotted #b98c44; }

.showcase.is-dragging .drop .drop-circle {
  animation: rotation 12s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.drop.is-ready {
  transform: scale(1.3); }
  .drop.is-ready .drop-circle {
    animation: rotation 22s infinite linear; }

.drop.is-dropped {
  z-index: 3;
  background-color: #d6ba8e;
  border-color: white;
  color: #fff;
  font-size: 12px;
  width: 75px;
  height: 75px;
  left: calc(50% - 32px);
  cursor: pointer; }
  .drop.is-dropped .drop-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px dotted #b98c44; }

.project.is-expanded > .project-img {
  border-radius: 0; }

.project.is-expanded > .project-name {
  display: none; }

.showcase.is-preview > .project {
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0; }

.showcase.is-preview > .project.is-expanded {
  opacity: 1;
  transition: all .7s;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: none !important;
  z-index: 2;
  border-radius: 0; }
  .showcase.is-preview > .project.is-expanded span {
    display: block; }

.case-desc {
  color: white !important; }
  .case-desc h1, .case-desc h2, .case-desc h3, .case-desc h4, .case-desc h5, .case-desc h6, .case-desc p, .case-desc a, .case-desc b {
    color: white !important; }

@media (min-width: 768px) {
  .case-detail {
    padding-left: 50px; } }

.key-gradient {
  background: #fbf6ef;
  background: linear-gradient(90deg, rgba(251, 246, 239, 0) 45%, #fbf6ef 45%, #fbf6ef 100%, rgba(251, 246, 239, 0) 100%); }

.feature img {
  max-width: 35px; }

.footer {
  padding-top: 5vh;
  padding-bottom: 5vh;
  color: #222; }
  .footer ul {
    list-style: none;
    margin: 0; }
  .footer a {
    color: #222; }
    .footer a:hover {
      color: #222;
      opacity: .8; }

/*.archive-item {
color: $text-color;
transition: all .3s;
display: block;
img {
margin-bottom: 10px;
}
&:hover {
transform: scale(.98);
}
}
*/
.archive-item {
  cursor: pointer;
  display: block;
  position: relative; }
  .archive-item .image-wrapper {
    position: relative;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 230px; }
    @media (min-width: 576px) {
      .archive-item .image-wrapper {
        height: 435px; } }
    .archive-item .image-wrapper img {
      max-width: 100%;
      transition: all 0.3s;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: all 0.2s;
      mix-blend-mode: multiply; }
    .archive-item .image-wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #b98c44;
      opacity: 0;
      transition: opacity .2s; }
  .archive-item .title-wrapper {
    position: absolute;
    color: white;
    font-weight: 600;
    z-index: 5;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    top: 44%;
    opacity: 0;
    transition: all .2s; }
  @media (min-width: 768px) {
    .archive-item:hover {
      background-color: #b98c44; }
      .archive-item:hover .image-wrapper img {
        cursor: pointer; }
      .archive-item:hover .image-wrapper:after {
        opacity: 0.6; }
      .archive-item:hover .title-wrapper {
        opacity: 1; } }

.c-masonry-item .image-wrapper {
  height: auto; }

.single-labarchive {
  background: #222; }
  .single-labarchive #header-bar, .single-labarchive #logo, .single-labarchive #menu, .single-labarchive .footer {
    display: none !important; }

@media (min-width: 767px) {
  .labarchive {
    max-height: 100vh;
    overflow: hidden; } }

.archive-info {
  background: #222;
  padding-top: 30px;
  color: white !important; }
  @media (min-width: 767px) {
    .archive-info {
      padding-top: 90px;
      height: 100vh;
      overflow-y: scroll; } }
  .archive-info p {
    font-size: 1rem; }
  .archive-info h1, .archive-info h2, .archive-info h3, .archive-info h4, .archive-info h5, .archive-info h6, .archive-info p, .archive-info a, .archive-info b, .archive-info label {
    color: white !important; }
  .archive-info label {
    font-size: .7em;
    margin: 15px 0 0 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #b98c44 !important; }
  .archive-info hr {
    border-color: white;
    max-width: 150px;
    margin-left: 0; }
  .archive-info .tag-name {
    color: #b98c44 !important;
    font-size: 1rem; }
  .archive-info .divider {
    color: #b98c44;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
    .archive-info .divider:last-child {
      display: none; }

.partners a img {
  filter: grayscale(100%); }
.partners a:hover img {
  filter: grayscale(0%); }

.dark-background {
  background: #000; }
  .dark-background .carousel-arrows .slick-slide:not(.slick-current) {
    opacity: 0; }
  .dark-background .carousel-arrows .slick-slide img {
    padding: 40px 0;
    max-width: 3000px; }
    @media (min-width: 767px) {
      .dark-background .carousel-arrows .slick-slide img {
        min-height: 100vh; } }
  .dark-background .carousel-arrows.slick-dotted {
    margin-bottom: 0; }

.related-extended, .related {
  padding: 0 25px; }
  .related-extended .slick-slide, .related .slick-slide {
    height: inherit !important; }
    @media (min-width: 768px) {
      .related-extended .slick-slide, .related .slick-slide {
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    .related-extended, .related {
      padding: 0 50px; } }
  @media (min-width: 768px) {
    .related-extended .slick-list, .related .slick-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .related-extended .slick-list .slick-track, .related .slick-list .slick-track {
    display: flex; }
  .related-extended .slick-prev, .related .slick-prev {
    left: -15px;
    background: none; }
  .related-extended .slick-next, .related .slick-next {
    right: -15px;
    background: none; }
  .related-extended .slick-prev:before, .related .slick-prev:before {
    background-image: url("/wp-content/themes/eurostampa/assets/images/prev-black.svg");
    background-size: 30px 30px;
    width: 30px;
    height: 30px; }
  .related-extended .slick-next:before, .related .slick-next:before {
    background-image: url("/wp-content/themes/eurostampa/assets/images/next-black.svg");
    background-size: 30px 30px;
    width: 30px;
    height: 30px; }

.archive-description p:first-child {
  margin-top: 0; }

.close-container {
  position: fixed;
  z-index: 999;
  width: auto;
  right: 0;
  padding-top: 20px;
  padding-right: 20px; }
  .close-container .close-archive {
    width: 35px;
    height: 35px;
    color: #222;
    cursor: pointer;
    float: right; }
  @media (min-width: 767px) {
    .close-container {
      width: auto;
      right: 25px; } }

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover; }

.primary-background {
  background-color: #eaddc7; }

.border-left-primary {
  border-left: 3px solid #b98c44; }

.accordion.accordion-border {
  border: 1px solid #d6ba8e; }
.accordion .card {
  border: none;
  /*border-bottom: 1px solid $primary-color-light !important;
  border-radius: 0;
  border-radius: 15px;*/ }
.accordion .card-header {
  background: none;
  padding: 12px;
  border-bottom: 1px solid #d6ba8e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .accordion .card-header:hover {
    background-color: #f8f4ec; }
  .accordion .card-header .accordion-btn {
    width: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center; }
    .accordion .card-header .accordion-btn:focus {
      outline: none; }
    .accordion .card-header .accordion-btn .icon {
      max-width: 45px;
      margin-right: 15px;
      align-self: baseline; }
    .accordion .card-header .accordion-btn .arrow-down {
      max-width: 30px;
      margin-left: auto;
      transition: all 0.2s; }
    .accordion .card-header .accordion-btn:not(.collapsed) .arrow-down {
      transform: rotate(180deg); }
.accordion .card-body {
  padding-left: 15px; }
  @media (min-width: 600px) {
    .accordion .card-body {
      padding-left: 28px; } }
.accordion .list-item {
  padding: 10px 0;
  display: flex;
  align-items: flex-start; }
  .accordion .list-item img {
    max-width: 30px;
    margin-top: 12px;
    margin-right: 20px; }
@media (max-width: 600px) {
  .accordion .card-header {
    padding: 12px 0; }
    .accordion .card-header .accordion-btn .icon {
      max-width: 30px; }
    .accordion .card-header .accordion-btn .arrow-down {
      max-width: 20px; } }

.valori img {
  max-width: 88px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .valori img {
      max-width: 50px; } }
.valori a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #b98c44;
  display: block;
  margin-top: 20px; }

html.magnifying > body {
  overflow-x: hidden !important; }

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none; }

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit; }

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99; }
  @media (min-width: 767px) {
    .magnify > .magnify-lens {
      width: 340px;
      height: 340px; } }

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8; }

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none; }

/* LAB */
.lab-wrap {
  width: 100%;
  position: relative; }

.lab-table {
  height: 400px;
  width: 400px;
  position: relative;
  border: 1px solid #b98c44;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lab-table .lab-mag {
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: white;
    color: #222;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    text-align: center;
    line-height: 120px;
    border: 1px solid #b98c44;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 50%;
    top: 0;
    transform: scale(1) translateX(-60px) translateY(-60px);
    transform-origin: top left;
    position: absolute;
    box-shadow: 0px 0px 3px 0px transparent;
    opacity: 1; }
    .lab-table .lab-mag:hover {
      background: #b98c44;
      color: white;
      transform: scale(1.1) translateX(-60px) translateY(-60px);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2); }
  .lab-table .lab-mag:nth-child(1n) {
    left: 0;
    top: 35%; }
  .lab-table .lab-mag:nth-child(2n) {
    left: 28%;
    top: 2%; }
  .lab-table .lab-mag:nth-child(3n) {
    left: 72%;
    top: 2%; }
  .lab-table .lab-mag:nth-child(4n) {
    left: 100%;
    top: 35%; }
  .lab-table .lab-mag.on-table {
    left: 50%;
    top: 40%;
    box-shadow: 0;
    transform: scale(0.9) translateX(-60px) translateY(-60px); }
  .lab-table .lab-mag.fade-out {
    opacity: 0;
    pointer-events: none; }
  .lab-table .lab-close {
    display: none;
    cursor: pointer;
    border: 1px solid #b98c44;
    padding: 10px;
    width: 34px;
    height: 34px;
    transform: scale(1) translateX(-17px) translateY(-17px);
    transform-origin: top left;
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 0;
    background: #b98c44;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .lab-table .lab-close:hover {
      transform: scale(1.1) translateX(-17px) translateY(-17px);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
  .lab-table .lab-text {
    display: none;
    width: 62%;
    text-align: center; }
  .lab-table #text-lab-icon {
    display: block; }

@media (max-width: 768px) {
  .lab-table {
    height: 280px;
    width: 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .lab-table .lab-mag {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 90%;
      transform: scale(1) translateX(-50px) translateY(-50px); }
      .lab-table .lab-mag:hover {
        transform: scale(1.1) translateX(-50px) translateY(-50px); }
    .lab-table.open-table {
      height: 360px;
      width: 360px; } }
.menu-footer {
  position: absolute;
  width: 100%;
  bottom: 15px;
  color: white; }
  @media (max-width: 768px) {
    .menu-footer {
      position: static; } }

@-webkit-keyframes rotatingDX /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotatingDX {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.roto-sx {
  -webkit-animation: rotatingDX 2s linear infinite;
  -moz-animation: rotatingDX 2s linear infinite;
  -ms-animation: rotatingDX 2s linear infinite;
  -o-animation: rotatingDX 2s linear infinite;
  animation: rotatingDX 2s linear infinite; }

.form label, form label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #555;
  margin-bottom: 0 !important; }

[type=text], [type=email], [type=tel], [type=number], [type=password] {
  width: 100%;
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b98c44;
  padding: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent; }
  [type=text]:hover, [type=email]:hover, [type=tel]:hover, [type=number]:hover, [type=password]:hover {
    border-top: 1px solid  #eee; }

textarea {
  width: 100%;
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b98c44;
  height: 120px;
  padding: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent; }
  textarea:hover {
    border-top: 1px solid #eee; }

/* class applies to select element itself, not a wrapper element */
select {
  display: block;
  color: #222;
  padding: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100%  */
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b98c44;
  box-shadow: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23d9a852%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%; }

/* Hide arrow icon in IE browsers */
select::-ms-expand {
  display: none; }

/* Hover style */
select:hover, select:focus {
  border-top: 1px solid #eee;
  background: black;
  padding-left: 10px;
  color: #EEE;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23d9a852%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

/* Focus style */
select:focus {
  box-shadow: 0;
  box-shadow: 0 -moz-mac-focusring;
  outline: none; }

/* Set options to normal weight */
select option {
  font-weight: normal; }

.fancy-checkbox input[type="checkbox"], .fancy-checkbox input[type="radio"],
.fancy-checkbox .checked {
  cursor: pointer;
  display: none; }

.fancy-checkbox input[type="checkbox"]:checked ~ .checked, .fancy-checkbox input[type="radio"]:checked ~ .checked {
  display: inline-block;
  cursor: pointer;
  color: #b98c44; }
  .fancy-checkbox input[type="checkbox"]:checked ~ .checked.active, .fancy-checkbox input[type="radio"]:checked ~ .checked.active {
    color: #b98c44; }

.fancy-checkbox input[type="checkbox"]:checked ~ .unchecked, .fancy-checkbox input[type="radio"]:checked ~ .unchecked {
  display: none;
  cursor: pointer;
  color: #555; }

.fancy-checkbox i {
  color: #555; }

/* custom checkbox styling for contact form 7 checkbox */
.wpcf7-spinner {
  display: block; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0; }

.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 10px 15px 10px 0; }

.wpcf7-checkbox label, .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-checkbox input[type=checkbox], .wpcf7-radio input[type=radio] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0; }

.wpcf7-checkbox input[type=checkbox] + span:before, .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 40px;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  border: 1px solid #555; }

.wpcf7-checkbox input[type=checkbox] + span:after, .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 40px;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0;
  visibility: hidden;
  text-align: center;
  background: #b98c44; }

.wpcf7-checkbox input[type=checkbox]:checked + span:before, .wpcf7-radio input[type=radio]:checked + span:before {
  background: #b98c44; }

.wpcf7-checkbox input[type=checkbox]:checked + span:after, .wpcf7-radio input[type=radio]:checked + span:after {
  visibility: visible; }

.wpcf7-list-item-label {
  margin-left: 30px;
  display: inline-block; }

.wpcf7 .ajax-loader {
  display: block;
  margin: 15px auto; }

.wpcf7 form .wpcf7-response-output {
  border: 1px solid #CCC;
  text-align: center;
  padding: 1em 1em;
  text-align: center; }

.waiting {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.waiting circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-width: 1;
  animation: stroke 12s ease-in-out forwards;
  stroke: #b98c44; }

@keyframes stroke {
  to {
    stroke-dashoffset: 0; } }
@keyframes fadeIn {
  to {
    opacity: 1; } }
.waiting-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin-left: 3px;
  cursor: pointer; }
  .waiting-play path, .waiting-play circle {
    fill: #b98c44;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .waiting-play:hover path, .waiting-play:hover circle {
    fill: #CCC; }

.waiting-info {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(70px);
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 80%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer; }
  .waiting-info:hover {
    opacity: .8; }

.waiting-image {
  position: absolute;
  width: 80%;
  height: 2000px;
  max-height: calc(100vh - 200px);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.waiting-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 130px); }

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: black;
  background: rgba(0, 0, 0, 0.93);
  text-align: center; }
  .video-modal video {
    max-width: 100%;
    max-height: calc(100vh - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black; }
  .video-modal .video-volume, .video-modal .video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer; }
    .video-modal .video-volume:hover, .video-modal .video-volume.low, .video-modal .video-close:hover, .video-modal .video-close.low {
      opacity: .6; }
    .video-modal .video-volume svg, .video-modal .video-close svg {
      width: 100%;
      height: auto; }
  .video-modal .video-volume {
    bottom: 10px; }
  .video-modal .video-close {
    top: 10px; }

.request-wrap {
  padding-top: 20vh;
  min-height: calc(80vh - 130px); }

.rewatch {
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 80%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer; }
  .rewatch:hover {
    opacity: .8; }

.request-button {
  cursor: pointer;
  color: #b98c44;
  padding: 15px; }
  .request-button .rq-btn {
    display: inline-block;
    font-size: 130%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0;
    padding: 10px 16px;
    margin-top: 15px; }
    .request-button .rq-btn.rq-btn-border {
      border: 1px solid #b98c44; }
      .request-button .rq-btn.rq-btn-border:hover {
        border: 1px solid #d6ba8e; }
  .request-button.hoverable:hover span {
    margin-bottom: 4px; }

@media (min-width: 600px) {
  .about-main {
    width: 85%; } }

.about-family-title {
  color: #b98c44;
  font-size: 250%; }

.space-title {
  font-size: 200%;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .space-title {
      font-size: 230%;
      font-weight: 400;
      letter-spacing: .2em; } }

.fluid-space-title {
  font-size: 120%;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase; }
  .fluid-space-title.hero-fst {
    font-size: 100%; }
  @media (min-width: 600px) {
    .fluid-space-title {
      font-size: 150%;
      font-weight: 400;
      letter-spacing: .2em; } }
  @media (max-height: 600px) {
    .fluid-space-title {
      font-size: 130%;
      font-weight: 400;
      letter-spacing: .2em; } }

.height-flex {
  margin-top: 85px; }
  @media (min-width: 600px) {
    .height-flex {
      margin-top: 75px; } }

.height-flex-list {
  margin-top: 85px;
  height: calc(100vh - 165px);
  min-height: 360px;
  max-height: 1000px; }
  @media (min-width: 600px) {
    .height-flex-list {
      margin-top: 75px;
      height: calc(100vh - 75px); } }

.contact-item {
  text-transform: uppercase; }

body {
  background: #000;
  color: #EEE; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #FFF; }
  body p {
    color: #EEE; }
  body label {
    color: #999; }
  body [type=text], body [type=email], body [type=tel], body [type=number], body [type=password], body textarea, body select {
    color: #EEE; }
  body [type=text]:hover, body [type=email]:hover, body [type=tel]:hover, body [type=number]:hover, body [type=password]:hover, body textarea:hover, body select:hover, body select:focus {
    border-top: 1px solid #333 !important;
    color: #EEE; }
  body .wpcf7-checkbox input[type=checkbox] + span:before, body .wpcf7-radio input[type=radio] + span:before {
    border: 1px solid #CCC; }
  body #header-bar {
    background: black;
    background: linear-gradient(to top, transparent 0%, black 100%); }
  body #header-bar:before {
    background: black !important;
    background: linear-gradient(to top, transparent 0%, black 100%) !important; }
  body #lang li a {
    color: #EEE; }
  body #logo svg .st2 {
    fill: #EEE; }
  body .space-title {
    color: #EEE; }
  body .footer {
    color: #CCC;
    padding: 0; }
    body .footer a {
      color: #CCC; }
      body .footer a:hover {
        color: #CCC; }

.toggle-style {
  min-width: 120px;
  min-height: 90px;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  padding: 50px; }
  .toggle-style .style {
    display: none; }
    .toggle-style .style span {
      cursor: pointer;
      font-size: 90%; }
      .toggle-style .style span:hover {
        opacity: .7; }
  .toggle-style:hover .style {
    display: block; }

.gold {
  color: #b98c44 !important; }
  .gold h1, .gold h2, .gold h3, .gold h4, .gold h5, .gold h6 {
    color: #b98c44 !important; }
  .gold p {
    color: #b98c44 !important; }
  .gold label {
    color: #b98c44 !important; }

.toggler {
  cursor: pointer !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .toggler:hover {
    opacity: .7; }

.noevents {
  cursor: auto !important;
  pointer-events: none; }

.box-envelope {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #382a14;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .box-envelope img {
    filter: grayscale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .box-envelope span {
    display: inline-block;
    text-transform: uppercase; }
  .box-envelope:hover {
    background: #251c0e; }
    .box-envelope:hover img {
      filter: grayscale(0); }
    .box-envelope:hover span {
      color: white; }

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