@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Quicksand:wght@300..700&display=swap');

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

hr {
    border: 0;
    height: 1px;
}

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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	font-family: "Quicksand"!important;
	font-weight: 300px;
}
ul {
	margin: 0;
	font-family: "Quicksand"!important;
	font-weight: 300px;
}
li::marker {
    color: #63375c !important;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .2em 0;
	line-height: 1.1;
	font-family: "Italiana" !important;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Quicksand"!important;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Italiana" !important;
	font-weight: 300px;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Italiana" !important;
	font-weight: 300px;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Quicksand"!important;
	font-weight: 300px;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Quicksand"!important;
	font-weight: 300px;
}
.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText ul, .whiteText li, .whiteText blockquote {
    color:#fff !important;
}
.whiteText .title1, .whiteText .title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6 {
    color: #fff !important;
}


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

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
    font-family: "Quicksand"!important;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
	color: rgb(66, 66, 66) !important;
    font-family: "Quicksand"!important;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
	text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 8px;
	color: #000;
	font-family: "Quicksand"!important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-family: "Quicksand"!important;
}
.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;
	font-family: "Quicksand"!important;
}

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

/* -- 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;
    font-family: "Quicksand" !important;
}
a.recaptcha-terms {
   color: #fff !important;
}

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

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 8px;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 10px;
     border-radius: 8px;
     border: 2px solid rgb(156, 120, 164);
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    border: 2px solid #000;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #fff;
    color: #63375c;
    border: 2px solid #fff;
     border-radius: 8px;
}   
.se_button.button2 a:hover, a:hover.se_button.button2 {
    border: 2px solid #63375c;
    background-color: #fff;
    color: #63375c;
}
.se_button.button3 a, a.se_button.button3 {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
     border-radius: 8px;
}   
.se_button.button3 a:hover, a:hover.se_button.button3 {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}
.se_button.button4 a, a.se_button.button4 {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
     border-radius: 8px;
}   
.se_button.button4 a:hover, a:hover.se_button.button4 {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
     border-radius: 8px;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 10px 35px;
	margin-top: 10px;
	 border-radius: 8px;
}

/* 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;
}
/*.modal *, .modal *:before, .modal *:after, .le_jqueryui_target *, .le_jqueryui_target *:before, .le_jqueryui_target *:after {*/
/*    font-family: "Quicksand" !important;*/
/*}*/


/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 0 0 10px 0;
}
.se_siteBranding img {
    max-width: 125px;
    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;
}

