@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/* Temp */
.hide-it {
    display:none;
}

.le-edit-open .hide-it {
    display: block;
}

body {
    margin: 0 auto;
    color: #323232;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}


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

a {
	/*color: #d83d44;*/
	text-decoration: none;
	font-size: 18px !Important;
}
a:hover {
    /*color: inherit;*/
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0;
}

h1, h1 a, .title1, .title1 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 26px;
    font-weight: 400;
	margin: 0 0 10px 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

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

/* make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}

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

.le_form {
	color: #323232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper-inner input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper-inner input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper-inner input[type="text"],.wrapper-inner input[type="email"],.wrapper-inner input[type="password"], .wrapper-inner textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #323232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

/*#search_form_button {*/
/*    padding: 5px 15px 4px 15px;*/
/*    position: relative;*/
/*    top: -1px;*/
/*}*/

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

/* -- IIN Forms App -- */

#iin-leadGen-form input[type="text"],#iin-leadGen-form input[type="email"],#iin-leadGen-form input[type="password"],#iin-leadGen-form textarea {
}

#iin-leadGen-form input[type="text"],#iin-leadGen-form input[type="email"],#iin-leadGen-form input[type="password"],#iin-leadGen-form input[type="submit"] {
    height: 34px;
    padding: 4px;
    margin-right: 3px;
    line-height: 34px;
    border-radius: 2px;
}

#iin-leadGen-form input[type="text"],#iin-leadGen-form input[type="email"],#iin-leadGen-form input[type="password"] {
    color: #777;
    font-size: 12px;
}

#iin-leadGen-form input[type="submit"] {
    padding:0 15px;
    margin: 10px 0 10px 0;
    font-size: 12px;
    letter-spacing: .14em;
}


#iin-leadGen-form .form-inline .form-group {
	margin-bottom: 10px;
}

#iin-leadGen-form label {
    display:block;
    text-align: left;
}

#iin-leadGen-form .no-labels label,.no-labels label {
    display:none !important;
}

#iin-leadGen-form .no-labels label.error,.no-labels label.error {
    display:block !important;
}

#iin-leadGen-form label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}

.no-message .iin-form-message {
    display:none;
}

.iin-form-message {
    margin-bottom: 20px;
}

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

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}
.recaptcha-terms {
    margin: 0 !important;
    padding: 0 !important;
}

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

