@charset "UTF-8";
.loading-screen-outer {
  width: 100vw;
  height: 100vh;
  background: #37492d;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}

.loading-screen-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20%;
  -webkit-animation: bounce 1s infinite alternate ease-in-out;
  animation: bounce 1s infinite alternate ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.95);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0.95);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.loading-screen-hide {
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

@font-face {
  font-family: "rel";
  src: url("/wp-content/themes/thebranddirective/fonts/rel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow: hidden;
  background: #f9f0e5;
  font-family: rel;
  color: #d5b3a5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal !important;
}

h1,
h2,
h3,
h4 {
  color: #d5b3a5;
  text-decoration: underline;
}

h1 {
  font-size: 60px;
  line-height: 1.15;
}

h2 {
  font-size: 80px;
  line-height: 0.9;
}

h3,
h4 {
  font-size: 40px;
  line-height: 1.1;
}

h4 {
  color: #37492d;
}

p {
  letter-spacing: 0.05rem;
}

.site-header-desktop {
  z-index: 2;
  height: 100vh;
  width: 250px;
  background: transparent;
  will-change: transform;
  -webkit-transform: translateX(155px);
  transform: translateX(155px);
  -webkit-transition: background 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.3s ease-in;
  transition: background 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.3s ease-in;
  transition: transform 0.5s ease-in-out 0.1s, background 0.5s ease-in-out 0.1s, box-shadow 0.3s ease-in;
  transition: transform 0.5s ease-in-out 0.1s, background 0.5s ease-in-out 0.1s, box-shadow 0.3s ease-in, -webkit-transform 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.3s ease-in;
}

.no-touch .site-header-desktop:hover,
.site-header-desktop:active {
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background: #37492d;
}

.site-branding {
  padding-bottom: 30px;
  width: 105px;
}

.burger-wrapper {
  height: 30px;
  z-index: 2;
}

.burger-indicator {
  width: 30px;
  height: 0px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.1s;
  transition: -webkit-transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
}

.burger-indicator:nth-of-type(1) {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#burger-touch {
  cursor: pointer;
}

.no-touch .site-header-desktop:hover .burger-indicator {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#site-navigation {
  width: 40px;
}

#site-navigation .page-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 3px;
  margin-left: 12px;
  background: #d5b3a5;
  border-radius: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

#site-navigation a.page-indicator-active .page-indicator {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-row td {
  padding-bottom: 15px;
}

.nav-list a {
  opacity: 0;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.no-touch .nav-list a:hover,
.nav-list a:active {
  color: #f9f0e5;
}

.no-touch .site-header-desktop:hover .nav-list a {
  opacity: 1;
}

.page-section {
  min-height: 100vh;
  padding: 1.5rem 5.5rem 1.5rem 3.5rem;
  border-bottom: 20px solid;
}

.page-section:nth-of-type(odd) {
  border-color: #37492d;
  color: #37492d;
}

.page-section:nth-of-type(even) {
  background: #37492d;
  border-color: #f9f0e5;
  color: #f9f0e5;
}

.section-button,
.enquire-button {
  cursor: pointer;
  background: transparent;
  border: 1px solid;
  border-radius: 6px;
  padding: 5px 25px 8px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.section-button:after,
.enquire-button:after {
  display: inline-block;
  height: 28px;
  vertical-align: text-bottom;
  font-size: 35px;
  line-height: 0.8;
  margin-left: 8px;
}

.section-button:after {
  content: "↓";
}

.enquire-button:after {
  content: "↗";
}

.page-section:nth-of-type(odd) button {
  border-color: #37492d;
  color: #37492d;
}

.page-section:nth-of-type(even) button {
  border-color: #d5b3a5;
  color: #d5b3a5;
}

.no-touch .page-section:nth-of-type(odd) button:hover,
.page-section:nth-of-type(odd) button:active {
  color: #f9f0e5;
  background: #37492d;
  border-color: #37492d;
}

.no-touch .page-section:nth-of-type(even) button:hover,
.page-section:nth-of-type(even) button:active {
  color: #37492d;
  background: #d5b3a5;
  border-color: #d5b3a5;
}

.main-logo-desktop {
  width: 800px;
  margin-left: -60px;
}

.main-info {
  margin-left: 245px;
  width: 70%;
}

.e-loop-wrapper {
  margin-left: -5vw;
}

.image {
  width: 250px;
  height: 250px;
}

.image-inner {
  border-radius: 500px;
  z-index: 0;
}

.image-header {
  top: 140px;
  left: 170px;
}

.enquiry-form-outer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

.enquiry-form-inner {
  width: 450px;
  background: #f9f0e5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-150%);
  transform: translateX(-50%) translateY(-150%);
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
  z-index: 100;
  display: none;
}

.popup-close {
  top: -45px;
  right: -45px;
  width: 30px;
  height: 30px;
  background-color: #f9f0e5;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.close-x {
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.copyright {
  bottom: 1rem;
  left: 1rem;
  color: #d5b3a5;
  font-size: 13px;
}

.to-top {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  background: #37492d;
}

.to-top.section-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "↑";
  margin-bottom: 1rem;
  margin-left: 0;
  height: 55px;
  font-size: 55px;
  color: #f9f0e5;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
.wpforms-form
.wpforms-field-row.wpforms-field-medium {
  background: transparent !important;
  border-radius: 4px !important;
  border: 1px solid #37492d !important;
}

div.wpforms-container-full
.wpforms-form
.wpforms-field.wpforms-field-textarea
textarea {
  background-color: transparent;
  border-radius: 4px !important;
  border: 1px solid #37492d !important;
}

#wpforms-46-field_5_1 {
  opacity: 0;
}

#wpforms-46-field_5 label.wpforms-field-label-inline:before {
  display: inline-block;
  content: "×";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-left: -27px;
  margin-right: 10px;
  border: 1px solid black;
  padding: 0px 3px 0px 2px;
  border-radius: 4px;
  color: black;
  height: 17px;
  width: 11px;
  color: transparent;
  line-height: 0.9;
  font-size: 20px;
}

#wpforms-46-field_5 input:checked + .wpforms-field-label-inline:before {
  color: #37492d;
}

div.wpforms-container-full #wpforms-submit-46 {
  background-color: #37492d;
  border: 1px solid #37492d;
  color: #f9f0e5;
  font-size: 1em;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.no-touch div.wpforms-container-full #wpforms-submit-46:hover,
div.wpforms-container-full #wpforms-submit-46:active {
  background-color: #f9f0e5;
  color: #37492d;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full,
.wpforms-confirmation-container-full {
  color: #37492d !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  margin-top: 5px;
  letter-spacing: 0.05rem;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border: 1px solid #cc0000 !important;
}

.services-container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  overflow: scroll;
}

