/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.project_fixed_form{
    position: fixed;
    left: -1px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    
}
.project_fixed_form.active_form{
    transition: transform 0.3s ease;
    transform: translateY(-50%) translateX(0%);
}
.project_fixed_form_container .wpcf7{
    padding: 20px;
    background: #fff;
	border-radius:0px 10px 10px 0px;
	
}
.project_fixed_form_container{
    position: relative;
}
.project_fixed_form_button{
    cursor: pointer;
    background: white;
    position: absolute;
    right: -116px;
    width: 192px;
    height: 40px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    top: 50%;
	border-radius: 0px 0px 10px 10px;
}
.project_fixed_form_button p{
    white-space: nowrap;
    margin: auto;
	font-weight:600;
}
.project_fixed_form_button i:before{
	transform: rotate(90deg);
	color: #C5B668;
}
.project_fixed_form_button i{
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #ffa500;
	border-radius:0px 0px 0px 10px;
}
.project_fixed_form .wpcf7-form p{
    color: #243D68;
	font-weight:bold;
	font-size:27px;
	text-align:center;
	padding-bottom:19px;
}
.project_fixed_form .form-text{
	text-align:center;
}
.form-input{
	display:flex;
	flex-direction:column;
}
.form-input > span > input{
	margin-top:12px !important;
}
.form-input input,.form-input select{
	width:304px;
	border-radius:5px;
}
.chekbox-fix > span > span > label{
	text-align:center;
	align-items:center;
}
.form-input .chekbox-fix input{
	width:22px;
	border-color:#BFBFBF;
	margin:0px 0px 0px 5px;
}
.form-input .chekbox-fix span{
	font-size:11px ;
	color:#707070 ;
}
.form-fix-btn{
	text-align:center;
}
.form-fix-btn input{
	width:65%;
	border-radius:31px !important;
}
.form-fix-btn span{
	position:absolute;
}
.project_fixed_form_container .wpcf7-response-output{
	position:absolute;
}

.hover-ef h2{
	z-index:999;
}
article:nth-child(1) .hover-ef:before, article:nth-child(3) .hover-ef:before{
	content:' ';
    background: #243d68d9;
    position: absolute;
    width:100%;
    height:100%;
	z-index:99;
	display:block;
}
article:nth-child(6) .hover-ef:before, article:nth-child(8) .hover-ef:before{
	content:' ';
    background: #ccbc66d9;
    position: absolute;
    width:100%;
    height:100%;
	z-index:99;
	display:block;
}
.custom-img-f{
	transform:translate(-50%,-50%)
}

.w-grid-item-h .project-carousel_price_badge {
 width: 126px;
 padding: 10px 16px;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #F47530;
}

.w-grid-item-h .project-carousel_price_badge:before, .w-grid-item-h .project-carousel_price_badge:after {
  content: "";
  position: absolute;
}
.w-grid-item-h .project-carousel_price_badge:after {
  height: 0;
  width: 4px;
  bottom: -12.5px;
  left: 0;
  border-left: 61px solid #C5B668;
  border-right: 65px solid #C5B668;
  border-bottom: 13px solid transparent;
}
.text-ef{
	text-align:center;
}

.pdf_popup{
	display:none;
}
.pdf_enable{
	display:block !important;
}
.pdf_popup.pdf_enable {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}
.pdf_popup.pdf_enable .pdf_popup_container {
    max-width: 1500px;
    height: 80%;
    background: white;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    padding: 20px;
}
.pdf_popup.pdf_enable .pdf_popup_container iframe {
    width: 100%;
    height: 100%;
}
.pdf_popup_container .pdf_close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-family: 'Font Awesome';
    height: 40px;
    background: #eee;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    cursor: pointer;
}
.project-page-price{
	display:none;
}
.project-price-dekstop{
	position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-marker ul{
	margin-right:1.1rem;
}
.list-marker li::marker{
	list-style-type: circle;
	color:#D1BE6F;
	width:8px;
	height:8px;
	font-size: 20px;
}
.plan{
	cursor:pointer;
}
.project-price-dekstop span:nth-child(1), .project-page-price span:nth-child(1){
	font-size:18px;
	margin-left:5px;
}
.l-header.sticky .header-trans .w-text-value{
	color:#233d69;
}
#project_page_form {
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#project_page_form > span{
	width: 100%;
}
#project_page_form > span input,
#project_page_form > span textarea{
	border-radius: 8px;
	box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%) inset;
	margin: 0;
}
#project_page_form > span input:focus,
#project_page_form > span textarea:focus{
	box-shadow: 0px 0px 0px 2px #c9c9c9 !important;
}
.form-block-left > div > .wpb_wrapper{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#project_page_form > input[type="submit"]{
	font-family: 'Assistant',sans-serif;
    font-size: 1rem;
    line-height: 1.2!important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 31px;
    padding: 0.8em 1.8em;
    background: #C5B668;
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	margin: auto;
}

