/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* PARISH MAPS */ 

#parish-filters {
  text-align: center;
  margin-bottom: 15px;
}
#parish-filters button {
margin: 4px; 
padding: 6px 12px; 
border-radius: 6px; 
border: 1px solid #ddd;
}
#parish-filters button.active {
  background: #005a9c;
  color: #fff;
}
.map-info h4 {
  margin: 0 0 4px;
  font-size: 16px;
}
.map-info a {
  color: #005a9c;
  text-decoration: underline;
}