/* General Classes 
----------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
}

@media only screen and (max-width: 767px){
    
.banner-text{
	top: 110% !important;
}

.banner__subheading {
    
    padding: 15px !important;;
}

.textonimg{
	background-color: rgb(0 0 0 / 20%) !important;;
}

.textonimg h1{
	font-size: 28px !important;;
}

.textonimg h3{
	font-size: 16px !important;;
}

}

.banner {
  /*background: url(https://i.imgur.com/1DRTAiD.jpg) no-repeat fixed 50% 0;*/
  height: 22em;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
    /*filter: brightness(50%);*/

}



.banner-text {
  /*color: white;*/
  /*font-size: 1.25em;*/
  left: 0;
  position: absolute;
  top: 130%;
  text-align: center;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.banner-text h1 {
    color: white;
      filter: brightness(150%);
      font-size: 65px;

    
}
.banner-text h3 {
    color: white;
      filter: brightness(150%);
      font-size: 30px;

    
}

.customhr {
   background: #fce6b2;
    height: 3px;
    width: 33%;
    text-align:left !important;
    margin: 0;
}

.fa {
    font-size: 20px !important;
    padding: 5px;
}




.textoverimg h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6); /* 20% black background */
    padding: 50px;
    color: white; /* Text color */
}
@media only screen and (max-width: 767px){
.textoverimg h3 {
	font-size:16px;
	padding: 20px;
}
}



/*header menu on scroll*/
#header__menu {
    background-color: #324430 !important;
    width: 100%;
}

.div-active {
    z-index: 15000 !important;
}




/* button for dark backgrounds */



.custom-btn {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 24px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-12 {
  border: 2px solid #000;
  z-index: 1;
}
.btn-12:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(32, 52, 28);
  transition: all 0.3s ease;
}
.btn-12:hover {
  color: #fff;
}
.btn-12:hover:after {
  top: 0;
  height: 100%;
}
.btn-12:active {
  top: 2px;
}

/* button for dark backgrounds end */

/* button for light backgrounds */


.custom-btn-dark {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 24px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: white;
}

.btn-12-dark {
  border: 2px solid #ffffff;
  z-index: 1;
}
.btn-12-dark:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  transition: all 0.3s ease;
}
.btn-12-dark:hover {
  color: rgb(32, 52, 28);
}
.btn-12-dark:hover:after {
  top: 0;
  height: 100%;
}
.btn-12-dark:active {
  top: 2px;
}

/* button for light backgrounds end*/





#le_5ec87e2d55c32 div a{
  
   padding: 0 40px;
}

.bg_img {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/fruit-trees/Frostbite_Apple.png);
  background-size: cover;
 
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  margin: 0;
  position: relative;
  float: left;
}

.bg_img2 {
background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/shade-trees/Autumn_Blaze_Maple.png);

  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  margin: 0;
  position: relative;
  float: left;
}

.bg_img3 {
  background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/evergreen/more_potted_trees/more_potted_trees_gallery.jpg);
  background-size: cover;
   background-position: bottom;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  margin: 0;
  position: relative;
  float: left;
}
.bg_img4 {
  background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/nursery-stock-evergreen/pine/Norway_Pine.jpg);
  background-size: cover;
   background-position: bottom;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  margin: 0;
  position: relative;
  float: left;
}

.bg_img:before, .bg_img2:before, .bg_img3:before, .bg_img4:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.bg_img:hover:before, .bg_img2:hover:before, .bg_img3:hover:before, .bg_img4:hover:before  {
  height: 100%;
}

.bg_img h3, .bg_img2 h3, .bg_img3 h3, .bg_img4 h3 {
    /*font-size: 30px;*/
  color: white;
  text-transform: uppercase;
  margin: 0;
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alignment {
    display: flex;
    align-items: center;
}


#le_5ec852c0adfdf {
margin-right: 40px;
margin-top: 20px;
}

.aurora_home #le_section-article-area3, .aurora_home #le_section-article-area2 {
        display: flex;
    flex-direction: column;
    align-items: center;
}

.articlespace {
    max-width: 900px;
}

.aurora_home #le_section-two {
    margin-top: -20px !important;
}

.aurora_home #le_feature-content1 {
    padding-bottom: 0px !important;
}

#search_form {
    /*margin-top: 57px;*/
    margin-right: 40px;
}

