/* Theme Name: Acuity training
Theme URI: https://acuitytraining.co.uk
Version: 4.0.1
Author: Robert Pal 
Author URI: https://creativeshed.agency
*/
@import url('css/course-category.css?3');
@import url('css/collapsible-form.css?2');
@import url('css/infinite-scroll.css');
@import url('css/iframe.css');
@import url('css/cookie-modal.css');
:root {
	--Purple: #652D90;
	--Black: #000;
	--turquoise: #2DC4B6;
}
::-webkit-scrollbar-thumb {
	background: #545c65;
}
.wp-block-navigation-link,  .wp-block-navigation-link > a {
	width: 100%;
	line-height: 1!important;
}
.wp-block-navigation-link > a .icon {
	margin-right: 5px;
	margin-bottom: 5px;
}
.cat-head h1{
	font-size: 40px;
	font-weight: 800!important;
}
.cat-head h5{
	font-size: 20px;
	font-weight: 600!important;
}
.fw-800{
	font-weight: 800!important;
}
.mb-5negative{
	margin-bottom: -5px !important;
}
.btn-xs{
	line-height: 1!important;
	padding: 3px 8px!important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.font-weight-bold, b, strong{
	font-weight: 600!important;
}
.del{
	text-decoration: line-through;h
}c
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
 	font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3,
.h1, .h2, .h3  {
	font-size: 1.2rem;
}
h4, h5, h6,
.h4, .h5, .h6 {
	font-size: 1rem;
}
:focus {
	outline: none!important;
}
a, a:hover, a:active, a:focus {
	transition: all .2s cubic-bezier(.4, 0, 1, 1);
}
/*
.content a, a:not(.btn, .button, .ct-button), a:hover:not(.btn, .button, .ct-button) , .btn-link:hover {
    color: #0eb8b5;
}*/
.no-decoration:hover, a.ct-button:hover  {
	text-decoration: none;
}
a.card-body:hover {
	color:#020A0A;
}
small, .small{

	font-size: 90%;
}
.small-xs{
	font-size: 65%;
}
.w-0{
	width: 0;
}
.z-index-1{
	z-index: 1;
}
.z-index-100{
	z-index: 100;
}
.lh-1{
	line-height: 100%;
}
.vh-100 {
	min-height: 100vh;
}
.bottom-0{
	bottom: 0;
}
.pull-up.top{
	margin-top: -7rem;
}
.fill{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*    padding-top: 7rem!important;*/
}
.position-absolute.fill{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}
img.alignright , .wp-caption.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft, .wp-caption.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
.aligncenter, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right
}
.alignleft{
	float: left
}
.img-fluid, .img-thumbnail, .size-full, img.alignnone, img.aligncenter {
	max-width: 100%!important;
	height: auto;
}
.hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: transparent;
}
.hamburger:focus {
	outline: none;
}
.hamburger span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	height: 2px;
	background-color: #fff;
}
.hamburger span::before, .hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}
.hamburger span::before {
	top: -8px;
}
.hamburger span::after {
	bottom: -8px;
}
.hamburger span {
	transition: background 0s 0.3s;
}
.hamburger span::before, .hamburger span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.hamburger span::before {
	transition-property: top, transform;
}
.hamburger span::after {
	transition-property: bottom, transform;
}
.hamburger:not(.collapsed) {
	background-color: transparent;
}
.hamburger:not(.collapsed) span {
	background: none;
}
.hamburger:not(.collapsed) span::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger:not(.collapsed) span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.hamburger:not(.collapsed) span::before, .hamburger:not(.collapsed) span::after {
	transition-delay: 0s, 0.3s;
}
.navbar-brand {
	top: 0;   
    text-align: center;
	width: fit-content;
}
.sub-menu .icon{
	max-height: 1rem;
	max-width: 1rem;
}
header .logo{
	width:4.5rem
}
header .logo.filter{
	 filter: brightness(20%);
}
header {
	transition: all .1s ease-in-out;
}
.modal {
    z-index: 9999;
}
section.content, div.woocommerce{
	/*flex: 1;*/
	height: 100%;
}
.content iframe{
	/*flex: 1;*/
	width: 100%;
}
header .nav-link[aria-expanded="true"] i.fa-angle-down:before {
    content: "\f106"; 
}
footer .logo{
	max-width: 5rem;
}
button[aria-expanded="true"] > i.fa-angle-down:before {
    content: "\f106"; 
}
button[aria-expanded="true"] > i.fa-plus-circle:before {
    content: "\f056";
}

button[data-toggle="collapse"]:not(.collapsed) {
	text-decoration: none;
    color:#0eb8b5!important;
}
button[data-toggle="collapse"].collapsed .hideIcon , button[data-toggle="collapse"]:not(.collapsed) .showIcon {

    display: none;
}
button[data-toggle="collapse"].collapsed .showIcon {
    display: block!important;
}
a,.btn-link{
	color:#020A0A;
}
.text-success, a.text-success:focus, a.text-success:hover {
    color: #0eb8b5 !important;
}
.border-success {
    border-color: #0eb8b5 !important;
}
.bg-none {
    background-color: transparent !important;
}
.bg-success, .badge-success {
    background-color: #0eb8b5 !important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #0eb8b5!important;
}
.text-primary , .text-primary a{
    color: #652d90 !important;
}
.bg-primary {
    background-color: #652d90 !important;
}
.bg-dark-teal{
    background-color: #1b253b!important;
}
.text-danger {
	color: #EF3E23!important;
}
.text-dark {
	color: #020A0A!important;
}
textarea {
	resize: none!important;
}

.text-purple {
	color: #652d90!important;
}
.text-green {
	color: #2ec4b6!important;
}
.text-grey{
	color: #868d95!important;
}
.text-black {
	color: #555759!important;
}
.text-yellow{
	color: #f7df09!important;
}
.text-smallcaps{
	font-variant: small-caps;
}
.bg-danger {
	background-color: #EF3E23!important;
}
.bg-translucid {
    background-color: rgba(255,255,255,0.5);
}
.bg-black {
	background-color: #2f3335;
}
/*
.btn{
	white-space: normal;
}
.btn:focus, .btn:active:focus {
	box-shadow: none!important;
}
.btn.btn-round{
	border-radius: 3rem;
    padding-left:1.5rem;
	padding-right: 1.5rem;
}
.btn-primary {
	color: #fff;
	background-color: #652d90;
	border-color: #652d90;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #652d90;
	background-image: none;
	border-color: #652d90;
}
*/

.btn-success {
	color: #fff;
	background-color: #0eb8b5;
	border-color: #0eb8b5;
}
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active{
	background-color: #0eb8b5;
	background-image: none;
	border-color: #0eb8b5;
}
.btn-success.disabled, .btn-success:disabled{
	color: #fff;
	background-color: #0eb8b5;
	border-color: #0eb8b5;
}
/*
.btn-danger {
	color: #fff;
	background-color: #EF3E23;
	border-color: #EF3E23;
}
.btn-danger:hover {
	color: #fff;
	background-color: #EF3E23;
	border-color: #EF3E23;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	background-color: #EF3E23;
	background-image: none;
	border-color: #EF3E23;
}
*/




