/* @import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css); */


@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/OpenSansHebrew-Regular.woff') format('woff'), 
       url('../fonts/OpenSansHebrew-Regular.ttf')  format('truetype'), 
       url('../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew Light';
  src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSansHebrew-Light.woff') format('woff'), url('../fonts/OpenSansHebrew-Light.ttf')  format('truetype'), url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
	font-family: 'Hazit';
	src: url('../fonts/HazitNarrow.eot');
	src: url('../fonts/HazitNarrow.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HazitNarrow.woff') format('woff'),
		url('../fonts/HazitNarrow.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?76901598');
  src: url('../fonts/icons.eot?76901598#iefix') format('embedded-opentype'),
       url('../fonts/icons.woff?76901598') format('woff'),
       url('../fonts/icons.ttf?76901598') format('truetype'),
       url('../fonts/icons.svg?76901598#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before { content: '\e800'; } 
.icon-facebook:before { content: '\e802'; } 
.icon-phone:before { content: '\e801'; } 
#header`Menu [class^="icon-"] {
  font-size: 1.8em;
  line-height: 0.4;
  position: relative;
  top: 3px;
}
/* Basic */
::-webkit-input-placeholder {
   color: #5d3424;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5d3424;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5d3424;
}

:-ms-input-placeholder {  
   color: #5d3424;
}
body {
    font-family: "Open Sans Hebrew", sans-serif;
    font-size: 20px;
    text-align: right;
    direction: rtl;
    color: #2f3337; /* #041414; */
    overflow-x: hidden;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: Hazit, sans-serif;
    font-weight: normal;
    line-height: 1;    
}
h1 {
    font-size: 2.6em;
}
h2 {
    font-size: 1.8em;
}
.wrapper {
    width: 100%;
}
.wrapper.light {
    background-color: #fff4e7;
}
.content {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.content.padded {
    padding: 28px 0;
}
button.habonim {
    background-color: #9e583c;
    border: 0 none;
    font-family: Hazit;
    color: #fff;
}
.alignnone {
    margin: 24px 0 0 24px;
}
.hasHover button.habonim {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;    
}
.hasHover button.habonim:hover {
    background-color: #613625;
}
button a, button a:visited, button a:hover {
    color: #fff;
    display: block;
    line-height: 1;
}

.darker {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/* Details overlay */
.details {
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #efefef;
  font-family: "Open Sans Hebrew", sans-serif
  font-weight: normal;
  letter-spacing: 0.6pt;
  line-height: 1;
  position: absolute;
  text-align: right;
  vertical-align: top;
  font-size: 0.68em !important;
}

.gallery-item .details {
  font-size: 14px !important; /*  1.28em !important;  */
  padding: 8px 12px;
}

/*
.details > div {
    padding: 0 14px 6px;
}
.details h2 {
    color: #fff;
}
    */
a, a:hover, a:visited {
    text-decoration: none;
    color: #2f3337;
    cursor: pointer;
}
/* Slick */
/*
.slick-list {
    height: 342px;
}
.slick-prev, .slick-next {
    top:  30% !important;
}
*/
.slick-slider {
    direction: ltr;
    margin: 0 !important;
}
.slick-prev::before, .slick-next::before {
    color: #eee;
    font-size: 40px !important;
}

.slick-arrow {
  display: block;
  height: 50px !important;
  width: 120px !important;
  z-index: 300 !important;
  top: 42% !important;
}
/* Header */
header #headerSlider {
    direction: ltr;
    height:246px;
    overflow: hidden;
    background-color: #000000;
}
header #site-logo {
  float: right;
  position: relative;
  right: -11px;
  top: -16px;
  width: 162px;
}
#site-logo img {
    width: 100%;
    height: auto;
}

#header-title {
  font-size: 34px;
  padding: 17px 0 15px 4% !important;
}

#headerUpper {
  background-color: #713e07;
  border-bottom: 1px solid #3d3434;
  border-top: 1px solid #3d3434;
  color: #fff;
  font-size: 22px;
  height: 70px;
  position: relative;
  width: 100%;
}
#headerUpper a,
#headerUpper a:active,
#headerUpper a:hover,
#headerUpper a:focus {
    color: #fff;
}
#headerUpper ul {
    list-style-type: none;
    padding: 0;
    height: 70px;
    z-index: 10;
    position: relative;
}

#headerUpper ul li {
    float: right;
    line-height: 1;
    padding: 23px 2% 9px;
    border-left:  1px solid #424242;
    cursor: default;
    min-height: 18px;
    height: 38px;
}

