@charset "UTF-8";
/*   
Theme Name: Fortuna Group
Description:  Fortuna Group WordPress theme
Author: Residency Studios
Author URI: https://residencystudios.com
Version: 1.0.1
Tags: 
*/
@font-face {
  font-family: "Aeonik";
  src: url("fonts/Aeonik-Bold.woff2") format("woff2"), url("fonts/Aeonik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/Aeonik-Regular.woff2") format("woff2"), url("fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "Aeonik";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

h1, .h1 {
  font-size: 46px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

.text-link {
  color: #000;
  border-bottom: 2px solid #000;
}
.text-link:hover {
  color: #000;
  border-bottom: 2px solid transparent;
}

.quote h5 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .quote h5 {
    font-size: 30px;
  }
}

body #wrapper .gform-theme--framework .gfield_description,
body #wrapper .gform-theme--framework .gform-field-label,
body #wrapper .gform-theme--framework .gform-field-label,
body #wrapper .gform-theme--framework input, body #wrapper .gform-theme--framework .gfield_select {
  font-family: "maison_neuebook";
}

p, li, input, td, nav, select, table, textarea, label, input, .gform_confirmation_message, #desktop-menu-btn, .btn {
  font-family: "Aeonik";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
p b, p .bold, p strong, li b, li .bold, li strong, input b, input .bold, input strong, td b, td .bold, td strong, nav b, nav .bold, nav strong, select b, select .bold, select strong, table b, table .bold, table strong, textarea b, textarea .bold, textarea strong, label b, label .bold, label strong, input b, input .bold, input strong, .gform_confirmation_message b, .gform_confirmation_message .bold, .gform_confirmation_message strong, #desktop-menu-btn b, #desktop-menu-btn .bold, #desktop-menu-btn strong, .btn b, .btn .bold, .btn strong {
  font-weight: bold;
}

.gform-theme--framework .gform_validation_errors,
.gform_validation_errors {
  border-radius: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}
.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gform_validation_errors li, .gform-theme--framework .gform_validation_errors a, .gform-theme--framework .gform_validation_errors h2, .gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform_validation_errors,
.gform_validation_errors li,
.gform_validation_errors a,
.gform_validation_errors h2,
.gform_validation_errors .gform_submission_error {
  text-decoration: none !important;
}
.gform-theme--framework .gform_validation_errors h2,
.gform_validation_errors h2 {
  padding: 4px 0px;
}

blockquote p {
  font-size: 32px;
  line-height: 1.4;
}

.text-larger p {
  font-size: 20px;
  line-height: 1.2;
}

a {
  transition: all 0.4s ease-in-out;
}

ul li {
  list-style: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 10px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px 0px 15px;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a.text-link {
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
a.text-link:hover {
  border-bottom: 1px solid transparent;
}

p a:not(.btn), a:not(.btn) {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
p a:not(.btn):after, a:not(.btn):after {
  content: " ";
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  clear: both;
  display: block;
  margin: -3px 0px 3px 1px;
}
p a:not(.btn):hover, a:not(.btn):hover {
  text-decoration: none;
}
p a:not(.btn):hover:after, a:not(.btn):hover:after {
  width: 100%;
}

p a.no-line:after, a.no-line:after {
  display: none;
}
p a.no-line:hover, a.no-line:hover {
  color: #fff;
}
p a.no-line img, a.no-line img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
p a.no-line:hover img, a.no-line:hover img {
  filter: grayscale(1);
  opacity: 0.7;
}

a.image {
  display: block;
  background: #000;
}

body {
  background: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  color: #fff;
  padding-bottom: 250px;
}
body.active {
  overflow: hidden !important;
}
body.active .menu-button {
  transform: rotate(45deg);
}
body.loaded {
  background: #000;
  overflow: initial;
  overflow-x: hidden;
}
body.loaded #svgloader {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  visibility: hidden;
}
body.loaded #site-header, body.loaded #wrapper, body.loaded #subscribe, body.loaded #footer {
  opacity: 1;
  visibility: visible;
}

#site-header, #wrapper, #subscribe, #footer {
  opacity: 0;
  visibility: hidden;
}

.bg-green {
  background: #8DD0B7;
}

.bg-green-full {
  background: #8DD0B7;
}

