@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.t-content:before, .hero-video-wrap:before, .footer-ig-wrap:before, .btn:before, .form-submit .submit:before, #login form .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Animations */
.fade-children > *, .fade-x.faderight, .fade-x.fadeleft, .fade-y.fadedown, .fade-y.fadeup, .fadein {
  opacity: 0;
  transition: opacity 0.6s ease-out 0s, transform 0.6s ease-out 0s;
}

.default-transition, #testimonial-modal .close, .review-box span, .review-box, .image-slider .slick-prev,
.image-slider .slick-next, .blog-btns, .t-arrows button, .cta-content, .project-slider .slick-prev,
.project-slider .slick-next, .hero-slider .slick-prev,
.hero-slider .slick-next, .header-slider .slick-prev,
.header-slider .slick-next, .blog-box-info, .blog-box-date, .blog-box-inner, .home .footer-cta,
.home .footer-ig-wrap .container,
.home .site-footer-inner, .main-menu .dropdown-toggle::after, .btn:before, .form-submit .submit:before, #login form .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .line-heading span:before, .line-heading {
  transition: all 0.4s ease-out;
}

.short-transition, .header-logo img, .header-bottom-wrap {
  transition: all 0.2s ease-out;
}

.long-transition, .blog-section-wrap .blog-box-wrap, .t-content, .cta-img, .hero-content {
  transition: all 0.8s ease-out;
}

.fade-y.fadeup {
  transform: translateY(30px);
}

.fade-y.fadedown {
  transform: translateY(-30px);
}

.fade-x.fadeleft {
  transform: translateX(30px);
}

.fade-x.faderight {
  transform: translateX(-30px);
}

.fadein.animated,
.fade-y.animated,
.fade-x.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0s !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Bold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Medium.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*******/
html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1, h2, h3,
.h1, .h2, .h3 {
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 3.7rem;
}

h2, .h2 {
  font-size: 2.7rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.em {
  font-style: italic;
}

.semi {
  font-weight: 600;
}

.spaced, .projects-header-wrap select, .blog-tags a, .search-form ::-ms-input-placeholder, .search-form :-ms-input-placeholder, .search-form ::-moz-placeholder, .search-form :-moz-placeholder, .search-form ::-webkit-input-placeholder, .widget select, .dropdown-menu a, .main-menu > li > a {
  letter-spacing: 0.1rem;
}

.white-text {
  color: #fff;
}

.primary-text {
  color: #B39A68;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}

blockquote {
  margin: 30px 0;
  padding-left: 30px;
  border-left: 3px solid #B39A68;
}
blockquote p {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  font-style: italic;
  text-align: left !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  h1, .h1,
.page-title {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.7rem;
  }

  h3, .h3 {
    font-size: 1.4rem;
  }

  blockquote {
    padding-left: 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page, .paging-navigation {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 0;
  cursor: pointer;
  z-index: 1;
}

.video-overlay svg {
  position: relative;
  z-index: 2;
  width: 100px;
}

.z-hide {
  z-index: -9999;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.gallery-item {
  width: 20%;
  min-width: 20%;
  margin: 0;
}

.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid #fff;
  position: relative;
}

.gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.gallery-item a:hover:before {
  opacity: 1;
}

.black-bg {
  background-color: #000;
  color: #fff;
}

.grey-bg {
  background-color: #F5F5F5;
}

.darkgrey-bg, .color-header, .paging-navigation {
  background-color: #1B1B1B;
  color: #fff;
}

.line-heading {
  opacity: 0;
  padding-left: 80px;
}
.line-heading.fp-active, .line-heading.animated {
  opacity: 1;
}
.line-heading span {
  position: relative;
  display: inline-block;
  text-align: left;
}
.line-heading span:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 20px;
  position: absolute;
  left: -80px;
  top: 30px;
}
.line-heading span.fp-active:before, .line-heading span.animated:before {
  width: 60px;
}
.line-heading.white-line span:before {
  background-color: #fff;
}

.freeform-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.freeform-content img {
  margin: 20px auto;
}

body:not(.home) #content {
  margin-top: 100px;
}

body.admin-bar:not(.home) #content {
  margin-top: 80px;
}

.thanks-wrap {
  background-color: #1B1B1B;
  padding: 45px 30px 30px !important;
  top: 85px;
  position: relative;
}
.thanks-wrap .page-header {
  top: unset !important;
}

.blocks-gallery-grid {
  margin: 30px 0;
}

.blocks-gallery-item {
  height: 200px;
}

.loading-screen {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }

  #page {
    overflow: hidden;
  }

  .line-heading {
    padding-left: 20px;
  }
  .line-heading span:before {
    margin-left: 40px;
    margin-right: 10px;
    top: 22px;
    left: -60px;
  }
  .line-heading span.fp-active:before, .line-heading span.animated:before {
    width: 15px;
  }

  body:not(.home) #content {
    margin-top: 90px;
  }

  .thanks-wrap {
    padding: 45px 20px 30px !important;
  }

  .alignleft,
.alignright {
    float: none;
    margin: 20px auto;
  }
}
a {
  color: #B39A68;
  font-weight: 600;
  transition: all 0.4s ease-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #B39A68;
  outline: none !important;
  box-shadow: none !important;
}

.btn, .form-submit .submit, #login form .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  padding: 17px 25px;
  line-height: 1;
  height: 50px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-out;
  box-shadow: none;
  text-decoration: none !important;
  outline: none !important;
  border: 2px solid #B39A68 !important;
  background-color: transparent !important;
}
.btn:before, .form-submit .submit:before, #login form .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  z-index: -1;
  background-color: #B39A68;
}