header nav {
    height: 50px;
    background-color: #522e20; /* #5d3424; */
    color: #fff;
    width: 100%;
    font-size: 18px;
    border-top: 1px solid #3d3434;
    border-bottom: 1px solid #3d3434;
    position: relative;
}
header nav #navEdgeLeft {
    background-color: #292323;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
/* #headerMenu is a ul */
#headerMenu {
    list-style-type: none;
    padding: 0;
    background-color: #292323;
    /* height: 50px; */
    z-index: 10;
    position: relative;
    right: 140px;
}
#headerMenu li {
    float: right;
    line-height: 1;
    padding: 16px 2%;
    border-left:  1px solid #424242;
    cursor: pointer;
    min-height: 18px;
}
#headerMenu li:hover {
    background-color: #9e684c;
}
#headerMenu li#logo {
  background-color: #522e20;
  height: 51px !important;
  padding: 0;
}
#headerMenu #logo > div {
  background-color: rgba(0, 0, 0, 0.14);
  bottom: 247px;
  height: 246px;
  padding: 0 64px;
  position: relative;
  right: 0;
}
header #logoImage {
  bottom: -93px;
  position: relative;
  width: 208px;
}

#headerMenu li a {
    color: #ffffff;
}
#headerMenu li:last-child {
    border: 0 none;
}
#headerMenu li.active {
    color: #ffffff;
    background-color: #9e583c;
    
}
#headerMenu li.active a {
    color: #ffffff;
}
/*
#headerMenu .contact {
  background-color: #713e07;
  font-size: 1.1em;
  font-weight: bold;
  padding: 13px 1.5%;
}
#headerMenu .contact a {
  margin-left: 30px;
}
*/    
/* Contact form*/
#frontContact {
    width: 860px;
    height: 70px;
}
.contact-form {
  background-color: #5d3424; /* rgba(41, 35, 35, 0.9); */
  color: #fff;
  /* left: -76px; */
  padding: 9px;
  /* position: absolute; */
  text-align: right;
  top: 0;
  /* width: 600px; /* 238px; */
  z-index: 1;
  display: block;
  box-shadow: 0 0px 6px rgba(0,0,0,0.6);
  margin: 0 auto;
  letter-spacing: 0.6pt;
}
.contact-form h1 {
  font-size: 1.6em;
}
.contact-form h2 {
  font-size: 1.2em;
  margin-bottom: 2px;
}
.contact-form label {
  font-family: "Hazit";
  font-size: 1.2em;
  font-weight: normal;
  display: block;
}
.contact-form input[type="text"], 
.contact-form textarea {
  background-color: #edddcf;
  border: 0 none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.19) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  color: #000;
  font-size: 0.8em;
  /* margin-bottom: 6px; */
  /* width: 98%; /* 236px; */
}
.contact-form input[req=marked], .contact-form textarea[req=marked] {
  background-color: #ee6666;
}

.contact-form #contactSubmit {
  display: block;
  font-size: 1.4em;
  font-weight: normal;
  margin: 4px auto 0;
  padding: 2px 30px;
}    

#frontContact label,
#frontContact input,
#frontContact button
{
    display: inline-block !important;
}
#frontContact input {
    margin-left: 16px;
}
#main-contact input, #main-contact textarea, #main-contact label {
  width: 100%;
}
/* Main */
main {
    color: #2f3337;
    background-image: url('../img/wood-bg.png');
    background-repeat: repeat-y;
    padding-bottom: 8px;
}
#intro h1 {
    display: inline;
    border-bottom: 2px dotted #5d3424;
    padding: 0 8% 8px;
}
#mainCategories {
    color: #fff;
    text-align: right;
}
#mainCategories::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  width: 100%;
}

.mainCategory {
    width: 40%;
    overflow: hidden;
}
.mainCategory h1 {
    background-color: rgba(0, 0, 0, 0.74);
    font-size: 28px;
    letter-spacing: 0.5pt;
    margin-bottom: 22px;
    padding: 0 14px 3px;    
}
.categoryButton {
  background-color: #9e583c;
  color: #fff;
  display: block;
  font-family: Hazit;
  font-size: 36px;
  height: 36px;
  letter-spacing: 0.5pt;
  margin: 14px 0;
  overflow: hidden;
  padding: 0 15px 4px;
  position: relative;
  -moz-transition: height 0.4s ease-in;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;

}
.categoryButton:hover,
.categoryButton:visited,
.categoryButton:focus {
    color: #fff;
}
.categoryImage {
    margin-top: 4px;
    height: 360px;
}
.mainCategory img {
    width: 100%;
    height: auto;
    display: block;
}
.categoryButton .details {
    bottom: 0;
    padding: 4px 22px;
    right: 0;
    width: 100%;
    font-size: 0.8em;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    max-height: 56px;
}
.categoryButton:hover {
    height: 380px;
}
.categoryButton:hover .details {
    opacity: 1.0;
}
/*
.mainCategory .details {
    -webkit-transition: bottom 0.2s ease;
    -moz-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;    
}
.mainCategory:hover .details {
    bottom: 0;
}
*/
button.featured a {
  font-size: 50px;
  padding: 0 96px 7px;
}

