@charset "UTF-8";
@font-face {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: normal;
	src: local('Antonio'), url('../fonts/Antonio/static/Antonio-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Display';
	font-style: normal;
	font-weight: normal;
	src: local('Neue Display'), url('../fonts/Neue/NeueHaasDisplayLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Display Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Neue Display'), url('../fonts/Neue/NeueHaasDisplayRoman.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Display Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Neue Display Bold'), url('../fonts/Neue/NeueHaasDisplayBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Display Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Neue Display Medium'), url('../fonts/Neue/NeueHaasDisplayMedium.ttf') format('truetype');
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* components
======================================== */
body {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Antonio';
	font-weight: 400;
	overflow-x: hidden;
}
a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000;
}
a:hover{
	color: #ed1790;
	text-decoration: none;
}
.btn{
	text-transform: uppercase;
}
.btn-primary{
	padding: 15px 30px;
	color: #fff;
	background-color: #ed1790;
	border-radius: 60px;
	border: 0;
	font-weight: 700;
}
.btn-primary:focus,
.btn-primary:hover{
	background-color: #000;
	color: #fff;
}
.btn-outline{
	padding: 12px 30px;
	color: #fff;
	background-color: transparent;
	border-radius: 60px;
	border: 2px solid #fff;
	font-weight: 700;
}
.btn-outline:focus,
.btn-outline:hover{
	background-color: #ed1790;
	border: 2px solid transparent;
	color: #fff;
}
.btn-secondary{
	padding: 10px 30px;
	color: #fff;
	background-color: #000;
	border-radius: 15px;
	border: 0;
	font-size: 16px;
}
.btn-secondary:focus,
.btn-secondary:hover{
	background-color: #fff;
	color: #000;
}
.btn-sm{
	padding: 10px 30px;
	font-size: 16px;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 1360px;
}
.form-control:focus, button:focus, input[type="submit"] {
	outline: 0;
	border: 0;
	box-shadow: none;
}
input[type="submit"]{
	outline: 0;
	border: 0;
	box-shadow: none;
}

.mt-0{
	margin-top: 0!important;
}

::-webkit-input-placeholder {
	color: #ed1790;
}
::-moz-placeholder {
	color: #ed1790;
}
:-ms-input-placeholder {
	color: #ed1790;
}
:-moz-placeholder {
	color: #ed1790;
}
input,
select{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ed1790;
	border-radius: 10px;
	background: #fff;
	color: #ed1790;
}

textarea{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ed1790;
	border-radius: 10px;
	background: #fff;
	color: #ed1790;
	height: 200px;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
	padding-right: 50px;
	background: url('../images/icon_arrowdown.svg') right 10px center no-repeat;
	background-size: 16px;
}
/* heading
======================================== */
.main-heading{
	padding: 50px 0;
}
.title1{
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
}
.title2{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
	font-size: 28px;
	color: #fff;
	background-color: #ec1890;
	text-align: center;
	padding: 10px;
	margin: 0;
}

.main-heading p:last-child{
	margin-bottom: 0;
}

.hero-heading{
	display: flex;
	align-items: center;
	padding: 30px 0;
	min-height: 300px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-heading:before{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
}

.hero-heading h1{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 40px;
}

.section{
	padding: 50px 0;
}

.classes{
	max-width: 800px;
	text-align: center;
}
.classes .text{
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.classes .block{
	margin-bottom: 40px;
}
.classes .block:last-child{
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	body{
		font-size: 16px;
	}
	.main-heading{
		font-size: 18px;
		/* max-width: 500px; KDS20240724 removed*/
	}
	.title1{
		font-size: 47px;
	}
	.title2{
		font-size: 47px;
	}
	.hero-heading{
		min-height: 480px;
	}
	.hero-heading h1{
		font-size: 95px;
	}
	.section{
		padding: 80px 0;
	}
	.classes{
		font-size: 21px;
	}
	.classes .block{
		margin-bottom: 80px;
	}

}
/* header
======================================== */
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .wrap{
	margin: 0 20px;
	/* border-top: 2px solid #ed1790; KDS20240727 removed */
	padding: 15px 0;
}
header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
header .logo a{
	display: inline-block;
}
header .logo a img,
header .logo a svg{
	width: 80px;
}
header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul li{
	display: inline-block;
	margin-right: 10px;
}
/* Removed 20240805 */
/* header .navi .menu{
	display: none;
} */

header .navi .menu ul li a{
	font-size: 16px;
	text-transform: capitalize;
	font-size: 'Neue Display Medium'; 
	font-weight: 500;
	position: relative;
}
header .navi .menu ul li a:hover{
	color: #000;
}
header .navi .menu ul li a:hover:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ed1790;
	position: absolute;
	bottom: -8px;
	left: 0;
}
header .navi .menu ul li a.btn:hover{
	color: #fff;
}
header .navi .menu ul li a.btn:hover:after{
	display: none;
}
header .navi .menu ul li.active a{
	position: relative;
}

header .navi .menu ul li.active a:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ed1790;
	position: absolute;
	bottom: -8px;
	left: 0;
}
header .navi .menu ul li.strong a{
	font-weight: 700;
}
header .navi .menu ul li{
	padding-right: 40px;
}
header .navi .menu ul li:last-child{
	padding-right: 0px;
}
header .navi .menu ul li .submenu {
	display: none;
}
#main {
	padding-top: 76px;
}
.toggle {
	cursor: pointer;
}
.toggle .nav-icon {
	width: 32px;
	height: 18px;
	cursor: pointer;
}
.toggle .nav-icon:after, .toggle .nav-icon:before, .toggle .nav-icon div {
	background-color: #000;
	content: '';
	display: block;
	height: 2px;
	margin: 6px 0;
	transition: all .2s ease-in-out;
}
.toggle.active {
	background-position: bottom center;
	height: 19px;
	margin-top: 2px;
}
.toggle.active .nav-icon:before {
	transform: translateY(8px) rotate(150deg);
}
.toggle.active .nav-icon:after {
	transform: translateY(-8px) rotate(-150deg);
}
.toggle.active .nav-icon div {
	transform: scale(0);
}

.anchor {
	visibility: hidden;
	margin-top: -100px;
	padding-top: 100px;
}
@media only screen and (min-width: 992px) {
	header .logo a img,
	header .logo a svg{
		width: 130px;
	}
	header .navi .spmenu{
		display: none;
	}
	header .navi .menu ul li{
		display: inline-block;
		padding-right: 35px;
	}
	header .navi .menu{
		display: flex!important;
		align-items: center;
	}
	header .navi .login{
		margin-left: 30px;
	}
	#main {
		padding-top: 90px;
	}
	header .navi .menu ul li .submenu {
		border-radius: 6px;
		position: fixed;
		width: 180px;
		padding: 10px 0 0;
	}
	header .navi .menu ul li .submenu ul {
		margin: 0 auto;
		background-color: #fff;
		border-radius: 6px;
	}
	header .navi .menu ul li:hover .submenu{
		display: block;
		
	}
	header .navi .menu ul li .submenu ul li{
		text-align: left;
		display: block;
		padding: 8px 20px;
		margin-right: 0;
	}
	header .navi .menu ul li .submenu ul li:hover{
		background-color: #F0F0F0;
	}
	header .navi .menu ul li .submenu ul li a{
		color: #000;
		font-weight: 100;
	}
	header .navi .menu ul li .submenu ul li a:hover{
		color: #000;
		border-radius: 6px;
	}
	/* header .navi .menu ul li:nth-child(2) .submenu ul li{
		width: 50%;
	} */

	.anchor {
		visibility: hidden;
		margin-top: -140px;
		padding-top: 140px;
	}
}

@media only screen and (max-width: 991px) {
	header .logo a svg{
		width: 30%;
	}
	header .navi .menu{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		background: #fff;
		top: 0;
	}
	header .logo{
		z-index: 9;
		position: relative;
	}
	header .navi .spmenu{
		z-index: 9;
		position: relative;
	}
	/* header .navi .menu ul{
		text-align: left;
		padding: 100px 25px 0;
	} */
	header .navi .menu ul li{
		display: block;
		margin-bottom: 10px;
		padding-right: 0;
	}
	header .navi .submenu ul{
		padding-top: 10px;
		font-size: 12px;
		padding-bottom: 10px;
	}
	header .navi .submenu ul li a{
		font-size: 12px;
	}
	header .navi .menu ul li .submenu{
		display: block;
	}
}
/* top-banner
======================================== */
.top-banner{
	position: relative;
	background-color: #000;
}
.top-banner .container{
	position: absolute;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	min-height: 500px;
	height: 100vh;
}
/* .top-banner .container .cta{
	width: 100%;
	color: #fff;
}
.top-banner .container p{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.top-banner .cta {
	padding-bottom: 50px;
	text-align: center;
}
.top-banner .cta .icon{
	text-align: center;
	margin-bottom: 20px;
}
.top-banner .cta .icon img{
	width: 80px;
}
.top-banner .cta .text img{
	max-width: 345px;
	width: 100%;
}
.top-banner .cta ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-banner .cta ul li{
	margin: 10px 5px;
} */

