/*
Theme Name: uritheme
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/********************************************GENERAL************************************************************/
body{   
   font-family: 'Open Sans Hebrew', sans-serif !important;

}
input,textarea,select,a,h1,h2,h3,h4,h5,h6,span{
  font-family: 'Open Sans Hebrew', sans-serif !important;
}
a{
    text-decoration: none;
    color:#57dbce
}
.header_nav ul li.current-menu-item a:link,
.header_nav ul li.current-menu-item a:visited{
    color:#cf100b;  
}
ul{
    margin:0;
    padding:0;
}
.clear:after{
    clear:both;
    display:block;
    content: " ";
}
p{
    margin:0;
    padding:0;
    margin-bottom: 10px;
    color:#000000;
    font-size: 18px;
}
/********************************************HEADER***********************************************************/
.footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
}
.footer-copyright a{
	color: #bfbfbf;
	text-decoration:none;	
}

* {
    box-sizing: border-box;
}

.wrap_all_website {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
   /* height:100vh*/
    display: block;

}
header.header{
    background:url(images/headerbg_03.jpg) no-repeat;
    background-size: cover;
    height:100%;
     flex:1;
    overflow:hidden;
    box-sizing: border-box;
    position: fixed;
    top:0;
    right:0;
    width:18%;
    overflow: auto;

}
ul#home_slider{
    padding: 0 !important;
}
.wrap_header{
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    display: block;
}

.header_menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.menu > li {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid transparent;
    position: relative;
}
.menu > li:after{
   /* content: "";
    display: block;
    position: absolute;
    width:100%;
    height: 40px;
    border: 1px solid transparent;*/
}
.menu > li:hover{
    border: 1px solid #57dbce;
    /*
    content: "";
    display: block;
    position: absolute;
    width:100%;
    height: 40px;
    border: 1px solid #57dbce;*/
}
ul.sub-menu {
    margin: 0;
    width: 100%;
    text-align: center;
    display: none;
}
ul.sub-menu li{
    font-size: 18px;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
    border: 0;
    border-bottom: 1px solid #57dbce;
}
li.current-menu-item:after{
/*
    content: "";
    display: block;
    position: absolute;
    width:100%;
    height: 40px;
    border: 1px solid #57dbce;*/
}
li.current-menu-item{
    border: 1px solid #57dbce;
}
li.menu-item-has-children{

}
.menu > li > a{
    display: block;
    color:#fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: block;
}
.sub-menu a{
    width: 100%;
    text-align: center;
    display: block;
}
.header_phone {
    margin: 30px 0;

}
.header_phone a {
    color: #000;
    font-size: 33px;
    font-weight: bold;
    background: #00cab6;
    text-align: center;
    /* height: 50px; */
    line-height: 50px;
    display: block;
}