hr {
    border: 0;
    height: 1px;
}
.le_bin {
    display:none;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.le-edit-open .le_bin {
    display:block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.le_binItem {display:none;}
.le_binItem.hascon {display:block;}

.le-edit-open .le_bin {display:none;}
.le-edit-open .le_bin.hasbin {display:block;}

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

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 15px;
	border:0px solid transparent;
	border-bottom: 2px solid rgba(0,0,0,.08);
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #fff !important;
    padding: 3px 15px !important;
    color: #000 !important;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #819175 !important;
    color: #fff !important;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}

.seFormButton, .wrapper-inner input[type="submit"].seFormButton {
    border-bottom: 2px solid rgba(0,0,0,.08);
}
.arrow-button a {
    position: relative;
    margin-bottom: 35px !important;
}
.arrow-button a:after {
    position: relative;
    content: '\f063';
    font-size: 16px;
    padding-left: 10px;
    font-family: 'FontAwesome';
    color: #fff;
}

.se_cta {
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_social {
    text-align:center;
    margin:10px 0;
}

.se_social a{
    margin:0 4px;
}

.se_siteBranding {
    line-height:1;
    padding: 0;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}

.se_tagline {
    margin-top: 10px;
	color: #323232;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	height: auto;
	opacity: 1;
	transition: all .2s ease;
}

.seFormButton {
    background: red;
    color: #fff;
}

.se_menu li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}


/* 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;
}
.cursivetext h1, .cursivetext h2, .cursivetext h3, .cursivetext h4, .cursivetext h5, .cursivetext h6, .cursivetext p, .cursivetext {
    font-family: 'Sacramento', cursive;
}
.cursivetext h1 a, .cursivetext h2 a, .cursivetext h3 a, .cursivetext h4 a, .cursivetext h5 a, .cursivetext h6 a, .cursivetext p a, .cursivetext a {
    font-family: 'Sacramento', cursive;
}
.CustomColor1 {
    color: #AC1D1D;
}
.white-box {
    background-color: #fff;
    -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);
    padding: 40px 30px;
    margin: 0 3% 25px 3%;
    width: 94%;
}
/*.whitebox {*/
/*    background: rgba(255,255,255,0.8);*/
/*    padding: 30px 25px 30px 25px;*/
/*}*/
.whitebox h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #bc2026;
}
.checklist ul { 
    list-style:none; 
    padding-left: 20px;
}
.checklist ul li { 
    margin-bottom:10px !important; 
    position: relative;
    padding-left: 0px;
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 0 0 -22px;
    color: #819175;
    position: absolute;
}
.apple-list ul { 
    list-style:none; 
    padding-left: 25px;
}
.apple-list ul li { 
    margin-bottom:10px !important; 
    position: relative;
    padding-left: 0px;
}
.apple-list ul li:before {    
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/apple_copy.svg);
    width: 20px !important;
    height: auto;
    margin: -3px 0 0 -25px;
    color: #bc2026;
    position: absolute;
}
.xlist ul { 
    list-style:none; 
    padding-left: 20px;
}
.xlist ul li { 
    margin-bottom: 5px !important; 
    position: relative;
    padding-left: 0px;
}
.xlist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00d';
    margin:0 0 0 -22px;
    color: #cd4f66;
    position: absolute;
}
.biggertext h2 {
    /*font-family: 'Sacramento', cursive;*/
    font-size: 30px;
}
.bigger-text h2 {
    /*font-family: 'Sacramento', cursive;*/
    font-size: 60px;
    color: #fff;
}
.bigtext h2 {
    /*font-family: 'Sacramento', cursive;*/
    font-size: 36px;
    color: #bc2026;
}
.big-text h2 {
    /*font-family: 'Sacramento', cursive;*/
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
    color: #bc2026;
}
.display-card {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 7px solid #cd4f66;
    padding: 30px 15px 10px 15px;
    -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: 25px;
}

.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);
}
.display-card h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.display-card h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.top-card {
    border-top: 7px solid #bc2026;
    padding: 30px 20px 10px 20px;
}
.top-card h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.check-list ul { 
    list-style:none; 
    padding-left: 20px;
}
.check-list ul li { 
    margin-bottom:5px !important; 
    position: relative;
    padding-left: 0px;
}
.check-list ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 0 0 -22px;
    color: #819175;
    position: absolute;
}
.testimonial-box {
    background: rgba(255,255,255,0.8);
    padding: 40px 25px 10px 25px;
}
.testimonial-box h3 {
    margin-bottom: 5px;
}
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/red-quote.svg);
    width: 100px !important;
    height: auto;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}
.testimonial-box p {
    font-size: 18px;
    line-height: 30px;
}
.testimonial-box .bx-pager.bx-default-pager a {
    background-color: rgb(205, 79, 102) !important;
    border: 2px solid rgb(205, 79, 102);
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: rgb(205, 79, 102) !important;
}
.testimonial-box2:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/red-quote.svg);
    width: 100px !important;
    height: auto;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}
.testimonial-box2 p {
    font-size: 18px;
    line-height: 30px;
}
.testimonial-box2 .bx-pager.bx-default-pager a {
    background-color: rgba(188,32,38,0) !important;
    border: 2px solid #bc2026;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}
.testimonial-box2 .bx-pager.bx-default-pager a:hover, .testimonial-box2 .bx-pager.bx-default-pager a.active {
    background-color: rgba(188,32,38,1) !important;
}
.icon {
    margin-bottom: 50px;
}
.book-now {
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 1;
}
.book-now .se_button.button1 a, .book-now a.se_button.button1 {
    background-color: #000 !important;
    padding: 10px 30px !important;
}
.book-now .se_button.button1 a:hover, .book-now a:hover.se_button.button1 {
    background-color: #819175 !important;
}
.slider p {
    font-size: 20px;
}
#mc_embed_signup {
    margin-left: -10px !important;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0 0 10px 0;
}
.expand h2 {
    position: relative; 
    font-size: 18px;
    color: #ffffff;
    background-color: #AC1D1D;
    padding: 7px 15px 7px 15px;
    line-height: 30px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.expand h2:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: #ffffff;
    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 {
    background-color: #000;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
}

/* Expand2
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    padding: 0 20px 30px 20px;
}
.expand2 h6 {
    position: relative; 
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background-color: #AC1D1D;
    padding: 7px 20px 7px 20px;
    line-height: 30px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.expand2 h6:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 18px !important;
    margin: 2px 0 0 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h6.active {
    background-color: #000;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand2 h6.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h6:hover {
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
}

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

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

.se_WrapperContent {
    padding-top: 40px;
}

@media (max-width: 767px) { 
    .wrapper-inner {
        padding-top: 65px;
    }
}

/* Top Bar
----------------------------------------------------------------------------------------------------*/
#top-bar {
    padding: 10px;
    border-bottom:1px solid rgba(0,0,0,.12);
}