.btn {
    white-space: initial;
}
.btn:focus, .btn:hover {
    cursor: pointer!important;
}
.btn.focus, .btn:focus {
    box-shadow:none!important;
}
.btn.btn-round{
	border-radius: 3rem;
    padding-left:1.5rem;
	padding-right: 1.5rem;
}
.btn-primary {
  background-color: #652d90;
  border-color: #652d90;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle, a:hover .btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
  background-color: #4b296b;
  border-color: #4b296b;
}
.btn-primary.btn-link {
  color: #652d90;
}
.btn-primary.btn-link:hover, .btn-primary.btn-link:focus, .btn-primary.btn-link:active, .btn-primary.btn-link.active, .open > .btn-primary.btn-link.dropdown-toggle {
  color: #4b296b;
}
.btn-primary.btn-link .caret {
  border-top-color: #652d90;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #652d90;
	color: #652d90;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, a:hover .btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle
{
  background-color: #4b296b;
  border-color: #4b296b;
	color:#fff;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled{
	color: #652d90;
	opacity: 1;
}

.bg-secondary {
    background-color:  #2ec4b6!important;
}
.btn-secondary {
  background-color: #2ec4b6;
  border-color: #2ec4b6;
}
.btn-secondary.btn-link {
  color: #2ec4b6;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle, a:hover .btn-secondary {
  background-color: #15a89a;
  border-color: #15a89a;
}
.btn-secondary.btn-link:hover, .btn-secondary.btn-link:focus, .btn-secondary.btn-link:active, .btn-secondary.btn-link.active, .open > .btn-secondary.btn-link.dropdown-toggle {
  color: #15a89a;
}
.btn-secondary.btn-link .caret {
  border-top-color: #652d90;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #2ec4b6;
	color: #2ec4b6;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, a:hover .btn-outline-secondary {
	background-color: #15a89a;
	border-color: #15a89a;
	color:#fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
    background-color: #15a89a;
	border-color: #15a89a;
	color:#fff;
}

.btn-outline-secondary input{
	color: #2ec4b6;
}
.btn-outline-secondary input::-webkit-input-placeholder { color:#2ec4b6; }
.btn-outline-secondary input::-moz-placeholder { color:#2ec4b6; }
.btn-outline-secondary input:-ms-input-placeholder { color:#2ec4b6; }
.btn-outline-secondary input:-moz-placeholder { color:#2ec4b6; }

.btn-outline-secondary:hover input, .btn-outline-secondary:focus input, .btn-outline-secondary:active input, .btn-outline-secondary.active input{
	cursor: pointer;
	color: #fff!important;
}


.btn-info {
  background-color: #08c3f0;
  border-color: #08c3f0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle, a:hover .btn-info,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle
{
  background-color: #08c3f0;
  border-color: #08c3f0;
}
.btn-info.btn-link {
  color: #08c3f0;
}
.btn-info.btn-link:hover, .btn-info.btn-link:focus, .btn-info.btn-link:active, .btn-info.btn-link.active, .open > .btn-info.btn-link.dropdown-toggle {
  color: #08c3f0;
}
.btn-info.btn-link .caret {
  border-top-color: #08c3f0;
}

.btn-outline-info {
	background-color: transparent;
	border-color: #08c3f0;
	color: #08c3f0;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, a:hover .btn-outline-info,
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle
{
  background-color: #08c3f0;
  border-color: #08c3f0;
	color:#fff;
}
.btn-outline-info.disabled, .btn-outline-info:disabled{
	color: #08c3f0;
	opacity: 1;
}
.bg-info{
    background-color: #08c3f0!important;
}

.breadcrumb-item a{
	font-size: 90%;
}
.bg-sidebar{
	background-color: #1b263b!important;
}

.back-to-top{
	position: fixed;
	bottom: 0;
	right: 0;
	display:none;
}


/*
.bg-sidebar.extend:after{
	content: "";
	position: absolute;
	margin-left: -15px;
	left: -1000%;
	top:0;
	bottom: 0;
	right:-1000%;
	background-color: #1b263b!important;	
}
.bg-light.extend:before{
	content: "";
	position: absolute;
	margin-left: -15px;
	left: -1000%;
	top:0;
	bottom: 0;
	right:-1000%;
	background-color: #f8f9fa!important;	
}*/
.sidebar .sticky-top {
    top: 9rem;
}
.paper .sticky-top {
    top: 6.5rem;
}
.quicklinks-wrapper.sticky-top {
    top: 64px;
    /*top: 90px; */
    /*top:130px;*/
	z-index: 49;
}
.xs-small{
	font-size: 60%;
}
.quicklinks{

}
.quicklinks .active{
	color:#0eb8b5!important;
}
.quicklinks .active:after {
	background: #0eb8b5;
	content: ' ';
	height: 3px;
	left: 0;
	position: absolute;
	bottom: -2px;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	z-index: 1;
}
.pagenavi {
    border-radius: .25rem;
    overflow: hidden;
}
.searchform{
	margin-bottom: -100%;
}
.intro ul{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	margin-top: 30px;
}
.intro ul li{
	padding-left: 1em; 
	text-indent: -.8em;
}
.intro ul li::before {
	content: "• ";
	color: #0eb8b5!important;
}
#courses .icon{
	max-width: 5rem;
}
.course .container ul{
	text-align: left;
	list-style: none;
	margin:10px 0;
	padding: 0;	
}
.course .container ul li{
	padding-left: 1em; 
	text-indent: -.8em;
}
.course .container ul li::before {
	content: "• ";
	color: #0eb8b5!important;
}
.icon_block .icon {
	max-height: 7rem;
}
.includes .icon {
	max-height: 3rem;
}
.cat-head .icon{
	max-height: 6rem;
    width: auto;
}
.scrollable{
	overflow-y:auto;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 6px 10px 4px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #0eb8b5;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0eb8b5
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
	margin: 0 auto;
}
.owl-carousel.review-carousel .owl-item {
	align-self: stretch;
    display: flex;
	opacity:0.6;
  	transition:.6s ease all;
  	transform:scale(.9);
}
.owl-carousel .owl-item.active.center {
	opacity:1;
	transform:scale(1);
}
.owl-carousel .owl-item img.avatar{
	width: 50px;
}
.owl-carousel.related-products-carousel .owl-item {
	align-self: stretch;
    display: flex;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.btn-play{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:5rem;
	height: 5rem;
	font-size: 2.5rem;
	background-color: rgba(27, 38, 59, 0.7);
	color:#fff;
	border-radius: 100%;
	padding-left: 10px;
	margin: 12px;
}
.btn-play:after{
	content: "";
	position: absolute;
	left: -10px;
	right:-10px;
	top:-10px;
	bottom:-10px;
	border-radius: 100%;
	border:2px solid #0eb8b5;
}
.btn-play:hover{
	text-decoration: none;
	color:#0eb8b5;
	background-color: rgba(255,255,255, 1);
}

/*
.icon{
	font-size: 3rem;
	border-radius: 100%;
	width: 5rem;
	height: 5rem;
	margin-top: -3.2rem;
}
.caption{
	background-color: rgba(0,0,0,0.3);
}

.navbar-nav a.nav-link:hover {
	color: #EF3E23!important;
}
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
	color: #EF3E23!important;
}

*/

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color: #fff;
    background-color: #4b296b;
}
.acf-repeater .acf-row-handle .acf-icon.-minus{
    display: block;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-plus {
    display: none!important;
}
.acf-field .acf-label {
    margin: 0 0 5px!important;
}
.acf-field .acf-notice {
    margin: 0 0 5px!important;
	border-radius: .25rem!important;
}
.acf-form > .acf-error-message{
	display: none!important;
}
.acf-input .acf-error-message p {
    margin: 0!important;
	font-size: 11px!important;
}
.acf-form-submit, .decorated>span, html {
	position: relative
}
.select2-results li {
	padding: 5px
}
.acf-actions .acf-button {
    display: inline-block;
}
.acf-select2-container .select2-search-choice-close {
	top: 5px;
	left: auto;
	right: 5px;
	-webkit-font-smoothing: antialiased;
	background: 0 0;
	width: 18px;
	height: 19px;
	border-radius: 2px
}
.acf-select2-container .select2-search-choice-close:before {
	position: relative;
	content: "\e014";
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	left: 3px;
	top: 3px;
	color: #fff
}
.select2-results .select2-highlighted {
	background: #3F51B5;
	color: #fff
}
.acf-select2-container .select2-choices .select2-search-choice {
	padding: 8px 31px 8px 8px;
	background-color: #3F51B5;
	border-color: #3F51B5;
	box-shadow: none;
	color: #fff;
	font-weight: 600
}
.acf-select2-container.select2-container-active .select2-choices, .acf-select2-container.select2-dropdown-open .select2-choices, .select2-drop-active {
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none
}/*
.acf-fields {
	border: 1px solid #ddd!important;
	border-radius: 4px;
	background-color: #FDFDFD;
	margin-bottom: 2rem;
	
}*/
.acf-fields > .acf-field {
    padding: 5px 0px!important;
    border-top: none!important;
}
.acf-form-submit {
	float: right;
	padding: 10px 0;
	text-align: right;
}
.acf-button, .acf-form-submit .button {
	box-shadow: none;
	border: none;
	padding: 0.5em 3em!important;
	line-height: 1.42857143!important;
	
	white-space: normal!important;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600!important;
	font-size: 1.1em!important;
	background-color: #0eb8b5 !important;
	border-color: #0eb8b5 !important;
	color: #fff;
	height: auto!important;
	border-radius: 6px;
	text-transform: uppercase;
}
.acf-button:hover, .acf-form-submit .button:hover{
	cursor: pointer;
}
.acf-spinner {
    float: left;
    margin: 11px;
}
.acf-input-wrap input, .acf-input-wrap {
    height: auto!important;
}
.acf-field .acf-error-message {
	padding: 0.3em 0.6em;
	width:100%;
}
.af-field-instructions{
	font-size: 0.8em;
	line-height: 1.3;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select{
	display: block!important;
    width: 100%!important;
    padding: .5rem!important;
    font-size: 1rem!important;
    line-height: 1.25!important;
    color: #495057!important;
    background-color: #fff!important;
    background-image: none!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: .25rem!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
}
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]){
	height: auto!important;
}
ul.acf-radio-list.acf-hl li, ul.acf-checkbox-list.acf-hl li {
    margin-bottom: 1em;
}
ul.acf-radio-list li label, ul.acf-checkbox-list li label, .acf-true-false label{
    position:relative;   
    cursor:pointer;
	font-size: 1.2rem;
	padding-left: 1.3em;
}
ul.acf-radio-list li label [type="radio"], ul.acf-checkbox-list li label [type="checkbox"], .acf-true-false label [type="checkbox"]{
	width:0;
	height: 0;
}
ul.acf-radio-list li label [type="radio"]:before, ul.acf-checkbox-list li label [type="checkbox"]:before, .acf-true-false label .message:before {
	/*content: "\f0c8";*/
    content : "\2610";
	top:0;
	left:0;
	position: absolute;
   	display: inline-block;
    font: normal normal normal 14px/1;
	font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.3em;
    /*margin-top: 2px;*/
    margin-top: -6px;
	 
	transition: all .2s cubic-bezier(.4, 0, 1, 1);
}
#acuity-booking-form .acf-input .acf-true-false .message {
	position: static !important;
	margin: 0;
}
#acuity-booking-form .acf-input .acf-true-false label {
	position: static !important;
	margin: 10px 0;
	padding-left: 0;
	display: flex
;
	align-items: center;
}
#acuity-booking-form .acf-input .acf-true-false label .message:before {
	margin: 0 5px 0 0;
	position: static;
}
ul.acf-radio-list li label [type="radio"]:checked:before, ul.acf-checkbox-list li label [type="checkbox"]:checked:before, .acf-true-false label [type="checkbox"]:checked + .message:before {
    /*content: "\f14a";*/
    content: "\2611";
	 color: #0eb8b5;
}

ul.acf-radio-list li label [type="radio"]:hover:before, ul.acf-checkbox-list li label [type="checkbox"]:hover:before, .acf-true-false label [type="checkbox"]:hover:before {
	cursor: pointer;
}

.acf-hidden {
	display: none !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #2ec4b6!important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #2ec4b6!important;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow:none;
}
.custom-radio .custom-control-input:checked~.custom-control-label{
	color:#2ec4b6;
}
.dates .custom-control-input:checked~.bi-check-lg {
	display: block!important;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label{
	color:#2ec4b6;
}
.sidebar .custom-control-input.error~.custom-control-label{
	color:#f00;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #fff;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 196, 182, 0.25);
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #2ec4b6;
}


.assessment .custom-control{
	padding-left: 2.5rem;
}
.assessment .custom-control-label::before , .assessment .custom-control-label::after {
    width: 2rem;
    height: 2rem;
	left:-2.5rem;
	top:0;
}




.nav .dropdown .dropdown-menu{
	background: none;
	padding: 0;
	padding-left: 1.6rem;
	margin: 0
}
.nav .dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
}
.nav .dropdown .dropdown-menu .dropdown-item:focus, .nav .dropdown .dropdown-menu .dropdown-item:hover, 
.nav .dropdown .dropdown-menu .dropdown-item.active,.nav .dropdown .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: none;
	background: none;
}
.nav .dropdown a.dropdown-toggle span {
	padding-right: 5px;
}
.nav .dropdown a.dropdown-toggle::after {
	border: none!important;
}
/*
.nav .dropdown a.dropdown-toggle::after {
	border: solid #000;
	border-width: 0 2px 2px 0;
  	display: inline-block;
  	padding: 2px;
	margin-top: 15px;
	transform: rotate(45deg);
}
.nav .dropdown.show a.dropdown-toggle::after {
	margin-bottom: -11px;
	 transform: rotate(-135deg);
}
*/

.nav-tab .nav-link{
	border-width: 3px!important;
}
.nav-tab .nav-link.active{
	border-color:#2EC4B6!important;
}
.course-filters .btn{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.filterby[type="radio"] {
  position: absolute;
  left: -9999px;
}

.card {
    border-radius: 0.5rem;
}
.card .course-title{
    min-height: 2.8rem;
}
.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card .arrow{
    transform: translateX(14px) rotate(45deg);
}
.ratio--width-to-height {
  height: 100%; 
  width: auto;
}

.ratio--height-to-width {
  height: auto; 
  width: 100%;
}

.end-arrow {
  width: 0; 
  height: 0; 
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent; 
  
  border-right:8px solid white; 
}

.card-header .grid{
    display: grid;
    grid-template-columns: 24px auto;
    padding-bottom: 13px!important;
}

.author_bio_section{
background-color: #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
    margin-bottom: 20px;
    display: flow-root;
}
  
.author_name{
font-size:16px;
font-weight: bold;
}
  
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
    width: 50px;
    height: 50px;
}

.border-separator{
    border-color:transparent!important;
}

.post-type-archive .ct-container-full .ct-breadcrumbs,
.single-news_article .ct-container-full .ct-breadcrumbs {
	max-width: 1290px;
	width: min(100%, calc(90vw - 0px * 2));
	margin: 0 auto;
}
.wp-block-stackable-divider {
	margin-left: 0 !important;
}
.wp-block-stackable-divider hr {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:992px) {
	table td::before{
		content: attr(data-title);
		font-weight: 600;
		float: left;
		margin-right: 5px;
		display: contents;
	}
}
@media (min-width:768px) {
    
    .border-separator{
        border-color:#8f81bb!important;
    }
	.grid .card {
		grid-column: auto / span 2;
	}
	.grid .card.wide{
		grid-column: auto / span 4;
	}
	.intro ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: .5em;
	}
}

@media (min-width:992px) {
	
	
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	  }
	
	.nav .dropdown .dropdown-menu .dropdown-item{
		color:#000;
	}
	.nav .dropdown .dropdown-menu .dropdown-item:focus, .nav .dropdown .dropdown-menu .dropdown-item:hover, 
	.nav .dropdown .dropdown-menu .dropdown-item.active,.nav .dropdown .dropdown-menu .dropdown-item:active {
		color:#fff;
		background: #bf9000;
		
	}
	/*
	.nav-holder.bg-white .nav .dropdown a.dropdown-toggle::after {
		 border-color: #000;
	}
	ul.nav li.dropdown:hover  a.dropdown-toggle::after  {
		margin-bottom: -9px;
		transform: rotate(-135deg);
	}*/
	.nav .dropdown .dropdown-menu{
		background: #652d90;
		padding: .5rem 0;
	}
	
	
	h1, .h1 {
	  font-size: 2rem;
	}

	h2, .h2 {
	  font-size: 1.8rem;
	}

	h3, .h3 {
	  font-size: 1.6rem;
	}

	h4, .h4 {
	  font-size: 1.4rem;
	}

	h5, .h5 {
	  font-size: 1.3rem;
	}
	h6, .h6 {
	  font-size: 1rem;
	}
	.feature-row .feature-image {
		position: absolute;
		top: 0;
		
		height: 100%;
		z-index: 0;
		min-height: 20rem;
		left: 0;
		background-color: #f2f2f2;
		
		width: 52%;
		-webkit-clip-path:  polygon(100% 0%, 75% 100%, 0 100%, 0 0);
		clip-path:  polygon(100% 0%, 75% 100%, 0 100%, 0 0);
	}
	.feature-row.right .feature-image{
		right: 0;
		left: auto;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
	}
	.navbar-nav > li> a, .navbar-nav>li>a>span{
		position: relative;
	}
	.navbar-nav > li> a:hover{
		color:#0eb8b5;
	}
	/*.navbar-collapse .title{
		min-height: 2.4rem
	}*/
	header .logo{
		width:6rem
	}
	.bg-lg-transparent{
		background-color: transparent!important
	}
	.bg-sidebar.extend:after{
		content: "";
		position: absolute;
		margin-left: -15px;
		left: 100%;
		top:0;
		bottom: 0;
		right:-1000%;
		background-color: #1b263b!important;
		
	}
	.bg-light.extend:before{
		content: "";
		position: absolute;
		margin-left: -15px;
		left: -1000%;
		top:0;
		bottom: 0;
		right:-1000%;
		background-color: #f8f9fa!important;	
	}
	.d-lg-table-header-group {
    	display: table-header-group!important;
	}
}
@media (min-width:1200px) {
	.modal-lg {
		max-width: 1170px;
	}
	.container-fluid .text-block.half{
		width:500px;
	}
}
/*
@media (min-width:1400px) {
	.container{
		max-width:1380px;
	}	
}*/



