/*
 Theme Name:   Your Counselling
 Theme URI:    https://yourcounselling.com
 Description:  Custom GeneratePress child theme for Your Counselling
 Author:       Brad Morris @ Welby Consulting
 Author URI:   https://welbyconsulting.com
 Template:     generatepress
 Version:      1.0
*/

.list--checks li {
	position: relative;
	margin-bottom: 0.375rem
}
.list--checks li::before {
	display: block;			
	content: " ";
	position:absolute;
	background-image: url(/wp-content/uploads/2026/05/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;
}