/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.eot');*/
/*    src: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.woff2') format('woff2'),*/
/*         url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.woff') format('woff'),*/
/*         url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.ttf') format('truetype'),*/
/*         url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/fonts/eco-nomico-webfont.svg#Montserrat') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body {
    margin: 0 auto;
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: .03em;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
    color: #000000;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: .03em;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #5e6e65;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	letter-spacing: .03em;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #5e6e65;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	letter-spacing: .03em;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #5e6e65;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}
blockquote {
    border-left: 5px solid #FDCB91;
    color: #FDCB91;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff !important;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff !important;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 5px 5px 3px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
	height: 44px;
	width: 100%;
}
.wrapper input[type="submit"] {
    padding: 5px 15px;
	background-color: #ffffff;
	border: 2px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #000000;
    font-family: 'Montserrat', sans-serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: 50%;
}
.wrapper input[type="submit"]:hover {
	background-color: #000000;
	cursor: pointer;
	color: #ffffff;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
button, input, select, textarea  {
    height: 44px;
    width: 100%;
    color: #666666;
    font-size: 14px;
}


/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.floatCenter {
    float: none;
    margin: auto;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	display: inline-block;
    margin-bottom: 10px;
	padding: 5px 20px;
	background-color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button1 {
    
}
.se_button.button2 {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding:5px 10px;
    text-align: center;
}
.se_button.button2:hover {
    background-color: #a18943;
    color: #000;
}
.se_button a:hover, a:hover.se_button {
	background-color: #000000;
    text-decoration: none;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.le_metro_silver_button {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #000 !important;
    text-shadow: 0px 0px 0px #FFF !important;
    background: #000 !important;
}
.le_metro_silver_button:hover {
    background-color: #a18943 !important;
    border: 1px solid #a18943 !important;
}


.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta {
    color: #a18943;
	border-color: #a18943;
    text-decoration: none;
}
#videos img {
    padding: 0 !important;
}
.graybox {
    background-color: #dcdcdc;
    padding: 30px 20px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.graybox h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.graybox p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.graybox .se_button a, .graybox a.se_button {
    bottom: 20px;
    font-size: 18px;
    margin: auto;
    left: 50px;
    right: 50px;
}
@media (min-width: 768px) {
    .graybox .se_button a, .graybox a.se_button {
        position: absolute;
    }
}
.pricing {
    position: relative;
    background: none repeat scroll 0% 0% #dcdcdc;
    padding: 20px 10px 0px;
    margin-bottom: 50px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.pricing:hover {
    transform: translate(0px, -10px);
    background: none repeat scroll 0% 0% #a18943;
}
.pricing h2 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.pricing h3 {
    font-size: 36px;
    line-height: 45px;
    color: #000;
}
.pricing h6, .pricing h6 a {
    padding: 8px 0px;
    color: #000;
    margin: 10px -20px 0px;
}
.pricing:hover h6 {
    background-color: #000;
}
.pricing:hover h6 a{
    color: #fff;
}

.mb_enrollment_dates {
    margin-bottom: 30px;
}
.not_entire {
    font-weight: bold;
    font-size: 24px;
}
.start_end {
    display: none;
}
.desc_text.more {
    display: block;
}
div.healcode, div.healcode table tr td, div.healcode table tr th {
    color: #ffffff !important;
}
.shopmenu {
    padding-top: 40px;
}
.shopmenu a {
    display: inline-block;
    background-color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #000;
}
.shopmenu a:hover {
    border: 2px solid #E10098;
    color: #fff;
}
.shopbox {
    text-align: center;
    border: 1px solid #c8c7c7;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.shopbox h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.shopbox .button1 {
    margin-top: 10px;
}
.blackbar {
    background-color: #000;
    padding: 20px;
    margin-bottom: 20px;
}
.blackbar h1, .blackbar h2 {
    color: #fff;
}
.blackbutton a {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 20px;
    margin: 0 0 10px 0;
    border: 3px solid #000;
    text-align: center;
}
.blackbutton a:hover {
    border: 3px solid #E10098;
}
.whitebox {
    border: 1px solid #E10098;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.whitebox h2 {
    font-weight: bold;
}
.whitebox h4 {
    margin: 5px 0 10px 0;
}
.whitebox .se_button a, .whitebox a.se_button {
    background-color: #000 !important;
    font-size: 18px !important;
}
.whitebox .se_button a:hover, .whitebox a:hover.se_button {
    background-color: #a18943 !important;
}
.graybox h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.graybox p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.graybox .se_button a, .graybox a.se_button {
    bottom: 20px;
    font-size: 18px;
    margin: auto;
    left: 50px;
    right: 50px;
}
@media (min-width: 768px) {
    .graybox .se_button a, .graybox a.se_button {
        position: absolute;
    }
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h5 {
    position: relative; 
    /*font-size: 13px;*/
    /*color: var(--bg-color);*/
    /*line-height: 30px !important;*/
    /*text-transform: uppercase;*/
    font-size: 20px;
    color: var(--bg-color);
    line-height: 1.4em;
    text-transform: capitalize;
}
.expand h5:after {
    content: '+';
    margin-left: 5px;
    font-size: 14px !important;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h5.active {
    color: var(--bg-hover);
    margin-bottom: 10px !important;
}
.expand h5.active:after {
    content: '-';
}
.expand h5:hover {
    cursor: pointer;
    color: var(--bg-hover);
}

/* Expand2
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
}
.expand2 h5 {
    position: relative; 
    font-size: 13px;
    color: var(--bg-color);
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand2 h5:after {
    content: '+';
    margin-left: 5px;
    font-size: 14px !important;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h5.active {
    color: var(--bg-hover);
    margin-bottom: 10px !important;
}
.expand2 h5.active:after {
    content: '-';
}
.expand2 h5:hover {
    cursor: pointer;
    color: var(--bg-hover);
}

/* Mindbody Overrides
----------------------------------------------------------------------------------------------------*/
.title_class {
    padding-left: 6% !important;
}
.title_staff {
    padding-left: 10% !important;
}
.row_class a, .trainer_name a {
    color: #000 !important;
}
.row_class a:hover, .trainer_name a:hover {
    color: #a18943 !important;
}



/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
	padding: 0 0 20px 0;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
}
.logo {
    /*width: 125px;*/
    /*max-width: 125px;*/
    float: none;
    margin: auto;
}
#header1 {
    /*width: 240px; */
    /*text-align: center;*/
}
#header2 {
    /*width: 240px;*/
    /*text-align: center;*/
}
#socialLinks {
    /*width: 280px;*/
    padding-top: 5px;
    float: none;
    margin: auto;
    text-align: right;
}
.se_social {
    text-align: right;
    display: inline-block;
    right: 0;
    float: right;
}
.se_social a {
    color: #000;
    font-size: 20px;
    margin: 0 2px;
}
.se_social a:hover {
    color: #a18943;
}
.social-text a {
    color: #000 !important;
}
.social-text a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
    padding: 0 30px;
    background: #000;
    margin-top: 20px;
}
.navigation h4 {
    color: #fff;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 10px 35px;
    text-transform: uppercase;
    width: 115px;
    margin: auto;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #fff;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 3px 0;
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #000000;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #fff;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-color: #000000;
	color: #ffffff;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    display: block;
	padding: 3px 25px;
	color: #fff;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.dropdown ul {
    display: none;
}