.le_logo {
    margin-left: 40px !important;
}

.MainMenu ul.le_menu_level_0 {
    text-align:center !important;
}
.se_menu li.le_menuitem_level_0 a {
    color: #white !important;
}


@media only screen and (max-width: 767px){
    .se_menu li.le_menuitem_level_0 a {
    color: #1a1a1a !important;

    }
    
    #le_headerRegion {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.se_menu {
    background-color: rgba(32, 52, 28, .02) !important;
}

.se_header {
    background-color: transparent !important;
}

#sun {
  background-color: #fbfdf8;
  box-shadow: 0px 0px 10px 10px rgba(251, 253, 248, .3);
  border-radius: 80px;
  position: fixed;
  right: 100px;
  top: 100px;
  width: 80px;
  height: 80px;
}

.first {
    /*width: 100%; */
    /*height: 100vw; */
    /*position: relative; */
    /*top: 0px; */
    /*left: 0px; */
    /*transform: translateZ(0px);*/
}

.second {
    width: 100%; 
    /*height: 50vw; */
    position: relative; 
    top: 500px; 
    transform: translateZ(-1px) scale(2);
    z-index:-1;
}
.third {
    width: 100%; 
    /*height: 50vw; */
    position: relative; 
    top: 900px; 
    transform: translateZ(-2px) scale(3);
    z-index: -2;
}

.first img, .second img, .third img{
    width: 100% !important;
}


/* ------------------------------------------- */
/* FOOTER */


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.generic-anchor {
  color: #ffffff;
}
.generic-anchor:visited {
  color: #fefefe;
}
.generic-anchor:hover {
  color: rgb(70, 157, 87);
}

.footer-bs {
    background-color: rgb(27, 42, 38);
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	/*margin-bottom: 20px;*/
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/* FOOTER END*/
/* ------------------------------------------- */


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

.center-all {
    text-align:center;
    margin: auto;
}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

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

@media all and (min-width: 768px) {
    .width-50per {
        width: 50%;
    }
    .width-75per {
        width: 75%;
    }
}

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

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

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

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

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

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


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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

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

h1, h1 a, .title1, .title1 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 28px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h2, h2 a, .title2, .title2 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 30px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h3, h3 a, .title3, .title3 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 24px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
h4, h4 a, .title4, .title4 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 20px;
	font-weight: 400;
	margin:0 0 .4em 0;
}
h5, h5 a, .title5, .title5 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 18px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h6, h6 a, .title6, .title6 a {
font-family: aktiv-grotesk-extended, sans-serif;


	font-size: 16px;
	font-weight: 400;
	margin:0 0 .4em 0;
}

p, ul li, li, ol li {
    font-family: aktiv-grotesk, sans-serif;

font-weight: 300;

font-style: normal;
}
.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: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 20px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(240,240,240);
	box-shadow: none !important;
	color: #323232;
	font-family: 'Droid Sans',sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}

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

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

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

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

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

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button2 a, a.se_button.button2{
    padding: 15px 20px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}
.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: 15px;
}
.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}



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

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

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #ffffff;
	font-family: 'Droid Sans',sans-serif;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
	font-family: 'Droid Serif',serif;
}


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

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

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

.se_WrapperContent {
    padding-top: 40px;
}

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

.header-wrap {
    position:absolute;
    width: 100%;
    z-index: 300;
    background-color: rgba(32, 52, 28, .9);
    
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 30px 0 20px 0;
}

/* 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: 30px;
}
.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: 'Droid Sans',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: 'Droid Sans',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;
}

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

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

.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: 'Droid Sans',sans-serif;
	font-size: 18px !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;
}
.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;*/
}

.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: 'Droid Sans',sans-serif;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.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;
}

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

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


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

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

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

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

.footer {
    clear: both;
	/*padding: 30px 0;*/
    text-align: center;
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}

.se_social {
    margin-bottom: 10px;
}

.se_social a {
    margin: 0 .15em;
}


/* 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 (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
    }
    .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: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 10px 15px;
        font-family: 'Droid Sans',sans-serif;
        font-size: 15px;
        line-height: 15px;
        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 {
    }
    
    .MainMenu li.le_menuitem_level_0 a.le_current_link {
        border-bottom: 3px double;
        padding-bottom: 7px !important;
    }
    
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 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: 'Droid Sans',sans-serif;
    	font-size: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #d83d44;
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	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 ---- */
    
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 15px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
}


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

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

