@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Bilbo');
@import url('https://fonts.googleapis.com/css?family=Courgette');

body {
    margin: 0 auto;
    color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

a {
	color: #FF0076;
	text-decoration: none;
}
a:hover {
    color: #feea00;
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #2f2e2e;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
	line-height: 50px;
}
h2, h2 a, .title2, .title2 a {
	color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
h4, h4 a, .title4, .title4 a {
	color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #2f2e2e;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: #5d5d5d;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #5d5d5d !important;
	font-family: 'Hind', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #feea00;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #000000;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #feea00;
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #000000;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #afaeae;
	box-shadow: none !important;
	color: #323232;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

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

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- 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;
}
.consultation {
    padding: 25px 60px 60px 25px;
}
.consultation input[type="submit"] {
    font-size: 20px !important;
    padding: 15px 15px 10px 15px !important;
    width: 100%;
    text-align: center;
    margin-top: -45px !important;
}
.consultation input[type="text"],.consultation input[type="email"],.consultation input[type="password"], .consultation textarea {
	padding: 20px 10px !important;
}
.newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
	background-color: #3A221E !important;
	border: 1px solid #ffffff;
	color:#feea00;
	width: 300px !important;
	margin-bottom: -16px !important;
}
.newsletter input[type="submit"] {
    padding: 10px 30px 6px 30px !important;
    color: #000000 !important;
}
.newsletter ::-webkit-input-placeholder {
    color: #ffffff !important;
}
.newsletter :-moz-placeholder { /* older Firefox*/
    color: #ffffff !important;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */ 
    color: #ffffff !important;
} 
.newsletter :-ms-input-placeholder { 
    color: #ffffff !important;
}
.newsletter2 input[type="submit"] {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: -20px !important;
}
.newsletter .form-group:last-of-type { 
    display: block; 
} 

/* Buttons
----------------------------------------------------------------------------------------------------*/
.se_button.button2 a, a.se_button.button2 {
    padding: 7px 15px 10px 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
    background-color: rgba(255,255,255,0);
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: rgba(255,255,255,1);
    color: #c1d82f;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Hind', sans-serif;
}
.se_button.button1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #5d5d5d;
  padding: 5px 20px;
  color: #5d5d5d !important;
  margin-top: 10px;
}
.se_button.button1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feea00;
  border: 1px solid #feea00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.se_button.button1:hover, .se_button.button1:focus, .se_button.button1:active {
  color: #ffffff !important;
  border: 1px solid #feea00;
}
.se_button.button1:hover:before, .se_button.button1:focus:before, .se_button.button1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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


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

hr {
    border: 0;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.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;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.whitebox:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: -20px;
    right: 30px;
    bottom: 20px;
    border: 4px solid #feea00;
    z-index: -1 !important;
}
.whitebox {
    position: relative !important;
    z-index: 1000 !important;
    margin-top: 25px;
    margin-left: 25px;
    background: rgba(255,255,255,0.6);
}
.whitebox2 {
    padding: 10px 50px 50px 25px;
    z-index: 1000 !important;
    position: relative !important;
    position: absolute;
}
.whitebox3 {
    padding: 25px 50px 50px 25px;
    z-index: 1000 !important;
    position: relative !important;
    position: absolute;
}
.cursive h2 {
    font-family: 'Courgette', cursive;
    font-size: 30px !important;
    margin-top: -10px !important;
}
.home-title h1 {
    font-size: 30px !important;
    line-height: 28px !important;
}
.mt10 {
    margin-top: 10px;
}
.underline-center {
    position: relative;
    padding-bottom: 20px;
}

.underline-center:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 120px;
    height: 2px;
    content: "";
    background-color: #feea00;
}

