/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('/wp-content/uploads/2023/12/icomoon.woff') format('woff2');
}

@font-face {
    font-family: 'Trirong';
    src: url('/wp-content/uploads/2024/01/Trirong-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Trirong';
    src: url('/wp-content/uploads/2024/01/Trirong-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trirong';
    src: url('/wp-content/uploads/2024/01/Trirong-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Trirong';
    src: url('/wp-content/uploads/2024/01/Trirong-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/wp-content/uploads/2024/01/MinionPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('/wp-content/uploads/2024/01/Akzidenz-grotesk-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('/wp-content/uploads/2024/01/Akzidenz-grotesk-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('/wp-content/uploads/2024/01/AkzidenzGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('/wp-content/uploads/2024/01/AlbertSans-VariableFont_wght3.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body {
    background-image: url('/wp-content/uploads/2024/03/backdrop.webp');
    background-position: top center;
    background-repeat: repeat;
    background-size: 33.33%;
}

body,
a,
p,
span,
div {
    color: #676767;
    /* font-family: 'Trirong', sans-serif; */
    font-family: 'Bodoni Moda', sans-serif;
}

a {
    text-decoration: none;
}

@media (min-width: 751px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .hide-mobile {
        display: none !important;
    }
}

/* header */
.site-header {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
}

.site-header .header-inner {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    font-size: 20px;
}

@media (min-width: 1200px) {
    .site-header .header-inner {
        max-width: 1425px;
    }
}

.site-header .site-logo {
    margin: 28px 0;
    position: relative;
    max-width: 200px;
    transition: margin 0.15s ease;
}

.site-header .site-logo img {
    width: 100%;
    height: 76px;
    transition: height 0.15s ease;
}

.site-header.scrolled .site-logo {
    margin: 15px 0;
}

.site-header.scrolled .site-logo img {
    height: 60px;
}

.site-header .header-inner .site-branding .site-description {
    display: none;
}

.site-subnavigation {
    display: flex;
    align-items: center;
}

#btn-search-open,
#btn-search-open:hover {
    border: 0;
    background-color: transparent;
}

#btn-search-open:focus-visible {
    outline: none;
}

.icon-salient-search {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-salient-search:before {
    content: "\e906";
}

#search-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    display: block;
    overflow: hidden;
    background-color: #fff;
    height: 35vh;
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(0, -35vh, 0);
    -webkit-transform: translate3d(0, -35vh, 0);
    z-index: 2000 !important;
    padding: 0;
    top: -1px;
}

#search-outer.open {
    transform: translate3d(0, 0vh, 0);
    -webkit-transform: translate3d(0, 0vh, 0);
}

#search-outer #search {
    max-width: 1425px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-container {
    height: auto !important;
    float: none;
    width: 100%;
    overflow: visible;
    position: relative;
}

#search-outer #search-box,
#search-outer #search #close {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translate3d(0, 35vh, 0);
    opacity: 0;
    position: relative;
}

#search-outer.open #search-box,
#search-outer.open #search #close {
    transform: translate3d(0, 0vh, 0);
    opacity: 1;
}

#search-box input[type="text"] {
    font-size: 48px;
    line-height: 1;
    height: 76px !important;
    border: 0;
    border-bottom: 2px solid #ad996d;
    color: #000;
    font-family: "Open Sans";
    font-weight: 700;
    padding: 0;
    padding-right: 70px;
}

#search-box input[type="text"]:focus-visible {
    outline: none;
}

#search-box input[type="text"]::placeholder {
    color: #000;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 48px;
}

#search form>span {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 15px;
}

#search-outer #search #close,
#search-outer #search #close:hover {
    position: absolute;
    top: 43%;
    margin-top: -28px;
    right: 10px;
    border: 0;
    background-color: transparent;
}

#search-outer #search #close div {
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10;
}

#search-outer #search #close div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    content: '';
    transform: scale(1) translateZ(0);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

#search-outer #search #close div:hover:before {
    transform: scale(1.2) translateZ(0);
}

#search-outer .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    font-size: 18px;
    height: 20px;
    line-height: 19px;
    background-color: transparent;
    transition: color 0.2s ease;
}