.btn-primary, .form-submit .submit, #login form .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #B39A68;
}
.btn-primary:before, .form-submit .submit:before, #login form .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before {
  top: 100%;
  bottom: -100%;
}
.btn-primary:hover, .form-submit .submit:hover, #login form .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-primary:focus, .form-submit .submit:focus, #login form .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-primary:active, .form-submit .submit:active, #login form .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #fff;
}
.btn-primary:hover:before, .form-submit .submit:hover:before, #login form .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .btn-primary:focus:before, .form-submit .submit:focus:before, #login form .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .btn-primary:active:before, .form-submit .submit:active:before, #login form .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before {
  top: 0;
  bottom: 0;
}

.btn-secondary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.btn-secondary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #B39A68;
}
.btn-secondary:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn-secondary:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn-secondary:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  top: -100%;
  bottom: 100%;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
select {
  height: 50px;
  border-radius: 0;
}

button {
  border-radius: 0;
}

textarea {
  height: 115px;
  border-radius: 0;
  font-size: 1rem !important;
}

input:not([type=submit]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 154, 104, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px egba(#B39A68, 0.6);
}

select {
  background: #fff url("../images/select-angle-black.png") right 15px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input:not([type=submit]),
select,
textarea {
  border: 0;
  padding: 5px 8px;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gfield_label.no-animate {
  position: static;
  font-size: 0.8rem !important;
}

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
  list-style: none;
}

.gfield_radio input,
.gfield_checkbox input {
  width: auto;
}

.gfield_radio input label,
.gfield_checkbox input label {
  margin: 0 !important;
  margin-left: 10px !important;
}

/* Gforms Resets/ Helper Classes */
body img.gform_ajax_spinner {
  display: none !important;
}

.gform_fields {
  list-style: none;
  padding-left: 0;
}

.gform_validation_container {
  display: none !important;
}

.gfield_visibility_hidden {
  display: none !important;
}

.gform_wrapper {
  text-align: left;
}

.gform_footer {
  text-align: right;
}

.gfield_label,
label, .label, .comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 0.8rem;
  color: #000;
  text-transform: uppercase;
}

.gform_wrapper .gfield_required,
.required {
  color: #B39A68;
}

.gform_button {
  min-width: 200px;
}

.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.gfield select,
.gfield textarea {
  width: 100%;
  padding: 15px 15px 5px;
  outline: none !important;
  border: 2px solid #B39A68;
  background-color: transparent;
}

.cta-form .gfield_label {
  color: #B39A68;
}
.cta-form .gfield input,
.cta-form .gfield select,
.cta-form .gfield textarea {
  color: #fff;
}

.ginput_counter,
.gfield_description {
  font-size: 0.7rem;
}

.gform_button_select_files {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 15px !important;
}

/* Half-width Fields */
.gfield.ghalf,
.ginput_complex span {
  width: 49%;
  float: left;
  margin-top: 0px !important;
}

.ghalf.floatright,
.ginput_complex span:last-of-type {
  float: right;
}

.floatright + .gfield:not(.ghalf) {
  clear: both;
}

.ginput_complex span label {
  display: block;
  font-size: 0.7rem;
}

/***/
/* animated form -- requires classie.js */
.gfield {
  margin: 10px 0 25px !important;
  position: relative;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 15px;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}

.gfield.input--filled .gfield_label {
  top: 5px !important;
  font-size: 0.7rem;
}

.gfield select {
  color: transparent;
}

.gfield.input--filled select {
  color: #000;
}

/** # Responsive **/
@media (max-width: 767px) {
  .gfield {
    margin-top: 10px !important;
  }

  .ghalf,
.ginput_complex span {
    float: none !important;
    width: 100% !important;
  }

  .cta-form {
    padding: 30px 20px;
  }

  .floatright + .gfield:not(.ghalf) {
    top: 0;
  }
}
.navbar-toggler {
  display: none;
}

.primary-nav {
  padding-right: 0;
}

.main-menu {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.main-menu > li > a {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: transparent !important;
}
.main-menu .dropdown-toggle::after {
  border: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 8px;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .active > a, .main-menu > .active:focus > a, .main-menu > .active:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .active > a, .main-menu > .active > a:focus, .main-menu > .active > a:hover {
  color: #B39A68;
  background-color: transparent;
}
.main-menu > li:focus > a.dropdown-toggle::after, .main-menu > li:hover > a.dropdown-toggle::after, .main-menu > .active > a.dropdown-toggle::after, .main-menu > .active:focus > a.dropdown-toggle::after, .main-menu > .active:hover > a.dropdown-toggle::after, .main-menu > li > a:focus.dropdown-toggle::after, .main-menu > li > a:hover.dropdown-toggle::after, .main-menu > .active > a.dropdown-toggle::after, .main-menu > .active > a:focus.dropdown-toggle::after, .main-menu > .active > a:hover.dropdown-toggle::after {
  border-color: #B39A68;
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  min-width: 185px;
  background-color: #000;
  padding: 15px 0;
}
.dropdown-menu a {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: transparent !important;
  padding: 10px 1.5rem;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover {
  color: #B39A68;
  background-color: transparent;
}

.header-social a {
  color: #fff;
}
.header-social a:hover, .header-social a:focus, .header-social a:active {
  color: #B39A68;
}

/** # Responsive **/
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
    outline: none !important;
    border: 0 !important;
    margin-left: 20px;
    padding-right: 0;
  }

  .toggle-bar {
    display: block;
    width: 45px;
    height: 1px;
    background-color: #fff;
    margin: 7px 0;
  }

  .primary-nav {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #000;
    top: 47px;
    padding: 0;
  }

  .main-menu {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .main-menu > li > a {
    padding: 10px !important;
    font-size: 1rem;
  }

  .dropdown-menu {
    text-align: center;
    border: 0;
    background: transparent;
    padding: 0;
  }
  .dropdown-menu li > a {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    margin-left: 10px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-scroll .header-bottom-wrap {
  padding: 5px 0;
}
.header-scroll .header-logo img {
  width: 260px;
}

.header-top-wrap {
  background-color: #1B1B1B;
  padding: 5px 0;
}

.header-cta-link {
  background-color: #B39A68;
  color: #000;
  padding: 2px 10px;
}
.header-cta-link:hover, .header-cta-link:focus, .header-cta-link:active {
  background-color: transparent;
}

.header-bottom-wrap {
  background-color: #000;
  padding: 15px 0;
}

.header-logo img {
  width: 300px;
}

.header-nav {
  padding-right: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .header-logo {
    position: relative;
    z-index: 2;
  }
  .header-logo img {
    width: 250px;
  }

  .header-scroll .header-logo img {
    width: 225px;
  }

  .header-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -45px;
  }
}
@media (max-width: 991px) {
  .header-nav {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    width: 220px;
  }
}
.home .footer-cta,
.home .footer-ig-wrap .container,
.home .site-footer-inner {
  opacity: 0;
}
.home .footer-cta.fp-active,
.home .footer-ig-wrap .container.fp-active,
.home .site-footer-inner.fp-active {
  opacity: 1;
}

.footer-cta-wrap {
  padding: 60px 0;
}

.vert-line {
  width: 1px;
  height: 45px;
  margin: 0 auto 45px;
}

.footer-ig-wrap {
  padding: 45px 0 0;
  position: relative;
}
.footer-ig-wrap:before {
  top: 75%;
  background-color: #fff;
}
.footer-ig-wrap a {
  color: #fff;
  text-decoration: none !important;
}
.footer-ig-wrap a:hover, .footer-ig-wrap a:focus, .footer-ig-wrap a:active {
  color: #B39A68;
}

#sb_instagram {
  padding: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 10px !important;
}

.site-footer-wrap {
  padding: 30px 0 20px;
}

.footer-logo img {
  width: 90%;
}

.footer-contact a {
  color: #000;
  text-decoration: none !important;
}
.footer-contact a:hover, .footer-contact a:focus, .footer-contact a:active {
  color: #B39A68;
}

.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #B39A68;
  color: #B39A68;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding-top: 9px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #fff;
  background-color: #1B1B1B;
  border-color: #1B1B1B;
}

.site-info {
  padding: 12px 15px;
}
.site-info a {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #B39A68;
  text-decoration: none;
}

.footer-legal {
  display: inline-block;
}
.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding: 0 5px 0 3px;
}
.footer-legal li {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 8px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
    margin-top: 20px;
  }
  .footer-logo img {
    width: 350px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .vert-line {
    height: 45px;
    margin: 0 auto 25px;
  }

  .footer-ig-wrap a {
    font-size: 0.8rem;
  }

  #sb_instagram #sbi_images {
    display: -webkit-flex;
    display: flex;
    padding: 0 2px !important;
  }

  .footer-ig-wrap:before {
    top: 87%;
  }

  .site-footer-inner {
    margin: 0;
  }
  .site-footer-inner > div {
    text-align: center !important;
  }

  .footer-contact {
    margin-bottom: 30px;
  }

  .footer-social {
    margin-bottom: 15px;
  }
}
/* Widgets */
.widget-title {
  display: none;
}

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 15px;
}

.widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.widget form {
  width: 100%;
}
.widget select {
  width: 100%;
  border: 2px solid #B39A68;
  background: #1B1B1B url("../images/select-angle-white.png") right 15px center no-repeat;
  color: #B39A68;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  border: 2px solid #B39A68;
  width: 100%;
  background-color: transparent;
  color: #fff;
}
.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.8rem;
  padding-right: 15px;
  padding-top: 15px;
}

.search-form ::-webkit-input-placeholder {
  color: #B39A68;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.search-form :-moz-placeholder {
  color: #B39A68;
  text-transform: uppercase;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #B39A68;
  text-transform: uppercase;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #B39A68;
  text-transform: uppercase;
}

.search-form ::-ms-input-placeholder {
  color: #B39A68;
  text-transform: uppercase;
}

.search-modal .modal-dialog {
  max-width: 600px;
}
.search-modal .modal-content {
  border-radius: 0;
  padding: 60px;
  background-color: #1B1B1B;
  color: #fff;
  position: relative;
}
.search-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }

  .search-modal .modal-dialog {
    max-width: 95vw;
  }
  .search-modal .modal-content {
    padding: 60px 20px 45px;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
  padding: 30px 15px;
}

.paging-navigation .pagination,
.paging-navigation > div {
  font-size: 0;
  -webkit-justify-content: center;
  justify-content: center;
}

.paging-navigation .pagination:empty,
.paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  margin: 0 6px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}

.page-numbers.current {
  color: #B39A68;
}

.page-numbers.next, .page-numbers.prev {
  color: #B39A68;
  margin: 0;
  font-size: 18px;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}

.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}

.post-navigation .pagination .nav-next {
  float: right;
}

