/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
	font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, a, button, input, optgroup, select, textarea, p {
	font-family: "Open Sans Hebrew", Sans-serif;
}
.elementor-field-group .elementor-select-wrapper select {
	line-height:1.1!important;
}


/* Gravity Forms */

.gform_wrapper .gform_body {
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.gform_wrapper .gform_footer {
	width:100%;
	display:inline-block;
}
.gform_wrapper ul.gform_fields li.gfield {
	width:100%;
}
.gform_wrapper .top_label .gfield_label {
	font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
	color: #000;
	text-align: left !important;
    padding: 0 0 0 10px;
}
.gform_wrapper .top_label .gfield_label span {
	display:none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color:#f2ebe5;
	border:none;
	height:40px;
	line-height:40px;
	font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
	color: #000;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color:#f2ebe5;
	border:none;
	height:40px !important;
	line-height:40px !important;
	font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1em;
	color: #000;
	width:80% !important;
	text-align:center !important;
	cursor:pointer;
	float: left;
}
body.rtl .gform_wrapper .gform_footer input.button, 
body.rtl .gform_wrapper .gform_footer input[type=submit], 
body.rtl .gform_wrapper .gform_page_footer input.button, 
body.rtl .gform_wrapper .gform_page_footer input[type=submit] {
	text-align:center !important;
}
.gform_wrapper div.validation_error {
	display:none;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top:0;
}


/* Home form */

.gform_wrapper.home-contact-form_wrapper {
	margin:0;
}
.gform_wrapper .home-contact-form .gform_body {
	width:79%;
	display:inline-block;
}
.gform_wrapper .home-contact-form .gform_footer {
	width:20%;
	display:inline-block;
	margin:0;
	padding:0;
}
.gform_wrapper .home-contact-form ul.gform_fields li.gfield {
	width:33%;
	display:inline-block;
	margin:0;
}
.gform_wrapper .home-contact-form .top_label .gfield_label {
	width: 20%;
    display: inline-block;
}
body .gform_wrapper .home-contact-form .top_label div.ginput_container {
	width: 80%;
    display: inline-block;
	margin:0;
}


/* Search Filter */

.search-sec-outer {
    width: 100%;
	/*max-width: 600px;*/
    margin: 0 auto;
}
form.search_filter_form {
    text-align: center;
}
.search-sec-outer .search-form-sec {
	width: 100%;
	margin-bottom:30px;
}
form.search_filter_form .search-fieldset {
	margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
	border: none;
    padding: 0 10px 0 10px;
    display: inline-block;
    width: 150px;;
    text-align: left;
	max-width: 32%;
}
body.rtl form.search_filter_form .search-fieldset {
    text-align: right;
}
form.search_filter_form label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    font-family: "Open Sans Hebrew", Sans-serif;
	font-weight:bold;
	text-align:center;
}
form.search_filter_form select {
	padding: 4px 20px;
	font-size:18px;
	font-family: "Open Sans Hebrew", Sans-serif;
	margin-bottom:10px;
	width:100%;
	background:#fff;
	border:none;
	border-radius:20px;
}
.search-result-sec-out {
	border: none;
    text-align: left;
    background: #fff;
    box-shadow: 0 0px 9px 0px rgba(0,0,0,.2);
}
body.rtl .search-result-sec-out {
    text-align: right;
}
.search-result-manfr-outer {
    /*margin-bottom: 40px;*/
	
	text-align:center;
}
h2.search-result-manfr {
    margin: 0;
    line-height: 1.2em;
    font-size: 27px;
	padding: 15px;
    /*border-bottom: 1px solid #000;*/
}
.search-result-model-outer {
    /*border-bottom: 1px solid #000;*/
	padding:15px 0;
}
/*.search-result-model-outer:last-child {
    border-bottom: none;
}*/
h2.search-result-model {
	margin: 0;
    line-height: 1.2em;
    font-size: 23px;
	padding: 15px;
	color:#9F8337;
}

h3.search-result-price-only {
	margin: 0;
    line-height: 1.2em;
    font-size: 18px;
	font-weight:400;
	padding:5px 15px;
}
h3.search-result-price-only span {
	display:inline-block;
	font-weight:bold;
}
h3.search-result-price-only span p {
	margin:0;
	line-height: 1.2em;
    font-size: 20px;
}


@media (max-width: 1024px) and (min-width: 768px) {
	.gform_wrapper .top_label .gfield_label {
		font-family: "Open Sans Hebrew", Sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1em;
		color: #000;
		text-align: left !important;
		padding: 0 0 0 10px;
	}
}
@media (max-width: 767px) {
	.gform_wrapper .home-contact-form .gform_body {
		width:100%;
	}
	.gform_wrapper .home-contact-form .gform_footer {
		width:100%;
		padding-left:16px;
	}
	.gform_wrapper .home-contact-form ul.gform_fields li.gfield {
		width:100%;
		margin:0 0 20px 0;
	}
}
.whatsupdiv , .callphone {
	display:none;
}
@media screen and (max-width: 650px){
.whatsupdiv , .callphone {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border-top: 1px solid #2dc62d;
    bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    right: 10px;
    background: #29ad00;
    text-align: center;
    font-size: 35px;
    line-height: 44px;
    color: #fff !important;
	opacity: 0.8;
}
.callphone {
	bottom: 65px;
}


}