.underline-center:after {
    left: 50%;
    margin-left: -60px;
}
.yellowbox {
    outline-offset: -13px;
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
}
.yellowbox:hover {
    outline: 2px solid #000000;
    border: 4px solid #000000;
}
.yellowbox img {
    margin-bottom: 15px;
}
.yellowbox a {
    color: #000000 !important;
}
.yellowbox a:hover {
    color: #feea00 !important;
}
.yellow-box a {
    outline-offset: -13px;
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
    color: #000000 !important;
    font-size: 20px;
    display: block;
    width: 100%;
}
.yellow-box a:hover {
    outline: 2px solid #000000;
    border: 4px solid #000000;
    color: #feea00 !important;
}
.acuity-embed-button, a.acuity-embed-button, a.acuity-embed-button:link {
    background-color: #000000 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}
.yellowbox2 a {
    outline-offset: -13px;
    outline: 2px solid #000000;
    border: 4px solid #000000;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
    width: 100% !important;
    display: block !important;
    text-align:center;
    color: #000000 !important;
    font-size: 27px !important;
}
.yellowbox2 a:hover {
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    color: #feea00 !important;
}
.yellowbox3 {
    outline-offset: -13px;
    outline: 2px solid #000000;
    border: 4px solid #000000;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
    width: 100% !important;
    display: block !important;
    text-align:center;
    color: #000000 !important;
    font-size: 27px !important;
}
.yellowbox3:hover {
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    color: #feea00 !important;
}
.yellowbox3 img {
    margin-bottom: 20px;
}
.gallery-box {
    text-align: center;
    outline-offset: -13px;
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.gallery-box h3 {
    line-height: 1.2;
    margin: 0;
}

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

.expand {
    background: #fff;
    margin-bottom: 15px;
    border: 2px solid #feea00;
}
.expand:hover {
    border: 2px solid #000000;
}
.expand h2 {
    position: relative; 
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 25px;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
}
.expand p {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 0 15px 20px 15px;
}
.expand h2:before {
    content: "+";
    margin-right: 10px;
    color: #000000;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    color: #feea00 !important;
}
.expand h2.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    color: #feea00 !important;
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    padding: 10px 0;
    text-align: center;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}

/* Social
----------------------------------------------------------------------------------------------------*/

.se_social {
    margin-top: 10px;
}
.se_social a {
    color: #929191;
    font-size: 17px;
    margin: 0 2px;
}
.se_social a:hover {
    color: #feea00;
}
.footer_social {
    text-align: center;
    margin-top: 30px;
}
.footer_social a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    margin: 0 2px;
}
.footer_social a:hover {
    background-color: #ffffff;
    color: #000000;
}

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

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    width: 100%;
    z-index: 300;
}
.header {
	padding: 10px 0 25px 0;
}
.text-sm-right {
    margin-top: 10px;
}
.text-sm-right a {
    color: #5d5d5d;
}
.text-sm-right a:hover {
    color: #feea00;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    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: 25px;
    color: #feea00;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
    font-family: 'Hind', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #323232;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff; 
    font-family: 'Hind', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}


/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 5000 !important;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
    background-color: #ffffff;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .5em 0 .5em 0;
    font-family: 'Hind', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #5d5d5d !important;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #feea00 !important;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Hind', sans-serif;
	font-size: 14px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #5d5d5d !important;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #feea00 !important;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:20px;
    font-family: 'Hind', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #5d5d5d !important;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #feea00 !important;
}

/*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;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}


.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #999;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #999;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild2 > a.active-mobile-parent2:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2.open-mobile-sub2 {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* ---- End Separate Mobile Menu ---- */


/* Main Content
----------------------------------------------------------------------------------------------------*/

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

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

