/*!
Theme Name: yellowbox
Theme URI: http://yellowoxmarketing.co.uk
Author: Yellow Box Marketing
Author URI: http://yellowoxmarketing.co.uk
Description: Yellow Box Marketing Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yellowbox

yellowbox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.floating-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.text-pointer {
	cursor: pointer;
}

.list-circle {
  display: flex;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
}

@media (max-width: 991.98px) {
  .list-circle {
	width: 2rem;
	height: 2rem;
  }
}

.btn-outline-primary.active { color: #fff !important; }