#preloader{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#f9f9f9;
	z-index: 9;
}.clear{
	clear:both;
}input,button{
	outline:none;
	border: none;
	font-family:albtrs;
}button{
	background:#debc62;
	margin: 0px auto;
	display: block;
	margin-top:20px;
	padding: 8px 40px;
	cursor: pointer;
	font-size: 18px;
	transition:0.5s;
}button:hover{ 
	background: #fff;
    /*color: #debc62;*/
}input[type=text]{
	height: 40px;
    padding: 10px;
	font-size: 16px;
}*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*{
	/*font-family: 'Playfair Display', sans-serif;*/
	font-family: sans-serif;
}/*@font-face {
  font-family: albtrs;
  src: url(../Document_fonts/AdobeHebrew-Regular_0.otf);
  font-display:swap;
}/*h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,p,span{
	color: #debc62 !important;
}*/
h1,h2,h3,h4,h5,h6,h1{
	color:#222
}p,span{
	color: #555;
}h1,h2,h3,h5,h6,table .zman, table .event,small,#zman .footer *,.jewishMonthName{
	/*font-family:albtrs;*/
	font-family: 'David Libre', serif;
	font-weight:500;
}.non_jewish_month{
	font-weight:600;
}.jewishMonthName{
	color:#222;
}.headline::before {
    content: "";
    width: 85px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(222,188,98,1) 50%, rgba(255,255,255,1) 95%);
    height: 2.5px;
    position: absolute;
    bottom: -10px;
    display: block;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}h3.headline {
    position: relative;
    margin-bottom: 40px;
	text-align: center;
}
td,th{
	/*box-shadow: 0px 0px 2px #deb157;*/
	width: 12.3%;
	/*font-family:albtrs;*/
	font-family: 'David Libre', serif;
	border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}th{
	text-align: center;
	/*color:#fff;*/
	padding:2px;
}td{
	overflow:hidden;
	/*box-shadow: rgb(0 0 0 / 16%) 0px 0.6px 3px;*/
}td .right{
	font-size:22px;
	text-align:center;
	font-weight:500;
}span.event {
    text-align: center;
    display: block;
    /*color: #fff !important;*/
    font-size: 14px;
	color: #222;
}.hld,.today{
	background: #eeeeee9c/*#8DB5E7*/ !important;
}table{
	font-size: 14px; 
	padding: 0px !important;
	min-width: 500px;
	width:100%;
	border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}span.left{
	font-weight:600;
}.ראש{
	background: /*#DEE9FB*/#eeeeee9c;
}.load{
	color: #fff;
	position:relative;
	min-height:150px;
}
.zmanim{
    overflow-y: auto;
	padding-bottom:15px;
	pointer-events: none;
}.zmanim h4{
	display:inline-block; 
}.zman{
	/*text-decoration:underline;*/
	cursor:pointer;
	display:block;
	text-align:center;
	margin:4px;
	font-weight:400;
}.load h3{
	display:inline-block;
	font-size:15px;
}hr{
	padding-top: 0px;
	margin: 10px;
	background:#5b5b5b;
}td h2{
	margin:0px;
}
.container{
	padding-top:0px !important;
	margin-top:20px;
	padding-bottom:30px;
}td h5 {
    padding-right: 10px;
}.month_info{
	text-align:center;
	direction:ltr;
}.owl-item_wrep{
	direction:rtl;
	width: calc(100% - 10px);
    margin: 0px auto;
}
.owl-stage{display:flex}
footer{
	padding-top:20px;
}#zman .footer{
	font-size: 15px;
	padding-top: 13px;
}#zman .zmanim h3{
	font-weight: normal;
}span.time {
    letter-spacing: .6px;
	margin-top:7px;
	font-size:15px; 
}.precise_location,.custom_location{
	cursor:pointer;
}.albtrs,.albtrs *{
    /*font-family: 'albtrs';*/
	font-family: 'David Libre', serif;
}.jcity{
	/*color: #d9b65e;
	font-size: 17px;
    text-shadow: 1px 1px #000;*/
    cursor: pointer;
	font-size: 16px;
    padding: 2px 10px;
    white-space: nowrap;
	font-family: 'David Libre', serif;
}
.lds-dual-ring {
  display: inline-block;
    position: fixed;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #debc62;
    border-color: #debc62  transparent #debc62  transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html{
	font-size: inherit;
}header i{
	cursor:pointer;
}.owl-theme .owl-dots{
	display:none !important;
}
.popup{
	position:fixed;
	width: 40%;
	left: 30%;
	top: 80px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #debc6269;
	z-index: 99;
	display: none;
	background:#2e2f2f;
	padding:20px;
	text-align: center;
	direction:rtl;
}.popup p, .popup span, .popup h2 {
    color: #debc62;
}
.push_hr{
	margin: 0px;
    padding: 0px;
    visibility: hidden;
    clear: both;
}#push_popup h3 {
    font-size: 21px;
    margin-bottom: 0px;
	font-weight: 100;
}
.notification_check + label,#israel + label,#yiddish_time + label{
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  float:right;
  margin-bottom: 0px;
	margin-left: 15px;
	color:#fff;
}#israel + label,#yiddish_time + label{
	float: none;
    display: block;
    margin-top: 10px;
}
.notification_check,#israel,#yiddish_time {
  display: none;
}

