- /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


function allow_kml_upload($mimes) {
    $mimes['kml'] = 'application/vnd.google-earth.kml+xml';
    return $mimes;
}
add_filter('upload_mimes', 'allow_kml_upload');




* لون خاص للقطع المباعة */
path.hotspot-default[name="مباع"],
path.hotspot-default[aria-label="مباع"] {
  fill: #e00000 !important;         /* أحمر */
  stroke: #a80000 !important;       /* حدود أغمق */
  fill-opacity: 0.5 !important;     /* شفافية مناسبة */
}

/* لون خاص للقطع المتاحة */
path.hotspot-default[name="متاح"],
path.hotspot-default[aria-label="متاح"] {
  fill: #28a745 !important;         /* أخضر */
  stroke: #1c7c33 !important;
  fill-opacity: 0.4 !important;
}

.