/* Testimonials */ 
#testimonials {
    text-align: center;
    z-index: 1;
    background-color: #9e583c;
    height: 80px;
    overflow: auto;
    direction: ltr;
    padding: 
}
#testimonials .testimonial {
    direction: rtl;
    float: right;
    width: 26%;
    text-align: right !important;
    margin: 0 24px 12px;
}

.testimonial blockquote {
    color: #fff;
    font-family: hazit;
    font-size: 1.14em;
    height: auto; /* 86px; */
    letter-spacing: 0.6pt;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;  
}
.testimonial blockquote .name {
  color: #ffe7cc;
}
.testimonial blockquote p {
  margin: 0;
}
/*
.testimonial p::before {
  color: #fff;
  content: "\201D";
  font-family: "Open Sans Hebrew";
  font-size: 0.7em;
}
.testimonial p::after {
  color: #fff;
  content: "\201C";
  font-family: "Open Sans Hebrew";
  font-size: 0.7em;
}
*/

.testimonial .image {
    height: 180px;
    margin-bottom: 78px;
}
.testimonial .image img {
    height: 100%;
    width: auto;
}
#testimonialsContainer {
    position: relative;
    padding: 24px;
}
#testimonialsContainer #bottomBar {
  background-color: #613625;
  bottom: 66px;
  height: 96px;
  position: absolute;
  width: 100%;
}
#testimonials-page .testimonial {
    margin-top: 8px;
}
#testimonials-page blockquote {
    background-color: #714625;
    width: 94%;
    margin: 0 auto;
    height: auto;
    padding: 16px;
}
.testimonial a,
.testimonial a:hover,
.testimonial a:visited
{
    color: #fff;
    text-decoration: underline;
}
/* Gallery */
/*
#gallery .row {
  margin-bottom: 20px;
}
#gallery .row img {
  height: auto;
  margin-left: 50px;
  width: 366px;
}
#gallery .row img:last-child {
    margin: 0;
}
#gallery img {
    cursor: pointer;
}
*/
.gallery-item {
    width: 256px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height:  auto;
    max-height: 220px;
}
.main-slider-item {
    margin-left: 1px;
}
.main-slider-item img {
    width: 100%;
    height: auto;
}
.gallery-item .details {
  bottom: 6px;
  display: none;
}
.price-item .details {
    bottom: 34px;
}
/* Subcategories */
.subcategory {
  position: relative;
  width: 50%;
}
.subcategory img {
  height: auto;
  width: 100%;
}
.subcategory .details {
  bottom: 5px;
  overflow: hidden;
  padding: 0;
}
.subcategory .details h2 {
  
  padding-right: 12px;
}
/* Footer */
.wrapper.footer {
    background-color: #2f3337;
    height: 151px;
    color: #fff;
    padding: 24px;
    box-sizing: border-box;
}
section.copyright {
    font-size: 0.76em;
    padding: 22px;
}
.copyright span {
  margin-left: 18px;
}
ul#footerMenu {
    list-style-type: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
li.menu-item {
    /*
    color: #fff;
    display: block;
    width: 136px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    padding: 0 8px;
    */
}
.menu-item a {
    color: #fff;
    /* font-size: 12px; */
}
/* Photoswipe */
#PhotoSwipeGallery {
    direction: ltr;
}
.pswp__button--fs {
    position: absolute !important;
    bottom: 0;
    right: 0;
}
.pswp__button--arrow--right::before {
    background-image: none !important;
    font-family: "slick" !important;
    font-size: 28px !important;
    color: #ccc !important;    
    content: "→" !important;
    right: 18px !important;

}
.pswp__button--arrow--left::before {
    background-image: none !important;
    font-family: "slick" !important;
    font-size: 28px !important;
    left: 18px !important;
    color: #ccc !important;    
    content: "←" !important;
}

.pswp__top-bar {
    background-color: rgba(0,0,0,0) !important;
}




/* Media Queries */
@media screen and (max-width:1199px) {
    .content {
        max-width: 1024px;
    }
    #gallery .row img {
        width: 306px;
    }
    #headerMenu li {
        padding: 16px 1.3%;
    }
    #headerMenu .contact {
        padding: 15px 4px;
        font-size: 18px;
    }
}
