/*
Theme Name: Custom Shoof Client Theme
Theme URI: http://www.shoof.co.il
Author: Boaz Arad
Author URI: http://www.boazarad.com
Description: A custom theme for a shoof.co.il client
License:
License URI: 
Tags: shoof, custom
Text Domain: shoof.co.il

Theme customized for a client
*/

/* css reset */
@import url("https://cloud.typography.com/6350312/7985772/css/fonts.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	line-height: 1;
	overflow-x: hidden;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

#content {
	background-position: top right;
	background-repeat: no-repeat;
}

#content:after {
	content: ' ';
	clear: both;
	
}
#container {
		min-height: 100%;
		margin-top: 1em;
}
#menu {
	position: absolute;
	top: 0;
	right:-100%;
	height: 100%;
	width: 100%;
	background-color: #002823;
	background-color: rgba(0,40,35,0.9);
	z-index:1002;
	transition: right 1s;
}

label {
	cursor: pointer;
}

#hamburger {
		position: absolute;
		top:22px;
		right:0;
		margin-top: 15px;
		z-index: 99;
	}

#content.narrow {
	width: 775px;
	margin: 0 auto;
	
}
	


@media (min-width: 1200px) {
	#container {
		position: relative;
		width: 1100px;
		margin: 0 auto;
		
	}
	
	#logo_box {
		position: absolute;
		top:22px;
		left:30px;
	}
	
	
	
	#available_today {
		width: 1070px;
		border-top: 1px solid #92b437;
		padding: 25px 0;
		margin-top: 50px;
	}
	#menu {
		width:385px;
		right: -385px;
	}
	
}
h1 {
	font-family: "Gotham A", "Gotham B";
	color: #403f3f;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	padding-top:110px;
	/*margin-bottom: 25px;*/
	padding-left: 10px;
}
h2 {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #403f3f;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0.5em;
}
h3 {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #92b437;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}

h4 {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #5d5d5d;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	margin: 0 auto;
}
#content.front-page h4{
	max-width: 730px;
}

.w750 {
	max-width: 750px;
}
h5 {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #1b3401;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 19px;
}


.available_row {
	text-align: justify;
	font-size: 0.1px; /* IE 9/10 don't like font-size: 0; */
	width: 100%;
}
.available_row:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
  border-bottom: 1px solid #5f5f5f;
}
.available_plantbox {
	width: 150px;
	height: 275px;
	display: inline-block;
	text-align: center;
	
}
.available_plantbox h3 {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #838282;
	font-size: 24px;
	font-weight: 300;
}

.available_plantbox img {
	width: 140px;
	height: 211px;
}

#footer {
	/*font-family: SemiComeback;*/
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	margin-top: 130px;
	margin-bottom: 3em;
	
}
ul.menu {
clear: both;
}

ul.menu li a {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0.75em;
	margin-left: 52px;
}

ul.menu .growers_entry a, ul.menu .menu-item-160 a {
	color: #93e301;
	
}

ul.menu .menu-item-160 {
	margin-top: 2em;
}

#fb_link {
	margin-left: 52px;
	margin-top: 10px;
	display: block;
	width: 38px;
	height: 37px;
	
}

ul.menu .growers_entry {
	margin-top: 1.5em;
}

#whiteX {
	margin-top:60px;
	display: inline-block;
	float: right;
	margin-right: 72px;
	margin-bottom: 42px;
	cursor: pointer;
}

.herb_box_trigger ,#nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}



#nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.nav-trigger:checked ~ #menu {
    right: 0;	
}
.center {
	text-align: center;
	
}


.page-id-18 #content.narrow {
	width: 870px;
}

.page-id-18 #logo_box {
	left: -17px;
}

.page-id-18 .elementor p {
	margin-bottom: 1.1em;
}

.herb_img {
	max-width: 178px;
	max-height: 187px;
	width: auto;
}

/*.herb_img {
	width: 107px;
	height: auto;
}*/

.herb_box_trigger:checked ~ .herb_box .herb_img {
	width: auto;
	height: auto;
	/*max-width: auto;
	max-height: auto;*/
}

.herb_padding {
	width: 170px;
	margin-right: 20px;
	float:left;
	text-align: center;
}

.herb_box_trigger:checked ~ .herb_box .herb_details {
	display:block;
	min-width: 775px; 
	z-index: 1000;
	height: 415px;
	transition:  height 1s;
	border-top: 1px solid #9ea29e;
	border-bottom: 1px solid #9ea29e;
	padding-top: 35px;
	padding-bottom: 35px;	
}
.herb_details p {
	margin-left: 190px;
}
.herb_details {
	
	position: absolute;
	top:0;
	left:0;
	height: 0;
	transition:  height 0s;
	overflow:hidden;
	z-index: 0;
	background-color: white;
		
}

.herb_details b {
	font-weight: 500;
	margin-bottom: -6px;
}
.herb_box_trigger:checked ~ .herb_box .herb_icon {
	display: none;
}
.herb_icon {
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	width: 178px;
	height: 190px;
}

.herb_icon , .herb_icon img {
	/*transition:  height 1s, width 1s;*/
}
.herb_icon:hover img{
	width: auto;
    height: 380px;
	max-width: 380px;
	max-height: 380px;
}
.herb_icon:hover {
	width: 385px;
    height: 385px;
    top: -50px;
    left: -100px;
    z-index: 1001;
    background-color: white;
    border: 2px solid #ff8500;
}