.le_mb_wrapper {
    padding-top:10px;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

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

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

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

.wrapper #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 .staff_info .firstname,.wrapper .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 #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

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

.wrapper #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);
}
/* ------- MB Clients ----- */
@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;
    }
}

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

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

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

/* -- 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%;
    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:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#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: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    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 {
    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 .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;
    }
}

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

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


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

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

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

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


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

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

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

/* -- End System Fixes -- */

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

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



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

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

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

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

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

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

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


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}


/* Nursery Stock Items CSS 
************************************************/

/* Global */
h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #1b2b26;
}
/* Carousel */
/*#carousel-example {*/
/*  font-family: 'Lato', sans-serif;*/
/*}*/
#carousel-example .carousel-wrapper {
  background: #20341c;
  color: white;
  /*font-weight: 300;*/
  padding: 40px 0;
  text-transform: uppercase;
}
#carousel-example .carousel-wrapper h2 {
  padding: 0 0 35px;
  text-align: center;
  color: white;
}
#carousel-example .carousel-wrapper ol {
  margin: 0 auto;
  position: static;
  width: 100%;
  color: white;
}
#carousel-example .carousel-wrapper ol span {
  border: 1px solid transparent;
  cursor: pointer;
  height: auto;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  width: auto;
}
#carousel-example .carousel-wrapper ol .active {
  background: none;
  border: 1px solid white;
  /*color: #1b2b26;*/
  height: auto;
  padding: 10px 15px;
  width: auto;
  color:white;
}
#carousel-example .carousel-inner .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#carousel-example .carousel-inner .item .img-wrapper {
  height: 400px;
  margin: 0 -15px 0 0;
  overflow: hidden;
  position: relative;
}
#carousel-example .carousel-inner .item .img-wrapper img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*width: 1000px;*/
  /*max-width: 600px;*/
  height: auto;
  padding: 20px;
}
#carousel-example .carousel-inner .item .carousel-caption {
  /*background: orange;*/
  color: #111;
  font-size: 1.1em;
  height: 400px;
  margin: 0 0 0 -15px;
  padding: 30px;
  position: static;
  text-align: left;
  text-shadow: none;
}
#carousel-example .carousel-inner .item .carousel-caption h2 {
  padding: 0 0 20px;
  text-transform: uppercase;
}

.carousel-caption ul {
    padding-left: 0px;
}

.identification {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.item .row {
    padding-bottom: 20px;
    padding-top: 20px;
   
    
}


.carousel-caption:after {
 
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    /*margin: 0 auto;  This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */

    
}
@media (max-width: 767px) {
  #carousel-example .carousel-inner .item .img-wrapper {
    height: auto;
  }
  #carousel-example .carousel-inner .item .img-wrapper img {
    -webkit-transform: none;
            transform: none;
    position: static;
    width: 100%;
    display: block;
    margin: auto;
  }
  #carousel-example .carousel-inner .item .carousel-caption {
    height: auto;
    margin: 0;
    text-align: center;
  }
  .carousel-caption:after {
 
   
    margin: 0 auto;  
}
}



/*TREE BUTTONS*/
.tree__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}



.tree__btn,
.apple__chart{
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid rgb(32,52,28);
    color: rgb(32,52,28);
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 12px;
    
}

.tree__btn:not(:last-child){
    margin-right: 12px;
}

.tree__btn:hover,
.apple__chart:hover{
    color: #fff;
    text-decoration: none;
}


.tree__btn:after,
.apple__chart:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(32,52,28);
    transition: all 0.3s ease;
}


.tree__btn:hover:after,
.apple__chart:hover:after{
    top: 0;
    height: 100%;
}

/*TREE Listing*/
.tree{
    padding: 30px;
}

.tree__row{
    display: flex;
    flex-wrap: wrap;
    
}

.tree__item {

    padding: 15px 15px;
     text-align: center;
   
    
}

.tree__animate {
    animation: fadeInUp 0.75s forwards;
}

.tree__item--wrapper{
    position: relative;
    box-shadow: 0 4px 8px rgba(32, 52, 28,0.35);
       border-radius: 4px;
     min-height: 450px;
     transition: all 0.3s;
}

