@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
/* *{
    outline: solid 1px red;
}*/
:root{
	--orange:#ff4f00;
	--yellow:#ffd818;
	--gray:#676666;
}
html, body {overflow-x: hidden !important;width: 100vw !important;}
body{
	direction: rtl;
	text-align: right;
	font-family:'Open Sans Hebrew';
	font-size:16px;
}
#page #content{
	padding:10px;
}
#gform_wrapper_1{
	width:100%;
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
button{
	outline: none!important;
}
h5{
	font-size: 110%;
}
.scrollcontent {
	width: 600px;
	height: calc(100vh - 80px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: blue #fff;
	direction: ltr;
	padding-left:10px;
		

 }
 .noheight{
	 height: auto !important;
 }
 .subborders{
	 /*border-top: 1px solid #a1a1a1;*/
	 border-bottom: 1px solid #a1a1a1;
 }
 .scrollcategorycontent{
	/*width: 600px;*/
	height: 305px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: blue #fff;	 
	    direction: ltr;

 }
 .scrollbeitsochen{
	 height: auto ;
 }
 
 .scrollcategorycontent p,
 .scrollcontent p{
	 direction:rtl;
	 margin-right:5px;
 } 
 .meta{
	font-size:85%;
	list-style:none !important;
 }
.meta li:first-child{
	color:#ff4f00;
}
.style-scroll::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #fafafa;
}

.style-scroll::-webkit-scrollbar
{
	width: 2px;
	background-color: #fafafa;
}

.style-scroll::-webkit-scrollbar-thumb
{
	background-color: #fafafa;
	border: 2px solid #d1d1d1;
}
 
.alignleft{
	float:left
}
.container{
	/*max-width: 1250px;*/
	max-width: 1230px;
}

.center-text{
    position: relative;
    top: 0%;
    left: 0%;	
}
.imageleft img{ 
float:left;
}
ul,ol{
	    list-style: square;
}
/* rewrite wordpress block default */
.wp-block{
	/*max-width: 1250px;*/
	max-width: 1230px;
}
.wp-block-columns {
    margin-bottom: 0.5em;
				width:100%
}

.row {
 
    margin-right: 0px;
    margin-left: 0px; 
}
.page-title{
	border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
	padding: 16px 0px 11px 0px;
	display:none;
}
.page-title h1{
	    font-size: 130%;
		font-weight:bold;
		
}

.copyright{
	font-size:90%;
}

.alm-reveal .containerdiv{
	border: 0;
    padding-right: 0px;
    padding-right: 0px;
    float: right;
    position: relative;
    width: 80px;
}

.containerdiv img {
    max-width: 80px;
}
.dashicons:before {
     color: #fff;
}
.ajax-load-more-wrap{
	width:100%;
}
.topnavbar{
	position:fixed;
	width:100%;
	z-index:100;
}
#page{
	margin-top:80px;
}
.fixside{
    position: fixed;
    flex-basis: 33.33%;
    margin-right: 200px;
    right: 61%;
    z-index: 100;
	top: 123px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255 255 255 / 75%);
}
.header-social-icons i{
	background: #fff;
	padding: 8px;
	color: #000;
}
.header-social-icons .fa-search{
	background: none;
	color: #fff;
}
.bg-dark {
	background-color: #000000!important;
}
.imgs-box img{
	width: 130px;
	display: inline-block;
	filter: grayscale(100%);
}
.img-gallery{
	position: relative;
	display: inline-block;
	 transition: 0.6s;
}
.img-gallery img{
	filter: grayscale();
	width: 125px;
	
}


.img-gallery-text{
font-size: 81%;
    position: absolute;
    left: 0;
    top: 81%;
    background-color: gray;
    bottom: 0;
    right: 0;
    color: #fff;
    display: none;
    text-align: center;
    padding-top: 3px;
    height: 20px;
    transition: 0.6s;
}
.img-gallery:hover .img-gallery-text{
	display: block;
	 transition: 0.6s;
}
.img-gallery:hover img{
	filter: none;
}