.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
}

.post-navigation .pagination .nav-previous a:hover,
.post-navigation .pagination .nav-next a:hover {
  color: #B39A68;
}

.login .message,
#login_error {
  color: #000;
  margin-top: 25px;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  min-height: 100vh;
  position: relative;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  background-color: #1B1B1B;
  position: relative;
}

#login p {
  text-align: left;
}

#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0;
}

#login h1 a {
  width: 350px;
  background-size: 350px;
  height: 70px;
  margin-bottom: 0;
}

#login form label {
  color: #B39A68;
  font-size: 16px;
}

#login form input:not([type=submit]) {
  border: 2px solid #B39A68;
  background-color: transparent;
  color: #fff;
}

#login form .submit {
  clear: both;
}

#login form .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #B39A68 !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}

#nav a,
#backtoblog a {
  color: #fff !important;
  font-size: 18px;
}

.blog-box-wrap a {
  text-decoration: none !important;
  color: #000;
}
.blog-box-wrap a:hover .blog-box-inner, .blog-box-wrap a:focus .blog-box-inner, .blog-box-wrap a:active .blog-box-inner {
  transform: translateY(-25px);
}
.blog-box-wrap a:hover .blog-box-date, .blog-box-wrap a:focus .blog-box-date, .blog-box-wrap a:active .blog-box-date {
  opacity: 0;
}
.blog-box-wrap a:hover .blog-box-info, .blog-box-wrap a:focus .blog-box-info, .blog-box-wrap a:active .blog-box-info {
  color: #B39A68;
}

.blog-box-img {
  height: 250px;
  position: relative;
  margin-bottom: 20px;
}

.blog-box-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 75px;
  height: 75px;
}
.blog-box-date span {
  display: block;
}

.blog-box-info {
  color: #000;
}
.blog-box-info hr {
  width: 40px;
  border-top: 1px solid #B39A68;
  margin: 10px 0;
  text-align: left;
}

/** Main Blog **/
.blog-query {
  padding: 60px 0 30px;
}
.blog-query .blog-box-wrap {
  margin-bottom: 50px;
}
.blog-query .blog-box-img {
  height: 500px;
}

.blog-cats {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-cats li {
  display: inline-block;
  margin: 0.5rem 0.5rem 0;
}
.blog-cats a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

/** Single Blog **/
.wp-block-media-text {
  margin: 1em 0;
}

.single-post .color-header {
  padding-bottom: 0 !important;
  margin-bottom: 60px;
}

.post-img {
  height: calc( 100vh - 92px );
  position: relative;
}

.single-post-wrap {
  padding-bottom: 50px;
}
.single-post-wrap h1 {
  font-size: 2.5rem;
}
.single-post-wrap h2 {
  font-size: 2rem;
}
.single-post-wrap h3 {
  font-size: 1.75rem;
}

.blog-tags {
  margin: 45px 0 0;
}
.blog-tags a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.blog-tags a:hover, .blog-tags a:focus, .blog-tags a:active {
  color: #1B1B1B;
}

.related-posts {
  padding: 60px 0;
}

.related-header {
  margin-bottom: 45px;
}

.cta-form {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.b29-social-share a {
  text-decoration: none;
  font-size: 0.8rem;
}
.b29-social-share a:hover, .b29-social-share a:focus, .b29-social-share a:active {
  color: #fff;
}

/* Comments */
.comments-wrap {
  padding: 50px 0;
}

#reply-title,
.comments-title {
  font-size: 1.8rem;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  width: 100%;
  background-color: transparent;
  border: 2px solid #B39A68;
  color: #fff;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  color: #B39A68;
}

.form-submit {
  text-align: right;
}
.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment {
  padding-bottom: 25px;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 25px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
  }

  .blog-query .blog-box-img {
    height: 275px;
  }

  .post-img {
    height: 300px;
  }

  .related-posts .blog-box-wrap {
    margin-bottom: 45px;
  }

  .blog-cats li {
    margin: 0.5rem 0.5rem 0;
  }
  .blog-cats a {
    font-size: 0.8rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * fullPage 3.1.0
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-wrap {
  height: calc(100vh - 100px);
}
.header-wrap .page-header {
  position: relative;
  top: 85px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.header-wrap .page-header h1 {
  padding-left: 60px;
}
.header-wrap .page-header h1:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 45px;
  left: 0;
  display: block;
  top: 28px;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
}

.header-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  height: 100% !important;
}
.header-slider .slick-track,
.header-slider .slick-list,
.header-slider .slick-slide {
  height: 100% !important;
}
.header-slider .slick-prev,
.header-slider .slick-next {
  background-color: #B39A68;
  width: 60px;
  height: 60px;
  top: calc( 50% - 70px );
  position: absolute;
  z-index: 1;
  outline: none !important;
  border: 0;
}
.header-slider .slick-prev:hover, .header-slider .slick-prev:focus, .header-slider .slick-prev:active,
.header-slider .slick-next:hover,
.header-slider .slick-next:focus,
.header-slider .slick-next:active {
  background-color: #1B1B1B;
}
.header-slider .slick-prev {
  left: 0px;
}
.header-slider .slick-next {
  right: 0px;
}

.header-scroll-trigger {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 2;
  animation: bounce 4s ease 0s infinite;
}
.header-scroll-trigger a {
  display: inline-block;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(0);
  }
}
.color-header {
  padding-top: 30px;
  padding-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .color-header {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .header-slider .slick-next,
.header-slider .slick-prev {
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
  }
  .header-slider .slick-next img,
.header-slider .slick-prev img {
    width: 15px;
  }

  .header-wrap {
    height: calc(100vh - 90px);
  }
  .header-wrap .page-header {
    top: 55px;
  }
  .header-wrap .page-header h1:before {
    top: 21px;
  }

  .header-scroll-trigger {
    bottom: 15px;
  }
}
/* Custom */
.home #page {
  overflow-x: hidden;
}

.hero-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  height: 100vh !important;
}
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide {
  height: 100% !important;
}
.hero-slider a {
  outline: none !important;
}
.hero-slider h1 {
  padding-left: 60px;
}
.hero-slider h1:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 45px;
  left: 15px;
  display: block;
  top: 28px;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  background-color: #B39A68;
  width: 60px;
  height: 60px;
  top: calc( 50% - 30px );
  position: absolute;
  z-index: 1;
  outline: none !important;
  border: 0;
}
.hero-slider .slick-prev:hover, .hero-slider .slick-prev:focus, .hero-slider .slick-prev:active,
.hero-slider .slick-next:hover,
.hero-slider .slick-next:focus,
.hero-slider .slick-next:active {
  background-color: #1B1B1B;
}
.hero-slider .slick-prev {
  left: 0px;
}
.hero-slider .slick-next {
  right: 0px;
}