/* Home Content
----------------------------------------------------------------------------------------------------*/
#homeWelcome {
    padding: 10px 0px 50px;
}


/* Feature
----------------------------------------------------------------------------------------------------*/
#featureWide {
    padding: 0px;
}
.featureSlider {
    
}
.featureSlider img {
    width: 100%;
    height: auto;
}
.fullwidth img {
    width: 100%;
    height: auto; 
    margin-top: 15px;
}
.fullwidth-img img {
    width: 100%;
    height: auto;  
}


/* inside page title
----------------------------------------------------------------------------------------------------*/
#titleWide {
    padding: 0px;
    height: 100px;
    background: #000000;
}
#pageTitle {
    padding: 10px 0px;
    margin-top: -80px;
    text-align: center;
}
#pageTitle h1 {
    color: #ffffff;
}

/* inside page content
----------------------------------------------------------------------------------------------------*/
#insideContentWrapper {
    padding: 140px 0px 80px;
}
#insideContent {
    padding: 80px 0px;
}
#shopContent {
    padding: 80px 0 80px 0;
}
#insideContent img{
    padding: 0px 20px 20px;
}
.no-padd img {
    padding: 0 !important;
}
.staff_img img {
    padding: 0px !important;
}


/* cta wide
----------------------------------------------------------------------------------------------------*/
#ctaWide {
    padding: 20px 0px;
}
.ctaOverlay {
    margin-bottom: -229px;
    position: relative;
    z-index: 1;
}
.ctaText {
    margin-top: -85px;
    position: relative;
    z-index: 4;
    height: 80px;
}
.ctaText h2, .ctaText h2 a {
    font-size: 18px;
    color: #454e46;
    line-height: 18px;
}

