/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-real-estate-wordpress-theme/26372986
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/

.map-popup .icon-wrapper.visited{
	background: #00ff38;
}

.map-popup .icon-wrapper > span{
	display: none;
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.map-popup .icon-wrapper.visited > span{
	display: block;
}
.map-popup .icon-wrapper.visited img{
	opacity: 0.1;
}

body.home:before{
	background: #fff url('https://oka3.brasyyl.com.br/wp-content/themes/superio/images/loading.gif') center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
  content: '';
}

body.home.app-loaded:before{
	content: none;
}