/*
Theme Name: Eagleray Theme
Author: Eagleray Web
Author URI: http://eagleray.co.il/
Description: Custom Wordpress themes tailored for your needs.
Version: 1.0
Text Domain: eagleray
*/
/*FONTS*/
@font-face {
	font-family: 'Conv_EFT_Asaf Heavy';
	src: url('fonts/EFT_Asaf Heavy.eot');
	src: local('☺'), url('fonts/EFT_Asaf Heavy.woff') format('woff'), url('fonts/EFT_Asaf Heavy.ttf') format('truetype'), url('fonts/EFT_Asaf Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_EFT_Asaf';
	src: url('fonts/EFT_Asaf.eot');
	src: local('☺'), url('fonts/EFT_Asaf.woff') format('woff'), url('fonts/EFT_Asaf.ttf') format('truetype'), url('fonts/EFT_Asaf.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Helvetica_Neue';
    src: local('☺'), url('fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}

/* Reset */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
* {box-sizing:border-box;}

/* Global Rules */
.clear {clear:both;}
.hidden {display: none;}
strong {font-weight: bold;}
.mobile-only {display: none;}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}


#sitewrap {width:2000px;max-width: 100%;margin:0px auto;}
.eng * {
	font-family: 'Helvetica_Neue', sans-serif !important; 
}
/* header */
.header-wrapper {
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	background: url(images/top_banner.jpg) top left no-repeat;
	height: 326px;
}
.logo {
	padding: 36px 0;
}
.logo img {  
	margin: auto;
  	display: block;
}

.menu {
	background:#cfebf0;
	width: 2000px;
	max-width: 100%;
	text-align: center;
	position: relative;
	z-index: 10000;
}
.menu ul {
	display: inline-block;
	margin:auto;

}
.menu li {
	visibility: hidden;
	display: inline-block;
	float: right;
	color:#6d6336;
	font-size: 33px;
	font-family: 'Conv_EFT_Asaf';
	padding: 0;
	position: relative;
}
.menu li .after {
	content:'';
	background: url(images/line-sep.png) no-repeat 0px 0px;
	height: 24px;
    width: 4px;
    position: absolute;
    top: 31%;
    left: 0;
}
.eng .menu li .after { 
	top:26px;
}
.menu li.last-child:after {
	display: none;
}
.eng .en-menu li.first-child:after {
	display: none;
}
.menu li a {
	color: inherit;
	text-decoration: none;
	padding: 20px 14px;
	display: inline-block;
}
.lang-menu {
	direction: rtl;
	position: absolute;
	left: 21px;
	top:17px;
}
.lang-menu img {
	padding-right:10px;
}
.face-desk {
	padding: 0 !important;
	position: relative;
}


/*Kitchen*/
.kitchen .upper_text {
	font-family: 'Conv_EFT_Asaf Heavy';
}
.upper_text {
	font-family: 'Conv_EFT_Asaf';
	text-align: center;
	padding: 60px 4%;
}
.upper_text p {
	color: #6d6336;
	font-size: 34px;
	line-height: 48px;
}
.lower_text {
	text-align: center;
	padding: 80px 4% 110px;
}
.lower_text p {
	color: #6d6336;
	font-family: 'Conv_EFT_Asaf';
	font-size: 29px;
	line-height: 44px;
}
.eng .lower_text p {
	font-weight: bold;
}
.large-header {
	background: url(images/bgpattern.png) repeat ;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
	color:#6d6336;
	font-family: 'Conv_EFT_Asaf Heavy';

}
.large-header .inner {
	width: 940px;
	margin: auto;
	padding:170px 0;
}
.large-header img {padding:0; max-width: 100%;}
.large-header .first-line {
	background: url(images/r_gersh.png) no-repeat 794px 0px ;
	font-size: 75px;
	padding-top: 15px;
	background-position: 97.5% 6%;
	background-size: 4.5%;
}
.large-header .second-line {
	background: url(images/r_gersh.png) no-repeat 0 6% ;	
	font-size: 150px;
	background-position: 3% 82%;
	background-size: 4.5%;
}
.eng .large-header .first-line {
	font-size: 60px;
	padding-top: 15px;
	background-position: 22% 2%;
	letter-spacing: 1.9px;
	font-weight: bold;
}
.eng .large-header .second-line {
	font-size: 120px;
	background-position: 89.5% 11%;
	font-weight: bold;
}
.large-header .bio {
	font-family: 'Conv_EFT_Asaf';
	font-size: 37px;
}
.carousel a {
	height: auto;
	padding: 0;
	width: 24.8%;
}
.kitchen .carousel {
	border-bottom: 0;
}
div.responsive a, div.responsive img { width: auto; height: auto }
/*slideshow*/
.cycle-slideshow {
	border-bottom: 20px solid #cfebf0;
	position: relative;
	height:auto;
}
.cycle-slideshow img {
	max-width: 100%;
	height: auto;
}
.cycle-prev{
	background:url(images/larrow_b.png) center center no-repeat;
	background-size: cover;
	 position: absolute;
	left: 2%;
	top: 50%;
	height: 73px;
 	width: 39px;
  	z-index: 100;
  	cursor: pointer;
}
.cycle-next{
	background:url(images/rarrow_b.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 2%;
	top: 50%;
	height: 73px;
 	width: 39px;
  	z-index: 100;
  	cursor: pointer;
}
.carousel .cycle-prev, .carousel .cycle-next {
	top: 43%;
	}
.carousel img {
	padding: 0px 2.5px;
}
.carousel, .peFlareLightbox {
	direction: ltr;
}
.kitchen .carousel .cycle-next{
	background:url(images/rarrow_w.png) center center no-repeat;
	background-size: cover;
}
.kitchen .carousel .cycle-prev{
	background:url(images/larrow_w.png) center center no-repeat;
	background-size: cover;
}
/*coffee*/
h1 {
	font-weight: bold;
	text-align: center;
	font-size: 72px;
	line-height: 64px;
	color: #6d6336;
	font-family: 'Conv_EFT_Asaf Heavy';
	padding-top: 15px;
}
.eng h1 {
	padding-top: 0;
	padding-bottom: 10px;
}
.coffee .upper_text {
	border-bottom: 65px solid #cfebf0;
	padding-bottom: 85px;
	padding-top: 100px;
}
.coffee .upper_text p {
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.5px;
}
.eng .coffee .upper_text p {
	letter-spacing: 0;
}
.coffee .cycle-next{
	background:url(images/rarrow_w.png) center center no-repeat;
	background-size: cover;
	top: 57%;
}
.coffee .cycle-prev {
	background:url(images/larrow_w.png) center center no-repeat;
	background-size: cover;
	top: 57%;
}
.coffee .cycle-slideshow {
	border-bottom: none;
}

/*events*/
.events .upper_text {
	padding: 100px 4% 65px;
}
.events .upper_text p {
	font-size: 29px;
  	line-height: 43px;
}
.events .divider {
	background: url(images/bgpattern.png) repeat ;
	height: 69px;
	width: 100%;
}
.events .divider.second-divider {
	margin-bottom: 20px;
}
.events .cycle-slideshow {
	border-bottom: none;
}
.event-limage img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.events .carousel .cycle-next {
	background:url(images/rarrow_w.png) center center no-repeat;
	background-size: cover;
	  top: 46%;
}
.events .carousel .cycle-prev {
	background:url(images/larrow_w.png) center center no-repeat;
	background-size: cover;
	  top: 46%;
}

/*PRIVATE ROOM*/
.private-room .upper_text {
	padding: 100px 4% 70px;
	background: #ebf2cb;
	border-bottom: 25px solid #7e7758;
}
.private-room .upper_text p {
	font-size: 31px;
  	line-height: 45px;
}
.private-room .cycle-next {
	background:url(images/rarrow_w.png) center center no-repeat;
	background-size: cover;
}
.private-room .cycle-prev {
	background:url(images/larrow_w.png) center center no-repeat;
	background-size: cover;
}
.private-room .cycle-slideshow {
	border-bottom: 28px solid #fff;
}

/*TEAM*/
.team{
	background: url(images/bgpattern.png) repeat;
	padding: 73px 0;
	margin-bottom:27px;
}
.team-box .upper_text p {
	font-size: 29px;
  	line-height: 48px;
}
.team-box .upper_text {
	padding: 53px 4% 100px;
}
.team .team-box {
	background: #fff; 
	width:88.35%;
	margin:auto;
	text-align: center;
}
.team .team-box img {
	margin: 106px auto 0;
	width: 91.05%;
	height: auto;
}
/*DESIGN*/
.design .upper_text {
	background:#cfebf0;
	padding: 120px 4% 95px;
}
.design .upper_text p {
	font-size: 29px;
  	line-height: 48px;
}
.design img {
	max-width: 100%;
	max-height:977px;
}
.design .cycle-slideshow {
	border:none;
	background:#cfebf0;
}
.design {
	border-bottom: 63px solid #cfebf0;
	position: relative;
}
.design .design-credit {
	position: absolute;
	bottom:-43px;
	text-align: center;
	z-index: 100;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #6d6336;
    font-family: 'Conv_EFT_Asaf';
    font-weight: normal;
}
.eng .design .design-credit {
	font-family: 'Helvetica_Neue', sans-serif !important;
	font-weight: bold;
    font-size: 19px;
    bottom: -41px;
}

/*contact*/
.contact {
	background: url(images/contact.jpg) no-repeat;
	background-size: 100% auto;
	height: 1000px;
	margin-top: 15px;
}
.contact .inner {
	width: auto;
	margin: 0 200px 0 255px;
	background: transparent;
	padding-top: 100px;
}
.contact .third {
	float: right;
	border-left: 2px solid #cfebf0;
}
.eng .contact .third {
	float: left;
	border-right: 2px solid #cfebf0;
	border-left: 0;
}
#fir_third {
	width:35%;
	min-height: 337px;
	font-size: 31px;
}
.contact .logo {
	width: 77.8%;
	margin:auto;
	padding: 0 0 16px 0;
}
.contact .logo img {
	width: 100%;
}
#sec_third {
	width:55%;
}
#thi_third {
	width:45%;
	border-left: none;
}
.eng #thi_third {
	border-right: none;
}
.contact p, .contact a {
	font-family: 'Arial';
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.69);
	color:#cfebf0;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
