/*================/*
	  Global
/*================*/
.fw-bold a span span {
    font-weight: bold;
}

.accent-text {
    color: var(--e-global-color-9f8a880);
}

/*================/*
	About Page
/*================*/
#elementor-popup-modal-841 .team-member{
    display: none;
}

#elementor-popup-modal-841 .team-member.is-active{
    display: block !important;
}

.practitioners a {
    text-decoration: none;
}

.read-more {
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
}

.practitioners .elementor-image-box-content:hover .read-more{
    color: var( --e-global-color-a219908 );
}

/*================/*
	Landing Page
/*================*/
span.min {
    font-size: 20px;
}

.top-reb p {
    line-height: 1.4;
}

.d-grid .elementor-icon-wrapper {
    display: grid;
}


.location > div ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.location ul li {
    background: var(--e-global-color-bd7d666);
    padding: 10px !important;
    border-radius: 100px !important;
}

.location ul li:last-child {
    background: var(--e-global-color-60609fd);
}

.f-sticky{
	box-shadow: rgb(101 221 221 / 30%) 0px 0px 5px 0px, rgba(101 221 221 / 10%) 0px 0px 1px 0px;
}

.f-sticky-text p strong {
    color: var(--e-global-color-5396c7c);
}

/*==========================/*
	NDIS Personal Care ACT
/*==========================*/
.hero .content h1 span {
    color: var(--e-global-color-5396c7c);
}

.img-float-left img {
    max-width: none;
    width: 50vw !important;
    float: inline-end;
}

.img-float-right img {
	max-width: none;
	width: 50vw !important;
	float: inline-start;
}

a.badc {
    background: var(--e-global-color-a219908);
    color: var(--e-global-color-bd7d666);
    opacity: 1;
    padding: .7em 1em;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
	transition: 0.3s ease-in;
}

a.badc:hover {
	background: var( --e-global-color-bedd8c5 );
	color: var(--e-global-color-text);
}

.more-less .e-n-accordion-item-title-text span {
    font-weight: 600;
}

.more-less .view-less-text, 
.more-less details[open] .view-more-text{
    display: none;
}

.more-less details[open] .view-less-text {
    display: inline-block;
}

.more-less details[open] summary {
    order: 2;
}

.circle-timeline .elementor-icon:before {
    content: '' !important;
    width: 106px;
    height: 1px;
    background: #0287e0;
    display: block;
    position: absolute;
    top: -8px;
    left: -42px;
    transform: rotate(90deg);
}

.circle-timeline .elementor-icon:after{
    content: 'Next';
    position: absolute;
    top: -80px;
    left: -5px;
    font-size: 12px;
    font-weight: 600;
    background: #0287e0;
    color: #ffffff;
    padding: 4px;
    border-radius: 4px;
}

.secondary-btn a:after {
    content: 'Mon–Fri · 9am–5pm ';
    font-size: 10px;
    text-transform: capitalize;
}

/*====================/*
	SIL Cryodon Park
/*====================*/
/* .light-teal {
    width: 50vw;
    max-width: none;
    float: right;
    background: var(--e-global-color-60609fd);
    border-radius: 0 16px 16px 0;
} */

/*================/*
	Activities
/*================*/
.single-activity h2 {
    color: var(--e-global-color-primary);
}

/*================/*
	Lead Magnet
/*================*/
.hero span.free {
    color: var(--e-global-color-9f8a880);
}

.btn-bold a span {
    font-weight: bold;
}

/*================/*
		Blog
/*================*/
.con-box p, li{
	font-size: 14px;
}

/*=================/*
	Cookie Policy
/*=================*/
#cookieadmin_notice_title{
    display: none;
}
.cookieadmin-poweredby{
     display: none;
}
#cookieadmin_notice a{
    color: #006DB8 !important;
}

/*================/*
	  Footer
/*================*/
.mx-120 {
    max-width: 130px;
}

@media(min-width: 2560px){
	.col-xl-py-medium{
		padding: 1em 0;
	}
	
	.img-float-left img {
		width: 100%;
		max-width: 100%;
		border-radius: 32px;
	}
	
	.img-float-right img {
		width: 100%;
		max-width: 100%;
		border-radius: 32px;
	}
}

@media(max-width: 1200px){
	.custom-container{
		padding: 0 1em;
	}
	
	.mega-menu nav ul li > div{
		padding-left: 18px !important;
	}
	
	.mega-menu nav ul li span{
		font-size: 13px !important;
	}
}

@media(max-width: 1024px){
	.img-float-left img {
		width: 100vw !important;
		max-width: none;
		border-radius: 0;
		float: inline-end;
	}
	
	.img-float-right img {
		width: 100vw !important;
		max-width: none;
		border-radius: 0;
		float: inline-start;
	}
}

@media(max-width: 768px){
	.about-gallery .gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.circle-timeline .elementor-icon:after {
    	top: 0px;
    	left: -5px;
	}
	
	.circle-timeline .elementor-icon:before {
    	width: 39px;
    	top: -8px;
    	left: -8px;
	}
	
	.location > div ul {
		grid-template-columns: repeat(2, 1fr);
	}
}