@charset "UTF-8";
/* Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Theme Name: Oeuf Café
Author: Seed
Author URI: https://helloseed.co.uk
Version: 1.0

 */
/* THIS IS SUPER WHITE */
/* OFF BLACK */
/* ORANGE */
/* BURNT ORANGE */
/* LIGHT ORANGE */
/* BEIGE */
/* BLUE */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ENTER YOUR FONT FAMILY SETTINGS HERE */
/* ENTER YOUR HEADER FONT FAMILY SETTINGS HERE */
/* ENTER SCALE FOR GLOBAL FONTS */
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTES

  There are a number of pre-configured images in this package, they are required
  to be placed in /images/. The list of pre-configured images is as follows:

      - logo.png
      - favicon.png

*/
/* Backgrounds
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ENTER PATH TO TESTIMONIAL BACKGROUND */
/* MASTHEAD BACKGROUND PATH */
/* CUSTOM BACKGROUND ONE PATH */
/* CUSTOM BACKGROUND TWO PATH */
/* CUSTOM BACKGROUND THREE PATH */
/* CUSTOM BACKGROUND FOUR PATH */
.beige {
  background-color: #EDEBE8; }

.orange {
  background-color: #3E3F3F; }

.white {
  background-color: #ffffff; }

.green {
  background-color: #D4E6B6; }

.text-muted {
  opacity: 0.5;
}

.menu-note {
  font-style: italic;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Variables
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

input {
  border-radius: 5px; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  display: inline-flex;
  line-height: 1.6em;
  padding: 5px 22px !important;
  border: none;
  color: #C4B170 !important;
  overflow: hidden;
  background-color: transparent;
  border: 1px #C4B170 solid;
  z-index: 1;
  font-size: 1em;
  cursor: pointer;
  transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
  font-weight: 100;
  white-space: nowrap; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ffffff !important;
  outline: 0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #3E3F3F; }

button:before, .button:before, input[type="submit"]:before {
  content: "";
  position: absolute;
  background: #C4B170;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1); }

button:after, .button:after, input[type="submit"]:after {
  content: "";
  position: absolute;
  border: 1px #C4B170 solid;
  background: transparent;
  bottom: -5px;
  left: 3px;
  right: 3px;
  top: -5px;
  z-index: -1;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1); }

button:hover:before, .button:hover:before, input[type="submit"]:hover:before {
  right: 0; }

/* Forms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  padding: 1.5rem 1.5rem;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #E4F1FD;
  border: 1px solid #E4F1FD;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  padding: 1.5rem 1.5rem;
  height: 85px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #B7D2EB;
  outline: 0;
  transition: 0.2s ease-in-out; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
  color: #3E3F3F; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 300; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
  font-size: 1.7rem; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

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

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

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf,
.clearing {
  content: "";
  display: table;
  clear: both; }

/* Row
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.row {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em; }

.blog-row {
  width: 100%;
  padding-top: 1em; }

/* SETUP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* FRAME
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  margin: 0 auto;
  position: relative;
  width: calc(80% - 20px);
  padding: 0px 10px; }

@media (max-width: 750px) {
  body {
    width: calc(100% - 20px); } }

#wpadminbar {
  bottom: 0 !important;
  top: unset !important;
  position: fixed !important; }

.bottom-frame {
  position: fixed;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 10; }

.top-frame {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 10; }

/* GRID
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.narrow {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.narrower {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .narrower img {
    min-width: 940px;
    margin: 2rem 0rem;
    margin-left: -150px; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 500px) {
  .container {
    width: 85%;
    padding: 0; } }

@media (max-width: 500px) {
  .narrower img {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    height: auto; } }

/* For devices larger than 550px */
@media (min-width: 500px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .narrow .column:nth-child(2) {
    margin-left: 0rem; }
  .half {
    width: 50%;
    float: left; }
    .half .container {
      width: 50%; }
  .half.row {
    padding-top: 8em;
    padding-bottom: 8em; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

.top-space {
  margin-top: 3em; }

.space {
  margin-bottom: 3rem; }

.bleed-left {
  margin: 0 0 0 -9989px;
  padding: 0 0 0 0;
  background-size: cover; }

.bleed-right {
  margin: 0 -9989px 0 0;
  padding: 4rem 9999px 4rem 4rem;
  background-size: cover; }

.author-profile .blog-posting {
  margin-bottom: 1.5em; }
  .author-profile .blog-posting:last-child {
    margin-bottom: 0em; }

@media (max-width: 550px) {
  .container .column {
    margin-bottom: 4rem; }
  .container .column:last-child {
    margin-bottom: 0rem; }
  .footer .columns {
    margin-bottom: 2em; }
    .footer .columns:last-child {
      margin-bottom: 0em; } }

/* CLIENT GRID */
.client-grid {
  padding-top: 1em;
  padding-bottom: 1em; }
  .client-grid .container p, .client-grid .container a {
    float: left;
    color: #3E3F3F;
    font-size: 0.8em;
    opacity: 0.5; }
  .client-grid .container a {
    margin-right: 0.4em; }
  .client-grid img {
    width: 80%;
    margin-left: 10%;
    height: auto;
    opacity: 0.4;
    transition: 0.5s; }
  .client-grid img:hover {
    opacity: 0.8; }

@media (max-width: 800px) {
  .client-grid {
    overflow-x: scroll; }
    .client-grid .container {
      width: 300%;
      padding: 0 8%; }
      .client-grid .container .two {
        width: 16.66%; }
    .client-grid .container::-webkit-scrollbar {
      display: none; }
  .client-grid::-webkit-scrollbar {
    display: none; } }

@media (max-width: 800px) {
  .small-enquiry {
    display: none; } }

/* HALF BLOCK */
.half-block img {
  width: 100%;
  height: auto; }

.half-block a {
  font-weight: 100;
  letter-spacing: 1pt;
  float: right;
  opacity: 0.7;
  color: #3E3F3F;
  transition: 0.3s ease-in-out;
  display: flex;
  margin-right: -1.5em;
  text-decoration: none; }
  .half-block a img {
    height: 30px;
    width: auto;
    margin-left: 0.5em;
    margin-top: -0.1em; }

.half-block a:hover {
  color: #3E3F3F;
  opacity: 1;
  margin-right: -1.8em; }

.half-block .container {
  display: flex; }
  .half-block .container .column {
    align-self: center; }

.thirds-block img {
  height: auto; }

.thirds-block .container {
  display: flex; }

.three-thirds-display img {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem; }

.three-thirds-display p {
  width: 75%;
  text-align: center; }

.sticky {
  position: fixed; }

/* For devices larger than 550px */
@media (max-width: 550px) {
  .service-masthead {
    padding-top: 30%; }
  .corner-lines {
    background-image: none; }
  .no-mobile {
    display: none; } }

.footer {
  background-color: #3E3F3F; }

.masthead {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: calc(100vh - 100px);
  display: flex;
  padding-top: 90px;
  padding-bottom: 0; }
  .masthead button {
    background-color: #D4E6B6;
    border-color: #D4E6B6;
    color: white !important; }
    .masthead button:after {
      border-color: #D4E6B6; }
    .masthead button:hover {
      border-color: #C4B170; }
      .masthead button:hover:after {
        border-color: #C4B170; }
  .masthead .container {
    align-items: center;
    display: flex; }
  .masthead .eight {
    max-width: 600px; }
  .masthead .narrower {
    max-width: 500px; }
  .masthead .button {
    float: left;
    margin: 0;
    font-size: 1.4rem; }
  .masthead h1 {
    font-size: 5.5rem;
    margin-bottom: 0.6em; }
  .masthead span {
    display: inline-block; }
    .masthead span .call-back {
      margin-right: 0em; }
  .masthead p {
    font-family: "helvetica neue", sans-serif;
    margin-bottom: 0em;
    opacity: 0.9;
    width: 70%; }
  .masthead a button {
    margin-top: 3em; }
  .masthead h3 {
    text-transform: none;
    font-family: "Source Serif", serif;
    font-weight: 400; }
  .masthead .slider-navigation .slider-holder .dot {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2.5px solid white;
    border-radius: 8px;
    margin-bottom: 0.7em;
    transition: 0.5s ease;
    cursor: pointer; }
    .masthead .slider-navigation .slider-holder .dot:last-of-type {
      margin-bottom: 0; }
    .masthead .slider-navigation .slider-holder .dot:hover {
      background-color: white; }
  .masthead .slider-navigation .slider-holder .filled {
    background-color: white; }

.short {
  height: 50vh; }

.service-masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  padding-top: 14%; }

/* SMALL ENQUIRY */
.small-enquiry {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .small-enquiry .form {
    margin-top: 1em; }
    .small-enquiry .form input {
      line-height: normal;
      border-style: none;
      padding: 0.4em 0.8em;
      font-size: 0.8em;
      margin-left: 1em;
      width: 20%;
      height: 37px; }
    .small-enquiry .form input:first-child {
      margin-left: 0em; }
    .small-enquiry .form .call-back {
      width: 19%;
      margin-left: 1em;
      display: inline-block;
      font-size: 1.4rem;
      margin-right: 0em; }

/* FLOOD */
.flood {
  padding-top: 0em;
  padding-bottom: 0em;
  overflow: hidden; }
  .flood .container .text {
    padding-top: 4em;
    padding-bottom: 4em;
    justify-content: center; }
  .flood .container .four {
    display: flex; }
  .flood .container .eight {
    width: 54%;
    margin-right: 13%; }
  .flood .container .img-container {
    height: auto;
    background-size: cover;
    width: 100em;
    flex: 0 0 200%;
    transition: 0.5s ease-in-out; }

.flood-left .container .img-container {
  flex: 0 0 calc(100% + 40rem);
  margin-left: -40rem;
  transition: 0.5s ease-in-out; }

.flood-left .container .eight {
  margin-left: 13%;
  margin-right: 0%; }

@media (max-width: 800px) {
  .flood .container {
    flex-direction: column; }
    .flood .container .four {
      order: 0;
      width: 100%; }
      .flood .container .four .img-container {
        height: 350px;
        margin-left: -20%; }
    .flood .container .eight {
      order: 1;
      width: 100%;
      margin-left: 0; } }

/* SERVICES GRID */
.row .grid-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap; }
  .row .grid-container .element {
    width: 22%;
    margin-left: 4%;
    float: left;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column; }
    .row .grid-container .element .image {
      width: 100%;
      height: 250px;
      background-size: cover; }
    .row .grid-container .element .text {
      background-color: #3E3F3F;
      padding: 1em;
      text-align: center;
      flex: 1 1 auto;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease-in-out; }
      .row .grid-container .element .text p {
        color: #ffffff;
        margin-bottom: 0em; }
  .row .grid-container .element:hover .text {
    background-color: #293752; }
  .row .grid-container .element:first-child {
    margin-left: 0%; }
  .row .grid-container .element:nth-of-type(4n + 1) {
    margin-left: 0%; }

@media (max-width: 800px) {
  .row .grid-container .element {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em; }
  .row .grid-container .element:last-child {
    margin-bottom: 0em; } }

/* ENQUIRY */
.enquiry .divider {
  width: 100%;
  border-bottom: 2px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-style: dashed;
  border-color: #ffffff;
  background-color: #3E3F3F;
  height: 0px;
  margin-bottom: 3em;
  margin-top: 3em; }

.enquiry .container .eight span:first-of-type input {
  margin-right: 4%; }

.enquiry .container .eight span {
  margin-bottom: 2em; }

.enquiry .container .eight span:nth-of-type(2n+1) input {
  margin-right: 4%; }

.enquiry .container .eight input {
  line-height: normal;
  border-style: none;
  padding: 0.3em 1.3em;
  font-size: 0.8em;
  height: 50px;
  color: #ffffff;
  background-color: #263754;
  font-weight: 100;
  width: 48%;
  margin-bottom: 2em; }

.enquiry .container .eight select {
  margin-bottom: 2em;
  line-height: normal;
  width: 100%;
  border-style: none;
  padding: 0.3em 1.3em;
  font-size: 0.8em;
  height: 50px;
  color: #ffffff;
  background-color: #263754;
  font-weight: 100;
  -webkit-appearance: none;
  float: left; }

.enquiry .container .eight textarea {
  margin-bottom: 2em;
  line-height: normal;
  width: 48%;
  margin-right: 4%;
  border-style: none;
  padding: 0.3em 1.3em;
  font-size: 0.8em;
  height: 50px;
  color: #ffffff;
  background-color: #263754;
  font-weight: 100;
  -webkit-appearance: none;
  border-radius: 5px;
  padding-top: 1em;
  float: left; }

.enquiry .container .eight .select-selected:after {
  width: 10px;
  height: 10px;
  background-image: url(assets/images/arrow.svg);
  background-size: cover; }

.enquiry .container .eight .half {
  width: 48%;
  margin-left: 4%; }

.enquiry .container .eight .half:nth-child(2n-1) {
  margin-left: 0; }

.enquiry .container .eight .full {
  width: 100%; }

.enquiry .container .eight button {
  margin-bottom: 2em;
  line-height: normal;
  border-style: none;
  padding: 0.3em 1.3em;
  font-size: 0.8em;
  height: 50px;
  color: #ffffff;
  background-color: #263754;
  font-weight: 100;
  margin-left: 4%;
  width: 48%;
  display: block; }
  .enquiry .container .eight button a {
    color: #ffffff; }

.enquiry .description .four img {
  height: 100px;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em; }

.enquiry .description .four .number {
  text-align: center;
  color: #3E3F3F;
  font-size: 2em;
  margin-bottom: 1.5em; }

.enquiry .description .four .title {
  text-align: center;
  font-weight: 100;
  font-size: 1.6em;
  margin-bottom: 1.5em; }

.enquiry .description .four .copy {
  text-align: center;
  width: 80%;
  margin: auto; }

@media (max-width: 800px) {
  .enquiry .container .eight form {
    margin-top: 3em; }
  .enquiry .container .eight span:first-of-type input {
    margin-right: 0%; }
  .enquiry .container .eight span:nth-of-type(2n+1) input {
    margin-right: 0%; }
  .enquiry .container .eight span:last-of-type input {
    margin-bottom: 0; }
  .enquiry .container .eight input {
    width: 100%; }
  .enquiry .container .eight .half {
    width: 100%;
    margin-left: 0%; }
  .enquiry .container .eight .half:first-child {
    margin-top: 2em; }
  .enquiry .container .eight button {
    margin-left: 0%;
    width: 100%; }
  .enquiry .container .eight textarea {
    width: 100%; }
  .enquiry .container .four {
    margin-top: 3em; }
  .enquiry .container .four:first-child {
    margin-top: 0em; } }

/* BLOG FEATURED */
.blog-featured .container:nth-child(2) {
  display: flex;
  flex-wrap: wrap; }

.blog-featured .element {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em; }
  .blog-featured .element .img {
    width: 100%;
    height: 250px;
    background-size: cover;
    margin-bottom: 2em;
    transition: ease-in-out 0.3s;
    cursor: pointer; }
  .blog-featured .element .img:hover {
    opacity: 0.9; }
  .blog-featured .element .title {
    font-size: 2rem;
    flex: 1;
    cursor: pointer; }
  .blog-featured .element .read-more {
    font-size: 0.8em;
    cursor: pointer;
    bottom: 0;
    color: #ffffff; }
  .blog-featured .element .read-more:hover .read-more-arrow {
    margin-left: 0.8em; }
  .blog-featured .element .read-more-arrow {
    margin-left: 0.5em;
    transition: ease-in-out 0.3s; }

.blog-featured .element:nth-of-type(3n + 1) {
  margin-left: 0; }

.dark .sub-locations a {
  font-size: 0.7em;
  margin-bottom: 0.5em;
  opacity: 0.5;
  color: white;
  transition: 0.3s ease-in-out;
  cursor: pointer; }

.dark .sub-locations a:hover {
  opacity: 1; }

@media (max-width: 500px) {
  .sub-locations {
    display: none; } }

.blog-masthead p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.blog-masthead h1 {
  margin-bottom: 0.5em; }

.blog img {
  width: 100%;
  height: auto;
  margin: 2em 0em; }

@media (max-width: 800px) {
  .blog-featured .container:nth-child(2) {
    flex-direction: column; }
    .blog-featured .container:nth-child(2) .element {
      margin-bottom: 2em; }
    .blog-featured .container:nth-child(2) .element:last-child {
      margin-bottom: 0em; }
  iframe {
    margin-top: 3em; } }

/* HALF BLOCKS */
.half-block .container {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden; }

.half-block .six {
  width: 50%;
  margin-left: 0; }
  .half-block .six .img-container {
    width: 100%;
    background-size: cover;
    background-position: 50%; }
  .half-block .six .divider-wrap {
    width: 100%;
    height: 1px;
    margin-bottom: 2em; }
    .half-block .six .divider-wrap .divider {
      background-color: #3E3F3F;
      height: 1px;
      margin-right: -6em;
      margin-bottom: 0;
      float: right;
      width: 60%;
      max-width: 300px; }

.half-block .text {
  padding: 6em;
  display: flex;
  align-items: center; }

.half-block .six:first-of-type {
  display: flex; }

.flip .six:nth-of-type(2n) {
  display: flex; }

.flip .six:first-of-type .divider-wrap .divider {
  float: left;
  margin-left: -6em; }

@media (min-width: 1200px) {
  .half-block .six .divider-wrap .divider {
    margin-right: -8em; }
  .half-block .text {
    min-height: 70vh;
    padding-left: 8em;
    padding-right: 8em; }
  .flip .six:first-of-type .divider-wrap .divider {
    margin-left: -8em; } }

@media (max-width: 1000px) {
  .half-block .six {
    width: 40%; }
  .half-block .text {
    width: 60%; } }

@media (max-width: 800px) {
  .half-block .six {
    width: 100%; }
    .half-block .six .img-container {
      height: 50vh; }
  .flip .six {
    order: 0; }
  .flip .text {
    order: 1; } }

@media (max-width: 500px) {
  .half-block .text {
    padding: 3em; } }

/* VIDEO */
.video {
  padding-top: 7em;
  padding-bottom: 7em; }
  .video .video-container {
    position: relative;
    padding-bottom: 56.25%; }
    .video .video-container iframe {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute; }

/* CONTACT */
.contact .four .borders {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: -1;
  padding-top: 0.3em;
  padding-bottom: 0.3em; }

.contact .four .contact-divider {
  width: 100%;
  height: 1px;
  background-color: #3E3F3F;
  margin-top: 0.3em;
  margin-bottom: 0.3em; }

.contact .four .contact-title {
  font-weight: 300;
  margin-bottom: 1em; }

.contact .four p {
  margin-bottom: 0em;
  white-space: nowrap; }

.contact .four a {
  color: #3E3F3F;
  margin-bottom: 0em;
  white-space: nowrap;
  font-weight: 100; }

/* RAW CONTENT */
.content img {
  width: 100%;
  height: auto; }

/* FOOTER */
.footer {
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
  font-family: "helvetica neue", sans-serif; }
  .footer .background {
    position: absolute;
    opacity: 0.1;
    right: -20%;
    width: 70%;
    top: -90%; }
  .footer .container .logo-container img {
    width: 100px; }
  .footer .container .column {
    width: 200px;
    color: white;
    margin-left: 0; }
    .footer .container .column:nth-of-type(2) {
      margin-left: 8%; }
  .footer .container .header {
    font-weight: 400; }
  .footer .container a {
    display: block;
    font-family: "helvetica neue", sans-serif;
    margin-bottom: 0em;
    color: white;
    font-weight: 400; }
  .footer .container a, .footer .container p {
    font-size: 1.2rem; }
  .footer .container .desc {
    margin-top: 2em; }
  .footer .container .social {
    margin-top: 2em; }
    .footer .container .social a {
      float: left; }
    .footer .container .social img {
      height: 25px;
      margin-right: 1.5em; }
  .footer .container .social-links {
    position: absolute;
    right: 4em;
    bottom: 0; }

@media (max-width: 750px) {
  .footer .background {
    right: -71%;
    width: 120%;
    top: 30%; }
  .footer .container {
    flex-direction: column;
    align-items: center; }
    .footer .container .column {
      text-align: center;
      margin-left: 0;
      margin-bottom: 4rem; }
      .footer .container .column:nth-of-type(2) {
        margin-left: 0 !important; }
    .footer .container .logo-container {
      margin-bottom: 2em; }
    .footer .container .social-links {
      position: unset; } }

@media (max-width: 1300px) {
  .footer .container .column {
    margin-left: 0; }
    .footer .container .column:nth-of-type(2) {
      margin-left: 6%; } }

.column h1:last-child, .column h2:last-child, .column h3:last-child, .column h4:last-child, .column h5:last-child, .column h6:last-child, .column p:last-child, .columns h1:last-child, .columns h2:last-child, .columns h3:last-child, .columns h4:last-child, .columns h5:last-child, .columns h6:last-child, .columns p:last-child {
  margin-bottom: 0rem; }

.masthead .column h1:last-child, .masthead .column h2:last-child, .masthead .column h3:last-child, .masthead .column h4:last-child, .masthead .column h5:last-child, .masthead .column h6:last-child, .masthead .column p:last-child, .masthead .columns h1:last-child, .masthead .columns h2:last-child, .masthead .columns h3:last-child, .masthead .columns h4:last-child, .masthead .columns h5:last-child, .masthead .columns h6:last-child, .masthead .columns p:last-child {
  margin-bottom: 0rem; }

.twelve .columns h1:last-child, .twelve .columns h2:last-child, .twelve .columns h3:last-child, .twelve .columns h4:last-child, .twelve .columns h5:last-child, .twelve .columns h6:last-child, .twelve .columns p:last-child {
  margin-bottom: 4rem; }

.content-space .twelve h1:last-child, .content-space .twelve h2:last-child, .content-space .twelve h3:last-child, .content-space .twelve h4:last-child, .content-space .twelve h5:last-child, .content-space .twelve h6:last-child, .content-space .twelve p:last-child, .content-space .columns h1:last-child, .content-space .columns h2:last-child, .content-space .columns h3:last-child, .content-space .columns h4:last-child, .content-space .columns h5:last-child, .content-space .columns h6:last-child, .content-space .columns p:last-child, .masthead .twelve h1:last-child, .masthead .twelve h2:last-child, .masthead .twelve h3:last-child, .masthead .twelve h4:last-child, .masthead .twelve h5:last-child, .masthead .twelve h6:last-child, .masthead .twelve p:last-child, .masthead .columns h1:last-child, .masthead .columns h2:last-child, .masthead .columns h3:last-child, .masthead .columns h4:last-child, .masthead .columns h5:last-child, .masthead .columns h6:last-child, .masthead .columns p:last-child {
  margin-bottom: 0rem; }

.container .title h1:last-child, .container .title h2:last-child, .container .title h3:last-child, .container .title h4:last-child, .container .title h5:last-child, .container .title h6:last-child, .container .title p:last-child {
  margin-bottom: 4rem; }

.three:hover, .columns:hover, .blog-block:hover {
  display: relative; }

.previous-page {
  float: left; }

.next-page {
  float: right; }

/* Services List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.services-list {
  padding-top: 6em;
  padding-bottom: 6em; }
  .services-list .text-space .button {
    margin-right: 1em; }
  .services-list .service {
    display: flex;
    margin-top: 6em;
    margin-left: 0;
    max-width: 1200px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;
    z-index: 1;
    float: left; }
    .services-list .service .six {
      margin-left: 0;
      width: 50%;
      position: relative; }
    .services-list .service .image {
      background-size: cover; }
    .services-list .service .text {
      padding: 5em 6em;
      background-color: #ffffff; }
      .services-list .service .text p {
        margin-bottom: 0; }
    .services-list .service .text:hover .cta {
      right: 3.5em;
      opacity: 1; }
  .services-list .service-flip {
    float: right; }

.large-background-text {
  font-size: 5em;
  font-family: "Source Serif", serif;
  font-weight: 800;
  line-height: 1em;
  opacity: 0.1;
  margin-top: -0.3em;
  margin-left: -0.6em; }

.background-block {
  width: calc(100% - 20px);
  height: 30em;
  position: absolute;
  z-index: -1;
  margin-top: -6em; }

.services-list ~ .services-list {
  margin-top: -15em;
  padding-top: 15em; }
  .services-list ~ .services-list .background-block {
    width: calc(100% - 20px);
    height: 40em;
    position: absolute;
    margin-top: -15em;
    z-index: 0; }

@media (max-width: 1200px) {
  .services-list .service {
    margin-top: 0em; }
  .services-list .service:first-of-type {
    margin-top: 6em; }
  .services-list .text-space {
    margin-bottom: 6em; } }

@media (max-width: 1000px) {
  .services-list .service .text {
    padding: 5em 5em; } }

@media (max-width: 750px) {
  .services-list .service {
    flex-direction: column; }
    .services-list .service .six {
      width: 100%; }
    .services-list .service .image {
      height: 250px;
      order: 0; }
    .services-list .service .text {
      order: 1; } }

@media (max-width: 600px) {
  .services-list .text-space {
    display: flex;
    flex-direction: column; }
    .services-list .text-space .six {
      width: 100%;
      margin-left: 0; }
    .services-list .text-space .six:first-of-type {
      order: 1; }
    .services-list .text-space .large-background-text {
      font-size: 4.5em;
      margin-left: 0em;
      margin-bottom: 0.5em; } }

/* Clients List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clients {
  padding-top: 0; }
  .clients img {
    width: 100%; }
  .clients .cta {
    position: unset;
    float: right;
    margin-top: 2em; }
    .clients .cta img {
      width: auto; }
  .clients .cta:hover {
    margin-right: -1em;
    opacity: 1; }

/* Tiles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tiles {
  padding-top: 0;
  padding-bottom: 0; }
  .tiles .container {
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px; }
  .tiles .background-block {
    height: 15em; }
  .tiles .tile {
    padding: 3em;
    position: relative;
    float: left;
    width: 100%; }
    .tiles .tile .note {
      text-transform: uppercase;
      font-family: "Source Serif", serif;
      margin-bottom: 0.2em;
      text-transform: uppercase; }
    .tiles .tile .title {
      font-family: "Source Serif", serif;
      margin-bottom: 0.2em;
      font-size: 2.5rem;
      line-height: 4rem;
      font-weight: 500;
      margin-bottom: 1.5rem;
      letter-spacing: 0.5pt; }
    .tiles .tile p:last-of-type {
      margin-bottom: 0; }
    .tiles .tile .cta {
      bottom: 4em; }
  .tiles .instagram {
    padding: 0; }
    .tiles .instagram img:hover {
      height: unset; }
    .tiles .instagram .image-container .after {
      height: unset; }
    .tiles .instagram div:nth-of-type(2) {
      display: none; }
    .tiles .instagram .eif_images1 div:nth-of-type(2) {
      display: inline-block; }
    .tiles .instagram .eif_item {
      opacity: 1;
      transition: 0.3s ease-out; }
    .tiles .instagram .eif_item:hover {
      opacity: 0.8; }
    @media only screen and (max-width: 959px) and (min-width: 768px) {
      .tiles .instagram .eif-col-5 .eif_item {
        width: 33.333%; }
      .tiles .instagram .eif_item:nth-of-type(4) {
        display: none; }
      .tiles .instagram .eif_item:nth-of-type(5) {
        display: none; } }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
      .tiles .instagram .eif-col-5 .eif_item {
        width: 50%; }
      .tiles .instagram .eif_item:nth-of-type(5) {
        display: none; } }
    @media only screen and (max-width: 480px) and (min-width: 200px) {
      .tiles .instagram .eif-col-5 .eif_item {
        width: 50%; }
      .tiles .instagram .eif_item:nth-of-type(5) {
        display: none; } }
  .tiles .blue .note {
    color: #3E3F3F; }
  .tiles .blue .title {
    color: #ffffff; }
  .tiles .blue .copy {
    color: #ffffff;
    font-weight: 400; }
  .tiles .beige .note {
    color: #3E3F3F; }
  .tiles .beige .title {
    color: #3E3F3F; }
  .tiles .beige .copy {
    color: #3E3F3F; }
  .tiles .orange .note {
    color: #3E3F3F; }
  .tiles .orange .title {
    color: #ffffff; }
  .tiles .orange .copy {
    color: #ffffff; }
  .tiles .orange .cta {
    color: #ffffff; }
    .tiles .orange .cta span {
      background-image: url("./assets/images/learn-arrow-white.png"); }
  .tiles .tile:hover .cta {
    right: 3.5em;
    opacity: 1; }
  .tiles .image {
    background-size: cover;
    min-height: 250px; }
  .tiles .half {
    width: calc(50% - 6em);
    min-height: unset; }
  .tiles .one-third {
    width: calc(33.333% - 6em);
    min-height: unset; }
  .tiles .two-thirds {
    width: calc(66.6666% - 6em);
    min-height: unset; }
  .tiles .one-quarter {
    width: calc(25% - 6em);
    min-height: unset; }
  .tiles .three-quarters {
    width: calc(75% - 6em);
    min-height: unset; }
  @media (max-width: 800px) {
    .tiles .image {
      min-height: 250px; }
    .tiles .half {
      width: calc(100% - 6em); }
    .tiles .one-third {
      width: calc(100% - 6em); }
    .tiles .two-thirds {
      width: calc(100% - 6em); }
    .tiles .one-quarter {
      width: calc(100% - 6em); }
    .tiles .three-quarters {
      width: calc(100% - 6em); } }

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact p {
  margin-bottom: 1em; }

.contact .title {
  font-size: 1em;
  font-family: "Source Serif", serif;
  margin-bottom: 0.5em; }

.contact .clearview {
  float: left;
  margin-right: 1em;
  width: 100px; }

.contact .background-block {
  height: 10em; }

.map {
  position: relative; }
  .map .container .eight {
    background: #ffffff;
    padding: 3em; }
    .map .container .eight .six {
      padding: 0;
      width: 45%; }
      .map .container .eight .six input {
        margin-bottom: 1.5em;
        width: 100%; }
      .map .container .eight .six a {
        float: left; }
      .map .container .eight .six .button {
        float: right; }
    .map .container .eight .six:last-of-type {
      margin-left: 10%; }
  .map .mapboxgl-control-container {
    display: none; }
  .map .title {
    font-size: 1em;
    font-family: "Source Serif", serif;
    margin-bottom: 1.5em; }

input {
  font-size: 1.2rem !important;
  line-height: 1.6em;
  padding: 7px 10px !important;
  border-radius: 0px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #d8d8d866;
  margin-right: 1em !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
  transition: 0.3s ease-out; }

textarea:focus, input:focus {
  outline: none;
  border-color: #D4E6B6; }

.footer {
  padding-top: 2em;
  padding-bottom: 2em; }
  .footer .container {
    width: 100%;
    max-width: none;
    padding: 0 4em;
    display: flex; }
  .footer .logo-container {
    float: left; }
  .footer img {
    width: 150px;
    float: left; }
  .footer .links {
    float: left;
    margin-left: 2em;
    display: flex;
    align-items: center; }
    .footer .links a {
      color: #ffffff; }
    .footer .links p {
      color: #ffffff;
      margin-bottom: 0;
      margin-left: 0.5em;
      margin-right: 0.5em; }

.bottom {
  margin-top: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .bottom .container {
    width: 100%;
    padding: 0; }
    .bottom .container .links {
      margin-left: 0em; }
      .bottom .container .links a, .bottom .container .links p {
        font-family: "helvetica neue", sans-serif;
        font-weight: 300;
        color: #3E3F3F;
        opacity: 0.4;
        margin-left: 0em; }
    .bottom .container .right {
      margin-left: auto; }
      .bottom .container .right a, .bottom .container .right p {
        color: #3E3F3F;
        opacity: 0.8;
        margin-left: 0.5em; }

.cta-mini-block {
  display: flex;
  align-items: center; }
  .cta-mini-block .cta {
    margin-right: 1.5em; }
  .cta-mini-block .call-us {
    color: #3E3F3F; }

@media (max-width: 750px) {
  .text-block .columns {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3em; }
    .text-block .columns:last-of-type {
      margin-bottom: 0; } }

.image-text-block {
  background-size: cover;
  background-position: 50%;
  color: white;
  padding-top: 12em; }
  .image-text-block p, .image-text-block h1, .image-text-block h2, .image-text-block h3, .image-text-block h4, .image-text-block h5 {
    color: white; }
  .image-text-block .six .cta-mini-block .call-us {
    color: white; }

.stand-out-block {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -6em; }
  .stand-out-block .container {
    background-color: #ffffff;
    padding: 6em 8em; }
    .stand-out-block .container .text-container {
      border-left: 6px solid #D4E6B6;
      padding-left: 2em; }

@media (max-width: 750px) {
  .stand-out-block .container {
    width: 90%;
    padding: 3em; }
    .stand-out-block .container .text-container {
      border-left: none;
      padding-left: unset; }
    .stand-out-block .container .cta-mini-block .call-us {
      display: none; } }

.boxed-content {
  padding-top: 0em;
  padding-bottom: 3em;
  margin-top: -4em; }
  .boxed-content .container {
    padding: 2em;
    background-color: white; }
    .boxed-content .container .padded {
      padding: 4em;
      border: 1px solid #C4B170; }
      .boxed-content .container .padded h1, .boxed-content .container .padded h2, .boxed-content .container .padded h3, .boxed-content .container .padded h4, .boxed-content .container .padded h5 {
        text-align: center; }
      .boxed-content .container .padded p:last-of-type {
        margin-bottom: 0; }
      .boxed-content .container .padded img {
        width: calc(100% + 4em) !important;
        margin-left: -2em;
        height: auto;
        margin-top: 3em;
        margin-bottom: 3em; }
      .boxed-content .container .padded .wp-caption {
        margin-top: 3em;
        margin-bottom: 3em;
        width: calc(100% + 4em) !important;
        margin-left: -2em; }
        .boxed-content .container .padded .wp-caption img {
          width: 100% !important;
          height: auto;
          margin: 0; }
        .boxed-content .container .padded .wp-caption .wp-caption-text {
          text-align: center;
          margin-top: 2em;
          opacity: 0.4;
          font-family: "Source Serif", serif; }
      .boxed-content .container .padded .post-data {
        margin-bottom: 3em;
        margin-top: -1.8em;
        display: flex;
        justify-content: center; }
        .boxed-content .container .padded .post-data p {
          font-family: "Source Serif", serif;
          opacity: 0.4;
          margin-bottom: 0; }
          .boxed-content .container .padded .post-data p:nth-of-type(2) {
            margin: 0 1em; }
    .boxed-content .container .post-share {
      display: flex;
      justify-content: center;
      padding: 0.5em;
      border: 1px solid #C4B170;
      border-top: 0px solid #C4B170; }
      .boxed-content .container .post-share p {
        margin-bottom: 0;
        font-family: "Source Serif", serif;
        color: #C4B170; }
      .boxed-content .container .post-share .empty {
        padding: 1em; }
      .boxed-content .container .post-share .social-links {
        margin-top: 0.25em;
        margin-left: 1em; }

@media (max-width: 750px) {
  .boxed-content {
    margin-top: 0em; }
    .boxed-content .container {
      width: 100%;
      padding: 1em 0; }
      .boxed-content .container .padded {
        padding: 1em;
        padding-top: 2em;
        padding-bottom: 3em; }
        .boxed-content .container .padded img {
          width: calc(100%) !important;
          margin-left: 0em;
          height: auto;
          margin-top: 3em;
          margin-bottom: 3em; }
        .boxed-content .container .padded .wp-caption {
          margin-top: 3em;
          margin-bottom: 2.5em;
          width: calc(100%) !important;
          margin-left: 0em; }
          .boxed-content .container .padded .wp-caption img {
            width: 100% !important;
            height: auto;
            margin: 0; }
          .boxed-content .container .padded .wp-caption .wp-caption-text {
            text-align: center;
            margin-top: 2em;
            opacity: 0.4;
            font-family: "Source Serif", serif; } }

.social-links a {
  float: left;
  margin-right: 1.5em; }
  .social-links a:last-of-type {
    margin-right: 0; }

.social-links img {
  height: 20px;
  width: auto; }

.index-sizer {
  width: calc(33.33% - 20px); }

.posts-container {
  margin-bottom: 4em; }
  .posts-container .post-display {
    margin-left: 0;
    width: calc(33.33% - 20px); }
    .posts-container .post-display:nth-of-type(3n+1) {
      margin-left: 0; }
    .posts-container .post-display .image {
      height: 250px;
      width: auto;
      background-position: 50%;
      background-size: cover; }
    .posts-container .post-display .content {
      background-color: #fafafa;
      text-align: center;
      padding: 1.5em; }
      .posts-container .post-display .content p:first-of-type {
        margin-bottom: 0;
        font-family: "Source Serif", serif;
        opacity: 0.4;
        font-size: 0.9em;
        color: #3E3F3F; }
      .posts-container .post-display .content .title {
        font-family: "Source Serif", serif;
        font-size: 1.4em;
        color: #3E3F3F; }
      .posts-container .post-display .content .divider {
        background-color: #D4E6B6;
        height: 1px;
        margin: 0 auto;
        margin-bottom: 1em;
        opacity: 0.8; }

@media (max-width: 750px) {
  .posts-container {
    flex-direction: column; }
    .posts-container .post-display {
      width: 100%;
      margin-bottom: 3em;
      margin-left: 0; }
      .posts-container .post-display:last-of-type {
        margin-bottom: 0; } }

.pagination {
  padding-top: 2em;
  padding-bottom: 2em; }
  .pagination .container {
    display: flex;
    justify-content: center; }
    .pagination .container .current-page {
      margin-left: 2em;
      margin-right: 2em; }
      .pagination .container .current-page p {
        font-family: "Source Serif", serif;
        opacity: 0.5; }

.category-list {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fafafa;
  display: flex;
  justify-content: center; }
  .category-list a {
    font-family: "Source Serif", serif;
    margin-right: 1em;
    color: #3E3F3F;
    transition: 0.3s ease-out; }
    .category-list a:hover {
      color: #3E3F3F;
      opacity: 0.5; }
  .category-list a:last-of-type {
    margin-right: 0; }

@media (max-width: 750px) {
  .category-list {
    display: none; } }

.text-image {
  display: flex;
  padding: 3em 0 0 0; }
  .text-image .image {
    background-size: cover;
    background-position: 50%; }
  .text-image .border {
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    border: 1px solid #C4B170 !important;
    opacity: 1 !important; }

.boxed .text {
  padding: 4em;
  text-align: center;
  position: relative; }

.boxed .grey {
  background-color: #fafafa; }

.flood .text {
  padding: 4em;
  text-align: left;
  position: relative;
  margin-left: -6em;
  width: calc(30.6666666667% + 6em); }

.flood-flip {
  position: relative; }
  .flood-flip .text {
    padding: 4em;
    position: relative;
    margin-left: 0em;
    margin-right: -6em;
    margin-left: 9em;
    text-align: right;
    z-index: 100; }
  .flood-flip .image {
    float: right;
    position: absolute;
    right: 0;
    height: 100%; }

@media (max-width: 1400px) {
  .text-image .six {
    width: 48%; } }

@media (max-width: 900px) {
  .text-image {
    flex-direction: column; }
    .text-image .image {
      height: 250px;
      position: relative;
      order: 0; }
    .text-image .text {
      margin: 0;
      text-align: center;
      order: 1;
      padding: 2em; }
    .text-image .columns {
      width: 100%;
      margin-left: 0; }
  .boxed .text {
    margin-top: 3em; }
  .flood .text {
    margin-top: 3em; } }

.contact .container .six {
  padding: 3em 6em;
  text-align: center; }
  .contact .container .six h1 {
    font-size: 3em; }
  .contact .container .six p {
    width: 100%; }
  .contact .container .six:before {
    content: "";
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    border: 1px solid #C4B170; }

@media (max-width: 1000px) {
  .contact .container .six {
    width: 100%; }
    .contact .container .six h1 {
      font-size: 3em; } }

@media (min-width: 1200px) {
  .contact .container .six {
    padding: 6em; }
    .contact .container .six h1 {
      font-size: 4em; } }

@media (max-width: 500px) {
  #contact {
    margin-right: 1em !important; }
  .masthead h1 {
    font-size: 4rem; }
  .masthead a button {
    margin-top: 1em; }
  .masthead p {
    width: 100%; }
  .contact .container {
    padding: 0; }
    .contact .container .six {
      padding: 4em 2em;
      bottom: 0;
      position: absolute; }
  .contact p {
    display: block; }
  .bottom .container {
    align-items: unset; }
    .bottom .container p {
      font-size: 0.6em; }
  .overlay .social-links {
    bottom: 2em;
    left: 3em !important; }
    .overlay .social-links img {
      bottom: 0; } }

.wpcf7 input {
  background-color: transparent !important;
  border: 1px solid #e4e3e3;
  position: relative;
  padding-left: 2em !important; }

.wpcf7 .wpcf7-form-control-wrap.people:after {
  height: calc(100% + 4px); }

.wpcf7 .wpcf7-submit {
  margin-bottom: 0; }

.wpcf7 span {
  position: relative; }
  .wpcf7 span input {
    position: relative; }
    .wpcf7 span input:focus {
      border: 1px solid #D4E6B6; }
      .wpcf7 span input:focus:after {
        border: 1px solid #D4E6B6; }
  .wpcf7 span:after {
    content: "";
    position: absolute;
    border: 1px #e4e3e3 solid;
    background: transparent;
    bottom: -14px;
    left: -4px;
    right: 8px;
    top: -11px;
    z-index: -1; }
  .wpcf7 span:focus-within input {
    border: 1px solid #D4E6B6; }
  .wpcf7 span:focus-within:after {
    border: 1px solid #D4E6B6; }

.wpcf7 .your-message {
  display: block; }
  .wpcf7 .your-message textarea {
    width: 100%;
    background-color: white;
    border: 1px #e4e3e3 solid;
    font-size: 1.2rem !important;
    padding-left: 2em !important; }
  .wpcf7 .your-message:after {
    content: "";
    position: absolute;
    border: 1px #e4e3e3 solid;
    background: transparent;
    bottom: 4px;
    left: -4px;
    right: -4px;
    top: 4px;
    z-index: -1; }
  .wpcf7 .your-message:focus-within textarea {
    border: 1px solid #D4E6B6; }
  .wpcf7 .your-message:focus-within:after {
    border: 1px solid #D4E6B6; }

.wpcf7 .wpcf7-submit {
  background: transparent !important;
  border: 0pc;
  margin-right: 0 !important;
  padding: 0 !important;
  font-family: "questa", serif !important;
  letter-spacing: 0.5;
  font-size: 1em !important; }

.wpcf7 button:hover .wpcf7-submit {
  color: white !important; }

.wpcf7 .wpcf7-not-valid input {
  border: 1px solid #ffcdcc; }

.wpcf7 .wpcf7-not-valid:after {
  border: 1px solid #ffcdcc; }

.wpcf7 .wpcf7-response-output {
  font-size: 0.6em;
  border: none !important; }

.property_wrapper .text-image .eight {
  width: 65.3333333333%;
  text-align: left; }
  .property_wrapper .text-image .eight h1 {
    font-size: 3rem; }

.property_wrapper .text-image .four {
  padding: 4em;
  padding-right: 0em; }
  .property_wrapper .text-image .four h2 {
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 4rem;
    color: #D4E6B6; }

.property_wrapper .text-image._location .four {
  padding: 4em;
  padding-left: 0em;
  text-align: center; }
  .property_wrapper .text-image._location .four h2 {
    color: #3E3F3F; }

.property_wrapper .text-image._location .eight {
  padding: 0; }

.property_wrapper ._locations {
  display: flex;
  margin-top: 3em; }

.property_wrapper ._locations .third {
  text-align: center;
  width: 33.333%; }

.property_wrapper ._locations .third img {
  width: 50%;
  margin-bottom: 0.5em; }

.property_wrapper ._locations .third p {
  margin-bottom: 0;
  opacity: 0.6;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.8em; }

@media (max-width: 750px) {
  .wpcf7 input {
    margin: 0 !important; }
  .wpcf7 br {
    display: none; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: calc(1em + 16px);
    position: relative; }
    .wpcf7 .wpcf7-form-control-wrap:after {
      bottom: -8px;
      left: 8px;
      right: 8px;
      top: -8px;
      z-index: -1; }
  .wpcf7 .date {
    margin-bottom: 0; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 400; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
HTML is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px */
html {
  font-size: 65%; }

@media (max-width: 1000px) {
  html {
    font-size: 50%; } }

@media (max-width: 850px) {
  html {
    font-size: 65%; } }

body {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: normal;
  color: #3E3F3F;
  font-family: "Source Serif", serif; }

a {
  font-family: "Source Serif", serif; }

p {
  font-family: "helvetica neue", sans-serif; }

a {
  cursor: pointer;
  color: #3E3F3F;
  text-decoration: none; }

a:hover {
  color: #3E3F3F; }

i {
  margin-right: 0.5em; }

.footer .footer-note {
  position: absolute;
  bottom: -3em;
  font-size: 0.7em;
  color: #38527F; }
  .footer .footer-note i {
    margin-right: 0;
    color: #38527F; }

ul li {
  list-style: none; }

ul li:before {
  content: '-';
  margin-left: -1em;
  padding-right: 1em; }

/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #3E3F3F;
  font-family: "Source Serif", serif; }

h1 {
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 100;
  margin-bottom: 4rem; }

h2 {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: 100;
  margin-bottom: 1rem;
  letter-spacing: 0.5pt; }

h3 {
  margin-top: 3em;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 100;
  margin-bottom: 3rem;
  color: #D4E6B6; }

h4 {
  margin-top: 3em;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 100;
  margin-bottom: 3rem;
  color: #D4E6B6; }

p, a, li {
  margin-top: 0;
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 0.3pt;
  font-family: "helvetica neue", sans-serif; }

li {
  margin-bottom: 0; }

button {
  font-family: "Source Serif", serif !important;
  letter-spacing: 0.5; }

b {
  font-weight: 300; }

/* Larger than phablet */
@media (min-width: 750px) {
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.5rem; } }

.row blockquote {
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1.3;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 2rem; }
  .row blockquote p {
    margin-top: 4rem;
    z-index: 20;
    bottom: 0;
    font-size: 1.6rem;
    color: #ffffff; }
  .row blockquote h2 {
    z-index: 20;
    position: relative;
    top: 0.3em; }
  .row blockquote h2::after {
    width: 70px;
    content: " ";
    background-image: url("assets/images/close-blockquote.svg");
    background-size: cover;
    position: absolute;
    height: 53px;
    bottom: 0;
    right: 0;
    z-index: -1; }

.row blockquote::before {
  width: 70px;
  content: " ";
  background-image: url("assets/images/open-blockquote.svg");
  background-size: cover;
  position: absolute;
  height: 53px;
  margin-left: -0.7em; }

@media (max-width: 800px) {
  .row blockquote {
    margin-top: 2em; }
  .row blockquote::before {
    margin-left: -0.3em; } }

.about h2 {
  margin-bottom: 1rem; }

.button {
  font-size: 1.2rem;
  color: #ffffff; }

.link-cta {
  font-size: 0.8em; }

.indent {
  margin-left: 4rem; }

.center {
  text-align: center; }

.divider {
  background-color: #ffffff;
  height: 4px;
  width: 30%;
  margin-bottom: 2em;
  transition: 0.5s ease-in-out; }

.row:hover .divider {
  width: 35%; }

.enquiry:hover .divider {
  width: 100%; }

.small-enquiry:hover .divider {
  width: 20%; }

/* MODIFIERS FOR <p> */
.small {
  font-size: calc($p-size / 2); }

.big {
  font-size: calc($p-size * 2); }

/* MODIFY TYPE COLOUR BASED ON BACKGROUND */
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark li,
.dark p {
  color: #ffffff; }

.dark a {
  color: #3E3F3F; }

.dark .link-cta {
  border-bottom: solid 2px #3E3F3F;
  cursor: pointer; }

.dark a {
  text-decoration: none; }

.dark i {
  color: #ffffff; }

.dark blockquote {
  color: #ffffff; }

.dark strong {
  color: #3E3F3F; }

.dark .button a {
  color: #3E3F3F; }

.dark .wpcf7-response-output {
  color: white;
  font-size: 0.7em;
  margin-top: 0; }

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light li,
.light p {
  color: #ffffff; }

.light a {
  color: #3E3F3F; }

.light .link-cta {
  border-bottom: solid 2px #3E3F3F;
  cursor: pointer; }

.light a {
  text-decoration: none; }

.light i {
  color: #ffffff; }

.light blockquote {
  color: #ffffff; }

.light strong {
  color: #3E3F3F; }

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey li,
.grey p {
  color: #3E3F3F; }

.grey a {
  color: #3E3F3F; }

.grey .link-cta {
  border-bottom: solid 2px #3E3F3F;
  cursor: pointer; }

.grey a {
  text-decoration: none; }

.grey i {
  color: #3E3F3F; }

.grey blockquote {
  color: #3E3F3F; }

.grey strong {
  color: #3E3F3F; }

.white h1,
.white h2,
.white h4,
.white h5,
.white h6,
.white li,
.white p {
  color: #3E3F3F; }

.white h3 {
  color: #3E3F3F; }

.white a {
  color: #ffffff; }

.white .link-cta {
  border-bottom: solid 2px #ffffff;
  cursor: pointer; }

.white a {
  text-decoration: none; }

.white i {
  color: #3E3F3F; }

.white blockquote {
  color: #3E3F3F; }

.white strong {
  color: #ffffff; }

.quote h3 {
  margin-bottom: 1.5rem; }

.quote p {
  margin-bottom: 1.5rem; }

.quote blockquote {
  font-size: 3rem; }

@media (max-width: 500px) {
  .quote h3 {
    margin-bottom: 3.5rem; }
  .title-half p {
    margin-bottom: 3.5rem; }
  .title-half .title {
    text-align: left; }
  .client-list p {
    margin-bottom: 3.5rem; } }

.title-half p {
  margin-bottom: 1.5rem; }

.title-half .title {
  text-align: left; }

.client-list p {
  margin-bottom: 1.5rem; }

.read-more {
  transition: 0.5s;
  margin-left: 0.3rem; }

.link-cta:hover .read-more {
  margin-left: 0.8rem; }

.feature-list {
  text-align: center; }
  .feature-list img {
    margin-bottom: 2rem; }
  .feature-list h3,
  .feature-list h4 {
    margin-bottom: 0; }
  .feature-list h2 {
    margin-bottom: 6rem; }

.form-box {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-family: "Source Serif", serif;
  color: #3E3F3F; }

.narrower li {
  list-style: disc;
  margin-left: 4rem;
  font-size: 1.7rem; }

.fa-phone {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.beige {
  background-color: #EDEBE8; }

.orange {
  background-color: #3E3F3F; }

.white {
  background-color: #ffffff; }

.green {
  background-color: #D4E6B6; }

#contact {
  margin-right: 2em; }

.navigation {
  position: absolute;
  background-color: white;
  display: block;
  width: 100%;
  margin-left: -10px;
  z-index: 99;
  opacity: 1;
  top: 0; }
  .navigation .scroll-navigation {
    position: fixed;
    background-color: white;
    transition: 0.8s ease;
    top: -100px; }
    .navigation .scroll-navigation .container .nav .options ul li {
      padding-top: 0.75em;
      padding-bottom: 0.75em; }
  .navigation .scroll-navigation-open {
    top: 0; }
  .navigation .row {
    padding-top: 0em;
    padding-bottom: 0em;
    z-index: 20; }
    .navigation .row .container {
      width: 100%;
      max-width: none;
      padding: 0 10px;
      display: flex; }
      .navigation .row .container .logo-container {
        width: 150px;
        float: left;
        padding-top: 1em;
        padding-bottom: 1em; }
        .navigation .row .container .logo-container img {
          width: 50px; }
        .navigation .row .container .logo-container .logo {
          display: block;
          width: 100%; }
      .navigation .row .container .nav {
        float: right;
        display: flex;
        align-items: center;
        margin-left: auto;
        overflow: hidden; }
        .navigation .row .container .nav .options {
          display: flex; }
          .navigation .row .container .nav .options .menu-item-has-children a::after {
            display: inline-block;
            content: "";
            width: 15px;
            height: 15px;
            background: url(../sweeptech/assets/images/arrow.svg);
            background-size: cover;
            margin-left: 0.75em;
            margin-bottom: -0.2em;
            opacity: 0.2;
            transition: 0.3s ease-in-out; }
          .navigation .row .container .nav .options .menu-item-has-children:hover a::after {
            opacity: 0.5; }
          .navigation .row .container .nav .options .menu-item-has-children:hover li a .sub-menu li a::after {
            opacity: 0.2; }
          .navigation .row .container .nav .options li {
            float: left;
            margin-bottom: 0em;
            padding-left: 2em;
            padding-top: 1.75em;
            padding-bottom: 1.75em;
            transition: 0.3s ease-in-out; }
            .navigation .row .container .nav .options li a {
              text-decoration: none;
              color: #3E3F3F;
              font-family: "Source Serif", serif;
              font-size: 1.3rem; }
            .navigation .row .container .nav .options li .sub-menu {
              position: absolute;
              margin: 0;
              left: 10%;
              background: #ffffff;
              margin-top: 3rem;
              padding: 3em 6em;
              width: calc(80% - 12em);
              box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px; }
              .navigation .row .container .nav .options li .sub-menu li {
                padding: 0;
                width: 23%;
                margin-right: 2%; }
                .navigation .row .container .nav .options li .sub-menu li a {
                  font-size: 1.5rem; }
                .navigation .row .container .nav .options li .sub-menu li a::after {
                  content: " ";
                  float: left;
                  position: absolute;
                  display: block;
                  margin-top: 2em;
                  height: 1px;
                  width: 60px;
                  margin-top: 0.3em;
                  background: #D4E6B6;
                  opacity: 0.2 !important;
                  margin-left: 0; }
                .navigation .row .container .nav .options li .sub-menu li .sub-menu {
                  background: none;
                  width: unset;
                  padding: unset;
                  box-shadow: unset;
                  display: block;
                  left: unset;
                  position: inherit;
                  margin-top: 1em; }
                  .navigation .row .container .nav .options li .sub-menu li .sub-menu li {
                    width: 100%;
                    opacity: 1;
                    display: block; }
                    .navigation .row .container .nav .options li .sub-menu li .sub-menu li a {
                      font-size: 1.3rem;
                      font-family: "Source Serif", serif;
                      font-weight: 200; }
                    .navigation .row .container .nav .options li .sub-menu li .sub-menu li a::after {
                      display: none; }
              .navigation .row .container .nav .options li .sub-menu li .sub-menu {
                -webkit-animation: unset;
                -moz-animation: unset;
                -o-animation: unset;
                animation: unset;
                display: block;
                opacity: 1;
                transform: translateY(0px); }
              .navigation .row .container .nav .options li .sub-menu li:hover .sub-menu {
                -webkit-animation: unset;
                -moz-animation: unset;
                -o-animation: unset;
                animation: unset;
                transform: translateY(0px); }
          .navigation .row .container .nav .options li:last-of-type {
            margin-right: 0; }
          .navigation .row .container .nav .options li {
            z-index: 9999; }
            .navigation .row .container .nav .options li .sub-menu {
              opacity: 0;
              transform: translateY(-1000px);
              margin-top: 3.5rem;
              transition: transform 0s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.3s; }
          .navigation .row .container .nav .options li:hover .sub-menu {
            opacity: 1;
            margin-top: 3rem;
            transform: translateY(0px);
            display: block !important;
            transition: transform 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, margin-top 0.3s ease-in-out 0s; }
          .navigation .row .container .nav .options li:before {
            display: none; }
  .navigation .contact-login {
    display: flex;
    align-items: center; }
    .navigation .contact-login a {
      text-decoration: none;
      color: #373737;
      font-family: "Montserrat", sans-serif;
      font-size: 1.3rem;
      text-decoration: none;
      line-height: 2rem;
      padding-left: 2em;
      float: left;
      margin-bottom: 0em;
      padding-left: 2em;
      padding-top: 1.75em;
      padding-bottom: 1.75em;
      display: flex;
      align-items: center; }
      .navigation .contact-login a span {
        color: #3E3F3F;
        margin-left: 0.4em; }
    .navigation .contact-login img {
      margin-right: 0.75em;
      height: 25px; }
  .navigation .log-in {
    text-decoration: none;
    color: #373737;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
    line-height: 2rem;
    padding-left: 2em;
    float: left;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    display: flex;
    align-items: center; }
    .navigation .log-in img {
      margin-right: 0.75em;
      height: 25px; }
  .navigation .icon-divider {
    height: 100%;
    background-color: #3E3F3F;
    width: 1px;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .navigation .icon-wrapper {
    position: absolute;
    right: 0;
    height: 30px;
    top: 26px; }
    .navigation .icon-wrapper .icon {
      height: 30px;
      float: left;
      cursor: pointer; }

@media (max-width: 1000px) {
  .navigation .row .container .nav .options li {
    padding-left: 1em; }
  .navigation .row .container .nav .contact-login a {
    padding-left: 1em; } }

@media (max-width: 800px) {
  .navigation .row .container {
    flex-direction: row; }
    .navigation .row .container .nav .options {
      display: none; } }

@media (min-width: 600px) {
  .navigation .row .container .nav .contact-login .button {
    display: none; } }

@media (max-width: 600px) {
  .navigation .row .container .nav .contact-login .text-call {
    display: none; } }

@media (max-width: 500px) {
  .navigation .row .container .nav .contact-login .log-in-nav {
    display: none; } }

.screen-reader-response {
  display: none !important; }

.wpcf7-not-valid-tip {
  display: none !important; }

.options {
  padding: 0em;
  transition: 0.3s ease-in-out;
  display: none; }
  .options .elements {
    margin: auto;
    width: 80%;
    max-width: 1300px; }
    .options .elements li {
      float: left;
      margin-bottom: 0em;
      font-size: 1.6rem;
      text-decoration: none;
      padding: 0.8em 1.5em;
      cursor: pointer;
      transition: 0.35s ease-in-out;
      list-style: none; }
      .options .elements li p {
        margin-bottom: 0em;
        float: left;
        font-size: 1.6rem; }
      .options .elements li a {
        margin-bottom: 0em;
        float: left;
        font-size: 1.6rem;
        color: #3E3F3F; }
      .options .elements li img {
        width: 17px;
        height: auto;
        margin-left: 1em;
        margin-top: 0.35em;
        transition: 0.3s ease-in-out; }
    .options .elements li:first-of-type {
      margin-left: -1.5em; }
    .options .elements .drop {
      width: 100%;
      display: none;
      visibility: hidden;
      left: 0;
      cursor: default; }
      .options .elements .drop .row {
        padding-top: 2em;
        padding-bottom: 2em; }
      .options .elements .drop .columns a {
        width: 100%;
        cursor: pointer;
        margin-bottom: 0.6em;
        color: #3766B1; }
      .options .elements .drop .columns .faces {
        width: 65%;
        transform: rotate(0deg);
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0.5em; }
      .options .elements .drop .columns .contact {
        font-size: 0.9em;
        color: #3766B1;
        margin-bottom: 0.3em; }
        .options .elements .drop .columns .contact i {
          color: #3766B1; }
      .options .elements .drop .columns h4 {
        margin-bottom: 0.5em; }
    .options .elements li:hover {
      background-color: #F1F1F1; }
      .options .elements li:hover img {
        transform: rotate(180deg); }
      .options .elements li:hover .drop {
        display: block;
        position: absolute;
        margin-top: 0.8em;
        background-image: linear-gradient(to bottom, #f1f1f1, #f2f2f2, #f3f3f3, #f5f3f4, #f6f4f5);
        visibility: visible; }

.button-container {
  position: relative;
  display: inline-block;
  height: 21px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  margin-top: 0.5em;
  float: left;
  margin-left: 1em;
  transition: opacity .25s ease; }
  .button-container p {
    width: 100%;
    font-size: 0.4em;
    font-family: "Source Serif", serif;
    position: absolute;
    top: -1.5em;
    margin: 0;
    text-align: center;
    line-height: 5px;
    transition: .25s ease; }
  .button-container:hover {
    opacity: .9; }
    .button-container:hover p {
      top: -2em; }
    .button-container:hover .top {
      width: 100%;
      background: #D4E6B6;
      margin-top: -0.2em; }
    .button-container:hover .middle {
      width: 100%;
      background: #D4E6B6; }
    .button-container:hover .bottom {
      width: 100%;
      background: #D4E6B6;
      margin-top: 0.2em; }
  .button-container.active p {
    color: white; }
  .button-container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: white;
    margin-top: 0em; }
  .button-container.active .middle {
    opacity: 0.5;
    width: 100%;
    margin-left: 20em;
    background: white;
    overflow: hidden; }
  .button-container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: white;
    width: 100%;
    margin-top: 0em; }
  .button-container span {
    background: #3E3F3F;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    stroke-linecap: round; }
    .button-container span:nth-of-type(2) {
      top: 10.25px; }
    .button-container span:nth-of-type(3) {
      top: 20px;
      padding: 0; }
  .button-container span:hover span:hover:nth-of-type(2) {
    width: 100%; }
  .button-container span:hover span:hover:nth-of-type(3) {
    width: 100%; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 100%;
  width: 40%;
  transition: opacity 0.8s, visibility 0.8s, width 1s cubic-bezier(0.19, 1, 0.22, 1), left 1s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  z-index: 10;
  height: 100vh;
  overflow-y: scroll;
  background-color: #D4E6B6;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: fixed; }
  .overlay .social-links {
    position: absolute;
    bottom: 10vh;
    right: 14em; }
    .overlay .social-links img {
      bottom: 0;
      opacity: 1;
      position: relative;
      left: unset; }
  .overlay img {
    position: absolute;
    opacity: 0.1;
    bottom: -20em;
    left: 5em; }
  .overlay .overlay-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 3em;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15vh; }
    .overlay .overlay-menu .overlay-divider {
      height: 1px;
      width: 100px;
      background-color: #3E3F3F;
      margin-bottom: 1.5em;
      margin-top: 0.5em;
      margin-left: auto;
      margin-right: auto; }
    .overlay .overlay-menu .title {
      font-size: 1.8rem;
      letter-spacing: 0.2rem; }
    .overlay .overlay-menu li {
      margin-bottom: 2em; }
    .overlay .overlay-menu li::before {
      display: none; }
    .overlay .overlay-menu a {
      color: white;
      margin-bottom: 1em;
      font-size: 2em;
      letter-spacing: 0.05rem;
      font-weight: 100;
      text-decoration: none;
      font-family: "Source Serif", serif;
      display: flex;
      align-items: center;
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
      .overlay .overlay-menu a:hover {
        padding-left: 0.8em; }
        .overlay .overlay-menu a:hover:before {
          width: 15px; }
    .overlay .overlay-menu a::before {
      content: '';
      height: 1px;
      background-color: white;
      width: 0px;
      display: block;
      position: absolute;
      left: 0;
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .overlay .overlay-menu .coming-soon a {
      opacity: 0.5; }
    .overlay .overlay-menu .menu-item-has-children a {
      font-family: "Source Serif", serif; }
    .overlay .overlay-menu .menu-item-has-children .sub-menu a {
      font-family: "Source Serif", serif; }
    .overlay .overlay-menu .menu-item-has-children .sub-menu .menu-item-has-children a {
      font-family: "Source Serif", serif; }
    .overlay .overlay-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
      font-family: "Source Serif", serif; }
  .overlay .button {
    margin-bottom: 0rem; }
  .overlay.open {
    opacity: 1;
    width: 40%;
    left: -40%; }
    .overlay.open li {
      animation: fadeInLeft .8s ease forwards;
      animation-delay: .40s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .50s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .55s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: .60s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: .65s;
        margin-bottom: 0rem;
        font-size: null; }
  .overlay nav {
    position: relative;
    font-weight: 400; }
  @media (max-width: 350px) {
    .overlay nav {
      top: 38%; } }
  .overlay .navbar-button {
    padding-top: 0rem; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%; }
    .overlay ul li {
      display: block;
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        position: relative;
        color: white;
        text-decoration: none;
        transition: 0.3s ease; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
  .overlay ul:first-of-type {
    padding-left: 0em; }
  .overlay .menu .sub-menu {
    padding-left: 1em; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: 30%; }
  100% {
    opacity: 1;
    left: 0; } }

/* */
.dropbtn {
  opacity: 1;
  padding-top: 1em;
  margin-bottom: 0rem;
  padding-bottom: 1em;
  color: #3E3F3F; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: calc(100% - 60px);
  margin-bottom: 0rem;
  cursor: pointer;
  font-size: 1.7rem;
  padding: 0 30px;
  border-bottom: 1.5px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E6; }

.dropdown a {
  color: #17263D;
  padding: 15px 0px;
  text-decoration: none;
  display: block;
  font-weight: normal; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  background-color: #f1f1f1;
  width: calc(100% + 60px);
  margin-left: -30px;
  z-index: 1;
  cursor: pointer;
  font-size: 1.5rem; }

/* Links inside the dropdown */
.dropdown-content a {
  color: #3E3F3F;
  padding: 15px 35px;
  text-decoration: none;
  display: block;
  font-weight: normal;
  border-bottom: 1.5px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E6; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #E9E9E9; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block; }

@media (max-width: 1150px) {
  .navbar-item {
    padding-right: 1rem;
    padding-left: 1rem; }
    .navbar-item .nav-dropdown {
      padding-left: 1rem;
      margin-left: -1rem; } }

/* ARROW STUFF */
.arrow {
  float: right;
  transition: 0.3s; }
  .arrow img {
    width: 25px;
    margin-top: 0.5rem;
    height: auto; }

.rotate {
  transform: rotate(180deg); }

/* CONTACT DETAILS */
.contact-details {
  padding: 30px; }
  .contact-details .details {
    float: left;
    padding-left: 20px;
    width: 60%; }
    .contact-details .details p {
      margin-bottom: 0.5em;
      font-weight: 600; }
    .contact-details .details a {
      display: block;
      font-size: 0.8em; }
  .contact-details img {
    width: 30%;
    float: left; }

/* OVERLAY */
.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;
  visibility: hidden;
  z-index: 100; }

.form-show {
  opacity: 0.3;
  display: block;
  visibility: visible; }

.form-overlay-form {
  background-color: white;
  width: 80%;
  max-width: 450px;
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  left: 0;
  right: 0;
  top: 110;
  position: fixed;
  display: none;
  visibility: hidden;
  padding: 3em 5em;
  border-radius: 5px; }
  .form-overlay-form .close {
    position: absolute;
    top: 1em;
    right: 1em;
    background-image: url("/wp-content/themes/swift/assets/images/cross.svg");
    background-size: cover;
    width: 2.5em;
    height: 2.5em;
    opacity: 0.5; }
  .form-overlay-form .small-enquiry {
    padding-top: 0;
    padding-bottom: 0; }
    .form-overlay-form .small-enquiry .form {
      display: block; }
      .form-overlay-form .small-enquiry .form input {
        width: 100%;
        background-color: #F6F4F5;
        margin-left: 0;
        margin-bottom: 1em;
        height: 50px; }
      .form-overlay-form .small-enquiry .form form p {
        margin-bottom: 0.5em; }
      .form-overlay-form .small-enquiry .form textarea {
        width: 100%;
        background-color: #F6F4F5;
        margin-left: 0;
        margin-bottom: 1em;
        height: 50px;
        border-radius: 5px;
        line-height: normal !important;
        border-style: none;
        font-size: 0.8em !important;
        padding-left: 0.8em;
        padding-right: 0.8em;
        margin-bottom: 3em !important; }
      .form-overlay-form .small-enquiry .form .wpcf7-response-output, .form-overlay-form .small-enquiry .form .wpcf7-validation-errors {
        font-size: 0.5em;
        text-align: center;
        margin-top: -0.5em; }
      .form-overlay-form .small-enquiry .form .wpcf7-submit {
        color: #3E3F3F;
        background-color: #3E3F3F; }
      .form-overlay-form .small-enquiry .form .button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0.5em;
        height: 50px;
        line-height: 50px; }

.form-reveal {
  display: block;
  visibility: visible;
  position: fixed; }

.overlay-fade {
  position: fixed;
  top: 0;
  width: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(200%);
  transition: 0.2s cubic-bezier(0.64, 0.56, 0.79, 0.22), transform 0s 1s;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); }

.overlay-fade-open {
  transform: translateX(0%);
  width: 60%;
  opacity: 1;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); }

@media (max-width: 750px) {
  .overlay .social-links {
    left: 5em;
    right: unset; } }

@media (max-width: 500px) {
  .overlay {
    width: 100%; }
  .overlay.open {
    width: 100%;
    left: -100%; } }

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.svg-inline--fa.fa-lg {
  vertical-align: -.225em; }

.svg-inline--fa.fa-w-1 {
  width: 0.0625em; }

.svg-inline--fa.fa-w-2 {
  width: 0.125em; }

.svg-inline--fa.fa-w-3 {
  width: 0.1875em; }

.svg-inline--fa.fa-w-4 {
  width: 0.25em; }

.svg-inline--fa.fa-w-5 {
  width: 0.3125em; }

.svg-inline--fa.fa-w-6 {
  width: 0.375em; }

.svg-inline--fa.fa-w-7 {
  width: 0.4375em; }

.svg-inline--fa.fa-w-8 {
  width: 0.5em; }

.svg-inline--fa.fa-w-9 {
  width: 0.5625em; }

.svg-inline--fa.fa-w-10 {
  width: 0.625em; }

.svg-inline--fa.fa-w-11 {
  width: 0.6875em; }

.svg-inline--fa.fa-w-12 {
  width: 0.75em; }

.svg-inline--fa.fa-w-13 {
  width: 0.8125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

.svg-inline--fa.fa-w-15 {
  width: 0.9375em; }

.svg-inline--fa.fa-w-16 {
  width: 1em; }

.svg-inline--fa.fa-w-17 {
  width: 1.0625em; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.svg-inline--fa.fa-w-19 {
  width: 1.1875em; }

.svg-inline--fa.fa-w-20 {
  width: 1.25em; }

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto; }

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto; }

.svg-inline--fa.fa-border {
  height: 1.5em; }

.svg-inline--fa.fa-li {
  width: 2em; }

.svg-inline--fa.fa-fw {
  width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -12.5%;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.green {
  background: #d4e6b6; }

h1, h2, h3, h4, h5 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  letter-spacing: 0; }

.gold-outlines {
  position: relative; }

.gold-outlines:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 1em);
  width: 100%;
  margin-top: -0.5em;
  border: 1px solid #C4B170;
  z-index: -1;
  left: 0;
  top: 0; }

.gold-outlines:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  border: 1px solid #C4B170;
  z-index: -1;
  left: 0;
  top: 0; }

.gold-outlines.grey:before, .gold-outlines.grey:after {
  border: 1px solid #e2e2e2; }

.gold-outlines.grey input {
  border: 1px solid #e2e2e2 !important; }

input, textarea, select {
  border: 1px solid #C4B170;
  outline: none !important;
  background-color: #ffffff40;
  text-align: center;
  padding: 0.25em;
  font-size: 1em;
  margin: 0;
  font-size: 1.2rem !important; }

select {
  height: 40px; }

.booking-form h3 {
  color: #3E3F3F; }

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7 .wpcf7-not-valid input {
  background-color: #fce8e1; }

.wpcf7 .wpcf7-response-output {
  margin: 1em 0.5em 0em; }

p {
  margin-bottom: 0; }

.wpcf7-form-control-wrap.date:after, .wpcf7-form-control-wrap.hours:after, .wpcf7-form-control-wrap.minutes:after, .wpcf7-form-control-wrap.people:after {
  display: none; }

.wpcf7-form-control-wrap.people {
  margin-bottom: 0; }
  .wpcf7-form-control-wrap.people select {
    margin-bottom: 0; }

.wpcf7-form-control-wrap.date input {
  height: 40px;
  min-width: 150px; }

.map-con {
  background: #f2f2f2;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-top: 0; }

.map-con .cta {
  opacity: 1; }

.map-con__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.6s cubic-bezier(0.23, 0.01, 0, 1); }

.map-con__con {
  width: 70%;
  max-width: 480px; }

.map-con__con__copy-con {
  background: rgba(255, 255, 255, 0.96);
  color: #48512A;
  padding: 8vw;
  transition: transform 0.6s cubic-bezier(0.23, 0.01, 0, 1) 0.1s, opacity 0.6s cubic-bezier(0.23, 0.01, 0, 1) 0.1s; }

.map-con__con__copy-con .map-con__copy-con__method {
  display: block; }

.map-con__con__copy-con .map-con__copy-con__method .title {
  display: inline-block; }

@media screen and (min-width: 750px) {
  .map-con__con__copy-con {
    padding: 4vw; } }

.map-con__copy-con__title {
  font-size: 1.3em;
  margin-bottom: 4vh; }

.map-con__con__cta {
  background: white;
  margin-top: 5vh; }

.map-con__con__cta .button--bottom div,
.map-con__con__cta .button--top div {
  transition: 0.6s cubic-bezier(0.23, 0.01, 0, 1); }

.map-con__con__cta .button--bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.map-con__con__cta .button--bottom div {
  transform: translate3d(0, -105%, 0); }

.map-con--hide .map-con__map {
  transform: scale3d(1, 1, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.01, 0, 1) 0.1s; }

.map-con--hide .map-con__con {
  pointer-events: none; }

.map-con--hide .map-con__con__copy-con {
  opacity: 0;
  transform: scale3d(1.05, 1.05, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.01, 0, 1), opacity 0.6s cubic-bezier(0.23, 0.01, 0, 1); }

.map-con--hide .map-con__con__cta {
  pointer-events: all; }

.map-con--hide .button--bottom div {
  transform: translate3d(0, 0%, 0); }

.map-con--hide .button--top div {
  transform: translate3d(0, 105%, 0); }

@media (max-width: 750px) {
  .navbar .container {
    width: 100%; }
  .navbar-brand img {
    width: 70px !important; }
  .navbar .navbar-nav {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .navbar-collapse {
    background: #fafafa; }
  .navbar-collapse.order-1 {
    margin-top: 1em; }
  .row {
    margin-left: 0px !important; } }

.navbar-toggler {
  border: 0px;
  margin-left: auto;
  position: relative;
  background-color: transparent !important;
  padding: 0.25rem 0.45rem !important; }

.navbar-toggler:focus {
  outline: 0px; }

.navbar-toggler:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 1em);
  width: 100%;
  margin-top: -0.5em;
  border: 1px solid #C4B170;
  z-index: -1;
  left: 0;
  top: 0; }

.navbar-toggler:before {
  content: "";
  background-color: transparent;
  position: absolute;
  display: block;
  height: 100%;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  border: 1px solid #C4B170;
  z-index: -1;
  left: 0;
  top: 0; }

.navbar-nav:after, .navbar-nav:before {
  content: unset;
  display: none; }

.navbar-brand {
  margin: 0; }

.navbar-brand img {
  width: 90px;
  height: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: 33%; }
  .navbar-expand-lg .navbar-nav {
    position: relative;
    width: 75%;
    justify-content: center; }
  .navbar-expand-lg .navbar-nav:after {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 1em);
    width: 100%;
    margin-top: -0.5em;
    border: 1px solid #C4B170;
    z-index: -1;
    left: 0;
    top: 0; }
  .navbar-expand-lg .navbar-nav:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: calc(100% + 1em);
    margin-left: -0.5em;
    border: 1px solid #C4B170;
    z-index: -1;
    left: 0;
    top: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em; } }

.navbar ul li:before {
  display: none; }

.slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%; }

.slider-wrapper .slide {
  width: 100%;
  height: 100%; }

@media (max-width: 1500px) {
  .text-image .columns {
    width: 48%; } }

@media (max-width: 900px) {
  .text-image .columns {
    width: 100%; } }

.row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

a {
  text-decoration: none !important; }

.menu .menu-section {
  margin-bottom: 2em; }

.menu .item {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 80%; }
  .menu .item h3, .menu .item .h3, .menu .item p {
    color: #3E3F3F;
    margin-bottom: 0;
    margin-top: 0; }
  .menu .item .price {
    opacity: 0.5; }
  .menu .item .desc {
    line-height: 2.3rem;
    margin: 0.5em 0; }

.gold-underlines {
  position: relative; }
  .gold-underlines:before, .gold-underlines:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #C4B170; }
  .gold-underlines:before {
    width: calc(100% + 20px);
    bottom: 0;
    left: -10px; }
  .gold-underlines:after {
    width: 100%;
    bottom: -5px;
    left: 0; }

#mc_embed_signup {
  text-align: center;
  margin-top: 2em; }
  #mc_embed_signup .gold-outlines {
    width: fit-content; }
  #mc_embed_signup input {
    margin-bottom: 1em;
    border: 1px solid #C4B170;
    outline: none !important;
    background-color: #ffffff40;
    text-align: center;
    padding: 0.25em;
    font-size: 1em;
    position: relative;
    margin: 0 !important; }
    #mc_embed_signup input:before {
      content: "";
      border: 1px solid #C4B170;
      width: calc(100% + 10px);
      height: calc(100% - 10px);
      position: absolute;
      top: 5px;
      left: -5px; }
  #mc_embed_signup .email {
    width: 300px;
    height: 3em;
    padding: 0em !important; }
  #mc_embed_signup .gold-outlines.grey {
    margin: auto; }
  #mc_embed_signup #mc-embedded-subscribe {
    padding: 0;
    border: 0;
    background-color: transparent !important; }
    #mc_embed_signup #mc-embedded-subscribe:after, #mc_embed_signup #mc-embedded-subscribe:before {
      display: none !important; }

.opening_hours p {
  margin-bottom: 0.5rem; }