.tree__item--wrapper:hover {
    box-shadow: 0 4px 8px rgba(93, 153, 81,0.35);
}

.tree__item--wrapper:hover img {
    filter: brightness(100%);
     
}

.custom__img--wrapper {
    height: 250px !important;
    overflow: hidden;
}

.custom__img--wrapper .tree__img {
    height: auto !important;
    object-fit: none;
    transform: translateY(-80px);
}



.tree__img{
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 4px;
    filter: brightness(80%);
    transition: all 0.3s;
   
}

.tree__title {
    font-size: 20px;
   
    //min-height: 50px;
}

.tree__title span {
    display: block;
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    color: #323232 !important;
}

.tree__content {
padding: 15px 30px;
}

.tree__description{
   // text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.tree__btn--readmore{
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid rgb(32,52,28);
    color:  rgb(32,52,28);
}

.tree__btn--readmore:hover:after {
    top: 0;
    height: 100%;
}

.tree__btn--readmore:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(32,52,28);
  
    transition: all 0.3s ease;
}

.tree__btn--readmore:hover {
    color: #fff;
}

/*Tree Modal*/


.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close {
    font-size: 30px;
}

.tree__modal--img {
    width: 100%;
    height:250px !important;
    object-fit: cover !important;
    margin-bottom: 16px;
}

.modal-body .tree__description{
    margin-top: 0;
}

.modal-footer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tree__btn--close {
    margin-right: 12px;
}

.tree__btn--close,
.tree__btn--contact
{
    border-radius: 4px;
    padding: 10px 20px ;
    font-size: 16px ;
    border: 1px solid rgb(32,52,28);
    color: rgb(32,52,28);
    transition: all 0.3s;
}

.tree__btn--close:hover,
.tree__btn--close:active, 
.tree__btn--contact:hover,
.tree__btn--contact:active 
{
    text-decoration: none;
    background-color: rgb(32,52,28);
    color: #fff;
}


@media only screen and (max-width: 1400px){
    .tree__item--wrapper{
        min-height: 475px;
    }
}

@media only screen and (max-width: 767px){
    .tree__item--wrapper{
        min-height: auto;
    }
}


body{
    overflow-x: hidden;
}

/*Contact Page*/

.contact__banner {
    height: 5rem !important;
}

.contact__text h1 {
    margin-top: 16rem;
}

.contact__hours, .contact__address, .contact__phone, .contact__email{
    margin-bottom: 16px;
     font-size: 16px;
}

.contact__hours--title, .contact__address--title, .contact__phone--title, .contact__email--title {
    font-size: 22px;
    font-weight: 700;
    color:#16540a;
    text-transform: uppercase;
}

.contact__hours--day {
   font-weight: 400;
    color: #323232;
    margin-bottom: 8px;
}

.contact__hours--time{
    //font-weight: 300;
    color: rgb(70, 157, 87);
}

.contact__address span {
    display: block;
    margin-bottom: 8px;
}

.contact__phone span {
      display: block;
    margin-bottom: 8px;
}

.contact-map__description{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    margin-bottom: 8px;
    
}





.aurora_contact #le_section-four {
    padding: 0 !important;
}

.aurora_contact #le_5e67d5ce1f27b{
    display: none;
}

#le_form_container_5{
    padding: 30px 15px;
    font-weight: 400;
    font-size: 16px;
}

#le_form_container_5 #le_form_name_5 {
     font-size: 22px;
    font-weight: 700;
    color:#16540a;
    text-align: center;
}

#form-5-control-field_4 {
    min-height: 150px;
}
#le_form_container_5 input {
    padding: 20px 10px !important;
}

#le_form_container_5 #form-5-control-field_3-1,#le_form_container_5 #form-5-control-field_3-2,#le_form_container_5 #form-5-control-field_3-3{
    padding: 10px 10px !important;
}


.seFormButton, .wrapper input[type="submit"].seFormButton {
    
    background-color: #16540a !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.seFormButton, .wrapper input[type="submit"].seFormButton:hover, .seFormButton, .wrapper input[type="submit"].seFormButton:focus {
    background-color: rgb(70, 157, 87) !important;
}

#le_form_container_5 input:last-child{
    padding: 12px 24px !important;
}



/*Gallery Page*/