.hero-section .container {
  position: relative;
  height: 100%;
}

.hero-content {
  margin-top: 84px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateX(60px);
  position: absolute;
  top: 100px;
  left: 0;
}
.hero-content.fp-active {
  opacity: 1;
  transform: translateX(0);
}

/** # Responsive **/
@media (max-width: 767px) {
  .hero-slider .slick-next,
.hero-slider .slick-prev {
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
  }
  .hero-slider .slick-next img,
.hero-slider .slick-prev img {
    width: 15px;
  }
  .hero-slider h1:before {
    top: 18px;
  }

  .hero-content {
    margin-top: 45px;
  }
}
.project-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project-slider .slick-list,
.project-slider .slick-track,
.project-slider .slick-slide {
  height: 100% !important;
}
.project-slider .slick-slide {
  overflow: hidden;
  position: relative;
}
.project-slider .slick-slide a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  min-width: 100%;
  outline: none !important;
  text-decoration: none !important;
}
.project-slider .slick-slide a img {
  transition: all 0.8s ease-out;
}
.project-slider .slick-slide a:hover img, .project-slider .slick-slide a:focus img, .project-slider .slick-slide a:active img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.project-slider .slick-prev,
.project-slider .slick-next {
  background-color: #B39A68;
  width: 60px;
  height: 60px;
  top: calc( 50% - 30px );
  position: absolute;
  z-index: 1;
  outline: none !important;
  border: 0;
}
.project-slider .slick-prev:hover, .project-slider .slick-prev:focus, .project-slider .slick-prev:active,
.project-slider .slick-next:hover,
.project-slider .slick-next:focus,
.project-slider .slick-next:active {
  background-color: #1B1B1B;
}
.project-slider .slick-prev {
  left: 0px;
}
.project-slider .slick-next {
  right: 0px;
}

.project-title {
  position: relative;
  z-index: 1;
  padding: 0 30px 25px 45px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/** # Responsive **/
@media (max-width: 767px) {
  .featured-projects {
    height: 100vh !important;
    padding-bottom: 50px;
  }
  .featured-projects .fp-tableCell {
    height: 100% !important;
  }
  .featured-projects .line-heading {
    margin-top: 50px;
  }

  .project-slider .slick-next,
.project-slider .slick-prev {
    width: 45px;
    height: 45px;
    top: calc(50% - 22px);
  }
  .project-slider .slick-next img,
.project-slider .slick-prev img {
    width: 15px;
  }

  .project-title {
    padding: 0 30px 30px;
  }
}
.cta-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 45%;
  opacity: 0;
}
.cta-img.fp-active {
  opacity: 1;
}

.cta-content {
  padding-top: 92px;
  opacity: 0;
}
.cta-content.fp-active {
  opacity: 1;
}
.cta-content .btn, .cta-content .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .cta-content .wp-block-button__link, .cta-content .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .cta-content .wp-block-button__link, .cta-content #login form .button-primary, #login form .cta-content .button-primary, .cta-content .form-submit .submit, .form-submit .cta-content .submit {
  min-width: 260px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-img {
    right: 40%;
  }
}
@media (max-width: 991px) {
  .cta-img {
    right: 46%;
  }
}
@media (max-width: 767px) {
  .cta-section {
    height: auto !important;
  }
  .cta-section .fp-tableCell {
    height: 100% !important;
  }

  .cta-img {
    position: static;
    width: 100%;
  }

  .cta-content {
    padding: 40px 15px 50px;
  }
}
.t-wrap {
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: column;
}

.t-top {
  -wekbit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.t-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hero-video-wrap:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.main-video {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  bottom: 0;
}

.t-content {
  margin-top: 84px;
  color: #fff;
  padding: 30px 45px 30px 60px;
  opacity: 0;
  transform: translateX(60px);
}
.t-content.fp-active {
  opacity: 1;
  transform: translateX(0);
}
.t-content:before {
  background-color: rgba(0, 0, 0, 0.7);
  left: -30px;
}
.t-content a {
  color: #fff;
}
.t-content a:hover, .t-content a:focus, .t-content a:active {
  color: #B39A68;
  text-decoration: none;
}

.t-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.t-img > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #B39A68;
}
.t-img > div img {
  object-position: top;
}

