/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


 .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 28px;
        height: 16px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

    .animated-icon1 span {
    background: #e65100;
    }

    .animated-icon2 span {
    background: #ffffff;
    }

    .animated-icon3 span {
    background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
    top: 8px;
    }

    .animated-icon1 span:nth-child(3) {
    top: 16px;
    }

    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
    button, input, select, textarea {
        margin-top: 0px !important;
    }
    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 8px;
    }

    .animated-icon2 span:nth-child(4) {
    top: 16px;
    }

    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin: 0 auto;
        width: 85%;
    }
    .nav-bar a {
        display: block;
        height: auto;
    }
    .site-title-container{
        width: 74%;
        /*padding-right: 25px;*/
    }
    .navbar-toggler{
    background: none;
    font-size: 24px;
    border: 0;
    border-left: none;
    /* line-height: 60px; */
    /* min-height: 60px; */
    outline: none;
    width: 10%;
    z-index: 999;
    display: block;
    position: relative;
			background-color: unset !important;
			outline: none !important;
    }
    .module{
        padding: 0 6px;
    }
    .module.left{
        float: none;
        text-align: center;
        /*line-height: 60px;*/
        /*min-height: 60px;*/
    }
/* edit the hamburger and close icon colors here */

.lytbox-button {
	--hamburger-color: #000;
	--close-x-color: #fff;
	display: block;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}


/* must add in elementor template ID number to make the menu full width */
.elementor-750 {
	width: 100%;
}




/* end editing */

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.8s;
	transition-timing-function: ease-in-out;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.lytbox-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}




/* toggle hamburger*/

.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span{
    display: block;
    height: 4px;
    width: 36px;
    background: #ffffff;
    transform-origin: 50% 50%;
    transition: all 0.1s 0.2s ease,transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.lytbox-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.second-button.active~.lytbox-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.8s, opacity 0.8s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
	transition: all 0.1s 0s ease;
}





/* closed X */

.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
    background: #ffffff;
    transition: all 0.1s ease,transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 2px) rotate(-45deg);

}



.menu_subtitle_commercial.active_plus{
	max-height: 500px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    z-index: 1 !important;
}

.menu_subtitle_commercial.active_plus.active_plus_text h2 a{
	color: #9BCB40 !important;
	font-weight: 600 !important;
}

.menu_subtitle_residence.active_plus{
	max-height: 500px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    z-index: 1 !important;
}

.menu_subtitle_residence.active_plus.active_plus_text1 .text1 h2 a{
	color: #9BCB40 !important;
	font-weight: 600 !important;
}
.menu_subtitle_residence.active_plus.active_plus_text2 .text2 h2 a{
	color: #9BCB40 !important;
	font-weight: 600 !important;
}

.kapa101{
	transition: all 0.5s;
	cursor: pointer;
}
.kapa102{
	transition: all 0.5s;
	display: none;
	cursor: pointer;
}
a:focus{
	outline: none !important;
}
.build101_map{
/* 	display: none; */
}
.build102_map{
	display: none;
}
.build1_apt{
/* 	display: none; */
}
.build2_apt{
	display: none;
}
.build1_imgs{
	display: none;
}
.build1_imgs.build1_imgs_3rooms{
	display: block;
}
.build2_imgs{
	display: none;
}
.build1_title{
	display: none;
}
.build1_title_image{
	display: none;
}
.build2_title{
	display: none;
}
.build2_title_image{
	display: none;
}
.build101_map.build101_map_active{
	max-width: 662px;
}
.main_imgs_wrapper.main_imgs_wrapper_active{
	width: 32%;
}
.build1_apt_active a{
background-color: #786f6f !important;
    color: #9bcb40 !important;
	transition: all 0.5s;
}

.build2_apt_active a{
background-color: #786f6f !important;
    color: #9bcb40 !important;
	transition: all 0.5s;
}

.build3_apt{
/* 	display: none; */
}
.build4_apt{
	display: none;
}
.build3_imgs{
	display: none;
}
.build3_imgs.build3_imgs_3rooms{
	display: block;
}
.build4_imgs{
	display: none;
}
.build3_title{
	display: none;
}
.build3_title_image{
	display: none;
}
.build4_title{
	display: none;
}
.build4_title_image{
	display: none;
}
.build3_apt_active a{
background-color: #786f6f !important;
    color: #9bcb40 !important;
	transition: all 0.5s;
}

.build4_apt_active a{
background-color: #786f6f !important;
    color: #9bcb40 !important;
	transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
	.elementor-location-header{
	    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
	.ea11y-widget-button--open-widget {
    margin-bottom: 40px !important;
}
		.navbar-toggler{
    width: auto;
    padding: 0;
    }
	.contact_mob a{
			background: #ffffff;
			width: auto;
			display: inline-block;
			color: #000000 !important;
			margin-right: 21px;
			margin-top: 20px;
	}
	.contact_mob a:hover{
			background: #ffffff !important;
			width: auto;
			display: inline-block;
			color: #000000 !important;
			margin-right: 21px;
			margin-top: 20px;
	}
	
	
	.build1_apt{
		width: 100% !important;
	}
	.build2_apt{
		width: 100% !important;
	}
	.build3_apt{
		width: 100% !important;
	}
	.build4_apt{
		width: 100% !important;
	}
	.main_imgs_wrapper.main_imgs_wrapper_active{
		width: 90%;
	}
}

