/*
 Theme Name:   WANT Main Child Theme
 Theme URI:    https://wantdigitalagency.com
 Description:  Main Child Theme for Divi Websites
 Author:       WANT Digital Agency
 Author URI:   https://wantdigitalagency.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*****Google Maps Shortcode*****/
.zoom-in-button::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 25px;
	content: "\f00e";
}
.zoom-out-button::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 25px;
	content: "\f010";
} 






.map-section {
	padding: 20px 0 20px;
/* 	margin-top: -57px; */
}

.container-map {
	height: 370px;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	position: relative
}

.map {
	height: 100%
}

.container-map-cities {
	padding: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 10px;
	background-color: #fff;
	left: 10px;
}

.container-map-cities.container-map-cities-mob {
	display: none;
}


.container-map-cities .title {
	background-color: #f02a2a;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.container-map-cities .title h2 {
	font-size: 1.8rem;
	margin: 0;
}

.container-map-cities .title h4 {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.1;
	color: #fff;
}

.container-map-cities .shops-locations {
	padding-right: 15px;
}

.container-map-cities .shops-locations ul {
	list-style: none;
	padding-left: 12px;
	margin-bottom: 0;
}

.container-map-cities .shops-locations ul li {
	margin-bottom: 0;
}

.container-map-cities .shops-locations ul li a {
	color: #4a4a4a;
	font-family: 'Montserrat';
	font-size: 1rem;
}

.container-map-cities .shops-locations ul li a .active {
	font-weight: bold;
}

.container-map-cities .shops-locations ul li span.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
/* 	background: url("https://bata.com.bo/wp-content/uploads/2021/12/pin2.png") no-repeat center 7px; */
/* 	background-size: 55%; */
	vertical-align: middle;
	margin-right: -8px;
}

@media only screen and (max-width:768px) {
	.container-map-cities {
		display: none;
	}
	
	.container-map-cities.container-map-cities-mob {
		position: relative;
		display: block;
		top: 0px;
		left:  0px;
		margin-bottom: 7px;
	}
	
	.map {
		margin: 0px !important;
	}
}