.eng .contact p, .eng .contact a{
	font-size: 26px;
}

.eng .contact a {
	line-height: 43px;
}
.eng .contact p {
	line-height: 36px;
}
#sec_third p, #thi_third p {
	text-align: right;
	line-height: 44px;
}
#sec_third .internal {
	width: 79.5%;
	margin:0 auto;
	padding:0;
}
.eng #sec_third p, .eng #thi_third p {
	text-align: left;
	direction: ltr;
}
.content #sec_third input {
	width: 72.5%;/*was 77.5;*/
	float: left;
	height: 36px;
	margin-top: 5px;
}
.eng .content #sec_third input {
	float: right;
	width: 60%;
}
.content #sec_third form strong {
	float: right;
}
#sec_third .info {
	margin-bottom: 41px;
}
#sec_third .info p{
	margin-bottom: 0;
	}
#sec_third .form-first p {
	margin-bottom: 13px;
	margin-top: 0px;
}
#thi_third p{
	padding-right: 10.85%;
}
.eng #thi_third p {
	padding-right:0;
	padding-left: 10.85%;
}
.content #thi_third p.captcha {
	margin-top: 10px;

}
.content #thi_third input {
	height: 36px;
	width: 100%;
}

.content #thi_third input[type="submit"]{
	float: left;
	width: 23%;
	margin-top: 25px;
	font-size: 26px;
  	padding-right: 0;
  	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.69);
  	font-weight: bold;
}
.eng .content #thi_third input[type="submit"] {
	font-weight: bold;
	font-size: 22px;
}
.eng .content #thi_third .captcha-59 input {
	width: 95%;
}
.content div.wpcf7 { 
	width: 65%;
	float: right;
}
.eng .content div.wpcf7 {
	float: left;
}
table{
	width: 100%;
}
.content input, .content textarea {
	background:transparent;
	border:#cfebf0 2px solid !important;
	color:#cfebf0;
	font-size: 20px;
  	padding: 0 7px 0 7px;
  	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.69);
  	margin-bottom: 0;
}
.content textarea {
	height: 112px;
	width: 100%;
}
p.captcha-writing {
	font-size: 28px;
}
.eng p.captcha-writing {
	font-size: 18px;
	line-height: 20px;
}
div.wpcf7-response-output {
	color: #ffffff;
	font-family: 'Arial', sans-serif;
}
span.wpcf7-not-valid-tip {
	font-size: 17px;
}
.credits {
	background: #cfebf0;
	color: #6d6336;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	font-family: 'Arial';
}
.credits a {
	color: #6d6336;
	text-decoration: none;
	font-family: 'Arial' !important;
}

/*English page*/
.en {
	direction:ltr;
}
.en-menu li {
	float: left;
}


/*tablet adjustments and smaller screens*/
@media (max-width:1700px){
	.contact .inner {
		width: 86.4%;
	}
}
@media (max-width:1680px){
	.contact p, .contact a {
		font-size: 28px;
	}
	.contact {
		height: 872px;
	}
}
@media (max-width:1570px){
	p.captcha {
		font-size: 25px;
	}
}
@media (max-width:1500px){
	p.captcha {
		font-size: 25px;
	}
	.contact p, .contact a {
		font-size: 25px;
	}
	.contact {
		height:;
	}
}
@media (max-width:1400px){
	.menu li {
		font-size: 27px;
	}
	.contact {
		height: 725px;
	}
}



