/*
 Theme Name:   Mozi Child
 Theme URI:    http://mozinteractive.co.il/
 Description:  Mozi theme for wordpress.
 Version:      1.9.4
 Author:       MoZi Team
 Author URI:   http://mozinteractive.co.il/
 Template:     mozi
*/


.eut-isotope-item.eut-portfolio-item {		
    padding: 2px !important;
}

#eut-main-content .eut-container {
    padding-bottom: 0;
}

#eut-header #eut-inner-header.eut-fullwidth .eut-container {
    background: rgba(255, 255, 255, 0.99);
}

.hebrew, .hebrew h3, .hebrew h2, .hebrew h2 , .hebrew h1 , .hebrew h4 , .hebrew h5, .hebrew p {
	font-family: 'Open Sans Hebrew';
	direction: rtl;
}

body.home, html {
    min-height: 100%;
}

body{
    direction: rtl;
}
#eut-nav-bar .eut-nav-item a span {
    font-family: Raleway;
}
#eut-nav-bar {
    direction: ltr;
}
@media (min-width: 768px) {
    
    body.home, html {
        min-height: 100%;
        min-height: 100vh;
    }
	
    .bx-wrapper {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .bx-wrapper .bx-viewport, ul.bxslider, ul.bxslider li {
        height: 100% !important;
    }
    
    .bx-wrapper img {
        min-height: 100% !important;
        min-width: 100% !important;
        max-height: 99999px !important;
        max-width: 99999px !important;
        width: auto !important;
        height: auto !important;
    }
    
}

.eut-side-area {
    z-index: 999999;
}

@media (max-width: 768px) {

    #eut-feature-section {
        padding: 100px 25px 25px;
        max-height: 100%;
        height: auto !important;
    }
    
    #eut-feature-section .eut-feature-section-inner {
        max-height: 100%;
        height: auto !important;
    }
    
    #eut-feature-slider.eut-slider {
        max-height: 100%;
        height: auto !important;
    }
    
    #eut-feature-section .eut-slider .owl-wrapper-outer {
        max-height: 100%;
        height: auto !important;
    }
    
    .eut-slider .owl-wrapper, .eut-slider .owl-item {
        max-height: 100%;
        height: auto !important;
    }
    /*
    .bx-wrapper {
        padding: 20px !important;
    }
	*/
    
    .bx-wrapper .bx-prev {
        left: 25px !important;
    }
    
    .bx-wrapper .bx-next {
        right: 25px !important;
    }
    
}

.bx-wrapper img {
    left: 50% !important;
}

@media all and (min-width: 768px) {
 
    .bx-wrapper img {
      -webkit-transform: translate(-50%,0);
      -moz-transform:    translate(-50%,0);
      -ms-transform:     translate(-50%,0);
      -o-transform:      translate(-50%,0);
      transform:         translate(-50%,0);
    }
    
}

@media all and (max-width: 768px) {
	
	
    
    .bx-wrapper img {
        margin-left: -440px;
        height: 450px;
        width: auto;
    }
    
}

.eut-link-text.eut-title.eut-light {
    font-family: heebo;
}

.eut-copyright span {
    color: #5c5c5c!important;
}

.eut-copyright span a:hover{
    color: #5c5c5c!important;
}

form.wpcf7-form {
    direction: rtl;
}
.rtl form.wpcf7-form p{text-align: right; direction: rtl;}


.page-template-page-media .eut-container {
    max-width: 910px;
}