#top-bar #search_form {
    width: 80%;
    margin: 20px auto;
    position: relative;
}

#top-bar #search_form_value {
    color: #555;
    font-size: 13px;
    width:100% !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 3px 5px;
    padding-right: 24px;
    transition: all .2s ease;
}

#top-bar #search_form_button {
    display: block;
    background: transparent;
    border: 0;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
    color: #777;
}

#top-bar #search_form_button:hover {
    color: #000;
}

#top-bar #search_form_value:focus #top-bar #search_form_button {
    color: #000;
}

@media (min-width: 768px) { 
    #top-bar #search_form {
        width: 100%;
        margin: 0;
        float:right;
    }
    
    #top-bar #search_form_value {
        width:60% !important;
        float: right;
    }
    #top-bar #search_form_value:focus {
        width:80% !important;
    }
}


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

.header {
	padding: 0;
}
.header p, .header a, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
}

.se_header { /* replace this with new file picker image when ready */
    position: relative;
}


/* Navigation (se_menu)
----------------------------------------------------------------------------------------------------*/



@media (min-width: 768px) {
    .middle-it {
        display:inline-block;
        vertical-align:middle;
        float: none;
    }
    
    .pull-it-right {
        margin-right: -15px;
    }
    
    .pull-it-left {
        margin-left: -15px;
    }
}

.se_menu {
    padding: 10px;
}

.navigation {
    position: relative;
    top: 4px;
}

.menu-wrap {
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
	text-align: center;
}
.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;
	color: #ffffff;
    font-family: 'Open Sans', Helvetica, arial, 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: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 15px;
	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 ---- */

.navicon {
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 1001;
    /*line-height: 45px;*/
    width: 100%;
    height: 42px;
    padding: 8px 0 0px;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease;
}
.navicon:hover {
    cursor:pointer;
}
.OpenMobileMenu .navicon {
    color: #fff;
    position: fixed;
}

.le-logged-in .navicon {
    top: -10px;
}

.le-logged-in.OpenMobileMenu .navicon {
    top: 30px;
}

/* ====================== lines-button-linesbutton ==================================================*/

.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines-button-lines{
  display: inline-block;
  position: relative;
  width: 36px;
  height: 4px;
  background: #000;
  border-radius:2px;
  transition: all 0.3s ease;
}

.OpenMobileMenu .lines-button-lines{
    /*position: fixed;*/
}

.lines-button-lines:before, .lines-button-lines:after {
  display: inline-block;
  width: 36px;
  height: 4px;
  background: inherit;
  border-radius:2px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
}
.lines-button-lines:before{
  top: 10px;
}
.lines-button-lines:after {
  top: -10px;
}

.lines-button.open {
 /*  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); */
}

.lines-button.x.open .lines-button-lines{
  background: transparent !important;
}
.lines-button.x.open .lines-button-lines:before, .lines-button.x.open .lines-button-lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  background: #999 !important;
}
.lines-button.x.open:hover .lines-button-lines:before, .lines-button.x.open:hover .lines-button-lines:after {
    background: #fff !important;
}
.lines-button.x.open .lines-button-lines:before{
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines-button-lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}



/* ====================== End lines-button-linesbutton ==================================================*/

.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 1000;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: #4a4a4a;
    background-color: rgba(0,0,0,.925);
    transition: all .35s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 0px 15px 15px;
    top:70px;
    left:0;
    opacity: 1;
}

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

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:70px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(0,0,0,.925);
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 115px;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.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: .65em 0 .65em 0;
	font-size: 21px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}