.t-arrows {
  position: relative;
  z-index: 1;
}
.t-arrows button {
  background-color: transparent;
  border: 0;
  padding: 0 15px;
  line-height: 1;
  color: #fff;
  outline: none;
}
.t-arrows button:hover, .t-arrows button:focus, .t-arrows button:active {
  color: #B39A68;
}
.t-arrows .slick-prev {
  border-right: 2px solid #fff;
  padding-left: 0;
}

.t-bottom {
  padding: 30px 0;
}

.external-review {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-out 0.2s;
}
.external-review.fp-active {
  opacity: 1;
  transform: translateY(0);
}
.external-review:nth-of-type(2) {
  transition-delay: 0.4s;
}
.external-review:nth-of-type(3) {
  transition-delay: 0.6s;
}
.external-review:nth-of-type(4) {
  transition-delay: 0.8s;
}

.external-logo {
  height: 60px;
  margin-bottom: 10px;
}
.external-logo img {
  max-height: 100%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .t-content {
    padding: 30px 45px;
  }
  .t-content:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-section {
    height: auto !important;
  }
  .testimonials-section .fp-tableCell {
    height: 100% !important;
  }

  .t-wrap {
    height: unset;
    display: block;
  }

  .t-top {
    padding: 50px 0;
  }

  .t-content {
    margin-top: 0;
    padding: 30px 20px;
  }

  .t-bottom-inner {
    display: block;
    padding: 15px 0;
  }

  .external-review {
    margin: 30px 0;
  }
}
.blog-section .line-heading {
  padding-top: 84px;
}

.blog-subcopy {
  margin-left: 80px;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}
.blog-subcopy.fp-active {
  opacity: 1;
}

.blog-section-wrap {
  margin-top: 60px;
}
.blog-section-wrap .blog-box-wrap {
  opacity: 0;
}
.blog-section-wrap .blog-box-wrap:nth-of-type(2) {
  transition-delay: 0.4s;
}
.blog-section-wrap .blog-box-wrap:nth-of-type(3) {
  transition-delay: 0.8s;
}
.blog-section-wrap .blog-box-wrap.fp-active {
  opacity: 1;
}

.blog-btns {
  opacity: 0;
  transition-delay: 1s;
}
.blog-btns.fp-active {
  opacity: 1;
}

/** # Responsive **/
@media (max-height: 850px) {
  .blog-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog-subcopy {
    margin-left: 20px;
  }

  .blog-section-wrap .blog-box-wrap {
    margin-bottom: 45px;
  }
}
.internal-cta-section {
  min-height: calc(100vh - 92px);
}
.internal-cta-section.img-left .internal-cta-img {
  left: 0;
  right: 45%;
}
.internal-cta-section.img-right .internal-cta-img {
  left: 45%;
  right: 0;
}

.internal-cta-img {
  position: absolute;
  top: 0;
  bottom: 0;
}

