/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h1, h2, h3, h4, h5, h6{
    font-family: BeautiqueDisplay, sans-serif !important;
}
.hidden{
	display: none !important;
}
.ct-header-cta .ct-button-text{
    flex-direction: row;
}
.ct-header-cta .ct-button-text svg{
    fill: #ffffff;
    margin-right: 4px   ;
}

.menu .ct-menu-link{
    font-family: BeautiqueDisplay, sans-serif !important;
}


nav[class*=menu] li[class*=current-menu-]>.ct-menu-link, nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent{
    color: var(--theme-link-initial-color)
}
nav[class*=menu] li:hover>.ct-menu-link, nav[class*=menu] li:hover>.ct-sub-menu-parent{
    color: var(--theme-link-hover-color);
}
@keyframes zoomOut {
    0% {
        background-size: 130% 130%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@media (max-width: 550px){
    @keyframes zoomOut {
        0% {
            background-size: auto 130% ;
        }
        100% {
            background-size: auto 100% ;
        }
    }
    .ct-header-cta .ct-button-secondary-text{
        display: none;
    }
}
.zoom-out {
    animation: zoomOut 5s ease-in-out forwards;
}
.zoom-out-image{
    overflow: hidden !important;
    border-radius: 8px;
}
.zoom-out-image img{
    transform: scale(1.3);
    transition: transform 0.5s ease-in-out;
}
.zoom-out-image:hover img {
    transform: scale(1);
}
@media (min-width: 640px){
    .property-icon-item + .property-icon-item:before{
        position: absolute;
        top: 0;
        left: -24px;
        content: '';
        width: 1px;
        height: 50px;
        background: #BB9B6A;
    }
}
@media (max-width: 639px){
    .property-icon-item + .property-icon-item:after{
        position: absolute;
        top: -16px;
        left: 0px;
        content: '';
        width: 100%;
        height: 1px;
        background: #BB9B6A;
    }
}
.single[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
.blog[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a{
    --theme-link-initial-color: var(--theme-palette-color-1) !important;
    --theme-link-hover-color: var(--theme-palette-color-2) !important;
}
.single .default-logo,
.blog .default-logo,
.blog [data-sticky*=yes] .sticky-logo~.default-logo{
    display: none;
}
.single .sticky-logo, .dark-mode-logo,
.blog .sticky-logo, .dark-mode-logo{
    display: block;
}
.single #main > .ct-container,
.blog #main > .ct-container{
	margin-top: 70px;
}
.blog .entries article .ct-media-container{
	border-radius: 8px;
	overflow: hidden;
}
.entry-content figure,
.entry-content figure img{
    width: 100% !important;
    height: auto;
    border-radius: 8px;
}
.wpcf7-form select,
.wpcf7-form input:not([type="submit"]){
    border-radius: 8px;
    backdrop-filter: blur(30px);
    
}
#footer .wpcf7-form select,
#footer .wpcf7-form input:not([type="submit"]){
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
    color: #AEAEAE;
}
#footer .wpcf7-form .wpcf7-submit{
    float: right !important;
}

.custom-popUp {
    position: fixed;
    z-index: 1000;
    max-width: 379px;
    height: 360px;
    padding: 16px;
    background: #0B0A09CC;
    border: 1px solid #ffffff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: -425px
}

.custom-popUp .x-close {
    color: #fff;
    right: 4px;
    top: 4px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    transition: all .5s ease;
    display: inline-block;
}

#nw-download-button .my-text-typing {
    border-right: .15em solid #835e38!important
}
#nw-download label{
    margin-bottom: 0;
}
.add-plus {
    position: fixed;
    z-index: 999;
    bottom: 0;
    font-size: 15px;
    left: 2%;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    width: auto;
    justify-content: flex-start;
    padding: 15px 10px;
    display: -webkit-flex;
    align-items: center;
    height: 45px;
    background: #f3d8a1;
    color: #79542f;
    border-top: 2px solid #79542f;
    border-right: 2px solid #79542f;
    border-left: 2px solid #79542f
}

.custom-popUp.active {
    margin-bottom: 0!important
}


.add-plus.active {
    margin-bottom: -55px
}

.add-plus.active + .devvn_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ad;
    z-index: 2;
    transition: all 1.25s ease
}


@media only screen and (max-width: 549px) {
    .add-plus {
        width: 247px;
    }

    .custom-popUp {
        max-width: 300px;
    }
}

#nw-download .col-inner {
    padding: 12px 6px!important
}

.custom-popUp .wpcf7 p {
    position: relative
}

.custom-popUp #icon-form {
    position: absolute;
    color: #cb8639;
    z-index: 100;
    font-size: 18px;
    top: 8px;
    left: 10px
}

.custom-popUp .wpcf7 p>span>input {
    border: 0 solid;
    border-bottom: 1px solid #cb8639;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent!important
}

.custom-popUp .wpcf7 p>span>textarea {
    border: 0 solid;
    border-bottom: 1px solid #cb8639;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent
}

.custom-popUp .wpcf7 input::placeholder {
    color: #AEAEAE;
}

.custom-popUp .wpcf7 textarea::placeholder {
    color: #AEAEAE;
}

.custom-popUp .contact-input {
    padding-left: 40px!important
}

.my-text-typing {
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: 0.15em solid #fff;
}
@keyframes tp-typing {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    55%,
    65%,
    75% {
        opacity: 1;
    }
    60%,
    70% {
        opacity: 0;
    }
    80% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.ue-simple-popup-wrapper{
    flex-direction: column;
}
#vi-tri:before{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: -1
}