/*
	Theme Name: Gal
	Description: Wordpress theme tutorrial
	Version: 1.0
	Author: Redsand
*/
/*
 *  Home page style
 */

body{
  margin: 0;
  padding: 0;
  font-size: 18px;
  direction:rtl;
  /*font-family: 'Open Sans', sans-serif;*/
   font-family: 'Open Sans Hebrew', serif;
  font-weight: 400;
  color:#504b45;
}
img{
  border: none;
}
.clear{
  clear: both;
}
/*header*/
#header {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 8px 6px -6px black;
  position: relative;
  z-index: 3;
}
.header-top {
  border-bottom: 1px solid #000;
  padding: 27px 0 30px;
  position: relative;
  text-align: center;
}
.logo {
  display: inline-block;
  font-size: 57px;
  height: 77px;
  line-height: 77px;
  vertical-align: middle;
  text-decoration: none;
  color: #7e5282;
}
.logo > img {
  display: inline-block;
  vertical-align: middle;
}
.logo span{
  font-weight: 600;
}
.form-popup {
  background: none repeat scroll 0 0 #7e5282;
  box-sizing: border-box;
  float: right;
  padding: 20px 20px 20px 27px;
  position: absolute;
  right: -565px;
  top: 50px;
  width: 565px;
}
.header-top.active .form-popup {
 right: 0;
 z-index: 10;
    transition: 1s;
    left: 0;
}
.header-top.active .button-contact {  
  right: 565px;  
}
.wrapper-form {
  background: none repeat scroll 0 0 #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 50px 60px 50px;
}
.wrapper-form h2 {
  font-size: 35px;
  font-weight: 400;
  color:#7e5282;
  margin: 0;
}
.wrapper-form p {
  margin: 25px 0 35px;
}
.wrapper-form form p {
  width: 100%;
  margin: -1px 0 8px 0;
  position: relative;
}
.wrapper-form input[type="text"],
.wrapper-form input[type="tel"],
.wrapper-form input[type="email"] ,
.wrapper-form textarea{
  width: 100%;
  background: #efede8;
  color:#939598;
  font-size: 18px;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: none;
 font-family: 'Open Sans Hebrew', serif;
}
.wrapper-form textarea{
  min-height: 166px;
}
.wrapper-form form .form-message {
  margin: 0;
}
.form-submit input[type="submit"] {
  background: none repeat scroll 0 0 #9e66a8;
  border: medium none;
  border-radius: 0 0 3px 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 6px 40px 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     font-family: 'Open Sans Hebrew', serif;
 
}
.form-submit input[type="submit"]:hover {
  background: none repeat scroll 0 0 #504b45;
  border: medium none;
  border-radius: 0 0 3px 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 6px 40px 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
   font-family: 'Open Sans Hebrew', serif; 
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.form-submit span {
  color: #939598;
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.phone-number {
  margin-top: 22px;
}
.phone-number h2 {
  margin-bottom: 14px;
}
.phone-number p {
  margin: 0;
}
.phone-number p a {
  margin: 0;
  color:#504b45;
  text-decoration: none;
}
.phone-number p a:hover{
  color: #7e5282;
}

.form-submit span sup {
  color: #c32b28;
  margin-left: 7px;
}
.wrapper-form sub {
  position: absolute;
  top: 10px;
  right: 8px;
  color:#939598;
}

.button-contact {
  cursor: pointer;
  height: 59px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 81px;
box-shadow:3px 3px 3px 0 rgba(50, 50, 50, 0.55);
    transition: 1s;
    left: 0;
}
.inner-content {
  margin: 0 auto;
  max-width: 1048px;
  position: relative;
}
.header-bottom  {
 height: 27px;
}
.main-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
  height: 100%;
  margin-left: 50px;
}
.main-menu ul li a{
  font-size: 18px;
  color:#504b45;
  text-decoration: none;
  line-height: 100%;
}
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item a{
  color:#7e5282;
  font-weight: 700;
}
.social-network {
  left: 0;
  position: absolute;
  top: 3px;
}
/* menu mobile */
.toogle-menu {
  background: #7e5282;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
.toogle-menu a {
  border: 1px solid #fff;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 4px;
  width: 20px;
}
.toogle-menu span {
  background: none repeat scroll 0 0 #fff;
  display: block;
  height: 3px;
  margin: 3px auto;
  width: 16px;
}
.contact-home {
  position: absolute;
  right: -565px;
  top: 50px;
  transition: width 2s;
  z-index:9;
}
.contact-home.active{
	right:0;
}
/* end menu mobile */
/****** main-content ****************/
.img-fixed {
  float: left;
  width: 34%;
}

.slide-home {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  background:#fff;
}
.slide-home.bx-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.slide-home .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  box-shadow: none;
  left: 0;
  margin: 0 auto;
  transform: translateZ(0px);
  width: 370px !important;
}
.bxslide-home {
  margin: 0;
  padding: 0;
}
.clearfix {
  float: none;
  clear: both;
}

#main-content {
  background: none repeat scroll 0 0 #7e5282;
  box-shadow: 0 8px 6px -6px black;
  position: relative;
  z-index: 2;
}
.slide-home .inner-slide-home {
  display: inline-block;
  margin: 0 auto;
  min-height: 200px;
  vertical-align: middle;
  width: 99%;
}
.bx-wrapper {
  margin: 0 auto;
}
.empty {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}
.bxslide-home > li {
  width: 370px !important;
  color:#7e5282;
}
.bxslide-home p.content-sile{
  font-size: 30px;
  margin: 0;
  line-height: 39px;
}
.bxslide-home p.slide-author {
  font-size: 20px;
  line-height: 39px;
  margin: 0;
}
.slide-home .bx-wrapper .bx-pager {
  color: #504b45;
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 0;
  text-align: right;
}
.slide-home .bx-wrapper .bx-pager,
 .slide-home .bx-wrapper .bx-controls-auto {
  bottom: -55%;
  padding-right: 20px;
  position: absolute;
  width: 100%;
   box-sizing: border-box;
}
.slide-home .bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0 0 #504b45;
  border-radius: 50%;
  display: block;
  height: 16px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 16px;
  font-size: 0;
}
.slide-home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide-home .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #7e5282;
}
/*footer*/
.top-footer {
  background: none repeat scroll 0 0 #efede8;
  position: relative;
  z-index: 1;
  padding: 13px 0 23px 0;
}
.widget.widget_newsletterwidget,
.box-footer {
  background: none repeat scroll 0 0 #fff;
  float: left;
  margin-left: 22px;
  width: 31.9%;
}
.widget.widget_newsletterwidget h2,
.box-footer h2 {
  background: none repeat scroll 0 0 #504b45;
  color: #fff;
  font-weight: 600;
  height: 36px;
  line-height: 31px;
  margin: 0;
  padding: 1px 0;
  text-align: center;
font-size:19px;
}
.widget.widget_newsletterwidget {
  margin-left: 0;
  padding-bottom: 7px;
}
.form-newletter {
  box-sizing: border-box;
  padding: 10px 13px 13px 13px;
}
.box-footer p {
  line-height: 100%;
  margin: 0 0 6px;
}
.widget.widget_newsletterwidget input[type="text"], 
.widget.widget_newsletterwidget input[type="email"] {
  background: none repeat scroll 0 0 #7e5282;
  border: medium none;
  box-shadow: 3px 3px 1px #542858 inset;
  box-sizing: border-box;
  color: #fff;
  float: right;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 3px 10px;
  width: 247px;
    display:none;

}
.widget.widget_newsletterwidget input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  cursor: pointer;
  float: left;
  color:#504b45;
  font-weight: 600;
  margin-left: 0px;
  margin-top: -17px;
   -webkit-appearance: none;
  -webkit-border-radius: 0;
  display:none;
  
  -webkit-background: 0;
}
#newsletterwidget-2 > p {
  box-sizing: border-box;
  margin: 8px 0 5px;
  padding-right: 15px;
}
.newsletter.newsletter-widget p {
  margin: 5px 0 0;
  padding-right: 15px;
}
.slide-news .foo3 {
  text-align: right !important;
}
.caroufredsel_wrapper {
  display: block;
  margin: 20px auto !important;
}
.box-footer .slide-news p {
  line-height: 100%;
  margin: 0 0 12px;
  line-height: 23px;
}
.slide-news .foo3 > li {
  box-sizing: border-box;
  padding: 0 20px 0 0px;
}
.slide-news .caroufredsel_wrapper {
  margin: 19px auto !important;
}
.client-slide .caroufredsel_wrapper {
  margin: 5px auto !important;
}
.slide-news .foo3 > li form input[type="submit"] {
  color: #545454;
  text-decoration: none;
  font-weight: 700;
  border: none;
  background: #fff;
  margin-top: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
  -webkit-background: 0;
}
.bottom-footer {
  background: none repeat scroll 0 0 #fff;
  text-align: center;
  padding: 10px 0 25px 0;
}
.bottom-footer p{
  margin: 0;
font-size:13px;
}