.internal-cta-section-inner {
  min-height: calc(100vh - 92px);
  padding: 45px 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .internal-cta-section.img-left .internal-cta-img {
    right: 40%;
  }
  .internal-cta-section.img-right .internal-cta-img {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .internal-cta-section.img-left .internal-cta-img {
    right: 46%;
  }
  .internal-cta-section.img-right .internal-cta-img {
    left: 46%;
  }
}
@media (max-width: 767px) {
  .internal-cta-section {
    height: unset;
    border-top: 1px solid #fff;
  }

  .internal-cta-img {
    position: relative;
    height: 275px;
    margin-bottom: 30px;
    left: 0 !important;
  }

  .internal-cta-section-inner {
    min-height: unset;
    padding: 0 0 30px;
  }
}
.image-slider-wrap {
  margin-top: 60px;
}
.image-slider-wrap .container {
  margin-bottom: 30px;
}

.image-slider {
  height: calc(100vh - 92px) !important;
}
.image-slider .slick-track,
.image-slider .slick-list,
.image-slider .slick-slide {
  height: 100% !important;
}
.image-slider .slick-prev,
.image-slider .slick-next {
  background-color: #B39A68;
  width: 60px;
  height: 60px;
  top: calc( 50% - 30px );
  position: absolute;
  z-index: 1;
  outline: none !important;
  border: 0;
}
.image-slider .slick-prev:hover, .image-slider .slick-prev:focus, .image-slider .slick-prev:active,
.image-slider .slick-next:hover,
.image-slider .slick-next:focus,
.image-slider .slick-next:active {
  background-color: #1B1B1B;
}
.image-slider .slick-prev {
  left: 0px;
}
.image-slider .slick-next {
  right: 0px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .image-slider {
    height: 275px !important;
  }
  .image-slider .slick-next,
.image-slider .slick-prev {
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
  }
  .image-slider .slick-next img,
.image-slider .slick-prev img {
    width: 15px;
  }
}
.sticky-scroll-wrap {
  padding: 60px 0 20px;
}
.sticky-scroll-wrap.img-left .sticky-scroll-img {
  left: 0;
  right: 50%;
}
.sticky-scroll-wrap.img-right .sticky-scroll-img {
  left: 50%;
  right: 0;
}

.sticky-scroll-img {
  position: absolute;
  top: 0;
  bottom: 0;
}
.sticky-scroll-img > div {
  height: calc(100vh - 92px);
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
}

.sticky-content {
  margin-top: 45px;
}

.copy-block {
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .sticky-scroll-img > div {
    height: calc(100vh - 75px);
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }

  .sticky-scroll-wrap.img-left .sticky-scroll-img {
    right: 54%;
  }
  .sticky-scroll-wrap.img-right .sticky-scroll-img {
    left: 54%;
  }
}
@media (max-width: 767px) {
  .sticky-scroll-wrap {
    padding: 0;
  }

  .sticky-scroll-img {
    position: static;
    height: 275px;
    margin-bottom: 30px;
  }
  .sticky-scroll-img > div {
    height: 100%;
  }
}
.featured-testimonial {
  padding: 70px 0;
}
.featured-testimonial .t-img {
  height: 140px;
  width: 140px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .featured-testimonial-inner {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .featured-testimonial {
    text-align: center;
  }
  .featured-testimonial .t-img-wrap {
    padding: 0;
  }
  .featured-testimonial .t-img {
    margin: 0 auto 30px;
  }
  .featured-testimonial .featured-t-copy {
    padding: 0;
  }
}
/* Main Projects */
.projects-header-wrap select {
  border: 2px solid #B39A68;
  background: #1B1B1B url("../images/select-angle-white.png") right 15px center no-repeat;
  color: #B39A68;
  font-size: 0.8rem;
  width: 300px;
  margin-right: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.projects-header-wrap span {
  display: inline-block;
  margin-right: 45px;
}
.projects-header-wrap .btn, .projects-header-wrap .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .projects-header-wrap .wp-block-button__link, .projects-header-wrap .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .projects-header-wrap .wp-block-button__link, .projects-header-wrap #login form .button-primary, #login form .projects-header-wrap .button-primary, .projects-header-wrap .form-submit .submit, .form-submit .projects-header-wrap .submit {
  width: 300px;
}

.styles-list a {
  display: inline-block;
  white-space: nowrap;
}

.project-filters {
  margin-top: 60px;
}

.projects-wrap {
  overflow: hidden;
}

.project-query {
  margin: 0;
}

.project-box-wrap {
  border-bottom: 1px solid #fff;
  padding: 0;
}
.project-box-wrap:nth-of-type(even) {
  border-left: 1px solid #fff;
}
.project-box-wrap a {
  color: #fff;
  text-decoration: none !important;
}
.project-box-wrap a:hover .project-box-img img, .project-box-wrap a:focus .project-box-img img, .project-box-wrap a:active .project-box-img img {
  transform: scale(1.1);
  transition: all 3s ease-out;
}
.project-box-wrap h3 {
  position: absolute;
  bottom: 30px;
  left: 45px;
  right: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.project-box-img {
  overflow: hidden;
  height: calc( 100vh - 92px );
}
.project-box-img img {
  transition: all 0.8s ease-out;
}

.filter-text {
  color: #B39A68;
  text-transform: capitalize;
}

/* Single Projects */
.expand-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .project-box-img {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .projects-header-wrap select,
.projects-header-wrap .btn,
.projects-header-wrap .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .projects-header-wrap .wp-block-button__link,
.projects-header-wrap .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .projects-header-wrap .wp-block-button__link,
.projects-header-wrap #login form .button-primary,
#login form .projects-header-wrap .button-primary,
.projects-header-wrap .form-submit .submit,
.form-submit .projects-header-wrap .submit {
    width: 100%;
    margin: 0;
  }
  .projects-header-wrap span {
    display: block;
    text-align: center;
    margin: 5px auto;
  }

  .project-box-img {
    height: calc( 100vh - 75px );
  }

  .project-box-wrap h3 {
    left: 25px;
  }

  .expand-gallery {
    width: 45px;
    height: 45px;
    padding-top: 13px;
  }

  .styles-list a {
    display: block;
    margin: 10px 0 0 !important;
  }
}
.video-section .VideoWrapper {
  height: calc(100vh - 92px);
}

.video-heading {
  margin-bottom: 30px;
  margin-top: 60px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .video-section .VideoWrapper {
    height: calc(100vh - 77px);
  }
}
@media (max-width: 767px) {
  .video-section .VideoWrapper {
    height: unset;
  }
}
.more-projects {
  margin-top: 60px;
}

.project-cta-query {
  margin: 30px 0 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .more-projects-header {
    text-align: center;
  }

  .more-projects-header-right {
    text-align: center !important;
    margin-top: 10px;
  }
}
/* Page */
.ba-tabs {
  border: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.ba-tabs .nav-item {
  margin: 0;
}
.ba-tabs .nav-item .nav-link {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 1em 1em 0 !important;
}
.ba-tabs .nav-item .nav-link.active {
  color: #fff !important;
}

/* Component */
.before-after-wrap .container + .before-afters {
  margin-top: 30px;
}
.before-after-wrap .video-heading {
  margin-top: 60px;
}

.beforeafter-row {
  height: calc( 100vh - 92px ) !important;
  margin: 0;
  border-bottom: 2px solid #fff;
}

.ba-col {
  padding: 0;
  position: relative;
}

.after-col {
  border-left: 1px solid #fff;
}

.ba-flag {
  position: absolute;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  width: 125px;
  text-align: center;
}

.before-flag {
  bottom: 0;
  right: 0;
  background-color: #1B1B1B;
}

.after-flag {
  bottom: 0;
  left: 0;
  background-color: #B39A68;
}

/** # Responsive **/
@media (max-width: 991px) {
  .beforeafter-row {
    height: unset !important;
    border-bottom-width: 15px;
  }

  .ba-col {
    height: 450px;
  }

  .before-flag {
    left: 0;
  }

  .after-flag {
    bottom: unset;
    top: 0;
  }
}
@media (max-width: 767px) {
  .ba-col {
    height: 260px;
  }
}
.reviews-video .VideoWrapper {
  height: calc( 100vh - 92px );
}

.reviews-wrap {
  margin-top: 70px;
  margin-bottom: 30px;
}

.review-box-wrap {
  margin-bottom: 50px;
}
.review-box-wrap:nth-of-type(2), .review-box-wrap:nth-of-type(3), .review-box-wrap:nth-of-type(6) {
  min-width: 65%;
  width: 65%;
}
.review-box-wrap:nth-of-type(2) .review-box .t-excerpt, .review-box-wrap:nth-of-type(3) .review-box .t-excerpt, .review-box-wrap:nth-of-type(6) .review-box .t-excerpt {
  font-size: 1.3rem;
}
.review-box-wrap:nth-of-type(1), .review-box-wrap:nth-of-type(4), .review-box-wrap:nth-of-type(5) {
  min-width: 35%;
  width: 35%;
}
.review-box-wrap a {
  display: block;
  height: 100%;
  text-decoration: none !important;
}
.review-box-wrap a:hover .review-box, .review-box-wrap a:focus .review-box, .review-box-wrap a:active .review-box {
  transform: translateY(-15px);
}
.review-box-wrap a:hover .review-box span, .review-box-wrap a:focus .review-box span, .review-box-wrap a:active .review-box span {
  color: #B39A68;
}

.review-box {
  border: 1px solid #B39A68;
  color: #000;
  padding: 30px;
  height: 100%;
}
/* Modal */
#testimonial-modal .modal-dialog {
  max-width: 850px;
}
#testimonial-modal .modal-content {
  border-radius: 0;
  border: 2px solid #B39A68;
  padding: 45px;
  position: relative;
}
#testimonial-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 1;
}
#testimonial-modal .close:hover, #testimonial-modal .close:focus, #testimonial-modal .close:active {
  opacity: 0.7;
}
#testimonial-modal .t-img {
  margin: 0 auto 30px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