.bg-black > .vc_column-inner,
.bg-green > .vc_column-inner {
  position: relative;
  overflow-x: hidden;
}
.bg-black > .vc_column-inner:before,
.bg-green > .vc_column-inner:before {
  content: " ";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 15px;
  right: 15px;
  background: #8DD0B7;
  z-index: -1;
}
.bg-black > .vc_column-inner *,
.bg-green > .vc_column-inner * {
  color: #fff;
}
.bg-black > .vc_column-inner .wpb_text_column,
.bg-green > .vc_column-inner .wpb_text_column {
  padding: 30px 30px 15px 30px;
}

.bg-black > .vc_column-inner:before {
  background: #000;
}

.bg-green > .vc_column-inner:before {
  background: #8DD0B7;
}

.hidden_label label {
  display: none;
}

fieldset {
  border: 0px none;
}

@media (min-width: 768px) {
  .vertical-middle {
    display: flex;
    align-items: center;
  }
}

#svgloader {
  display: block;
  position: fixed;
  height: auto;
  top: 50%;
  left: 50%;
  width: 100px;
  margin: -50px 0px 0px -50px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  z-index: 0;
  cursor: pointer;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*, html, body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

.vc_row.vc_row-o-full-height {
  overflow: visible !important;
}

.sticky {
  position: sticky !important;
  top: 0px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

img.lazyloaded {
  opacity: 1;
}

.container {
  width: 100%;
  padding: 0 40px;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container.narrow {
  padding: 0 200px;
}
@media (min-width: 1201px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1401px) {
  .container {
    max-width: 1400px;
  }
}
.row {
  margin: 0 -15px;
}

.btn, .book-btn a {
  display: inline-block;
  padding: 5px 24px 6px;
  transition: all 0.4s ease-in-out;
  outline: none !important;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  max-width: 100%;
  border-radius: 18px;
  text-align: center;
}
.btn:after, .book-btn a:after {
  content: "→";
  display: inline-block;
  font-family: "Arial";
  font-size: 20px;
  margin: 0px -5px 0px 10px;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.btn:hover, .book-btn a:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn:hover:after, .book-btn a:hover:after {
  color: #000;
  margin: 0px -10px 0px 15px;
}
.btn-book, .book-btn a-book {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-book:hover, .book-btn a-book:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn-light, .book-btn a-light {
  background: #8DD0B7;
  border: 2px solid #8DD0B7;
  color: #fff;
}
.btn-light:hover, .book-btn a-light:hover {
  background: transparent;
  border: 2px solid #8DD0B7;
  color: #8DD0B7;
}
.btn-light:hover:after, .book-btn a-light:hover:after {
  color: #8DD0B7;
}
.btn-white, .book-btn a-white {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.btn-white:hover, .book-btn a-white:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.wpb_text_column ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.wpb_text_column ul li {
  list-style: outside;
  margin-bottom: 3px;
}

p .btn {
  margin-right: 10px;
}
p .btn:last-child {
  margin-right: 0px;
}

.video-wrapper, .video_embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper video, .video_embed video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(177, 165, 105, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(177, 165, 105, 0);
  }
}
.page p .button {
  margin: 15px 10px 0px 0px;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce .button {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .button.alt {
  background-color: #000;
  color: #000;
  font-size: 12px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .button.alt:hover {
  border-color: #000;
  background: #000;
  color: #000;
}

.full-row {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 120px 0px;
}
@media (max-width: 767px) {
  .full-row {
    padding: 80px 0px;
  }
}
.full-row.image-overlay img {
  width: 100%;
}
.full-row.bg-green {
  background: #000;
}
.full-row.woocommerce-products-header {
  background-color: #fff;
}
.full-row.image-right {
  background-position: center left;
}
.full-row.image-right .image-wrap {
  float: right;
}
.full-row iframe {
  pointer-events: none;
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
.full-row .container > h3 {
  margin-bottom: 40px;
}
.full-row .padding {
  border: 70px solid #ffffff;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: #f7f6f4;
  border-top-width: 35px;
  border-bottom-width: 35px;
}

.clearfix {
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
}
.clearfix.padding-150 {
  padding: 75px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-150 {
    padding: 40px 0px 35px;
  }
}
.clearfix.padding-100 {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-100 {
    padding: 25px 0px;
  }
}
.clearfix.padding-50 {
  padding: 25px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-50 {
    padding: 15px 0px 10px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-0 {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-25 {
    padding: 15px 0px 10px;
  }
}

.col-lg-12 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col-lg-10 {
  width: 83.33333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-9 {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.col-lg-8 {
  width: 66.667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-7 {
  width: 58.3333333333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.col-lg-5 {
  width: 41.6666666667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-4 {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.col-lg-two-fifths {
  width: 40%;
  float: left;
  box-sizing: border-box;
}

.col-lg-fifth {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.col-lg-2 {
  width: 16.66667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-1 {
  width: 8.333%;
  float: left;
  box-sizing: border-box;
}

.row .col-lg-12, .row .col-lg-11, .row .col-lg-10, .row .col-lg-9, .row .col-lg-8, .row .col-lg-7, .row .col-lg-6, .row .col-lg-5, .row .col-lg-4, .row .col-lg-3, .row .col-lg-two-fifths, .row .col-lg-fifth, .row .col-lg-2, .row .col-lg-1 {
  padding: 0 15px;
}

.last {
  float: right;
}

.inner h2 {
  margin: 30px 0px;
}
.inner .btn {
  margin-top: 60px;
}

.hidden_label legend {
  display: none !important;
}

.ginput_container_checkbox .gfield-choice-input {
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000 !important;
  background: transparent;
  -webkit-appearance: none !important;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}
.ginput_container_checkbox .gfield-choice-input:before {
  content: "✕";
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 100%;
  height: 100%;
  color: #000;
  position: absolute;
}
.ginput_container_checkbox .gfield-choice-input:checked::before {
  opacity: 1;
}

input {
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  background: transparent;
  border: 0px none;
  color: #000;
  border-bottom-color: #000;
  color: #000;
  font-family: "Baskervville";
  border-bottom: 1px solid #000;
  line-height: 28px;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none !important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #000;
  font-size: 12px;
}

body .gform-theme--framework form .gfield input, body .gform-theme--framework form .gfield textarea {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.ui-datepicker {
  background: #fff;
  padding: 20px;
}
.ui-datepicker select {
  border-color: #000;
  color: #000;
}

select.large {
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0px;
  color: #000;
  border: 0px none;
  background: transparent;
  border-bottom: 1px solid #000;
}

.ginput_container_fileupload {
  border-bottom: 1px solid #000 !important;
}
.ginput_container_fileupload input {
  font-size: 12px;
}

.gfield--type-honeypot,
.validation_message {
  display: none !important;
}

.gfield_error input, .gfield_error, .gfield_error ::placeholder {
  color: #000 !important;
  border-color: #000 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 50px !important;
}

.container .gform_wrapper.gravity-theme .gfield_description {
  font-family: "baskerville";
  color: #000;
  letter-spacing: 0.024em;
}
.container .gform_wrapper.gravity-theme .gfield--type-html p {
  font-size: 14px;
  font-family: "baskerville_italic";
  margin: 0px;
}
.container .gform_wrapper.gravity-theme .name .gfield_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}
.container .gform_wrapper.gravity-theme .gfield_required {
  color: #000 !important;
}
.container .gform_wrapper.gravity-theme p.gform_required_legend {
  display: none !important;
}
.container .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description {
  display: none;
}
.container .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-family: "futura_stdbook";
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.container .gform_wrapper.gravity-theme .gform_fields input.large {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .gform_fields .name_first input, .container .gform_wrapper.gravity-theme .gform_fields .name_last input {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .half {
  width: 48%;
  float: left;
  clear: none;
  margin-bottom: 30px;
  display: block;
}
.container .gform_wrapper.gravity-theme .half:nth-child(2), .container .gform_wrapper.gravity-theme .half:nth-child(4) {
  float: right;
}
.container .gform_wrapper.gravity-theme .half .gfield_label {
  font-size: 12px;
  line-height: 22px !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.container .gform_wrapper.gravity-theme .gform_footer {
  float: left;
  width: 20%;
  margin-top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
}
.container .gform_wrapper.gravity-theme .gform_button {
  display: block;
  width: 100%;
  padding: 0px;
  background: transparent;
  border: 1px solid;
  color: #000;
  box-shadow: none;
  font-family: "Baskervville";
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.038em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.container .gform_wrapper.gravity-theme .gform_button:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  #site-wide {
    display: none;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .inner {
    padding: 40px;
  }
  .container {
    padding: 0 15px;
  }
  .reorder {
    display: table;
  }
  .reorder .col-sm-12 {
    float: none;
    display: table-footer-group;
  }
  .reorder .col-sm-12.last {
    display: table-header-group;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

#site-header {
  position: fixed;
  background: #000;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 30px;
}
#site-header.nav-up {
  top: -130px;
}
#site-header.nav-down {
  position: fixed;
  top: 0px;
  padding: 25px 0px;
  background: #000;
}
#site-header.nav-down a.logo {
  width: 180px;
}
#site-header #main-menu {
  display: inline-block;
  float: right;
}
#site-header #main-menu li {
  display: inline-block;
  margin: 0 0 0 50px;
  line-height: 40px;
  padding-bottom: 10px;
}
#site-header #main-menu li a {
  font-size: 18px;
}
#site-header #main-menu li.current_page_item > a:after {
  width: 100%;
  left: 0px;
}
#site-header #main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#site-header a.logo {
  display: block;
  border-bottom: 0px none;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  width: 240px;
}
#site-header a.logo:after {
  display: none;
}
#site-header a.logo img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}

body:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
body.menu-open:before {
  opacity: 1;
  visibility: visible;
}

.home #page-intro, .home #page-header {
  display: none;
}

#home-icon {
  float: right;
  opacity: 0;
  width: 88px;
}

.full-row.project-images {
  padding-top: 0px;
  margin-top: -40px;
}

.full-row.row-title {
  padding-bottom: 20px;
  text-align: center;
}
.full-row.row-title p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.full-row.row-title p a:after {
  background: #fff;
  height: 2px;
}

.full-row.row-white {
  background: #fff;
}
.full-row.row-white * {
  color: #000;
}
.full-row.row-white a:after {
  background: #000;
}

.full-row.concrete-copy ul {
  padding: 20px;
  box-sizing: border-box;
}
.full-row.concrete-copy ul li {
  list-style: outside;
  font-size: 24px;
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .full-row.concrete-copy ul li {
    width: 100%;
    float: left;
  }
}
.full-row.concrete-copy p {
  font-size: 24px;
}
.full-row.concrete-copy.last-copy {
  padding-bottom: 120px;
}

.about-copy h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.about-copy p {
  margin-bottom: 50px;
  font-size: 24px;
}
.about-copy img {
  width: 88px;
}

.posttitle a {
  text-transform: uppercase;
}

p.link {
  font-weight: bold;
  margin-top: 30px;
}
p.link a:after {
  height: 2px;
}

.row-projects img, .row-projects .video_embed {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .row-projects img, .row-projects .video_embed {
    margin-bottom: 30px;
  }
}
.row-projects .video_embed {
  display: block;
  float: left;
  width: 100%;
}
.row-projects .video_embed:after {
  display: none;
}

.page-template-template-projects .project {
  margin-bottom: 60px;
}
.page-template-template-projects .project:nth-child(2n+3) {
  clear: both;
}
.page-template-template-projects .posttitle {
  float: left;
  margin: 0px;
  text-transform: none;
}
.page-template-template-projects .link {
  float: right;
  text-align: right;
  margin: 0px 30px 0px 0px;
  font-weight: normal;
}
.page-template-template-projects .link a:after {
  height: 1px;
}

#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  padding: 200px 0px 0px;
  background: #000;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #wrapper {
    margin-bottom: 800px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 120px;
  }
}

#page-header {
  padding: 0px 0px 20px;
  float: left;
  width: 100%;
}
#page-header img {
  width: 300px;
  float: left;
}

.row-board .container {
  padding: 0px;
}
.row-board .container h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.row-board .container h4 {
  margin-bottom: 40px;
}
.row-board .member {
  margin-bottom: 25px;
}
.row-board .member img {
  margin-bottom: 10px;
}
.row-board .member h4, .row-board .member p {
  margin: 0px 0px 5px 0px;
}

#popup {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
#popup #wrapper {
  padding-top: 30px !important;
}

.popup-active:before {
  content: " ";
  position: fixed;
  z-index: 999;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.popup-active #popup {
  opacity: 1;
  visibility: hidden;
}

.row-memberships {
  background: #fff;
  border-top: 1px solid #8DD0B7;
  border-bottom: 1px solid #8DD0B7;
}
.row-memberships .title-wrap {
  padding: 40px 0px 0px;
  border-bottom: 1px solid #8DD0B7;
}
.row-memberships .inner-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.row-memberships img {
  width: 100%;
  float: left;
  margin: 0px;
}
@media (min-width: 768px) {
  .row-memberships img {
    width: 50%;
    border-left: 1px solid #8DD0B7;
  }
}
.row-memberships .right-column {
  width: 100%;
}
@media (min-width: 768px) {
  .row-memberships .right-column {
    float: right;
    width: 50%;
    position: absolute;
    right: 0px;
    height: 100%;
    border-left: 1px solid #8DD0B7;
    border-right: 1px solid #8DD0B7;
  }
}
.row-memberships .right-column .column {
  width: 100%;
  height: 25%;
  float: left;
  clear: both;
  border-bottom: 1px solid #8DD0B7;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .row-memberships .right-column .column {
    height: auto;
    display: block;
  }
}
.row-memberships .right-column .column div {
  display: block;
  width: 100%;
}
.row-memberships .right-column .column div h3, .row-memberships .right-column .column div p {
  margin: 0px;
}
.row-memberships .right-column .column div h3 a {
  border-bottom: 2px solid transparent;
  display: block;
}
.row-memberships .right-column .column div h3 a:after {
  content: "→";
  font-family: "times";
  margin-right: 10px;
  float: right;
  font-size: 80px;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}
.row-memberships .right-column .column div h3 a:hover {
  border-bottom: 2px solid #8DD0B7;
}
.row-memberships .right-column .column div h3 a:hover:after {
  margin-right: 0px;
}
.row-memberships .right-column .column:last-child {
  border-bottom: 0px none;
}
.row-memberships .right-column .column:before {
  border-right: 1px solid #8DD0B7;
  content: " ";
  width: 50px;
  height: 100%;
  background: #C5960A;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.row-memberships .right-column .column--blue:before {
  background-color: #3756B0;
}
.row-memberships .right-column .column--silver:before {
  background-color: #BFBFBF;
}
.row-memberships .right-column .column--bronze:before {
  background-color: #B65A00;
}

.pum .wpb_video_widget {
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
}

.slick-slider {
  overflow: hidden;
}

.post {
  float: left;
  width: 100%;
  padding: 0 100px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post {
    padding: 0px 20px;
  }
}
.post .container {
  padding: 0 200px;
  box-sizing: border-box;
}
.post .container:after {
  content: " ";
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8DD0B7;
}
.post:last-child {
  padding-bottom: 0px;
}
.post:last-child .container {
  display: none;
}
.post h4, .post img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .post h4, .post img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.post .posttitle {
  text-align: center;
}
.post p {
  font-size: 18px;
  margin-bottom: 100px;
}

.row-news {
  padding-top: 50px;
}
.row-news .article h4.posttitle {
  margin: 15px 0px 10px;
}
.row-news .article h4.posttitle a {
  border-bottom: 0px none;
}

.row-image {
  background: #fff;
  border-bottom: 1px solid #8DD0B7;
  text-align: center;
}
.row-image h3, .row-image p {
  width: 420px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.slick ul {
  padding: 0px;
}
@media (max-width: 767px) {
  .slick ul {
    padding-bottom: 20px;
  }
}
.slick ul .slick-list {
  padding: 0px !important;
}
.slick ul li {
  margin: 0px 20px;
}
@media (max-width: 767px) {
  .slick ul li {
    margin: 0 10px;
  }
}
.slick ul li img {
  height: 500px;
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  .slick ul li img {
    height: 220px;
  }
}
.slick ul button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 40px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
.slick ul button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  z-index: 9;
}

.slick-initialized .slick-slide {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.slick-initialized .slick-slide.slick-current {
  opacity: 1;
}

#instagram {
  padding: 100px 0px 100px;
  clear: both;
}
#instagram .container {
  position: relative;
}
#instagram h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #instagram .sbi_type_image {
    min-width: 50%;
  }
}

.footer-icons {
  float: right;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .footer-icons {
    width: 100%;
    text-align: center;
  }
}
.footer-icons li {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-icons li {
    margin: 0 5px;
  }
}
.footer-icons li a {
  background: url("img/social_icons.png") 0px bottom no-repeat;
  background-size: auto 66px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-indent: -999999px;
  position: relative;
  font-size: 0px;
  transition: opacity 0.3s ease-in-out;
  float: none;
}
.footer-icons li a#link-facebook {
  background-position: -43px bottom;
}
.footer-icons li a#link-linkedin {
  background-position: -129px bottom;
}
.footer-icons li a#link-youtube {
  background-position: -85px bottom;
}
.footer-icons li a#link-vimeo {
  background-position: -170px bottom;
}
.footer-icons li a#link-tiktok {
  background-position: right bottom;
}
.footer-icons li a:hover {
  opacity: 0.5;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#footer {
  background: #fff;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 768px) {
  #footer {
    position: fixed;
    bottom: 0px;
  }
}
#footer .full-row {
  padding: 0px;
}
#footer * {
  color: #000;
}
#footer a:after {
  background: #000;
}
#footer .footer-bottom {
  background: #8DD0B7;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    padding: 30px 20px;
  }
}
#footer .footer-top {
  padding: 40px 0px;
}
#footer .footer-top .widget {
  padding: 80px 0px 180px;
}
@media (max-width: 767px) {
  #footer .footer-top .widget {
    padding: 30px 20px;
  }
}
#footer .footer-top .widget p {
  font-size: 40px;
  line-height: 1;
}
#footer .widget {
  padding: 120px 0px 120px;
}
@media (max-width: 767px) {
  #footer .widget {
    padding: 30px 0px;
  }
}
#footer .widget p {
  font-size: 14px;
  margin-bottom: 15px;
}
#footer .widget p:last-child {
  margin-bottom: 0px;
}
#footer .widget img {
  width: 350px;
  float: left;
}
#footer .widget-title {
  margin-bottom: 5px;
}
#footer li {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #footer li {
    width: 50%;
    float: left;
  }
}
#footer form .gform_fields {
  column-gap: 0px;
}
#footer form input {
  background: #fff;
  border: 0px none;
}
#footer form input[type=submit] {
  border-radius: 0px;
  background: #8DD0B7;
  color: #fff;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
