/*
Theme Name: Har Habayit
Author: har-habayit
Version: 1.0
Text Domain: mytheme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900|Rubik:300,300i,400,400i,500,500i,700,700i,900&subset=hebrew');

.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:10px;}
.alignright {float:right;margin-left:10px;}
.aligncenter {display:block;margin:0 auto}
a, a:active, a:focus, a:active {text-decoration:none !important;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;}
a:focus {outline:0px solid}
a, div, span, p {transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;}
a:hover{transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;}
img {max-width:100%}
h1, h2, h3, h4, h5, h6 {font-family: 'Heebo', sans-serif;font-weight:normal;margin:0 0 15px;}
.container {transition: all 0.9s ease 0s;-moz-transition: all 0.9s ease 0s;-webkit-transition: all 0.9s ease 0s;-o-transition: all 0.9s ease 0s;}
ul {margin:0;padding:0;list-style:none}
input, button {border:0px solid;}
input:focus, textarea:focus, button:focus {outline:0;box-shadow: 0px 0px 10px 0px #2B94CB;}
input[type=checkbox]:focus{outline:0;box-shadow: 0px 0px 0px 0px #2B94CB;}
body {font-family: 'Rubik', sans-serif;font-size: 16px;line-height: 20px;color:#000;overflow-x:hidden;background: #ffffff;}
.fix{}
.fix:after{content:'';display:table;clear:both;}
.slicknav_menu{display:none}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.body_preloader_area {
  position: fixed;
    width: 100%;
    height: 100%;
    background: #473626;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.body_preloader_area .spinner {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.single_blog_post.fix {}
header.header_main_area.fix {position: relative;z-index: 2;}
.header_content_area.fix {
    background: url(img/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 8% 0 5% 0;
}
.header_content.fix {
    background: url(img/banner_content_bg.png) no-repeat;
    padding: 7% 10% 7% 15%;
    background-size: 100% 100%;
}
.banner_slider_area {
    float: left;
    width: 50%;
    margin-top: 65px;
}
div#myCarousel {
    height: 250px;
}
.carousel-inner item img {}
.slider_nav_area.fix {}
.left_nav_area.fix {
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    height: 250px;
    width: 40px;
    right: -40px;
}
.left_nav_area.fix a {}
.left_nav_area.fix a.left.carousel-control {
    width: 40px;
    background: transparent;
    color: #000;
    font-size: 50px;
    opacity: 1;
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.right_nav_area.fix {
    display: block;
    background: #fff;
    position: absolute;
    left: -40px;
    top: 0;
    height: 250px;
    width: 40px;
}
.right_nav_area.fix a.right.carousel-control {
    width: 40px;
    color: #000;
    font-size: 50px;
    opacity: 1;
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    background: transparent;
    top: 50%;
    margin-top: -20px;
}
.banner_title.fix {
}
.banner_title_area {
    float: right;
    width: 50%;
    text-align: center;
}
.banner_title.fix img {}
section.landing_content_main_area.fix {
    top: -1px;
    position: relative;
}
.landing_content_area.fix {
    background: url(img/content_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
    padding: 4% 0 8% 0;
}
.landing_content_first.fix {
    background: rgba(38, 30, 23, 0.76);
    position: relative;
    bottom: -24px;
}
.landing_content_single.fix {
    padding: 3% 2% 2% 2%;
    color: #fff;
    float: right;
    width: 25%;
}
.landing_content_single.fix.first_heading {
    background: rgba(26, 17, 11, 0.82);
    min-height: 310px;
    border-radius: 70px 0px 0px 0px;
}
div#myCarousel .carousel-inner .item img {
    width: 100%;
}
.landing_content_single.fix p {
    text-align: justify;
}
.landing_content_single.fix p strong {}
.landing_content_single.fix h3 {
}
.landing_content_single.fix.first_heading h3 {
    font-size: 40px;
}
.landing_content_single.fix.first_heading h2 {
    font-weight: bold;
    font-size: 40px;
}
.landing_content_second.fix {
    background: url(img/content_yellow_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 9;
}
.landing_dynamic_area.fix {
}
.landing_dynamic_title.fix {
    text-align: center;
    padding-top: 7%;
}
.landing_dynamic_title.fix img {}
.landing_dynamic_formarea.fix {
    margin-top: 3%;
    width: 70%;
    margin: 3% auto;
}
.dynamic_form_right.fix {
    float: right;
    width: 55%;
}
.dynamic_form_right_single.fix {
    float: right;
    width: 32%;
}
.dynamic_form_right_single.fix a {}
.dynamic_form_left.fix {
    float: left;
    width: 45%;
}
.dynamic_form_wrap.fix {
    background: url(img/bg_dynamic_form.png) no-repeat;
    background-size: 100% auto;
    padding: 5px 23px 28px 23px;
}
.form_right_wrap.fix {
    float: right;
    width: 48%;
    padding-top: 5%;
}
.form_right_wrap_single.fix {
    float: right;
    width: 33%;
}
.form_right_wrap_single.fix a {}
.form_left_wrap.fix {
    width: 50%;
    float: left;
    margin-right: 2%;
}
.form_left_wrap_rgt.fix {
    float: left;
    width: 20%;
    padding-top: 0;
}
.sm_title_area.fix {
    text-align: center;
    margin-bottom: 5px;
}
.form_left_wrap_rgt.fix p {
    line-height: 12px;
    font-size: 12px;
    font-weight: 500;
}
.form_left_wrap_rgt.fix p small {}
.form_left_wrap_middle.fix {
    float: right;
    width: 70%;
}
.form_left_wrap_form.fix {}
.form_left_wrap_form_input.fix {
    margin-bottom: 2px;
}
.form_left_wrap_form_input.fix input.dynamic_input {
    border: 2px solid #594a42;
    height: 53px;
    border-radius: 4px;
    width: 100%;    padding: 10px;
}
.form_left_wrap_form_submit.fix {
    text-align: center;
}
.form_left_wrap_form_submit.fix input.dynamic_submit {
    background: #594a42;
    color: #fff;
    padding: 2px 20px 3px 20px;
    border-radius: 15px;
    width: 100%;
    font-size: 12px;
}
.form_left_wrap_lft.fix {
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 18%;
}
.form_left_wrap_lft.fix p {
    margin-top: 7px;
}
.form_left_wrap_lft.fix p small {}
.landing_bottom_content.fix{}
.landing_content_third.fix {}
.landing_bepartner_area.fix {
    padding: 5% 0 2% 0;
    text-align: center;
}
.landing_bepartner_area.fix h1 {
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    font-size: 50px;
}
.container.landing_bottom_background {
    background: url(img/content_bg_white.png) no-repeat;
    position: relative;
    top: -25px;
    background-size: 100% 100%;
    padding-bottom: 7%;
}
.landing_bepartner_area.fix h2 {}
.landing_content_fourth.fix {}
.landing_contact_form_area.fix {
    width: 75%;
    margin: 0 auto;
    background: #f7f6f2;
    padding: 3% 0 3% 0;
    border: 2px solid #f00;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.88);
}
.contact_form_row_first.fix {
    padding: 2% 4%;
}
.form_row_first.fix {}
.form_row_first.fix p {}
.form_row_firgt.fix {}
.form_row_firgt.fix img {
padding-left: 20px;
}
.contact_form_row_second.fix {
    background: #eeeeed;
    padding: 4% 4% 2% 4%;
}
.form_row_second.fix {}
.landing_page_formarea.fix {}
.landing_form_row.fix {
}
.landing_field_row.fix:last-child {
    margin-left: 0;
}
.landing_field_row.fix {
    float: right;
    width: 32%;
    margin-left: 9px;
}
.landing_field_row.fix input.input_field {
    border: 2px solid #4c4964;
    padding: 7px 10px;
    text-align: right;
    background: #fff;
    width: 100%;
}
.landing_textarea_row.fix {
    margin-top: 10px;
    width: 88%;
    float: right;
}
textarea.input_field {
    border: 2px solid #4c4964;
    padding: 10px;
    text-align: right;
    background: #fff;
    width: 100%;
    height: 80px;
}
.landing_submit_row.fix {
    float: left;
    width: 10%;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 2px;
}
.landing_submit_row.fix button.submit_field {
    background: #221e40;
    color: #fff;
    height: 80px;
    width: 100%;
    display: block;
}
.form_row_secrgt.fix {}
.form_row_secrgt.fix h2 {
    font-weight: 600;
}
.contact_form_row_third.fix {
    padding: 2% 4%;
    text-align: center;
}
.form_row_third {}
.form_row_third p {
    font-size: 19px;
    font-weight: 300;
}
.form_row_third p small {
    font-weight: 500;
    font-size: 80%;
}
div#myCarousel .carousel-inner {
    height: 250px;
}
.form_row_second_right {
    float: left;
    width: 30%;
}

.form_row_second_left {
    float: left;
    width: 70%;
}

.form_row_firgt_left {
    float: left;
    width: 70%;
}

.form_row_first_right {
    float: right;
    width: 30%;
}




/*=== contact page style ===*/
.contact_page_contentarea.fix {
    background: #fcba32;
    background-size: cover;
}