.date_row {
	display: inline-block;
	margin-bottom: 21px;
}
.date_box {
	width:47px;
	height: 47px;
	border: 1px solid #b4b7b5;
	border-left: 0px;
	float: left;
	
}

.date_box.checked {
	background: url("img/date_checked.jpg");
	background-position: center 24px;
	background-repeat: no-repeat;
}


.date_box:first-child {
	border-left:  1px solid #b4b7b5;
}

.date_text {
	height:11px;
	line-height: 11px;
	color: white;
	text-align: center;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-size: 12px;
	font-weight: 700;
	background-color: #ff8600;
}

.herb_box {
	position: relative;
	width: 178px;
	min-width: 178px;
	height: 225px;
	text-align: center;
	background-color: #eef2e9;
	/*overflow: hidden;*/
	transition:  height 1s;
	/*margin-right: 15px;*/
}
.herb_box_trigger:checked ~ .herb_box {
	width:775px;
	
	height: 525px;
	text-align: left;
	background-color: white;
	transition:  height 1s, background-color ease-in 5s;
}

h3.herb_title {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	color: #313c22;
	font-size: 14px;
	font-weight: 700;
	width:178px;
	height: 38px;
	background-color:#d0d6c3;
	clear: both;
	line-height: 38px;
	text-transform: uppercase;
	border-top: 2px solid #ff8700;
	
}
.herb_title {
	position: absolute;
	bottom:0;
}

.herb_box_trigger:checked ~ .herb_box .herb_title {
	display: none;
}

.herb_x {
	position: absolute;
	top: 15px;
	right: 0;
}

.herb_box_container {
	display: inline-block;
	margin-bottom: 14px;
}

.herb_container {
	text-align: justify;
}
.herb_container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

.herb_container {
	margin-top: 27px;
}

.elementor-text-editor ul li::before {
  content: "•";
  color: #00841a; /* or whatever color you prefer */
  margin-right: 10px;
}

.elementor-text-editor ul li {
	margin-top: 1.25em;
	padding-left: 1em; 
    text-indent: -1em;
}

.elementor-text-editor ul {
	padding-top: .25em;
}

strong {
	font-weight: 700;
	color: black;
}

.page-id-12 #content h4 {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	width: 780px;
	line-height: 22px;
	margin-top: 40px;
}

.page-id-12 h1 {
	padding-left: 0;
}

.page-id-12 #logo_box {
	left: 20px;
}

.package_box {
	width: 100px;
	border-right: 1px solid #9ea29e;
	padding-right: 10px;
	float: left;
	padding-left: 10px;
	height: 104px;
}

.package_box:last-child {
	border-right: 0;
	padding-right: 0;
}



.package_box .type {
	display: block;
	margin-bottom: 9px;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-weight: 400;
	font-size: 15px;
}

.package_box p {
	margin-left: 0;
	font-weight: 200;
	font-size: 14px;
}

.package_box_container {
	clear: left;
	margin-left: 180px;
}

#contact_form input, #contact_form textarea, #contact_form input{
	border: 0px;
	border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contact_form input, #contact_form textarea {
	width: 240px;
	height: 35px;
	line-height: 35px;
	padding: 0 1em;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-weight: 400;
	font-size: 16px;
	background-color: white;
	color: black;
}

#contact_form textarea {
	width:405px;
	height:205px;
}

#contact_form input[type="submit"] {
	display: block;
	background-color: #efe706;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	width: 165px;
	line-height: 50px;
	text-align: center;
	color: #648a1e;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: -8px auto -28px auto;
}

#contact_form {
	height: 535px;
}


.elementor .elementor-element {
	font-size: 20px;
	line-height: 22px;
}

.elementor p {
	
	margin-bottom: 30px;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	
}

.hidden {
	display: none;
}

#frontpage_fadein {
	/*min-height: 500px;*/
	min-height: 100px;
	position: relative;
	position: relative;
}



.home #logo_box {
	top: 3px;
    left: 39px;
}


@media (max-width: 1199px) {
	body {
		background-image: url('img/sml_leaf.png');
		background-position: center top;
		background-repeat: no-repeat;
	}
	body.home {
		background-image: none;
	}
	
	#hamburger {
		right: 1em;
	}
	#logo_box img {
		margin-left: 1em;
	}
	#content.narrow, #content, .page-id-18 #content.narrow {
	    width: 90%;
	    margin: 0 auto;
	    background-image: none !important;
	}
	h1 {
		padding-top: 50px;
	}
	.herb_box_container {
		display: block;
	}
	.herb_box {
	    margin-left: auto;
	    float: left;
	    margin-right: auto;
	    border-right: 10px solid #fff;
	    margin-bottom: 10px;
	}

	.page-id-12 #content h4 {
		width: auto;
	}
	#contact_form textarea {
		max-width: 95%;
	}

}

@media (max-width: 840px) {
	.herb_box_container label, .herb_icon, .herb_details, .herb_padding, .herb_padding h3 {
			pointer-events: none;
		}
}


@media (max-width: 400px) {
	.herb_box {
		-ms-transform: scale(0.85, 0.85); /* IE 9 */
    		-webkit-transform: scale(0.85, 0.85); /* Safari */
   		transform: scale(0.85, 0.85);
   		position: relative;
   		left: -10px;
   		margin-right: -20px;
   		margin-bottom: -10px;
	}
	.herb_box:nth-child(2) {
		padding-right: 0px;
	}
	body {
		background-size: 241px 97px;
	}

}

#blog_post .close {
	cursor: pointer;
}