.gallery__title {
    font-size: 22px;
    color:#16540a;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


.gallery__section {
    width: 100%;
    max-width: 1200px;
    padding: 30px 15px;
    margin: auto;
}

.gallery__section #le_plugin_gallery_5f2167ee7168d {
      display: flex;
        flex-wrap: wrap;
        justify-content: center;
}

.gallery__section #le_plugin_gallery_5f2167ee7168d .le_plugin_gallery_squarethumb {
    width: 150px;
    height: 150px;
}

.gallery__section #le_plugin_gallery_5f2167ee7168d .le_plugin_gallery_squarethumb img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    filter: brightness(80%);
    transition: all 0.3s;
}
.gallery__section #le_plugin_gallery_5f2167ee7168d .le_plugin_gallery_squarethumb img:hover, 
.gallery__section #le_plugin_gallery_5f2167ee7168d .le_plugin_gallery_squarethumb img:focus {
    filter: brightness(100%); 
}

@media only screen and (max-width: 494px){
    .gallery__section #le_plugin_gallery_5f2167ee7168d .le_plugin_gallery_squarethumb{
        width: 150px;
        height: 150px;
    }
}

#lightbox-container-image-box {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
}


#lightbox-container-image-data-box {
     width: 100% !important;
    max-width: 580px !important;
    height: auto !important;
}

/* Christmas Tree*/

.christmas__title {
    padding: 40px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color:rgb(32, 52, 28) ;
}

.christmas__modal--img{
    object-fit: scale-down !important;
   
}

.additional__title, .faq__title{
    padding: 40px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color:rgb(32, 52, 28) ;
}

.additional .container {
    padding: 60px 15px;
}

.additional__row {
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.additional__left > p {
    margin-bottom: 12px;
}


.additional__img {
    width: 100%;
    object-fit: cover;
}



/*Shrubs  Page*/

.aurora_Shrubs .shrub .row img {
    min-width: 100% !important;
    object-fit: cover !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15) !important;
}




.shrub__title{
    text-align: center;
    color:rgb(32, 52, 28) ;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.shrub__title:not(:first-child){
    margin-top: 30px;
}

.shrub__title span {
    display: block;
    text-transform: none;
    color: #000;
    font-size: 30px;
}


@media only screen and (max-width: 992px){
    .shrub__title{
        font-size: 30px;
    }
    
    .shrub__title span{
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px){
    .shrub__title{
        font-size: 25px;
    }
    
    .shrub__title span{
        font-size: 20px;
    }
}


.evergreen__content {
    display: flex;
    flex-wrap: wrap;
}

.evergreen__item{
    flex-basis: 50%;
    padding: 12px;
}

.evergreen__list {
    padding-left: 0;
    margin-bottom: 12px;
}

.evergreen__li {
      padding: 8px;
    border: 1px solid #eee;
}


@media only screen and (max-width:992px){
    .shrub__item{
        flex-basis: 33.3%;
    }
    
  
    .evergreen__row, .shrub__row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .aurora_Shrubs .shrub .row img {
       margin-bottom: 12px;
    }
    
    
}

@media only screen and (max-width:767px){
    .shrub__item{
        flex-basis: 50%;
    }
    
}

/*Fruit Page*/
.fruit__title {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 24px;
    color: rgb(70, 157, 87);
    font-size: 30px !important;
}


@media only screen and (max-width:767px){
    .fruit__title {
        font-size: 25px !important;
    }
    
}




/*Banner heading*/

.banner h1 {
    max-width: 1000px;
    margin: auto auto 24px auto;
}

.banner__subheading{
    max-width: 1000px;
    margin: auto auto 24px auto;
    color: #c9c9c9;
}

@media only screen and (max-width:767px){
    .aurora_about-us #le_feature-content1,
     #le_feature-content1{
       background-attachment: scroll !important;
    }

    
    .banner {
        height: 17em;
    }
    
   .banner h1 {
    max-width: 90%;
    font-size: 40px !important;

    }
    
    .banner__subheading{
        max-width: 95%;
        font-size: 22px !important;
    
    }
    
}






/* Christmas carousel*/
.aurora_christmas-trees .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
    /*margin-top: -150px !Important;*/
}


.aurora_christmas-trees .carousel-control {
    bottom: 50%;
}

@media only screen and (min-width:768px){
    .aurora_christmas-trees .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1200px){
    .aurora_christmas-trees .carousel-control {
    bottom: 40%;
    }
}