/* Expand3
----------------------------------------------------------------------------------------------------*/
.expand3 {
    position: relative;
    padding: 15px 20px;
    border: 1px solid rgb(99, 55, 92);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.expand3 h3 {
    position: relative; 
    font-size: 20px;
    line-height: 1.4px !important;
    color: #000;
    padding-right: 20px;
}
.expand3 h6, h6 a, .title6, .title6 a {
    color: rgb(99, 55, 92) !important;
}
.expand3 h3:after {
    content: '+';
    font-family: "Lato", sans-serif;
    font-weight: 300;
    top: 0;
    right: 0;
    float: right;
    font-size: 25px;
    line-height: 1;
    color: rgb(99, 55, 92);
    border-radius: 50%;
    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;
}
.expand3.active {
    border: 1px solid #606060;
    color: #606060;
}
.expand3 h3.active:after {
    content: '-';
    font-size: 36px;
    line-height: 1;
    top: -5px;
    color: #606060;
}
.expand3:hover {
    cursor: pointer;
    border: 1px solid #606060;
    color: #606060 !important;
}
.expand3 p {
    padding: 20px 0;
    font-size: 16px;
}

/* 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: #000;
    font-size: 28px;
    display: block;
    padding: 90px 5px 90px 5px;
    border: 1px;
    border-style: solid;
    border-color: #000;
    background: rgba(156, 120, 164,0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta h3 a:hover {
   background: rgba(43, 43, 43, 0.54);
   color: #000 !important;
}
.white-box {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 30px 20px;
    margin: -5px 0 25px 0;
    text-align: center;
}
.white-box h2, .white-box h3 {
    font-size: 24px;
}
.testimonial-box p {
    text-transform: none;
    font-size: 18px !important;
}
.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/yogamattv2/arrows-black.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/yogamattv2/arrows-black.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: rgba(255,255,255,0.85);
    border: 3px solid rgb(156, 120, 164);
    padding: 30px 30px;
    margin-bottom: 25px;
    align-items: center !important;
    border-radius: 20px !important;
}
.black-box h2 {
    font-size: 44px;
    align-items: center !important;
}

.black-box h6 {
    color: #63375c;
}
.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;
}

/* - Text Classes - */

.text-shadow {
    text-shadow: 0px 1px 1px rgba(0,0,0,.35);
}
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.text-shadow-darker {
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.text-shadow-darkest {
    text-shadow: 0px 1px 1px rgba(0,0,0,.95);
}
.highlightText {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    color: #000;
    line-height: 1;
    z-index: 10;
}
.highlightText:after {
    content: "";
    background: rgba(255, 236, 97, .9) !important;
    position: absolute;
    height: 7px !important;
    left: 0px;
    bottom: -2px;
    width: calc(100% - 8px);
    z-index: 5;
}    

/* Staff 1 Grid
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff1 .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
}
@media (min-width: 992px) { 
    .staff1 .staff_style .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
}
.staff1 .staff_style .staff_side .clear {
    display: none !important;
}
.staff1 .staff_style .page_stuff, .staff1  .staff_bio {
    display: none !important;
        font-family: "Quicksand"!important
}
.staff1 .staff_style .staff_img {
    display: block;
    position: relative;
    padding-top: 100%;
    background-color: #efefef;
    margin-bottom: 40px;
}
.staff1 .staff_style .staff_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border: 0 !important;
}
.staff1 .staff_style .staff_img img:hover {
    opacity: .5;
}
.staff1 .staff_style .staff_img em {
    display: none;
}
.staff1 .staff_style .staff_info {
    position: relative;
}
.staff1 .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;
    font-family: "Quicksand"!important;
}
.staff1 .staff_style .staff_name a {
    color: #000;
    font-size: 20px;
}
@media (max-width: 768px) { 
    .staff1 .staff_style .staff_img {
        margin-bottom: 70px;
    }
    .staff1 .staff_style .staff_name {
        bottom: -45px;
    }
}

/* Staff 2 Slider

/* Weekly Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    position: relative !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.schedule_date_range, #back_sched, #forward_sched {
    font-size: 24px !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.mb_listview_date .sched_loc_name {
    display: none;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;

}
.schedule_filters {
    width: 123% !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;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
#printview:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.mbHeaderBar {
    background: #9c78a4 !important;
    color: #000 !important;
    padding: 10px 0 !important;
    height: 35px !important;
    border: 0 !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: "Quicksand" !important;

}
.mb_schedule tr:nth-of-type(even) #back_sched, #forward_sched {
    background-color: #ededee !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;

}
.row_class {
    padding-left: 0 !important;
    width: 20% !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.title_staff {
    padding-left: 4% !important;
    font-size: 16px !important;
    color:#000 !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.title_class {
    padding-left: 0 !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.row_staff {
    padding-left: 9% !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.title_location {
    display: none !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.capacity {
    margin-top: 10px !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;

}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
    font-family: "Quicksand" !important;
    font-weight: 500 !important;
}
    
/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .mb_mobilebar {
        background: #fff !important;
        padding: 10px 15px !important;
    }
    .mb_gray_box {
        width: 100% !important;
    }
    /*.title_date {*/
    /*    background-color: #000 !important;*/
    /*    color: #fff !important;*/
    /*    padding: 10px !important;*/
    /*    width: 100% !important;*/
    /*    margin: 10px 0 !important;*/
    /*}*/
    .mb_mobilebar_schedulebar_time {
        width: 100% !important;
        padding: 10px 0 0 0 !important;
        font-size: 16px !important;
    }
    .mb_mobilebar_schedulebar_classname {
        width: 100% !important;
    }
    .mb_mobile_classname a, .mb_le_staff_firstname, .mb_le_staff_lastname {
        color: #000 !important;
    }
    .mb_mobilebar_schedulebar_button {
        float: left !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
    }
    .mb_mobilebar_schedulebar_button .signup {
        margin-left: -7px !important;
    }
    .mb_mobilebar a {
        color: #000 !important;
    }
    #locations, #sessions, #trainers, #service_categories {
        width: 100% !important;
        margin-left: 0 !important;
        font-family: "Quicksand" !important;
        font-weight: 500 !important;
    }
    .mb_gray_box selects, .mb_gray_box .dropdowns {
        width: 100% !important;
        font-family: "Quicksand" !important;
        font-weight: 500 !important;
    }
    .mbHeaderBar {
        font-size: 14px !important;
        font-family: "Quicksand" !important;
        font-weight: 500 !important;
    }
    .title_staff {
        font-size: 14px !important;
    }
    .row_button .se_button {
        display: block !important;
        padding: 10px !important;
    }
    .title_class, .row_class, .title_staff {
        padding-left: 9% !important;
    }
    .row_staff {
        padding-left: 14% !important;
    }
}

