body.page-template-template-mount-of-olives-search-results {
	background-color: #f3f3f3;	
}
/*.mo-grave-result {
	padding-bottom: 72px;
}*/
.section-title h1 {
	font-weight: 700;
	margin-bottom: 0;
}
.gr-header {
	padding-top: 36px;
	padding-bottom: 36px;
}
.gr-count h4 {
	display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}
.gr-filters {
	margin-top: 18px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px;
    column-gap: 32px;
}
.gr-tags {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 16px;
    column-gap: 20px;
}
.gr-tag {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 9px;

    padding: 4px 13px;
    border: 1px solid #535353;
    border-radius: 0;
    cursor: default;
}
.gr-tag p {
	font-size: 18px;
	line-height: 25px;
	color: #535353;
	font-weight: 400;
	margin-bottom: 0;
}
.close-gr-tag {
	display: block;
	width: 11px;
    height: 11px;
	background-image: url("../img/icon-close-grave.svg");
	background-size: 11px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.gr-basic-search,
.gr-advanced-search {
	position: relative;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 228px;
    flex: 0 0 228px;
    max-width: 228px;
}
.gr-search-btn {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #535353;
    cursor: pointer;
    transition: .3s;
    user-select: none;
}
.gr-search-btn p {
	font-size: 24px;
	line-height: 28px;
	color: #1D1D1D;
	font-weight: 600;
	margin-bottom: 0;
}
.gr-search-btn span svg {
	width: 14px;
	height: auto;
	transition: transform 0.3s ease;
}
.gr-search-btn span svg path {
	stroke: #1D1D1D;
}
.active-search.gr-search-btn span svg {
	transform: rotate(180deg);
}
@media (hover: hover) {
	.gr-search-btn:hover {
		border-bottom: 1px solid #000000;
	}
	.gr-tag:hover {
		border: 1px solid #1D1D1D;
	}
	.gr-tag:hover p {
		color: #1D1D1D;
	}
	.close-gr-tag:hover {
		filter: brightness(0.1);
	}
}

@media screen and (max-width: 991.98px) {
	.gr-tags {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media screen and (max-width: 575.98px)  {
	.section-title h1 {
		font-size: 36px;	
	}
	.mo-grave-result {
	    padding-bottom: 36px;
	} 
	.gr-header {
	    padding-top: 16px;
	    padding-bottom: 16px;
	}
	.gr-basic-search, .gr-advanced-search {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 16px);
	    flex: 0 0 calc(50% - 16px);
	    max-width: calc(50% - 16px);
	}
	.gr-search-btn p {
		font-size: 20px;
	}
	.gr-search-btn span svg {
		width: 12px;
	}
	.gr-count h4 {
		font-size: 28px;
    	line-height: 32px;
	}
}
@media screen and (max-width: 499.98px)  {
	.section-title h1 {
		font-size: 30px;	
		line-height: 36px;
	}
	.gr-count h4 {
		font-size: 24px;
    	line-height: 28px;
	}
	.gr-tag p {
		font-size: ;
	}
}
@media screen and (max-width: 439.98px)  {
	.gr-basic-search, .gr-advanced-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gr-body {
	padding-top: 36px;
	padding-bottom: 100px;
}
.gr-grid {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 36px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 72px;
}
.gr-block-wrap {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

    display: none;
}
.gr-block-wrap.show-gr-block {
  display: block;
}
@media screen and (max-width: 1199.98px) {
	.gr-block-wrap {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
@media screen and (max-width: 499.98px) {
	.gr-block-wrap {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
.gr-block {
	height: 100%;
	padding: 0 12px;
}
.gr-item {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
	height: 100%;
	background-color: #ffffff;
	padding: 28px 32px;
}
.gr-item > * {
	width: 100%;
}
.gr-item-date {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gr-item-date-row {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.gr-item-date-row p {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0;
}
.gr-item-candle {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;

    width: 21px;
    height: 33px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gr-item-candle.active-candle {
	background-image: url('../img/candle.gif');
}
.gr-item-name {
	margin-top: 10px;
	margin-bottom: 16px;
}
.gr-item-name h3 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 0;
}
.gr-block-text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
}
.gr-block-text p:last-child {
	margin-bottom: 0;
}
.gr-item-hr {
	flex: 1;
	padding-top: 25px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #535353;
}
.gr-item-footer {
	padding-top: 25px;

	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
}
.gr-item-img {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    max-width: 88px;
    aspect-ratio: 1 / 1;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

    background-color: #C8C8C8;
}
.gr-item-img img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	object-position: center;
}
.gr-item-img svg {
	display: block;
	width: 48px;
	height: auto;
}
.gr-item-btn {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.gr-item-btn a {
	appearance: none;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
	color: #000000;
	background-color: #FFCC00;
	border-radius: 30px;
	padding: 5px 40px;
	text-decoration: none!important;
	transition: .3s;
}

@media (hover: hover) {
	.gr-item-btn a:hover {
		background-color: #F3BD0A;
	}
}

.gr-grid-show-more {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#gr-grid-show-more-btn {
	color: #1D1D1D;
	font-size: 24px;
	line-height: 56px;
	font-weight: 600;
	background-color: #F3F3F3;
	border: 2px solid #1D1D1D;
	border-radius: 30px;
	padding: 0 40px;
	cursor: pointer;
	transition: .3s;
}
@media (hover: hover) {
	#gr-grid-show-more-btn:hover {
		background-color: #E7E7E7;
	}
}
#gr-grid-show-more-btn:active {
	background-color: #DBDBDB;
}

@media screen and (max-width: 991.98px) {
	.gr-item-btn a {
	    padding: 3px 25px;
	}
}
@media screen and (max-width: 767.98px) {
	.gr-item-footer {
		-ms-flex-pack: center;
    	justify-content: center;
	}
	.gr-item-img {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
	}
	.gr-item-img svg {
	    display: block;
	    width: 75px;
	    height: auto;
	}
}
@media screen and (max-width: 575.98px) {
	.gr-grid {
		padding-bottom: 36px;
		row-gap: 30px;
	}
	.gr-item {
		padding: 14px 16px;
	}
	.gr-item-date-row p {
		font-size: 20px;
		line-height: 30px;
	}
	.gr-item-name {
	    margin-top: 6px;
	    margin-bottom: 10px;
	}
	.gr-item-name h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.gr-block-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.gr-item-hr, .gr-item-footer {
		padding-top: 20px;
	}
	.gr-item-btn a {
		font-size: 18px;
	}
}
@media screen and (max-width: 499.98px) {
	.gr-item {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 399.98px) {
	.gr-item-img {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

/*no result*/
.mo-grave-no-result {
	background-color: #ffffff;
	padding-top: 24px;
	padding-bottom: 100px;
}
.gr-no-result-note {
	padding-top: 24px;
	padding-bottom: 24px;
}
.gr-no-result-contact {
	padding-top: 24px;
	padding-bottom: 24px;
}

.gr-no-result-note > h2,
.gr-no-result-contact > h2 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0;
	font-weight: 700;
}
.gr-no-result-note-text {
	margin-top: 18px;
}
.gr-no-result-note-text h4 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}
.gr-no-result-note-read-more {
	margin-top: 15px;
}
.gr-no-result-note-read-more a {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 4px;

    color: #1D1D1D;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none!important;
	cursor: pointer;
	transition: .3s;
}
.gr-no-result-note-read-more a .default {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    user-select: none;
    border-bottom: 1px solid transparent;
	
	display: block;
}
.gr-no-result-note-read-more a .hovertext {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    user-select: none;
    border-bottom: 1px solid transparent;

	display: none;
}
.gr-no-result-note-read-more a .arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    user-select: none;
}
.gr-no-result-note-read-more a .arrow svg {
	width: 12px;
    height: 12px;
	transform: rotate(90deg);
}
@media (hover: hover) {
	.gr-no-result-note-read-more a:hover .default {
		display: none;
	}
	.gr-no-result-note-read-more a:hover .hovertext {
		display: block;
		border-bottom: 1px solid #FFCC00;
	}
}

.gr-no-result-contact-row {
	padding-top: 34px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 42px;
}
.gr-no-result-contact-block {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.gr-no-result-contact-block a {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1D1D1D;
	width: 100%;
	max-width: 189px;
	height: 100%;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	padding: 34px 20px;
	text-align: center;
	border-right: 6px solid #FFCC00;
	box-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width: 1199.98px) {
	.gr-no-result-note > h2, .gr-no-result-contact > h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.gr-no-result-note-text h4 {
		font-size: 26px;
		line-height: 32px;
	}
	.gr-no-result-note-read-more a {
		font-size: 21px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767.98px) {
	.gr-no-result-note > h2, .gr-no-result-contact > h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .gr-no-result-note-text h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.gr-no-result-note-read-more a {
		font-size: 18px;
		line-height: 21px;
	}
	.gr-no-result-contact-block a {
		max-width: 175px;
		font-size: 20px;
		line-height: 28px;
		padding: 26px 16px;

	}
}
/*end no result*/


/*search*/
#gr-basic-search-form {
	display: none;
	position: absolute;
    width: 626px;
    top: calc(100% + 15px);
    left: 0;
    background-color: #D9D9D9;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000073;
    z-index: 111;
}
#gr-advanced-search-form {
	display: none;
	position: absolute;
    width: 626px;
    top: calc(100% + 15px);
    left: 0;
    background-color: #D9D9D9;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000073;
    z-index: 111;
}
.gr-basic-sf-body {
	padding: 48px 48px 52px;
}
.gr-basic-sf-body h3 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 32px;
}
.gr-basic-sf-form {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 32px;
}
.gr-basic-sf-input {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}
.gr-basic-sf-input > *{
	width: 100%;
}
.gr-basic-sf-submit {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.gr-basic-sf-submit input {
	appearance: none;
	background-color: #FFCC00;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	color: #404040;
	padding: 10px 120px;
	transition: .3s;
	box-sizing: border-box;
}

@media (hover: hover) {
	.gr-basic-sf-submit input:hover {
		background-color: #F3BD0A;
		border-color: #F3BD0A;
	}
}
.gr-basic-sf-submit input:active {
	background-color: #FFCC00;
	border-color: #404040;
	outline: 1px solid #404040;
}
.gr-basic-sf-submit input:disabled {
	background-color: #919191!important;
	border-color: #F3F3F3!important;
	outline: 2px solid #F3F3F3!important;
}

.gr-basic-sf-select {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.select-radio-block {
	display: none;
}
.select-radio-block.active,
.select-radio-block.active,
.select-radio-block.active {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 24px;
    align-items: end;
}
.main-search .year-range.select-radio-block.active {
	row-gap: 20px;
	align-items: start;
}
.main-search .year-range.select-radio-block.active > a {
	margin-top: 50px;
}
.select-radio-block > div {
	width: 100%;
}
body.rtl .select-radio-block .select-2-month, body.rtl .select-radio-block .select-1-exact-date, body.rtl .select-radio-block .select-3-month, body.rtl .select-radio-block .select-3-day, body.rtl .select-radio-block .select-2-day,
.select-radio-block .select-2-month, .select-radio-block .select-1-exact-date, .select-radio-block .select-3-month, .select-radio-block .select-3-day, .select-radio-block .select-2-day {
	margin-right: 0!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
}
.select-radio-block .select-2-month, 
.mo-grave-result .select-radio-block .select-1-exact-date {
	width: 100%;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66% - 12px);
    flex: 0 0 calc(66% - 12px);
    max-width: calc(66% - 12px);
}
.select-radio-block .select-3-day, 
.select-radio-block .select-2-day {
	width: 100%;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(34% - 12px);
    flex: 0 0 calc(34% - 12px);
    max-width: calc(34% - 12px);
}
.select-radio-block .select-3-year {
	width: 100%;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}

.gr-basic-sf-link {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.gr-basic-sf-link a {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 5px;

    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #404040;
    text-decoration: none!important;
}
.gr-basic-sf-link a span {
	transition: .3s;
}
.gr-basic-sf-link a svg {
	width: 12px;
    height: 12px;
	transform: rotate(90deg);
}


.select-yoi {
	width: 100%;
}

.gr-basic-sf-input label.with-icon {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 5px;
}
.gr-basic-sf-input label.with-icon i {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    transition: .3s;
}
.gr-basic-sf-input label.with-icon i svg {
	width: 10px;
	height: 10px;
}
@media (hover: hover) {
	.gr-basic-sf-link a:hover span {
		text-decoration: underline;
	}
	label.with-icon i:hover {
		background-color: #FFCC00;	
	}
	
}

@media screen and (max-width: 991.98px) {
	#gr-basic-search-form {
		left: auto;
		right: 0;
	}
	#gr-advanced-search-form {
		left: auto;
		right: -258px;
	}
}
@media screen and (max-width: 767.98px) {
	.main-search .year-range.select-radio-block.active > a {
		margin-top: 0;
	}
	#gr-basic-search-form {
		width: 545px;
	}
	#gr-advanced-search-form {
		width: 545px;
	}
	.gr-basic-sf-body {
	    padding: 36px 36px 40px;
	}
}
@media screen and (max-width: 575.98px) {
	#gr-basic-search-form {
		width: 410px;
	}
	#gr-advanced-search-form {
		width: 410px;
		left: 0;
        right: auto;
	}
	.gr-basic-sf-body {
	    padding: 24px 20px 30px;
	}
	.gr-basic-sf-form {
		column-gap: 16px;
    	row-gap: 24px;
	}
	.gr-basic-sf-input {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.radio-group-inner {
		margin-bottom: 16px;
	}
	.select-radio-block.active, .select-radio-block.active, .select-radio-block.active {
		column-gap: 16px;
    	row-gap: 24px;
	}
	.gr-basic-sf-submit input {
		font-size: 21px;
	    line-height: 28px;
	    padding: 10px 90px;
	}
}
@media screen and (max-width: 439.98px)  {
	#gr-basic-search-form {
		width: 100%;
	}
	#gr-advanced-search-form {
		width: 100%;
	}
}
/*End search*/

/*calendar*/
#hebrew-calendar {
	position: relative;
	width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66% - 12px);
    flex: 0 0 calc(66% - 12px);
    max-width: calc(66% - 12px);
}
@media screen and (max-width: 767.98px) {
	#hebrew-calendar {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}