#project_page_form .wpcf7-checkbox label{
	display: flex;
	gap: 10px;
	align-items: center;
}
#project_page_form .checkbox{
	text-align: center;
}
#project_page_form .wpcf7-checkbox input[type="checkbox"]{
	margin: 0;
}
#project_page_form > span:is(:nth-child(1), :nth-child(2)){
	width: 50%;
	flex: 1;
}
#project_page_form > span:is(:nth-child(4), :nth-child(5)){
	width: 50%;
	flex: 1;
}

.contact-page-form> span:is(:nth-child(4), :nth-child(5)){
	width:100% !important;
	flex:unset !important;
}
/* no delete .category-urban-renewal:before{
	content: url('https://avney-derech.web2.spelk.net/wp-content/uploads/2021/12/icon-01.png');
	position: absolute;
	top: 3px;
	font-size: 50px;
	z-index: 29;
	right: 4px;
	transform:scale(0.5);
} */
.center-taxonomi img{
	padding-top:20px;
}
div.bottom-form-block .w-iconbox-text p{
	padding-top:0px !important;
}
div.bottom-form-block{
	align-items:center !important;
}
.hover-promo:before{
	content:'';
	background:#243d68d9;
	position:absolute;
	width:100%;
	height:100%;
	z-index:98;
}
.promo-hide article, .promo-hide article > div{
	overflow:hidden;
}

@media (max-width: 756px){
	section.type_sticky.paws{
		background:unset !important;
		box-shadow:unset !important;
	}
	div.project_heroscreen-tag{
		position: absolute;
		z-index: 99;
		width: 50% !important;
		bottom: 222px;
	}
	div.projects_heroscreen-bar{
		margin-bottom:90px !important;
		position:relative;
	}
	div.project_heroscreen-tag > div{
		bottom:unset !important;
		width:unset !important;
		padding-top: 5px !important;
		padding-bottom: 4px !important;
		z-index: 99 !important;
		position:static !important;
	}
	
	div.project_heroscreen-tag div.banner-tax a{
		font-size:16px !important;
	}
	.bottom-form-block{
		display:flex;
		flex-direction:column;
		align-items:center !important;
		
	}
	div.form-block-row{
		padding-top:20px;
		display:flex;
		flex-direction:unset;
		width:100%;
		justify-content:space-between;
	}
	div.form-block-row .w-iconbox-icon{
		margin-left:0px !important;
		font-size:28px !important;
	}
	div.form-block-row p.w-iconbox-title {
		padding-top:10px !important;
	}
	.form-block-row div{
		display:flex;
		flex-direction:column;
		text-align:center;
	}
	.form-block-row div.w-iconbox{
		width:32%;
	}
	div.bottom-form-block .w-iconbox-text p{
		padding-top:15px !important;
	}
}
/* style for grid download */
a.button-down{
	padding:0 !important;
	color:#E6D890 !important;
	background:unset !important;
	font-size:25px !important;
}

.message-down{
	display:flex;
	flex-direction:row-reverse;
}
.message-down i{
	margin-right:16px !important;
	margin-left:35px !important;
	font-size:25px;
	color:#E6D890;
}
/* .message-down a{
	width:138px;
} */
div.info-icon-sction h4.w-iconbox-title{
    width:160px !important;
}
.drop-menu-contact{
	margin-bottom:25px;
	border-radius:10px;
}
@media (max-width: 456px){
	.pd-dow{
		text-align:start;
	}
	.message-down i{
		margin-left:0 !important;
	}
	.message-down{
		align-items:center;
	}
	.message-down a{
		text-align: end;
	}
	.projects_heroscreen-bar{
		overflow:unset !important;
		height:231px;
	}
	#project_page_form > span:is(:nth-child(1), :nth-child(2)){
	width: 100%;
	flex: unset;
	}
	#project_page_form > span:is(:nth-child(4), :nth-child(5)){
		width: 100%;
		flex: unset;
	}
	.form-input{
		display:flex;
		flex-direction: column;
		align-items:center;
	}
	.form-input select, .form-input span > input {
    	width: 279px;
	}
	.project_fixed_form .wpcf7-form p {
		font-size: 22px;
	}
	.form-input br{
		display:none;
	}
	.text-ef p br{
		display:none;
	}
	.project-page-price{
		display:flex;
		justify-content:center;
	}
	div.center-taxonomi{
		display:none;
	}
	.project-price-dekstop{
		display:none;
	}
}