.pac-item {
	padding: 5px 10px;
}
.pac-item:hover {
	cursor: pointer;
}
/*
.pac-item > span:last-child, .pac-logo:after {
	display: none;
}*/
.pac-logo:after {
	display: none;
}
.pac-container {
	z-index: 3000;
	border-radius: 5px;
}
.pac-item-query, .pac-item-query span {
	display: inline!important;
}
.pac-item-query {
	font-size: 1.4em;
}

.text-wrap{
	white-space: normal;
}
/*.badge {
	right: -0.3rem;
}*/
sup {
    top: -.8em;
}
.strip{
	min-height: 10rem;
	position: absolute;
	bottom: 0;
}



/*Distance slider */
.slider-holder {
	width: 100%;
}
.distanceSlider {
	position: relative;
}
#showdistanceValue {
	min-width: 2em;
	display: inline-block;
}
.noUi-pips-horizontal {
	top: 10px;
	left: 8px;
	right: 7px;
	width: auto;
	padding: 0;
	font-size: 0.6em;
}
.noUi-pips-horizontal:before{
	content: "";
	position: absolute;
	left: -1px;
	right: 0;
	top: -5px;
	border-top: 3px solid #ccc;
}
.noUi-marker-horizontal.noUi-marker {
	width: 1px;
	height: 3px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 5px;
	background: #CCC;
}
.noUi-value-horizontal {
	padding-top: 5px;
}
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	/*margin-top: 4px;*/
	z-index:100;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-handle:hover {
	cursor: pointer;
}
.noUi-stacking .noUi-handle {
	z-index: 10
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}
.noUi-state-drag * {
	cursor: inherit!important
}
.noUi-horizontal {
	/*height: 4px;*/
	height: 100%;
}
.noUi-horizontal .noUi-handle {
	width: 26px;
	height: 26px;
	left: -13px;
	top: -1px;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px
}
.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}
.noUi-vertical.noUi-extended {
	padding: 15px 0
}
.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px
}
.noUi-background {
	
}
.noUi-connect {
	background: #c1202b;
	box-shadow: inset 0 0 3px rgba(51,51,51,.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}
.noUi-dragable {
	cursor: w-resize
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize
}
.noUi-handle {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #FFF;
	cursor: default
}
.noUi-active {
}
.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #fff;
	left: 10px;
	top: 5px
}
.noUi-handle:after {
	left: 13px
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	top: 17px
}
[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #B8B8B8
}
[disabled] .noUi-handle {
	cursor: not-allowed
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 0 3px;
	text-align: center;
	bottom: -18px;
	font-size: 0.5em;
}



