:root { --accent: #f24286; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(30, 115, 190, 1), -10px 10px rgba(30, 115, 190, 0.2), -10px -10px rgba(30, 115, 190, 1), 10px -10px rgba(30, 115, 190, 0.2); } 25% { box-shadow: -10px 10px rgba(30, 115, 190, 0.2), -10px -10px rgba(30, 115, 190, 1), 10px -10px rgba(30, 115, 190, 0.2), 10px 10px rgba(30, 115, 190, 1); } 50% { box-shadow: -10px -10px rgba(30, 115, 190, 1), 10px -10px rgba(30, 115, 190, 0.2), 10px 10px rgba(30, 115, 190, 1), -10px 10px rgba(30, 115, 190, 0.2); } 75% { box-shadow: 10px -10px rgba(30, 115, 190, 0.2), 10px 10px rgba(30, 115, 190, 1), -10px 10px rgba(30, 115, 190, 0.2), -10px -10px rgba(30, 115, 190, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* Remove second map icon */ .finder-map i {display: none; } /* Make Quick Search Shortcode look like Quick Search in Header */ .elementor-shortcode .search-shortcode.header-search.is-focused > i, .elementor-shortcode .search-shortcode.header-search > i { left: 0 !important; right: unset; } .elementor-shortcode .search-shortcode.header-search.is-focused input[type=search], .elementor-shortcode .search-shortcode.header-search input[type=search] { padding-left: 30px; } /* Change font-size of "FREE" in Price List to match other Prices */ .pricing-item .plan-price>span { font-size: 60px !important; color: #FFA600 !important; } /* Change padding of paln desc on add-listing page */ .pricing-item .plan-desc { padding-left: 15px !important; padding-right: 15px !important; } /* Remove WooCommerce Additional Information & Order Notes */ .woocommerce-additional-fields { display: none; } /* Change color of Featured icon */ .level-featured .ad-badge { border-color: #fdee00; color: #fdee00; } .ad-badge i { font-size: 20px; line-height: 18px; } /* Change Single Page Logo to Square */ .profile-avatar { border-radius: 0; } /* Change Preview Card Logo to Square */ .lf-avatar { border-radius: 0; } 