/* 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;
    font-family: "Quicksand" !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;
    font-family: "Quicksand" !important;
}
.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;
    font-family: "Quicksand" !important;
}
.week-view-ns .ns-calendar .events {
    text-align: center !important;
    font-family: "Quicksand" !important;
}
.week-view-ns .ns-calendar .events li:nth-of-type(even) {
    background-color: #efeeee !important;
    font-family: "Quicksand" !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;
        font-family: "Quicksand" !important;
    }
}

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

.mb_enrollment_dates {
    background-color: #efefef;
    color: #000;
    padding: 12px 20px 0 20px;
    font-size: 25px !important;
    font-family: "Quicksand" !important;    
}
.enrollment_box, .course_information, .enrollment_in_course {
    border: 2px solid #efefef !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    font-family: "Quicksand" !important;    
}
.enrollments_date_range {
    padding-top: 10px;
    font-family: "Quicksand" !important;
}
.not_entire {
    font-weight: bold;
    font-size: 20px;
}
.right.bold_date {
    display: block;
    font-size: 17px;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
    font-family: "Quicksand" !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: 33% 33% 33%;
        grid-gap: 15px;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff, .staff_bio {
    display: none !important;
    font-family: "Quicksand"!important;
    color: #424242 !important;
}
}
.staff_style .page_stuff, .mb_instructor_bio {
    display: none !important;
    font-family: "Quicksand" !important;
    color: #424242 !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;
 
    color: #424242 !important;
}
}
.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;
     font-size: 16px !important;

    color: #424242 !important;
}
.staff_style .staff_name a {
    color: #000;
     font-size: 16px !important;
  
    color: #424242 !important;
}
@media (max-width: 768px) { 
    .staff_style .staff_img {
        margin-bottom: 70px;
    }
    .staff_style .staff_name {
        bottom: -45px;
    }
}

/* AnchorMenu
----------------------------------------------------------------------------------------------------*/
.InsideMenu ul {
    border-bottom: 2px solid #9c78a4;
    padding: 0 0px 15px 0;
    margin: 0 0 10px 0;
    text-align: center;
}
.InsideMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
	display: inline-block;
	padding: 0px 0;
}
.InsideMenu li a {
    display: block;
    position: relative;
    padding: 5px 9px 5px 9px;
    line-height: 15px;
    color: #63375c;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 8px !important;
}
.InsideMenu li a:hover {
    text-decoration: none;
    color: #000;
    background-color:#9c78a4;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 8px;
}

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

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 0px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    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;
    border-radius: 8px !important;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
    border-radius: 8px !important;
}
/* 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;
}
.header_se_social {
    margin-top: 20px;
    font-size: 24px;
    top:15px;
    right:10px;
    z-index: 3;
    position:absolute;
   
}
.header_se_social a {
    margin: 0 .15em;
    text-decoration: none;
    text-align: right;
}
/* Menu
----------------------------------------------------------------------------------------------------*/
.se_menu {
    margin-top: 20px;
}
.MainMenu {
    display: block;
    font-family: "Quicksand"!important;
}
.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;
        border-radius: 8px !important;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.Menu1 a {
    margin-left: 10px;
    border: 2px solid rgb(156, 120, 164);
    color: #000 !important;
    padding: 10px 10px !important;
    display: inline-block !important;
    border-radius: 8px !important;
    background-color: #c4aec9;
}
.Menu1 a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000;
}
.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;
	        border-radius: 0px !important;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 160px;
	line-height: 1em;
	   border-radius: 0px !important;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
       border-radius: 0px !important;
}
.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: 40px;
    padding-top: 20px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
        position: fixed; /*Keeps website from scrolling while menu is open */
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}