.header-banner ul li{
	display: inline-block;
	padding-right: 8px;
	position: relative;
	font-size: 14px;
	color: var(--gray);
}
.header-banner ul li:after{
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	width: 2px;
	height: 4px;
	color:#8c8989;
}
.header-banner ul li:nth-child(1):after{
	content: none;
}
.header-banner ul li:nth-child(1){
	color: var(--orange);
	font-weight: bold;
}

.header-banner h5{
    font-size: 1rem;
    border-right: 4px solid #000;
    padding-right: 6px;
}

.rowborder{
    border: 1px solid #ccc;
    padding: 10px;
}
/*.border-right-black{
	    border-right: 4px solid #000;
    padding-right: 6px;
}*/

/*.border-top-orange{
	position: relative;
	display: inline-block;
}
.border-top-orange:after{
position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -19px;
    right: 0px;
}*/
/*.caousel-section .container{
	border-top: 1px solid #cccccccc;
	padding: 0 0px;
}*/




.block-title{
	position: relative;
}
/*	.block-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: var(--orange);
    top: -19px;
    right: 0px;
	}*/

.viwes{
	font-size: 11px;
	width: 15%;
}

.form-section form .form-control{
	margin-right: 10px;
	border-radius: 0;
	margin-bottom: 10px;
}
.section_title h5{
	position: relative;
	display: inline-block;
}
.section_title h5:after{
	    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -19px;
    right: 0px;
}
.form-section form{
	padding:10px;
}
.form-section form .btn-dark{
	border-radius: 0;
	width: 40%;
	margin-right: 10px;
	height: 38px;
}
.form-section .container{
	border-top: 1px solid #cccccccc;
	padding: 0 0px;
}
.form-checkbox{
padding: 0 10px;
}
.blog-rating .container{
	padding: 70px 0 0 0;
	margin-top: 0px;
}
.blog-rating .main-title{
	    border-top: 1px solid #ccc;
    padding: 10px;
}
.blog-rating .main-title h5{
	position: relative;
	display: inline-block;
}
.blog-rating .main-title h5:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -13px;
 right: -10px;
}
.blog-rating .main-title-stars h5{
	position: relative;
	display: inline-block;
}
.blog-rating .main-title-stars h5:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -12px;
    right: -10px;
}
.blog-rating .main-title-stars i{
	    font-size: 13px;
    color: var(--yellow);
}
.blog-rating .main-title-stars{
	    border-top: 1px solid #ccc;
    padding: 10px;
}
/*.blog-rating-col h5{
	    border-right: 4px solid #000;
    padding-right: 6px;
}*/
/*.blog-rating-col ul li{
	display: inline-block;
	padding-right: 10px;
	position: relative;
	font-size: 14px;
}
.blog-rating-col ul li:after{
    position: absolute;
    content: "|";
    right: 2px;
    top: -1px;
    width: 2px;
    height: 4px;
    color: #8c8989;
}
.blog-rating-col ul li:nth-child(1){
	color: var(--orange);
}
.blog-rating-col ul li:nth-child(1):after{
	content: none;
}*/
/*.rating-list li{
    padding: 10px 10px;
    border: 1px solid #a2a2a2cc;
    font-size: 18px;
    border-bottom: none;
    font-weight: 500;
}
.rating-list li:last-child{
	border-bottom: 1px solid #a2a2a2cc;
}
.rating-list li span{
	padding-right: 10px;
	font-size: 13px;
	position: relative;
	color: var(--gray);
}*/
/*.rating-list li span:first-child:before{
    position: absolute;
    content: "|";
    right: 4px;
    top: -2px;
    width: 2px;
    height: 4px;
    color: #8c8989;
}*/
/*.rating-list li span i{
	font-size: 13px;
	color: var(--yellow);
}*/
/*.bg-orange{
	background: var(--orange);
	color: #fff;
	padding: 18px 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitting-des{
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding: 10px 0;
}
.sitting-des span{
	padding-bottom: 3px;
	border-bottom: 2px solid gray;
}*/

