
.st-team-detail {
	z-index: 0;
}
.fixed-popup {
  overflow: hidden;
	position: relative;
  height: 100%;
}
.mb-image img{border-radius:20px;}
.list.member-box .member-item {
	justify-content:space-between;
}
.modal_box .bot-modal .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url('https://impactstudios.edu.au/wp-content/uploads/2023/08/bg-blue-circle.png');
  background-size: contain;
  background-position-x: center;
  background-position-y: -100px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scale(1.1);
}
.member-item .title ,
.member-item .position{
	text-align:center;
	font-family: 'Myriad Pro Bold';
}
.modal_box .bot-modal .image img {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.modal_box .bot-modal .image img {
	  border-radius: 50%;
    object-fit: cover;
    border: 5px solid #E84CF3;
}
.modal_box .bot-modal {
	    min-height: 520px;
}
.btn-contact-v2{display:none;}
.page-template-page-sinkorswim .btn-contact-v1,.page-id-2040 .btn-contact-v1,.page-id-2169 .btn-contact-v1,.page-id-2189 .btn-contact-v1,.single-sinkorswim .btn-contact-v1{
	display:none;
}
.page-template-page-sinkorswim .btn-contact-v2,.page-id-2040 .btn-contact-v2,.page-id-2169 .btn-contact-v2,.page-id-2189 .btn-contact-v2,.single-sinkorswim .btn-contact-v2{
	display:block;
}
@media(max-width:1920px) {
	.member-item .image {
		max-width:475px;
		max-height:475px;
	}
	.member-item .position {
		margin-bottom:25px;
	}
		.list.member-box .member-item .image::before {
    background-size: contain;
}
}
@media(max-width:1199px) {
	.modal_box .bot-modal {
	    min-height: 420px;
}
	.modal_box .top-modal .close {
	    transform: translate(-15px, -50%);
}
}
@media(max-width:767px){
		.modal_box .bot-modal {
	    min-height: unset;
}
	.list.member-box::after{
		transform: translate(0%, 100%);
    height: 260px;
    background-size: contain;
    bottom: 0;
    top: unset;
	}
		.member-item .image {
		max-width:290px;
		max-height:290px;
	}
	.list.member-box .member-item .image::before {
    transform: scale(0.8) translateY(-132px);
}

}
@media(max-width:450px) {
		.list.member-box .member-item .image::before {
	transform: scale(1)        	 translateY(0px);
	}
}
.st-content-single {
	    font-size: 18px;
}
.st-content-single .wrap-container p {
	    margin-bottom: 1.2em;
}
.st-content-single .wrap-container figure {
    margin-bottom: 1.2em;
}
.st-tabs-podcast .info-tab {
    font-size: 18px;
    line-height: 1.3;
}
.wrap-description.description-seemore.hide-btn + button {
    display: none !important;
}
.st-podcast-playlist .info-title .description a {
    font-size: initial;
}