@import url('https://fonts.googleapis.com/css2?family=Allura');

body {
    background: #fff;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}

hr {
    border:; 3px rgb(66, 66, 66);
}


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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Allura', cursive;
	margin:0 0 .2em 0;
	line-height: 1.1;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Allura', cursive;
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
	line-height: .8;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Allura', cursive;
	margin:0 0 .2em 0;
	line-height: 1;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Allura', cursive;
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	text-transform :uppercase;
}
.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText ul, .whiteText li, .whiteText blockquote {
    color:#fff;
}
.whiteText .title1, .whiteText .title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6 {
    color: #fff;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	text-transform: uppercase;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

:-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
}
@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
    .form-inline label.error {
        margin-top: 15px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}
.recaptcha-terms a, a.recaptcha-terms {
    color: #000;
    font-weight: bold;
}
.recaptcha-terms a:hover, a:hover.recaptcha-terms {
    color: #000;
    text-decoration: underline;
    text-decoration: bold;
}



/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 10px 20px;
	border: 0px solid transparent;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 15px;
    padding-top: 12px;
}
.se_button.button2 a, a.se_button.button2 {
    color: #000;
    margin-top: 10px;
    padding-top: 12px;
    background-color: rgb(210, 180, 140);
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #000;
    color: #fff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 15px 45px;
	margin-top: 10px;
	color: #000;
	background-color: rgb(210, 180, 140);
}	
.se_button.largeButton a:hover, a:hover.se_button.largeButton {
    background-color: #000;
    color: #fff;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 0 0 10px 0;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

/* CSS
----------------------------------------------------------------------------------------------------*/

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.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;
}
.cta h3 a {
    color: #fff;
    font-size: 40px;
    display: block;
    padding: 120px 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta h3 a:hover {
    background: rgba(0,0,0,0.6);
}
.testimonial-box p {
    text-transform: uppercase;
}
.testimonial-box .bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 37px;
}
.testimonial-box .bx-wrapper .bx-prev, .testimonial-box .bx-wrapper .bx-prev:hover{
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-next, .testimonial-box .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat -22px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-prev:hover, .testimonial-box .bx-wrapper .bx-next:hover {
    transform: scale(1.2);
}
.testimonial-box .htmlSlide {
    padding: 0 75px;
}
.black-box {
    background-color: #fff;
    border: 3px solid #000;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.black-box h2 {
    font-size: 24px;
}
.cta-img {
    display: block;
    position: relative;
    padding-top: 66.6%;
}
.cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

/* Staff Box
----------------------------------------------------------------------------------------------------*/
.staffbox {
    background-color: #fff;
    padding: 30px 20px 40px 20px;
    border-top: 7px solid rgb(210, 180, 140);
    border-left: 1px solid #dee0e0;
    border-right: 1px solid #dee0e0;
    border-bottom: 1px solid #dee0e0;
    margin-bottom: 25px;
    text-align: center;
}
.staffbox h2 {
    margin-bottom: 10px;
}

/*-----------------------------------------Expand START--------------------------------*/
.expand {
    background-color: rgba(66, 66, 66, 0.18);
    cursor: pointer;
    position: relative;
}
.expand dt {
    position: relative; 
	font-weight: 700;
    color: #363636;
    background-color: rgba(66, 66, 66, 0.18);
    font-size: 18px;
    background-color: #000;
    font-style: normal !important;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #363636;
    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 dt.active {
    color: #000;
	text-decoration: none;
}
.expand dt.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);
    color: #000;
}
.expand dt:hover{
    cursor: pointer;
    color: #000;
}