.se_menu .primary-mobile-menu li.le_menuitem_level_0 a {
    color: #fff;
    background: transparent;
}
.se_menu .primary-mobile-menu li.le_menuitem_level_0 a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.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;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.se_menu .primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #efefef;
    background: transparent;
    text-decoration: underline;
}

.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    /*margin-left: 24px;*/
}

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

/* -- Mobile Menu sub menus -- */


.se_menu .primary-mobile-menu li.le_menuitem_level_1 a {
    background: transparent;
    color: #e8e8e8;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    .primary-mobile-menu .le_menu_level_1_container {
        background: transparent !important;
    }
}

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

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

.content {
	/*padding: 60px 0;*/
	padding: 0;

}
.contentInner {
    padding: 15px;
}

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

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

.footer {
    background-color: #323232;
	padding: 30px 0;
    text-align: center;
    margin-top:20px;
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

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

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .footer-img {
        padding: 25px 0 50px 0;
    }
    .footer-form input[type="submit"].seFormButton {
        display: block !important;
        width: 100% !important;
    }
    .footer-text-bigger p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
    }
    .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: 10px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        padding: 10px 5px;
        font-family: 'Open Sans', Helvetica, arial, sans-serif;
        font-size: 15px;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
 	
    }
    
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        right: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	right: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 3px 10px;
    	color: #323232;
        font-family: 'Open Sans', Helvetica, arial, sans-serif;
    	font-size: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    	text-align: right;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: left;
    	margin-top: -25px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	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;
    }
    /* ---- End Separate Mobile Menu ---- */
    
    .se_social {
        text-align: right;
        margin: 20px 0 0 0;
    }
    
    .se_social a{
        margin: 0 .09em;
    }
    .white-box {
        margin: 0 1% 25px 1%;
        width: 48%;
    }
    .stayAndBG {
        background-color: #fff;
        position: fixed !important;
        top: 0 !important;
        z-index:1000;
        height: 60px !important;
        padding: 0 !important;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    .big-p p {
        font-size: 18px;
        line-height: 30px;
    }
    .bigger-p p {
        font-size: 20px;
        line-height: 30px;
    }
    .top-card {
        min-height: 385px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 8px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }  
    .footer-text-bigger p {
        font-size: 20px;
    }
    .footer-form {
        margin-top: 5px !important;
    }
}

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

/* 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-inner img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

#feature img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
#feature .le_plugin_slider_container {
    margin:auto;
}
.wrapper-inner table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
    padding-top:10px;
    margin-left:-25px;
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper-inner #le_mb_get_staff .staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}

.wrapper-inner #le_mb_get_staff .staff_info{
    margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper-inner .staff_info .firstname,.wrapper-inner .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

.wrapper-inner #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper-inner #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper-inner #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper-inner #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper-inner #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}

/* 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;      
  }
  
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* Box Slider Fixes and Customizations
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 800 !important;
}

.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #676767;
    background: rgba(0,0,0,.5);
}

.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a:hover,.wrapper-inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #333;
    background: rgba(0,0,0,.85);
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* --------- Theme Styles --------- */

.le-logged-in .wrapper {
    position: relative;
}

.le-logged-in .wrapper {
    top: 40px;
}

.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}

.menu-scrolled .le_logo img {
    max-width: 80%;
    height: auto;
}

.menu-scrolled .navigation {
    top:0;
}

.menu-scrolled .se_siteBranding a {
    position: relative;
    top: 2px;
}

.customer-opt-in .form-inline .form-group {
	margin-bottom: 10px;
}


.customer-opt-in .le_form.form-inline label {
    margin-bottom:0;
}

.customer-opt-in .le_form.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;
}

.wrapper-inner .customer-opt-in input[type="text"],.wrapper-inner .customer-opt-in input[type="email"],.wrapper-inner .customer-opt-in input[type="password"], .wrapper-inner .customer-opt-in textarea {
    background-color: rgba(0,0,0,.12);
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.12);
}

.wrapper-inner .customer-opt-in.customer-opt-in-light input[type="text"],.wrapper-inner .customer-opt-in input[type="email"],.wrapper-inner .customer-opt-in.customer-opt-in-light input[type="password"], .wrapper-inner .customer-opt-in.customer-opt-in-light textarea {
    background-color: rgba(255,255,255,.32);
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.12);
}