/* Home Schedule
----------------------------------------------------------------------------------------------------*/
#homeScheduleContainer {
    margin-top: 20px;
    padding: 0px;
}
#homeScheduleContainer h2 {
    color: #5E6E65;
}
.homeSchedule p {
    font-size: 14px;
}
.homeSchedule a {
    color: #000;
}
.homeSchedule a:hover {
    color: #a18943;
}
.homeSchedule {
    padding: 0px;
    border: 2px solid #fff;
}
.homeSchedule .mb_listview_date, .homeSchedule .master_date {
    display: none;
}
.homeSchedule #le_mb_list_schedule {
    background: rgba(255,255,255,0.8);
    width: 100%;
}
.homeSchedule .mb_schedule {
    margin-top: -70px;
}
#le_mb_list_schedule tr {
    margin: 15px 0 !important;
    font-size: 15px !important;
    border-bottom: 2px dotted #f2f2f2;
    height: 60px !important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    padding: 25px 0px 100px;
    /*background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/yogavenue/Ganesh.jpg') top right no-repeat;*/
    background-color: #000000;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.footer h2 {
    margin-bottom: 15px;
    color: #fff;
}
.footer p {
    color: #fff;
}
.footer2 {
    padding: 15px 0px;
}
.footer a:hover  {
    text-decoration: underline;
}

