
/* heebo-regular - latin_hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('fonts/heebo-v10-latin_hebrew-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/heebo-v10-latin_hebrew-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* heebo-700 - latin_hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('fonts/heebo-v10-latin_hebrew-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/heebo-v10-latin_hebrew-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* secular-one-regular - latin_hebrew */
@font-face {
	font-family: 'Secular One';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('fonts/secular-one-v5-latin_hebrew-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/secular-one-v5-latin_hebrew-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.weekly-menu-block {
	margin-bottom: 70px;
}

body.weekly-menu-page *[role=main] {
	padding-bottom: 30px;
}

.weekly-menu-page main,
.weekly-menu-page *[role=main] {
	margin-bottom: 30px;
}

.weekly-menu-page main a,
.weekly-menu-page *[role=main] a {
	font-weight: bold;
	color: #00763A;
}

.weekly-menu-page {
	font-family: 'Heebo', sans-serif;
}

.weekly-menu-header h1,
.weekly-menu-header h2,
.weekly-menu-page button,
a.weekly-menu-button {
	font-family: 'Secular One', sans-serif;
}


.weekly-menu-header {
	width: 100%;
	min-height: 37.5vw;
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: calc(87px + 8.33vw);
}

.weekly-menu-header > div {
	max-width: 1300px;
	margin: 0 auto;
	padding: 87px 25px 0;
}

.weekly-menu-header h1,
.weekly-menu-header h2 {
	color: #000;
}

.weekly-menu-header h1 {
	text-align: start;
	font-size: 52px;
	max-width: 50%;
}

.weekly-menu-header h2 {
	font-size: 32px;
	margin-bottom: 23px;
}

@media screen and (min-width: 1920px) {
	.weekly-menu-header h1 {
		font-size: 64px;
	}

	.weekly-menu-header h2 {
		font-size: 36px;
	}
}

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

	.weekly-menu-header > div {
		padding-top: 4vw;
	}

	.weekly-menu-header h1 {
		font-size: 45px;
	}

	.weekly-menu-header h2 {
		font-size: 28px;
	}

}


.weekly-menu-header-box {
	max-width: 1250px;
	margin: 0 auto;
	box-shadow: 0px 2px 20px #E6E6E6;
	background: #fff;
	padding: 20px;
	top: 87px;
	position: relative;
	border-radius: 15px;
}

.weekly-menu-header-box > div {
	padding: 50px 10vw;
	text-align: center;
}

.weekly-menu-header-box p {
	margin-top: 13px;
	margin-bottom: 0;
	font-size: 18px;
}

.simple-links-section {
	text-align: center;
}


a.weekly-menu-button {
	background: #00763A;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 21px;
	margin: 10px;
	border-radius: 999px;
	display: inline-block;
}

.weekly-menu-header-box a.weekly-menu-button {
	margin: 48px auto 0;
}



html:not(.js) .weekly-menu-days-list {
	display: none;
}

.weekly-menu-days-list {
	padding-bottom: 0;
	margin-bottom: 55px;
	overflow-x: auto;
}

.weekly-menu-days-list ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.weekly-menu-days-list li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.weekly-menu-page .weekly-menu-days-list a {
	font-size: 24px;
	display: inline-block;
	padding: 10px;
	white-space: nowrap;
}

.weekly-menu-page .weekly-menu-days-list a.selected {
	text-decoration: underline;
}

.weekly-menu-page .weekly-menu-days-list a:not(.selected) {
	color: #A1A1A1;
	font-weight: normal;
	text-decoration: none;
}

.weekly-menu-page .weekly-menu-days-list a:hover {
	text-decoration: underline;
}





body.page-template-tpl-plain .weekly-menu-days-detail {
	box-shadow: 0px 2px 20px #E6E6E6;
	padding: 80px 107px;
	border-radius: 15px;
}

.weekly-menu-days-detail h2 {
	font-size: 50px;
}

html.js .weekly-menu-days-detail h2 {
	display: none;
}

.weekly-menu-day {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

html[dir="rtl"] .weekly-menu-day {
	flex-direction: row;
}

.weekly-menu-day-text {
	padding-left: 9%;
	max-width: 50%;
}

.weekly-menu-day h3 {
	color: #000;
	font-size: 36px;
	margin-bottom: 45px;
	font-weight: bold;
	margin-top: -0.25em;
}

html[lang="he-IL"] .weekly-menu-day h3 {
	margin-top: -0.5em;
}

.weekly-menu-day-meal {
	margin-bottom: 18px;
}

.weekly-menu-day-meal dt {
	font-weight: normal;
	font-size: 24px;
}

.weekly-menu-day-meal dd {
	font-weight: normal;
	font-size: 17px;
	margin: 0;
}

.weekly-menu-day .image-caption {
	font-size: 14px;
	color: #999999;
	padding-top: 20px;
	display: block;
}

.weekly-menu-day .image-credit {
	display: block;
	font-size: 12px;
	color: #999999;
	padding-top: 0;
}




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

	.weekly-menu-header {
		background-position: center top;
	}

	.weekly-menu-header > div {
		padding: 36px 25px 0;
	}

	.weekly-menu-header h1 {
		font-size: 48px;
		line-height: 53px;
		max-width: 100%;
		text-align: start;
	}

	.weekly-menu-header h2 {
		font-size: 24px;
	}

	.weekly-menu-header-box {
		top: 78px;
	}

	.weekly-menu-header-box > div {
		padding: 35px 20px;
	}

	.weekly-menu-days-list {
		width: 100%;
		max-width: 100%;
	}

	.weekly-menu-days-list li:first-of-type a {
		margin-left: 15px;
	}

	.weekly-menu-days-list li:last-of-type a {
		margin-right: 15px;
	}

	html[dir="rtl"] .weekly-menu-days-list li:first-of-type a {
		margin-right: 15px;
	}

	html[dir="rtl"] .weekly-menu-days-list li:last-of-type a {
		margin-left: 15px;
	}

	body.page-template-tpl-plain .weekly-menu-days-detail {
		margin-left: 25px;
		margin-right: 25px;
		padding: 60px 45px;
	}

	.weekly-menu-day {
		display: block;
	}

	html[lang="he-IL"] .weekly-menu-day h3 {
		margin-top: 0;
	}

	.weekly-menu-day-text {
		padding: 0;
		max-width: 100%;
	}

	.veg-images-slider-container.weekly-menu-day-images {
		margin-top: 70px;
	}

}



