/*
Theme Name: 	UpTheme Child
Author: 		uPress
Description:    Child theme for UpTheme
Version: 		1.0
License:		GNU General Public License v3 or later
License URI:	https://www.gnu.org/licenses/gpl-3.0.html
Template:       uptheme
Text Domain:	uptheme-child
*/

/* Your custom code goes here! */

#inner-right,#inner-left{
    position: relative;
       padding-top: 14%;
    padding-bottom: 11%;
}
#inner-left{padding-left: calc(50vw - 710px);}
#inner-right{padding-right: calc(50vw - 710px);}
#inner-right:before{
	background: url(/wp-content/uploads/2021/05/פנים-מואר-1-1.jpg);
}
#inner-left:before{
	background: url(/wp-content/uploads/2021/05/חוצ-מואר.jpg)
}

#inner-right:before ,#inner-left:before,#inner-right:after, #inner-left:after{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat !important;
  background-size: cover !important;
	background-position: center center !important;
}

.pic-box h3{
	position:relative;
}

.pic-box h3 svg{
/* 	height: 30px;
margin-bottom: -5px; */
	position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
	}

.call-buttons .elementor-button-content-wrapper{
	flex-direction: column;
}
.call-buttons .elementor-button-content-wrapper > span{
	margin-bottom:10px;
}
.call-button{
	z-index:999;
}
.call-buttons a{
	width:108px !important;
}
.pic-box{
        margin:20px 0;
    }
    #rounded-logo img{
/*         pointer-events: none; */
    position: fixed;
    top: 0;
    left: 50%;
/*     transform: translate(-50%, -60%) scale(0.8); */
		 transform: translateX(-50%);
    z-index: 99999999999;
}
@media only screen and (max-width: 760px){
	.elementor-element-b878426>div{
		height:100%;
	}
#inner-right,	#inner-left{
padding:0;
	min-height:47vh}
	#inner-right>div,	#inner-left>div{
margin:auto;	}
	 #rounded-logo img{
		 max-width: 80%;}
	.call-buttons .elementor-button-content-wrapper > span + span{
	display:none;
}
.call-buttons a{
	width:40px !important;
}
.elementor-nav-menu--dropdown{
   top:-6px !important;
}
}
@media only screen and (min-width: 760px){
	
	.tilted-form .elementor-field-type-checkbox{
    order:10;
}
	.tilted-form button{
    height: 50px;
}
    .pic-box{
        margin: 0;
    }
    .pic-box h3{

 padding: 10px 40px;
}

#rounded-logo img {
	
/* 	transform: translate(-50%, -59%) scale(0.8); */
	transform: translateX(-50%);
	}
.pic-box p{
    padding: 10px 20px;
}

.pic-box .elementor-image-box-wrapper figure{

    padding: 10px 20px 0 40px;

}
}

@media only screen and (min-width: 1200px) {
	#inner-right:after{
	 background: url(/wp-content/uploads/2021/05/פנים-חשוך.jpg);
		
}
#inner-left:after{
	background: url(/wp-content/uploads/2021/05/חוצ-מוכשך.jpg);
}


#inner-right:after, #inner-left:after{
	                transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
}
#inner-right:hover:after ,#inner-left:hover:after{
    opacity: 0;
}
.pic-box{
        margin: 0;
    }

.tilted-form{
    position: relative;
    z-index: 1;
}






.between .elementor-column-gap-default{
    justify-content:  space-between !important;
}

.pic-box{
    width: 31% !important;
}


#rounded-logo img{
    top: 0;
    left: 50%;
/*     transform: translate(-50%, -62%) scale(1); */
	 transform: translate(-50%);
}


.menue a{
    padding: 0 !important;
    margin: 0px 20px;
}
}

.pic-box{
    box-shadow: 0px 0px 25px 5px #d8d8d8;
}
.pic-box h3{
 background-image: linear-gradient(to right,#061C57  ,#691B51) ;
 padding: 20px 15% 20px 5%;
}

.pic-box p{
    padding: 20px 5%;
}

.pic-box .elementor-image-box-wrapper figure{
    width: 100% !important;
    padding: 20px 40px 0 40px;
    background: white;
}
.pic-box .elementor-image-box-wrapper img{
	height: 240px;
    width: auto;
	
}