/* Blog
----------------------------------------------------------------------------------------------------*/
#blog_post_title_section {
    margin-bottom: 20px;
}
#blog_post_content img {
    margin: 0px 10px;
}
#blog_post_content td {
    padding: 10px;
}
.feature_blog_image img {
    margin: 15px 0;
}
.feature_blog_text {
    margin-left: 0 !important;
}
.read_more_link {
    display: block;
}
a.read_more_link {
    display: table;
    background-color: #000;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
    margin-top: 10px;
}
a:hover.read_more_link {
    background-color: #000000;
    text-decoration: underline;
}
.blog_post_listing:before {
    content: 'YOGAVENUE BLOG';
    top: -150px;
    position: absolute;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .feature_blog_image {
        max-width: 100%;
        height: auto;
    }
    .feature_blog_image img {
        max-width: 100%;
        height: auto;
    }
    .blog_post_listing {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .blog_post_listing_permalink {
        display: none;
    }
    #blog_sidebar_archive, #blog_sidebar img, #blog_sidebar_name {
        display: none;
    }
    #blog_post_listing, #blog_sidebar_tag_cloud {
        padding: 0 20px;
    }
    .se_social, #socialLinks {
        text-align: center !important;
        float: none !important;
    }
    .social-text, .social-text a {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    .shopmenu a {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: 0px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
        height: 0;
        visibility: hidden;
        opacity:0;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: -1px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.le_menuitem_level_1.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        height: 0;
        visibility: hidden;
        opacity:0;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .MainMenu li.le_menuitem_level_2.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 6px;
        top: -1px;
        content: "+";
        color: #ffffff;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.le_menuitem_level_2.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    .logo {
        max-width: 225px;
    }
    .blackbutton a {
    font-size: 20px;
    }
}
@media (min-width: 768px) { 
    .graybox {
        min-height: 300px;
    }
    .social-text {
        font-size: 18px !important;
    }
    h1, h1 a, .title1, .title1 a {
    	font-size: 34px;
    }
    .logo {
        margin: 10px auto -140px;
        position: relative;
        z-index: 1;
    }
    .navigation {
        position: relative;
        padding: 20px 30px;
        margin-top: 30px;
        float: left;
        background: none;
    }
    .navicon {
        width:230px;
    }
    
    #header1, #header2 { 
        padding: 0px;
    }
    #header1 {
        /*width: 240px;*/
        text-align: right;
    }
    #header2 {
        /*width: 190px;*/
        text-align: right;
    }
    #socialLinks {
        /*width: 435px;*/
        float: right;
    }
    #pageTitle {
        text-align: left;
    }
    #title {
        margin-left: 265px;
    }
    .whitebox {
        min-height: 270px;
    }
    .whitebox h2 {
        font-size: 14px;
    }
    
    /* mindbody team overrides
    ----------------------------------------------------------------------------------------------------*/
    #insideContent img  {
        padding: 0px!important;
    }
    div.healcode div.trainer_list.modern-theme-wrapper .class_info .healcode-image-area, div.healcode div.trainer_list.modern-theme-wrapper .trainer_info .healcode-image-area {
        max-width: 20.375rem!important;
    }
    div.healcode div.trainer_list.modern-theme-wrapper * {
        line-height: 1.4em!important;
    }
    div.healcode div.trainer_list.modern-theme-wrapper .hc_header h1  {
        font-size: 2rem!important;
    }
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo {
        margin: 17px auto -140px;
    }
    .headerLeft {
        text-align: left;
        padding: 0px;
        width: 240px;
    }
    .headerRight {
        text-align: right;
        padding: 0px;
        width: 725px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .navicon {
        display: none;
    }
    .navigation {
        margin-top: 45px;
        padding-right: 20px;
        float: right;
    }
    .MainMenu {
        display: block;
        text-align: right;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 3px;
    	color: #000;
    	font-family: 'Montserrat', sans-serif;
    	font-size: 14px;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #000000;
    	text-decoration: underline;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
        padding: 5px 10px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #000;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: #000000;
	    color: #ffffff;
	    text-decoration: underline;
    }
    .MainMenu .le_menu_level_2_container {
    	float: left;
    	margin-top: -35px;
    	padding: 0;
    	margin-left: -160px;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    
    
    
    /* home schedule
    ----------------------------------------------------------------------------------------------------*/
    #homeScheduleContainer {
        margin-top: -315px;
    }
    #homeScheduleContainer h2 {
        color: #fff;
    }
    .homeSchedule {
        height: 240px;
        overflow: scroll;
    }
    
    
    
    /* home ctas
    ----------------------------------------------------------------------------------------------------*/
    #ctaWide .col-md-2 {
        width: 18%;
        margin: 1%;
        padding: 0px;
    }
    
    
    #pricingTable .col-md-3 {
        width: 20%;
    }
    .whitebox {
        min-height: 260px;
    }
    .whitebox h2 {
        font-size: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .headerRight {
        width: 925px;
    }
    
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 17px;
        padding: 10px 7px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        font-size: 14px;
        padding: 5px 10px;
    }
    
    /* home schedule
    ----------------------------------------------------------------------------------------------------*/
    .homeSchedule {
        height: 260px;
        overflow: scroll;
    }
    .whitebox {
        min-height: 260px;
    }
    .whitebox h2 {
        font-size: 24px;
    }
}



/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 20px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}
.staff_bio p {
    font-size: 18px !important;
}
.signup_class {
    margin-left: 0% !important;
    margin-top: 20px;
}
.enrollment_box {
    border-top: 5px solid #e7e7e7 !important;
}
.newsletterRow {
    
}
.newsletterInput {
    width: 280px;
    margin: auto !important;
    float: none;
    text-align: center;
}

.mb_instructor_bio {
    font-size: 18px !important;
}



/* Schedule Styling
----------------------------------------------------------------------------------------------------*/
.master_date {
    border-bottom: 5px solid #e7e7e7 !important;
    line-height: 1px !important;
    height: 40px !important;
    font-size: 1em !important;
}


/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/