.top-banner .slick-dots{
	list-style: none;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 25px;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.top-banner .slick-dots li{
	display: inline-block;
	margin: 0 4px;
}
.top-banner .slick-dots li button{
	width: 12px;
	height: 12px;
	background-color: #fff;
	font-size: 0;
	border-radius: 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
}
.top-banner .slick-dots li.slick-active button{
	background-color: transparent;
}
.top-banner .slick-slider{
	font-size: 0;
}
/* 
KDS20240727 removed

.top-banner .slick-arrow {
	position: absolute;
	z-index: 9999;
	display: none!important;
	width: 30px;
	height: 50px;
	background: url('../images/arrow_left.svg') center no-repeat;
	background-size: 28px;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
} */
button.slick-arrow{
	margin: 2.5%;
}
.top-banner .slick-arrow{
	border-radius: 50%;
	display: none!important;
	border: 0.5em solid #333;
	position: absolute;
	background: url('../images/2024/chevron_left_regular.png') no-repeat center;
	z-index: 300;
	padding: 30px;
	opacity: 1;
}

/* .top-banner .slick-arrow {
	z-index: 9999;
	position: absolute;
	display: none!important;
	width: 4em;
	height: 4em;
	border: 0.5em solid #333;
	border-radius: 50%;
	margin-right: 1.5em;
	background: linear-gradient(rgba(255,255,255, .5), rgba(255,255,255,.5)), url('../images/arrow_left.svg') no-repeat center;
	background-size: 20px;
	opacity: 1;
	padding: 30px;
}  */

.top-banner .slick-arrow:hover {
	opacity: 1.5;
	cursor: pointer;
	background: url('../images/2024/chevron_left_regular_hover.png') no-repeat center;
}
.top-banner .slick-prev{
	top: 50%;
	left: 20px;
}
.top-banner .slick-next{
	top: 50%;
	right: 20px;
	background: url('../images/2024/chevron_right_regular.png') center no-repeat;
	margin: 2.5%;
}
.top-banner .slick-next:hover {
	opacity: 1.5;
	cursor: pointer;
	background: url('../images/2024/chevron_right_regular_hover.png') no-repeat center;
}
.home-banner .item{
	min-height: 500px;
	background-color: #333;
	line-height: 0;
	display: block;
	background-position: center;
	background-size: cover;
}
.top-banner .btn{
	font-size: 14px;
}
.top-banner .cta .text{
	position: relative;
	max-width: 345px;
	margin: 0 auto;
}

.top-banner .cta .text:before{
	/* background: url('../images/icon1.svg') top 42% center no-repeat; */
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	content: '';
	right: 87px;
	bottom: 65px;
}
.home-banner{
	opacity: 0.8;
}
.home-banner video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.top-banner .main-slider .item{
	height: 100vh;
	line-height: 0;
	display: block;
	background-position: center;
	background-size: cover;
	opacity: 0.8;
	min-height: 500px;
}
.top-banner .main-slider .item iframe{
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.home-banner .item{
		max-height: 640px;
	}
	.top-banner .container,
	.top-banner .main-slider .item{
		max-height: 640px;
	}
	.top-banner .cta{
		text-align: center;
	}
	.top-banner .cta ul{
		/* justify-content: flex-start; */
	}
	.top-banner .cta ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.top-banner .cta ul li:first-child{
		margin-left: 0;
	}
	.top-banner .cta ul li a{
		min-width: 180px;
	}
	.top-banner .cta .text{
		max-width: initial;
	}
	.top-banner .cta .text:before{
		display: none;
	}
	.top-banner .cta .text img{
		max-width: 550px;
	}

	.top-banner:after{
		/* background: url('../images/icon1.svg') top 42% center no-repeat; */
		background-size: 80px;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 0;
		width: 100%;
	}
	.top-banner .container p{
		font-size: 44px;
	}
	.top-banner .container{
		padding-left: 60px;
		padding-right: 60px;
	}
	.home-banner .item,
	.top-banner .container{
		height: 100vh;
	}
	.top-banner .btn{
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) {
	/* .top-banner .slick-dots{
		display: none!important;
	} KDS20270727 removed */

	.top-banner .slick-arrow {
		display: block!important;
	}
}

@media only screen and (min-width: 1440px) {
	.top-banner .container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* footer
======================================== */
.footer-take-out{
	background: url("../images/2024/beat_cover.jpg") center no-repeat;
	background-size: cover;
	max-height: 400px;
	height: 400px;
	width: 100%;
}
.take-out-overlay{
	background: rgba(0, 0, 0, 0.5);
}
footer{
	/* text-transform: uppercase; KDS20240727 removed */
    
	background-color: #F0F0F0;
}

.footer-note{
    font-family: 'Neue Display' !important;
	font-size: 14px;
}
.footer-note a{
	border-bottom: 1px solid #000;
	font-size: 14px;
}
.footer-note a:hover{
	color: #000;
}
.footer-note ul li{
	line-height: 35px;
} 
footer .wrap{
	margin: 0 20px;
	/* border-top: 2px solid #ed1790; KDS20240727 removed */
	padding: 30px 0;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .copy{
	font-weight: 700;
	font-size: 23px;
}

footer ul.social-links li a{
	text-decoration: none;
	border-bottom: 0;
}

footer .copy,
footer ul.social{
	text-align: center;
}

footer ul.social{
	margin-top: 30px;
}

footer ul.social li{
	display: inline-block;
	margin: 0 10px;
}
footer ul.social li img{
	height: 30px;
}
footer ul.social li.ig img{
	height: 28px;
}

footer .container{
	padding: 0;
}
footer .container .column:first-child{
	display: flex;
	flex-wrap: wrap;
}
footer .container .column:first-child .coln{
	width: 50%;
}
footer .container .column:first-child .coln:first-child{
	width: 100%;
}
footer ul li{
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
	footer ul li{
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	footer .container{
		display: flex;
		justify-content: space-between;
	}
	footer .copy,
	footer ul.social{
		text-align: left;
	}
	footer ul.social{
		margin-top: 0px;
	}
	footer .container .column:first-child .coln{
		width: auto;
		padding-right: 50px;
	}
	footer .container .column:first-child .coln:nth-child(2){
		width: 150px;
	}
	footer .container .column:first-child .coln:first-child{
		width: 300px;
	}
	footer .container .column:first-child .coln:last-child{
		padding-right: 0;
	}
}

/* package-heading
======================================== */
.package-heading{
	background-color: #ed1790;
	color: #fff;
	padding: 50px 0;
}

.package-heading h2{
	font-size: 36px;
	position: relative;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
}
.package-heading .price{
	font-size: 18px;
}
.package-heading .select{
	text-align: center;
	margin-top: 30px;
}
.package-heading .container .column:last-child{
	font-size: 14px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.package-heading h2{
		font-size: 70px;
	}
	.package-heading .price{
		font-size: 23px;
	}
}

@media only screen and (min-width: 992px) {
	.package-heading .container{
		display: flex;
		justify-content: space-between;
	}
	.package-heading .container .column{
		width: 35%;
	}
	.package-heading .container .column:first-child{
		width: 65%;
		padding-right: 20px;
	}
	.package-heading .select{
		text-align: right;
		margin-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.package-heading h2{
		font-size: 87px;
	}
}
/* package-list
======================================== */
.package-list{
	padding: 50px 0 0;
}
.package-list .block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.package-list .column{
	width: 50%;
	text-align: center;
	padding: 20px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.package-list .column{
	border-right: 1px solid #ed1790;
}
.package-list .column:nth-child(2n){
	border-right-width: 0;
}
.package-list .column .count{
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 0;
}
.package-list .column .count span{
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
	font-weight: normal;
	display: block;
	font-size: 80px;
	line-height: 1;
}
.package-list .column.unlimited .count span{
	font-size: 36px;
}
.package-list .column .small{
	font-size: 14px;
	margin-bottom: 10px;
}
.package-list .column .price{
	font-size: 14px;
	margin-bottom: 20px;
}
.package-list .column .price span{
	font-size: 23px;
	display: block;
}

.package-list .column:nth-child(2n){
	position: relative;
}

.package-list .column:nth-child(2n):after{
	content: '';
	position: absolute;
	width: 200%;
	left: 0;
	margin-left: -100%;
	height: 1px;
	background-color: #ed1790;
	bottom: -24px;
}

.package-list .column:last-child:after{
	display: none;
}

.more-info{
	border-top: 1px solid #ed1790;
	padding: 50px 0;
}

.more-info .column{
	margin-bottom: 40px;
}

.more-info .column:last-child{
	margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
	.package-list .block{
		margin: 0;
	}
}

@media only screen and (min-width: 992px) {
	.package-list{
		padding: 50px 0 0px;
	}
	.package-list .block{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.package-list .column{
		width: 33.33%;
		padding: 30px 20px;
		margin-bottom: 60px;
		position: relative;
	}
	.package-list .column:nth-child(2n){
		border-right-width: 1px;
	}
	.package-list .column:nth-child(3n){
		border-right-width: 0;
	}
	.package-list .column .count span{
		font-size: 100px;
	}
	.package-list .column.unlimited .count span{
		font-size: 70px;
	}

	.package-list .column.unlimited .select{
		margin-top: 50px;
	}
	.package-list .column:nth-child(2n):after{
		display: none;
	}
	.package-list .column:nth-child(3n):after{
		content: '';
		position: absolute;
		width: 300%;
		left: 0;
		margin-left: -200%;
		height: 1px;
		background-color: #ed1790;
		bottom: -30px;
		display: block;
	}
	.package-list .column:last-child:after{
		display: none;
	}
	.more-info{
		padding: 50px 0;
	}
	.more-info .container{
		display: flex;
		justify-content: space-between;
	}
	.more-info .container .column{
		width: 46%;
		position: relative;
		margin-bottom: 0;
	}

	.more-info .container .column:first-child:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		background: #ed1790;
		top: 0;
		right: -8%;
	}
}

/* feed
======================================== */
.instagram_gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 30px auto 0;
}
.instagram_gallery a{
	text-align: center;
	margin-bottom: 10px;
	display:block;
	width: 32%;
}
.instagram_gallery a:hover{
	opacity: 0.8;
}
.instagram_gallery img{
	width: 100%!important;
	float:none!important;
	margin: 0!important;
}

@media only screen and (min-width: 768px) {
	.instagram_gallery{
		margin-top: 60px;
	}
	.instagram_gallery a{
		width: calc(33.33% - 10px);
		margin-bottom: 20px;
	}
}
/* signup
======================================== */
.form{
	margin-top: 40px;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.form label{
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

.form .block{
	margin-bottom: 15px;
}

.form .submit{
	text-align: center;
	margin-top: 30px;
}

.form .submit input[type="submit"]{
	display: inline-block;
	width: auto;
}
@media only screen and (min-width: 768px) {
	.form{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.signup{
		font-size: 18px;
	}
	.form .block {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.form label{
		font-size: 23px;
	}
	.form .block label{
		width: 25%;
		padding-right: 20px;
	}

	.form .block div{
		width: 75%;
	}
	.form .submit{
		margin-top: 60px;
	}
}
/* custom checkbox
======================================== */
.customRadio{
	text-align: center;
	margin-top: 40px;
}
.customRadio label {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	vertical-align: top;
}
.customRadio label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.customRadio label span {
	position: relative;
	padding-left: 40px;
	display: block;
	text-align: left;
	font-weight: 300;
}
.customRadio label span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	height: 25px;
	width: 25px;
	border: 2px solid #ed1790;
}
.customRadio label input:checked~span:after {
	content: '';
	width: 17px;
	height: 17px;
	background: #ed1790;
	position: absolute;
	left: 4px;
	top: 10px;
}

@media only screen and (min-width: 768px) {
	.customRadio label span:before {
		top: 6px;
	}
}

/* intro-text
======================================== */
.intro-text{
	padding: 0px 0 50px;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: -20px;
}
.intro-text p:last-child{
	margin-bottom: 0
}
.intro-text .column{
	text-align: center;
}
.intro-text .column .title1{
	margin-top: 30px;
}
.top-text{
	margin: 0 auto 60px;
	text-align: center;
	border-top: 1px solid #ec1890;
	padding-top: 50px;
}
.top-text .title1{
	margin-bottom: 20px;
}
.top-text .link{
	margin-top: 30px;
}
.top-text .block{
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    max-width: 950px;
    margin: 50px auto 0;
    justify-content: space-between;
}
.top-text .block .image img{
	height: 100%;
}
.top-text .block .image{
	margin-bottom: 20px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-text .block .column{
	padding: 0 20px;
	width: 33.33%;
}
.top-text .link{
	list-style: none;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	max-width: 250px;
}
.top-text .link li {
	margin-bottom: 10px;
}
.top-text .link li a{
	display: block;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.intro-text{
		padding: 0px 0 30px;
		font-size: 22px;
		margin-top: -60px;
	}
	.top-text{
		margin-bottom: 100px;
		padding-top: 60px;
	}
	.top-text .title1{
		margin-bottom: 40px;
	}
	.top-text .block{
		font-size: 28px;
	}

	.top-text .block .image{
		height: 60px;
	}
	.top-text .link{
		max-width: 400px;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.top-text .link li{
		width: 48%;
		margin-bottom: 0;
	}
}

/* team-list
======================================== */
/*


.team-list .column:hover{
	opacity: 0.8;
}



 */
 

@media only screen and (min-width: 768px) {
	.team-list{
		justify-content: flex-start;
	}
	.team-list .column{
		width: 33.33%;
	}
	.team-list .column h3{
		font-size: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.team-list .column{
		width: 20%;
	}
}

/* scroll
======================================== */
#scroll{
	position: fixed;
	padding-top: 30px;
}

#scroll .wrap{
	position: relative;
	padding-left: 30px;
}

#scroll ul{
	position: absolute;
	list-style: none;
	top: 0;
	margin: -30px 0 0;
	padding: 0 0 0 20px;
	text-align: left;
}

#scroll .bar:before{
	width: 2px;
	background-color: #ddd;
	height: 30px;
	content: '';
	position: absolute;
	margin-top: -30px;
	margin-left: -1px;
}

#scroll .bar{
	width: 2px;
	background-color: #ddd;
	height: 200px;
}

#scroll .bar span{
	width: 8px;
	height: 30px;
	background-color: #000;
	display: block;
	margin-left: -3px;
	position: absolute;
	margin-top: -30px;
}

@media only screen and (max-width: 991px) {
	#scroll{
		display: none;
	}
}

/* modal
======================================== */
.modal-dialog{
	max-width: 800px;
	border-radius: 0;
	border: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.modal-content{
	border-radius: 0;
	border: 0;
}
.modal-title{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
	font-size: 30px;
	margin: 0;
}
.modal-header{
	border-bottom: 0;
}

.modal-body .image{
	max-width: 200px;
	text-align: center;
	margin: 0 auto 20px;
	overflow: hidden;
	border-radius: 50%;
}

.modal-body h6{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 30px 0 20px;
}
.close{
	color: #ec1890;
	opacity: 1;
}
.modal-body .list{
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
}
.modal-body .list li{
	width: 20%;
	padding:0 10px;
	margin-bottom: 10px
}
.modal-body .list li img{
	width: 100%;
}
.modal-body iframe{
	border: 0;
	height: 310px;
}
@media only screen and (min-width: 768px) {
	.modal-title{
		font-size: 40px;
		margin-top: 0px;
	}
	.modal-header{
		padding-left: 30px;
	}
	.modal-body{
		padding: 0px 30px 30px;
	}
	.modal-body .wrap{
		display: flex;
	}
	.modal-body .column{
		width: calc(100% - 280px);
	}
	.modal-body .column:first-child{
		width: 280px;
		padding-right: 30px;
	}
	.modal-body .column .image{
		border-radius: 0;
		max-width: inherit;
	}
	.modal-body h6{
		font-size: 36px;
	}
}


/* wte
======================================== */
.wte .title1{
	margin-top: 40px;
}
.wte{
	margin-top: -40px;
}
.wte .first-time{
	color: #fff;
	background-color: #ec1890;
	padding: 1px 20px 30px;
}

.wte .first-time h3{
	text-transform: uppercase;
	font-size: 21px;
}
.wte .first-time .title1{
	margin-bottom: 20px;
}

.twoCol-text {
	margin-bottom: 50px;
}

.twoCol-text .column{
	text-align: center;
}
.twoCol-text .column .title1{
	position: relative;
	padding-left: 70px;
	text-align: left;
	margin-bottom: 20px;
}
.twoCol-text .column .title1:before{
	background: #fff url('../images/icon1.svg') top center no-repeat;
	background-size: 100% auto;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	width: 100%;
	width: 50px;
}

.image-full img{
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.wte{
		margin-top: -40px;
	}
	.wte .title1{
		margin-top: 40px;
	}
	.wte .first-time{
		padding: 1px 30px 30px;
	}
	.twoCol-text{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 80px;
	}
	.twoCol-text .column{
		text-align: left;
		width: 48%;
	}
	.twoCol-text .column p{
		margin-bottom: 0;
		font-size: 20px;
	}
	.twoCol-text .column .title1{
		margin-top: 0px;
		margin-bottom: 0;
	}

	.twoCol-text .column .title1{
		padding-left: 90px;
	}
	.twoCol-text .column .title1:before{
		width: 60px;
	}
}

/* class list
======================================== */
.class-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.class-list li{
	margin-bottom: 10px;
	border:1px solid #000;
}
.class-list a{
	display: block;
	padding: 10px;
	position: relative;
}
.class-list a .over{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	top: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.class-list a:hover{
	color: #000;
}
.class-list a:hover .over{
	opacity: 1;
}
.class-list a .over span{
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ec1890;
	padding: 8px 20px;
	border-radius: 8px
}

.class-list a p {
	margin-bottom: 0;
	font-size: 20px;
}

.class-list a p.time {
	font-size: 16px;
}
.class-list a p.text {
	font-size: 14px;
	text-transform: uppercase
}

.careers .column:first-child{
	height: 350px;
	background: url('../images/bg_careers.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.careers .column:last-child{
	padding: 40px 20px;
}

@media only screen and (min-width: 420px) {
	.class-list{
		display: flex;
		margin: 0 -10px;
		flex-wrap: wrap
	}
	.class-list li{
		margin-left: 10px;
		width: calc(50% - 10px);
	}
}

@media only screen and (min-width: 768px) {
	.class-list li{
		width: calc(20% - 10px);
	}
	.careers{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.careers .column{
		display: table-cell;
		width: 60%;
	}
	.careers .column:last-child{
		width: 40%;
		padding: 120px 40px 200px;
	}
}

/* location
======================================== */
.location{
	/* border-bottom: 1px solid #ED1792; KDS20240727 removed */
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.location .map{
	margin-bottom: 20px;
}
.location .map iframe{
	width: 100%;
	height: 300px;
}

@media only screen and (min-width: 768px) {
	.location{
		display: flex;
		justify-content: space-between;
	}

	.location .column{
		width: 60%;
		padding-right: 40px;
	}
	.location .column:last-child{
		width: 40%;
	}
	.location .map iframe{
		height: 500px;
	}
}

/* faq
======================================== */
.faq .title1{
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #ED1792;
}

.faq .heading{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 0px;
}

.faq .item{
	margin-bottom: 30px;
	display: block;
}

#tab_nav {
	display: block;
	width: 100%;
	margin-top: 40px;
}
#tab_nav ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ED1792;
}
#tab_nav li {
	display: block;
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 5px;
}
#tab_nav li a.selected {
	display: inline-block;
	border-bottom: 2px solid #ED1792;
}
#tab_nav div {
	display: none;
}
#tab_nav div.selected {
	display: block;
}

@media only screen and (min-width: 768px) {
	.faq .title1{
		padding-left: 50px;
		font-size: 57px;
	}
	.faq .heading{
		font-size: 38px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	#tab_nav li {
		font-size: 38px;
	}
	#tab_nav {
		display: flex;
	}
	#tab_nav ul{
		width: 30%;
		padding: 0;
		border-bottom-width: 0;
	}
	#tab_nav ul li{
		border-right: 1px solid #ED1792;
		margin-bottom: 0;
	}
	#tab_nav ul li a{
		margin-bottom: 10px;
	}
	#tab_nav div{
		width: 70%;
		padding-left: 40px;
	}
	.faq .item{
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 992px) {
	#tab_nav div{
		padding-left: 60px;
	}

}