@media only screen and (max-width: 992px){
    .aurora_christmas-trees .carousel-control {
    bottom: 50%;
    }
}

@media only screen and (max-width: 767px){
    .aurora_christmas-trees .carousel-control {
    bottom: 100%;
    }
    
    .custom__img--wrapper{
        height: 350px !important;
    }
    
    .custom__img--wrapper .tree__img {
        object-fit: cover;
        height: 350px !important;
        transform: translateY(0px);
    }
    
    .aurora_christmas-trees .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
        margin-top: 165px !important;
        
    }
}

.homepage__row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 211px;
}

.bx-wrapper .bx-viewport {
    /*height: calc(100vh - 211px) !important;*/
    /*top: 211px;*/
    
    height: 100vh;
    top: 200px;
}

.bx-wrapper .bx-controls-direction a {
display: none;
}



@media only screen and (max-width: 767px){

     .header__row{
         display: flex;
         flex-wrap: wrap;
         align-items: center;
     }
     .le_logo img {
         width: 200px;
         margin-bottom: 15px;
     }
 
     #le_5ec852c0adfdf  {
         display: none;
     }
 
     .bx-wrapper .bx-viewport {
        height: 100vh;
        top: 150px;
     }

    .homepage__row{
        margin-top: 175px;
    }
    
    .aurora_home #le_section-five-area2,
    .aurora_home #le_section-five-area3
    {
        margin: 0 !important;
        padding: 15px !important;
        
    }
    
}

.aurora_home #le_section-three-area7 {
    padding-top: 20px;
    margin-top: -130px;
}


@media only screen and (max-width: 550px){
    .aurora_home #le_section-two {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /*family owned and growing trees*/
    #le_5ec87910cc770 h2 span {
        font-size: 30px;
    }
    /*The wolcyn tree farm avantage*/
    #le_5ec874ebec784 h1 {
        font-size: 35px;
    }

}

.apple__chart--container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.apple__chart {
    margin-left: 10px;
    margin-right: 10px;
}