.wrapper-inner .customer-opt-in input[type="text"],.wrapper-inner .customer-opt-in input[type="email"],.wrapper-inner .customer-opt-in input[type="password"],.wrapper-inner .customer-opt-in input[type="submit"] {
    height: 34px;
    padding: 4px;
    margin-right: 3px;
    line-height: 34px;
    border-radius: 2px;
}

.wrapper-inner .customer-opt-in input[type="text"], .wrapper-inner .customer-opt-in input[type="password"] {
    color: #efefef;
}

.wrapper-inner .customer-opt-in input[type="submit"] {
    padding:0 15px;
    margin: 10px 0 10px 0;
    font-size: 12px;
    letter-spacing: .14em;
}

.customer-opt-in ::-webkit-input-placeholder {
    font-size: 14px; 
    color: #eee;
    letter-spacing: .14em;
}

.customer-opt-in :-ms-input-placeholder { 
    font-size: 14px; 
    color: #eee;
    letter-spacing: .14em;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ------------- Calendar Mods/Overrides ------------*/
.wrapper-inner .event_calendar {
    width: 100%;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.calendarCells {
    padding: 4px;
}

.calendarCellsDate {
    line-height:1em;
}

.selections .action {
    width: auto;
    padding: 0px 10px;
    margin-right: 1px;
    color: #fff;
    border: 0;
}

.date_selection #today {
    background: #A8A8A8;
    color: #fff;
    border: 0;
    height: 27px;
}

.date_selection #startdate {
    height: 27px;
    width: 100px;
    padding: 0 4px;
}

/*-- Front end Event Creattion -- */
#event_header {
    background: #e8e8e8;
    padding: 10px;
}

#event_timezone {
    
}

#event_form .float_right:first-child {
    margin: 10px 10px 0 0;
}
#event_start .date {
    height: 28px;
}

#event_start .date_details {
    height: 28px;
}

#event_end .date_details {
    height: 28px;
}

/* ------------- End Calendar Mods/Overrides ------------*/



/* -- Blog Service Styles -- */

#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    border-right: 1px solid rgba(0,0,0,.08);
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title, .blog_post_listing_element h1.blog_post_listing_title a {
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .feature_blog_image img {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
}

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a{
    display: inline-block;
    background: #424242;
    padding: 5px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}


/* -- Callout Cards -- */

.recipe-card {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    overflow: hidden;
    padding: 0;
    margin:15px 0;
    transition: box-shadow .3s ease;
}

.recipe-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);
}

.recipe-card.empty-region {
    border: 0;
    margin: 0;
}

.recipe-card-cap {
    padding:0;
}

.recipe-card-cap img {
}

.recipe-card-body {
    padding:30px;
}

.recipe-card.empty-region .recipe-card-body {
    padding:0 30px;
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/*Hide Recipe Categories on mobile */
.le-recipe-categories-wrap {
    display: none;
}
@media (min-width: 768px) {
    .le-recipe-categories-wrap {
        display: block;
    }
}

/* -- Page Specifics -- */
/* // Home // */
#home-header {
    /*background: #c5c8b9;*/
}


/* --------- End Theme Styles --------- */



/* -- BS Grid System Overrides --*/

/* Extra Modular Grid/Layout Styles */

.no-gutter-left {
    padding-left:0;
}

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

.textCenter {
    text-align: center;
}
.center-all {
    text-align:center;
    margin: auto;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.width-50per {
    width: 50%;
}

.width-75per {
    width: 75%;
}

.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.7);
}

.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.4);
}

.img-frame img,img.img-frame,.video-frame iframe{
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
    background: transparent;
    transition: all .2s ease;
}

.img-frame img:hover,img.img-frame:hover,.video-frame iframe:hover{
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
    background: rgba(0,0,0,.08);

}

.img-frame.img-zoom{
    overflow:hidden;
}

.img-zoom img {
    transition: all .2s ease;
}

.img-zoom img:hover {
    transform: scale(1.2);

}

.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}
.row-same-height {
    display:table;
}
.row-same-height [class^="col-"],
.row-same-height [class*="col-"]{
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 0 15px;
}

.row-same-height.sh-va-middle [class^="col-"],
.row-same-height.sh-va-middle [class*="col-"]{
    vertical-align: middle;
}