small.xs-small{
    font-size: 75%;
}


#ez-toc-container {
    border: 1px solid #1b263b;
}
.ez-toc-title {
    font-weight: 700!important;
}
@media (max-width:768px) {
.fill.hide-on-mobile{
    background-image: none;
        background: #652d90;
background: linear-gradient(150deg, rgba(27,38,59,1) 0%, rgba(75,41,107,1) 30%, rgba(101,45,144,1) 61%, rgba(46,196,182,1) 100%)!important;
    }
}

/* 2022 styles */

.search-header {
    min-height: 570px;
}

.page-template-template-about-acuity section h2 strong,
.page-template-template-about-acuity section h3 {
	font-size:32px !important;
	font-weight:700 !important;
}

/*Hide label, display rich text*/

.page-template-template-booking .acf-input {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

.page-template-template-booking input#acf-field_623454632d29f {
	color: #495057 !important;
}

/*Form validation*/
.page-template-template-booking .acf-notice.-error.acf-error-message {
	order: 2;
}

.page-template-template-booking .acf-input {
	display: grid;
	gap:10px
}

.admin-only .acf-field.acf-field-acfe-payment  .acf-label label {
	position: relative;
	top: -200px !important;
}


.acf-field.acf-field-acfe-payment.acf-field-64a19898ac52f .acf-input{
	position: relative;
	top: 0px;
	border: #d8d9d9 solid 1px;
	padding: 30px 10px 25px 10px;
	border-radius: 5px;
}
.page-template-template-booking select#acf-field_662ffffaee6fa{height:75px}


.page-template-template-booking [class*=details-group]:not(.delegates-details-group) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 20px;

}
@media only screen and (max-width: 600px) {
	.page-template-template-booking [class*=details-group]:not(.delegates-details-group) {
		grid-template-columns: 1fr;
	}
}

#acuity-booking-form input:not(.acf-field-repeater input),#acuity-booking-form textarea,#acuity-booking-form select{
	padding-top:30px !important;
}

#acuity-booking-form label:not(.acf-field-repeater label){
	font-size:12px !important;
	position:relative !important;
	top:30px !important;
	left:10px;
	z-index:1;
	margin-top:-40px;
}
#acuity-booking-form .acf-required{
	color:#0eb8b5;
}

