/* 
 Theme Name:   Astra Child Theme
 Theme URI:    https:/fellowship-centre.org/wp-content/themes/astra-child/
 Description:  This Astra Child theme inherits the functionality, features, and style of the Astra WordPress theme (its parent theme, which must be loaded). We are able to customize this child theme without making any changes to the parent theme. The parent theme already contains lots of formatting and functionality, so we don’t have to code everything from scratch. Use of this child theme also make it safe to update the parent Astra theme when updates become available. Because we modified the child theme and not the parent, we won’t lose any customization when we update the parent theme.
 Author:       Wayne Parker
 Author URI:   https://parkercanada.info
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
#tsml {
	background: #F2F5F7 !important;
	font-weight: bold;
	line-height: unset !important;
	margin: auto 0;
	width: 100%;
	border-radius: 2px;
	transition: opacity .5s;	
	border: 1px solid #999999;
}

#btnToggleMap {	
	font-size: small !important;
	font-weight: bold !important;
	background-color: Blue;
	color: white !important;
	padding: 0 1px;
	border: 1px solid #4E7EFA;
}

/* see https://blogchamps.com/free-astra-theme-sticky-header */
/* Code for free Astra Sticky Header */

