/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         FeckIt
Author URI:     n/a
Description:    Child theme for Kandence
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



.hp-form--listing-search {
	border-radius: 50px !important;
	height: 50px;
    background:#fff;
    flex-direction: row;
    padding: 0px 10px;
}

.hp-form--listing-search .hp-form__fields {
	height:100%;
}

.hp-form--listing-search  .hp-field--search {
	border:none;
    border-radius:50px;
    height:100%;
}

.hp-form--listing-search .hp-field--submit {
	background: transparent;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.hp-form--listing-search .hp-field--submit span {
	color: transparent;
	font-family: 'Font Awesome 5 Free';
}

.hp-form--listing-search .hp-field--submit span::before {
	content: '\f002';
	color: #dd9933;
	font-family: 'Font Awesome 5 Free';
}