.notification_check + label:before,#israel + label:before,#yiddish_time + label:before {
  content: "\2714";
  border: 0.1em solid #debc62;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  line-height: 1.4;
}

.notification_check + label:active:before,#israel + label:active:before,#yiddish_time + label:active:before {
  transform: scale(0);
}

.notification_check:checked + label:before,#israel:checked + label:before,#yiddish_time:checked + label:before {
  background-color: #debc62 ;
  border-color: #debc62 ;
  color: #fff;
}
.zman:hover,.custom_location:hover,#change_year:hover,.jcity:hover{
	text-decoration:underline;
	color:#debc62;
}header i:hover *{
	fill:#debc62
}
#zman{
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	border-radius: 20px;
	padding: 10px 25px;
	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}#zman .zmanim h3{
	font-size: 16.5px;
	float: right;
	clear: both;
}#zman .load h3{
	margin: 7px 0px;
}span.time {
	float: left;
}#zman .footer{
	clear:both;
}#zman .cur_date{
	border-bottom: 1px solid #5b5b5b5e;padding-bottom: 10px;font-weight: 500;
}#zman .cur_date span{
	font-family:sans-serif;color:#222;font-size: 14px;
}
@media screen and (min-width: 1050px){
	header{
		padding: 15px 0px;
	}header .col-lg-3{
		width:24%;
	}header .col-lg-6{
		width:50%;
	}.acewebbuilders{
		width: 150px;
	}header a{
		margin: 0px auto;display: block;
	}header img{
		height:30px;
	}header .ahblick img{
		margin: 0px auto;display: block;
	}.container{
		margin:20px 10px;
	}.flaticon-alarm-clock{
		margin-left: 30px;
	}/*td .right{
		color:#fff;
	}*/.zman:hover {
        text-decoration: underline;
	}#zman_wrap{
		width:330px;
		float:right;
		height:auto;
	}#load{
		width:calc(100% - 360px);
		float:left;
	}td{
		height:100px;
	    padding:0px 10px;
		position:relative;
	}span.left {
		position: absolute;
		top: 3px;
	}.non_jewish_month{
		font-size:17px;
	}.load .mobile_hld{
		display:none;
	}
}
@media screen and (max-width: 1050px){
	/*body{
		position: fixed;
    }*/header{
		padding: 11px 0px;
	}header .col-lg-3{
		display:non;
		width:15%;
	}header .acewebbuilders span{
		display:none;
	}header .col-lg-6{
		width:69%;
	}header img{
		height:20px;
		margin: 0px auto;display: block
	}header h2{
		font-size: 17px;
	}header i:before{
		font-size: 15px !important;
	}.flaticon-alarm-clock{
		margin-left: 15px;
	}[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
		margin-left: 4px;
	}/*.container{
		height: calc(100vh - 65px);
        overflow: scroll;
		margin:0px 1px;
	}*/#wrep{
		width: 100%;
		left:0%;
	}#zman_wrap{
		width:90%; 
		max-width: 500px;
		margin: 0px auto;
	}.month_info{
		font-size:15px;
	}.load h3{
		margin: 3.5px;
	}#zman p{
		margin: 0px;
	}#zman .custom_location{
		margin: 10px 0px;
	}#rl{
		width: 500px;
		margin-right: 10px;
		margin-top:75px;
	}.owl-controls .owl-nav{
		top:35%;
	}.owl-item_wrep{
		padding: 10px 2px; 
		overflow:auto;
	}table{
		min-width: 100%;
	}table, h3 {
		margin: 5px 0px;
	}td,th{
		min-width:12.3%;
		float: right; 
	}th{
		overflow: hidden;
		height:25px;
	}td{
		height:35px;
	}td .right {
		font-size: 15px;
		line-height: 0;
	}table,tbody,tr,thead{ 
		display:block;
	}.popup {
		width: 90%;
		left: 5%;
		top:80px;
	}span.event,.zman,.left,.parsha small{
		display:none;
	}td:hover {
		background: #fff;
		color: #000;
	}td:hover .right{
		color:#1d1d21 !important;
	}td h3, th {
		font-size: 13px;
		font-weight: 500;
	}
}
@media screen and (max-width:991px){
	input#address {
		position: absolute;
		top: 40px;
		left: 0px;
	}input#push_address,input#address {
		width:90%;
		left:5%;
	}.popup {
		width: 90%;
		left: 5%;
	}.select2-container.select2-container--default.select2-container--open{
	    top: 50% !important;
		/*left:0px !important;*/  
	}
}