#acuity-booking-form textarea{height:60px}
.acf-repeater .acf-actions .acf-button {
	float: left;
	pointer-events: auto !important;
	position: relative;
	left: -40px;
}
#acuity-booking-form h2{
	font-size:20px;
	font-weight:600;
	margin-top:20px
}
#acuity-booking-form .acf-repeater .acf-actions .acf-button {
	float: left !important;
	position: relative !important;
	left: -40px !important;
}

.page-template-template-booking td.acf-row-handle.order.ui-sortable-handle {
	background: white;
	color: black;
	text-shadow: none;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#acuity-booking-form .acf-table th.acf-row-handle {
	border-right: 1px solid white;
	border-right-width: 0px !important;
}

#acuity-booking-form .acf-table{
	border-width:0;
}

.page-template-template-booking th.acf-th {
	border-left: 0px !important;
}

.page-template-template-booking td.acf-row-handle.remove {
	background: white !important;
}

.page-template-template-booking th.acf-row-handle {
	border-left: 0 !important;
}

.page-template-template-booking .acf-table th:nth-of-type(3) {
	/* background: red !important; */
	border-left: 1px solid green;
	border-left-width: 1px;
	/* border-width: 1px; */
	border-left-color: red;
}

.page-template-template-booking a.acf-icon.-minus.small.acf-js-tooltip{
	color:white;
	background:white;
	border: 0px solid
}
.page-template-template-booking a.acf-icon.-minus.small.acf-js-tooltip:after {
	opacity: 0.3;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA2djE4aDE4di0xOGgtMTh6bTUgMTRjMCAuNTUyLS40NDggMS0xIDFzLTEtLjQ0OC0xLTF2LTEwYzAtLjU1Mi40NDgtMSAxLTFzMSAuNDQ4IDEgMXYxMHptNSAwYzAgLjU1Mi0uNDQ4IDEtMSAxcy0xLS40NDgtMS0xdi0xMGMwLS41NTIuNDQ4LTEgMS0xczEgLjQ0OCAxIDF2MTB6bTUgMGMwIC41NTItLjQ0OCAxLTEgMXMtMS0uNDQ4LTEtMXYtMTBjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxdjEwem00LTE4djJoLTIwdi0yaDUuNzExYy45IDAgMS42MzEtMS4wOTkgMS42MzEtMmg1LjMxNWMwIC45MDEuNzMgMiAxLjYzMSAyaDUuNzEyeiIvPjwvc3ZnPg==');
	background-size:cover;
	height:15px;
	width:15px;
	display:block;
	position:relative;
	top:-12px;
	content:"";
}
.page-template-template-booking .delegates-details-group + .acf-field-textarea{
	margin-top:40px !important
}

.page-template-template-booking a.acf-button.acf-repeater-add-row.button.button-primary {
	background: white !important;
	color: #652d90;
	font-size:14px !important
}

.page-template-template-booking .message{
	font-size: 16px;
	line-height:10px;
	display: inline-block;
	top: -10px;
	position: relative;
	margin-bottom: 20px;
}
.page-template-template-booking .acf-true-false label [type="checkbox"]:before {
	margin-top:-15px
}

@media only screen and (max-width: 999px) {
	.page-template-template-booking .message{
		line-height: 19px;
	}
	.page-template-template-booking .acf-true-false label [type="checkbox"]:before{
		margin-top:6px;
		left:-5px
	}
}

.page-template-template-booking a.acf-button.acf-repeater-add-row.button.button-primary:after{
	content:"+";
	background:#652d90;
	color:white;
	border-radius:100px;
	height:20px;
	width:20px;
	display:inline-block;
	margin-left:10px;
	position:relative;
	line-height:20px;
	font-weight:100
}

.page-template-template-booking .acf-form-submit {
	float: left;
	margin-top: -40px;
	padding-bottom: 50px !important;
}
.page-template-template-booking .acf-form-submit input{
	background:#0fb8b5
}

.page-template-template-booking input#acf-field_64a198bbac530::placeholder,textarea#acf-field_6234528a0931a::placeholder{
	font-size:13px;
}

.single-news_article .ct-container .news_article {
	padding-top: 50px;
}

.ct-search-results a {
	color: white;
}

#offcanvas .ct-search-results a {
	color: inherit;
}

#offcanvas .ct-header-socials {
	margin: 0;
	padding: 20px 0;
}

section.unsure{position:relative}
section.unsure:after {
	height: 100%;
	background: inherit;
	width: 200vw;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	z-index: -1;
}
section.unsure.dark{
	background:#f8f9fa
}

.modal-window {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.modal-window > div {
	width:90%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em;
	background: white;
}

.modal-window .modal-close {
	color: #aaa;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
}

.accreditations{
	display:flex;
	justify-content:center;
	padding:50px;
	gap:25px
}
section.accreditations{position:relative}
section.accreditations:after {
	height: 100%;
	background: inherit;
	width: 200vw;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	z-index: -1;
}
.accreditations img{height:100px; width:auto}

@media only screen and (max-width: 660px) {
	.accreditations{
		display:grid;
		justify-items:center
	}
}

.quote{
	padding:50px;
	color:white;
	position:relative
}
.quote-inner{
	width:100%;
	max-width:600px;
	margin:auto
}
.quote q{
	background:rgb(255,255,255, 0.2);
	padding:20px;
	margin-bottom:30px;
	border-radius:20px;
	font-size:22px;
	position:relative;
}
.quote q:before,q:after{content:""}
.quote q:after{
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: rgb(255,255,255, 0.2) transparent transparent transparent;
	bottom: -20px;
	left: 35px;
	margin-left: -10px;
}

.quote span, .quote q{
	display:block;
}
.quote q span{display:inline !important; color:#0eb8b5; font-weight:bold}
.quote .author{
	font-weight:bold
}
section.quote:after {
	height: 100%;
	background: inherit;
	width: 200vw;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	z-index: -1;
}
.reviews-carousel.owl-carousel:not(.owl-loaded) {
	overflow: hidden;
	height: 270px;
}
.reviews-carousel.owl-carousel {
	display:flex;
	min-height: 270px;
	max-height: 337px;
	content-visibility: auto;
	contain-intrinsic-size: auto min(450px, calc(100vw - 15px)) auto 270px;
	justify-content: center;
	flex-direction: column;
}
.ct-loading:not(.stk--anim-init) section:not(:nth-child(-n+4)) {
	content-visibility: auto;
	contain-intrinsic-size: auto 100vw auto 270px;
}
.ct-loading .card:not(:nth-child(-n+1)) {
	content-visibility: auto;
	contain-intrinsic-size: auto 100vw auto 270px;
}
#footer {
	content-visibility: auto;
	contain-intrinsic-size: auto 100vw auto 466px;
}
@media screen and (max-width: 999px){
	#footer {
		content-visibility: auto;
		contain-intrinsic-size: auto 100vw auto 1013px;
	}
}

/* booking css fix for unused css stripping, 2023-10-30 */
.acf-repeater .acf-row-handle.remove {
	min-width: 31px;
}