.page-template-page-media ul.media {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.rtl.page-template-page-media ul.media {
	justify-content: flex-end;
}
.page-template-page-media.rtl ul.media {
	justify-content: flex-start;
}
.page-template-page-media ul.media::after {
  content: "";
  flex: auto;
}

.page-template-page-media ul.media li.media_item:last-child {
    margin-left: 9px;
}

@media all and (min-width: 768px) {
	
.page-template-page-media ul.media li.media_item:last-child {
    margin-left: 12.5px;
}
	
}



.page-template-page-media ul.media li.media_item {
    width: 49%;
    padding: 0px 2px;
    margin-bottom: 10px;
}


@media all and (min-width: 750px) {

.page-template-page-media ul.media li.media_item {
    width: 32%;
}

}


@media all and (min-width: 992px) {

.page-template-page-media ul.media li.media_item {
    width: 24%;
}

}


.page-template-page-media ul.media li.media_item img{

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: 1;
    cursor: pointer;
    width: 100%;
	height: 274.3px;
    object-fit: cover;
    object-position: center;
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	

}



.page-template-page-media ul.media li.media_item img:hover{

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


	

@media all and (max-width: 1200px) {
	
	.admin-bar img.gaa_gaa { 
		position: absolute;
		top: 48px; 
		left: 160px; 
		z-index: 999; 
		max-height: 30px; 
		display:block!important;
	}
	
	img.gaa_gaa { 
		position: absolute;
		top: 30px;     
		left: 160px; 
		z-index: 999; 
		max-height: 30px; 
		display:block!important;
	}
    
	
}

@media all and (max-width: 994px) {
	
img.gaa_gaa {
    top: 16px;
    left: 130px;
    z-index: 999;
}
	
		
.admin-bar img.gaa_gaa { 
	top: 56px; 
}

}



    
	


/*.bx-wrapper img {
    left: 0!important;
    right: 0!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}*/

#eut-hidden-menu {
    background-color: rgba(0, 0, 0, 0.1)!important;
}

#eut-hidden-menu li a, #eut-hidden-menu ul.eut-menu-options li a, #eut-hidden-menu .eut-menu-options li a, .eut-side-area .eut-close-menu-button {

    text-align: center!important;
}

/*ltr rtl*/
h3.media_title {
    text-align: left;
}

.rtl h3.media_title {
    text-align: right;
}
.wpcf7 .ltr {
    direction: ltr;
}

@media all and (max-width: 1023px) {
#eut-header .eut-logo .eut-logo-wrapper img {
    max-width: 280px!important;
    height: auto!important;
}
#eut-header .eut-logo {
    padding-top: 5px;
}
/*	
.slide-home {
    height: 38vh!important;
	background-size: contain!important;
    background-repeat: no-repeat!important;
}
*/
}

form.wpcf7-form {
    direction: ltr;
}

.slide-home {
    height: calc(100vh - 80px);
    background-size: cover;
    background-position: center;
}


body {
    direction: ltr;
}

#eut-single-media .eut-media img {
    opacity: 0;
    width: 100%;
    min-height: 250px;
	height: auto;
    object-fit: cover;
    margin: 3px;
    margin-bottom: 0;
}
.eut-classic-style .eut-image-hover a:not(.eut-no-image):not(.eut-portfolio-btns):before {

    top: 3px;
    left: 3px;
}



.bx-wrapper .bx-controls-direction a {
    display: none;
}
/*
.page-template-template-new-home .content {
    text-align: center;
	margin-top: -25px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content:center;
	background: #ffffff00;
}
*/


@media all and (max-width: 1023px) {
	/*
#eut-header[data-menu-options="right"] .eut-menu-elements-wrapper {
    float: none;
}
#eut-header[data-logo-align="left"] .eut-logo {
	float: none;
}*/
	
#eut-header .eut-logo .eut-logo-wrapper img {
    max-width: 280px!important;
    height: auto!important;
    margin: 0 auto;
}
	
}
.page-template-template-new-home .content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content:center;
	background: #ffffff00;
	margin-top: 0px;
	width: 100%;
	height: auto;
}
.page-template-template-new-home .section {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content:center;
	background: #ffffff00;
	margin-top: 100px;
	width: 100%;
	height: auto;
}
#hero-section{margin-top: 0px;}
#about-section,
#instagram-section,
#contact-form-section{
	max-width:1200px;
	margin-inline: auto;
}
.page-id-9796 #contact-form-section,
.page-id-6151 #contact-form-section{display: none;}
.page-template-template-new-home .section h2{
	text-align:center;
}
.page-template-template-new-home .section .hero-container{min-height: calc(100vh - 80px);}
.page-template-template-new-home .section .video.hero-container{min-height: 10px;}
.page-template-template-new-home .section .about-container,
.page-template-template-new-home .section .projects-container{
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: self-start;
    width: 100%;
    min-height: auto;
	gap: 10px;
}
.page-template-template-new-home .section .about-container{gap: 100px;}
.page-template-template-new-home .section .about-container .about-column{
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: self-start;
    width: 50%;
    min-height: auto;
}
.rtl.page-template-template-new-home .section .about-container{flex-direction: row-reverse;}
.rtl.page-template-template-new-home .section .about-container .about-column{align-items: flex-end;}