/*TO THE PUBLIC HOMEPAGE*/
.safe__list {
    /*list-style-type: disc;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.safe__li {
    font-size: 18px;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right:auto;
}

/*Big Red Xmas Button CSS*/
.xmasTreeLink {
    position: absolute;
    top: 350px;
    z-index: 2;
    right: 10%;
    padding: 5px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    box-shadow: 5px 10px 20px #888888;
}

@media (max-width: 768px) {
   .xmasTreeLink {
       width: 175px;
       height: auto;
       top: 210px;
       left: auto;
   }
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_header-right {
}
#le_section-one-headline {
    padding-bottom: 40px;
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_about-us #le_feature-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/header-images/aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 300px;
}
.aurora_about-us #le_headerRegion {
    background-color: rgba(19, 204, 199, 0.89);
}
.aurora_about-us #le_section-article-home {
    background-color: rgb(27, 43, 38);
}
.aurora_about-us #le_section-five {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_about-us #le_section-five-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-five-area3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-four {
    background-color: rgb(27, 43, 38);
}
.aurora_about-us #le_section-four-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-four-area3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-one {
    background-color: rgb(245, 245, 245);
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about-us #le_section-one-area1 {
    color: rgb(255, 255, 255);
}
.aurora_about-us #le_section-one-content {
}
.aurora_about-us #le_section-six {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_about-us #le_section-six-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-three-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-three-area5 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-three-area6 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-area8-1 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-area8-2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-area8-3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-area8-4 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_about-us #le_section-three-one {
    background-color: rgb(27, 43, 38);
}
.aurora_about-us #le_section-two {
    margin-top: 80px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.aurora_about-us #le_section-two-area4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about-us #le_section-two-area5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-two-area8 {
    padding-top: 0px;
}
.aurora_appointments #le_section-one {
    background-color: rgb(245, 245, 245);
}
.aurora_appointments #le_section-one-area1 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 30px;
}
.aurora_appointments #le_section-three {
    background-color: rgb(245, 245, 245);
}
.aurora_appointments #le_section-three-area1 {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 0px;
}
.aurora_appointments #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/240H.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom right;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_appointments #le_section-two-area1 {
    color: rgb(255, 255, 255);
    font-size: 25px;
}
.aurora_christmas-trees #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/christmas/Depositphotos_5107530_L.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 500px;
    text-align: left;
}
.aurora_christmas-trees #le_section-article-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_christmas-trees #le_section-article-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_christmas-trees #le_section-article-area6 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_christmas-trees #le_section-three-area8 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.aurora_christmas-trees #le_section-three-area8-1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_christmas-trees #le_section-three-area8-2 {
}
.aurora_christmas-trees #le_section-three-area8-3 {
}
.aurora_christmas-trees #le_section-three-area8-4 {
}
.aurora_christmas-trees #le_section-three-area9 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_christmas-trees #le_section-two-area1 {
}
.aurora_christmas-trees #le_section-two-area8 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/A77I9038.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 250px;
    padding-bottom: 250px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_feature-content3 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
}
.aurora_contact #le_feature-content4 {
    padding-left: 15px;
}
.aurora_contact #le_featureContainer {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contact #le_headerRegion {
    background-color: rgba(19, 204, 199, 0.89);
}
.aurora_contact #le_section-four {
    padding-top: 40px;
}
.aurora_contact #le_section-one {
    background-color: rgb(245, 245, 245);
}
.aurora_contact #le_section-one-area1 {
    margin-top: 25px;
}
.aurora_contact #le_section-one-area4 {
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}
.aurora_evergreen-trees #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/header-images/evergreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.aurora_evergreen-trees #le_section-pricing {
    background-color: rgb(32, 52, 28);
    margin-top: 40px;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
}
.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_fruit-trees #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/fruit-trees/honeycrisp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.aurora_home #le_feature-content1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_featureContainer {
    background-repeat: no-repeat;
    background-position: center center;
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
    background-color: rgba(255, 255, 255, 0.85);
}
.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-article-area1 {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-article-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-article-area3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-article-area4 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-article-area5 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-article-area6 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home #le_section-article-home {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/Layer-66new.png);
    background-color: rgb(32, 52, 28);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_home #le_section-five {
    background-color: rgb(239, 232, 220);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_home #le_section-five-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: px;
}
.aurora_home #le_section-five-area2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-five-area3 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-four {
    background-color: rgb(27, 42, 38);
    background-size: cover;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 15px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: none;
    border-style: inherit;
    border-color: rgba(0, 0, 0, 0);
    border-width: px;
    border-radius: px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: px;
}
.aurora_home #le_section-four-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-four-area3 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_home #le_section-six {
    background-color: rgb(255, 255, 255);
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-three {
    background-color: rgb(245, 245, 245);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_section-three-area1 {
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_home #le_section-three-area2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
}
.aurora_home #le_section-three-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_home #le_section-three-area5 {
    padding-top: 40px;
}
.aurora_home #le_section-three-area6 {
    background-color: rgb(32, 52, 28);
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
}
.aurora_home #le_section-three-area7 {
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_home #le_section-three-area8 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: 40px;
    padding-left: px;
}
.aurora_home #le_section-three-area9 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_home #le_section-three-one {
    background-color: rgb(32, 52, 28);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_home #le_section-two {
    background-color: rgb(32, 52, 28);
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}
.aurora_home #le_section-two-area1 {
}
.aurora_home #le_section-two-area2 {
    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_home #le_section-two-area3 {
    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_home #le_section-two-area4 {
    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_home #le_section-two-area5 {
    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_home #le_section-two-area6 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}
