/*
Theme Name: SHLOMIT GLIKS
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output ul
{
	margin-right: 2rem;
}
.base-output ul li
{
	margin-bottom: 0.5em;
}
.base-output p
{
	margin-bottom: 1em;
}
.base-text{
color:#000;
}
.base-output p, .base-output li{
color:#000 ;
}

body.single article .pop-form {
      padding: 0 8% 0 8%;
}
body.single article .pop-form .logo img{
  	max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-service{
	text-align: justify;
	display: flex;
	background: #4072AD;
	width: 100%;
	padding: 1vw 1.3vw 1vw 1.5vw;
}

.title-service h3{
	margin: 0;
	color: #fff;
	font-size: 20px;
	width: 70%;
	display: inline-block;
	/* padding: 0 0.3vw; */
	line-height: 1em;
}

.title-service a{
	font-size: 0.9vw;
	float: left;
	padding: 0 0.6vw;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 0.3vw;
	line-height: 1.4em;
	position: relative;
	left: -34px;
}

.title-service a:hover{
	box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
	color: #fff;
}

.myProject-card-overlay:hover{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	transition: opacity ease-out 0.5s;
	background-color: rgba(255, 255, 255, 0.8);
}

.myHome-about-block{
	margin: -8.818182rem 0 4.7272727273rem 0;
}

.glassBackground{
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.47);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	top: -27vh;
      z-index: 99999;
}


@media (max-width: 800px) {
	.nomobile{
		display: none;
	}
	.glassBackground{
		position: unset;
	}
	.myHome-about-block{
		margin: 3.181818rem 0 4.7272727273rem 0;
	}
	.home-main-block{
		margin-top: 0vh;
		height: 45vh;
	}
}



/* Fixing the form error field */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  width: auto !important;
  height: max-content !important;
  top: -84% !important;
  left: initial !important;
  right: 0 !important;
}

header {
    background-color: #ffffff94;
      position: relative;
    z-index: 9999999;

}
.home-main-block{
      z-index: 1;
}

.project-card img{
	max-width: 100%;
}
.foo-logo img {
    max-height: unset;
}

section.benefits-block{
	background: #FFF;
	padding: 2vh 0px 5vh 0px;
}

section.posts-block{
	background: #4072ad;
	padding: 1rem;
}

section.posts-block h2, .base-text, .post-item-content h6, .card-content-wrap a, a.base-link{
	/*color: white !important; */
}

a.base-link{
	border: 1px solid #fff !important;;
}

.center-top-banner{
	margin: auto;
	width: 90%;
	height: 60%;
	position: relative;
	top: 10%;
	/*border: 3px solid red;*/
}

.logoBanner img{
	width: 400px;
	float: right;
	position: relative;
	right: -5%;
	bottom: 45%;
}
.center{
	color: #FFFFFF;
	width: 40%;
	margin: auto;
	margin-top: 15%;
	text-align: center;
}
.center h1{
	color: #FFFFFF;
}

@media (max-width: 800px) {
	.center{
		width: 100%;
		margin-top: 6%;
	}
	.logoBanner img{
		display: none;
	}

}

#MainNav ul li a:hover {
--_i: 100%;transition: .3s, background-size .3s .3s;}

#MainNav ul li a {--c: #000; /* the border color */
  --b: 1px;    /* the border thickness*/
  --g: -1px;     /* the gap on hover */
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(
  --c) 0;
  background:
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
  padding: 4px 4px;
}
.card-image-post img{
      object-fit: cover;
}
section.center-top-banner h1 {
    background: rgb(0 0 0 / 47%);
    box-shadow: 0 0 8px rgb(255 255 255);
}

@media (max-width: 768px){
	.menu-item-has-children.active .sub-menu{
		height: 100%!important;
	}
}
.project-card:after{
    /*padding-bottom: 0;*/
}

div.wpcf7 textarea, .contact-info{
	color: black;
}

	.contact-info{
		font-weight: 800;
	}

@media (max-width: 1600px){
	.logo img {
		max-height: 7.227273rem;
	}
}
.hover_pro2{
	position: relative;
}
.hover_pro2:before {
	content: "";
	top: 50px;
	right: 30px;
	 bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 999;
	position: absolute;
}


.test{
	background-color: rgba(26, 26, 26, 0.8);
}

.hover_pro:after, .hover_pro:before{
	pointer-events: none;
}
.tel-number, .tel-phone {
  text-wrap: nowrap;
}