#footer form input[type=submit]:hover {
  background: #fff;
  color: #8DD0B7;
}

#site-header #menu .mobile-menu {
  display: none;
}

.mobile-only {
  display: none;
}

.home .row-doctors {
  opacity: 0;
  visibility: hidden;
}
.home .row-doctors.active {
  opacity: 1;
  visibility: visible;
}
.home .row-doctors .doctor {
  padding: 0 15px;
}
.home .row-doctors .doctor h4 {
  margin-bottom: 10px;
}
.home .row-doctors .doctor h4 a {
  border-bottom: 1px solid transparent;
}
.home .row-doctors .doctor h4 a:hover {
  border-bottom-color: #000;
}
.home .row-doctors .doctor img {
  margin-bottom: 10px;
}
.home .row-doctors .doctor .buttons {
  display: none;
}
.home .row-doctors ul.slick-dots {
  padding: 0 15px;
}
.home .row-doctors ul.slick-dots li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.home .row-doctors ul.slick-dots li button {
  border: 1px solid #000;
  background: transparent;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.home .row-doctors ul.slick-dots li.slick-active button {
  background: #000;
}

.doctors .row-doctors .doctor {
  width: 20%;
  padding: 0 15px 30px;
  float: left;
  box-sizing: border-box;
}
.doctors .row-doctors .doctor:nth-child(5n+6) {
  clear: both;
}
.doctors .row-doctors .doctor h4 {
  margin-bottom: 10px;
}
.doctors .row-doctors .doctor h4 a {
  border-bottom: 1px solid transparent;
}
.doctors .row-doctors .doctor h4 a:hover {
  border-bottom-color: #000;
}
.doctors .row-doctors .doctor img {
  margin-bottom: 10px;
}

.single-project #wrapper .full-row > .container > .row {
  float: left;
}
.single-project #wrapper .full-row > .container > .row img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-project .page-copy {
    position: sticky;
    top: 200px;
  }
}
.single-project .page-copy h1 {
  margin-bottom: 5px;
}
.single-project .page-copy h2, .single-project .page-copy h3 {
  margin-bottom: 40px;
}
.single-project .page-copy p {
  margin-bottom: 60px;
}
.single-project .page-copy p:last-child {
  margin-bottom: 15px;
}