@media all and (max-width: 768px) {
    .row-same-height {
        display:block;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        float:left;
    }
    
}

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

/* ================== Default Theme Style Editor Values ==================== */
/* --- Background Panel Properties ---- */
.se_body {
    background-color: #fff;
}

/* --- Colors Panel Properties ---- */
/* -- Menu -- */
.se_menu {
    background-color: #fff;
}

.se_menu li.le_menuitem_level_0 a,.navicon {
    color: rgb(66, 66, 66);
}

.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(92, 45, 80);
}

/* -- Sub Menu -- */
.se_menu .le_menu_level_1_container {
    background-color: #fff;
}

.se_menu li.le_menuitem_level_1 a {
    background-color: #fff;
}

.se_menu li.le_menuitem_level_1 a:hover {
    color: #fff;
    background-color: rgb(255, 76, 101);
}

/* -- Header -- */
.se_header {
    background: #fff; 
}

/* -- Main Content -- */
.se_mainContent {
    background-color: #fff;
}
.se_wrapperContent,
.se_mainContent .le_content,
.se_mainContent p,
.se_mainContent h1,
.se_mainContent h2,
.se_mainContent h3,
.se_mainContent h4,
.se_mainContent h5,
.se_mainContent h6 {
}

/* -- Footer -- */
.se_footer {
    background-color: #fff;
}
.se_footer p,
.se_footer h1,
.se_footer h2,
.se_footer h3,
.se_footer h4,
.se_footer h5,
.se_footer h6 {
    color: rgb(134, 137, 118);
}

.se_footer a {
}

.se_footer a:hover {
}

/* -- links -- */
a { 
    color: rgb(255, 76, 101);
}
a:hover {
    color: rgb(214, 59, 81);
}

/* -- Buttons -- */
.se_button a, a.se_button {
    background-color: rgb(255, 76, 101);
    color: #fff;

}

.se_button a:hover, a.se_button:hover {
    background-color: rgb(214, 59, 81);
    color: #fff;
}

/* -- Form Buttons -- */
.seFormButton {
    background-color: rgb(255, 76, 101);
    color: #fff;
}

/* -- Call to Action -- */
.se_cta {
    background-color: rgb(237, 237, 237);
}
.se_cta .le_content a {
    color: #fff;
}

/* -- Social -- */
.se_social a {
    color: rgb(134, 137, 118);
    font-size: 24px;
}

.se_social a:hover {
    color: rgb(214, 59, 81);
}

/* -- Line Divider -- */
hr {
    background-color: rgb(172, 175, 157); 
    background-color: rgba(172, 175, 157, 0.36); 
}

/* --- Typography Panel Properties --- */
/* -- Site Name -- */
.se_siteBranding, .se_siteBranding a {
    color: #868976;
    color: #000;
	font-family: 'Great Vibes', cursive;
	font-size: 37px;
}
/* -- Tagline -- */
.se_tagline {
    font-size: 15.75px;
}

/* -- h3 -- */
h3, h3 a, .title3, .title3 a {
    color: rgb(134, 137, 118);
}


/* Recipe Styles ======================================================= */

/* Primary List View -------------------- */
.le-recipe-app-title {
    margin-bottom: 20px;
}

@media all and (min-width:1024px){
    #le-recipe-list-items {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

/* --- Categories Sidebar --- */

.le-recipe-category-item {
    float: left;
    margin: 5px 2.7% 5px 0;
    width: 30%;
}

.le-recipe-category-item:nth-child(3n+1) {
    display:block;
    content" ";
    clear:both;
}

.le-recipe-category-image img{
    display: block;
    border: 1px solid #dedede;
    padding: 4px;
    margin-bottom: 5px;
}

.le-recipe-category-title {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

/* --- End Categories Sidebar --- */

/* --- Recipe List --- */
.le-recipe-list-item {
    display: inline-block;
    margin-bottom: 8px;
}
/* --- End Recipe List --- */

/* End Primary List View -------------------- */

/* --- Singe Recipe Page --- */
.recipe_container {
    margin-bottom: 40px;
}

/* ================== End Recipe Styles ======================= */

/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
#auroraContentContainer {
	min-width:100%;
	position: relative;
	top: 0px;
}

.le-logged-in #auroraContentContainer {
	top: 0px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}