.sidebar .booking {
	z-index: 49;
}
/*Styles for new category page*/
.category-courses .course-card .card {
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0);
	transition: box-shadow .3s ease 0s;
}
.category-courses .course-card .card:hover {
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.20);
}
.new-cat-head .ct-container-fluid {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.new-cat__body {
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.new-cat__body > img.icon {
	width: 63px;
	height: auto;
	margin-bottom: 30px;
}
.new-cat__body > p {
	font-size: 18px;
	font-weight: 700;
}
.new-cat__body > h1 {
	margin-bottom: 20px;
}
.new-cat__review,
.new-cat__review .images {
	display: flex;
	align-items: center;
}
.new-cat__review {
	gap: 15px 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.new-cat__review .images > div {
	margin-right: -20px;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	border: 2px solid white;
	overflow: hidden;
}
.new-cat__review .images > div img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.new-cat__review .rating {
	display: flex;
	flex-wrap: nowrap;
}
.new-cat__review .rating-text {
	color: white;
}
.new-cat__review .rating-text strong {
	font-size: 20px;
}
.new-cat__review .btn-white {
	padding: 11px 20px;
	color: #652D90;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
}
.new-cat__review .btn-white:hover {
	background: #652D90;
	color: white;
}
.new-selling-posts {
	color: #000;
	padding: 20px 0 40px;
}
.new-selling-posts .modal-content {
	padding: 50px;
	position: relative;
	border-radius: 10px;
	box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.11);
}
.new-selling-posts .modal-header {
	padding: 0;
	border-radius: 0;
	border: 0;
	display: block;
}
.new-selling-posts .modal-header .btn-close {
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	transition: opacity .3s ease 0s;
	cursor: pointer;
}
.new-selling-posts .modal-header .btn-close:hover {
	opacity: .9;
}
.new-selling-posts .modal-subtitle {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--Purple);
}
.new-selling-posts .modal-title {
	font-size: 28px;
	font-weight: 800;
	color: var(--Black);
	margin-bottom: 30px;
}
.new-selling-posts .modal-body {
	padding: 0;
}
.new-selling-posts .modal-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.new-selling-posts .modal-body ul li {
	display: flex;
	align-items: start;
	font-size: 18px;
}
.new-selling-posts .modal-body ul li:not(:last-child) {
	margin-bottom: 20px;
}
.new-selling-posts .modal-body .icon-list {
	border-radius: 100px;
	background: #EAEFFF;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 20px;
}
.new-selling-posts .modal-body a {
	text-decoration: underline;
}
.new-selling-posts .modal-body a:hover {
	text-decoration: none;
}
.new-selling-posts__holder {
	display: flex;
	gap: 30px;
}
.new-selling-posts__card {
	position: relative;
	border-radius: 5px;
	padding: 10px;
	transition: all .3s ease 0s;
	cursor: pointer;
	flex: 0 1 25%;
	border: 1px solid #BABABA;
	background: white;
	outline: 1px solid transparent;
	box-sizing: border-box;
}
.new-selling-posts__card:hover {
	outline-color: var(--turquoise);
	border-color: var(--turquoise);
}
.new-selling-posts__card:before {
	content: '';
	position: absolute;
	left: -20px;
	top: -20px;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: content-box;
}
.new-selling-posts__card svg circle {
	transition: all .3s ease 0s;
}
.new-selling-posts__card:hover svg circle {
	fill: var(--turquoise);
	stroke: var(--turquoise);
}
.new-selling-posts__card:hover svg path {
	fill: white;
}
.new-selling-posts__card img {
	margin-right: 14px;
}
.new-selling-posts__card svg {
	margin: 0 0 0 auto;
	flex: 0 0 auto;
	transition: opacity .3s ease 0s;
}
.new-selling-posts__card svg path {
	fill: var(--Black);
	transition: fill .3s ease 0s;
}
.new-selling-posts__card > div {
	margin-right: 10px;
}
.new-selling-posts__card > div > * {
	line-height: 1;
}
.new-selling-posts__card > div .h6 {
	margin-bottom: 0;
}
.new-selling-posts .row .owl-item {
	flex: 0 0 auto;
}
#courses {
	padding-bottom: 0 !important;
}
#courses .card{
	overflow: hidden;
}
.btn-transparent {
	border: 1px solid #fff;
	color: white;
	background: transparent;
}
.btn-transparent:hover {
	background: #4b296b;
	color: white;
}
.btn-white {
	background: white;
	color:  var(--Purple);
	transition: background .3s ease 0s;
}
.btn-white:hover {
	background: #f8f9fa;
}
.button-block {
	display: flex;
	flex-wrap: nowrap;
	flex: 0 0 auto;
	gap: 10px;
}
.button-block .btn {
	padding: 12px 32px;
	font-size: 18px;
	font-weight: 600;
	flex: 0 0 auto;
}
.category-contact {
	position: relative;
}
.category-contact:before {
	content: '';
	background: #f8f9fa;
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
}
.category-contact.bg-grey-top:before {
	top: 0;
}
.category-contact.bg-grey-bottom:before {
	bottom: 0;
}
.category-contact.bg-light:before,
.category-contact.bg-white:before {
	display: none;
}
.category-contact__holder {
	border-radius: 68px;
	background: #652D90;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1234px;
	margin: 0 auto;
}
.category-contact__holder .media-block {
	display: flex;
	align-items: center;
}

.category-contact__holder .media-block h3 {
	color: white;
	margin: 0;
	font-weight: 600;
	font-size: 24px;
}

