/*
Theme Name: MyHome Child
Theme URI: https://tangiblewp.com/myhome
Author: TangibleWP
Author URI: https://tangiblewp.com
Description: MyHome
Template: myhome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: myhome
*/
.myhome-button--secondary {
    background-color: transparent;
    border: 2px solid #3851a3;
    color: #3851a3;
    text-transform: unset;
    box-shadow: none;
    padding: 0 20px;
}.myhome-button--secondary:hover {
    background-color: #3851a3;
    color: var(--e-global-color-lcolor5);
}.myhome-button--primary-1 {
    background-color: #3851a3;
    color: var(--e-global-color-lcolor5);
}.myhome-search-form__tab--active {
    height: 50px;
    background: #3851a3;
    color: var(--e-global-color-lcolor5);
    z-index: 21;
    transform: translateY(0);
}.myhome-listing-card-featured-label-selector {
    color: #fff;
    background-color: #3851a3 !important;
}.myhome-listing-card__value.myhome-listing-card-main-value {
    text-transform: uppercase !important;
}
.myhome-menu__items {
  gap: 38px !important;
}.myhome-listing-card-main-value{text-transform: uppercase !important;}