.zingfit{
	position: relative;
}

.zingfit.loading{
	background: url('../images/loading.gif') center no-repeat;
}

.newsletter ::-webkit-input-placeholder {
	color: #ffffff;
}
.newsletter ::-moz-placeholder {
	color: #ffffff;
}
.newsletter :-ms-input-placeholder {
	color: #ffffff;
}
.newsletter :-moz-placeholder {
	color: #ffffff;
}

.newsletter .thankyou{
	max-width: 500px;
}


.newsletter .thankyou p{
	font-size: 14px;
	font-weight: 400;
}

.newsletter{
	background: #000 url('../images/bg_newsletter.jpg') top center no-repeat;
	background-size: cover;
	min-height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 50px 0;
}
.newsletter .logo{
	max-width: 550px;
	margin-bottom: 20px
}
.newsletter p{
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 17px;
}

.newsletter input{
	border: 0;
	background-color: #949191;
	color: #fff;
}

.newsletter input[type="submit"]{
	background-color: #ec008c;
	color: #fff;
	text-transform: uppercase;
}

.newsletter ul.social{
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}
.newsletter ul.social li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}

.newsletter ul.social li img{
	width: 30px;
	margin-right: 10px;
}
.newsletter ul.social li a{
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
}

.newsletter div.wpcf7 .ajax-loader{
	display: block;
}
.newsletter div.wpcf7-response-output{
	border: 0;
	padding: 0;
}
.newsletter span.wpcf7-not-valid-tip{
	font-size: 12px;
	margin-top: 5px;
}
.culture-text{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	font-size: 20px;
	border-top: 1px solid #ec1890;
	padding-top: 20px;
}
.culture-text b{
	font-weight: normal;
	color: #ec1890;
}
@media only screen and (min-width: 768px) {
	
	.newsletter form{
		max-width: 500px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.newsletter .form-group{
		width: 49%;
	}
	.newsletter .form-group-full{
		width: 100%;
	}

	.newsletter input[type="submit"]{
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
		margin-right: 0;
		margin-left: auto;
	}
	.newsletter p{
		font-size: 22px;
	}
	.newsletter .thankyou p{
		font-size: 16px;
	}
	.newsletter p span{
		font-size: 19px;
	}
	.newsletter ul.social{
		margin-top: 80px;
	}
	.newsletter ul.social li{
		margin-bottom: 0px;
		margin-right: 30px;
	}
	.culture-text{
		font-size: 40px;
		line-height: 1.3;
		padding-top: 40px;
	}
	.culture-text p{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px){
	.newsletter{
		background: #000 url('../images/bg_newsletter.jpg') top center no-repeat;
		background-size: cover;

		color: #fff;
		padding: 50px 0;
		background-position: -768px;
	}
}

/** Temporary Modifications **/
.block-new{
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	letter-spacing: 1px;
	line-height: 1.3;
  display: flex;
  max-width: 950px;
  margin: 50px auto 0;
	font-size: 28px;
  justify-content: space-between;
}
.block-new p{
	margin-top: 30px;
}
.block-new img{
	max-width: 100%;
	margin-bottom: 50px;
	margin: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 768px){
	.block-new {
		font-size: 28px;
	}
}



/** Change Request December 20, 2020

Author : KDS
Company : Tarellia Solutions
Date: December 20, 2020
**/
.nav-808 .nav-link{
	font-size: 4em;
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	font-spacing: 2px;
}
.nav-808 .nav-link.active{
	background-color: transparent;
	color: #ed1790;
  text-decoration: underline;
	text-decoration-color: #000;
}

.nav-808-mini .nav-link{
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Antonio', sans-serif;
	font-spacing: 2px;
}
.nav-808-mini .nav-link.active{
	background-color: transparent;
	color: #ed1790;
  text-decoration: underline;
	text-decoration-color: #000;
}

.card-808 .card-header{
	background-color: transparent;
	border-bottom: none;
}
.card-808 .card-footer{
	background-color: transparent;
	border-top: none;
}
.card-808 .card-title{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 37px;
	font-family: 'Antonio', sans-serif;
	/* font-size: 37px;
	position: relative; */
}

@media only screen and (max-width: 768px) {
	.card-808 .card-title{
		letter-spacing: 2px;
		font-size: 27px;
	}
	.card-808 .card-text{
		font-size: 16px;
		margin-top: -50px
	}
	.top-banner .main-slider .item{
		max-height: 50vh;
	}
	.top-banner .cta{
		padding-bottom: 265px;
	}
}

/** Change Request July 27, 2024

Author : KDS
Company : Tarellia Solutions
Date: July 27, 2024
**/
span.text-underline-primary{
	text-decoration: underline;
	text-decoration-color: #ed1790;
}
span.text-primary{
	color: #ed1790;
}
.block-grey{
	background-color: #F0F0F0;
	margin-top: 10%;
	padding: 20px;
}

.text-anton{
	font-family: 'Antonio', 'sans-serif';
}

.btn-outline-new > a.wp-element-button:hover{
	color: #fff;
	background-color: #ed1790;
}

.text-primary-h1{
	color: #ED1890 !important;
	font-family: 'Antonio', sans-serif;
}

p.p-text-description{
	font-family: 'Antonio', sans-serif;
}

div.clear-padding-bottom{
	margin-bottom: -100px !important;
}

.btn-outline-package{
	padding: 12px 30px;
	color: #ed1790;
	background-color: transparent;
	border-radius: 60px;
	border: 2px solid #ed1790;
	font-weight: 700;
}
.btn-outline-package:focus,
.btn-outline-package:hover{
	background-color: #ed1790;
	border: 2px solid transparent;
	color: #fff;
}

.promo-text{
	text-transform: uppercase;
	color: #ed1790;
	font-size: 12px;
	font-family:"Antonio", sans-serif;
}
.promo-star{
	text-transform: uppercase;
	color: #ed1790;
	font-size: 16px;
	font-family:"Antonio", sans-serif;
}
.navbar-shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}


/** NEW 20240804 **/
.coming-soon-container{
	background-color: #F0F0F0;
}
@media only screen and (max-width: 768px){
	h1{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: bold; 
		font-size: 32px;
		/* margin-bottom: 10%; */
		line-height: 150%;
	}
	h2{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: bold; 
		font-size: 28px;
		/* margin-bottom: 10%; */
		line-height: 150%;
	}
	.footer-take-out-phrase{
		color: #FFFFFF; 
		font-family: 'Neue Display'; 
		margin: auto;
		max-width: 90%;
	}
	.footer-take-out{
		background: url("../images/2024/beat_cover.jpg") center no-repeat;
		
	}
}
/** Macbook Pro M3 **/
@media only screen and (min-width: 962px){
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 5%;
		padding-bottom: 20px;
	}
	.event-container{
		height: 500px;
	}
	.main-slider{
		z-index:1;
	}
	body p{
		font-family: 'Neue Display Roman'; 
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}
	/* footer p{
		color: #000;
		font-size: 14px;
		line-height: 1.5;
		font-family: 'Antonio';
		font-weight: 400;
		overflow-x: hidden;
	} */
	footer p.anthem{
		font-size: 24px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
	}
	footer .footer-note p{
		font-family: 'Neue Display' !important;
		font-size: 14px;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border-left: 1px #fff solid;
		padding-left: 30px;
	}
	header .logo{
		position: relative;
		/* left: -200px; */
		
	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Medium";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 44px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h5{
		font-family: "Neue Display Bold";
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 50%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 55%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		margin-top: 200px;
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		max-width: 35%;
		height: 90%; 
		left: -54px; 
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: 977px;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 450px;
		height: 564px;
		max-height: 564px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 450px;
		height: 564px;
		max-height: 564px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 25%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 564px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 

	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 

	/** home Vibe intro **/
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 1124px;
	}
	p.home-vibe-intro-phrase{
		width: 83%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 20px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 30%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: 30px;
		top: 20px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 56px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin: 350px;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border-top: 1px solid #000;
	}

	/** Corporate **/
	.corporate-holder{
		margin-top: 10%;
		margin-bottom: 5%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}
	.team-list .column{
		display: block;
		width: 50%;
		position: relative;
		border: 1px solid #fff;
		color: #fff;
	}
	.team-list .column .image{
		text-align: center;
	}
	.team-list .column .image img{
		width: 100%;
	}
	.team-list .column h3{
		position: absolute;
		top: 10px;
		left: 10px;
		text-transform: uppercase;
		font-family: 'Antonio', sans-serif;
		letter-spacing: 2px;
		margin-top: 10px;
		font-size: 16px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	.team-list .column {
		width: 100%;
	}
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}

	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 10%;
	}
	.instructor-profile-detail{
		top: 10%;
		position: relative;
	}
	.instructor-profile-thumbnail{
		position: fixed;
		width: 50%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}
	footer{
		z-index: 1;
		position: relative;
	}

	/** Classes **/
	div.class-page-info{
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 5%;
	}
	div.class-card-parent{
		max-width: 50%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		margin-top: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 20px;
		font-weight: 700;
	}
	.class-card-parent p{
		width: 80%;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
}
@media only screen and (min-width: 768px){
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 5%;
		padding-bottom: 20px;
	}
	.event-container{
		height: auto;
	}
	.main-slider{
		z-index:1;
	}
	body p{
		font-family: 'Neue Display Roman'; 
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}
	/* footer p{
		color: #000;
		font-size: 14px;
		line-height: 1.5;
		font-family: 'Antonio';
		font-weight: 400;
		overflow-x: hidden;
	} */
	footer p.anthem{
		font-size: 24px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
	}
	footer .footer-note p{
		font-family: 'Neue Display' !important;
		font-size: 14px;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border-left: 1px #fff solid;
		padding-left: 30px;
	}
	header .logo{
		position: relative;
		/* left: -200px; */
		
	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
		margin-right : 150px;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Medium";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 44px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h5{
		font-family: "Neue Display Bold";
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 50%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 55%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		margin-top: 200px;
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		max-width: 35%;
		height: 90%; 
		left: -54px; 
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: 977px;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 450px;
		height: 564px;
		max-height: 564px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 450px;
		height: 564px;
		max-height: 564px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 25%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 564px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 

	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 

	/** home Vibe intro **/
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 1124px;
	}
	p.home-vibe-intro-phrase{
		width: 83%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 20px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 30%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: 30px;
		top: 20px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 56px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin: 350px;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border-top: 1px solid #000;
	}

	/** Corporate **/
	.corporate-holder{
		margin-top: 10%;
		margin-bottom: 5%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}
	.team-list .column{
		display: block;
		width: 50%;
		position: relative;
		border: 1px solid #fff;
		color: #fff;
	}
	.team-list .column .image{
		text-align: center;
	}
	.team-list .column .image img{
		width: 100%;
	}
	.team-list .column h3{
		position: absolute;
		top: 10px;
		left: 10px;
		text-transform: uppercase;
		font-family: 'Antonio', sans-serif;
		letter-spacing: 2px;
		margin-top: 10px;
		font-size: 16px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	.team-list .column {
		width: 100%;
	}
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}

	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 10%;
	}
	.instructor-profile-detail{
		top: 10%;
		position: relative;
	}
	.instructor-profile-thumbnail{
		position: fixed;
		width: 50%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}
	footer{
		z-index: 1;
		position: relative;
	}

	/** Classes **/
	div.class-page-info{
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 5%;
	}
	div.class-card-parent{
		max-width: 50%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		margin-top: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 20px;
		font-weight: 700;
	}
	.class-card-parent p{
		width: 80%;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
}
/** Android **/
@media only screen and (max-width: 768px) and (max-height: 1024px){
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
		width: 90%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 20%;
		padding-bottom: 30px;
	}
	header .navi .menu ul.menu-list-container{
		text-align: left;
		padding: 140px 25px 0;
		font-family: Arial;
	}
	header .navi .menu ul.menu-list-container > li{
		padding: 10px;
	}
	header .navi .menu .header-mobile-menu-logo{
		width: 50%;
		top: 78px;
		position:relative;
		padding: 0 0 0 20px;
	}
	.event-container{
		height: 500px;
	}
	body p {
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	header{
		background: #fff;
	}
	.main-heading{
		margin-top: 10%;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border: 0 !important;
		/* top: -150px; */
		position: relative;
		padding: 20px;
	}
	header .navi .login > ul.login-widget-container{
		border-top: 1px #8C8A8B solid;
		/* top: -150px; */
		position: relative;
		padding: 50px 10px 0;
	}
	header .logo{
		position: relative;
	}
	header.open .logo{
		position: relative;
		top: -200px;
		width: 150%;
	}
	header.open .nav-icon{
		
	}
	header .logo a img,
	header .logo a svg{
		width: 50%;
	}
	/* button.slick-arrow{
		margin: 2.5%;
	} */
	.top-banner .slick-arrow{
		display: block;
	} 
	.navbar-shadow{

	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left:0;
		top: 0;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Roman";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	.contact-us-heading{
		padding-bottom: 0px;
		padding-left : 5%;
	}
	#address-tab a.nav-tab-regular{
		font-size: 16px;
		font-family: 'Neue Display Roman';
		line-height: 150%;
		font-weight: 700;
	}
	footer p.anthem{
		font-size: 20px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
		margin-bottom: 10%;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 28px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 100%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 200;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 100%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		height: 90%; 		
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
		right: 25%;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: auto;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 10%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 480px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 


	/** home Vibe intro **/
	div.simple-banner-text span{
		font-size: 14px;
		font-weight: 200;
	}
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 90%;
	}
	p.home-vibe-intro-phrase{
		width: 100%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 36%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: -10px;
		top: -70px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin-top: 80%;
		margin-left: 5%;
		width: 90%;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border: 1px solid #8C8A8B;
		border-radius: 8px;
		padding: 5%;
		margin: 5%;
	}
	.package-list-parent .btn{
		display: block;
	}
	.package-list-container{
		align-items: center;
		margin:auto;
		text-align:center;
	}
	.promo-text{
		text-align: center;
	}
	div.gift-card-container{
		border-radius: 6px;
		background-color: #F0F0F0;
		width: 90%;
		margin: auto;
	}
	div.gift-card-container .gift-card-img{
		width: 100%;
	}
	/** Corporate **/
	.corporate-holder{
		margin-top: 40%;
		margin-bottom: 5%;
		width: 90%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
		border-width: thin;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.team-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.team-list h3{
		font-size: 16px;
        line-height: 150%;
        /* font-family: 'Neue Display'; */
		font-family: 'Antonio';
        /* text-transform: capitalize; */
		text-transform: uppercase;
        /* color: #fff; */
		color: #000;
        /* background-color: #ed1780; */
        /* width: 50%; */
        padding: 2%;
        text-align: left;
        /* margin: auto; */
        position: relative;
        /* top: -5%; */
		top: -180px;
		left: 10px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	/* .team-list .column {
		width: 100%;
	} */
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}
	.instructor-profile-anchor{
		left: -180px;
		top: -420px;
	}
	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		top: 13%;
		position:absolute;
	}
	.instructor-profile-detail{
		width: 100%;
		position: relative;
		top: -145px;
	}
	.instructor-profile-thumbnail{
		position: relative;
		width: 100%;
		padding: 10%;
		margin: auto;
		top: 15%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}

	footer{
		z-index: 1;
		position: relative;
	}
	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 
	/** Classes **/
	div.class-card-parent h5{
		font-family: 'Neue Display Bold';
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	div.class-page-info{
		margin-top: 20%;
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 10%;
		margin: 2%;
	}
	div.class-card-parent{
		max-width: 90%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		padding: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 16px;
		font-weight: 700;
	}
}
@media only screen and (max-width: 480px) and (-webkit-device-pixel-ratio: 2){
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
		width: 90%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 20%;
		padding-bottom: 30px;
	}
	header .navi .menu ul.menu-list-container{
		text-align: left;
		padding: 140px 25px 0;
		font-family: Arial;
	}
	header .navi .menu ul.menu-list-container > li{
		padding: 10px;
	}
	header .navi .menu .header-mobile-menu-logo{
		width: 50%;
		top: 78px;
		position:relative;
		padding: 0 0 0 20px;
	}
	.event-container{
		height: 500px;
	}
	body p {
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	header{
		background: #fff;
	}
	.main-heading{
		margin-top: 10%;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border: 0 !important;
		/* top: -150px; */
		position: relative;
		padding: 20px;
	}
	header .navi .login > ul.login-widget-container{
		border-top: 1px #8C8A8B solid;
		/* top: -150px; */
		position: relative;
		padding: 50px 10px 0;
	}
	header .logo{
		position: relative;
	}
	header.open .logo{
		position: relative;
		top: -200px;
		width: 150%;
	}
	header.open .nav-icon{
		
	}
	header .logo a img,
	header .logo a svg{
		width: 50%;
	}
	/* button.slick-arrow{
		margin: 2.5%;
	} */
	.top-banner .slick-arrow{
		display: block;
	} 
	.navbar-shadow{

	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left:0;
		top: 0;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Roman";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	.contact-us-heading{
		padding-bottom: 0px;
		padding-left : 5%;
	}
	#address-tab a.nav-tab-regular{
		font-size: 16px;
		font-family: 'Neue Display Roman';
		line-height: 150%;
		font-weight: 700;
	}
	footer p.anthem{
		font-size: 20px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
		margin-bottom: 10%;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 28px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 100%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 200;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 100%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		height: 90%; 		
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
		right: 25%;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: auto;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 25%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 480px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 


	/** home Vibe intro **/
	div.simple-banner-text span{
		font-size: 14px;
		font-weight: 200;
	}
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 90%;
	}
	p.home-vibe-intro-phrase{
		width: 100%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 40%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: -10px;
		top: -70px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin-top: 80%;
		margin-left: 5%;
		width: 90%;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border: 1px solid #8C8A8B;
		border-radius: 8px;
		padding: 5%;
		margin: 5%;
	}
	.package-list-parent .btn{
		display: block;
	}
	.package-list-container{
		align-items: center;
		margin:auto;
		text-align:center;
	}
	.promo-text{
		text-align: center;
	}
	div.gift-card-container{
		border-radius: 6px;
		background-color: #F0F0F0;
		width: 90%;
		margin: auto;
	}
	div.gift-card-container .gift-card-img{
		width: 100%;
	}
	/** Corporate **/
	.corporate-holder{
		margin-top: 40%;
		margin-bottom: 5%;
		width: 90%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
		border-width: thin;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.team-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.team-list h3{
		font-size: 16px;
        line-height: 150%;
        /* font-family: 'Neue Display'; */
		font-family: 'Antonio';
        /* text-transform: capitalize; */
		text-transform: uppercase;
        /* color: #fff; */
		color: #000;
        /* background-color: #ed1780; */
        /* width: 50%; */
        padding: 2%;
        text-align: left;
        /* margin: auto; */
        position: relative;
        /* top: -5%; */
		top: -180px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	/* .team-list .column {
		width: 100%;
	} */
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}
	.instructor-profile-anchor{
		left: -180px;
		top: -420px;
	}
	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		top: 13%;
		position:absolute;
	}
	.instructor-profile-detail{
		width: 100%;
		position: relative;
		top: -145px;
	}
	.instructor-profile-thumbnail{
		position: relative;
		width: 100%;
		padding: 10%;
		margin: auto;
		top: 15%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}

	footer{
		z-index: 1;
		position: relative;
	}
	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 
	/** Classes **/
	div.class-card-parent h5{
		font-family: 'Neue Display Bold';
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	div.class-page-info{
		margin-top: 20%;
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 10%;
		margin: 2%;
	}
	div.class-card-parent{
		max-width: 90%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		padding: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 16px;
		font-weight: 700;
	}
}
/** iOS 14 and up **/
@media only screen and (max-width: 430px) and (max-height: 932px) and (-webkit-device-pixel-ratio: 3){
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
		width: 90%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 20%;
		padding-bottom: 30px;
	}
	header .navi .menu ul.menu-list-container{
		text-align: left;
		padding: 140px 25px 0;
		font-family: Arial;
	}
	header .navi .menu ul.menu-list-container > li{
		padding: 10px;
	}
	header .navi .menu .header-mobile-menu-logo{
		width: 50%;
		top: 78px;
		position:relative;
		padding: 0 0 0 20px;
	}
	.event-container{
		height: 500px;
	}
	body p {
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	header{
		background: #fff;
	}
	.main-heading{
		margin-top: 10%;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border: 0 !important;
		/* top: -150px; */
		position: relative;
		padding: 20px;
	}
	header .navi .login > ul.login-widget-container{
		border-top: 1px #8C8A8B solid;
		/* top: -150px; */
		position: relative;
		padding: 50px 10px 0;
	}
	header .logo{
		position: relative;
	}
	header.open .logo{
		position: relative;
		top: -200px;
		width: 150%;
	}
	header.open .nav-icon{
		
	}
	header .logo a img,
	header .logo a svg{
		width: 50%;
	}
	/* button.slick-arrow{
		margin: 2.5%;
	} */
	.top-banner .slick-arrow{
		display: block;
	} 
	.navbar-shadow{

	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left:0;
		top: 0;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Roman";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	.contact-us-heading{
		padding-bottom: 0px;
		padding-left : 5%;
	}
	#address-tab a.nav-tab-regular{
		font-size: 16px;
		font-family: 'Neue Display Roman';
		line-height: 150%;
		font-weight: 700;
	}
	footer p.anthem{
		font-size: 20px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
		margin-bottom: 10%;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 28px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 100%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 200;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 100%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		height: 90%; 		
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
		right: 25%;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: auto;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 10%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 480px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 


	/** home Vibe intro **/
	div.simple-banner-text span{
		font-size: 14px;
		font-weight: 200;
	}
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 90%;
	}
	p.home-vibe-intro-phrase{
		width: 100%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 100%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: -10px;
		top: -70px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin-top: 80%;
		margin-left: 5%;
		width: 90%;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border: 1px solid #8C8A8B;
		border-radius: 8px;
		padding: 5%;
		margin: 5%;
	}
	.package-list-parent .btn{
		display: block;
	}
	.package-list-container{
		align-items: center;
		margin:auto;
		text-align:center;
	}
	.promo-text{
		text-align: center;
	}
	div.gift-card-container{
		border-radius: 6px;
		background-color: #F0F0F0;
		width: 90%;
		margin: auto;
	}
	div.gift-card-container .gift-card-img{
		width: 100%;
	}
	/** Corporate **/
	.corporate-holder{
		margin-top: 40%;
		margin-bottom: 5%;
		width: 90%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
		border-width: thin;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.team-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.team-list h3{
		font-size: 16px;
        line-height: 150%;
        /* font-family: 'Neue Display'; */
		font-family: 'Antonio';
        /* text-transform: capitalize; */
		text-transform: uppercase;
        /* color: #fff; */
		color: #000;
        /* background-color: #ed1780; */
        /* width: 50%; */
        padding: 2%;
        text-align: left;
        /* margin: auto; */
        position: relative;
        /* top: -5%; */
		top: -160px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	/* .team-list .column {
		width: 100%;
	} */
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}
	.instructor-profile-anchor{
		left: -180px;
		top: -420px;
	}
	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		top: 13%;
		position:absolute;
	}
	.instructor-profile-detail{
		width: 100%;
		position: relative;
		top: -145px;
	}
	.instructor-profile-thumbnail{
		position: relative;
		width: 100%;
		padding: 10%;
		margin: auto;
		top: 15%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}

	footer{
		z-index: 1;
		position: relative;
	}
	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 
	/** Classes **/
	div.class-card-parent h5{
		font-family: 'Neue Display Bold';
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	div.class-page-info{
		margin-top: 20%;
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 10%;
		margin: 2%;
	}
	div.class-card-parent{
		max-width: 90%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		padding: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 16px;
		font-weight: 700;
	}
}
/** iOS **/
@supports (-webkit-touch-callout: none) {
	@media only screen and (max-width: 768px) and (max-height: 896px ) and (-webkit-device-pixel-ratio: 3){
		.event-container{
			height: 500px;
		}
		body p {
			font-family: 'Neue Display Roman'; 
			font-size: 20px;
			font-weight: 400;
			line-height: 150%;
		}
		header{
			background: #fff;
		}
		.main-heading{
			margin-top: 10%;
		}
		header .navi .menu{
			position: relative;
			right: -150px;
		}
		header .navi .login{
			border-left: 1px #fff solid;
			padding-left: 30px;
		}
		header .logo{
			position: relative;
		}
		header.open .logo{
			position: relative;
			top: -200px;
			width: 150%;
		}
		header.open .nav-icon{
			
		}
		header .logo a img,
		header .logo a svg{
			width: 50%;
		}
		/* button.slick-arrow{
			margin: 2.5%;
		} */
		.top-banner .slick-arrow{
			display: block;
		} 
		.navbar-shadow{
	
		}
		.menu ul > li{
			font-weight: 700;
		}
		.menu > ul > li > a:hover{
			color: #000;
		}
		header ul li{
			display: inline-block;
			margin-right: 1px;
		}
		
		header .navi .menu{
			display: none;
			position: fixed;
			width: 100%;
			height: 100%;
			left:0;
			top: 0;
		}
		
		header .navi .menu ul li a{
			font-size: 16px;
			font-family: "Neue Display Medium";
			line-height: 100%;
			position: relative;
		}
		header .navi .menu ul li a:hover{
			color: #000;
		}
		header .navi .menu ul li a:hover:after{
			content: '';
			width: 100%;
			height: 2px;
			background-color: #ed1790;
			position: absolute;
			bottom: -8px;
			left: 0;
		}
		header .navi .menu ul li a.btn:hover{
			color: #fff;
		}
		header .navi .menu ul li a.btn:hover:after{
			display: none;
		}
		header .navi .menu ul li.active a{
			position: relative;
		}
		
		header .navi .menu ul li.active a:after{
			content: '';
			width: 100%;
			height: 2px;
			background-color: #ed1790;
			position: absolute;
			bottom: -8px;
			left: 0;
		}
		header .navi .menu ul li.strong a{
			font-weight: 700;
		}
		header .navi .menu ul li{
			padding-right: 45px;
		}
		header .navi .menu ul li:last-child{
			padding-right: 1px;
		}
		header .navi .menu ul li .submenu {
			display: none;
		}
		.contact-us-heading{
			padding-bottom: 0px;
			padding-left : 5%;
		}
		#address-tab a.nav-tab-regular{
			font-size: 16px;
			font-family: 'Neue Display Roman';
			line-height: 150%;
			font-weight: 700;
		}
		footer p.anthem{
			font-size: 20px; 
			line-height: 2; 
			font-weight: 700; 
			letter-spacing: 2px;
			font-family: 'Antonio';
			margin-bottom: 10%;
		}
		h1.footer-h1-title{
			text-transform: uppercase; 
			color: #ED1890; 
			font-weight: 700; 
			font-size: 50px;
		}
		.hero-heading h1{
			font-size: 56px;
		}
	
		h2{
			font-size: 28px;
			line-height: 150%;
			font-weight: bold;
			text-transform: uppercase; 
			color: #000; 
		}
	
		h3{
			font-size: 32px;
			line-height: 150%;
			font-weight: bold;
			text-transform: uppercase; 
			color: #000;
		}
		h4{
			font-size: 24px;
			line-height: 150%;
			font-weight: bold;
			text-transform: uppercase; 
			color: #000;
			font-family: 'Neue Display';
		}
		h6{
			font-family: "Neue Display Medium";
			font-size: 18px;
			line-height: 150%;
			font-weight: 400;
		}
		.footer-take-out h2{
			color: #ED1890;
		}
		.footer-take-out-phrase{
			margin: auto;
			max-width: 100%;
			color: white
		}
		p.large{
			font-family: 'Neue Display Roman'; 
			font-size: 16px;
			font-weight: 200;
			line-height: 150%;
		}
		p.regular{
			font-family: 'Neue Display Roman'; 
			font-size: 16px;
			font-weight: 400;
			line-height: 150%;
		}
		p.small{
			font-family: 'Neue Display Roman'; 
			font-size: 14px;
			font-weight: 400;
			line-height: 150%;
		}
		p.xsmall{
			font-family: 'Neue Display Roman'; 
			font-size: 12px;
			font-weight: 400;
			line-height: 150%;
		}
		p.center-phrase{
			width: 100%;
			margin: auto;
		}
	
		.spotify-embed-container{
			height: 800px;
		}
		/** Podium **/
		.home-podium-showcase-parent{
			background-color: #000;
			opacity: 100%;
			
		}
		.home-podium-showcase{
			background-color: #1a1718;
			height: 590px;
			opacity: 100%;
			background-image: url("../images/2024/WF-Beat.png");
			background-repeat: no-repeat;
			background-position: right top;
			background-attachment: scroll;
			background-position-y: -275px;
			background-position-x: 1140px;
			background-blend-mode: soft-light;
			background-size: 25%;
		}
		.home-podium-showcase-phrase{
			color: #fff;
		}
		span.home-podium-showcase-phrase-highlight{
			color: #ed1790;
		}
		.home-podium-showcase-phrase-container{
			background-color: #1a1718;
			opacity: 80%;
			padding: 50px;
			height: 90%; 		
		}
	
		.home-podium-showcase-image-container{
			margin-top: 150px;
		}
		.home-podium-showcase-image-container img{
			margin-top: -110px !important;
			max-width: 105%;
		}
		.home-podium-showcase-container{
			max-width: 1440px;
			margin: auto;
		}
		h4.home-podium-showcase-image-title{
			z-index: 1;
			position: absolute;
			margin: 20px;
			color: #fff;
			border-bottom: 3px solid #ED1890;
			padding-bottom: 10px;
			top:-110px;
			right: 25%;
		}
	
		/** VIBE **/
		.home-vibe-parent{
			height: auto;
			background-color: #F0F0F0;
		}
	
		div.vibe-dance-cardio{
			background: url("../images/2024/DanceCardio.png") no-repeat;
			background-size: cover;
			width: 350px;
			height: 480px;
			max-height: 480px;
		}
		div.vibe-dance-choreo{
			background: url("../images/2024/DanceChoreo.png") no-repeat;
			background-size: cover;
			width: 350px;
			height: 480px;
			max-height: 480px;
		}
		div.vibe-dance-container{
			margin: auto;
			padding-top: 45%;
			padding-left: 10%;
		}
		div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
			background: url("../images/2024/Learn_more.png") no-repeat;
			background-size: cover;
			height: 480px;
			
		}
		
		div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
			opacity: 0.1;
		}
		p.vibe-dance-phrase{
			font-family: 'Antonio';
			font-size: 32px;
			font-weight: bold;
			line-height: 150%;
			text-transform:uppercase;
			color: #fff;
			text-align: left;
			margin: auto;
			max-width: 90%;
		}
		p.vibe-outline-phrase{
			font-family: 'Neue Display Medium';
			font-size: 64px;
			-webkit-text-stroke-width: 1px;
			-webkit-text-stroke-color: #fff;
			color: transparent;
			text-transform:uppercase;
			text-align: left;
			line-height: 150%;
			margin: auto;
			max-width: 90%;
		}
	
		.btn-outline-bold{
			padding: 12px 30px;
			color: #ed1790;
			background-color: transparent;
			border-radius: 60px;
			border: 1px solid #ed1790;
			font-weight: 700;
			font-size: 20px;
			font-family: 'Neue Display Bold';
		}
		.btn-outline-bold:focus,
		.btn-outline-bold:hover{
			background-color: #ed1790;
			border: 1px solid transparent;
			color: #fff;
		} 
	
	
		/** home Vibe intro **/
		div.simple-banner-text span{
			font-size: 14px;
			font-weight: 200;
		}
		div.home-vibe-intro-image > img{
			width: 552px;
		}
	
		div.home-vibe-intro-container{
			width: 90%;
		}
		p.home-vibe-intro-phrase{
			width: 100%;
		}
	
		.caption-small{
			font-size: 14px;
			line-height: 150%;
			font-weight: 500;
			font-family: 'Neue Display Medium';
		}
		.caption-medium{
			font-size: 16px;
			line-height: 150%;
			font-weight: 500;
			font-family: 'Neue Display Medium';
		}
		.caption-large{
			font-size: 20px;
			line-height: 150%;
			font-weight: 500;
			font-family: 'Neue Display Medium';
		}
		.home-vibe-intro-image-star{
			text-transform: uppercase;
			width: 40%;
			margin: auto;
			text-align: center;
			color: #fff;
			background: url("../images/2024/Star_1.png") no-repeat center;
			height: 160px;
			left: -10px;
			top: -70px;
			position: absolute;
			
		}
		.home-vibe-intro-image-star > p.caption-medium{
			margin-top: 45px;
		}
	
	
		h1.carousel-title{
			color: #fff;
			text-transform: uppercase;
			font-size: 32px;
			line-height: 150%;
			font-family: 'Antonio';
		}
		div.carousel-home-description{
			margin-top: 80%;
			margin-left: 5%;
			width: 90%;
		}
		.carousel-container{
			position: relative;
			top: -100px;
		}
		
		/** Packages **/
		.package-heading-phrase{
			width: 80%;
		}
		.package-list-parent{
			padding-top: 3%;
			padding-bottom: 3%;
			border: 1px solid #8C8A8B;
			border-radius: 8px;
			padding: 5%;
			margin: 5%;
		}
		.package-list-parent .btn{
			display: block;
		}
		.package-list-container{
			align-items: center;
			margin:auto;
			text-align:center;
		}
		.promo-text{
			text-align: center;
		}
		div.gift-card-container{
			border-radius: 6px;
			background-color: #F0F0F0;
			width: 90%;
			margin: auto;
		}
		div.gift-card-container .gift-card-img{
			width: 100%;
		}
		/** Corporate **/
		.corporate-holder{
			margin-top: 40%;
			margin-bottom: 5%;
			width: 90%;
		}
	
		.corporate-intro{
			border-bottom: 2px solid #000;
			border-width: thin;
		}
		.email-large{
			font-weight: 800;
			border-bottom: 1px #000 solid;
		}
	
	
		/** Instructors **/
		.team-list .col-md-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}
		.team-list .col-sm-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		.team-list h3{
			font-size: 18px;
			line-height: 150%;
			/* font-family: 'Neue Display Medium'; */
			font-family: 'Antonio';
			/* text-transform: capitalize; */
			text-transform: uppercase;
			/* color: #fff; */
			color: #000;
			/* background-color: #ed1780; */
			/* width: 50%; */
			padding: 2%;
			text-align: left;
			/* margin: auto; */
			position: relative;
			/* top: -5%; */
			top: -80%;
		}
		.instructor-card{
			width: 263px;
			height: 337px;
	
		}
		.instructor-image{
			width: 100%;
		}
		/* .team-list .column {
			width: 100%;
		} */
		.modal-dialog-instructor{
			max-width: 100%;
			border-radius: 0;
			border: 0;
			/* padding-right: 15px; */
			/* padding-left: 15px; */
		}
		.instructor-profile-anchor{
			left: -180px;
			top: -420px;
		}
		.instructor-profile{
			width: 100%;
			height: 100%;
			background-color: #fff;
			top: 13%;
			position:absolute;
		}
		.instructor-profile-detail{
			width: 100%;
			position: relative;
			top: -10%;
		}
		.instructor-profile-thumbnail{
			position: relative;
			width: 100%;
			padding: 10%;
			margin: auto;
			top: 15%;
		}
		.instructor-image .instructor-image-overlay{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: none;
			color: #FFF;
			background-color: #ed1780;
			z-index:1;
			justify-items: center;
			text-align: center;
		}
		.instructor-image-overlay p{
			width: 80%;
			margin: auto;
			
		}
		.instructor-image-overlay img{
			width: 15%;
			margin: auto;
			margin-top: 30%;
			margin-bottom: 5%;
		}
		.instructor-image:hover .after{
			display: block;
			background-color: #ed1780;
		}
	
		footer{
			z-index: 1;
			position: relative;
		}
		.btn-outline-black{
			padding: 12px 30px;
			color: #1a1718;
			background-color: transparent;
			border-radius: 60px;
			border: 1px solid #1a1718;
			font-weight: 700;
			font-size: 20px;
			font-family: 'Neue Display Bold';
		}
		.btn-outline-black:focus,
		.btn-outline-black:hover{
			background-color: #1a1718;
			border: 1px solid transparent;
			color: #fff;
		} 
		/** Classes **/
		div.class-card-parent h5{
			font-family: 'Neue Display Bold';
			font-size: 20px;
			line-height: 150%;
			font-weight: 700;
		}
		div.class-page-info{
			margin-top: 20%;
			padding-bottom: 5%;
		}
		div.class-listing-row{
			border-bottom: 1px solid #1A1718;
			padding-bottom: 10%;
			margin: 2%;
		}
		div.class-card-parent{
			max-width: 90%;
			margin: auto;
		}
		.class-card{
			border: none;
			border-top: 1px solid #C5C4C4;
			border-radius: 0;
			
		}
		.class-card .card-header{
			border: none;
			background-color: #fff;
			border-radius: 0;
			padding: 0;
			margin-top: 3%;
		}
		.class-card .card-header a:hover{
			color: #000;
		}
		.class-card .card-header i{
			color: #ed1780;
		}
		/* .class-card .card-header:first-child {
			border:none;
		} */
		.classes-main-container{
			padding: 5%;
		}
		.classes-main-container p{
			font-family: 'Neue Display Roman'; 
			font-size: 16px;
			font-weight: 400;
			line-height: 150%;
		}
		
		.class-card-course-info{
			width: 100%;
		}
		.class-card p{
			font-family: 'Neue Display Roman'; 
			font-size: 16px;
			font-weight: 400;
			line-height: 150%;
		}
		.class-card p.caption-small{
			font-family: 'Neue Display Medium'; 
			font-size: 16px;
			font-weight: 500;
			line-height: 150%;
			color: #ed1780;
		}
		.class-course-tagline{
			color: #ed1780;
		}
		.class-course-tagline img{
			padding-right: 5px;
		}
		.classes-main-container p.caption-large{
			color: #ed1780;
			font: 'Neue Display Medium';
			font-size: 16px;
			font-weight: 700;
		}
	}
}
/** Android Samsung and iOS 14 and up **/
@media only screen and (max-width: 768px) and (max-height: 740px) {
	.coming-soon-container{
		background-color: #F0F0F0;
		border-radius: 6px;
		height: 250px;
		text-align: center;
		padding: 5%;
		width: 90%;
	}
	.coming-soon-container .beat-element-logo-coming-soon > img{
		width: 20%;
		padding-bottom: 30px;
	}
	header .navi .menu ul.menu-list-container{
		text-align: left;
		padding: 140px 25px 0;
		font-family: Arial;
	}
	header .navi .menu ul.menu-list-container > li{
		padding: 10px;
	}
	header .navi .menu .header-mobile-menu-logo{
		width: 50%;
		top: 78px;
		position:relative;
		padding: 0 0 0 20px;
	}
	.event-container{
		height: 500px;
	}
	body p {
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	header{
		background: #fff;
	}
	.main-heading{
		margin-top: 10%;
	}
	header .navi .menu{
		position: relative;
		right: -150px;
	}
	header .navi .login{
		border: 0 !important;
		/* top: -150px; */
		position: relative;
		padding: 20px;
	}
	header .navi .login > ul.login-widget-container{
		border-top: 1px #8C8A8B solid;
		/* top: -150px; */
		position: relative;
		padding: 50px 10px 0;
	}
	header .logo{
		position: relative;
	}
	header.open .logo{
		position: relative;
		top: -200px;
		width: 150%;
	}
	header.open .nav-icon{
		
	}
	header .logo a img,
	header .logo a svg{
		width: 50%;
	}
	/* button.slick-arrow{
		margin: 2.5%;
	} */
	.top-banner .slick-arrow{
		display: block;
	} 
	.navbar-shadow{

	}
	.menu ul > li{
		font-weight: 700;
	}
	.menu > ul > li > a:hover{
		color: #000;
	}
	header ul li{
		display: inline-block;
		margin-right: 1px;
	}
	
	header .navi .menu{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left:0;
		top: 0;
	}
	
	header .navi .menu ul li a{
		font-size: 16px;
		font-family: "Neue Display Roman";
		line-height: 100%;
		position: relative;
	}
	header .navi .menu ul li a:hover{
		color: #000;
	}
	header .navi .menu ul li a:hover:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li a.btn:hover{
		color: #fff;
	}
	header .navi .menu ul li a.btn:hover:after{
		display: none;
	}
	header .navi .menu ul li.active a{
		position: relative;
	}
	
	header .navi .menu ul li.active a:after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ed1790;
		position: absolute;
		bottom: -8px;
		left: 0;
	}
	header .navi .menu ul li.strong a{
		font-weight: 700;
	}
	header .navi .menu ul li{
		padding-right: 45px;
	}
	header .navi .menu ul li:last-child{
		padding-right: 1px;
	}
	header .navi .menu ul li .submenu {
		display: none;
	}
	.contact-us-heading{
		padding-bottom: 0px;
		padding-left : 5%;
	}
	#address-tab a.nav-tab-regular{
		font-size: 16px;
		font-family: 'Neue Display Roman';
		line-height: 150%;
		font-weight: 700;
	}
	footer p.anthem{
		font-size: 20px; 
		line-height: 2; 
		font-weight: 700; 
		letter-spacing: 2px;
		font-family: 'Antonio';
		margin-bottom: 10%;
	}
	h1.footer-h1-title{
		text-transform: uppercase; 
		color: #ED1890; 
		font-weight: 700; 
		font-size: 50px;
	}
	.hero-heading h1{
		font-size: 56px;
	}

	h2{
		font-size: 28px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000; 
	}

	h3{
		font-size: 32px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
	}
	h4{
		font-size: 24px;
		line-height: 150%;
		font-weight: bold;
		text-transform: uppercase; 
		color: #000;
		font-family: 'Neue Display';
	}
	h6{
		font-family: "Neue Display Medium";
		font-size: 18px;
		line-height: 150%;
		font-weight: 400;
	}
	.footer-take-out h2{
		color: #ED1890;
	}
	.footer-take-out-phrase{
		margin: auto;
		max-width: 100%;
		color: white
	}
	p.large{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 200;
		line-height: 150%;
	}
	p.regular{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	p.small{
		font-family: 'Neue Display Roman'; 
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
	p.xsmall{
		font-family: 'Neue Display Roman'; 
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	p.center-phrase{
		width: 100%;
		margin: auto;
	}

	.spotify-embed-container{
		height: 800px;
	}
	/** Podium **/
	.home-podium-showcase-parent{
		background-color: #000;
		opacity: 100%;
		
	}
	.home-podium-showcase{
		background-color: #1a1718;
		height: 590px;
		opacity: 100%;
		background-image: url("../images/2024/WF-Beat.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
		background-position-y: -275px;
		background-position-x: 1140px;
		background-blend-mode: soft-light;
		background-size: 25%;
	}
	.home-podium-showcase-phrase{
		color: #fff;
	}
	span.home-podium-showcase-phrase-highlight{
		color: #ed1790;
	}
	.home-podium-showcase-phrase-container{
		background-color: #1a1718;
		opacity: 80%;
		padding: 50px;
		height: 90%; 		
	}

	.home-podium-showcase-image-container{
		margin-top: 150px;
	}
	.home-podium-showcase-image-container img{
		margin-top: -110px !important;
		max-width: 105%;
	}
	.home-podium-showcase-container{
		max-width: 1440px;
		margin: auto;
	}
	h4.home-podium-showcase-image-title{
		z-index: 1;
		position: absolute;
		margin: 20px;
		color: #fff;
		border-bottom: 3px solid #ED1890;
		padding-bottom: 10px;
		top:-110px;
		right: 25%;
	}

	/** VIBE **/
	.home-vibe-parent{
		height: auto;
		background-color: #F0F0F0;
	}

	div.vibe-dance-cardio{
		background: url("../images/2024/DanceCardio.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-choreo{
		background: url("../images/2024/DanceChoreo.png") no-repeat;
		background-size: cover;
		width: 350px;
		height: 480px;
		max-height: 480px;
	}
	div.vibe-dance-container{
		margin: auto;
		padding-top: 45%;
		padding-left: 10%;
	}
	div.vibe-dance-choreo:hover, div.vibe-dance-cardio:hover{
		background: url("../images/2024/Learn_more.png") no-repeat;
		background-size: cover;
		height: 480px;
		
	}
	
	div.vibe-dance-choreo:hover p, div.vibe-dance-cardio:hover p{
		opacity: 0.1;
	}
	p.vibe-dance-phrase{
		font-family: 'Antonio';
		font-size: 32px;
		font-weight: bold;
		line-height: 150%;
		text-transform:uppercase;
		color: #fff;
		text-align: left;
		margin: auto;
		max-width: 90%;
	}
	p.vibe-outline-phrase{
		font-family: 'Neue Display Medium';
		font-size: 64px;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		color: transparent;
		text-transform:uppercase;
		text-align: left;
		line-height: 150%;
		margin: auto;
		max-width: 90%;
	}

	.btn-outline-bold{
		padding: 12px 30px;
		color: #ed1790;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #ed1790;
		font-weight: 700;
		font-size: 16px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-bold:focus,
	.btn-outline-bold:hover{
		background-color: #ed1790;
		border: 1px solid transparent;
		color: #fff;
	} 


	/** home Vibe intro **/
	div.simple-banner-text span{
		font-size: 14px;
		font-weight: 200;
	}
	div.home-vibe-intro-image > img{
		width: 552px;
	}

	div.home-vibe-intro-container{
		width: 90%;
	}
	p.home-vibe-intro-phrase{
		width: 100%;
	}

	.caption-small{
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-medium{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.caption-large{
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Neue Display Medium';
	}
	.home-vibe-intro-image-star{
		text-transform: uppercase;
		width: 50%;
		margin: auto;
		text-align: center;
		color: #fff;
		background: url("../images/2024/Star_1.png") no-repeat center;
		height: 160px;
		left: -10px;
		top: -70px;
		position: absolute;
		
	}
	.home-vibe-intro-image-star > p.caption-medium{
		margin-top: 45px;
	}


	h1.carousel-title{
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		line-height: 150%;
		font-family: 'Antonio';
	}
	div.carousel-home-description{
		margin-top: 80%;
		margin-left: 5%;
		width: 90%;
	}
	.carousel-container{
		position: relative;
		top: -100px;
	}
	
	/** Packages **/
	.package-heading-phrase{
		width: 80%;
	}
	.package-list-parent{
		padding-top: 3%;
		padding-bottom: 3%;
		border: 1px solid #8C8A8B;
		border-radius: 8px;
		padding: 5%;
		margin: 5%;
	}
	.package-list-parent .btn{
		display: block;
	}
	.package-list-container{
		align-items: center;
		margin:auto;
		text-align:center;
	}
	.promo-text{
		text-align: center;
	}
	div.gift-card-container{
		border-radius: 6px;
		background-color: #F0F0F0;
		width: 90%;
		margin: auto;
	}
	div.gift-card-container .gift-card-img{
		width: 100%;
	}
	/** Corporate **/
	.corporate-holder{
		margin-top: 40%;
		margin-bottom: 5%;
		width: 90%;
	}

	.corporate-intro{
		border-bottom: 2px solid #000;
		border-width: thin;
	}
	.email-large{
		font-weight: 800;
		border-bottom: 1px #000 solid;
	}


	/** Instructors **/
	.team-list .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.team-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.team-list h3{
		font-size: 16px;
        line-height: 150%;
        /* font-family: 'Neue Display'; */
		font-family: 'Antonio';
        /* text-transform: capitalize; */
		text-transform: uppercase;
        /* color: #fff; */
		color: #000;
        /* background-color: #ed1780; */
        /* width: 50%; */
        padding: 2%;
        text-align: left;
		left: 10px;
        /* margin: auto; */
        position: relative;
        /* top: -5%; */
		top: -160px;
	}
	.instructor-card{
		width: 263px;
		height: 337px;

	}
	.instructor-image{
		width: 100%;
	}
	/* .team-list .column {
		width: 100%;
	} */
	.modal-dialog-instructor{
		max-width: 100%;
		border-radius: 0;
		border: 0;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
	}
	.instructor-profile-anchor{
		left: -150px;
		top: -380px;
	}
	.instructor-profile{
		width: 100%;
		height: 100%;
		background-color: #fff;
		top: 13%;
		position:absolute;
	}
	.instructor-profile-detail{
		width: 100%;
		position: relative;
		top: -145px;
	}
	.instructor-profile-thumbnail{
		position: relative;
		width: 100%;
		padding: 10%;
		margin: auto;
		top: 15%;
	}
	.instructor-image .instructor-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		background-color: #ed1780;
		z-index:1;
		justify-items: center;
		text-align: center;
	}
	.instructor-image-overlay p{
		width: 80%;
		margin: auto;
		
	}
	.instructor-image-overlay img{
		width: 15%;
		margin: auto;
		margin-top: 30%;
		margin-bottom: 5%;
	}
	.instructor-image:hover .after{
		display: block;
		background-color: #ed1780;
	}

	footer{
		z-index: 1;
		position: relative;
	}
	.btn-outline-black{
		padding: 12px 30px;
		color: #1a1718;
		background-color: transparent;
		border-radius: 60px;
		border: 1px solid #1a1718;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Neue Display Bold';
	}
	.btn-outline-black:focus,
	.btn-outline-black:hover{
		background-color: #1a1718;
		border: 1px solid transparent;
		color: #fff;
	} 
	/** Classes **/
	div.class-card-parent h5{
		font-family: 'Neue Display Bold';
		font-size: 20px;
		line-height: 150%;
		font-weight: 700;
	}
	div.class-page-info{
		margin-top: 20%;
		padding-bottom: 5%;
	}
	div.class-listing-row{
		border-bottom: 1px solid #1A1718;
		padding-bottom: 10%;
		margin: 2%;
	}
	div.class-card-parent{
		max-width: 90%;
		margin: auto;
	}
	.class-card{
		border: none;
		border-top: 1px solid #C5C4C4;
		border-radius: 0;
		
	}
	.class-card .card-header{
		border: none;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin-top: 3%;
	}
	.class-card .card-header a:hover{
		color: #000;
	}
	.class-card .card-header i{
		color: #ed1780;
	}
	/* .class-card .card-header:first-child {
		border:none;
	} */
	.classes-main-container{
		padding: 5%;
	}
	.classes-main-container p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	
	.class-card-course-info{
		width: 100%;
	}
	.class-card p{
		font-family: 'Neue Display Roman'; 
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
	}
	.class-card p.caption-small{
		font-family: 'Neue Display Medium'; 
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ed1780;
	}
	.class-course-tagline{
		color: #ed1780;
	}
	.class-course-tagline img{
		padding-right: 5px;
	}
	.classes-main-container p.caption-large{
		color: #ed1780;
		font: 'Neue Display Medium';
		font-size: 16px;
		font-weight: 700;
	}
}


.instructor-tagline{
	color: #ED1890;
}
a.regular{
	font-family: 'Neue Display Roman'; 
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: underline;
}
a.regular:hover{
	color: #000;
}
.shout{
	text-transform: uppercase;
}
.cta-large-white{
	padding: 12px 30px;
	color: #fff;
	background-color: transparent;
	border-radius: 60px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Neue Display Roman';
	z-index: 999999999999;
}
.cta-large-white:focus,
.cta-large-white:hover{
	background-color: #ed1790;
	border: 1px solid transparent;
	color: #fff;
} 

.cta-regular-brand{
	padding: 12px 20px;
	color: #ed1790;
	background-color: transparent;
	border-radius: 60px;
	border: 1px solid #ed1790;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Neue Display Roman';
	z-index: 999999999999;
}
.cta-regular-brand:focus,
.cta-regular-brand:hover{
	background-color: #ed1790;
	border: 1px solid transparent;
	color: #fff;
} 

.cta-large-brand{
	padding: 12px 30px;
	color: #ed1790;
	background-color: transparent;
	border-radius: 60px;
	border: 1px solid #ed1790;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Neue Display Roman';
	z-index: 999999999999;
}
.cta-large-brand:focus,
.cta-large-brand:hover{
	background-color: #ed1790;
	border: 1px solid transparent;
	color: #fff;
} 

div.gift-card-container{
	border-radius: 6px;
	background-color: #F0F0F0;
}

img.gift-card-img{
	width: 70%;
}


.nav-tabs{
	border-bottom: 0px;
	padding: 0px;
}
.nav-tabs .nav-link{
	border: 0px;
}


#address-tab{
	border-bottom: 1px #C5C4C4 solid;
}
a.nav-tab-regular{
	font-size: 24px;
	font-family: 'Neue Display Roman';
	line-height: 150%;
	font-weight: 400;
}

.nav-link.active.nav-tab-regular{
	border-bottom: 2px #ed1790 solid;
	color: #000;
	font-weight: 800;
}

.simple-banner-text{
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	font-family: 'Neue Display Medium';
}


/** mindbody **/
.MuiBox-root{
	display: none;
}

div.payment-success{
	border-radius: 6px;
	border: 1px solid #ed1780;
	padding: 5%;
}
div.payment-placer{
	margin:auto;
}
div.payment-holder{
	padding: 10%;
}

div.payment-success .check-image{
	
}
div.payment-success h3{
	color: #ed1780;
}

div.payment-fail{
	border-radius: 6px;
	border: 1px solid #F0F0F0;
	padding: 5%;
}