.footer {
	padding: 40px 0!important;
    line-height: 18px !important;
    background-color: #3A221E;
    color: #ff4280;
    font-size: 12px;
}
.footer-bottom {
    background-color: #5d5d5d;
    padding: 10px 0;
    color: #ffffff;
}
.footer-bottom a {
    color: #ffffff;
}

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

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 375px) {
    .se_social a {
        font-size: 15px !important;
    }
    .text-sm-right a {
        font-size: 11px !important;
    }
}
@media (max-width: 767px) {
    .newsletter {
        margin-top: 20px !important;
    }
    .newsletter input[type="submit"] {
        width: 100% !important;
    }
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        width: 100% !important;
    }
    .se_siteBranding {
        text-align: left !important;
    }
    .text-sm-right {
        margin-top: -10px !important;
        margin-bottom: 10px !important;
    }
    .feature_blog_image img {
        width: 500px !important;
        height: auto !important;
    }
}
@media (min-width: 768px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: center;
        margin-top: 0px;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding:  0;
	    background-color: #ffffff !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 15px 10px;
        margin: 0 13px !important;
        font-family: 'Hind', sans-serif;
        font-size: 12px;
        color: #2f2e2e !important;
        line-height: 15px;
        font-weight: 300 !important;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #ffffff !important;
        background-color: #feea00;
    }
    .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 !important;
        border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	text-align: left;
    	padding: 0 !important;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 8px 10px !important;
    	color: #2f2e2e;
    	margin: 0 !important;
        font-family: 'Hind', sans-serif;
    	font-size: 14px !important;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: #feea00;
    	color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .text-sm-right {
        text-align: right;
    }
    .feature_blog_image img {
        width: 300px !important;
        height: auto !important;
    }
    .mt20 {
        margin-top: 20px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 15px 20px;
        font-size: 15px;
    }
}

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


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

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  
/*---------R app START-------------*/
/*----thumbs-----*/
.le-recipe-category-image img{
 border: 0px;
 border-radius: 7px;
 padding: 0px;
 margin: 15px 0px;
}
.le-recipe-category-title {
 text-align: center;
 text-transform: uppercase;
 font-size: 37px;
 font-weight: bold;
 color: rgba(255,255,255,1);
 position: absolute;
 bottom: 0px;
 left: 0;
 right: 0;
 margin: auto;
 margin: 0px 15px;
 border-radius: 0px 0px 7px 7px;
 /*background:rgba(20,20,20,.25);*/
 min-height: 30%;
 opacity: 0;
}
.le-recipe-category-link:hover > .le-recipe-category-title{
 opacity:1;
}
#recipe-list-items a{
 color: rgba(20,20,20,.36);
 font-weight: bold;
 text-transform: uppercase;
 font-size: 26px;
 line-height: 40px;
}
#recipe-list-items a:hover{
 color: rgba(20,20,20,.55);
 text-decoration: none;
}
.recipe-item a{
 color: rgba(20,20,20,.36);
 font-weight: bold;
 text-transform: uppercase;
 font-size: 16px;
 line-height: 20px;
 
}
.recipe-item a:hover{
 color: rgba(20,20,20,.55);
 text-decoration: none;
}
.le-no-recipe-message {
 display: block;
 background: rgba(190,190,190,.15) !important;
 border: 2px solid rgba(20,20,20,.2) !important;
 border-radius: 7px;
 color: rgba(20,20,20,.3) !important;
 padding: 20px;
 text-transform: uppercase;
 font-weight: bold;
}
.recipe-category-group h4, .recipe-category-group h4 a{
 text-transform: uppercase;
 color: rgba(20,20,20,.5) !important;
 margin: 20px 10px 15px 0px;
}
.recipe-category-group h4 a:hover{
 text-decoration: none;
}
.recipe-category-group{
 background: rgba(200,200,200,.1) !important;
 border: 2px solid rgba(20,20,20,.1) !important;
 border-radius: 7px;
 padding: 10px;
 margin: 15px 5px;
}
.col-sm-6 .recipe-category-group{
 width: 45%;
}
.showMoreRecipes{
 display: inline-block;
 background: rgba(190,190,190,.15) !important;
 border: 2px solid rgba(20,20,20,.2) !important;
 border-radius: 7px;
 color: rgba(20,20,20,.3) !important;
 padding: 10px;
 text-transform: uppercase;
 font-weight: bold;
 margin: 0px 10px 10px 0;
}
.showMoreRecipes:hover{
 text-decoration: none;
 background: rgba(190,190,190,.25) !important;
}
@media (min-width: 769px) {
 .le-recipe-category-title {
 font-size: 20px;
 line-height: 25px;
 bottom: 15px;
 }
}
@media (min-width: 993px) {
 .le-recipe-category-title {
 font-size: 37px;
 line-height: 40px;
 bottom: 15px;
 }
}
.col-sm-6 .le-recipe-category-title {
 font-size: 15px;
 opacity: 1;
}
.le-recipe-category-link {
    text-shadow: 1px 1px 19px  rgba(20,20,20,.4);
}
.le-recipe-category-link img{
 opacity: .7;
}
.le-recipe-category-link:hover {
 text-decoration: none;
    text-shadow: 1px 1px 19px  rgba(20,20,20,.4);
 color: rgba(255,255,255,.85);
}
.le-recipe-category-link:hover img{
 opacity: 1;
}
/*-------------apollo effect START--------------------*/
.le-recipe-category-link {
 position: relative;
}
.le-recipe-app-title {
    text-transform: uppercase !important;
}
/*.le-recipe-category-link{*/
/* overflow: hidden;*/
/* box-sizing: border-box;*/
/*}*/