.page-template-template-new-home .section .about-container .about-column img{
	object-fit: cover;
	width: 100%;
    height: auto;
	aspect-ratio: 1/1;
}
.page-template-template-new-home .section .about-container .about-column a{
/* 	margin-right: unset !important; */
/* 	margin-left: unset !important; */
	margin: 0em 0px !important;
}
.page-template-template-new-home .section .about-container .about-column p{
	font-size: 14px;
    font-family: Assistant;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
}
.rtl.page-template-template-new-home .section .about-container .about-column p{text-align:right;direction:rtl;}
.page-template-template-new-home .section .projects-container .project-container{
	position: relative;
/*     display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; */
    width: 25%;
	aspect-ratio: 2/3;
/*     min-height: auto; */
}
.page-template-template-new-home .section .projects-container .project-container a{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.page-template-template-new-home .section .projects-container .project-container a .project-image{
	object-fit: cover;
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.page-template-template-new-home .section .projects-container .project-container a .project-description{
	position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #000000;
    opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.page-template-template-new-home .section .projects-container .project-container a:hover .project-description{
	opacity: 1;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.page-template-template-new-home .section .projects-container .project-container a .project-description .project-text{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	direction: ltr;
	padding: 5px;
	line-height: 1.7;
}
.rtl.page-template-template-new-home .section .projects-container .project-container a .project-description .project-text{direction:rtl;}

#contact-form-section h2{padding-top: 20px; text-align: left;}
.rtl #contact-form-section h2{text-align: right;}
#contact-form-section .form-container form{
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
}
#contact-form-section .form-container .field-row{
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
	min-height: 65px;
}
.rtl #contact-form-section .form-container .field-row{flex-direction: row-reverse;}
#contact-form-section .form-container .field-row .form-field{
	position: relative;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	max-height: 50px;
    min-height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#contact-form-section .form-container .field-row .form-field:first-child{padding-left: 0;}
#contact-form-section .form-container .field-row .form-field:last-child{padding-right: 0;}
#contact-form-section .form-container .field-row .form-field.privacy-policy{align-items: flex-start;}
.rtl #contact-form-section .form-container .field-row .form-field.privacy-policy{align-items: flex-end;}
#contact-form-section .form-container .field-row .form-field p{margin: 0;}
#contact-form-section .form-container .field-row .form-field p br{display: none;}
#contact-form-section .form-container .field-row .form-field label{line-height: 1.6;}
#contact-form-section .form-container .field-row .form-field input:not([type="checkbox"]),
#contact-form-section .form-container .field-row .form-field textarea{width: 100%; height: 45px; resize: none; margin-bottom: 2px !important; border-color: #777777 !important;}
#contact-form-section .form-container .field-row .form-field input:not([type="submit"]),
#contact-form-section .form-container .field-row .form-field textarea{background-color: #ffffff !important;}
.rtl #contact-form-section .form-container .field-row .form-field input:not([type="submit"]),
.rtl #contact-form-section .form-container .field-row .form-field textarea{text-align: right; direction: rtl;}
#contact-form-section .form-container form .wpcf7-response-output{margin: 0; border-color: red; color: #000000; margin-bottom: 20px;}
#contact-form-section .form-container .field-row .form-field.privacy-policy .wpcf7-list-item label,
#contact-form-section .form-container .field-row .form-field.privacy-policy .wpcf7-list-item a{margin-left: 0px; color: #8f8f8f;}

/* #eut-hidden-menu{max-width: 350px;} */

/* .eut-container{max-width: 100%;} */
body:not(.single-portfolio):not(.page-id-6151) footer{margin-top: 100px;}
.main-btn{
    position: relative;
    display: inline-block;
    margin: 2rem auto;
    padding: 1.364em 2.273em;
    width: 200px;
    background-color: #000000;
	border: 1px solid black;
	font-family: Assistant;
    font-weight: 400;
    font-style: normal;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    letter-spacing: 2px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
/* #eut-footer{background: #ffffff !important;} */
@media all and (max-width: 1210px) {
	#about-section,
	#projects-section,
	#instagram-section,
	#contact-form-section{
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	
}
@media all and (max-width: 1024px) {
	.rtl #contact-form-section .form-container .field-row,
	#contact-form-section .form-container .field-row{flex-direction: column;}
 	#contact-form-section .form-container .field-row .form-field{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
		max-height: initial;
	}
	#contact-form-section .form-container .field-row .form-field:last-child{padding-bottom: 0;}
	#contact-form-section .form-container .field-row .form-field p{width: 100%;}
}
@media all and (max-width: 767px) {
/* 	.fluid-width-video-wrapper{min-height: calc(100vh - 60px);} */
	.rtl.page-template-template-new-home .section .about-container,
	.page-template-template-new-home .section .about-container{flex-direction: column; gap: 40px;}
	.page-template-template-new-home .section .about-container .about-column{width: 100%;}
	.page-template-template-new-home .section .projects-container{flex-wrap: wrap;}
	.page-template-template-new-home .section .projects-container .project-container{width: 100%; aspect-ratio:1/1;}
}

@media all and (min-width: 1024px) {
	/*
	.page-template-template-new-home .content {
		
		text-align: center;
		margin-top: 0px;
		position: fixed;
		bottom: 0;
		background: #ffffff00;
		padding: 20px 50px;
		right: 0;
		align-items: center;
		justify-content: center;
	}

	.page-template-template-new-home .content h4 {
		margin-bottom: 0;
	}
	*/
}

.eut-portfolio .eut-hover-style-1 .eut-caption,
.eut-portfolio .eut-hover-style-1 .eut-title{
	-webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
	
}
.eut-portfolio .eut-hover-style-1.hover .eut-caption,.eut-portfolio .eut-hover-style-1.hover .eut-title{
	
	    transition: all 0.5s ease!important;
	
}

.eut-portfolio .eut-hover-style-1 figcaption{
	
	top: 0%;
    text-align: left;
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	    padding-top: 35px;
    padding-left: 25px;
	
}
.eut-portfolio .eut-hover-style-1 figcaption{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.eut-portfolio .eut-hover-style-1 figcaption .eut-link-text{
	color: #7c7c7c !important;
	font-family: Assistant;
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    direction: ltr;
    padding: 5px;
    line-height: 1.7;
    letter-spacing: 4px;
    text-transform: uppercase !important;
}
.rtl .eut-portfolio .eut-hover-style-1 figcaption{text-align: right; direction: rtl;}
.eut-portfolio .eut-image-hover .eut-media:before {
    border: 1px solid black;
}

.eut-portfolio .eut-link-text.eut-title.eut-light {
    text-transform: none;
}
button.mfp-arrow {
    background: #ffffff;
    border: 1px solid black;
}
.mfp-arrow-left:before {
    color: black;
}
.mfp-arrow-right:before {
    color: black;
}

button.mfp-arrow:hover{
	    background-color: #ffffff!important;
}


.eut-link-text.eut-title.eut-light {
    font-family: inherit;
    font-weight: bold;
}

.eut-image-hover.hover .eut-media.eut-opacity-90:before {
    opacity: 1;
}

.eut-top-btn {
    background-color: white!important;
    border: 1px solid black!important;
}

.fa-angle-up:before {
    content: "\f106";
    color: black;
}


input.wpcf7-form-control, textarea {
    background: white!important;
    border: 1px solid black!important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: black!important;
}


.page-template-page-media ul.media li.media_item {

    padding: 2px 2px;
    border: 1px solid black;
}

.page-template-template-new-home .mobile_slider{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.page-template-template-new-home .mobile_slider img {
    height: 100vh;
    object-fit: cover;
}

.rtl .eut-text p{direction: rtl;}