.le_region_overlay_container {
    margin-top:0;
}

/* -- Search Results Page -- */
.search_result {
  clear: both;
}


/* ------- End System fixes (These should be added to Aurora and not done in the template) ---- */

/* =================== Animations =================== */

/* ------ FadeIn  ------ */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.fadeIn-anim {
    -o-animation: fadeIn 3s 1;
    -moz-animation: fadeIn 3s 1;
    -webkit-animation: fadeIn 3s 1;
    animation: fadeIn 3s 1;
}

@-o-keyframes fadeIn {
    0%    { opacity: 0; }
    100%  { opacity: 1; }
}
@-moz-keyframes fadeIn {
     0%    { opacity: 0; }
    100%  { opacity: 1; }
}
@-webkit-keyframes fadeIn {
     0%    { opacity: 0; }
    100%  { opacity: 1; }
}
@keyframes fadeIn {
     0%    { opacity: 0; }
    100%  { opacity: 1; }
}

/* ------ FadeDownIn  ------ */
.fadeDownIn-anim {
    position: relative;
    -o-animation: fadeDownIn 2s 1;
    -moz-animation: fadeDownIn 2s 1;
    -webkit-animation: fadeDownIn 2s 1;
    animation: fadeDownIn 2s 1;
}

@-o-keyframes fadeDownIn {
    0%    { opacity: 0; top: -1000px; }
    100%  { opacity: 1; top: 0; }
}
@-moz-keyframes fadeDownIn {
     0%    { opacity: 0; top: -1000px; }
    100%  { opacity: 1; top: 0; }
}
@-webkit-keyframes fadeDownIn {
     0%    { opacity: 0; top: -1000px; }
    100%  { opacity: 1; top: 0; }
}
@keyframes fadeDownIn {
     0%    { opacity: 0; top: -1000px; }
    100%  { opacity: 1; top: 0; }
}

/* ------ CSS Editor Region Defaults ------- */

.home-header {
    background: url('https://7eb1425e450719190c3f-cfa44f85b35f620ca453ecaabc824e26.ssl.cf2.rackcdn.com/iindemot2/berries-bg3.jpg') bottom center rgb(255, 76, 101);
    background-size: cover;
    position: relative;
}

.inside-header {
    background: url('https://7eb1425e450719190c3f-cfa44f85b35f620ca453ecaabc824e26.ssl.cf2.rackcdn.com/iindemot2/berries-bg3.jpg') bottom center rgb(255, 76, 101);
    background-size: cover;
    position: relative;
    color: #fff;
}

.home-section1 {
    background: url('https://7eb1425e450719190c3f-cfa44f85b35f620ca453ecaabc824e26.ssl.cf2.rackcdn.com/iindemot2/blue-produce-bg.jpg') no-repeat center fixed;
    background-size: cover;
}