.contact_page_content.fix {
    padding: 5%;
    margin: 5%;
    border: 1px solid #6f5d55;
    border-radius: 10px;
    background: #ffeed2;
}
.contact_form_top_title.fix {
    text-align: center;
    margin-bottom: 10px;
}
.contact_form_top_title.fix h3 {
    display: inline-block;
    background: #5a4b42;
    color: #fff;
    padding: 8px 25px;
    border-radius: 17px;
    box-shadow: 0px 5px 4px #aa9e8e;
}
.contact_form_inputarea.top_area_input.fix {
    text-align: center;
    width: 62%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact_form_inputarea.fix label {
    margin-right: 10px;
    font-size: 20px;
    color: #1c1110;
    float: left;
    width: 128px;
    text-align: left;
    margin-top: 14px;
}
.contact_form_middle_title.fix {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact_form_middle_title.fix h3 {
   display: inline-block;
    background: #5a4b42;
    color: #fff;
    padding: 8px 25px;
    border-radius: 17px;
    box-shadow: 0px 5px 4px #aa9e8e;
}
.contact_form_inputarea.fix {
    margin-bottom: 25px;
}
.contact_form_bottom_title.fix h3 {
    display: inline-block;
    background: #5a4b42;
    color: #fff;
    padding: 8px 25px;
    border-radius: 17px;
    box-shadow: 0px 5px 4px #aa9e8e;
}

.contact_form_bottom_title.fix {
    text-align: center;
    margin-bottom: 2%;
}
input.form_inputfield {
    border: 1px solid #6f5d55;
    padding: 5px 10px;
    border-radius: 4px;float: left; direction: rtl;
}
.contact_form_inputarea.top_area_input.fix input.form_inputfield {
    padding: 15px;
    border-radius: 10px; direction: rtl;
}
select.wpcf7-form-control.wpcf7-select.select_option.fix {
    float: left;
    border: 1px solid #6f5d55;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 10px;
}
.contact_form_submit_area.fix {
    text-align: center;
}
button.contact_submit_btn {
    background: #fcba33;
    padding: 20px 30px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 5px 9px #ab9f8f;
}
.ssl_image_are.fix {
    right: 120px;
}
.ssl_image_are.fix {
    position: absolute;
    bottom: 10%;
    width: 250px;
}