/********* lekoach ******************/

#main-content.content-page {
  background: none repeat scroll 0 0 #fff;
  padding: 27px 0 35px;
}
.header-client {
 /* background: none repeat scroll 0 0 #504b45;*/
}
.content-single-client {
  display: table;
  width: 100%;
}
.header-client {
  display: table-row;
}
.logo-client {
  background: none repeat scroll 0 0 #f0ede8;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 32%;
}
.logo-client img {
  width: auto;
}
.title-client {
  background: none repeat scroll 0 0 #504b45;
  border-right: 15px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  height: 100%;
  padding: 30px 25px 19px;
}
.title-client h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.title-client p {
  font-size: 23px;
  line-height: 100%;
  margin: 10px 0 0;
}
.content-client {
  padding: 18px 0 0;
}
.content-client-right {
  float: right;
  margin-right: 2%;
  padding: 20px 6px 0 0;
  width: 32%;
  box-sizing: border-box;
}
.content-client-right:first-of-type {
  margin-right: 0;
  padding: 0;
  padding-left: 15px;
  width: 33.4%;
  box-sizing: border-box;
  
}
.content-client-right.content-client-des {
  margin-right: 0;
}
.content-client-right:first-of-type img{
  width: 100%;
}
.content-client-right p {
  margin: 0;
}
.content-client-link h3 {
  font-weight: 700;
  margin: 0 0 17px 0;
  color:#7e5282;
font-size:18px;
display:none;
}
.content-client-right a {
  color: #504b45;
  display: inline-block;
  margin-bottom: 17px;
  text-decoration: none;
  font-weight: 700;
}
.content-client-right a:hover {
  color:#7e5282;
  font-weight: 800;
}
/* lekohot */
.list-client-logo {
  list-style: outside none none;
  margin: 0;
  padding: 23px 0 25px;
}
.list-client-logo > li {
  background: none repeat scroll 0 0 #efede8;
  border: 1px solid #e5e4e1;
  display: inline-block;
  height: 134px;
  margin: 0 15px 19px 0;
  position: relative;
  width: 334px;
  vertical-align: middle;
}
.list-client-logo > li:nth-child(3n+1){
	margin-right:0;
}
.hover-client {
  background: none repeat scroll 0 0 #7e5282;
  border: 1px solid #cdc4ce;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 27px 25px 10px 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transition: width 2s ease 0s;
  z-index: 1;
}
.list-client-logo img {
  width: 100%;
}
.list-client-logo > li:hover .hover-client{
  opacity: 1;
  transition: opacity 0.6s ease-out 0s;
}
.hover-client h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  line-height: 100%;
}
.hover-client  h3 a{
  color: #fff;
  text-decoration: none;
}
.hover-client  p{
 font-size: 23px;
 margin: 0;
}
.hover-client  p i{
 font-size: 17px;
}
/* news page */
.title-newpage {
  background: none repeat scroll 0 0 #504b45;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  min-height: 134px;
  padding: 20px 25px 20px 20px;
  width: 234px;
}
.title-newpage > h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.title-newpage span {
  display: block;
  font-size: 23px;
  line-height: 14px;
}
.title-newpage a {
  color: #fff;
  text-decoration: none;
}
.description-newpage {
  background: none repeat scroll 0 0 #efede8;
  box-sizing: border-box;
  display: table-cell;
  padding: 20px 30px 20px 20px;
  text-align: right;
}
.description-newpage > p {
  margin: 0 0 42px;
}
.description-newpage > a {
  color: #504b45;
  display: inline-block;
  font-weight: 600;
  margin-left: 76px;
  text-decoration: none;
}
.description-newpage > a:last-of-type {
  margin-left: 0px;
}
.header-newspage {
  background: #efede8;
}
.list-img-new {
  padding: 24px 0 0px;
  text-align: center;
}