/*-----------------EXPAND-----------------------------------------*/
.expand {
    margin-bottom: 25px;
}
.expand p {
    margin-left: 23px;
    padding: 0px 0px 20px;
}
.expand h2 {
    margin-bottom: 5px;
}
.expand h4 {
    position: relative; 
    margin-bottom: 5px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #000;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #a18943;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #a18943;
}
/*.edit-region-icon {*/
/*    display: none;*/
/*}*/
/*-----------------END EXPAND覧覧覧覧覧覧覧覧覧*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home---test #le_section-three {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_home---test #le_section-two {
}
.aurora_memberships--packages-copy #le_footerCenter {
}
.aurora_memberships--packages-copy #le_footerLeft {
}
.aurora_memberships--packages-copy #le_section-five {
}
.aurora_memberships--packages-copy #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_memberships--packages-copy #le_section-five-area10 {
}
.aurora_memberships--packages-copy #le_section-four {
    margin-bottom: 75px;
}
.aurora_memberships--packages-copy #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_memberships--packages-copy #le_section-four-area2 {
}
.aurora_memberships--packages-copy #le_section-four-area3 {
}
.aurora_memberships--packages-copy #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_memberships--packages-copy #le_section-seven {
    background-color: rgba(54, 54, 54, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_memberships--packages-copy #le_section-six {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_memberships--packages-copy #le_section-six-area2 {
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_memberships--packages-copy #le_section-six-area3 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_memberships--packages-copy #le_section-three {
    margin-bottom: 75px;
}
.aurora_memberships--packages-copy #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_memberships--packages-copy #le_section-two {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_memberships--packages-copy #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_memberships--packages-copy #le_section-two-area6 {
}
.aurora_our-story-copy #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_studio-2-reformer-schedule #le_content11 {
    padding-top: 50px;
}
.aurora_studio-yoga-class-prices #le_footerCenter {
}
.aurora_studio-yoga-class-prices #le_footerLeft {
}
.aurora_studio-yoga-class-prices #le_section-eight {
}
.aurora_studio-yoga-class-prices #le_section-eight-area1 {
}
.aurora_studio-yoga-class-prices #le_section-five {
}
.aurora_studio-yoga-class-prices #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices #le_section-five-area10 {
}
.aurora_studio-yoga-class-prices #le_section-five-area7 {
}
.aurora_studio-yoga-class-prices #le_section-four {
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices #le_section-four-area2 {
}
.aurora_studio-yoga-class-prices #le_section-four-area3 {
}
.aurora_studio-yoga-class-prices #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_studio-yoga-class-prices #le_section-seven {
    background-color: rgba(54, 54, 54, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_studio-yoga-class-prices #le_section-six {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_studio-yoga-class-prices #le_section-six-area2 {
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_studio-yoga-class-prices #le_section-six-area3 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_studio-yoga-class-prices #le_section-three {
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices #le_section-two {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices #le_section-two-area6 {
}
.aurora_studio-yoga-class-prices-backup #le_footerCenter {
}
.aurora_studio-yoga-class-prices-backup #le_footerLeft {
}
.aurora_studio-yoga-class-prices-backup #le_section-five {
}
.aurora_studio-yoga-class-prices-backup #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices-backup #le_section-five-area10 {
}
.aurora_studio-yoga-class-prices-backup #le_section-four {
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices-backup #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices-backup #le_section-four-area2 {
}
.aurora_studio-yoga-class-prices-backup #le_section-four-area3 {
}
.aurora_studio-yoga-class-prices-backup #le_section-one {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_studio-yoga-class-prices-backup #le_section-seven {
    background-color: rgba(54, 54, 54, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_studio-yoga-class-prices-backup #le_section-six {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_studio-yoga-class-prices-backup #le_section-six-area2 {
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_studio-yoga-class-prices-backup #le_section-six-area3 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_studio-yoga-class-prices-backup #le_section-three {
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices-backup #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices-backup #le_section-two {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_studio-yoga-class-prices-backup #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_studio-yoga-class-prices-backup #le_section-two-area6 {
}
.seFormButton {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(54, 54, 54);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(0, 0, 0);
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
    color: rgb(255, 255, 255);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(0, 0, 0);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(54, 54, 54);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(0, 0, 0);
}
.se_social a:hover {
    color: rgb(54, 54, 54);
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
body .navicon {
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Montserrat';
    font-size: 34px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Montserrat';
    font-size: 26px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Montserrat';
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: normal;
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
    font-family: 'Montserrat';
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home---test #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home---test #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_footerCenter {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_footerLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships--packages-copy #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-story-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-2-reformer-schedule #le_content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_footerCenter {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_footerLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_footerCenter {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_footerLeft {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two-area6 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home---test #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home---test #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_footerCenter {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_footerLeft {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-six-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-six-area3 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships--packages-copy #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-story-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-2-reformer-schedule #le_content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_footerCenter {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_footerLeft {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-six-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-six-area3 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_footerCenter {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_footerLeft {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-seven {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-six-area3 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_studio-yoga-class-prices-backup #le_section-two-area6 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
