/* 
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
*/

.search-form .field-wrapper,
.search-form button[type="submit"]{
	width: 25%;
	padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 10px;
}

.search-form .field-wrapper label{
	display: none;
}

.search-form button[type="submit"]{
	background-color: #004d7e;
	border-radius: 0;
    border: none;
}

.search-form .field-wrapper select{
	border-radius: 0;
}

.search-form .form-fields-wrapper{
	display:flex;
}

.add_to_fa{
	margin-right: auto;
}
.add_to_fa div.tolist{
	background-color: unset;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--e-global-color-secondary );
    padding: 5px 10px;
}
.add_to_fa div.tolist i{
	margin:3px
}

@media screen and (max-width: 769px){
	.search-form .form-fields-wrapper{
		flex-direction: column;
	}
	
	.search-form .field-wrapper,
	.search-form button[type="submit"]{
		width: 100%;
	}
	
/* Ofir */
	.add_to_fa div.tolist{
		padding: 5px 0px;
	}
}

.prop-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  padding: 6px 14px;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 0 8px;
}

.prop-badge--reserved {
  background-color: #c0392b;
  background-image: none;
}

.prop-badge--sold {
  background-color: #2c3e50;
}

.prop-badge--new {
  background-color: #27ae60;
}


/* Property status badge - single property page (Elementor) */
.elementor-widget-theme-post-featured-image .elementor-widget-container {
	position: relative;
	display: block;
}
.elementor-widget-theme-post-featured-image .prop-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
}
.prop-badge--reserved { background: #c0392b; }
.prop-badge--sold     { background: #2c3e50; }
.prop-badge--new      { background: #27ae60; }

/* Ofir */
#custom-favorite-button{
	font-size: 22px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
}
#custom-favorite-button i{
	color: #00B2BC;
}


