/*
 Theme Name:   Recycle child theme 
 Theme URI:    http://orionthemes.com/recycle
 Description:  Recycle child theme
 Author:       OrionThemes.com
 Author URI:   http://orionthemes.com
 Template:     recycle
 Version:      2.0.0
 Requires at least: 5.0
 Tested up to: 5.5
 Requires PHP: 7.0 
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  recycle-child
*/
/*
* Custom Map
*/
.so-widget-custom-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so-widget-custom-map svg {
    max-height: 35em;
}

.so-widget-custom-map svg path {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.so-widget-custom-map svg > a:hover path:not(.text-path) {
    fill: #2D4410;
}

.so-widget-custom-map svg > a:active path:not(.text-path),
.so-widget-custom-map svg > a:focus path:not(.text-path) {
    fill: #FFD500;
}