.navicon:hover {
    cursor: pointer;
}
@media (max-width: 991px) { 
    .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%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
    }
    .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 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;
    }
}

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

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
    clear: both;
	padding: 0px 0;
    text-align: left;
}
.se_social {
    margin-top: 20px;
    font-size: 24px;
    position: absolute;
}
.se_social a {
    margin: 0 .15em;
    text-decoration: none;
}
.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;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    color: #fff;
}
/* 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: 44px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 24px !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 12px;
    }
    .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 15px;
    }
}

/* 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-area2 {
    text-align: left;
}
#le_footer-area3 {
    margin-top: 20px;
    text-align: left;
}
#le_footer-area4 {
    margin-top: 20px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 75px;
    text-align: left;
}
#le_footer-area5 {
    margin-top: 20px;
    text-align: left;
}
#le_footer-area6 {
    margin-left: 25px;
}
#le_footer-area7 {
}
.aurora_about #le_section-five {
    background-color: rgb(196, 174, 201);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-five-area1 {
    padding-bottom: 50px;
}
.aurora_about #le_section-five-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin-top: 50px;
    padding-top: 500px;
}
.aurora_about #le_section-five-area11 {
}
.aurora_about #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-bottom: 25px;
    padding-top: 575px;
}
.aurora_about #le_section-five-area9 {
    margin-top: 50px;
}
.aurora_about #le_section-four {
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
    margin-bottom: 100px;
}
.aurora_about #le_section-four-area10 {
}
.aurora_about #le_section-four-area11 {
    margin-top: 75px;
}
.aurora_about #le_section-four-area2 {
}
.aurora_about #le_section-four-area3 {
}
.aurora_about #le_section-four-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/ElitePoleStudio_Sep2022-1049.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 510px;
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_about #le_section-seven {
    background-color: rgb(156, 120, 164);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-seven-area1 {
    margin-right: 20%;
    margin-left: 20%;
}
.aurora_about #le_section-three {
    background-color: rgb(196, 174, 201);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-three-area1 {
    margin-bottom: 25px;
}
.aurora_about #le_section-three-area10 {
}
.aurora_about #le_section-three-area4 {
}
.aurora_about #le_section-three-area6 {
}
.aurora_about #le_section-three-area7 {
    padding-top: 50px;
}
.aurora_about #le_section-three-area8 {
}
.aurora_about #le_section-three-area9 {
    padding-top: 40px;
    padding-bottom: 30px;
}
.aurora_about #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-two-area2 {
    margin-bottom: 50px;
}
.aurora_about #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/2024-Elite-Facility-07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 300px;
}
.aurora_about #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/2024-Elite-Facility-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 25px;
    padding-top: 300px;
}
.aurora_about #le_section-two-area7 {
    margin-top: 25px;
}
.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_class-schedule #le_section-one {
    background-color: rgb(194, 194, 194);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_classes #le_section-five {
    margin-bottom: 125px;
}
.aurora_classes #le_section-five-area1 {
}
.aurora_classes #le_section-five-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    padding-top: 375px;
}
.aurora_classes #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/EiriniLyra2_jpeg_copy_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    padding-top: 467px;
}
.aurora_classes #le_section-five-area3 {
}
.aurora_classes #le_section-five-area7 {
    margin-top: 50px;
}
.aurora_classes #le_section-five-area9 {
    margin-top: 50px;
}
.aurora_classes #le_section-four {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_classes #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    padding-top: 445px;
}
.aurora_classes #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-24_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 75px;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_classes #le_section-seven {
    background-color: rgb(156, 120, 164);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_classes #le_section-seven-area1 {
    margin-right: 20%;
    margin-left: 20%;
}
.aurora_classes #le_section-three {
}
.aurora_classes #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-Elite-Pole-_-2024-_-Bensalem-PA-29jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 10px;
    padding-top: 500px;
}
.aurora_classes #le_section-three-area6 {
}
.aurora_classes #le_section-two {
    margin-bottom: 75px;
}
.aurora_classes #le_section-two-area1 {
    margin-bottom: 75px;
}
.aurora_classes #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 35px;
    padding-top: 475px;
}
.aurora_classes #le_section-two-area6 {
    margin-top: 75px;
}
.aurora_classes #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 124px;
    padding-top: 530px;
}
.aurora_contact #le_section-eight-area2 {
}
.aurora_contact #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-14_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_contact #le_section-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-seven-area2 {
    margin-right: 25px;
}
.aurora_contact #le_section-seven-area3 {
    margin-left: 25px;
}
.aurora_contact #le_section-three {
    background-color: rgb(196, 174, 201);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-three-area1 {
    margin-right: 25%;
    margin-left: 25%;
}
.aurora_contact #le_section-three-area5 {
    margin-right: 50px;
}
.aurora_contact #le_section-three-area6 {
}
.aurora_contact #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two-area1 {
}
.aurora_contact #le_section-two-area2 {
    margin-right: 50px;
}
.aurora_contact #le_section-two-area3 {
}
.aurora_forms #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_forms #le_section-three {
    background-color: rgb(156, 120, 164);
    padding-bottom: 50px;
}
.aurora_forms #le_section-three-area1 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-top: 75px;
    margin-right: 20%;
    margin-bottom: 75px;
    margin-left: 20%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_forms #le_section-two {
    background-color: rgb(194, 194, 194);
    padding-top: 75px;
}
.aurora_forms #le_section-two-area1 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-right: 20%;
    margin-bottom: 75px;
    margin-left: 20%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-four {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_home #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_home #le_section-four-area10 {
}
.aurora_home #le_section-four-area11 {
    margin-top: 50px;
    margin-bottom: 25px;
}
.aurora_home #le_section-four-area2 {
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-four-area3 {
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-four-area4 {
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-width: 1px;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-four-area5 {
    border-style: solid;
    border-color: rgb(146, 146, 146);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-four-area6 {
}
.aurora_home #le_section-four-area7 {
}
.aurora_home #le_section-four-area8 {
}
.aurora_home #le_section-four-area9 {
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-one-content3 {
    margin-top: 25px;
}
.aurora_home #le_section-seven {
    background-color: rgb(156, 120, 164);
}
.aurora_home #le_section-seven-area1 {
}
.aurora_home #le_section-seven-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/ElitePoleStudio_Sep2022-576.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 675px;
}
.aurora_home #le_section-seven-area3 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_section-six {
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-three {
    background-color: rgb(196, 174, 201);
    background-size: cover;
    background-position: center center;
    padding-top: -9px;
}
.aurora_home #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/2024-Showcase-Details.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 75px;
    padding-top: 550px;
}
.aurora_home #le_section-three-area2 {
    margin-right: 50px;
    padding-top: 75px;
}
.aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two-area1 {
    margin-right: 25%;
    margin-bottom: 20px;
    margin-left: 25%;
    padding-bottom: 15px;
}
.aurora_home #le_section-two-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/2024-Showcase-Details.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-area12 {
    margin-right: 25%;
    margin-left: 25%;
    padding-bottom: -5px;
}
.aurora_home #le_section-two-area2 {
}
.aurora_home #le_section-two-area3 {
}
.aurora_home #le_section-two-area8 {
}
.aurora_home #le_section-two-area9 {
}
.aurora_instructors #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_instructors #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-clients #le_section-five {
    background-color: rgb(196, 174, 201);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_new-clients #le_section-five-area1 {
    padding-bottom: 50px;
}
.aurora_new-clients #le_section-five-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    padding-top: 525px;
}
.aurora_new-clients #le_section-five-area11 {
}
.aurora_new-clients #le_section-five-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_new-clients #le_section-five-area9 {
    margin-top: 75px;
}
.aurora_new-clients #le_section-four {
}
.aurora_new-clients #le_section-four-area11 {
}
.aurora_new-clients #le_section-four-area2 {
}
.aurora_new-clients #le_section-four-area3 {
}
.aurora_new-clients #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_new-clients #le_section-seven {
    background-color: rgb(156, 120, 164);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_new-clients #le_section-seven-area1 {
    margin-right: 20%;
    margin-left: 20%;
}
.aurora_new-clients #le_section-three {
}
.aurora_new-clients #le_section-three-area1 {
}
.aurora_new-clients #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_new-clients #le_section-two-area1 {
    margin-right: 25%;
    margin-bottom: 25px;
    margin-left: 25%;
    padding-bottom: 25px;
}
.aurora_new-clients #le_section-two-area11 {
}
.aurora_new-clients #le_section-two-area2 {
}
.aurora_new-clients #le_section-two-area3 {
}
.aurora_new-clients #le_section-two-area6 {
}
.aurora_parties #le_section-eight-area2 {
}
.aurora_parties #le_section-eight-area3 {
}
.aurora_parties #le_section-five {
}
.aurora_parties #le_section-five-area4 {
}
.aurora_parties #le_section-five-area5 {
}
.aurora_parties #le_section-five-area6 {
}
.aurora_parties #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_parties #le_section-four-area1 {
}
.aurora_parties #le_section-four-area11 {
}
.aurora_parties #le_section-four-area2 {
}
.aurora_parties #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/2024-Elite-Facility-28.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 40px;
    padding-top: 400px;
}
.aurora_parties #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-22.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_parties #le_section-seven {
    background-image: linear-gradient(rgba(99, 55, 92, 0.49), rgba(99, 55, 92, 0.49)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-27.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_parties #le_section-seven-area1 {
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_parties #le_section-six {
}
.aurora_parties #le_section-six-area1 {
}
.aurora_parties #le_section-six-area11 {
}
.aurora_parties #le_section-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_parties #le_section-three-area1 {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_parties #le_section-three-area6 {
}
.aurora_parties #le_section-three-area9 {
    margin-bottom: 75px;
}
.aurora_parties #le_section-two {
    padding-top: 75px;
    padding-bottom: 10px;
}
.aurora_parties #le_section-two-area1 {
    margin-right: 20%;
    margin-bottom: 10px;
    margin-left: 20%;
}
.aurora_parties #le_section-two-area10 {
}
.aurora_parties #le_section-two-area8 {
}
.aurora_parties #le_section-two-area9 {
}
.aurora_parties2 #le_section-eight-area2 {
}
.aurora_parties2 #le_section-eight-area3 {
}
.aurora_parties2 #le_section-five {
}
.aurora_parties2 #le_section-five-area4 {
}
.aurora_parties2 #le_section-five-area5 {
}
.aurora_parties2 #le_section-five-area6 {
}
.aurora_parties2 #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_parties2 #le_section-four-area1 {
}
.aurora_parties2 #le_section-four-area11 {
}
.aurora_parties2 #le_section-four-area2 {
}
.aurora_parties2 #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/2024-Elite-Facility-28.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 40px;
    padding-top: 400px;
}
.aurora_parties2 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-22.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_parties2 #le_section-seven {
    background-image: linear-gradient(rgba(99, 55, 92, 0.49), rgba(99, 55, 92, 0.49)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-27.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_parties2 #le_section-seven-area1 {
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_parties2 #le_section-six {
}
.aurora_parties2 #le_section-six-area1 {
}
.aurora_parties2 #le_section-six-area11 {
}
.aurora_parties2 #le_section-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_parties2 #le_section-three-area1 {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_parties2 #le_section-three-area6 {
}
.aurora_parties2 #le_section-three-area9 {
    margin-bottom: 75px;
}
.aurora_parties2 #le_section-two {
    padding-top: 75px;
    padding-bottom: 10px;
}
.aurora_parties2 #le_section-two-area1 {
    margin-right: 20%;
    margin-bottom: 10px;
    margin-left: 20%;
}
.aurora_parties2 #le_section-two-area10 {
}
.aurora_parties2 #le_section-two-area8 {
}
.aurora_parties2 #le_section-two-area9 {
}
.aurora_pricing #le_section-eight {
    margin-top: 50px;
}
.aurora_pricing #le_section-five {
    background-color: rgb(196, 174, 201);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-five-area1 {
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-five-area2 {
    margin-right: 5%;
    margin-bottom: 50px;
    margin-left: 5%;
}
.aurora_pricing #le_section-five-area3 {
    margin-right: 5%;
    margin-bottom: 50px;
    margin-left: 5%;
}
.aurora_pricing #le_section-four {
    padding-bottom: 75px;
}
.aurora_pricing #le_section-four-area1 {
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-four-area2 {
    margin-right: 5%;
    margin-bottom: 50px;
    margin-left: 5%;
}
.aurora_pricing #le_section-four-area3 {
    margin-right: 5%;
    margin-bottom: 50px;
    margin-left: 5%;
}
.aurora_pricing #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_pricing #le_section-seven {
    background-color: rgb(196, 174, 201);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-seven-area1 {
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-seven-area10 {
    margin-top: 10px;
}
.aurora_pricing #le_section-seven-area11 {
    margin-top: 25px;
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-seven-area9 {
    margin-top: 10px;
}
.aurora_pricing #le_section-six-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pricing #le_section-three {
    background-color: rgb(196, 174, 201);
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-three-area1 {
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-three-area5 {
    margin-right: 5%;
    margin-left: 5%;
}
.aurora_pricing #le_section-three-area6 {
    margin-right: 5%;
    margin-left: 5%;
}
.aurora_pricing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-two-area1 {
    margin-right: 20%;
    margin-bottom: 50px;
    margin-left: 20%;
}
.aurora_pricing #le_section-two-area2 {
}
.aurora_pricing #le_section-two-area3 {
}
.aurora_schedule #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/elite-pole-fitness/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-6.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_schedule #le_section-two {
    padding-top: 25px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-two-area1 {
}
.aurora_schedule #le_section-two-area11 {
    margin-top: 25px;
}
.aurora_workshops #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elitepoleandfitnessnew/Classes-_-Elite-Pole-_-2024-_-Bensalem-PA-1.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_workshops #le_section-two-area1 {
}
.seFormButton {
    background-color: rgb(156, 120, 164);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(196, 174, 201);
    color: rgb(0, 0, 0);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.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(196, 174, 201);
}
.se_footer a {
    color: rgb(0, 0, 0);
}
.se_footer a:hover {
    color: rgb(57, 42, 61);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(0, 0, 0);
}
.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-size: 14px;
    color: rgb(66, 66, 66);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(156, 120, 164);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(66, 66, 66);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(156, 120, 164);
}
.se_siteBranding a {
    font-size: px;
    color: rgb(66, 66, 66);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(66, 66, 66);
}
.se_social a {
    color: rgb(99, 55, 92);
    font-size: 24px;
}
.se_social a:hover {
    color: rgb(57, 42, 61);
}
.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(99, 55, 92);
}
a:hover {
    color: rgb(57, 42, 61);
}
blockquote {
    color: rgb(66, 66, 66);
}
body .navicon {
    color: rgb(66, 66, 66);
}
h1, h1 a, .title1, .title1 a {
    font-size: 51px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: 35px;
    color: rgb(66, 66, 66);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-size: 34px;
    color: rgb(99, 55, 92);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: 28px;
    color: rgb(99, 55, 92);
}
h5, h5 a, .title5, .title5 a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
h6, h6 a, .title6, .title6 a {
    font-size: 18px;
    color: rgb(66, 66, 66);
    font-weight: bold;
}
hr {
    background-color: rgb(130, 130, 130);
}
p, ul, ol, dl {
    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-area2 {
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    margin-top: 25px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area5 {
    margin-top: -25px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area9 {
    margin-top: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area10 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-area10 {
    padding-top: 25px;
    }
}
@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-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area8 {
    }
}
@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 {
    padding-top: 35px;
    }
}
@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_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area10 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-five-area9 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-four-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three {
    margin-right: 15px;
    margin-left: 15px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area5 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area6 {
    }
}
@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-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area6 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    padding-top: 50px;
    }
}
@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-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_forms #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_forms #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_forms #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_forms #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_forms #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    margin-right: 20px;
    margin-left: 20px;
    }
}
@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-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area4 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@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-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@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 {
    margin-right: -1px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-area12 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_instructors #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-eight-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-eight-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parties2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area3 {
    }
}
@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-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area3 {
    }
}
@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 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area2 {
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    margin-top: 25px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area5 {
    margin-top: -25px;
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five {
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area10 {
    background-position: center right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area9 {
    margin-top: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four {
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area10 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven {
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area10 {
    padding-top: 25px;
    }
}
@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-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area8 {
    }
}
@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 {
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area3 {
    }
}
@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 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area10 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-five-area9 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-four-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three {
    margin-right: 15px;
    margin-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area5 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area6 {
    }
}
@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-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area6 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area7 {
    margin-bottom: 1px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area5 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area6 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    padding-top: 50px;
    }
}
@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-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_forms #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_forms #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_forms #le_section-three-area1 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_forms #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_forms #le_section-two-area1 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@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-right: 10px;
    margin-left: 10px;
    padding-top: 60px;
    padding-bottom: 10px;
    }
}
@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-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area11 {
    margin-bottom: 1px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area4 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area9 {
    }
}
@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-content3 {
    margin-right: 8%;
    margin-left: 8%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area3 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    margin-top: 25px;
    margin-right: -1px;
    padding-top: 500px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-area12 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_instructors #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-eight-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-eight-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parties2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@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-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@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 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two-area1 {
    }
}

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