#search-outer .close-wrap .close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease;
    background-color: #000;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#search-outer .close-wrap .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg);
}

#search-outer.open .close-wrap .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
}

#search-outer .close-wrap .close-line2 {
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

#search-outer.open .close-wrap .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(45deg);
        transform: translateY(0) translateX(0) rotate(45deg);
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
        transform: translateY(0) translateX(0) rotate(-45deg);
    }
}

@media (max-width: 749px) {
    body {
        background-size: contain;
    }

    .site-header .header-inner {
        padding: 12px 0;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
        position: relative;
    }

    .site-header .site-logo {
        max-width: 126px;
    }

    .site-logo {
        margin-top: 0;
        margin-bottom: 0;
    }

    .site-logo img {
        width: 100%;
        max-height: 48px;
    }

    .site-header .site-logo img {
        height: auto;
        max-height: none;
    }

    .site-header.scrolled .site-logo img {
        height: auto;
        max-height: none;
    }

    .site-subnavigation {
        position: absolute;
        top: -10px;
        right: -20px;
        height: 100%;
    }

    .search-container {
        max-width: 320px;
        margin: 0 auto;
    }

    #search-box input[type="text"] {
        font-size: 16px;
        height: 41px !important;
    }

    #search-box input[type="text"]::placeholder {
        font-size: 16px;
    }

    #search form>span {
        display: none;
    }

    #search-outer #search #close div:before {
        width: 28px;
        height: 28px;
        margin: -14px 0 0 -8px;
    }

    #search-outer .close-wrap {
        font-size: 13px;
        height: 13px;
        line-height: 13px;
        top: 52%;
        left: 75%;
    }
}

/* end header */

/* footer */
.site-footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bg-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-bg-wrap .bg-wrap-image {
    /* background-image: url('/wp-content/uploads/2023/12/bg_footer.png'); */
    /* background-image: url('/wp-content/uploads/2024/01/backdrop_01-scaled.jpg'); */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.site-footer .footer-inner {
    position: relative;
    z-index: 12;
    text-align: center;
    justify-content: center;
    padding: 40px 0;
}

.footer-text-column p {
    font-size: 16px;
    line-height: 30px;
}

.backtotop {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-bottom: 24px;
    z-index: 9999999;
}

.btn-backtotop {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #af9a6e;
    color: #fff;
    border-radius: 50%;
    padding: 12px 20px;
    font-size: 25px;
    transition: all .4s ease-in-out;
    transform: translateY(200px);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
}

.backtotop.active .btn-backtotop {
    transform: translateY(0);
}

.btn-backtotop:hover {
    color: #fff;
}

#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
    /* margin-bottom: 95px; */
}

@media (max-width: 749px) {
    .site-footer .footer-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* end footer */

/* classic element icon */
.residental-element-icon {
    padding-top: 18px;
}

.classic-element-icon-white {
    width: 18%;
    display: block;
    margin: 0 auto;
    filter: invert(1);
    padding-bottom: 18px;
}

.classic-element-icon-black {
    width: 18%;
    display: block;
    margin: 0 auto;
    padding-bottom: 18px;
}

.classic-element-icon-brown {
    width: 18%;
    display: block;
    margin: 0 auto;
    filter: invert(72%) sepia(13%) saturate(860%) hue-rotate(3deg) brightness(83%) contrast(89%);
    padding-bottom: 18px;
}

@media only screen and (max-width: 749px) {

    .classic-element-icon-white,
    .classic-element-icon-black,
    .classic-element-icon-brown {
        width: 40%;
    }
}

/* end classic element icon */

/* language switcher */
.language-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.language-wrapper li {
    padding: 0 5px;
}

.language-wrapper span {
    font-weight: bold;
}

.trp-language-switcher {
    width: auto !important;
}

.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
    width: auto !important;
}

.trp-language-switcher>div {
    padding: 4px 13px !important;
    border: 0 !important;
    background-position: calc(100% - 10px) calc(1em + 1px), calc(100% - 3px) calc(1em + 0px) !important;
}

.trp-language-switcher>div:hover {
    background-image: url('/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg') !important;
}

.trp-language-switcher>div>a {
    padding: 7px 0 !important;
    padding-right: 7px !important;
}

/* end language switcher */