.section-gray {
    background-color: #eee;
}
.le-edit-open .book-now {
    position: relative;
}
.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;
}
.se_menu li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size: 15px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-me #le_section-five {
    background-color: rgb(205, 79, 102);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-me #le_section-four {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-me #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-cutting-cilantro/woman-cutting-cilantro_2000x1325.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about-me #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_about-me #le_section-seven {
}
.aurora_about-me #le_section-seven-area2 {
}
.aurora_about-me #le_section-seven-area3 {
}
.aurora_about-me #le_section-six {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about-me #le_section-three {
    background-color: rgb(247, 247, 247);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-me #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-me #le_section1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-cutting-vegetables.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_contact #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/fruit-vegetables-wood-block.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two-area4 {
}
.aurora_contact #le_section-two-area5 {
}
.aurora_contact #le_section-two-area6 {
}
.aurora_evey-schweig-privacy-policy #le_sidebar {
    background-size: auto;
}
.aurora_food-inflammation-testing-program #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_food-inflammation-testing-program #le_section-five {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_food-inflammation-testing-program #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-cutting-cilantro_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_food-inflammation-testing-program #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/basket-vegetables.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_food-inflammation-testing-program #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/eating-salad.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_food-inflammation-testing-program #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_food-inflammation-testing-program #le_section-seven {
    background-color: rgb(205, 79, 102);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_food-inflammation-testing-program #le_section-six {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/writing-desk-laptop.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_food-inflammation-testing-program #le_section-three {
    background-color: rgb(205, 79, 102);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_food-inflammation-testing-program #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_food-prep #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/onion-vegetables-cutting-board.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_food-prep #le_section-one-content10 {
}
.aurora_food-prep #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_food-prep #le_section-three {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/nutrition-diet-plan.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_food-prep #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_food-prep #le_section-two-area10 {
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.aurora_food-prep #le_section-two-area4 {
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.aurora_food-prep #le_section-two-area5 {
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.aurora_food-prep #le_section-two-area6 {
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.aurora_holistic-health-coaching-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-staring-ocean-mountains.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_holistic-health-coaching-services #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_holistic-health-coaching-services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_container-Feature {
    background-color: rgb(255, 0, 0);
}
.aurora_home #le_contentRight2 {
    padding-right: 50px;
}
.aurora_home #le_feature-Container {
    background-color: rgb(133, 132, 132);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_feature4 {
}
.aurora_home #le_featureContainer {
    background-color: rgb(247, 247, 247);
    padding-top: 150px;
    padding-bottom: 250px;
}
.aurora_home #le_section-bottom-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/blog/bio/bio_500x500.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 465px;
}
.aurora_home #le_section-eight {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-on-bicycle-fence.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-eight-area2 {
}
.aurora_home #le_section-five {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/spinach-bowl.jpg);
    background-color: rgb(247, 247, 247);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home #le_section-five-area8 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home #le_section-four {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/nutrition-diet-plan.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/woman-sitting-by-ocean.jpg);
    background-color: rgb(247, 247, 247);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-one-content11 {
}
.aurora_home #le_section-one-content8 {
    padding-top: 1px;
}
.aurora_home #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_home #le_section-seven {
    padding-top: 75px;
    padding-bottom: 90px;
}
.aurora_home #le_section-six {
    background-color: rgb(247, 247, 247);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/older-female-runner-stretching.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-three-area2 {
    padding-right: 50px;
    padding-left: 100px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section1 {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section1-top {
    background-color: rgb(205, 79, 102);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_home #le_section2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home-old #le_contentMid {
}
.aurora_home-old #le_section1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/foodie-bonanza/Cheese-cake.gif);
}
.aurora_home-old #le_sidebar2 {
}
.aurora_metamorphosis-detox2 #le_main2 {
}
.aurora_programs2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eveyschweig/pouring-olive-oil-on-veggies.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_programs2 #le_section-one-content9 {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.aurora_programs2 #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.seFormButton {
    background-color: rgb(205, 79, 102);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(205, 79, 102);
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(155, 177, 163);
    color: rgb(255, 255, 255);
}
.se_cta {
    background-color: rgb(205, 79, 102);
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
    color: rgba(129, 145, 117, 0.81);
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(205, 79, 102);
}
.se_footer a {
    color: rgb(205, 79, 102);
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
    background-color: rgb(255, 255, 255);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(205, 79, 102);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Montserrat';
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(205, 79, 102);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(205, 79, 102);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(155, 177, 163);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(205, 79, 102);
    font-size: 20px;
}
.se_social a:hover {
    color: rgb(155, 177, 163);
}
.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(205, 79, 102);
}
a:hover {
}
blockquote {
}
body .navicon {
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Playfair Display';
    font-size: 30px;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Playfair Display';
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Playfair Display';
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
    color: rgb(0, 0, 0);
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
    font-size: 18px;
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-me #le_section1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_evey-schweig-privacy-policy #le_sidebar {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-inflammation-testing-program #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-one-content10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_food-prep #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_holistic-health-coaching-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_holistic-health-coaching-services #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_holistic-health-coaching-services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_container-Feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_contentRight2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-Container {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-bottom-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area8 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section1-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_contentMid {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_sidebar2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_programs2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_programs2 #le_section-one-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_programs2 #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-me #le_section1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_evey-schweig-privacy-policy #le_sidebar {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-inflammation-testing-program #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-one-content10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_food-prep #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_holistic-health-coaching-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_holistic-health-coaching-services #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_holistic-health-coaching-services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_container-Feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_contentRight2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-Container {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-bottom-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area8 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section1 {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section1-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_contentMid {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_sidebar2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_programs2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_programs2 #le_section-one-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_programs2 #le_section-two {
    }
}

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