.our-clients .owl-carousel .owl-item img{
width: 60%!important;
margin-top: 20px;
}
.client-img{
	width: 150px!important;
}
/*.professional{
	position: relative;
}
.professional-details{
	position: absolute;
	bottom: 20px;
	background: #000000bf;
	width: 80%;
	right: 11px;
	padding: 14px 10px;
	height: 100px;
	font-size: 14px;
}

.professional-details h6{
	color: #fff;
	margin: 0;
	padding: 0;
}
.professional-details p{
	color: #fff;
	margin: 0;
	padding: 0;
}
.professional-details h6{
	color: var(--orange);
}
.professional-details p:last-child{
	float: right;
	padding-top: 15px;
	text-decoration: underline;
}*/
.services02{
	margin: 25px;
}
.services02-col h5{
	margin-top: 10px;
	border-right: 4px solid #000;
    padding-right: 6px;
}
#blog-services .container{
    border-top: 1px solid #cccccccc;
    padding: 9px 0 0 0px;
}
#blog-services .section-title{
	padding: 5px 0;
}
#blog-services .section-title h5{
	position: relative;
	display: inline-block;
}
#blog-services .section-title h5:after{
	    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -17px;
    right: 0px;
}
.services02-col span{
	padding-right: 16px;
	font-size: 14px;
	position: relative;
}
.services02-col span:after{
    position: absolute;
    content: "|";
    right: 7px;
    top: -2px;
    width: 2px;
    height: 4px;
    color: #8c8989;
}
.services02-col span:last-child{
	color: var(--orange);
}
.services02-col span:last-child:after{
	content: none;
}
.details-sec .container{
	    border-top: 1px solid #cccccccc;
    padding: 9px 0 0 0px;
    margin-top: 30px;
}
.details-sec .section-title h5{
	position: relative;
	display: inline-block;
}
.details-sec .section-title h5:after{
	    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--orange);
    top: -12px;
    right: 0px;
}
.row-border{
	border: 1px solid #ccc;
}
.footer-social-icons{
	float: left;
}
.footer-social-icons img{
	/*background: #000;
	padding: 14px;
	border-radius: 3px;
	color: #fff;*/
	width:24px;
	margin-left:20px;
}
.social-menu ul li{
	margin-left:5px;
}
#footer{
    background: #f7f7f7;
    padding: 50px 0 0 0;
    margin-top: 50px;
}
.footer-col .form-control{
	border-radius: 0;
}
.footer-col button{
	border-radius: 0;
}
.copyright{
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.copyright p{
	margin: 0;
}
#footer ul li a{
	color:#676565;
	font-weight: 500;
}
.footer-col h5{
	font-size: 1.45rem;
}
.underblock1{
	font-size:160%;
}
/*media quiries*/
@media only screen and (max-width: 576px) {
	.hidedesktop{
		display:block !important;
	}
	.hidemobile{
	display:none !important;
	}	
	.imgs-box img {
		width: 82px;
	}
	.p-3{
		padding-top: 0!important;
	}
	.caousel-section .container{
		padding: 0 15px 0 15px;
	}
	.blog-rating-col{
		margin-bottom: 40px;
	}
	.blog-rating-col img{
		margin-bottom: 20px;
	}
	.professional img{
		width: 100%;
	}
	.professional-details{
		right: 56px;
	}
	.services02-col{
		margin-bottom: 40px;
	}
	.row-border{
		text-align: center;
		margin-bottom: 80px;
	}
	#footer .container{
		padding-right: 20px;
	}
}
@media only screen and (max-width:640px) {
	.hidedesktop{
		display:block !important;
	}
	.hidemobile{
	display:none !important;
	}
	.imgs-box img{
		width: 93px;
	}
		.professional img{
		width: 100%;
	}
	.professional-details {
		position: absolute;
		bottom: 20px;
		background: #000000bf;
		width: 80%;
		right: 68px;
		padding: 14px 10px;
		height: 100px;
		text-align: center;
		font-size: 14px;
	}
		.p-3{
			padding-top: 0!important;
		}
		.views{
			padding-left: 16px;
		}
		.shadow h5 {
		margin-top: 6px;
		text-align: center;
		font-size: 14px;
	}
	.home .block1{
		display:none;
	}
	.underblock1{
		font-size:100%;
	}
	}
	@media only screen and (max-width: 768px) {
			.p-3{
		padding-top: 1!important;
	}
	}
	
	
