/*
 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;
}



.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: 100vh;
    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;
}



@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;
}
	
}

@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-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;
}