/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: PS Faux Flowers
Theme URI: http://psfauxflowers.com
Author: Thanos Maker
Author URI: http://psfauxflowers.com
Description: A brief description of your theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ps-faux-flowers

Stylesheet:

$gold: #D4B483;
$dark: #3A3A3A;
$cream: #F9F6ED;


*/

/* Generic */

body {
    background-color: #F9F6ED;
    font-family: 'Source Sans 3';
    margin: 80px 0 0;
    max-width: 100vw;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #3A3A3A;
    font-family: 'Noto Serif Display';
    margin: 0 0 16px;
    font-weight: 300;
    line-height: 1.1;
}

a, span, li, input, textarea, button {
    font-family: 'Source Sans 3';
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p, a, li, span {
    color: #3A3A3A;
    font-weight: 300;
    font-size: 16px;
}


div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

body, p {
    line-height: 1.2;
}

.admin-bar .site-header {
    top: 32px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.site-grid {
    position: relative;
    max-width: calc(100% - 120px);
    margin: 0 60px;
    width: 100%;
}

.site-grid-small {
    position: relative;
    max-width: 1280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}

/* Generic Ends */


/* Header */

.site-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.header-col.logo-col {
    max-width: 220px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-col.logo-col img {
    max-width: 160px;
    max-height: 60px;
}
.header-col.menu-col {
    max-width: calc(100% - 220px);
    text-align: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-col.menu-col ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-col.menu-col ul li {
    margin: 0 16px;
    list-style: none;
}
.header-col.menu-col ul li a {
    color: #3A3A3A;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
.header-col.menu-col ul li a:hover {
    color: #D4B483;
}
.header-col.menu-col ul li.current-menu-item a {
    color: #D4B483;
    font-weight: 600;
}
.header-col.menu-col .site-button {
    margin-left: 16px;
}

body.home {
    margin-top: 0;
}
body.home .site-header {
    background: transparent;
}
body.home .site-header.scrolled {
    background-color: #fff;
}

.lang-selector {
    margin-left: 22px;
}
.language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language-switcher img {
    max-width: 22px;
    max-height: 22px;
}

/* Header ends */

/* Buttons */ 

.site-button {
    text-decoration: none;
    background-color: #D4B483;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    letter-spacing: 1;
    font-size: 14px;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    font-weight: 600;
}
.site-button:hover {
    background-color: #C6A36E;
}

.site-button-alt {
    text-decoration: none;
    color: #3A3A3A;
    padding: 8px 30px 8px 0;
    display: inline-block;
    letter-spacing: 1;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    -webkit-transition: color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, color .2s ease-in-out;
    transition: color .2s ease-in-out, color .2s ease-in-out;
}
.site-button-alt::after {
    display: block;
    content: "";
    height: 2px;
    width: 34px;
    background-color: #3a3a3a;
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    -webkit-transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.site-button-alt:hover {
    color: #C6A36E;
}
.site-button-alt:hover:after {
    -webkit-transform: translateY(-50%) translateX(6px);
        -ms-transform: translateY(-50%) translateX(6px);
            transform: translateY(-50%) translateX(6px);
    background-color: #C6A36E;
}

/* Buttons Ends */ 
/* Rows */

.secondary-title {
    font-size: 38px;
    font-weight: 100;
    letter-spacing: -3px;
}

.hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hero-section .section-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
}
.hero-section .section-col.image-col {
    background-size: cover;
    /* padding-bottom: 49%; */
    height: 100vh;
}
.hero-section .section-col.content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4vw;
}
.hero-section .section-col.content-col .content-wrap {
    max-width: 70%;
    margin-right: auto;
}
.hero-section .section-col.content-col .content-wrap .primary-title {
    line-height: 1;
    position: relative;
}
.hero-section .section-col.content-col .content-wrap .primary-title::before {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 260px;
    background: #D4B483;
    top: 50%;
    right: -25%;
}
.hero-section .section-col.content-col .content-wrap .text-wrap p {
    font-size: 20px;
}


.about-section {
    padding: 14vh 0;
}
.about-section .site-grid-small {
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pill-element {
    background: #F4C2C2;
    width: 200px;
    height: 380px;
    position: absolute;
    border-radius: 260px;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
}
.about-section .pill-element {
    margin-top: -190px;
}
.about-section .section-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 100%;
}
.about-section .content-col {
    padding: 46px 46px 46px 0;
    text-align: right;
}
.about-section .section-col.image-col {
    background-size: cover;
}
.about-section .content-col .site-button-alt {
    margin-right: 12px;
}

.services-section {
    padding: 5vh 0;
}
.services-section .primary-title {
    text-align: center;
    margin-bottom: 26px;
}
.services-list {
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.services-list .service-term {
    position: relative;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
    pointer-events: none; 
    /* enable pointer events when we have actual projects */
}
.services-list .service-term::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
     background: rgb(0,0,0);
    background: -o-linear-gradient(283deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: linear-gradient(167deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); 
}
.service-name {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Noto Serif Display';
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    max-width: calc( 100% - 60px );
}

.large-image-section {
    margin: 4vh 0;
    position: relative;
}
.large-image-section .image-element {
    padding-bottom: 28%;
    background-size: cover;
    position: relative;
}
.large-image-section .image-element.frame-visible::before {
    content: "";
    display: block;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    border: 6px solid #D4B483;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}
.large-image-section .image-element.layer-visible::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.large-image-section .primary-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    color: #fff;
    z-index: 999;
    width: 100%;
    max-width: 90%;
    text-align: center;
}

.gold-section {
    background-color: #D4B483;
    padding: 10vh 0 20vh;
    position: relative;
}
.gold-section-content {
    max-width: 960px;
    position: relative;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.pretitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #3A3A3A;
    display: block;
    font-weight: 600;
}
.gold-section-content .site-button-alt:hover {
    color: #fff;
}
.gold-section-content .site-button-alt:hover:after {
    background-color: #fff;
}
.gold-section-content .content-wrap {
    max-width: 70%;
    margin: 0 15%;
}
.mini-gallery-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -15vh;
    padding-bottom: 50px;
}
.mini-gallery-images .image-box {
    padding-bottom: 33.33%;
    background-size: cover;
    background-position: center;
    -ms-flex-preferred-size: calc(33.33% - 10px);
        flex-basis: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.mini-gallery-images .image-box:nth-child(3),
.mini-gallery-images .image-box:nth-child(6) {
    margin-right: 0;
}
.image-box.tall-image {
    padding-bottom: 50%;
}
.image-box.tall-image.negative-margin-img {
    margin-top: calc(-18% + 15px);
}

.contact-section .site-grid-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
}
.contact-section .image-col {
    -ms-flex-preferred-size: calc(50% - 13px);
        flex-basis: calc(50% - 13px);
    max-width:  calc(50% - 13px);
    margin-right: 13px;
    width: 100%;
}
.contact-section .image-col .image-wrap {
    background-size: cover;
    background-position: center;
    padding-bottom: 110%;
}
.contact-section .content-col {
    padding: 32px 0;
    -ms-flex-preferred-size: calc(50% - 13px);
        flex-basis: calc(50% - 13px);
    max-width:  calc(50% - 13px);
    margin-left: 13px;
    width: 100%;
}
.form-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form-field.half-field {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
}
.form-field.half-field:nth-child(1) {
    margin-right: 10px;
}
.form-field.half-field:nth-child(2) {
    margin-left: 10px;
}
.form-field .field-label {
    display: block;
    margin-bottom: 8px;
    color: #3a3a3a;
    font-size: 14px;
}
.form-field input, .form-field select {
    background-color: transparent;
    color: #3a3a3a;
    height: 40px;
    width: 100%;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.field-type-dropdown > P,
.field-type-input > p {
    margin: 0;
}
.form-field > p {
    margin-bottom: 0;
}
.field-type-textarea > p {
    margin-top: 0;
}
.form-field textarea {
    background-color: transparent;
    color: #3a3a3a;
    height: 180px;
    width: 100%;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.form-button-wrapper {
    margin-top: 32px;
    text-align: right;
    position: relative;
}
.form-button-wrapper .wpcf7-spinner {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
}
.form-button-wrapper .form-btn {
    text-decoration: none;
    background-color: #D4B483;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 14px 30px;
    font-size: 13px;
    display: inline-block;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    font-weight: 400;
    cursor: pointer;
    margin-top: 0;
}
.form-button-wrapper .form-btn:hover {
    background-color: #C6A36E;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: red;
    color: #fff;
}
.wpcf7-response-output {
    margin: 0 !important;
      margin-top: 0px;
    margin-top: 25px !important;
    border: 0 !important;
    background: #D4B483;
    padding: 16px !important;
    color: #3a3a3a;
    text-align: center;
    font-family: 'Noto Serif Display';
}

.instagram-section {
    padding: 50px 0;
}

.gallery-page {
    padding-bottom: 50px;
}
.gallery-page h1 {
    padding: 26px 0;
}
.custom-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; /* Offsets the item margins */
}
.gallery-item {
    max-width: calc(33.33% - 20px);
    -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
    margin: 10px; /* Consistent spacing around items */
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 26%; /* Maintains aspect ratio for the box */
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gallery-item.no-margin-right {
    margin-right: 10px; /* Optional: Can be removed to simplify */
}
.gallery-item:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.lightboxOverlay {
    z-index: 999999!important;
}
.lightbox {
    z-index: 9999999!important;
}

.simple-content {
    margin-bottom: 2vh;
}
.simple-content .site-grid-small {
    border-bottom: 4px solid #D4B483;
    padding: 2vh 0 4vh;
}

/* Rows End */

/* Footer */

.footer-top {
    padding: 8% 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.footer-top.footer-top-overlay {
    position: relative;
}
.footer-top.footer-top-overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.65);
    pointer-events: none;
}
.footer-top.footer-top-overlay .site-grid-small {
    position: relative;
    z-index: 2;
}
.footer-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 100%;
}
.footer-col.left-column ul {
    padding: 0;
}
.footer-col.left-column li {
    list-style: none;
    display: block;
    margin-bottom: 16px;
}
.footer-col.left-column li a {
    font-family: 'Source Sans 3';
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
}
.footer-col.left-column li a:hover {
    color: #D4B483;
}
.footer-logo {
    display: inline-block;
    max-width: 140px;
    margin-bottom: 32px;
}
.footer-logo img {
    width: 100%;
    height: auto;
}
.footer-title h5 {
    color: #D4B483;
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 32px;
}
.footer-col.right-column h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans 3';
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 62px;
    position: relative;
    font-size: 16px;
}
.footer-col.right-column h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 42px;
    position: absolute;
    bottom: -42px;
    left: 0;
    background-color: #fff;
}
.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.footer-col.right-column .footer-phone,
.footer-col.right-column .footer-mail {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Noto Serif Display';
    margin-top: 16px;
}
.footer-col.right-column .footer-phone:hover,
.footer-col.right-column .footer-mail:hover {
    color: #D4B483;
}
.footer-social-wrap {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-social-wrap a {
    margin-right: 22px;
    font-size: 16px;
    background-color: #D4B483;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
            transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.footer-social-wrap a:hover {
    background-color: #282828;
}
.footer-copyrights {
    background-color: #D4B483;
    padding: 16px 0;
}
.footer-copyrights .site-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-signature {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans 3';
    display: inline-block;
    text-align: center;
}

/* Footer Ends */

.mobile-header,
.mob-menu {
    display: none;
}

@media (max-width: 1500px) {
    .hero-section .section-col.content-col .content-wrap .primary-title {
        font-size: 64px;
    }
    .secondary-title {
        font-size: 32px;
    }
    .hero-section .section-col.content-col .content-wrap .text-wrap p {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .site-grid,
    .site-grid-small {
        max-width: 90%;
        margin: 0 5%;
        left: 0;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }

    .hero-section .section-col.content-col .content-wrap {
        max-width: 80%;
    }
    .hero-section .section-col.content-col .content-wrap .primary-title {
        font-size: 58px;
    }
    .hero-section .section-col.content-col .content-wrap .primary-title::before {
        width: 180px;
    }

    .about-section {
        padding: 6vh 0;
    }
    .about-section .pill-element {
        margin-top: -140px;
        width: 160px;
        height: 280px;
    }
}

@media (max-width: 1180px) {
    .primary-title {
        font-size: 48px;
    }
    .secondary-title {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }

    body,
    body.home {
        margin-top: 70px;
    }

    .site-grid,
    .site-grid-small {
        max-width: calc(100% - 80px);
        margin: 0 40px;
    }

    .site-header {
        display: none;
    }

    .mobile-header,
    .mob-menu {
        display: block;
    }
    .mob-header-col.mob-nav-toggle {
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
        max-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .mob-header-col.logo-col {
        margin: auto;
            margin-left: 0;
        -ms-flex-preferred-size: calc(100% - 240px);
            flex-basis: calc(100% - 240px);
        max-width: calc(100% - 240px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: 70px;
        background-color: #fff;
        width: 100%;
        max-width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .admin-bar .mobile-header {
        top: 46px;
    }
    .admin-bar .mob-menu {
        max-height: calc(100% - 46px);
        top: 46px;
    }
    .mobile-header .site-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .mob-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999999;
        background-color: #D4B483;
        padding: 13px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
        transition: opacity .2s ease-in-out, transform .2s ease-in-out;
        transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }
    .mob-menu.visible {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        opacity: 1;
        pointer-events: all;
    }
    .mob-menu-button {
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: relative;
    }
    .mob-menu-button::before {
        content: "";
        display: block;
        width: 24px;
        height: 20px;
        border-top: 2px solid #282828;
        border-bottom: 2px solid #282828;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .mob-menu-button::after {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #282828;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 50%;
    }
    .mob-header-col.logo-col .site-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mob-header-col.logo-col .site-logo img {
        max-height: 46px;
    }
    .mob-menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mob-menu-info {
        margin: 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mob-menu-social-wrap {
        margin-bottom: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mob-menu-info a {
        color: #282828;
        font-size: 28px;
        font-weight: 300;
        font-family: 'Noto Serif Display';
        margin-top: 16px;
    }
    .mob-menu-social-wrap a {
        margin-right: 22px;
        font-size: 16px;
        background-color: #282828;
        color: #D4B483;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
            -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
                transition: background-color .2s ease-in-out, color .2s ease-in-out;
    }
    .mob-menu-social-wrap a:hover {
        background-color: #282828;
    }
    .mob-menu .mob-menu-button {
        position: absolute;
        top: 20px;
        right: 40px;
    }
    .mob-menu-content .site-logo {
        max-width: calc(100% - 40px);
    }
    .mob-menu-content .site-logo img {
        max-height: 54px;
    }
    .mob-menu.visible .mob-menu-button::before {
        height: 2px;
        border: 0;
        background: #282828;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
    }
    .mob-menu.visible .mob-menu-button::after {
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
    }
    .mob-menu-content .mob-menu-wrapper {
        padding-top: 10%;
        position: relative;
    }
    .mob-menu-content .mob-menu-wrapper::after {
        content: "";
        display: block;
        height: 2px;
        width: 42px;
        position: absolute;
        bottom: -30px;
        left: 0;
        background-color: #282828;
    }
    .mob-menu-content .mob-menu-wrapper ul {
        margin: 0;
        padding-left: 0;
    }
    .mob-menu-content .mob-menu-wrapper ul li {
        list-style: none;
        margin-bottom: 26px;
    }
    .mob-menu-content .mob-menu-wrapper ul li:last-child {
        margin-bottom: 0;
    }
    .mob-menu-content .mob-menu-wrapper ul li a {
        color: #3A3A3A;
        font-size: 32px;
        font-family: 'Noto Serif Display';
        text-decoration: none;
        font-weight: 300;
    }
    .mob-menu-content .mob-menu-wrapper ul li.current-menu-item a {
        font-weight: 600;
    }
    .mob-menu-content .mob-menu-wrapper .round-button {
        margin-top: 32px;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Josefin Sans', sans-serif;
    }

    .footer-title h5 {
        font-size: 42px;
    }

    .hero-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hero-section .section-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
    .hero-section .section-col.image-col {
        padding-bottom: 40%;
        height: auto;
    }
    .hero-section .section-col.content-col {
        padding: 40px;
    }

    .pill-element {
        z-index: -1;
    }

    .footer-top {
        background-attachment: unset;
        background-position: center;
    }

    .contact-section .content-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .contact-section .image-col {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    .contact-section .image-col .image-wrap {
        padding-bottom: 40%;
    }

    .lang-selector {
        margin-left: 0;
        margin-top: 32px;
    }
    .language-switcher img {
        max-width: 36px;
        max-height: 36px;
    }
}

@media (max-width: 820px) {
    .about-section {
        padding: 2vh 0;
    }
    .about-section .site-grid-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-section .section-col.image-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 52%;
    }
    .about-section .content-col {
        padding: 32px 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: left;
        max-width: 100%;
    }
    .service-name {
        font-size: 22px;
        bottom: 15px;
        right: 15px;
        max-width: calc( 100% - 30px );
    }
    .services-list .service-term {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .services-list .service-term:first-child {
        margin-left: 0;
        margin-right: 10px;
    }
    .services-list .service-term:last-child {
        margin-left: 10px;
        margin-right: 0;
    }

    .large-image-section .image-element {
        padding-bottom: 48%;
    }
    .large-image-section .image-element.frame-visible::before {
        border: 4px solid #D4B483;
        top: 26px;
        left: 26px;
    }

    .contact-section .content-col {
        padding-top: 0;
    }
    .form-field.half-field:nth-child(1) {
        margin-right: 0;
    }
    .form-field.half-field {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .form-field.half-field:nth-child(2) {
        margin-left: 0;
    }
    .contact-section .image-col .image-wrap {
        display: none;
    }
    
    .large-image-section .primary-title {
        font-size: 32px;
    }
}

@media (max-width: 620px) {
    .site-grid, .site-grid-small {
        max-width: calc(100% - 52px);
        margin: 0 26px;
    }
    .mob-menu {
        padding: 13px 26px;
    }
    .mob-menu-content .mob-menu-wrapper ul li a {
        font-size: 24px;
    }
    .mob-menu-info a {
        font-size: 22px;
    }

    .footer-top.footer-top-overlay .site-grid-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .flex-basis-col.footer-col.left-column {
        margin-bottom: 50px;
    }
    .footer-col.right-column .footer-phone, .footer-col.right-column .footer-mail {
        font-size: 22px;
    }
    .footer-title h5 {
        font-size: 36px;
    }

    .hero-section .section-col.image-col {
        padding-bottom: 70%;
    }
    .hero-section .section-col.content-col {
        padding: 26px;
    }
    .hero-section .section-col.content-col .content-wrap {
        max-width: 100%;
    }
    .hero-section .section-col.content-col .content-wrap .primary-title::before {
        display: none
    }
    .hero-section .section-col.content-col .content-wrap .text-wrap p {
        font-size: 16px;
    }

    .hero-section .section-col.content-col .content-wrap .primary-title,
    .primary-title {
        font-size: 42px;
    }
    .secondary-title {
        font-size: 28px;
    }
    
    .services-section {
        padding: 2vh 0;
    }
    .services-section .primary-title {
        text-align: left;
    }
    .services-list .service-term {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
    .services-list .service-term:first-child,
    .services-list .service-term:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .services-list .service-term:first-child {
        margin-bottom: 16px;
    }
    .service-name {
        text-align: right;
    }

    .gold-section {
        padding: 7vh 26px 18vh;
    }
    .gold-section-content .content-wrap {
        max-width: 100%;
        margin: 0;
    }
    .mini-gallery-images .image-box {
        -ms-flex-preferred-size: calc(33.33% - 6px);
            flex-basis: calc(33.33% - 6px);
        max-width: calc(33.33% - 6px);
        margin-right: 9px;
        margin-bottom: 9px;
    }
    .image-box.tall-image.negative-margin-img {
        margin-top: calc(-18% + 4px);
    }
    .mini-gallery-images {
        padding-bottom: 26px;
    }

    .form-field input, .form-field select {
        height: 50px;
    }
}