.table-one-description,
.table-two-description {
  background: white;
  border-radius: 4px;
}

.table-one-header,
.table-two-header {
  font-size: 24px;
  border: 1px solid #37492d;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-touch .table-one-header:hover,
.no-touch .table-two-header:hover,
.table-one-header:active,
.table-two-header:active {
  background-color: #37492d;
  color: #f9f0e5;
  border: 1px solid #37492d;
}

.table-header-active {
  background-color: #37492d;
  color: #f9f0e5;
}

.item-header {
  cursor: pointer;
  margin-bottom: 0;
}

.item-header,
.item-description {
  margin-left: 35px;
}

.info-icon {
  width: 18px;
  height: 19px;
  border: 1px solid #37492d;
  font-size: 20px;
  color: #37492d;
  text-align: center;
  border-radius: 40px;
  top: 5px;
  left: -35px;
  line-height: 0.8;
  padding-left: 1px;
  will-change: transform;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-open .info-icon {
  background-color: #37492d;
  color: #f9f0e5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 60em) {
  .site-branding {
    padding-bottom: 30px;
    width: 70px;
  }
  .site-header-desktop {
    -webkit-transform: translateX(185px);
    transform: translateX(185px);
  }
  .site-header-touch {
    width: 100vw;
    height: 350px;
    background: #37492d;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .touch-nav-visible {
    -webkit-transform: translateY(-290px);
    transform: translateY(-290px);
  }
  .touch-nav-hidden {
    -webkit-transform: translateY(-360px);
    transform: translateY(-360px);
  }
  .touch-nav-open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .touch-nav-item {
    margin-bottom: 1.5rem;
  }
  .touch-loop-wrapper {
    width: 30px;
    bottom: 13px;
  }
  .burger-wrapper.touch {
    bottom: 3px;
  }
  .main-logo {
    margin-top: 10vw;
    width: 85vw;
    margin-left: -30px;
  }
  .main-info {
    margin-left: initial;
    width: 100%;
  }
  .e-loop-wrapper {
    margin-left: -8vw;
  }
  .image-header {
    top: 50%;
    left: 70%;
    font-size: 10vw;
  }
  .enquiry-form-inner {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
  .popup-close {
    top: -45px;
    right: -3px;
  }
}

@media screen and (max-width: 60rem) and (min-width: 30rem) {
  .image-header {
    font-size: 6vw;
  }
  .e-loop-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 30em) {
  h1 {
    font-size: 10vw;
    line-height: 1.15;
  }
  h2 {
    font-size: 11vw;
    line-height: 0.9;
  }
  h4 {
    font-size: 5.3vw;
    line-height: 1.1;
  }
  section.page-section {
    padding: 1.5rem;
  }
  button.section-button,
  button.enquire-button {
    width: 100%;
    padding: 5px 8px 10px 8px;
  }
  button.section-button:after,
  button.enquire-button:after {
    vertical-align: text-bottom;
    font-size: 35px;
    margin-left: 3px;
  }
  .image {
    width: 50vw;
    height: 50vw;
  }
}
/*# sourceMappingURL=main.css.map */