/*
 Theme Name:   Your Counselling
 Theme URI:    https://yourcounselling.com
 Description:  Custom GeneratePress child theme for Your Counselling
 Author:       Brad Morris
 Author URI:   https://codeable.io/developers/brad-morris/
 Template:     generatepress
 Version:      0.1
*/

.list--checks li {
	position: relative;
	margin-bottom: 0.375rem
}
.list--checks li::before {
	display: block;			
	content: " ";
	position:absolute;
	background-image: url(https://yourcounsellingnovascotia.ca/wp-content/uploads/2020/08/check.svg);
	width: 16px;
	height: 16px;
	left: -24px;
	top: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-color: transparent;
}

.list--checks {
	padding-left: 24px;
	margin: 12px 0 6px;
	list-style-type: none;
}

.top-bar .widget {
	width: 100%
}

.site-sticky-header {
	position: sticky;
	top: 0;
	z-index: 8000;
}

body.admin-bar .site-sticky-header {
	top: 32px;
}