.row-services {
  border-top: 1px solid #000;
}
.row-services li {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  clear: both;
  float: left;
  width: 100%;
}
.row-services li h4 {
  margin-bottom: 0px;
  display: inline-block;
  float: left;
}
.row-services li h4 a {
  border-bottom: 1px solid transparent;
}
.row-services li h4 a:hover {
  color: #8DD0B7;
  border-bottom: 1px solid transparent;
}
.row-services li .btn-arrow {
  float: right;
  border-bottom: 0px none !important;
  font-size: 24px;
  line-height: 1;
  font-family: "Arial";
}

@media (max-width: 767px) {
  .desktop-menu,
  .desktop-only {
    display: none !important;
  }
  #site-header #menu .mobile-menu,
  .mobile-only {
    display: block;
  }
  #menu {
    position: fixed;
    top: 0px;
    width: 100%;
    left: -100%;
    height: 100%;
    background: #8DD0B7;
    z-index: 98;
    transition: all 0.4s ease-in-out;
  }
  #menu:before {
    content: " ";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #8DD0B7;
    z-index: 97;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  #menu.active {
    left: 0px;
    overflow: scroll;
  }
  #menu.active:before {
    visibility: visible;
    opacity: 1;
  }
  #menu #mobile-menu {
    display: inline;
    float: left;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 26px;
    z-index: 98;
    width: 100%;
    left: 0px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
  }
  #menu #mobile-menu li {
    display: inline-block;
    float: left;
    clear: both;
    padding: 0px 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #menu #mobile-menu li a {
    line-height: 1;
    padding: 5px 0px;
    display: block;
    font-size: 24px;
    color: #000;
  }
  #menu #mobile-menu li a:after {
    height: 0px;
    display: none;
  }
  #menu #mobile-menu li li a {
    font-family: "maison_neueregular";
    font-size: 18px;
  }
  #menu #mobile-menu li.sub-open .sub-menu {
    padding: 5px 0px 20px;
    max-height: 100vh;
  }
  #menu #mobile-menu li .sub-menu {
    max-height: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  #site-header {
    padding: 15px 0px 10px;
    box-sizing: border-box;
    border-top: 0px solid #000;
  }
  #site-header #weather-bar {
    margin-bottom: 10px;
  }
  #site-header #menu-button {
    right: 15px;
    top: 33px;
    position: absolute;
    width: 30px;
    z-index: 9999;
  }
  #site-header #menu-button:hover span {
    background: #fff;
  }
  #site-header #menu-button span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin: 4px 0px 6px;
    transition: all 0.4s ease-in-out;
  }
  #site-header #menu-button span:first-child {
    margin-top: -8px;
  }
  #site-header #menu-button span:last-child {
    margin-top: 4px;
  }
  #site-header.active #menu-button {
    transform: rotate(0deg);
  }
  #site-header.active #menu-button span {
    display: none;
    margin: 0px 0px 5px;
    background: #000;
  }
  #site-header.active #menu-button span:first-child, #site-header.active #menu-button span:last-child {
    display: block;
  }
  #site-header.active #menu-button span:first-child {
    transform: rotate(45deg);
    margin-top: 5px;
  }
  #site-header.active #menu-button span:last-child {
    transform: rotate(-45deg);
    margin-top: -8px;
  }
  #site-header.nav-down {
    position: fixed;
    top: 0px;
    padding: 10px 0px 10px;
  }
  #site-header.nav-down #menu-button {
    top: 23px;
  }
  #site-header a.logo {
    padding: 0;
    float: left;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    transform: none;
    width: auto;
  }
  #site-header a.logo img {
    height: 40px;
    width: auto;
  }
  #site-header #main-menu li.current-menu-item {
    margin-top: 0px;
  }
  #site-header #main-menu li.current-menu-item a {
    border-top-color: transparent;
  }
  .active #site-header:before {
    opacity: 1;
    visibility: visible;
  }
  .active #site-header.nav-up {
    top: 0px;
  }
  .active #site-header #main-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #footer .widget p {
    margin-bottom: 15px;
  }
  #footer .widget p:last-child {
    margin-bottom: 0px;
  }
  #footer .widget img {
    width: 60%;
    float: left;
  }
  .pum-trigger {
    display: inline-block;
    clear: both;
    margin: 0px 0px 10px;
  }
  .pum-container.popmake {
    max-width: 340px;
  }
  .container .row > div, .container .row > div img {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .container .row > div.project, .container .row > div img.project {
    margin-bottom: 40px;
  }
}

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