@media (min-width: 782px){
.wp-block-column:not(:first-child) {
    margin-right: 1em !important;
}	
	
}

@media (max-width: 1510px){
	.wp-block-column:not(:first-child) {
		margin-right: 4em !important;
	}
}
@media (max-width : 600px){
.fixside {
    display: none;
    position: unset;
    z-index: 0;
    margin-right: 0em !important;
}
}
.dropdown-item {
    text-align: right;
}


/* funnel */
	.currency-wrap{
		position:relative;
	}
	
	.currency-code{
		position:absolute;
		left:8px;
		top:10px;
	}
	
	.text-currency{
		padding:10px 20px;
		border:solid 1px #ccc;
		border-radius:5px;
	}
	
/* forms design */ 

#gform_fields_3 .customsubmit .gfield_label,
#gform_fields_2 .customsubmit .gfield_label,
#gform_fields_1 .customsubmit .gfield_label{
	display:none;
}
#gform_fields_1 .customsubmit button,
#gform_fields_2 .customsubmit button,
#gform_fields_3 .customsubmit button{
	float:left;
	width: 100%;
    background-color: #212529;
    color: #fff;
    border: 1px;
}

#gform_wrapper_3 .gform_heading h2{
	font-size: 120%;
    font-weight: bold;
} 

  
#gform_wrapper_1 .gform_footer,
#gform_wrapper_2 .gform_footer,
#gform_wrapper_3 .gform_footer,
#gform_wrapper_4 .gform_footer
/*#gform_wrapper_5 .gform_footer,*/
/*#gform_wrapper_6 .gform_footer */
{ 
	visibility: hidden; 
	left: -100vw; 
	margin: 0px;
    padding: 0px;
    height: 0px;
}

/*#gform_submit_button_6{
	float:left;
}*/

.sideabout_wrapper{
border: 1px solid #ccc;
    padding: 15px;
    margin-top: 18px;	
}
.post .block-rating .blocktitle:after {
    right: 15px;
}
.post .block-rating .blocktitle {
    margin-top: 0px;
}
.home .block-rating .blocktitle:after {
    right: 0px !important;
}
.owl-carousel .owl-item {
    border: 1px solid #efefef !important;
}
.nofunellimg{
	height:10px;
}

#submit_message{
	text-align:center;
}
.no-js .owl-carousel {
    display: block;
    /*height: 250px;*/
}

.owl-carousel .item {
	display: block;
    width: 100%;
    height: auto;
}
.hidedesktop{
	display:none;
}
.hidemobile{
	display:block;
}

.responsiveimg{
		width:100%;
		height:auto;
	
}
.responsiveimg img{
			width:100%;
		height:auto;
}

/* tool tip */

.block-rating h5 {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.block-rating .tooltiptext {
  visibility: hidden;
	width: 99%;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ff7434;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -2%;
    margin-left: -60px;
    line-height: 1.5;
    padding: 10px;
}

.block-rating h5:hover .tooltiptext {
  visibility: visible;
}
.caruseltext{
	color:#000;
	font-weight:600;
}
.caruseltext:hover{
	color:#000;
	font-weight:600;
	text-decoration:none;
}