.list-img-new > img {
  margin-left: 3%;
  width: 31%;
  height: auto;
}
.list-img-new > img:last-of-type {
  margin-left: 0px;
}
.header-newspage.all-news {
  margin-bottom: 15px;
}
.main-content-page > p {
  margin: 10px 0 25px;
}
.banner-page > img {
  width: 100%;
  height: auto;
}
.main-content-page {
  margin: 0 auto;
  max-width: 800px;
  text-align:justify;
}
/*contact*/
#main-content.content-contact {
  background: none repeat scroll 0 0 #fff;
  padding: 66px 0;
}
.wrapper-form.form-contact-page {
  float: left;
  padding: 0;
  width: 415px;
}
.info-contact-us .phone-number > h2 {
  color: #7e5282;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  margin: 20px 0;
}
.info-contact-us .phone-number > h2:first-of-type{
	margin-top: 0;
}
.phone-number {
  margin-top: 22px;
}
.info-contact-us .phone-number {
  margin-top: 0;
}
.info-contact-us {
  float: right;
}
.list-img-new {
  padding: 24px 0 0px;
   text-align: center;
}
.list-img-new  .item-gallery {
  margin-right: 3%;
  width: 31%;
  height: auto;
  float: right;
}
.item-gallery:first-of-type {
  margin-right: 0;
}
/*  */
.rst-item-gallery {
  margin-left: 30px;
  width: 326px;
  margin-bottom: 20px;
  float: right;
}

