/*
Theme Name: The Practice
Theme URI: https://thriveweb.com.au
Author: Kurtis @ Thrive Digital
Author URI: https://thriveweb.com.au
Version: 1.0.0
*/



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #191919;
    color: #fff;
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.618;
    overscroll-behavior: none;
}

::-moz-selection {
    background: #74613C;
    color: #fff;
}
::selection {
    background: #74613C;
    color: #fff;
}

hr {
    background: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

ul,
ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

table {
    margin: 0 0 20px;
    width: 100%;
}

p {
    margin: 0 0 20px;
}

pre {
    background: #eee;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0 0 20px;
}

figure {
    margin: 0 0 20px;
}

/* Blockquote */
blockquote {
    border-left: 1px solid #74613C;
    padding: 0 20px;
    margin: 40px 0;
}

blockquote > p {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    margin: 0;
}

blockquote cite {
    display: block;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin: 20px 0 0;
    text-transform: uppercase;
}



/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
.transition, a, input, button, textarea {
    transition: all 0.3s ease;
}

.animate {
    opacity: 0;
}

.animate.fade-left {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -ms-transform: translate3d(-50px, 0px, 0px);
    transform: translate3d(-50px, 0px, 0px);
}

.animate.fade-right {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transform: translate3d(50px, 0px, 0px);
    -ms-transform: translate3d(50px, 0px, 0px);
    transform: translate3d(50px, 0px, 0px);
}

.animate.fade-up {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transform: translate3d(0px, 50px, 0px);
    -ms-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
}

.animate.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}



/*--------------------------------------------------------------
Wordpress
--------------------------------------------------------------*/
/* Menus */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 20px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Alignments */
.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Comments */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Captions */
.wp-caption {
    max-width: 100%;
    margin: 20px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.wp-caption-text {
    text-align: center;
}



/*--------------------------------------------------------------
Helpers
--------------------------------------------------------------*/
/* General */
.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

.float-left { float: left; }
.float-right { float: right; }

.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }

.none { display: none; }
.inline { display: inline; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Inline List */
.inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.inline-list li { margin-left: 20px; }
.inline-list li:first-child { margin-left: 0; }

/* Font Awesome */
.fa-icon-before:before,
.fa-icon-after:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Custom Bullet List */
.bullet-list ul,
.guten-content ul,
.site-banner .banner-content ul,
.accordion .accordion-entry .accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.bullet-list ul li,
.guten-content ul li,
.site-banner .banner-content ul li,
.accordion .accordion-entry .accordion-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 15px;
}

.bullet-list ul li:before,
.guten-content ul li:before,
.site-banner .banner-content ul li:before,
.accordion .accordion-entry .accordion-content ul li:before {
    content: url('images/icon-bullet.svg');
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
    transform: translateY(3px);
}

/* Clipboard Copy */
.clipboard-copy {
    position: relative;
    cursor: pointer;
}