.aurora_home #le_section-two-area7 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}
.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_meet-the-team #le_feature-content1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    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-one {
    background-color: rgb(245, 245, 245);
}
.aurora_meet-the-team #le_section-one-area1 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_section-three {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 75px;
    padding-bottom: 90px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area7 {
    background-color: rgb(255, 255, 255);
    margin-top: px;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.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_ornamental-trees #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/ornamental-trees/Firebird_Flowering_Crab_copy1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.aurora_Perennials #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/perennials/flowers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.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-two-area1 {
    background-color: rgb(70, 70, 70);
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_services #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/smart-watch.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/macbook.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1416339306562-f3d12fefd36f.jpeg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
}
.aurora_shade-trees #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/A77I9072.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.aurora_Shrubs #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/scrub/shrub_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-bottom: 500px;
}
.aurora_site-features #le_section-four-area1 {
    margin-top: 35px;
    margin-left: 60px;
}
.aurora_site-features #le_section-one {
    background-color: rgb(245, 245, 245);
    padding-bottom: 50px;
}
.aurora_site-features #le_section-one-area1 {
    margin-top: 25px;
}
.aurora_site-features #le_section-one-area4 {
    margin-top: 75px;
}
.aurora_site-features #le_section-one-area6 {
    padding-bottom: 50px;
}
.aurora_site-features #le_section-one-content1 {
    margin-top: 30px;
}
.aurora_site-features #le_section-one-content8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/cco-images/yoga-940359_1920.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-one-content9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/cco-images/yoga-940359_1920.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.aurora_site-features #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-bottom: 35px;
}
.aurora_site-features #le_section-three-area1 {
    padding-top: 25px;
}
.aurora_site-features #le_section-two {
    margin-top: px;
    margin-bottom: 35px;
}
.aurora_site-features #le_section-two-area1 {
    margin-top: 35px;
    margin-left: 60px;
}
.aurora_site-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/240H.jpg);
    background-size: cover;
    background-position: bottom right;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/cco-images/girl-1130386_1920.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/pexels-photo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/pranamb/img-prana-mat.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_site-features #le_section-two-area6 {
    background-color: rgb(218, 218, 218);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: center;
}
.aurora_site-features #le_section-two-area7 {
    background-color: rgb(245, 245, 245);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: center;
}
.aurora_site-features #le_section-two-area8 {
    background-color: rgb(218, 218, 218);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: center;
}
.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 #le_section-one {
    background-color: rgb(218, 218, 218);
    padding-top: 300px;
    padding-bottom: 300px;
}
.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_the-gallery #le_feature-content1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/wolcyntreefarmsnew/wolcyn-tree-farm-images/Wolcyn_Tree_Farm-40_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_the-gallery #le_section-one {
    background-color: rgb(245, 245, 245);
}
.aurora_the-gallery #le_section-one-area1 {
    margin-top: 25px;
}
.aurora_workshops #le_section-one {
    background-color: rgb(245, 245, 245);
}
.aurora_workshops #le_section-one-area1 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.navicon {
    color: rgb(255, 255, 255);
}
.seFormButton {
    background-color: rgb(91, 181, 109);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(70, 157, 87);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(91, 181, 109);
    border-color: rgba(0, 0, 0, 0);
}
.se_cta {
    background-color: rgb(70, 157, 87);
    border-color: rgba(255, 255, 255, 0.87);
    border-width: 8px;
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
    border-color: rgba(70, 70, 70, 0.17);
}
.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 {
    background-color: rgb(255, 255, 255);
}
.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: rgba(32, 52, 28, 0.2);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(27, 43, 38);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(239, 232, 220);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(239, 232, 220);
}
.se_siteBranding a {
    font-size: 40px;
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(70, 157, 87);
    font-size: 26px;
}
.se_social a:hover {
    color: rgb(91, 181, 109);
}
.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 {
    color: rgb(70, 157, 87);
}
a:hover {
}
blockquote {
    font-size: 30px;
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
    font-size: 45px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: 35px;
    color: rgb(0, 0, 0);
}
h3, h3 a, .title3, .title3 a {
    font-size: 25px;
    color: rgb(0, 0, 0);
}
h4, h4 a, .title4, .title4 a {
    font-size: 18px;
    color: rgb(85, 85, 85);
    font-weight: normal;
}
h5, h5 a, .title5, .title5 a {
    font-size: 18px;
    color: rgb(0, 0, 0);
}
h6, h6 a, .title6, .title6 a {
    font-size: 12px;
    color: rgb(70, 157, 87);
}
hr {
    background-color: rgba(70, 70, 70, 0.17);
}
p, ul, ol, dl {
    font-size: 16px;
    color: rgb(0, 0, 0);
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-article-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-article-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-article-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area8-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area8-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area8-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area8-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_evergreen-trees #le_feature-content1 {
    padding-bottom: 600px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fruit-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-article-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ornamental-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Perennials #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_shade-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Shrubs #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_the-gallery #le_feature-content1 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-article-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-article-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-article-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area8-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area8-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area8-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area8-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_evergreen-trees #le_feature-content1 {
    padding-bottom: 700px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fruit-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-article-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ornamental-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Perennials #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_shade-trees #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Shrubs #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_the-gallery #le_feature-content1 {
    }
}

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