.expand h2 {
    position: relative; 
    font-size: 16px;
    margin: 8px 0 0px 0;
    background-color: #efeded;
    color: var(--bg-main);
    padding: 5px 45px 0px 20px;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    padding-top: 5px;
}
.expand h2:after {
    content: '+';
    top: 12px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    color: var(--bg-main);
    display: inline-block;
    position: absolute;
    -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 h3.active {*/
/*    background-color: var(--bg-blue);*/
/*    color: #fff;*/
/*    margin-bottom: 10px !important;*/
/*}*/
.expand h2:hover:after {
    content: '-';
    color: #000;
}
.expand h2.active:after {
    content: '-';
    color: #000;
    padding-left: 4px;
}
.expand h2:hover {
    cursor: pointer;
    background-color: var(--bg-blue);
    color: #000;
}
.expand p {
    padding: 10px 20px;
}

/* - List Classes - */

.checklist ul { 
    padding-left: 35px; 
    list-style: none; 
}
.checklist ul li { 
    margin-bottom: 5px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
}
.checklist p {
    font-size: 16px;
}
.white-checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.white-checklist ul li { 
    margin-bottom:10px; 
    color: #fff;
}
.white-checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: #fff;
}
.white-checklist p {
    font-size: 16px;
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}
/* ------ Edit Region ------- */

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/

.expand2 h3 {
    position: relative; 
    font-size: 20px;
    color: #363636;
    background-color: #ededed;
    line-height: 30px !important;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 15px;
}
.expand2 p {
    padding: 0 10px;
}
.expand2 h3:before {
    content: '\f107';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #363636;
    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 h3.active {
    background-color: rgb(210, 180, 140);
    color: #fff;
    margin-bottom: 10px !important;
}
.expand2 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h3:hover {
    cursor: pointer;
    background-color: rgb(210, 180, 140);
    color: #fff;
}

/* Expand/Collapse3
----------------------------------------------------------------------------------------------------*/

.expand3 h6 {
    position: relative; 
    font-size: 14px;
    color: #363636;
    line-height: 20px !important;
    text-transform: uppercase;
    margin-top: 5px;
}
.expand3 h6:before {
    content: '+';
    font-size: 18px !important;
    margin-right: 5px;
    color: #363636;
    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;
}
.expand3 h6.active {
    color: rgb(210, 180, 140);
    margin-bottom: 10px !important;
}
.expand3 h6.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h6:hover {
    cursor: pointer;
    color: rgb(157, 110, 89);
}

/*-----------------------------------------Expand END--------------------------------*/

/* Weekly Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    position: relative !important;
    width: 100% !important;
}
.schedule_date_range, #back_sched, #forward_sched {
    font-size: 30px !important;
}
.mb_listview_date .sched_loc_name {
    display: none;
}
.schedule_filters {
    width: 100% !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.schedule_filters .selects {
    height: 30px !important;
}
#date_filter {
    height: 30px !important;
}
#printview {
    background: #efefef !important;
    color: #000 !important;
    padding: 6px 10px !important;
    text-transform: uppercase;
    display: inline-block !important;
    margin-left: 10px !important;
}
#printview:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.mbHeaderBar {
    background: rgb(210, 180, 140) !important;
    color: #000 !important;
    padding: 10px 0 !important;
    height: 40px !important;
    border: 0 !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 18px !important;
}
.mb_schedule tr:nth-of-type(even) {
    background-color: rgb(210, 180, 140)# !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
.row_class {
    padding-left: 0 !important;
    width: 20% !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
.title_staff {
    padding-left: 4% !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
.capacity {
    margin-top: 10px !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
.mb_schedule a:hover, a:hover.row_button {
    background-color: rgb(210, 180, 140) !important;
    color: #000 !important;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
    font-family: 'josefin sans';
    text-transform: uppercase;
    font-size: 14px !important;
}
    
/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .mb_mobilebar {
        background: #fff !important;
        padding: 10px 15px !important;
        text-transform: uppercase;
    }
    
    .expand h2 {
    padding-bottom: 10px;
    }
    .title_date, #back_sched, #forward_sched {
        background-color: rgb(210, 180, 140) !important;
        color: #000 !important;
        padding: 10px !important;
        width: 100% !important;
        margin: 10px 0 !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
    }
    .mb_mobilebar_schedulebar_time {
        width: 100% !important;
        padding: 10px 0 0 0 !important;
        font-size: 16px !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
    }
    .mb_mobilebar_schedulebar_classname {
        width: 100% !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
    }
    .mb_mobile_classname a, .mb_le_staff_firstname, .mb_le_staff_lastname {
        color: #000 !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
    }
    .mb_mobilebar_schedulebar_button {
        float: left !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
    } 
    .mb_mobilebar_schedulebar_button a:hover, a:hover mb_mobilebar_schedulebar_button {
         background-color: rgb(210, 180, 140) !important;
         text-transform: uppercase;
         color: #000 !important;
    }
    .mb_mobilebar_schedulebar_button .signup {
        margin-left: -7px !important;
        font-family: 'josefin sans';
        text-transform: uppercase;
        color: #fff !important;
        background-color: #000 !important;
    }
    .mb_mobilebar a {
        font-family: 'josefin sans';
        text-transform: uppercase;
    }
    #locations, #sessions, #trainers, #service_categories {
        width: 100% !important;
        margin-left: 0 !important;
        text-transform: uppercase;
    }
    .mb_gray_box selects, .mb_gray_box .dropdowns {
        width: 100% !important;
        text-transform: uppercase;
    }
}

/* Responsive Schedule
----------------------------------------------------------------------------------------------------*/
.week-view-ns .ns-calendar .cal-block-date {
    position: relative !important;
    background-color: #bcbcba;
    color: #ffffff !important;
    padding: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.week-view-ns .ns-calendar .cal-block  {
    background: #fff !important;
}
.events .event-time {
    display: none !important;
}
.today {
    background-color: #fff !important;
}
.today .cal-block-date {
    background-color: #000!important;
    padding-top: 30px !important;
}
.event-title:hover {
    color: #000 !important;
    cursor: auto;
}
.today {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    background-color: #ffffff;
}
.week-view-ns .ns-calendar .cal-block-date .cal-block-day, .week-view-ns .ns-calendar .cal-block-date .day-number, .date_range_title {
    font-weight: 300 !important;
}
.week-view-ns .ns-calendar .event-title {
    width: 100% !important;
}
.week-view-ns .ns-calendar .events {
    text-align: center !important;
}
.week-view-ns .ns-calendar .events li:nth-of-type(even) {
    background-color: #efeeee !important;
}
.detail-col-left:hover, .capacity-info:hover, .cal_class_name:hover, .detail-row:hover {
    cursor: auto;
}
@media (max-width: 768px) {
    .week-view-ns .ns-calendar .full-event-details .detail-row .detail-col-right {
        text-align: center !important;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/

.mb_enrollment_dates {
    background-color: #efefef;
    color: #000;
    padding: 12px 20px 0 20px;
    font-size: 25px !important;
}
.enrollment_box, .course_information, .enrollment_in_course {
    border: 2px solid #efefef !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.enrollments_date_range {
    padding-top: 10px;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.prev_date_arrows a {
    color: #000 !important;
}
.next_date_arrows a {
    color: #000 !important;
}
.right.bold_date {
    float: left !important;
    width: 100% !important;
}

/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
}
@media (min-width: 992px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff, .staff_bio {
    display: none !important;
}
.staff_style .staff_img {
    display: block;
    position: relative;
    padding-top: 100%;
    background-color: #efefef;
    margin-bottom: 40px;
}
.staff_style .staff_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border: 0 !important;
}
.staff_style .staff_img img:hover {
    opacity: .5;
}
.staff_style .staff_img em {
    display: none;
}
.staff_style .staff_info {
    position: relative;
}
.staff_style .staff_name {
    text-align: center !important;
    padding: 20px 10px 5px 10px;
    color: #000;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.staff_style .staff_name a {
    color: #000;
    font-size: 20px;
}
@media (max-width: 768px) { 
    .staff_style .staff_img {
        margin-bottom: 70px;
    }
    .staff_style .staff_name {
        bottom: -45px;
    }
}

/* HomeMenu
----------------------------------------------------------------------------------------------------*/

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 20px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
}
.blog_post_listing .box-top {
    padding: 20px;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 57px;
    overflow: hidden;
}
#blog_post_listing .feature_blog_text {
    float: none;
}
a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    border: 2px solid #000;
    width: 130px;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}

/* Recipe
----------------------------------------------------------------------------------------------------*/
.le-logged-in .le-recipe-app-title:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    color: #000;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
/*Hide Recipe Categories on mobile */
.le-recipe-categories-wrap {
    display: none;
}
@media (min-width: 768px) {
    .le-recipe-categories-wrap {
        display: block;
    }
}

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

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 10px 0 0 0;
	padding-top: 30px;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 160px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
}
.MainMenu .le_menu_level_2_container {
    float: right;
	left: 100%;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	left: 160px;
	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;
}
.navicon {
    position: relative;
    line-height: 50px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 767px) { 
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .se_menu {
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 0 0 20px;
        top: 0;
        right:-240px;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
    }
    .OpenMobileMenu .se_menu {
        right:0;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 5px;
        content: "+";
        color: #999;
    	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, .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_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        /*opacity: 1;*/
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
}

/* Main Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding: 0;
}
.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}
.bx-viewport {
    padding-bottom: 75px !important;
}

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

.footer {
    clear: both;
	padding: 50px 0;
    text-align: center;
}
.se_social {
    margin-top: 20px;
}
.se_social a {
    margin: 0 .15em;
}
.footer input[type="submit"].seFormButton {
    background: rgba(255,255,255,0);
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 25px;
}
.footer input[type="submit"].seFormButton:hover {
    background: rgba(255,255,255,1);
    color: #000;
}
.footer .form-control {
    height: 39px !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 0;
    }
    .se_siteBranding {
        padding: 0;
    }
    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    .se_social {
        padding-left: 10px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 75px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 50px !important;
    }
    h3, h3 a, .title3, .title3, .whiteText h3 a {
        font-size: 40px !important;
    }
    .testimonial-box .htmlSlide {
        padding: 0 50px;
    }
    .footer .form-inline {
         margin-top: 15px;
    }
    .footer input[type="submit"].seFormButton {
        display: block;
        width: 100%;
        margin-top: -20px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: center;
    }
    .color-bknd {
        margin-top: -300px;
    }
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -18px;
    }
    .se_social {
        text-align: right;
    }
    .banner-text h5 {
        margin-top: 15px;
    }
    .testimonial-box p {
        font-size: 24px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 {
        padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 10px;
    }
    .ctas {
        padding: 0 20%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        min-width:  200px;
        width: 200px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
}


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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

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;
}

/* - List Classes - */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}

/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}