.clipboard-copy .tooltip {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 13px;
    line-height: 1.618;
    transform: translate(-50%, -140%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clipboard-copy .tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.clipboard-copy:hover .tooltip {
    visibility: visible;
    opacity: 1;
}



/*--------------------------------------------------------------
Titles
--------------------------------------------------------------*/
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

h1, .h1,
h2, .h2 {
    font-size: 40px;
    letter-spacing: 2px;
}

h1.large-title {
    font-size: 50px;
    letter-spacing: 2.5px;
}

h3, .h3 {
    font-size: 20px;
    letter-spacing: 2px;
}

h4, .h4 {
    font-size: 16px;
    margin: 0 0 20px;
}

h4.eyebrow {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 20px;
    color: #74613C;
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    h1, .h1,
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h1.large-title {
        font-size: 40px;
    }
}



/*--------------------------------------------------------------
Links/Buttons
--------------------------------------------------------------*/
/* Links */
a {
    color: #8C8C8C;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #74613C;
}

/* Arrow Links */
a.arrow-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Cormorant', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

a.arrow-link:hover {
    color: #74613C;
}

a.arrow-link span {
    margin: 0 0 0 10px;
    line-height: 0;
}

a.arrow-link.left span {
    margin: 0 10px 0 0;
}

a.arrow-link span svg {
    width: 13px;
}

a.arrow-link span svg .arrow-head {
    transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.arrow-link span svg .arrow-shaft {
    opacity: 1;
    transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.arrow-link:hover span svg .arrow-head {
    transform: translateX(-6px);
}

a.arrow-link.left:hover span svg .arrow-head {
    transform: translateX(6px);
}

a.arrow-link:hover span svg .arrow-shaft {
    opacity: 0;
}

/* Buttons */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    display: inline-block;
    position: relative;
    padding: 13px 30px;
    font-family: 'Cormorant', serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.75px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #fff;
    border-color : #fff;
    color: #74613C;
}

.btn-loader {
    display: none;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
}

/* Tan Buttons */
.button.tan,
button.tan {
    color: #74613C;
    border-color: #74613C;
}

.button.tan:hover,
button.tan:hover  {
    background: #74613C;
    color: #fff;
}

/* Arrow Buttons */
.button.arrow,
button.arrow {
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
}

.button.arrow:hover,
button.arrow:hover {
    background: none;
}

.button.arrow span,
button.arrow span {
    color: #fff;
    border: 1px solid #7E7451;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 15px 0 0;
}

.button.arrow span:before,
button.arrow span:before,
.button.white:before,
.button.tan:before,
.service-entry .service-entry-content:before,
.post-entry .post-entry-content:before,
.footer-top .footer-menu ul li a:before,
.site-navigation li a:before,
.team-entry .team-entry-more:before {
    content: '';
    background: rgba(116, 97, 60, 0.3);
    border-radius: 100%;
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.service-entry .service-entry-content:before,
.post-entry .post-entry-content:before  {
	height: 56px;
    width: 56px;
}

.post-entry .post-entry-content:before {
    background: rgb(116 97 60 / 52%);
}

.button.tan:before {
	background: rgb(255 255 255 / 64%);
}

.site-navigation li a:before {
    background: rgb(255 255 255 / 44%);
}

.button.arrow:hover span:before,
button.arrow:hover span:before,
.button.white:hover:before,
.button.tan:hover:before,
.service-entry .service-entry-content:hover:before,
.post-entry .post-entry-content:hover:before,
.footer-top .footer-menu ul li a:hover:before,
.site-navigation li a:hover:before,
.team-entry .team-entry-more:hover:before {
    opacity: 1;
}

.button.arrow span svg,
button.arrow span svg {
    width: 12px;
}

/* Icon Buttons */
.button.icon-button,
button.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.button.icon-button svg,
button.icon-button svg {
    line-height: 0;
    margin: 0 8px 0 0;
    width: 14px;
}

.button.icon-button.right svg,
button.icon-button.right svg {
    margin: 0 0 0 8px;
}

/* Socials */
.social-links a {
    color: #fff;
    border: 1px solid #7E7451;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 0 20px;
    z-index: 1;
}

.social-links a:last-of-type {
    margin: 0;
}

.social-links a:before {
    content: '';
    background: rgba(116, 97, 60, 0.3);
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.social-links a:hover:before {
    opacity: 1;
}



/*--------------------------------------------------------------
Forms/Inputs
--------------------------------------------------------------*/
/* Inputs */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
    outline: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #191919;
    padding: 10px;
    border: 1px solid #191919;
    margin-bottom: 20px;
    line-height: 1.3;
    background: transparent;
    padding: 4px 0;
    border: none;
    border-bottom: 1px solid #ffffff;
}

input[type="number"] {
    padding: 0 0 0 10px;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: #74613C;
}

textarea {
    height: 140px;
    resize: vertical;
}

::-webkit-input-placeholder { color: #979797; }
::-ms-input-placeholder { color: #979797; }
::placeholder { color: #979797; }


/* Gravity Forms */
.gform_wrapper .gform_title,
.gform_wrapper .gform_required_legend {
    display: none;
}

.gfield_label .gfield_required {
    color: red;
}

.gform_wrapper .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    word-wrap: normal !important;
}

.gform_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gform_wrapper .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gform_wrapper .gform_fields .gfield {
    flex: 100%;
    position: relative;
}

.gform_wrapper .gform_fields .gfield.gfield--width-half {
    flex: 0 0 calc(50% - 10px);
}

.gform_wrapper .gform_fields .gfield .gfield_label {
    display: block;
    margin: 0 0 5px;
}

.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
    display: none;
}

.gform_wrapper .gform_validation_errors {
    background: #191919;
    margin: 0 0 20px;
    color: #fff;
    padding: 10px 20px;
    border-left: 3px solid red;
}

.gform_wrapper .gform_validation_errors h2 {
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    text-transform: none;
}

.gform_wrapper .validation_message {
    display: none;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
    border-color: red;
}

.gform_wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 20px;
}

.gform_ajax_spinner {
    display: none !important;
}

@media(max-width: 600px) {
    .gform_wrapper .gform_fields .gfield.gfield--width-half {
        flex: 100%;
    }
}



/*--------------------------------------------------------------
Containers/Layout
--------------------------------------------------------------*/
.container,
.container-xsmall,
.container-small,
.container-medium,
.container-large {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.container { max-width: 1120px; }
.container-xsmall { max-width: 640px; }
.container-small { max-width: 840px; }
.container-medium { max-width: 1240px; }
.container-large { max-width: 1440px; }

.container-max {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
}

.parallax-container {
    overflow: hidden;
}

.video-container {
    padding: 56.25% 0 0 0;
    position: relative;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header:before,
.site-header:after {
    content: '';
    height: 1px;
    width: calc(50% - 250px);
    background: rgba(151, 151, 151, 0.3);
    position: absolute;
}

.site-header:before {
    bottom: 0;
    left: 0;
}

.site-header:after {
    bottom: 0;
    right: 0;
}

.fixed-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 100;
    background: #191919;
}

.fixed-header.fixed .site-header {
    background: #202020;
}

.fixed-header.fixed .site-header:before,
.fixed-header.fixed .site-header:after {
    display: none;
}

.site-header .header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .header-menu.sideline:before {
    background: #3f3f3f;
}

@media (max-width: 992px) {
    .site-header:before,
    .site-header:after {
        width: calc(50% - 200px);
    }
}
@media (max-width: 768px) {
    .fixed-header .site-header {
        justify-content: flex-end;
        z-index: 999999;
    }
    .site-header:before,
    .site-header:after {
        width: 50%;
    }
}

/* Logo */
.site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s ease;
}

.site-logo a,
.site-logo img {
    display: block;
    margin: 0 auto;
    height: 72px;
    transition: height 0.3s ease;
}

.fixed-header.fixed .site-logo {
    top: 50%;
}

.fixed-header.fixed .site-logo a,
.fixed-header.fixed .site-logo img {
    height: 56px;
}

.site-logo .logo-mark {
    display: none;
}

@media (max-width: 992px) {
    .site-logo a,
    .site-logo img {
        height: 50px;
    }
    .fixed-header.fixed .site-logo a,
    .fixed-header.fixed .site-logo img {
        height: 40px;
    }
}
@media (max-width: 768px) {
    .site-logo {
        position: relative;
        transform: initial;
        top: initial;
        left: initial;
        margin-right: auto;
        margin-left: 30px;
    }
    .site-logo a,
    .site-logo img {
        height: 40px;
    }
    .site-logo .logo-full {
        display: none;
    }
    .site-logo .logo-mark {
        display: block;
    }
    .fixed-header.fixed .site-logo {
        top: initial;
    }
}

/* Actions */
.site-header .header-actions {
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.site-header .header-actions .header-phone {
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

.site-header .header-actions .header-phone:hover {
    color: #74613C;
}

.site-header .header-actions .header-phone svg {
    width: 12px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
  .site-header .header-actions .header-phone {
      display: none;
  }


}
@media (max-width: 768px) {
  .site-header .header-actions{
    padding: 0;
    margin-left: 30px;
  }
  .site-header .header-menu{
    order: 9;
  }
  .site-header .header-actions .button {
      padding: 13px 16px;
  }
}
@media (max-width: 400px) {
  .site-header .header-menu .hamburger-text {
      display: none;
  }
}
@media (max-width: 320px) {
    .site-header .header-actions {
        display: none;
    }
}



/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/* Nav Toggle */
.navigation-toggle {
    display: flex;
    align-items: center;
    margin: 0 30px;
    z-index: 999999;
}

.navigation-toggle .hamburger-text {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fff;
    margin-left: 15px;
    position: relative;
}

.navigation-toggle .hamburger-text:before {
    content: '';
    background: #74613C;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.navigation-toggle:hover .hamburger-text:before {
    opacity: 1;
}

.navigation-toggle .hamburger {
    position: relative;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navigation-toggle .hamburger:before,
.navigation-toggle .hamburger:after {
    display: block;
    position: absolute;
    height: 5px;
    background: #74613C;
}

.navigation-toggle .hamburger:before {
    content: "";
    width: 26px;
    top: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.navigation-toggle .hamburger:after {
    content: "";
    width: 40px;
    bottom: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.navigation-toggle:hover .hamburger:before {
    width: 40px;
}

.menu-toggled .navigation-toggle .hamburger:before {
    top: calc(50% - 2.5px);
    transform: rotate(45deg);
    width: 40px;
    background: #fff;
}
.menu-toggled .navigation-toggle .hamburger:after {
    bottom: calc(50% - 2.5px);
    transform: rotate(-45deg);
    background: #fff;
}

/* Nav */
.site-navigation {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    background: #74613C;
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition: all ease 0.3s;
    z-index: 0;
    padding: 0;
    box-shadow: 0px 0px 100px 20px rgb(25 25 25 / 75%);
}

.site-nav-wrap {
    height: 100%;
    overflow-y: scroll;
    padding: 140px;
}

.menu-toggled .site-navigation {
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 99999;
}

.site-navigation .site-nav-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-navigation .site-nav-col {
    flex: 0 0 calc(50% - 20px);
}

.site-navigation .site-nav-col-right h2 {
    line-height: 1;
    font-size: 30px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #979797;
    padding: 0 0 10px;
}

@media (max-width: 1200px) {
    .site-nav-wrap {
        padding: 100px;
    }
}
@media (max-height: 1024px) {
    .site-navigation {
        display: block;
    }
    .site-nav-wrap {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}
@media (max-width: 992px) {
    .site-navigation {
        width: calc(100% - 160px);
    }
    .site-nav-wrap {
        padding: 100px 40px;
    }
}
@media (max-width: 768px) {
    .site-navigation .site-nav-col {
        flex: 100%;
    }
    .site-navigation .site-nav-col-left {
        margin: 0 0 40px;
    }
}
@media (max-width: 500px) {
    .site-navigation {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .site-navigation {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .site-nav-wrap {
        padding: 40px;
    }
}
@media (max-width: 320px) {
    .site-nav-wrap {
        padding: 20px;
    }
}

/* Menu */
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation li {
    position: relative;
    margin: 0 0 30px;
}

.site-navigation li a {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: underline 2px rgba(255, 255, 255, 0);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.3s ease;
    position: relative;
}

.site-navigation a:hover,
.site-navigation li.current-menu-item > a {
    text-decoration-color: rgba(255, 255, 255, 1);
}

.site-navigation .site-nav-col-right li a {
    font-size: 20px;
}

.site-navigation ul li.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    pointer-events: none;
}

.site-navigation ul li.menu-item-has-children:after {
    content: url('images/caret-down-white.svg');
    width: 12px;
    display: block;
    order: 2;
    cursor: pointer;
    pointer-events: all;
    margin-left: 10px;
}

.site-navigation ul li.menu-item-has-children a {
    order: 1;
    pointer-events: all;
}

.site-navigation ul ul {
    display: none;
    flex: 100%;
    order: 3;
    margin: 20px 0 0 20px;
}

.site-navigation ul ul li {
    margin: 0 0 10px;
}

.site-navigation .site-nav-col-right ul ul li a {
    font-size: 16px;
}

@media (max-width: 768px) {
    .site-navigation li a {
        font-size: 24px;
    }
    .site-navigation .site-nav-col-right h2 {
        font-size: 24px;
    }
    .site-navigation .site-nav-col-right li a {
        font-size: 18px;
    }
}

/* Socials */
.site-nav-socials .site-nav-socials-container {
    display: flex;
    align-items: center;
}

.site-nav-socials .site-nav-socials-container a {
    color: #fff;
    font-size: 20px;
    margin: 0 15px 0 0;
}

.site-nav-socials .site-nav-socials-container a:hover {
    color: #191919;
}

/* Actions */
.mobile-nav-actions {
    display: none;
    margin: 50px 0 0;
}

.mobile-nav-actions .header-phone {
    color: #fff;
    margin: 0 0 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    text-decoration: underline 2px rgba(255, 255, 255, 0);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.3s ease;
}

.mobile-nav-actions .header-phone:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
}

.mobile-nav-actions .header-phone svg {
    width: 12px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .mobile-nav-actions {
        display: block;
    }
}



/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
/* Main */
.site {
    background: #191919;
    position: relative;
    z-index: 1;
}
.section {
    padding: 100px 0;
}

/* Default Page */
.default-page  {
    padding: 200px 0 100px 0;
}

@media (max-width: 950px) {
    .section {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .default-page  {
        padding: 160px 0 60px 0;
    }
}

/* 404 Not Found */
.error-404 {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
    padding: 240px 0 100px 0;
    text-align: center;
}

.error-404 a.button {
    margin: 40px 0 0;
}

/* Banner */
.site-banner {
    background: #191919;
    position: relative;
    z-index: 1;
}

.site-banner .banner-image, .site-banner .banner-video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.site-banner .banner-video video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.site-banner .banner-image .banner-image-overlay, .site-banner .banner-video .banner-image-overlay {
    background: linear-gradient(-270deg, #191919 0%, rgba(216,216,216,0.03) 150%);
    height: 100%;
    width: 100%;
}

.site-banner .banner-overlay {
    background-image: linear-gradient(90deg, #191919 0%, rgba(4,4,4,0.02) 150%);
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.site-banner .banner-container {
    max-width: 1120px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    min-height: 600px;
    display: flex;
    align-items: center;
}


.about-page .site-banner .banner-container.video-content video {
    width: 35%;
    margin-left: auto;
    padding: 0 0 100px 0;
}

.site-banner .banner-content {
    width: 100%;
    max-width: 540px;
    padding: 200px 0 100px 0;
}

.site-banner .banner-content .banner-button-container {
    margin: 50px 0 0;
}

@media (max-width: 600px) {
    .site-banner .banner-container {
        min-height: auto;
    }
}

/* Side Line */
.sideline {
    position: relative;
}

.sideline:before {
    content: '';
    background: rgba(151, 151, 151, 0.3);
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 160px;
    z-index: 999;
}

.home-page .home-banner.sideline:before {
    height: calc(35% - 70px);
}
.home-page .home-banner.sideline:after {
	content: '';
    background: rgba(151, 151, 151, 0.3);
	height: calc(65% - 70px);
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 160px;
    z-index: 999;
}
.home-page .home-banner.sideline .banner-sidetext {
    position: absolute;
    top: 35%;
    left: 128px;
    transform: rotate(-90deg);
    font-family: 'Cormorant', serif;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.sideline-content {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.main-sideline-container {
    position: relative;
}

.main-sideline-content {
    width: 160px;
    display: flex;
    left: 0;
    top: 0;
    padding: 140px 0 40px 0;
    transform: none;
    position: sticky;
    z-index: 999;
    mix-blend-mode: difference;
    float: left;
}

@media (max-width: 1440px) {
    .sideline:before,.home-page .home-banner.sideline:after, .home-page .home-banner.sideline .banner-sidetext {
        display: none;
    }
    .sideline-content {
        display: none;
    }
}

/* Accordion */
.accordion .accordion-entry {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}

.accordion .accordion-entry:last-of-type {
    border-bottom: 1px solid #fff;
}

.accordion .accordion-entry .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 0 20px;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.accordion .accordion-entry .accordion-header .accordion-toggle {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.accordion .accordion-entry .accordion-header .accordion-toggle span {
    height: 15px;
    width: 15px;
    position: relative;
}

.accordion .accordion-entry .accordion-header .accordion-toggle span:before,
.accordion .accordion-entry .accordion-header .accordion-toggle span:after {
    content: '';
    position: absolute;
    background: #7E7451;
    transition: all 0.3s ease;
}

.accordion .accordion-entry .accordion-header:hover .accordion-toggle span:before,
.accordion .accordion-entry .accordion-header:hover .accordion-toggle span:after {
    background: #fff;
}

.accordion .accordion-entry .accordion-header .accordion-toggle span:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
}

.accordion .accordion-entry .accordion-header .accordion-toggle span:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
}

.accordion .accordion-entry.active .accordion-header .accordion-toggle span:before { transform: rotate(90deg) translateY(0); }
.accordion .accordion-entry.active .accordion-header .accordion-toggle span:after { transform: rotate(180deg) translateY(0); }

.accordion .accordion-entry .accordion-content {
    display: none;
}

/* Modal */
.fs-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    height: 100%;
    width: 100%;
    background:  rgba(25, 25, 25, 0.9);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.fs-modal.active {
    display: flex;
    opacity: 1;
}

.fs-modal .fs-modal-container {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.fs-modal .fs-modal-content {
    background: #070707;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fs-modal .fs-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.fs-modal .fs-modal-close:before,
.fs-modal .fs-modal-close:after {
    content: '';
    background: #fff;
    width: 2px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    transition: background 0.3s ease;
}

.fs-modal .fs-modal-close:before {
    transform: rotate(45deg);
}

.fs-modal .fs-modal-close:after {
    transform: rotate(-45deg);
}

.fs-modal .fs-modal-close:hover:before,
.fs-modal .fs-modal-close:hover:after {
    background: #74613C;
}

.fs-modal .fs-modal-loader {
    text-align: center;
    font-size: 50px;
    line-height: 0;
    padding: 40px 0;
    color: #74613C;
}

@media (max-height: 768px) {
    .fs-modal.active {
        display: block;
        padding: 40px 0;
        overflow-y: scroll;
    }
}
@media (max-width: 400px) {
    .fs-modal .fs-modal-content {
        padding: 40px 20px;
    }
}

/* CTA - Booking */
.cta-booking {
    background: #E9E8E5;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.cta-booking .cta-booking-background-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.06;
}

.cta-booking .cta-booking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-booking .cta-booking-left {
    flex: 0 0 60%;
    padding: 0 20px 0 0;
}

.cta-booking .cta-booking-left h2 {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 3.5px;
    color: #000;
    margin: 0;
}

.cta-booking .cta-booking-right {
    flex: 0 0 40%;
    padding: 0 0 0 20px;
}

.cta-booking .cta-booking-right h2 {
    color: #74613C;
}

.cta-booking .cta-booking-right p {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    white-space: pre-line;
    font-size: 15px;
    margin: 0 0 10px;
}

.cta-booking .cta-booking-entry {
    margin: 0 0 30px;
}

.cta-booking .cta-booking-entry a {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 15px;
}

.cta-booking .cta-booking-entry a:hover {
    color: #74613C;
}

@media (max-width: 992px) {
    .cta-booking .cta-booking-row {
        flex-wrap: wrap;
    }
    .cta-booking .cta-booking-left {
        flex: 100%;
        padding: 0;
        margin: 0 0 40px;
    }
    .cta-booking .cta-booking-right {
        flex: 100%;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .cta-booking .cta-booking-left h2 {
        font-size: 50px;
        line-height: 70px;
        word-break: break-word;
    }
}

/* Instagram Feed */
.instagram-feed .instagram-feed-row {
    display: flex;
}

.instagram-feed .instagram-feed-left {
    flex: 1;
}

.instagram-feed .instagram-feed-right {
    flex: 1;
}

.instagram-feed .instagram-feed-center {
    background: #0B0B0B;
    text-align: center;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.instagram-feed .instagram-feed-center a {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #74613C;
}

.instagram-feed .instagram-feed-center a:hover {
    color: #fff;
}

.instagram-feed #sbi_mod_error {
    height: 100%;
    margin: 0;
}

@media (max-width: 992px) {
    .instagram-feed .instagram-feed-row {
        flex-wrap: wrap;
    }
    .instagram-feed .instagram-feed-left {
        flex: 100%;
    }
    .instagram-feed .instagram-feed-right {
        flex: 100%;
    }
    .instagram-feed .instagram-feed-center a {
        word-break: break-word;
    }
}

/* Icon Section */
.icon-section {
    padding: 90px 0 60px 0;
    position: relative;
}

.icon-section .icon-section-background-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.03;
}

.icon-section .icon-section-header {
    margin: 0 0 60px;
}

.icon-section .icon-section-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.icon-section .icon-section-entry {
    flex: 0 0 25%;
    padding: 0 20px;
    margin: 0 0 40px;
    text-align: center;
}

.icon-section .icon-section-entry .icon-section-entry-header {
    margin: 0 0 40px;
}

.icon-section .icon-section-entry .icon-section-entry-header svg {
    max-height: 100px;
    height: 100%;
    margin: 0 auto;
}

.icon-section .icon-section-entry .icon-section-entry-content h3 {
    margin: 0;
}

.icon-section .icon-section-entry .icon-section-entry-content h3 span {
    color: #74613C;
    margin: 0 10px 0 0;
    font-size: 16px;
}

.icon-section .icon-section-entry .icon-section-entry-content p {
    margin: 20px 0 0;
}

@media (max-width: 768px) {
    .icon-section .icon-section-entry {
        flex: 0 0 50%;
    }
}
@media (max-width: 400px) {
    .icon-section .icon-section-entry {
        flex: 100%;
    }
}

/* Split Section */
.split-section {
    padding: 140px 0;
    background: #F1F0EC;
    position: relative;
    overflow: hidden;
}

.split-section:after {
    content: url('images/watermark-tooth.svg');
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
}

.split-section .split-section-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.split-section .split-section-col-left {
    flex: 0 0 40%;
}

.split-section .split-section-col-right {
    flex: 0 0 60%;
    padding-left: 100px;
}

.split-section .split-section-col {
    color: #000;
}

.split-section .split-section-col .split-button-container {
    margin: 40px 0 0;
}

.split-section .split-section-col .button {
    color: #74613C;
}

.split-section .split-section-col .button:hover {
    color: #191919;
}

.split-section .split-section-col .button span {
    color: #74613C;
}
@media (max-width: 950px) {
    .split-section {
        padding: 100px 0;
    }
}
@media (max-width: 768px) {
    .split-section {
        padding: 60px 0;
    }
    .split-section .split-section-row {
        flex-wrap: wrap;
    }
    .split-section .split-section-col-left {
        flex: 100%;
        margin: 0 0 60px;
    }
    .split-section .split-section-col-right {
        flex: 100%;
        padding: 0;
    }
}

/* Logos */
.logos-section {
    padding: 60px 0 50px 0;
}

.logos-section .swiper-wrapper {
    align-items: center;
}

.logos-section .logos-swiper img {
    max-height: 80px;
    opacity: 0.5;
    mix-blend-mode: darken;
    filter: grayscale(1);
    margin: 0 auto;
}

@media (max-width: 768px) {
    .logos-section {
        padding: 60px 0;
    }
}

/* FW Gallery Section */
.gallery-section {
    padding: 90px 0;
}

.gallery-section .gallery-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.gallery-section .gallery-section-header-left {
    margin: 0 20px 20px 0;
}

.gallery-section .gallery-section-header-left h2 {
    margin: 0;
}

.gallery-section .gallery-section-header-right {
    margin: 0 0 20px;
}

.gallery-section .gallery-swiper-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gallery-section .swiper-pagination {
    text-align: left;
}
@media (max-width: 950px) {
    .gallery-section {
        padding: 60px 0;
    }
}

/* Featured Posts Section */
.featured-posts-section .featured-posts-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.featured-posts-section .featured-posts-header-left {
    margin: 0 20px 20px 0;
}

.featured-posts-section .featured-posts-header-left h2 {
    margin: 0;
}

.featured-posts-section .featured-posts-header-right {
    margin: 0 0 20px;
}

.featured-posts-section .post-entry-row .post-entry:nth-of-type(1),
.featured-posts-section .post-entry-row .post-entry:nth-of-type(2) {
    flex: 0 0 50%;
}

@media (max-width: 600px) {
    .featured-posts-section .post-entry-row .post-entry:nth-of-type(1),
    .featured-posts-section .post-entry-row .post-entry:nth-of-type(2) {
        flex: 100%;
    }
}

/* Featured Services Section */
.featured-services-section {
    padding: 100px 0 50px 0;
}

.featured-services-section .featured-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.featured-services-section .featured-services-header-left {
    margin: 0 20px 20px 0;
}

.featured-services-section .featured-services-header-left h2 {
    margin: 0;
}

.featured-services-section .featured-services-header-right {
    margin: 0 0 20px;
}



/*--------------------------------------------------------------
Gutenberg/Blocks
--------------------------------------------------------------*/
/* Image/Videos */
.guten-content .wp-block-image {
    margin: 0 0 40px;
}

.guten-content .wp-block-embed {
    margin: 0 0 40px;
}

.guten-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}

.guten-content .wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
Flexible Content
--------------------------------------------------------------*/
/* Default */
.flexible-content .flex-default {
    padding: 100px 0;
}
.flex-default .flex-default-inner {
    max-width: 600px;
}
.flex-default .flex-default-inner.full-width {
    max-width: 100%;
}
.flex-default .flex-default-inner.full-width iframe {
    margin: auto;
}

.flex-two-col {
    margin: 100px 0;
}
.flex-two-col-inner {
    display: flex;
    align-items: center;
}
.flex-two-col .flex-two-col-inner .col-left {
    flex: 0 0 60%;
    padding-right: 50px;
}
.flex-two-col .flex-two-col-inner .col-right {
    flex: 0 0 40%;
    height: 432px;
}
.flex-two-col .flex-two-col-inner .col-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.flexible-content .flex-two-col:nth-child(even) .flex-two-col-inner {
    flex-direction: row-reverse;
}
.flexible-content .flex-two-col:nth-child(even) .flex-two-col-inner .col-left {
    padding-right: 0;
    padding-left: 50px;
}
@media (max-width: 992px) {
    .flex-two-col-inner {
        flex-wrap: wrap;
    }
    .flex-two-col .flex-two-col-inner .col-left {
        flex: 100%;
    }
    .flex-two-col .flex-two-col-inner .col-right {
        flex: 100%;
    }
    .flexible-content .flex-two-col:nth-child(even) .flex-two-col-inner .col-left {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .flexible-content .flex-default {
        padding: 80px 0;
    }
}

/* Accordion */
.flexible-content .flex-accordion {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.flexible-content .flex-accordion:after {
    content: url('images/watermark-tooth.svg');
    position: absolute;
    top: 100px;
    right: -200px;
    width: 100%;
    max-width: 700px;
    z-index: -1;
}

.flex-accordion  .flex-accordion-header {
    margin: 0 0 60px;
}

.flex-accordion  .flex-accordion-footer {
    margin: 60px 0 0;
}

.flex-accordion .flex-accordion-inner {
    max-width: 700px;
}

/* Featured Posts */
.flex-featured-posts {
    padding: 100px 0;
}



/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
/* Banner */
.site-banner.home-banner .banner-image {
    width: 100%;
}

.site-banner.home-banner .banner-overlay {
    width: 100%;
}

.site-banner.home-banner .banner-container {
    min-height: 800px;
}

.site-banner.home-banner .banner-content {
    max-width: 680px;
}

.site-banner.home-banner .banner-content h1 {
    word-break: break-word;
}

@media (max-width: 992px) {
    .site-banner.home-banner .banner-container {
        min-height: 600px;
    }
}
@media (max-width: 600px) {
    .site-banner.home-banner .banner-container {
        min-height: auto;
    }
    .site-banner .banner-content {
        padding: 160px 0 60px 0;
    }
}

/* Intro */
.home-page .home-intro {
    padding: 140px 0;
}
.page-template-flexible .image-text, .page-template-flexible .text-image .row {
    padding-bottom: 140px;
}

.page-template-flexible .spacer {
    padding: 70px 0;
}

.home-intro .home-intro-row, .page-template-flexible .image-text .row, .page-template-flexible .text-image .row {
    display: flex;
    align-items: center;
}

.home-intro .home-intro-col-left, .page-template-flexible .image-text .row .col-left, .page-template-flexible .text-image .row .col-right {
    flex: 0 0 50%;
}

.home-intro .home-intro-col-right {
    flex: 0 0 50%;
    background: #fff;
    color: #000;
    padding: 50px;
}

.page-template-flexible .image-text .row .col-right, .page-template-flexible .text-image .row .col-left {
    flex: 0 0 50%;
    padding: 50px;
}

.home-intro .home-intro-col-right .button {
    color: #74613C;
}

.home-intro .home-intro-col-right .button:hover {
    color: #191919;
}

.home-intro .home-intro-col-right .button span {
    color: #74613C;
}

@media (max-width: 992px) {
    .home-page .home-intro {
        padding: 100px 0;
    }
    .page-template-flexible .image-text, .page-template-flexible .text-image .row {
        padding-bottom: 100px;
    }
    .page-template-flexible .spacer {
        padding: 50px 0;
    }
    .home-intro .home-intro-row, .page-template-flexible .image-text .row {
        flex-wrap: wrap;
    }
    .page-template-flexible .text-image .row {
        flex-wrap: wrap-reverse;
    }
    .home-intro .home-intro-col-left, .page-template-flexible .image-text .row .col-left, .page-template-flexible .text-image .row .col-right {
        flex: 100%;
    }
    .home-intro .home-intro-col-left img, .page-template-flexible .image-text .row .col-left img, .page-template-flexible .text-image .row .col-right img {
        margin: 0 auto;
    }
    .home-intro .home-intro-col-right {
        flex: 100%;
    }
    .page-template-flexible .image-text .row .col-right, .page-template-flexible .text-image .row .col-left {
        flex: 100%;
        padding: 50px 50px 0;
    }
}
@media (max-width: 500px) {
    .home-intro .home-intro-col-right, .page-template-flexible .image-text .row .col-right, .page-template-flexible .text-image .row .col-left {
        margin: 0;
        padding: 30px 20px 20px;
    }
}

/* Featured Posts */
.home-page .home-posts {
    padding: 100px 0;
}
@media (max-width: 768px) {
    .home-page .home-posts {
        padding: 60px 0;
    }
}



/*--------------------------------------------------------------
About
--------------------------------------------------------------*/




/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
/* Main */
.contact-page .contact-background-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.contact-page .contact-background-image .contact-background-image-overlay {
    background: linear-gradient(-270deg, #191919 0%, rgba(216,216,216,0.03) 150%);
    height: 100%;
    width: 100%;
}

.contact-page .contact-background-overlay {
    background-image: linear-gradient(90deg, #191919 0%, rgba(4,4,4,0.02) 150%);
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-page .contact-main {
    padding: 200px 0 100px 0;
    position: relative;
}

.contact-page .contact-main-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* Info */
.contact-page .contact-info {
    flex: 0 0 calc(50% - 50px);
}

.contact-info .contact-info-item {
    margin: 0 0 30px;
}

.contact-info .contact-info-item h4 {
    font-weight: 700;
    margin: 0 0 8px;
}

.contact-info .contact-info-item p {
    white-space: pre-line;
    margin: 0;
}

.contact-info .contact-info-item a {
    color: #fff;
}

.contact-info .contact-info-item a:hover {
    color: #74613C;
}

.contact-info .contact-info-item a.button {
    display: inline-flex;
}

.contact-info .contact-info-item.address p {
    text-transform: uppercase;
}

.contact-info .contact-info-item.address a {
    display: inline-block;
    text-decoration: underline;
    margin: 10px 0 0;
    letter-spacing: 0.7px;
}

/* Form */
.contact-page .contact-form {
    position: absolute;
    right: 0;
    top: 300px;
    width: calc(50% - 50px);
    background: #E9E8E5;
    overflow: hidden;
}

.contact-form .contact-form-inner {
    padding: 50px;
}

.contact-form .contact-form-inner > h2 {
    color: #191919;
}

.contact-form .contact-form-inner input[type="text"], .contact-form .contact-form-inner input[type="email"], .contact-form .contact-form-inner input[type="url"], .contact-form .contact-form-inner input[type="password"], .contact-form .contact-form-inner input[type="number"], .contact-form .contact-form-inner input[type="tel"], .contact-form .contact-form-inner input[type="search"], .contact-form .contact-form-inner textarea, select {
    border-bottom: 1px solid #191919;
}
.contact-form .contact-form-inner .gform_wrapper .gform_fields .gfield .gfield_label, .contact-form .contact-form-inner .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    color: #191919;
}

.contact-form .gform_footer button {
    color: #74613C;
}

.contact-form .gform_footer button:hover {
    color: #191919;
}

.contact-form .gform_footer button span {
    color: #74613C;
}

/* Map */
.contact-page .contact-map {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px
}

@media (max-width: 992px) {
    .contact-page .contact-main {
        padding: 160px 0 60px 0;
    }
    .contact-page .contact-main-row {
        flex-wrap: wrap;
    }
    .contact-page .contact-info {
        flex: 100%;
        margin: 0 0 40px;
    }
    .contact-page .contact-form {
        position: static;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-page .contact-map {
        height: 400px;
    }
}
@media (max-width: 500px) {
    .contact-form .contact-form-inner {
        padding: 40px 30px;
    }
}



/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-page {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
    padding: 200px 0 0;
    z-index: 1;
}

/* Intro */
.team-page .team-intro {
    margin: 0 0 60px;
}

.team-page .team-intro p {
    max-width: 540px;
    margin: 0;
}

/* Team List */
.team-page .team-list {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
}

.team-page .team-list:after {
    content: url('images/watermark-tooth.svg');
    position: absolute;
    top: 0;
    right: -200px;
    width: 100%;
    max-width: 800px;
    z-index: -1;
}

.team-list .team-entry-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.team-entry-row .team-entry {
    flex: 0 0 calc(33.33333% - 40px);
    margin: 0 20px 60px;
    z-index: 1;
}

.team-entry .team-entry-image {
    clip-path: circle(50.0% at 50% 50%);
    width: 220px;
    height: 220px;
    margin: 0 0 40px;
}

.team-entry .team-entry-name {
    margin: 0 0 10px;
}

.team-entry .team-entry-position {
    color: #74613C;
}

.team-entry .team-entry-summary {
    margin: 0 0 30px;
}

.team-entry .team-entry-more {
    font-size: 16px;
    color: #74613C;
    position: relative;
}

.team-entry .team-entry-more:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .team-list .team-entry-row {
        flex-wrap: wrap;
    }
    .team-entry-row .team-entry {
        flex: 0 0 calc(50% - 40px);
    }
    .team-entry .team-entry-image {
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 600px) {
    .team-entry-row .team-entry {
        flex: 100%;
    }
}

/* Modal */
.team-modal .fs-modal-content {
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
}

.team-modal .fs-modal-content:after {
    content: url('images/watermark-tooth.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    z-index: -1;
}

.team-modal .team-modal-row {
    display: flex;
    align-items: center;
    margin: 80px 0;
}

.team-modal .team-modal-col {
    flex: 0 0 50%;
}

.team-modal .team-modal-right {
    padding-left: 60px;
}

.team-modal .team-modal-image-container {
    position: relative;
}

.team-modal .team-modal-image {
    clip-path: circle(50% at 50% 50%);
    width: 100%;
}

.team-modal .team-modal-name {
    margin: 0 0 10px;
}

.team-modal .team-modal-position {
    color: #74613C;
}

.team-modal .team-modal-contact {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.team-modal .team-modal-contact a {
    font-size: 20px;
    margin: 0 20px 0 0;
    color: #fff;
}

.team-modal .team-modal-contact a:hover {
    color: #74613C;
}

@media (max-width: 992px) {
    .team-modal.active {
        display: block;
        padding: 40px 0;
        overflow-y: scroll;
    }
    .team-modal .team-modal-row {
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .team-modal .team-modal-col {
        flex: 100%;
    }
    .team-modal .team-modal-image-container {
        max-width: 300px;
        margin: 0 auto 40px auto;
    }
    .team-modal .team-modal-right {
        padding: 0;
    }
    .team-modal .fs-modal-content {
        padding: 30px;
    }
}



/*--------------------------------------------------------------
Team - Single
--------------------------------------------------------------*/
.team-single {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
    padding: 240px 0 140px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.team-single:after {
    content: url('images/watermark-tooth.svg');
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 100%;
    max-width: 600px;
    z-index: -1;
}

.team-single .team-single-row {
    display: flex;
}

.team-single .team-single-col {
    flex: 0 0 45%;
}

.team-single .team-single-right {
    flex: 0 0 55%;
    padding-left: 60px;
}

.team-single .team-single-image-container {
    position: relative;
}

.team-single .team-single-image {
    clip-path: circle(50% at 50% 50%);
    width: 100%;
}

.team-single .team-single-name {
    margin: 0 0 10px;
}

.team-single .team-single-position {
    color: #74613C;
}

.team-single .team-single-contact {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.team-single .team-single-contact a {
    font-size: 20px;
    margin: 0 20px 0 0;
    color: #fff;
}

.team-single .team-single-contact a:hover {
    color: #74613C;
}

.team-single .team-single-back {
    margin: 40px 0 0;
}

@media (max-width: 992px) {
    .team-single {
        padding: 200px 0 100px 0;
    }
    .team-single .team-single-row {
        flex-wrap: wrap;
    }
    .team-single .team-single-col {
        flex: 100%;
    }
    .team-single .team-single-image-container {
        max-width: 500px;
        margin: 0 auto 40px auto;
    }
    .team-single .team-single-right {
        text-align: center;
        padding: 0;
    }
}



/*--------------------------------------------------------------
Service - Archive
--------------------------------------------------------------*/
.service-archive .service-archive-intro {
    padding: 200px 0 40px 0;
}

.service-archive .service-archive-main {
    padding: 0 0 100px;
}



/*--------------------------------------------------------------
Service - Entry
--------------------------------------------------------------*/
.service-entry-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.service-entry {
    flex: 0 0 33.33333%;
    padding: 0 20px;
    margin: 0 0 50px;
}
.service-entry:last-of-type {
    margin-bottom: 0;
}

.service-entry .service-entry-perma {
    display: block;
}

.service-entry .service-entry-image {
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 112.5%;
    position: relative;
    z-index: -1;
}

.service-entry .service-entry-image:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(25, 25, 25, 0.3);
    transition: background 0.3s ease;
}

.service-entry .service-entry-perma:hover .service-entry-image:after {
    background: rgba(25, 25, 25, 0);
}

.service-entry .service-entry-content {
    background: #fff;
    margin: -40px 0 0 60px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.service-entry .service-entry-title {
    color: #74613C;
    margin: 0;
    word-break: break-word;
    text-decoration: underline 2px rgba(116, 97, 60, 0);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.3s ease;
}

.service-entry .service-entry-perma:hover .service-entry-title {
    text-decoration-color: rgba(116, 97, 60, 1);
}

@media (max-width: 992px) {
    .service-entry {
        flex: 0 0 50%;
    }
}
@media (max-width: 600px) {
    .service-entry {
        flex: 100%;
    }
}



/*--------------------------------------------------------------
Service - Single
--------------------------------------------------------------*/




/*--------------------------------------------------------------
Post - Archive
--------------------------------------------------------------*/
.post-archive {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
    padding: 200px 0 100px 0;
}

.post-archive .post-archive-intro {
    margin: 0 0 60px;
}

.post-archive .post-archive-intro p {
    max-width: 620px;
    margin: 0;
}

/* Filter */
.post-archive-filter {
    margin: 0 0 40px;
}

.post-archive-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.post-archive-filter ul li {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #8C8C8C;
    margin: 0 15px 10px 0;
}

.post-archive-filter ul li a {
    color: #74613C;
}

.post-archive-filter a:hover,
.post-archive-filter a.active {
    color: #fff;
}

/* Pagination */
.post-pagination {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.post-pagination span,
.post-pagination a {
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 20px;
    border: 1px solid #7E7451;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.post-pagination a:before {
    content: '';
    background: rgba(116, 97, 60, 0.3);
    border-radius: 100%;
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.post-pagination a:hover:before {
    opacity: 1;
}

.post-pagination svg {
    width: 12px;
}

.post-pagination .current {
    color: #74613C;
}



/*--------------------------------------------------------------
Post - Entry
--------------------------------------------------------------*/
.post-entry-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.post-entry {
    flex: 0 0 33.33333%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.post-entry .post-entry-perma {
    display: block;
    position: relative;
    height: 100%;
}

.post-entry .post-entry-image {
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.post-entry .post-entry-overlay {
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, #060606 100%);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 4 / 3;
}

.post-entry .post-entry-content {
    padding: 100px 20px 20px;
    color: #fff;
    position: relative;
}

.post-entry .post-entry-category {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 5px;
    position: relative;
}

.post-entry .post-entry-title {
    margin: 0;
    text-decoration: underline 2px rgba(255, 255, 255, 0);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.3s ease;
    position: relative;
}

.post-entry .post-entry-perma:hover .post-entry-title {
    text-decoration-color: rgba(255, 255, 255, 1);
}

@media (max-width: 992px) {
    .post-entry {
        flex: 0 0 50%;
    }
}
@media (max-width: 600px) {
    .post-entry {
        flex: 100%;
    }
}



/*--------------------------------------------------------------
Post - Single
--------------------------------------------------------------*/
.post-single {
    background: linear-gradient(135deg, #191919 0%, #111111 100%);
}

.post-single .post-single-main {
    padding: 220px 0 0;
}

.post-single .post-single-category {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}

.post-single .post-single-category a {
    color: #7E7451;
}

.post-single .post-single-category a:hover {
    color: #fff;
}

.post-single .post-single-header {
    text-align: center;
}

@media (max-width: 768px) {
    .post-single .post-single-main {
        padding: 160px 0 0;
    }
}

/* Social Shares */
.post-social-shares .clipboard-copy {
    color: #fff;
    border: 1px solid #7E7451;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
    z-index: 1;
}

.post-social-shares .clipboard-copy:before {
    content: '';
    background: rgba(116, 97, 60, 0.3);
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.post-social-shares .clipboard-copy:hover:before {
    opacity: 1;
}

.post-social-shares-mobile {
    display: none;
    margin: 50px 0 0;
    align-items: center;
    flex-wrap: wrap;
}

.post-social-shares-mobile h4 {
    margin: 10px 15px 0 0;
}

.post-social-shares-mobile.social-links a {
    margin: 10px 15px 0 0;
}


.post-social-shares-mobile .clipboard-copy {
    margin: 10px 0 0;
}

@media (max-width: 1440px) {
    .post-social-shares-mobile {
        display: flex;
    }
}

/* Post Nav */
.post-single .post-single-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 80px 0;
    margin: 80px 0 0;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.post-single-nav .post-single-nav-entry a {
    display: inline-flex;
    margin: 0 0 20px;
    font-family: 'Cormorant', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: underline 1px rgba(255, 255, 255, 0);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.3s ease;
}

.post-single-nav .post-single-nav-entry a:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
}

@media (max-width: 500px) {
    .post-single .post-single-nav {
        text-align: center;
    }
    .post-single-nav .post-single-nav-entry {
        flex: 100%;

    }
}



/*--------------------------------------------------------------
Post - Search
--------------------------------------------------------------*/
/* Archive */
.search-archive {
    padding: 200px 0 100px 0;
}

.search-archive .search-archive-header {
    text-align: center;
    margin: 0 0 40px;
}

.search-archive .search-archive-header h1 {
    margin: 0;
}

/* Entry */
.search-entry {
    display: block;
    background: #3f3f3f;
    padding: 20px 30px;
    margin: 0 0 20px;
    text-align: center;
}

.search-entry:hover {
    background: #2f2f2f;
}

.search-entry .search-entry-type {
    font-family: 'Cormorant', serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #74613C;
}

.search-entry .search-entry-title h2 {
    color: #fff;
    margin: 0 0 10px;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer .site-footer-background {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}

/* Top */
.site-footer .footer-top {
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    padding: 30px 0;
    position: relative;
}

.footer-top .footer-top-side {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-top .footer-top-toggle {
    color: #fff;
    border: 1px solid #7E7451;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.footer-top .footer-top-toggle:before {
    content: '';
    background: rgba(116, 97, 60, 0.3);
    border-radius: 100%;
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.footer-top .footer-top-toggle:hover:before {
    opacity: 1;
}

.footer-top .footer-top-toggle svg {
    width: 10px;
}

@media (max-width: 1200px) {
    .footer-top .footer-top-side {
        display: none;
    }
}

/* Menu */
.footer-top .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-top .footer-menu ul li {
    margin: 10px 30px;
    position: relative;
}

.footer-top .footer-menu ul li a {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #fff;
    text-transform: uppercase;
}

.footer-top .footer-menu ul li a:hover,
.footer-top .footer-menu ul li.current-menu-item a {
    text-decoration: underline;
}

.footer-top .footer-menu ul ul {
    display: none;
}

.footer-top .footer-menu ul ul {
    position: absolute;
    top: 24px;
    left: -9999px;
    z-index: 999;
    background: #0f0f0f;
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid #74613C;
}

.footer-top .footer-menu ul li:hover ul {
    left: -30px;
}

.footer-top .footer-menu ul ul li {
    padding: 0;
    margin: 0;
}

.footer-top .footer-menu ul ul li a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .footer-top .footer-menu ul li {
        margin: 10px 20px;
    }
}

/* Main */
.site-footer .footer-main {
    padding: 100px 0 80px 0;
    position: relative;
}

.footer-main .footer-main-row {
    display: flex;
}

.footer-main .footer-main-col-1 { flex: 0 0 30%; }
.footer-main .footer-main-col-2 { flex: 0 0 70%; padding: 0 120px 0 60px; }

@media (max-width: 992px) {
    .site-footer .footer-main {
        padding: 80px 0;
    }
    .footer-main .footer-main-row {
        flex-wrap: wrap;
    }
    .footer-main .footer-info ul {
        flex-direction: column;
        justify-content: center;
    }
    .footer-main .footer-main-col-1 {
        flex: 100%;
    }
    .footer-main .footer-main-col-2 {
        flex: 100%;
        padding: 0;
        text-align: center;
    }
}

/* Logo */
.footer-main .footer-logo img {
    height: 92px;
}

@media (max-width: 992px) {
    .footer-main .footer-logo {
        margin: 0 0 60px;
    }
    .footer-main .footer-logo img {
        margin: 0 auto;
    }
}

/* Socials */
.footer-socials-mobile {
    display: none;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-socials-mobile.social-links a {
    margin: 10px;
}

@media (max-width: 1440px) {
    .footer-socials-mobile {
        display: flex;
    }
}

/* Newsletter */
.footer-main .footer-newsletter form {
    display: flex;
    align-items: center;
}

.footer-main .footer-newsletter form .gform_body {
    flex: 1;
    padding: 0 20px 0 0;
}

.footer-main .footer-newsletter input[type="text"], .footer-main .footer-newsletter input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #979797;
    color: #fff;
}

.footer-main .footer-newsletter input[type="text"]:focus {
    border-color: #74613C;
}

.footer-main .footer-newsletter input[type="text"]::-webkit-input-placeholder, .footer-main .footer-newsletter input[type="email"]::-webkit-input-placeholder { font-family: 'Cormorant', serif; font-weight: 500; letter-spacing: 0.7px; text-transform: uppercase; color: #979797; }
.footer-main .footer-newsletter input[type="text"]::-ms-input-placeholder, .footer-main .footer-newsletter input[type="email"]::-ms-input-placeholder { font-family: 'Cormorant', serif; font-weight: 500; letter-spacing: 0.7px; text-transform: uppercase; color: #979797; }
.footer-main .footer-newsletter input[type="text"]::placeholder, .footer-main .footer-newsletter input[type="email"]::placeholder { font-family: 'Cormorant', serif; font-weight: 500; letter-spacing: 0.7px; text-transform: uppercase; color: #979797; }

@media (max-width: 400px) {
    .footer-main .footer-newsletter form {
        flex-wrap: wrap;
    }
    .footer-main .footer-newsletter form .gform_body {
        flex: 100%;
        padding: 0 0 30px 0;
    }
}

/* Info */
.footer-main .footer-info {
    margin: 50px 0 0;
}

.footer-main .footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-main .footer-info ul li {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 20px 0 0;
    white-space: pre-line;
}

.footer-main .footer-info ul li:last-of-type {
    margin: 20px 0 0 0;
}

.footer-main .footer-info ul li a {
    color: #fff;
}

.footer-main .footer-info ul li a:hover {
    color: #74613C;
}

/* Bottom */
.site-footer .footer-bottom {
    font-size: 11px;
    font-weight: 300;
    color: #8C8C8C;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    padding: 40px 0;
}

.footer-bottom .footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom .footer-bottom-col {
    flex: 1;
}

.footer-bottom .footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-bottom .footer-links li {
    padding-left: 30px;
}

.footer-bottom .footer-links li:first-of-type {
    padding: 0;
}

.footer-bottom .footer-links li a {
    color: #8C8C8C;
}

.footer-bottom .footer-links li a:hover,
.footer-bottom .footer-links li a.active {
    color: #74613C;
}

@media (max-width: 768px) {
    .footer-bottom .footer-bottom-col {
        flex: 100%;
        text-align: center;
    }
    .footer-bottom .footer-bottom-col-left {
        order: 2;
    }
    .footer-bottom .footer-bottom-col-right {
        order: 1;
    }
    .footer-bottom .footer-links {
        justify-content: center;
        margin: 0 0 20px;
    }
}
.contact-form .gform_confirmation_message {
    color: #191919;
}
@media (max-width: 400px) {
    .cta-booking .cta-booking-left h2 {
        font-size: 36px;
        line-height: 50px;
        word-break: break-word;
    }
    h1, .h1, h2, .h2 {
        font-size: 27px;
    }
}

/*Home Vimeo Video*/
.home .video_space{
    height: 100px;
}
.home .site-logo {
    top:50%;
}
.home .baner__section {
    height: 800px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.site-banner .banner-content{
    padding: 0px 0 100px 0;
}
.home video.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .site-banner .banner-content {
        padding: 0 0 60px 0;
    }
}
@media (max-width: 768px) {
    .home .site-logo {
        top:initial;
    }
}
/*Home Vimeo Video*/

.site-banner.about-banner,
.site-banner.flexible-banner{
  padding-top: 200px;
}
@media (max-width: 950px) {
    .about-page .banner-container.video-content {
        flex-direction: column;
    }
    .about-page .site-banner .banner-container.video-content video {
        margin: 0;
        width: 100%;
        max-width: 540px;
    }
    .about-page .site-banner .banner-container.video-content video {
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .site-banner.about-banner, .site-banner.flexible-banner {
        padding-top: 160px;
    }
}

.instagram-feed .instagram-feed-center, .instagram-feed .instagram-feed-left {
    z-index: 3;
}
.instagram-feed .instagram-feed-right {
    position: relative;
}
.instagram-feed .instagram-feed-right .sbi_tab_col_4 {
    position: absolute;
    top: 0;
    width: 200% !important;
    min-width: 200%;
    left: -100%;
}
@media (max-width: 480px) {
    .instagram-feed .instagram-feed-right .sbi_tab_col_4 {
        position: absolute;
        top: -100%;
        height: 200%;
        width: 100%!important;
        min-width: auto;
        left: 0;
    }
}

