/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

input::placeholder, textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.horizontal-form input, optgroup, select, textarea {
    direction: rtl;
    text-align: right;
}

.form1 input, optgroup, select, textarea {
    direction: rtl;
    text-align: right;
}

.hp_field2.hp_submit input {
    background: #353535 !important;
}

.hp_field2.hp_submit input:hover {
    background: #000 !important;
}

.horizontal-form .hp_flex1 {
    display: flex;
	height: 70px;
}

.horizontal-form .hp_field1 {
    margin-left: 10px;
}

.horizontal-form label {
    color: #fff;
	font-family: "Open Sans Hebrew Condensed", Sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

.horizontal-form input#submit {
    font-family: "Open Sans Hebrew Condensed", Sans-serif;
	line-height: 26px;
}

.horizontal-form fieldset {
    border: 0;
}

@media (max-width: 480px) {
	.form1 label, .t66 {
    margin-right: 0 !important;
}
	
	.wpcf7-list-item {
    margin: 0;
}
	
.form1 .btn-bt {
    text-align: center;
}	
	
	
	
	
	
	
}