/* --- Helper Instructions when in edit mode --- */
.edit-instructions {
    display: none;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv08731.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about #le_section-three {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_about #le_section-three-area1 {
    margin-bottom: 50px;
    text-align: center;
}
.aurora_about #le_section-three-area2 {
    margin-top: 25px;
    margin-bottom: 50px;
}
.aurora_about #le_section-three-area3 {
    margin-top: 25px;
}
.aurora_about #le_section-three-area4 {
    margin-top: 25px;
}
.aurora_about #le_section-three-area5 {
}
.aurora_about #le_section-three-area6 {
    padding-top: 50px;
}
.aurora_about #le_section-three-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/kpbw.png);
}
.aurora_about #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-two-area11 {
}
.aurora_about #le_section-two-area2 {
    margin-bottom: 100px;
}
.aurora_about #le_section-two-area3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/yoga-images/yoga-forward-fold.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-two-area6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/sepia_kpr.png);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-two-area7 {
}
.aurora_book-appointment #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/view-of-salon-stylist-stations.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_classes #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/reformer_copy.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_classes #le_section-three {
}
.aurora_classes #le_section-three-area2 {
}
.aurora_classes #le_section-three-area3 {
}
.aurora_classes #le_section-three-area4 {
}
.aurora_classes #le_section-two {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_classes #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_classes #le_section-two-area10 {
}
.aurora_classes #le_section-two-area11 {
}
.aurora_classes #le_section-two-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/olgagreen.png);
    background-color: rgba(210, 180, 140, 0.42);
    background-size: cover;
    background-position: center center;
    margin-bottom: 75px;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_classes #le_section-two-area3 {
    margin-bottom: 75px;
}
.aurora_classes #le_section-two-area6 {
    margin-top: 25px;
}
.aurora_classes #le_section-two-area7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv04985.jpeg);
    background-size: cover;
    background-position: center center;
    margin-top: 25px;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_classes #le_section-two-area8 {
}
.aurora_classes #le_section-two-area9 {
}
.aurora_contact #le_section-one {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/yoga-images/yoga-mudra-seated-meditation2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-three {
    background-color: rgb(210, 180, 140);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_contact #le_section-two-area4 {
    margin-top: 10px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-four {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-four-area11 {
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv04985.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_home #le_section-one-content1 {
}
.aurora_home #le_section-one-content3 {
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home #le_section-seven {
    background-color: rgb(210, 180, 140);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_section-six {
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/reformer.png);
    background-size: cover;
    background-position: top center;
}
.aurora_home #le_section-three-area2 {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv04985.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-three-area3 {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv04997.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-three-area4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv08696.jpeg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area10 {
}
.aurora_home #le_section-two-area2 {
}
.aurora_home #le_section-two-area3 {
}
.aurora_home #le_section-two-area9 {
}
.aurora_instructwithus #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/reformer_copy1.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_instructwithus #le_section-three {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_instructwithus #le_section-three-area2 {
}
.aurora_instructwithus #le_section-three-area3 {
}
.aurora_instructwithus #le_section-three-area4 {
}
.aurora_instructwithus #le_section-two {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_instructwithus #le_section-two-area1 {
}
.aurora_instructwithus #le_section-two-area10 {
}
.aurora_instructwithus #le_section-two-area11 {
}
.aurora_instructwithus #le_section-two-area2 {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/pilates-images/SP_Matwork-25_72dpi-RGB_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_instructwithus #le_section-two-area3 {
    margin-bottom: 75px;
}
.aurora_instructwithus #le_section-two-area6 {
    margin-top: 25px;
}
.aurora_instructwithus #le_section-two-area7 {
}
.aurora_instructwithus #le_section-two-area8 {
}
.aurora_instructwithus #le_section-two-area9 {
}
.aurora_pricing #le_section-five-area2 {
}
.aurora_pricing #le_section-five-area3 {
}
.aurora_pricing #le_section-five-area4 {
}
.aurora_pricing #le_section-five-area5 {
}
.aurora_pricing #le_section-five-area6 {
}
.aurora_pricing #le_section-four {
}
.aurora_pricing #le_section-four-area1 {
    margin-top: 75px;
}
.aurora_pricing #le_section-four-area4 {
    background-color: rgba(210, 180, 140, 0.42);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-four-area5 {
    background-color: rgba(210, 180, 140, 0.42);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-four-area6 {
    background-color: rgba(210, 180, 140, 0.42);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-one {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/aiv08696.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 75px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_pricing #le_section-seven {
    margin-bottom: 75px;
}
.aurora_pricing #le_section-seven-area11 {
    margin-bottom: 50px;
}
.aurora_pricing #le_section-three-area2 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-three-area3 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-three-area4 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pricing #le_section-three-area7 {
}
.aurora_pricing #le_section-three-area8 {
}
.aurora_pricing #le_section-two {
    margin-bottom: 75px;
}
.aurora_pricing #le_section-two-area10 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 35px;
    padding-bottom: 35px;
}
.aurora_pricing #le_section-two-area8 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 35px;
    padding-bottom: 35px;
}
.aurora_pricing #le_section-two-area9 {
    background-color: rgba(66, 66, 66, 0.18);
    padding-top: 35px;
    padding-bottom: 35px;
}
.aurora_schedule #le_section-one {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/kpnnikisepia.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-two-area1 {
}
.aurora_schedule2 #le_section-one {
    background-image: linear-gradient(rgba(210, 180, 140, 0.42), rgba(210, 180, 140, 0.42)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/foreveryogapilates/pilates-images/SP_Matwork-06_72dpi-RGB.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule2 #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule2 #le_section-two-area1 {
}
.aurora_services #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_services #le_section-three {
    margin-bottom: 75px;
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_staff #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/woman-stretching-on-block.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_staff #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_training #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/feet-on-purple-mat.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_training #le_section-three {
}
.aurora_training #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_workshops #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/woman-on-reformer-with-trainer.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.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: 13px;
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(157, 110, 89);
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.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(210, 180, 140);
}
.se_footer a:hover {
    color: rgb(255, 255, 255);
}
.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(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Josefin Sans';
    font-size: 14px;
    color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(157, 110, 89);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(157, 110, 89);
}
.se_siteBranding a {
    font-size: 35px;
    color: rgb(66, 66, 66);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(66, 66, 66);
}
.se_social a {
    color: rgb(157, 110, 89);
    font-size: 18px;
}
.se_social a:hover {
    color: rgb(0, 0, 0);
}
.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 {
    color: rgb(157, 110, 89);
}
a:hover {
    color: rgb(0, 0, 0);
}
blockquote {
    color: rgb(0, 0, 0);
}
body .navicon {
    color: rgb(0, 0, 0);
}
h1, h1 a, .title1, .title1 a {
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: 47px;
    color: rgb(157, 110, 89);
}
h3, h3 a, .title3, .title3 a {
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Josefin Sans';
    font-size: 22px;
    color: rgb(157, 110, 89);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Josefin Sans';
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Josefin Sans';
    font-size: 17px;
    color: rgb(157, 110, 89);
    font-weight: bold;
}
hr {
}
p, ul, ol, dl {
    font-family: 'Josefin Sans';
    font-size: 16px;
    color: rgb(66, 66, 66);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructwithus #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area1 {
    text-align: left;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area2 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area7 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area2 {
    margin-bottom: 19px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    margin-top: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content3 {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-three {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructwithus #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area4 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area5 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area2 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area4 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area10 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area8 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area9 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two {
    }
}

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