.category-contact__holder .media-block > div {
	width: 72px;
	height: 72px;
	border-radius: 100px;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
	flex: 0 0 auto;
}
.category-faq,
.category-questionnaire {
	padding: 100px 0;
}
.category-title {
	font-size: 40px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 800;
}
.category-title strong {
	font-weight: inherit !important;
}
.category-faq__intro {
	color: #000;
	font-size: 20px;
	margin-bottom: 40px;
}
.category-faq__accordion {
	margin: 0 !important;
}
.category-faq__accordion .card {
	border: 2px solid #BFC4D5 !important;
	border-radius: 5px !important;
	padding: 14px 20px 14px 40px;
	margin-bottom: 7px;
	transition: all .3s ease 0s;
}
.category-faq__accordion .card:before {
	content: '';
	border: 2px solid #F8F9FA;
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border-radius: 5px;
	left: -1px;
	top: -1px;
	transition: opacity .3s ease 0s;
	opacity: 1;
}
.category-faq__accordion .card:hover,
.category-faq__accordion .card.active {
	background: white !important;
	border: 2px solid #2DC4B6 !important;
}
.category-faq__accordion .card:hover:before,
.category-faq__accordion .card.active:before {
	opacity: 0;
}
.category-faq__accordion .card > div {
	position: relative;
	z-index: 1;
}
.category-faq__accordion h3 {
	margin: 0;
}
.category-faq__accordion h3 button svg {
	width: 47px;
	height: 47px;
	flex: 0 0 auto;
	margin: 0 0 0 10px !important;
}
.category-faq__accordion h3 button svg * {
	transition: fill .3s ease 0s;
}
.category-faq__accordion h3 button[aria-expanded="true"] svg {
	transform: scale(-1);
}
.category-faq__accordion h3 button[aria-expanded="true"] svg circle{
	fill: var(--Purple);
	stroke: var(--Purple);
}
.category-faq__accordion h3 button[aria-expanded="true"] svg path{
	fill: white;
}
.category-faq__accordion .card-header > h3 button {
	font-size: 20px;
	font-weight: 800 !important;
	margin: 0 !important;
	padding: 0;
	color: inherit !important;
	justify-content: space-between;
}
.category-faq__accordion .card-body {
	padding: 24px 0 0 !important;
	font-size: 18px;
}
.category-faq__accordion .card-body strong {
	font-weight: 700 !important;
}
.category-location {
	padding: 100px 0;
}
.category-location__holder {
	display: flex;
	width: 100%;
	gap: 40px;
}
.category-location__accordion {
	flex: 0 0 600px;
}
.category-location__accordion .card {
	background: #F8F9FA;;
	border-radius: 10px;
}
.category-location__accordion .card:not(:last-child) {
	margin-bottom: 20px;
}
.category-location__accordion .d-flex .btn {
	font-weight: 600;
	padding: 8px 14px;
	color: #fff !important;
	flex: 0 0 auto;
	transition: all .3s ease 0s;
}
.category-location__accordion .card.active {
	background: #EAEFFF;
}
.category-location__accordion .d-flex .btn:focus {
	background: #2ec4b6;
	border-color: #2ec4b6;
}
.category-location__accordion .card.active .d-flex .btn,
.category-location__accordion .d-flex .btn:hover {
	background: #fff;
	color: #2ec4b6 !important;
	border: 1px solid #fff;
}
.category-location__accordion .card-header {
	padding: 20px;
	border-radius: 0;
	background: none;
	color: #000;
}
.category-location__accordion .card-header h3 {
	font-size: 20px;
	font-weight: 800;
	margin-right: 15px;
	max-width: 75%;
	margin-bottom: 0;
}
.category-location__accordion .card-body > div {
	margin-top: 13px;
}
.category-location__buttons {
	display: flex;
	gap: 5px;
}
.category-location__accordion .tab-location-body a {
	font-weight: 700;
	color: #2DC4B6;
	text-decoration: underline;
}
.category-location__accordion .tab-location-body a:hover {
	text-decoration: none;
}
.category-location__accordion .card-body .btn {
	padding: 6px 12px;
	font-weight: 700 !important;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.category-location__accordion .card-body .btn svg {
	margin-right: 5px;
}
.category-location__map {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 auto;
	position: relative;
}
#category-location__map-icon {
	display: none;
}
.category-testimonials {
	padding: 50px 0 55px;
}
.category-testimonials .category-title {
	margin: 0;
}
.category-testimonials .new-cat__review {
	padding: 40px 0;
}
.category-testimonials .new-cat__review-wrap {
	display: flex;
	background: white;
	position: relative;
	gap: 15px 40px;
	padding: 0 58px;
}
.category-testimonials .new-cat__review:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #BFC4D5;
	z-index: 0;
}
.category-testimonials .new-cat__review .rating-text {
	color: black;
}
.category-testimonials .alm-listing {
	display: flex;
	flex-wrap: wrap;
	gap: 52px;
	padding-bottom: 87px;
	border-bottom: 1px solid #BFC4D5;
}
.category-testimonials .alm-listing > div {
	flex: 0 0 calc(25% - 39px);
	font-size: 18px;
}
.category-testimonials .alm-listing > div strong {
	font-size: 20px;
	font-weight: 800 !important;
}
.category-testimonials__logo-wrap {
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}
.category-testimonials__logo {
	display: flex;
	flex-wrap: nowrap;
}
.category-testimonials__logo > div {
	display: flex;
	gap: 50px;
	flex-wrap: nowrap;
	white-space: nowrap;
	animation: scroll var(--time) linear infinite;
	animation-delay: calc(var(--time)*-1);
}
.category-testimonials__logo > div .item:last-child {
	margin-right: 50px;
}
.category-testimonials__logo .item {
	width: 128px;
	height: 128px;
	padding: 25px;
	filter: grayscale(1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-testimonials__logo > div:nth-child(2) {
	animation: scroll2 var(--time) linear infinite;
	animation-delay: calc(var(--time)/-2);
}
.category-testimonials .alm-btn-wrap {
	text-align: center;
	margin-top: -26px;
}
.category-testimonials .alm-load-more-btn {
	border-radius: 100px;
	border: 2px solid #652D90;
	color: #652D90;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	background: white;
	padding: 12px 40px;
	position: relative;
}
.category-testimonials .alm-btn-wrap .alm-load-more-btn:before {
	content: '';
	position: absolute;
	width: calc(100% + 4px);
	height: 25px;
	left: -60px;
	top: 0;
	box-sizing: content-box;
	border: 1px solid white;
	border-width: 0 58px;
}
.category-testimonials.bg-light .alm-btn-wrap .alm-load-more-btn:before {
	border-color: #f8f9fa;
}
.category-testimonials .alm-load-more-btn:hover {
	background: #652D90;
	color: white;
}
.category-testimonials .alm-load-more-btn.done {
	visibility: hidden;
}
.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-bg img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.marker-app iframe {
	margin: 0 0 -70px 0;
}
.sub-menu > li > a {
	position: relative;
	z-index: 1;
}
.sub-menu > li:first-child:after {
	content: '';
	width: 100vw;
	height: 110%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
@keyframes scroll {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes scroll2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}
@media (min-width: 1200px) {
	.new-selling-posts .container,
	.category-contact .container,
	.category-courses .container,
	.category-faq .container,
	.category-questionnaire .container,
	.category-location .container,
	.category-testimonials .container {
		max-width: 1392px;
		padding: 0 26px;
	}
}
@media (max-width:1199px) {
	.new-selling-posts__holder {
		gap: 10px;
	}
	.category-location__accordion {
		flex: 0 0 50%;
	}
	.new-selling-posts__card svg {
		width: 25px;
		height: 25px;
	}
}
@media (max-width:991px) {
	.category-contact__holder {
		border-radius: 10px;
		flex-direction: column;
	}
	.category-location__accordion {
		max-width: 100%;
	}
	.category-testimonials .alm-listing > div {
		flex: 0 0 calc(50% - 39px);
	}
	.new-selling-posts__holder {
		gap: 30px;
	}
	.new-selling-posts__card {
		flex: 0 1 50%;
	}
	.new-selling-posts__card:first-child,
	.new-selling-posts__card:last-child {
		display: none !important;
	}
	.category-location__holder {
		flex-direction: column;
		gap: 20px;
	}
	.category-location__accordion {
		flex: 0 0 auto;
	}
}
@media (max-width:768px) {
	.new-cat__bg:before {
		opacity: 0.05;
	}
	.new-cat-head {
		min-height: inherit;
		margin: 20px 16px 0;
		border-radius: 10px;
	}
	.new-cat__body {
		padding: 30px 35px;
	}
	.new-cat__body > h1 {
		font-size: 24px;
	}
	.new-cat__body > h1,
	.new-cat__body > p {
		margin-bottom: 30px;
	}
	.new-cat__body > p {
		margin-top: -15px;
		margin-bottom: 0;
	}
	.new-selling-posts {
		padding: 20px 0;
	}
	.new-selling-posts__card > div > * {
		font-size: 14px;
	}
	.new-selling-posts__card img {
		width: 30px;
	}
	.section-bg img {
		display: none;
	}
	#courses {
		padding-bottom: 10px !important;
	}
	.category-contact__holder {
		padding: 14px;
		gap: 15px;
		align-items: start;
	}
	.category-contact__holder .media-block > div {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.category-contact__holder .media-block h3 {
		font-size: 16px;
	}
	.button-block {
		gap: 5px;
		width: 100%;
		flex-wrap: wrap;
	}
	.button-block .btn {
		padding: 12px;
		font-size: 14px;
		flex: 1 0 auto;
	}
	.category-title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.category-testimonials .new-cat__review {
		padding: 20px 0;
	}
	.category-testimonials .new-cat__review-wrap {
		padding: 0 25px;
	}
	.category-faq__intro {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.category-faq__accordion .card {
		padding: 10px;
	}
	.category-faq__accordion .card-header > h3 button {
		font-size: 16px;
	}
	.category-faq__accordion h3 button svg {
		width: 32px;
		height: 32px;
	}
	.category-faq__accordion .card-body {
		font-size: 14px;
	}
	.category-location,
	.category-testimonials,
	.category-faq,
	.category-questionnaire {
		padding: 60px 0;
	}
	.category-location__accordion .card-header h3 {
		font-size: 14px;
	}
	.category-location__accordion .card .d-flex .btn {
		padding: 6px 8px;
	}
	.category-location__accordion .card .d-flex .btn,
	.category-location__accordion .card-body > div {
		font-size: 12px;
	}
	.category-location__accordion .card {
		margin-bottom: 10px;
	}
	.category-location__accordion .card-header {
		padding: 10px;
	}
	.category-location__map {
		border-radius: 16px;
		margin-top: 5px;
	}
	.category-location button[aria-label="Close"] {
		padding: 1px 3px;
	}
	.category-location .overlay-content {
		font-size: 14px;
		padding: 30px !important;
	}
	.category-location__accordion .card-body .btn {
		padding: 3px 8px;
		font-size: 9px;
	}
	.category-location__accordion .card-body .btn svg {
		width: 10px;
		height: 10px;
	}
	.category-testimonials .alm-listing {
		gap: 20px;
		padding-bottom: 60px;
	}
	.category-testimonials__logo-wrap {
		overflow: visible;
		position: relative;
		padding: 0;
	}
	.category-testimonials .alm-listing > div {
		font-size: 14px;
	}
	.category-testimonials .alm-listing > div strong {
		font-size: 16px;
	}
	.category-testimonials .alm-load-more-btn {
		padding: 12px 20px;
		font-size: 14px;
	}
}
@media (max-width:640px) {
	.category-testimonials .alm-listing > div {
		flex: 0 0 100%;
	}
	.category-testimonials__logo-wrap:before {
		display: none;
	}
	.category-testimonials__logo {
		display: none;
	}
	.category-testimonials__logo-wrap {
		justify-content: center;
	}
	.category-testimonials .alm-listing {
		border: 0;
	}
}
@media screen and (max-width: 720px) {
	.accred {
		height: 132px !important;
		top: -45px !important
	}
}
.cat-card-holder {
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.cat-card{
	display:flex;
	flex-direction:column;
	background:white;
	border:1px solid #e5e5e5;
	border-radius:5px;
	flex: 0 0 31%;
}
@media (max-width:991px) {
	.cat-card{
		flex: 0 0 47%;
	}
}
@media (max-width:536px) {
	.category-courses .course-card {
		margin-bottom: 20px !important;
	}
	.cat-card{
		flex: 0 0 100%;
	}
	.new-selling-posts__holder {
		gap: 10px;
		flex-direction: column;
	}
	.new-selling-posts .modal-dialog {
		max-width: 100%;
	}
	.new-selling-posts .modal-content {
		padding: 30px;
	}
	.new-selling-posts .modal-header .btn-close {
		right: 10px;
		top: 10px;
		display: flex;
	}
	.new-selling-posts .modal-header .btn-close svg {
		width: 12px;
		height: 12px;
	}
	.category-testimonials .new-cat__review-wrap {
		padding: 0 12px;
		gap: 21px;
	}
	.new-cat__review .images > div {
		width: 31px;
		height: 31px;
		margin-right: -11px;
	}
	.new-cat__review .rating-text {
		font-size: 12px;
	}
	.new-cat__review .rating-text strong {
		font-size: 14px;
	}
	.new-cat__body > img.icon {
		width: 47px;
		margin-bottom: 14px;
	}
	.rating svg {
		width: 13px;
		height: 12px;
	}
	.category-faq__accordion h3 button svg {
		width: 25px;
		height: 25px;
	}
}
.cat-card-header{
	padding:20px;
	display:flex;
	gap:30px
}
.cat-card-title{display:block;font-weight:bold}
.cat-card img{
	height: 50px;
	width: 50px;
	object-fit: contain;
}
.cat-card-body{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
	min-height:200px
}
.cat-card-link{
	padding:20px
}

@media only screen and (max-width: 800px) {
	.cat-head .border.border-separator {
		margin:30px 0;
	}
	.cat-head .row.align-items-center {
		height:auto !important;
	}
	.cat-head .force-logo-small{height: 120px !important;
		top: -40px !important;
	}
}

/* gemini fixes start */
body.category:not(:has(.course-category-2025-redesign)):not(:has(.course-category-july-2025-redesign)) .course-title h2 a:hover {
  text-decoration: none;
  color: #020A0A
}

body.category:not(:has(.course-category-2025-redesign)):not(:has(.course-category-july-2025-redesign))  .course-title h2 {
  max-width: calc(100% - 50px);
}

body.category:not(:has(.course-category-2025-redesign)):not(:has(.course-category-july-2025-redesign))  .course-title {
  gap: 16px
}

body.category:not(:has(.course-category-2025-redesign)):not(:has(.course-category-july-2025-redesign))  .course-title img {
  min-width: 26px
}

body ul.new-selling-posts__holder,
ul.s28-team-card-container,
ul.location-contact-list,
ul.location-list-items,
ul.category-icons,
ul.selling-points {
  padding-left: 0;
  padding-right: 0
}

.course-card-details-unordered-list,
ul.location-contact-list,
ul.location-list-items,
ul.category-icons {
  list-style: none;
  padding-left: 0;
}

ul.location-contact-list>li.text-primary {
  margin-bottom: 16px
}

ul.location-contact-list>li.text-primary a {
  font-weight: 700;
  text-decoration: underline;
}

body.page-template-template-sitemap .sitemap-container ul>li>strong {
  font-weight: 400 !important
}
.force-link > p,
.course-tabs-container ul.list-unstyled li > p{
	margin-bottom:0;
}
/* gemini fixes end */



/* header tap target corrections start */
header .ct-header-search.ct-toggle {
  padding: 16px !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

header .ct-header-cta {
  margin-left: 0 !important
}

header .contact-text a {
  padding-top: 14px;
  padding-bottom: 14px;
}

header [data-items="primary"] p>a {
  padding: 14px;
}

header [data-items="primary"] .ct-header-text {
  margin-left: 0 !important;
  margin-right: -14px !important
}
/* header tap target corrections end */

/* header search modal fix start */

body[data-panel*=in] .ct-panel.active {
    opacity: 1;
    pointer-events: auto;
}
body[data-panel] .ct-panel.active {
    display: flex;
}

/* header search modal fix end */

.ct-header-socials a:has(svg)[href="#"]{ /* hide social media icons that have no url, in the mobile menu */
	display:none;
}
/* include news and tips categories on mobiles start */

html body.post-type-archive-news_article .ct-hidden-sm.ct-dynamic-filter,
html body.tax-news_categories .ct-hidden-sm.ct-dynamic-filter{
display:flex!important
}

/* include news and tips categories on mobiles end */
/* correct terms checkbox styling on safari */
form[data-key="form_5bbf1f3b80f31"] .acf-true-false input[type="checkbox"]{
	-webkit-appearance: none;
}


/* header phone number styling on desktops start */
.ct-contact-info li{padding-top:14px;padding-bottom:14px}
.ct-contact-info li:hover .contact-text, .ct-contact-info a:hover{color:var(--turquoise);text-decoration-color: var(--turquoise);}
.ct-contact-info li *{transition: all .2s cubic-bezier(.4, 0, 1, 1);}
/* header phone number styling on desktops end */


/* fix for mobile -> desktop transitioning with menu open start */ 
@media (min-width: 1000px){
	.ct-drawer-canvas[data-location="start"] .ct-panel.ct-header.active[data-behaviour="left-side"]{
		display:none;
	}
	body[data-panel="in:left"]{overflow-y:auto!important;}
}
/* fix for mobile -> desktop transitioning with menu open end */

/* increase mobile menu icon to minimum tap target area */
header [data-device="mobile"] .ct-header-trigger.ct-toggle[aria-label="Menu"]{
	padding:15px!important;
	transform: translateX(-15px);
}

/* hide callback form referral page field */
#form_5bbf1f3b80f31 [data-name="referral_page"]{
	display:none
}

/* increase booking form address field height so that placeholder is visible */
/*#acuity-booking-form textarea#acf-field_6234528a0931a{
	height:74px
}*/