/*-------------apollo effect END----------------------*/
/*---------R app END-------------*/

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_sidebar_name {
    font-size: 24px !important;
}
.blog_sidebar {
    outline-offset: -13px;
    outline: 2px solid #feea00;
    border: 4px solid #feea00;
    padding: 30px !important;
}
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #000000 !important;
    text-transform: uppercase;
    line-height: 30px !important;
    margin: 0px !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
a.read_more_link {
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #5d5d5d !important;
  padding: 5px 20px;
  color: #5d5d5d !important;
  margin-top: 10px;
}
a.read_more_link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feea00;
  border: 1px solid #feea00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.read_more_link:hover, a.read_more_link:focus, a.read_more_link:active {
  color: #ffffff !important;
  border: 1px solid #feea00 !important;
}
a.read_more_link:hover:before, a.read_more_link:focus:before, a.read_more_link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog_post_listing_content_section {
    margin-bottom: 30px;
}
.blog_sidebar_archive a {
    color: #000000 !important;
}
.blog_sidebar_archive a:hover {
    color: #feea00 !important;
}
.blog_post_listing_navigation_next {
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #5d5d5d !important;
  padding: 5px 20px;
  color: #5d5d5d !important;
  margin-top: 10px;
}
.blog_post_listing_navigation_next:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feea00;
  border: 1px solid #feea00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog_post_listing_navigation_next:hover, .blog_post_listing_navigation_next:focus, .blog_post_listing_navigation_next:active {
  color: #ffffff !important;
  border: 1px solid #feea00 !important;
}
.blog_post_listing_navigation_next:hover:before, .blog_post_listing_navigation_next:focus:before, .blog_post_listing_navigation_next:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.blog_post_listing_navigation_previous {
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #5d5d5d !important;
  padding: 5px 20px;
  color: #5d5d5d !important;
  margin-top: 10px;
}
.blog_post_listing_navigation_previous:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feea00;
  border: 1px solid #feea00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog_post_listing_navigation_previous:hover, .blog_post_listing_navigation_previous:focus, .blog_post_listing_navigation_previous:active {
  color: #ffffff !important;
  border: 1px solid #feea00 !important;
}
.blog_post_listing_navigation_previous:hover:before, .blog_post_listing_navigation_previous:focus:before, .blog_post_listing_navigation_previous:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
    #blog_sidebar {
        width: 200px !important;
    }
}
@media (min-width: 1200px) {
    .blog_post_listing_sidebar {
        width: 800px !important;
    }
    #blog_sidebar {
        width: 300px !important;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.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;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
    margin-bottom: 20px;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

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

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

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

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

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

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

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

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

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.le-edit-open .footer-bottom {
    margin-bottom: 40px !important;
}
.le-logged-in .footer-bottom {
    margin-bottom: 40px !important;
}

.aurora-image-file-container {
    line-height: 1 !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
#le_header-right {
}
.aurora_about #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/lip-injection/lip-injection_2000x1777.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about #le_section-two {
    padding-top: 75px;
    padding-bottom: 40px;
}
.aurora_about-me #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_about-me #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_appointments #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-sitting/woman-sitting_2000x1553.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_appointments #le_section-two {
    padding-top: 40px;
}
.aurora_book-now #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/smiling-women.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_book-now #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_connect #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-with-sunglasses/woman-with-sunglasses_2000x2000.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_connect #le_section-two {
    padding-top: 40px;
    padding-bottom: 0px;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_contact #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-four {
    padding-top: 0px;
}
.aurora_contact #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/relax-569318_1280.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/photo-1414073875831-b47709631146.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/de9uL9L7RSmzV4SAoAO5_Lauren-and-Winona-Under-a-pass-1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_forms #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_forms #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/beautiful-face/beautiful-face_2000x1306.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_forms #le_section-two {
    padding-top: 60px;
    padding-bottom: 20px;
}
.aurora_gallery #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/plastic-surgeon-drawing-on-face-scalpel-syringe.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_gallery #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-big-beach-hat.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_gallery #le_section-two {
    padding-top: 75px;
    padding-bottom: 60px;
}
.aurora_health-coaching #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_health-coaching #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_health-coaching #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_health-coaching #le_section-three {
    background-color: rgb(243, 238, 238);
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_feature-content2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/hand-of-grapes/hand-of-grapes_2000x1333.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_home #le_headerContainer {
    background-color: rgb(255, 255, 255);
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1421757381940-5d269570b21c-1440.jpg);
    background-color: rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_section-five-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: px;
}
.aurora_home #le_section-four {
    padding-top: 80px;
    padding-bottom: 30px;
}
.aurora_home #le_section-four-area1 {
    padding-bottom: 0px;
}
.aurora_home #le_section-four-area2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-four-area3 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/multi-cultural-side-face-women.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.aurora_home #le_section-one-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_home #le_section-one-area2 {
    padding-top: px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one-area3 {
}
.aurora_home #le_section-one-content {
    background-color: rgb(0, 166, 81);
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-six {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/women-smiling-on-grass.jpg);
    background-size: cover;
    background-position: top right;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_home #le_section-three-area1 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: px;
}
.aurora_home #le_section-three-area2 {
    border-width: px;
    margin-bottom: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
}
.aurora_home #le_section-three-area3 {
    padding-top: 30px;
    padding-bottom: px;
    text-align: center;
}
.aurora_home #le_section-two {
    padding-top: 60px;
    padding-bottom: 80px;
}
.aurora_home #le_section-two-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
}
.aurora_home #le_section-two-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 18px;
}
.aurora_home #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: px;
    padding-bottom: 0px;
    padding-left: px;
    font-size: px;
}
.aurora_home #le_section-two-area6 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.aurora_home #le_section-two-row1 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_legal #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/flower_girl.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_legal #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_listen #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-enjoying-listening-to-music-headphones.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_listen #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-red-lips-microphone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_listen #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_media #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-hair-blowing-side-look.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_media #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-after-surgery-bandage.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_media #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    font-size: 18px;
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}
.aurora_meet-the-team #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
}
.aurora_meet-the-team #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_mens-health-form #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_mens-health-form #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_my-approach #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_my-approach #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_my-approach #le_section-three {
    background-color: rgb(243, 238, 238);
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_my-bio #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/african-american-women/african-american-women_2000x1332.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_my-bio #le_section-one-area1 {
    padding-right: 20%;
    padding-left: 20%;
}
.aurora_my-bio #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_my-bio #le_section-two {
    padding-top: 80px;
    padding-bottom: 0px;
}
.aurora_my-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/beautiful-face/beautiful-face_2000x1306.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_my-services #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/woman-slim-body-grey-lingerie.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_my-services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_my-training #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_my-training #le_section-one {
    margin-top: 50px;
}
.aurora_newsletter #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/lip-injection/lip-injection_2000x1777.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_office-forms #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/hues_1.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_office-forms #le_section-one-area3 {
    background-size: cover;
}
.aurora_office-forms #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_people-and-places #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/group-of-happy-women/group-of-happy-women_2000x1178.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_people-and-places #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
}
.aurora_philosophy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/women-of-color/women-of-color_2000x1500.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_philosophy #le_section-two {
    padding-top: 75px;
    padding-bottom: 40px;
}
.aurora_privacy-policy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/images_copy.jpeg);
    background-size: auto;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_resources #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/natural-hair.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_resources #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_revisit-form #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_revisit-form #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_scheduling #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/elementsandgraces/playground.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_serivices #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt3/services-header.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_services #le_section-one-area1 {
}
.aurora_services #le_section-one-area2 {
    font-style: italic;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_services #le_section-one-area3 {
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_services #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-one-content1 {
    color: rgb(255, 255, 255);
}
.aurora_template-features #le_section-one-content2 {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content8 {
    background-color: rgb(36, 190, 255);
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content9 {
    background-color: rgb(36, 190, 255);
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
}
.aurora_template-features #le_section-three-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/berries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/grapes/grapes_1000x666.jpg);
    background-size: cover;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/Dish/Dish_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/red-peppers.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/peppers/peppers_500x347.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/berries/berries_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
    line-height: 24px;
}
.aurora_test-1 #le_section-four {
    background-color: rgb(121, 0, 0);
}
.aurora_test-1 #le_section-four-area1 {
}
.aurora_test-1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_0888.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_test-1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.aurora_test-1 #le_section-three {
}
.aurora_test-1 #le_section-two {
    background-color: rgb(230, 225, 218);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aurora_test-1 #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1314/IMG_1314_1500x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_test-1 #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(75, 0, 130);
}
.aurora_test-2---page-with-feature-header #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1763/IMG_1763_1471x980.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_test-2---page-with-feature-header #le_featureContainer {
    background-color: rgb(230, 225, 218);
}
.aurora_womens-health-form #le_headerContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iintemplate5/cherries.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_womens-health-form #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(255, 255, 255);
}
.se_button a, a.se_button {
    font-size: px;
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
}
.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 {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.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 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
    font-size: px;
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    font-size: px;
}
.se_social a:hover {
}
.se_tagline {
    color: rgb(255, 255, 255);
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
    font-size: px;
}
h1, h1 a, .title1, .title1 a {
    font-size: px;
}
h2, h2 a, .title2, .title2 a {
    font-size: px;
}
h3, h3 a, .title3, .title3 a {
    font-size: px;
}
h4, h4 a, .title4, .title4 a {
    font-size: px;
}
h5, h5 a, .title5, .title5 a {
    font-size: px;
}
h6, h6 a, .title6, .title6 a {
    font-size: px;
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_listen #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_listen #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_listen #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_media #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_media #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_media #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-bio #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-bio #le_section-one-area1 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-bio #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-bio #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_my-services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_office-forms #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_office-forms #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_office-forms #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_resources #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-five {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_listen #le_section-five {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_listen #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_listen #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_media #le_section-five {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_media #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_media #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-bio #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-bio #le_section-one-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-bio #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-bio #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-services #le_section-three {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_my-services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_office-forms #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_office-forms #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_office-forms #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_resources #le_section-two {
    }
}

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