/** # Responsive **/
@media (max-width: 991px) {
  .review-box-wrap {
    width: 50% !important;
    min-width: 50% !important;
  }

  .review-box {
    padding: 30px 20px;
  }

  .t-excerpt {
    font-size: 0.9rem !important;
  }

  #testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .reviews-video .VideoWrapper {
    height: 275px;
  }

  .review-box-wrap {
    width: 100% !important;
    min-width: 100% !important;
  }

  #testimonial-modal .modal-content {
    padding: 45px 20px;
  }
}
.grid-content-wrap {
  margin: 70px 0;
}

.grid-content {
  margin-top: 45px;
}

.grid-item {
  border-bottom: 1px solid #F5F5F5;
  padding: 30px;
}
.grid-item:last-of-type, .grid-item:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: 0;
}
.grid-item:nth-of-type(odd) {
  border-right: 1px solid #F5F5F5;
}
.grid-item:last-of-type:nth-of-type(odd) {
  border-left: 1px solid #F5F5F5;
}

.grid-item-media {
  margin-bottom: 20px;
}

.grid-item-logo img {
  max-width: 300px;
  max-height: 150px;
  height: auto;
  width: auto;
}

.grid-item-image {
  height: 350px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .grid-item-image {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .grid-item-image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .grid-item {
    border-right: 0 !important;
    border-bottom: 1px solid #F5F5F5 !important;
    padding: 30px 15px;
  }
  .grid-item:last-of-type {
    border-bottom: 0 !important;
  }
}
.lead-wrap {
  min-height: calc(100vh - 87px);
}
.lead-wrap .container {
  height: 100%;
}

.lead-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 60%;
}
.lead-img > div {
  height: calc( 100vh - 92px);
  position: -webkit-sticky;
  position: sticky;
  top: 87px;
}

.lead-content {
  padding: 80px 15px;
}

#field_2_15 .gfield_checkbox {
  column-count: 2;
}

/** # Responsive **/
@media (max-width: 1199px) {
  #field_2_21 .gfield_label,
#field_2_17 .gfield_label {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .lead-img {
    position: static;
  }
  .lead-img > div {
    height: 350px;
    min-height: unset;
  }

  .lead-content {
    padding: 45px 0;
  }

  #field_2_21 .gfield_label,
#field_2_17 .gfield_label {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .lead-img > div {
    height: 275px;
  }
}
@media (max-width: 440px) {
  #field_2_13 .gfield_label,
#field_2_14 .gfield_label,
#field_2_20 .gfield_label {
    top: 5px;
  }
}
.colour-block-wrap {
  padding: 70px 0;
}
.colour-block-wrap .btn, .colour-block-wrap .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .colour-block-wrap .wp-block-button__link, .colour-block-wrap .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .colour-block-wrap .wp-block-button__link, .colour-block-wrap #login form .button-primary, #login form .colour-block-wrap .button-primary, .colour-block-wrap .form-submit .submit, .form-submit .colour-block-wrap .submit {
  min-width: 250px;
}
.colour-block-wrap h4 {
  line-height: 1.3;
}

.blog-feed {
  padding: 60px 0;
}

.blog-feed-wrap {
  margin-top: 45px;
}

.blog-feed-links {
  margin-top: 40px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .blog-feed-wrap .blog-box-wrap {
    margin-bottom: 30px;
    transform: none !important;
  }
}
.embed-wrap {
  position: relative;
  padding-top: 56.25%;
}
.embed-wrap iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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