* {
  box-sizing: border-box;
  background-origin: content-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --link: rgb(0, 137, 200);
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #424242;
  hyphens: auto;
}

::placeholder,
textarea {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.wrapper {
  max-width: 900px;
  margin: auto;
}

a {
  text-decoration: none;
  color: var(--link);
}

a:hover {
  color: #000;
}

.sow-submit {
  padding: 12px 30px 10px;
  background-color: var(--link);
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
}

.sow-submit:hover {
  cursor: pointer;
  color: var(--link);
  border: 1px solid var(--link);
  background-color: transparent;
}

@keyframes topIn {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }

  0% {
    transform: translateY(0%);
  }

  15% {
    transform: translateY(-25%) rotate(-5deg);
  }

  30% {
    transform: translateY(20%) rotate(3deg);
  }

  45% {
    transform: translateY(-15%) rotate(-3deg);
  }

  60% {
    transform: translateY(10%) rotate(2deg);
  }

  75% {
    transform: translateY(-5%) rotate(-1deg);
  }

  100% {
    transform: translateY(0%);
  }
}

#top {
  position: fixed;
  transform: translateY(-100%);
  z-index: 1200;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  animation-name: topIn;
  animation-duration: 1s;
  animation-delay: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  transform-origin: center top;
}

#top .widget_sow-editor {
  background-color: #fff;
  padding: 14px 21px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  border-radius: 50%;
  display: inline-block;
  line-height: 2;
  width: 300px;
  height: 300px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  transform: translateY(-36%);
  padding-top: 7%;
}

#top p {
  margin: 0;
}

#top .widget_sow-editor + div {
  position: absolute;
  width: auto;
  margin: auto;
  top: 45%;
  background-color: #f30;
  padding: 7px 21px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  left: 50%;
}

.site-footer {
  padding: 30px 0;
  background-color: #1b1b1b;
  color: #777;
}
.site-footer a:hover {
  color: #fff;
} 

.panel-grid-cell {
  position: relative;
}

#frontslider .slick-slide .panel-grid-cell {
  height: 100vh;
}

@keyframes titleIn {
  from {
    transform: scale(0.333, 0.333);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid #fff;
  }

  to {
    transform: scale(1, 1);
    padding-bottom: .1em;
    margin-bottom: .3em;
    border-bottom: 7px solid #fff;
  }
}

/* Frontslider */
#frontslider video+div {
  position: relative;
  padding-top: 12vh;
  z-index: 100;
  height: 50vh;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

#frontslider .jquery-background-video-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.5em;
  color: #fff;
  letter-spacing: .05em;
}

@media screen and (min-width: 1200px) {
  #frontslider .slick-current.slick-active video+div h2 {
    animation-name: titleIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    text-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #frontslider .jquery-background-video-wrapper h2 {
    font-size: 3em;
    margin: 0 0 -0.2em 0;
  }
  #frontslider .jquery-background-video-wrapper {
    font-size: 2em;
  }
}

/* SO Form */
.sow-contact-form {
  background-color: #fff;
}
.sow-contact-form p {
  margin: 0;
}


#lauramaire .sow-form-field .sow-field-container {
  overflow: visible;
}

#lauramaire .sow-form-field input,
#lauramaire .sow-form-field textarea {
  box-shadow: 0 7px 12px -12px #888888;
}

#lauramaire .sow-contact-form .sow-error {
  background: #fff;
  border: none;
  color: #c30;
  border-radius: 0;
  padding: 0 0 5px 0;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
}

.sow-image-container img {
  border-radius: 4px;
}

@media screen and (max-width: 500px) {
  #top .widget_sow-editor {
    background-color: rgba(255, 255, 255, .5);
    line-height: 1.5;
  }

  #frontslider {
    font-size: 1.5em;
  }

  #frontslider .widget_sow-editor {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #frontslider .widget_sow-editor h2 {
    font-size: 3em;
  }
}