/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Eldad Nachtomi
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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 */

body {
	font-family: "DM Sans", Sans-serif;
}

body.blog h1,
body.blog .elementor-post__read-more{ font-weight: 700 !important  }

.page-header { 
	display: none; 
}

.kld-contact-wrap label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.kld-contact-wrap input,
.kld-contact-wrap textarea {
	font-size: 20px;
	padding: 15px 0;
	background: transparent;
}

.kld-contact-wrap textarea {
	height: 65px;
}

.kld-contact-wrap input,
.kld-contact-wrap textarea,
.kld-contact-wrap input:hover,
.kld-contact-wrap textarea:hover,
.kld-contact-wrap input:active,
.kld-contact-wrap textarea:active,
.kld-contact-wrap input:focus,
.kld-contact-wrap textarea:focus,
.kld-contact-wrap input:focus-visible,
.kld-contact-wrap textarea:focus-visible {
	color: white;
	border: none;
	border-bottom: 2px solid #BBBBBB;
	border-radius: 0;
	outline: none;
}

.kld-contact-submit {
	margin-top: 30px;
}

.kld-contact-wrap input[type=submit] {
	background: black;
	border: 2px solid white !important;
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 20px;
	font-weight: 500;
}
.kld-contact-wrap input[type=submit]:hover {
	background-color: #1649FF;
	border: 2px solid #1649FF !important;
}

.kld-contact-wrap input::placeholder,
.kld-contact-wrap textarea::placeholder {
  color: #BBBBBB;
  opacity: 1; /* Firefox */
}

.kld-contact-wrap input:-ms-input-placeholder,
.kld-contact-wrap textarea:-ms-input-placeholder {
  color: #BBBBBB;
}

.kld-contact-wrap input::-ms-input-placeholder,
.kld-contact-wrap textarea::-ms-input-placeholder {
  color: #BBBBBB;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { 
	direction: rtl;  
}

.foo-wrap.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: flex-start;
	padding-top: 50px;
}


@media screen and (max-width: 1024px) {
	.kld-breadcrumbs {
		position: relative;
		z-index: 112;
		top: 100px;
	}
}

/* Blog updates */
.single-post strong {
	font-weight: bold;
}

.kld-top-nav-logo img {
	position: relative;
	top: 8px;
	border: 1px solid transparent;
}

@media screen and (min-width: 1024px) {
	.kld-top-nav-logo img {
		top: 14px;
	}
}