.header_lists_top ul li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.header_lists_top ul li a{
    font-size: 16px;
    color:#fff
}
.header_lists_top img{
    margin-left: 7px;
}
.help_flex_logo{
    position: relative;
  /*  top:-30px*/
}
.header_lists_bottom ul li{
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}
.header_lists_bottom {
    text-align: center;

    margin: 40px 0 20px 0;
}
.hvr-shutter-out-horizontal:before{
    background: #57dbce;
}
.single_slide{
    /*height: 650px;
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;
}
.single_slide img{
    width:100%
}
.wrap_no_headr {
    float: left;
    width: 82%;
}
header .header_lists_top {
    width: 150px;

}
.header_lists_top{
    margin: auto;
    margin-top: 70px;
}
.wrap_no_headr::-webkit-scrollbar { width: 3px; height: 3px;}
.wrap_no_headr::-webkit-scrollbar-button {  background-color: rgba(255,255,255,0.8); }
.wrap_no_headr::-webkit-scrollbar-track {  background-color: rgba(0,0,0,0.95);}
.wrap_no_headr::-webkit-scrollbar-track-piece { background-color: rgba(0,0,0,0.8);}
.wrap_no_headr::-webkit-scrollbar-thumb { height: 50px; background-color: rgba(255,255,255,0.8); border-radius: 3px;}
.wrap_no_headr::-webkit-scrollbar-corner { background-color: rgba(0,0,0,0.95);}
.wrap_no_headr::-webkit-resizer { background-color: rgba(255,255,255,0.8);}


header.header::-webkit-scrollbar { width: 3px; height: 3px;}
header.header::-webkit-scrollbar-button {  background-color: rgba(255,255,255,0.8); }
header.header::-webkit-scrollbar-track {  background-color: rgba(0,0,0,0.95);}
header.header::-webkit-scrollbar-track-piece { background-color: rgba(0,0,0,0.8);}
header.header::-webkit-scrollbar-thumb { height: 50px; background-color: rgba(255,255,255,0.8); border-radius: 3px;}
header.header::-webkit-scrollbar-corner { background-color: rgba(0,0,0,0.95);}
header.header::-webkit-resizer { background-color: rgba(255,255,255,0.8);}

.line_shish{
    height: 90px;
    background-image: url(images/shish_02.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
}
.hp_cat.clear {
    display: flex;
    flex-wrap: wrap;
}
.hp_cat_single {
    flex: 1;
    overflow: hidden;

}
.hp_cat_single a{
    display: block;
    border-left: 2px solid #fff;
    position: relative;
}
.blck_opacity{
    position: absolute;;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.hp_cat_single img{
    width:100%;
    max-height: 274px;
}
.hp_cat_single:last-child a{
    border-left: 0;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.project-headline{
    position: absolute;
    width: 100%;
    right: 24px;
    top: 24px;
    font-size: 24px;
    color: white;
    transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.hp_cat_single:hover .overlay {
    opacity: 1;
}
.hp_cat_single:hover .project-headline {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.hp_contact_title {
    text-align: center;
    font-size: 38px;
    /* font-weight: bold; */
    color: #fff;
    background: #57dbce;
    padding: 15px;
}
.hp_contact_content{
    background-image: url(images/upfooter_05.jpg);
    background-repeat: no-repeat;
    padding: 60px 30px;
    background-size: cover;
}
.footer{
    background-image: url(images/footerbg_02.jpg);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.forme {
    width:310px;
    margin: auto;
}
.forme_in > div{
    display: inline-block;
    vertical-align: top;
}
li.forme_in{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    height:31px;
    border-radius: 0;
    margin-bottom: 9px;
}
.in_footer_form_title {
    text-align: center;
    color: #57dbce;
    font-size: 30px;
    margin-bottom: 20px;
}
input#sendd {
    width: 100%;
    background: #189c8f;
    border: navajowhite;
    border-radius: 0;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color:#000
}
input#sendd:hover{
    background: #fff;
}
li.forme_in.forme_in_sub{
    display: block;
}
.banner{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.page_title {
    margin: 0;
    color: #fff;
    display: inline;
    border: 1px solid #fff;
    padding: 0 30px;
    position: relative;
}
h1.page_title:after{
    content: "";
    display: block;
    background-image: url(images/leave_06.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: -100px;
    width: 138px;
    height: 92px;
}
.in_page {
    padding: 60px 40px;
    background: url(images/page_bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.in_page_content ul{
    padding-right: 20px;
}

.in_page_content ul li{
    font-size: 18px;
}
.in_page_content h2{
    font-size: 28px;
}

.in_page_content h3{
    font-size: 24px;
}

.in_page_content h4{
    font-size: 20px;
}
.in_page_title {
    color: #00cbb7;
    font-size: 34px;
}

.gal_section {

}


.da-thumbs {
    list-style: none;


    position: relative;
    margin: 20px auto;
    padding: 0;
}
.da-thumbs li {

    position: relative;

}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(0, 203, 183,0.6);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
    font-size: 30px;
}

ul#da-thumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
.da-thumbs{
    height: auto;
}
.da-thumbs li{
    width:33.333%;
    margin: 0;
    padding: 0;
}

.home .da-thumbs li{
    width:25%;
}
.home ul#da-thumbs{
    margin: 0;
}
.da-thumbs li img{
    width:100%
}
.da-thumbs li a {
    overflow: hidden;
    border: 2px solid #fff;
}
.hp_cat_single_title {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    font-size: 21px;
}
.forme_in_img {
    width: 43px !important;
    height: 31px !important;
    background-size: 34px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  /*  background: url(http://uriiz.co.il/yahli/wp-content/uploads/2017/08/phonefield_54.jpg); */
}
.forme_in_img_name{
    background: url(images/man_field_50.jpg);
}
.forme_in_img_phone{
    background: url(images/phonefield_54.jpg);
}
.forme_in_img_mail{
    background: url(images/mailfiled_56.jpg);
}
li.menu-item-has-children{
    flex-direction: column;
    border: 0 !important;
}
li.menu-item-has-children:after{
    content: "";
    display: block;
    position: absolute;
    background: url(images/arrmenu_03.png);
    width: 26px;
    height: 20px;
    left: 0;
    background-repeat: no-repeat;
    top: 14px;

}
ul.sub-menu li:hover{
    background: #57dbce;
}
ul.sub-menu li:hover a{
    color:#000
}
ul li.sidebar_rel{
    width:25%
}
.page-template-template-contact .wrap_no_headr{
    background: url(images/contactbg.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}

.page-template-template-contact .footer{
    display: none;
}

.page-template-template-contact .wrap_all_website{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100vh;
}
.contact_wrapper {
    background: rgba(0,0,0,0.7);
    width: 50%;
    padding: 60px 110px;
    color: #fff;
    min-width:810px;
}

.page-template-template-contact header.header{
    position: relative;
    max-width: 350px;
}
.contact_wrapper_im2_col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.contact_wrapper_im_title {
    font-size: 30px;
    text-align: center;
}


.forme_con li{
    list-style-type: none;
}
.forme_con{
    margin-top: 40px;
    width:80%
}
.forme_in_img_con{
    width: 40px;
    height: 35px;
    background: red;
}
.forme_in_img_con.forme_in_img_name_con{
 background: url(images/icon1_03.png);
}

.forme_in_img_con.forme_in_img_phone_con{
    background: url(images/icon2_06.png);
}

.forme_in_img_con.forme_in_img_mail_con{
    background: url(images/icon3_08.png);
}
.forme_in_con > li{
    display: inline-block;
    vertical-align: top;

}
li.forme_in_con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
li.forme_in_sub_con{
    display: block;
}
.forme_in_con input{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
    color:#fff !important;
    height: 35px !important;
}
.logo {
    margin-top: 40px;
}

.forme_in_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.forme_in_con input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.forme_in_con input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.forme_in_con input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.load_site{
    position: fixed;
    top:0;
    right:0;
    background: #fff;
    width:100%;
    height: 100%;
    z-index: 99999;
}
.load_site img{
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin: auto;
    width: 60px;
}
.single_slide_text {
    position: absolute;

    left: 340px;

    top: 190px;
}

.single_slide_text_big {
    background: #57dbce;
    color: #fff;
    padding: 0px 50px 0px 230px;
    border: 5px solid #fff;
    font-size: 40px;
    z-index: 99;
    position: relative;
}
.single_slide_text_small {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 50px 30px 10px 50px;
    position: absolute;
    width: 100%;
    top: 30px;
    right: 110px;
    font-size: 30px;
}
.single_slide_text_big:after{
    content: "";
    display: block;
    background-image: url(images/leave_06.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: -100px;
    width: 138px;
    height: 92px;
}
.mobile_header{
    display: none;
}

.not-clicked {
	cursor: default;
}

/****************responsive*****************/

@media screen and (max-width: 1550px){
    .logo {
        margin-top: 0;
        text-align: center;
    }
    .header_phone a{
        font-size: 22px;
    }
    .menu > li{
        margin-top: 0;
    }
    .logo img{
        width:140px
    }
    .da-thumbs li a div span{
        font-size: 15px;
    }
    header.header{
        width:24%
    }
    .wrap_no_headr{
        width:76%
    }
    .banner{
            height: 250px;
    }
}

@media screen and (max-width: 1200px){
    .single_slide_text {
        position: absolute;
        left: 140px;
        top: 70px;
    }
    .single_slide_text_big{
        font-size: 30px;
    }
    .single_slide_text_small {
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 37px 30px 10px 50px;
        position: absolute;
        width: 100%;
        top: 30px;
        right: 110px;
        font-size: 21px;
    }
    .hp_contact_title {
        text-align: center;
        font-size: 22px;
        /* font-weight: bold; */
        color: #fff;
        background: #57dbce;
        padding: 6px;
    }
    .da-thumbs li a div{
        opacity: 0;
    }
    header .header_lists_top {
        width: 150px;
        margin-top: 30px;
    }
    .hp_cat_single_title{
        font-size: 15px;
    }
    p{
        font-size: 14px;
    }
    .in_page_content ul li {
        font-size: 14px;
    }
    .in_page_content h2 {
        font-size: 22px;
    }
    .in_page_content h3 {
        font-size: 20px;
    }
    .in_page {
        padding: 10px 30px;

    }
    ul#da-thumbs{
        margin-top: 0;
    }
    header.header{
        width:30%
    }
    .wrap_no_headr{
        width:70%
    }
    .banner {
       /* height: 150px;*/
    }
    h1.page_title{
        font-size: 25px;
    }
    .contact_wrapper {
        background: rgba(0,0,0,0.7);
        width: 100%;
        padding: 60px 50px;
        color: #fff;
        min-width: 0;
    }
    .page-template-template-contact .wrap_no_headr{
        display: block;
    }
    .contact_wrapper_im2_col{
        flex-direction: column;
    }
    .contact_wrapper_im_title{
        text-align: right;
        font-size: 22px;

    }
}

@media screen and (max-width:920px){
    .line_shish{
        height:50px
    }
    .single_slide_text{
        display: none;
    }
    .in_page_title {

        font-size: 18px;
    }
    .wrap_header{
        padding: 25px;
    }
    .home .da-thumbs li {
        width: 50%;
    }
    .hp_contact_content{
        padding: 20px;
    }
    ul li.sidebar_rel {
        width: 50%;
    }
    .da-thumbs li{
        width:50%
    }
}

@media screen and (max-width:680px){
    .wrap_header {
        padding: 8px;
    }
    .header_lists_top {
        margin: auto;
        margin-top: 10px;
    }
    .forme_in_img_con{
        background-repeat: no-repeat !important;
    }
    .forme_con {
        margin-top: 40px;
        width: 100%;
    }
    .menu > li:not(.menu-text) > a {
        display: block;
        padding: 0.4rem 1rem;
        line-height: 1;
        font-size: 14px;
    }
    .header_phone {
        margin: 20px 0;
    }
    .header_phone a {

        transform: unset;
    }
    .sub-menu a{
        font-size: 14px;
    }
    ul.sub-menu li {
        font-size: 18px;
        margin-bottom: 10px;
        height: auto;
        line-height: normal;
        border: 0;
        border-bottom: 1px solid #57dbce;
        padding-bottom: 5px;
    }
    h1.page_title:after {
        content: "";
        display: block;
        background-image: url(images/leave_06.png);
        background-repeat: no-repeat;
        position: absolute;
        bottom: -83px;
        left: -37px;
        width: 138px;
        height: 92px;
        background-size: 51px;
    }
    header.header {
        width: 100%;
        z-index: 99;
        display: none;
    }
    .wrap_no_headr {
        width: 100%;
    }
    .wrap_all_website {
        margin-top: 90px;
    }
    .mobile_header{
        display: block;
        min-height: 60px;
        background: #57dbce;
        position: absolute;
        top:0;
        right:0;
        z-index: 99;
        width:100%
    }
    .btn_mobile {
        position: absolute;
        top: 20px;
    }
    .logo_mobile{
        padding: 10px;
        text-align: center;
    }
    .logo_mobile img{
        width:120px
    }
    .is-open{display: block !important;}
    .menu > li {
        margin-top: 10px;
    }
    .page-template-template-contact header.header{
        position: fixed;
        max-width: none;
    }
    .banner {
        height: 150px;
    }
    li.menu-item-has-children:after{
        top:7px;
    }
}

@media screen and (max-width:560px){

    .in_footer_form_title{
        font-size: 22px;
    }
    .footer{
        padding: 20px 0;
    }

    .contact_wrapper{
        padding: 20px;
    }


    .in_page{
        padding: 10px 15px;
    }

    .forme_in_img_con{
        width:45px
    }
}