.list-img-new a.fancybox {
  display: none;
  
}
.list-img-new a.fancybox:first-of-type,
.list-img-new a.fancybox:nth-child(2),
.list-img-new a.fancybox:nth-child(3){
	display: block;
}
.rst-item-gallery:nth-child(3n){
	margin-left: 0;
}
.list-img-new.list-img-fancybox {
  text-align: right;
}
.page-architects .description-newpage > p {
  line-height: 100%;
  margin: 0;
}
.page-architects .description-newpage > p:last-of-type {
  margin-bottom: 13px;
}
.content-contact .wrapper-form h2 ,
.content-contact .wrapper-form  .des-form{
  display: none;
}
/* single */
.title-single{
  background: #504b45;
  color:#fff;
  padding: 8px 30px 10px 20px;
  box-sizing: border-box;
}
.title-single h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
}
.title-single h3 {
  font-size: 23px;
  font-weight: normal;
  line-height: 100%;
  margin: 7px 0 0;
}
.content-single{
  padding: 27px 27px 50px 27px;
  background: #efede8;
  box-sizing: border-box;
  min-height: 300px;
}
.content-single > p {
  margin: 0 0 15px 0;
}
.all-news > a {
  color: #504b45;
  text-decoration: none;
}
.all-news {
  box-sizing: border-box;
  margin-top: 15px;
  padding-left: 38px;
  text-align: left;
}
.client-slide .foo3 > li {
  text-align: center;
}
.foo3 img {
  width: auto;
  height: 108px;
}
.wrapper-form form {
  direction: rtl;
}
.link-new {
  color: #545454;
  text-decoration: none;
font-weight:bold;
}
.link-new:hover {
  color: #7e5282;
  text-decoration: none;
font-weight:bold;
}
.wrapper-header-newspage {
  display: table;
}
.page-architects .title-newpage {
  width: 356px;
}
/*.header-newspage {
  display: table-row;

.all-news{
	text-align: left;
	padding: 24px 0 25px 35px;
	box-sizing: border-box;
}
*/
.rst-item-gallery .fancybox > img {
  width: 100%;
}
.list-client-logo.list-architech li{
	text-align: center;
}
.list-client-logo.list-architech li img {
  height: 100%;
}
.contact-mail,
.contact-phone{
	display: none;
}


/* Large desktop */
@media (min-width: 1200px) {
.info-contact-us {margin-right:120px;}
.wrapper-form.form-contact-page {margin-left:100px;}
}
 
/* Tablet landscape and desktop */
@media (min-width: 960px) and (max-width: 1199px) { 
.info-contact-us {margin-right:120px;}
.wrapper-form.form-contact-page {margin-left:100px;}
 }
.content-client-link {margin-top:-23px;}
/* Phones portrait and landscape  */
@media only screen and ( max-width: 767px ) {
}
.tnp-widget label {
    display: none!important;
}
.content-client-right ul{
  padding:0;
  margin:0;
}
.content-client-right ul li{
  padding:0;
  margin:0;
  position:relative;
  list-style:none;
}
.captiontxt{
  position:absolute;
  background:#000;
  opacity:0.7;
  color:#fff;
  font-size:12px;
  width:100%;
  bottom:5px;
  right:0;
  padding:10px 0;
} 
.captiontxt p{
  padding:0 10px;
}