#zman_not_wrep::-webkit-scrollbar { width: 3px !important;}
.owl::-webkit-scrollbar { height: 0px !important;width: 0px !important;} 
*::-webkit-scrollbar { height: 0px !important;width: 0px !important;} 
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#zman_not_wrep,.owl,*{ overflow: -moz-scrollbars-none; }
#zman_wrap .select2{
	width:100% !important;
	padding: 0 20px;
    outline: 0;
    font-size: 15px;
    color: grey;
    margin-bottom: 5px;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    font-weight: 500;
    opacity: 1;
    border-radius: 6px;
}.select2-container--open .select2-dropdown { 
    left: 0;
    z-index: 999;
}#zman_wrap .select2-container--default .select2-selection--single{
	border:none;
}.select2-container .select2-selection--single,.select2-container--default .select2-search--dropdown .select2-search__field{
	height:40px !important;
}.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 0px;
    width: 40px !important;
}.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
	direction: rtl;
}.select2-search__field{
	background: #fff !important;
}.select2-results__message{
    display:none;
}.select2-results__option--highlighted{
	background:#debc62 !important;
}.select2-results__option{
    color:#333;
}.select2-container--default .select2-search--dropdown .select2-search__field,.select2-dropdown {
    border: 1px solid #000;
}#zman_wrap .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#555;
}

.owl-nav.disabled,.owl-dots{
	/*display:none;*/
}.owl.owl-carousel{
	overflow:hidden !important;
}#jcities_loop{
	clear: both;
    overflow: hidden;
}@media (max-width:678px){
	.non_jewish_month {
		font-size: 15.5px;
		letter-spacing: 0.7px;
	}
}

i.svg svg{
	width:17px;
	margin-left: 10px;
}
@media (max-width:500px){
	i.svg svg{
		width:15px;
		margin-left: 7px;
	}
}.share .svg svg{
	width:19px;
	margin-left: 0px;
}.svg *{
	fill:#d9b65e;
}
header * {
    color: #222;
}header .svg *{
    fill: #222;
}.close_popup svg{
	margin-top: 2px;
}button .svg svg *{
	fill:#222;
}
.share a {
    /*background-color: #757575;*/
	background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    line-height: 52px;
    border-bottom: none;
    display: inline-block;
    font-weight: 700;
    margin: 10px 0;
    font-size: 17px;
    text-align: center;
	transition:0.5s;
}.share a i{
	margin-top: 3px;
    display: block;
}.share a:hover *{
    fill: #fff;
}.share svg{
	transition:0.5s;
}.share a:hover {
    box-shadow: 0 1px 3px 0px #d9b65e;
}.share ul{
	width: 430px;
    padding: 0px;
    max-width: 100%;
	display: block;
    margin: 0px auto;
}
#tooltip {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #333;
	direction:rtl;
    color: #d9b65e;
    padding: 13px 15px;
    min-width: 150px;
    max-width: 220px;
    font-size: 13px;
    border-radius: 4px;
    line-height: 19px;
    text-align: center;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}#copy_input{
	height: 0px;
    padding: 0px;
}
.pointer_none{
	opacity: .6;
	pointer-events:none;
}