@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');


body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #f9f9f9;
    color: #222;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: .5em 0;
  line-height: 1em;
}
h1 {
  font-size: 2.75em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.25em;
}
p {
  line-height: 1.35;
}
.green {
  color:#007f00;
}
.light-green {
    color: #f9f9f9;
}
.light-gray {
    color: #777777;
}
.hide-dsktp {
  display: none;
}
.page-sub-title {
  margin-top: 0;
  margin-bottom: .25em;
}
input, textarea {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
}
.maintenance p {
  margin-bottom: 2em;
}
.freq-image {
  text-align: center;
}
.freq-image img {
  max-width: 834px;
  width: 100%;
}
.btn-container {
  padding-top: 20px;
}
.btn-container > a:first-child {
  margin-right: 5px;
}
.btn-container > a:nth-child(2) {
  margin-left: 5px;
}
.cta-btn {
  padding: 12px 18px;
  font-size: 1em;
  color: #FFFFFF;
  background: #333333;
  font-weight: bold;
  border-radius: 10px;
  min-width: 150px;
  display: inline-block;
  -webkit-appearance: none;
}
.cta-btn.animate {
  opacity: 1;
  animation: fade 2s linear;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%, 100% { opacity: 0}
  50% { opacity: 1}
}
.btn-container a.cta-btn {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-container a.cta-btn:hover {
  background: #777777;
  border: #333333;
  color: #333333;
}
.support-link {
  font-size: 12px;
  color: #777777;
  padding-top: 20px;
  text-align: center;
}
.support-link a {
  color: #777777;
}
.border {
  padding-bottom: 10px;
  border-style: dotted;
  border-color: #dcdcdc;
  border-width: 0 0 1px 0;
}
hr {
  margin: 20px 0;
  border-style: dotted;
  background-color: #777777;
}
.border {
  border-style: dotted;
  border-color: #cccccc;
  border-width: 0 0 1px 0;
  display: inline-block;
  padding-bottom: 3px;
}
* {
    box-sizing: border-box;
}
.wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1300px;
}
nav {
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
}
.col-50 {
  width: 50%;
}
.left { float: left; }
.right { float: right; }
.clearFix { 
    clear: both;
    content: "";
}
.top-menu {
    padding: 5px 40px;
    background:#333;
}
.top-nav-item {
    text-align: center;
    color: #aaa;
    padding: 6px 12px;
    font-size: .875em;
    line-height: 1em;
}
.top-nav-item.left {
  padding-left: 0;
  text-align: left;
}
.top-nav-item.phone-num a {
  color: #aaa;
}
.top-nav-item a {
    color: rgb(207, 238, 144);
    text-decoration: none;
}
.top-nav-item a.seasonal-color  {
  color: #007f00;
  text-decoration: none;
}
.hero {
    border-top: solid 2px #111111;
    border-bottom: solid 2px #111111;
    background: url(../images/hero-img-tall.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
    position: relative;
    padding-top: 80px;
}
.hero.seasonalcolor {
	background: url(../images/seasonal-color-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.page-title {
	position: absolute;
	bottom: 0;
	background: rgba(34,34,34, .6);
	width: 100%;
}
.hero h1 {
    color: rgba(255, 255, 255, .5);
    font-size: 3.125em;
    line-height:1;
    margin: 10px 0;
    /*position: absolute;
    bottom: 10px;*/
    text-transform: uppercase;
    font-weight: 100;
}

.logo-icon::before {
    content: url(../images/logo-icon.svg);
    width: 20px;
    float: left;
    padding-right: 5px;
}

/*Notice Page */
.notice-area .logo {
  text-align: left;
  display: block;
  padding: 20px 0;
  float: none;
}
.contact-box {
  padding: 30px;
}
.contact-box h2 {
  margin-top: 0;
}
/* header */
.header {
	background-color: #f9f9f9;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	width: 100%;
	height:80px;
	position: relative;
	z-index: 3;
  }
    
  .header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #f9f9f9;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
	color: #111111;
  }
  
  .header .logo {
	float: left;
	padding: 10px 20px 10px 0;
	text-decoration: none;
	fill: #777777;
  }
  .header .logo img {
    display: block;
  }
  /* menu */
  
  .header .menu-scroll, .header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-in;
  }

  /* menu icon */
  
  .header .menu-icon {
	cursor: pointer;
	display: inline-block;
	padding: 35px 20px 22px 5px;
	position: relative;
	user-select: none;
  }
  .header .menu-icon .navicon {
	background: #222222;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: #222222;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  .header .menu-icon .navicon:before {
	top: 5px;
  }
  .header .menu-icon .navicon:after {
	top: -5px;
  }
  .header label.menu-icon {
    width: auto;
    float: right;
  }
  .header input {
    width: auto;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  } 
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  .menu-scroll {
	background: #fff;
	width: 100%;  
  }
  .main-nav {
    width: 100%;
    background: #f9f9f9;
    padding: 0;
    height: 80px;
}
.main-nav ul {
    padding: 0;
    margin: 0;
}
.main-nav ul li {
    list-style: none;
    background: #f9f9f9;
    text-align: center;
    font-size: .875em;
    font-weight: bold;
    display: inline-block; 
    font-weight: 300;     
}
.main-nav li {
    float: left;
}

/* Nav Styles */
.toggle, [id^=drop] {
  display: none;
}
ul.dropdown li:first-child a {
  border-top: solid 1px #d8d8d8;
}
ul.dropdown li:last-child a {
  border-bottom: none;
  padding-bottom: 10px;
}
.main-nav ul li li {
  background: #777777;
  color: #ffffff;
}
.main-nav ul li a {
  color: #777777;
  text-decoration: none;
  padding: 30px 15px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  text-align: left;
}
.main-nav ul li li a {
  padding: 10px 20px;
  text-align: left;
  color: #ffffff;
}

/* Sidebar menu */
.left-col-img-container {
  margin-bottom: 20px;
}
.sub-menu-nav.left {
	width: 100%;
}
.sub-menu-nav ul > li {
	display: block;
}
ul.menu {
  margin-top: 0;
}
.sub-menu-nav .menu {
  padding-left: 0;
}
.sub-menu-nav .menu li a {
    display: block;
    padding: 10px 20px;
    font-size: .875em;
    font-weight: normal;
    color: #FFFFFF;
    background: #444444;
    border-radius: 0 10px 10px 0;
    transform: background-color;
}
.sub-menu-nav .menu li a:hover {
  background: #aaaaaa;
  color: #444444;
  transition: background-color .5s;
}
.sub-menu-nav ul > li > a {
	display: inline-block;
	margin: 3px 0;
}
span.dd-icon {    
    display: inline-block;
    margin-left: 5px;
    content: url(../images/dropdown-arrow.svg);
    width: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s  ease-in-out;
    -o-transition: all .1s  ease-in-out;
    transition: all .1s  ease-in-out;
  }
  .main-nav ul li:hover span.dd-icon { 
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s  ease-in-out;
    -o-transition: all .1s  ease-in-out;
    transition: all .1s  ease-in-out;
  }
/*  CONTENT Section */

.intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.content {
    text-align: left;
    padding: 48px 0;
}
.content-wrapper {
  padding: 20px 0;
}
.col-left {
  width: 40%;
}
.col-right {
  width: 60%;
  padding-left: 20px;
}
.xtra-top {
  padding-top: 1em;
}
.content a {
  color: #007f00;
  text-decoration: none;
  font-weight: bold;
}
.content-full {
  padding: 0 0 48px;
}
.content-left {
  width: 30%;
  text-align: left;
  padding-right: 30px;
}
.content-left img {
  width: 100%;
}
.content-right {
  line-height: 1.35;
  text-align: left;
  width: 70%;
  padding-left: 15px;
}
.content-right p {
  margin-top: 0;
}
.content-right h3:first-child {
  margin-top: 0;
}

.member-section {
  padding: 40px 0 0;
    text-align: center;
    color: #777;
}
.member-icons {
    padding: 20px;
}
.icon {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.page-call-out {
  margin-top: 5em;
  margin-bottom: 5em;
  text-align: center;
}
/* Contact Form */
#contactForm {
	padding: 15px;
	background: #efefef;
}
label {
  display: block;
  width: 50%;
  float: left;
  padding: 10px 10px 10px 0;
}
input, textarea {
  width: 100%;
  padding: 0 5px;
  margin-top: .25em;
  font-size: 1em;
  border-radius: 10px;
	border: solid 1px #e7e7e7;
	line-height: 2;
}
::placeholder {
  color: #111111;
}
form #website {
  display: none;
}
.g-recaptcha {
  display: block;
}
.form-submit {
  padding: 20px 0;
  display: inline-block;
}
input.cta-btn {
  color: #FFFFFF;
  background: #333333;
  font-weight: bold;
  border: none;
  min-width: 150px;
}
input.cta-btn:hover {
  background: #777777;
  border: #333333;
  color: #333333;
}
p.form-help {
  display: block;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}
.disclaimer {
  font-size: .75em;
  line-height: 16px;
  margin-top: 0;
}
label.textBox {
  width: 100%;
}

.red {
  color: #ff0000;
}

/*Seasonal Color Section */
.tabs {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active {
  background-color: #ccc;
}
#Spring.flowerSection {
  display: block;
  visibility: visible;
  
}
#Fall.flowerSection {
  display: none;
  visibility: hidden;
}
.flowerSection {
  padding: 15px;
  background: #efefef;
}
.flowerSection {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.flower-wrapper {
  width: 33%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 15px;
}
.flower-name, .flower-price, .flower-sun, .flower-height {
	padding: 5px 0;
}
.flower-name {
  font-weight: bold;
}
.flower-img img {
  width: 100%;
}
#seasonalForm {
  font-size: .875em;
}
.flower-options label, .flower-quantity label, .flower-location label {
  padding: 5px 10px 5px 0;
}
.bloom-colors {
  padding-top: 10px;
}

/* Color Forms */
.color-form-wrapper label {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 0;
}
/* checkmark */
label.duplicate {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .875;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0 0 35px;
  margin-top: 10px;
}
label.duplicate input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
}
.duplicate input:checked ~ .checkmark {
  background-color: #007f00;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label.duplicate input:checked ~ .checkmark:after {
  display: block;
}
label.duplicate .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flower-section input, .flower-section textarea {
  width: 100%;
  padding: 0 5px;
  margin-top: .25em;
  font-size: 1em;
}
.flower-quantity label, .flower-quantity input {
  width: 100%;
}
.flower-location label, .flower-location input {
  width: 100%;
}
#duplicateOrder {
  width: 5%;
}
#cost-of-flower {
  display: inline-block;
}
.exposure-wrapper {
  padding-bottom: 15px;
}
.exposure-copy {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1em;
}
.exposure {
  padding-right: 15px;
  display: inline-block;
}
.exposure img {
	display: inline-block;
	vertical-align: middle;
}

/* Portfolio Page */
.portfolio-wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 100px;
  text-align: center;
  background: url(../images/gallery-background.jpg) #777777;
  background-repeat: repeat;
  background-repeat: repeat;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #e7e7e7;
  padding: 30px 20px;
  
}
.portfolio-wrapper .portfolio-copy {
  margin-bottom: 20px;
}
.portfolio-box {
  width: 25%;
  padding: 10px;
}
.inner-wrapper {
  position: relative;
}
.portfolio-box img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-caption {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5) !important;
	bottom: 0;
	top: auto !important;
	color: #cccccc;
	font-size: 1em;
	font-weight: 700;
	left: 0;
	padding: 10px 0;
	position: absolute !important;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	width: 100%;
}


/* POST ITEMS */

.services-col {
  width: 30%;
  padding-right: 15px;
}
.service-box {
  position: relative;
  padding: 30px;
  background: #e6e6e6;
  margin-bottom: 20px;
}
.services-col .left-img {
  margin-bottom: 20px;
}
.service-box-icon {
  background: #e7e7e7;
  position: relative;
  display: block;
  transition: all 100ms ease-out;
  padding: 15px;
  margin-bottom: 1em;
}
.service-box-container {
  display: flex;
  flex-direction: row;
}
.service-icon {
	padding: 0 10px 0 0;
}
.icon-box {
  position: relative;
  display: block;
  transition: all 100ms ease-out;
}
.four-col-col .icon-box {
  background: #e7e7e7;
}
.large-icon {  
  padding: 10px 15px 15px 60px;
}
.divider-line {
	padding: 0 5px;
}
.divider-line hr {
    margin: 20px 0;
    /* border-style: dotted; */
    background: #e7e7e7;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-right: none;
    border-left: none;
  
}
.large-icon .icon-svg img {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 2.5em;
  text-align: center;
}
.small-icon {
  padding: 20px 20px 28px 20px;
}
.small-icon div.icon-svg {
	display: inline-block;
	position: relative;
	margin: 0 10px 0px 0;
	font-size: 1.25em;
	top: 6px;
}
.small-icon .icon-svg img {
  width: 30px;
  height: auto;
}
.small-icon h4.icon-col-title {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  font-size: 1.125em;
}
.s-col-copy {
  font-size: .875em;
}
h3.s-col-title {
	margin-top: 0;
}

.service-item {
  width: 22%;
  padding-left: 15px;
  padding-right: 15px;
}
.service-item img {
  width: 100%;
  height: auto;
}
.sub-col-title {
  font-family: 'Roboto', serif;
  font-weight: bold;
  margin-top: 0;
  text-transform: capitalize;
  position: relative;
  line-height: 1.3;
  margin: 22px 0 15px 0;
  font-size: 1.125em;
}
.sub-col-title a {
  color: #007f00;
  text-decoration: none;
}
.sub-col-copy {
  margin-bottom: 11px;
  font-size: 1em;
  line-height: 1.5;

}
.sub-col-cta a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1em;
  color: #007f00;
}

/*  Four Column Section */

.four-col-col {
  width: 25%;
  min-height: 280px;
  padding: 0 15px;
}
.four-col-wrapper .four-col-col:first-child {
  padding-left: 0;
}
.four-col-wrapper:last-child .four-col-col {
  padding-right: 0;
}
/* CALL OUT Section */
.call-out {
  font-family: 'Dancing Script', cursive;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  color: #333;  
  padding: 1em 2em;
}
.call-out.dark {
  color: #111111;
}
.color-cta {
  padding-top: 20px;
}

/* FOOTER Section */
.footer {
  padding: 50px 20px;  
  font-size: .875em;
  line-height: 1.5em;
  background: #111;
}
.footer-logo {
  text-align: center;
}

.footer ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.footer ul li {
    list-style: none;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
}
.footer ul li a {
    color: #777;
    text-decoration: none;
    display: block;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer-copy {
    color: #777;
    text-align: center;
    padding-top: 1em;
}
.footer a {
  color: #777;
  text-decoration: none;
}
/* SLICK CAROUSEL */
.slider {
  width: 100%;
  margin: 25px auto;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: .5;
}

.slick-current {
opacity: 1;
}

/* the parent */
.slick-slider img {
width: 95%;
}
.slick-dots li.slick-active button::before {

}

.slick-dots li.slick-active button::before, .slick-dots li button::before {
opacity: 1;
color: #ffffff;font-size: 40px;
line-height: 40px;
}
.gallery-container .slider {
  text-align: left;
}

/* LIGHTBOX PHOTO GALLERY */

.gallery-container {
    margin: 0 auto;
    padding: 100px;
    text-align: center;
    background: url(../images/gallery-background.jpg) #111111;
    background-repeat: repeat;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 30px 20px;
}
.gallery-title {
  text-align: center;
  text-transform: capitalize;
  color: #777777;
}

#galleryOne {
    display: inline-block;
}
#galleryTwo {
    display: none;
}
#galleryThree {
    display: none;
}
.gallery {
    margin: 0 auto;
}
a.galleryLink {
    display: inline-block;
    cursor: pointer;
    width: 20px;
}
.gallery img {
    transition: 0.5s;
    width: 100%;
}
.gallery img:hover {
    filter: drop-shadow(5px 5px 8px black);
    transform: scale(1.1);
}
.lb-data .lb-close {
    background-size: cover;
    width: 15px;
    height: 15px;
}
.pagination {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

/*Green Block */
.green-block {
  /*background: url(../images/gallery-background.jpg) #111111;*/
  background: url(../images/leaf-pattern.png), linear-gradient(0deg, #003f19,#002800, #003f19);
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-left: none;
  border-right: none;
  text-align: center;
  color: #ffffff;
  padding: 1em 2em;
  background-size: 10%;
}
/*Gray Block */
.stone-block {
  /*background: url(../images/gallery-background.jpg) #111111;*/
  background: #111111 url(../images/stone-pattern.png);
}
/* HERO SWIPER */
      
.hero-slider .swiper-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.hero-slider .swiper-slide {
    text-align: center;
    height: auto;
}

.hero-slider .slider-container {
    padding: 250px;
    border-top: 0;
    border-bottom: 0;
    display: inline-block;
}

.hero-slider .slider-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;     
    opacity: 0;
    text-shadow: 0px 0px 5px #000;
}

.hero-slider .slider-sub-title {
  font-size: 36px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #ffffff;    
  opacity: 0;
  padding: 0 0 40px;
  margin: 0; 
  text-shadow: 0px 0px 5px #000;
}


.hero-slider .slider-read-btn.cta-btn, .hero-slider .slider-quote-btn.cta-btn {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
}

.hero-slider .slide-1.swiper-slide-active {
    background: url("../images/hero-slide-1.jpg");
    background-size: cover;
    background-position: center;
    animation: fadeIn .5s ease-in both;
    
}

.hero-slider .slide-2.swiper-slide-active {
    background: url("../images/hero-slide-2.jpg");
    background-size: cover;
    background-position: center;
    animation: fadeIn .5s ease-in both;
}

.hero-slider .slide-3.swiper-slide-active {
    background: url("../images/hero-slide-3.jpg");
    background-size: cover;
    background-position: center;
    animation: fadeIn .5s ease-in both;
}
.hero-slider .slide-4.swiper-slide-active {
    background: url("../images/hero-slide-4.jpg");
    background-size: cover;
    background-position: center;
    animation: fadeIn .5s ease-in both;
}


.hero-slider .swiper-slide-active .slider-title {
    opacity: 0;
    animation: fadeInDown .5s ease-in both;
    animation-delay: .5s;
}
.hero-slider .swiper-slide-active .slider-sub-title {
    opacity: 0;
    animation: fadeInDown .5s ease-in both;
    animation-delay: 1s;
}
.hero-slider .slide-2.swiper-slide-active .slider-sub-title {
    opacity: 0;
    animation: fadeInDown .5s ease-in both;
    animation-delay: 1s;
}
.hero-slider .slide-3 .swiper-slide-active .slider-sub-title {
    opacity: 0;
    animation: fadeInDown .5s ease-in both;
    animation-delay: 1s;
}
.hero-slider .slide-4 .swiper-slide-active .slider-sub-title {
    opacity: 0;
    animation: fadeInDown .5s ease-in both;
    animation-delay: 1s;
}
.hero-slider .swiper-slide-active .slider-read-btn.cta-btn, .hero-slider .swiper-slide-active .slider-quote-btn.cta-btn {
    opacity: 0;
    display: inline-block;    
    animation: fadeIn .5s ease-in both;
    animation-delay: 1.5s;
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #ccc;
  opacity: .4;
}
.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@keyframes fadeInDown {
    from {
    opacity: 0;
    transform: translate3d(0, -40%, 0);
    
  } to {
    opacity: 1;
    transform: translateY(0, 0, 0);
    
  }
}
@keyframes fadeIn {
  from {
  opacity: 0;
  
} to {
  opacity: 1;
  
}
}



/* SWIPER */

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider-container {
  padding: 1.5em 0;
  /*background: url(../images/gallery-background.jpg) #111111;*/
  /*background: url(../images/leaf-pattern-2.png) #111111;*/
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-left: none;
  border-right: none;
  text-align: center;
}
.swiper-wrapper {
  padding: 20px 0px 40px;
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

h3.slider-title {
    color: #777777;
  font-size: 2.25em;
  text-align: center;
  padding-bottom: 10px;
}
.slider-copy {
    color: #777777;
  text-align: center;
}
.swiper-slide {
  height: calc((100% - 30px) / 2);
  margin-right: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gallery-img {
  width: 275px;
  height: auto;
}
.gallery-img img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-caption {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5) !important;
  bottom: 0;
  top: auto !important;
  color: #cccccc;
  font-size: 1em;
  font-weight: 700;
  left: 0;
  padding: 10px 0;
  position: absolute !important;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  width: 100%;
}
.gallery-caption:hover {
  color: #007f00;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: row;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: .75em;
  color: #cccccc;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #03a655;
}
.swiper-button-prev, .swiper-button-next {
  color: #E7E7E7;
  text-shadow: 1px 1px 6px black;
}
.no-top-pad {
  padding-top: 0;
}
.no-btm-pad {
  padding-bottom: 0;
}
.no-side-pad {
  padding-left: none;
  padding-right: none;
}

/* ERRORS and Confirmation Messages */
.error {
  border: solid 1px red;
}
#successMessage {
  display: none;
  border: 2px solid #333;
  padding: 15px;
}
#errorMessage {
  display: none;
  border: 2px solid #333;
  padding: 15px;
}
@media (max-width: 1350px) {
  .header .logo {
    padding-left: 40px;
  }
  .wrapper {
		padding: 0 30px;
	}
}
@media (min-width: 1131px) {
  
	.header {
		box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  }	
	.header .menu-scroll, .header .menu {
	  clear: none;
	  max-height: none;
	}
	.header .menu-icon {
	  display: none;
	}
  ul.dropdown li a {
    color: #8d8d8d;
    padding: 10px 30px 10px;
    border-bottom: solid 1px #d8d8d8;
  }
  ul.dropdown {
    display: none;
    background: #eaeaea;
    transition: all .5s ease;
  }
 
	ul li ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transition: all 0.5s ease;
		margin-top: 1rem;
		display: none;
		box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  }
  ul li:hover > ul,
  ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
  transform: translateY(0);
  }
  ul li ul li {
	clear: both;
	width: 100%;
  }

  .menu-scroll {
	  background: transparent;
	  overflow-y: inherit;
	  width: 100%;
  }
  ul li > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    }
    ul li ul li {
    font-size: .875em;
    }
    ul li:hover > ul.dropdown {
      display: block;
      opacity: 1; 
      transform-origin: top center;
     animation: scaleZ .5s ease-in-out forwards;
     -moz-animation: scaleZ .5s ease-in-out forwards;
     -ms-animation: scaleZ .5s ease-in-out forwards;
     -o-animation: scaleZ .5s ease-in-out forwards;
     -webkit-animation: scaleZ .5s ease-in-out forwards; 
    }
    @keyframes scaleZ {
      0% {
        opacity: 0;
        transform: scale(0);
      }
      
      80% {
        transform: scale(1.07);
      }
    
      100% {
        opacity: 1;
        transform: scale(1);
      }
    }
}
@media (max-width: 1130px) {
  .hero-slider .slider-container {
    padding: 100px 20px;
}
	.main-nav {
		height: 100%;
	}
	.main-nav ul li {
		width: 100%;
    position: relative;
	}
	.main-nav ul li a {
		padding: 10px 15px;
	}
  .dd-icon {
    transition: none;
    transform: none;
  }
  .header .menu-btn:checked ~ .menu-scroll .menu, .header .menu-btn:checked ~ .menu-scroll {
    max-height:100%;
    overflow-y: auto;   
    }
  nav ul li {
    display: block;
    width: 100%;
  }
  ul.dropdown {
    display: none;
  }
  .toggle + a {
		display: none;
	}
	label.toggle {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }  
  [id^="drop"]:checked + ul {   
    display: block;
    opacity: 1;
    width: 100%;
    transform-origin: top;
    animation: growDown 300ms ease-in-out;
  }
  @keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
  }
  .top-menu .wrapper {
    text-align: center;
  }
  .col-50 {
    width: 100%;
  }
  .top-nav-item.left, .top-nav-item.right {
    float: none;
    text-align: center;
    display: inline-block;
  }
	
	ul.dropdown li a {
		padding: 5px 30px 5px;
		font-size: 1em;
	}
}
@media (max-width: 1024px) {
  .content {
    padding: 30px 0px;  
  }
  .four-col-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  
}
@media (max-width: 680px) {
    .main-nav {
        height: 100%;
    }
    .main-nav ul li {
        width: 100%;
    }
    .content-left {
      width: 40%;
    }
    .content-right {
      width: 60%;
    }
    .services-col {
      width: 40%;
      padding-bottom: 30px;
    }
    .service-item {
      width: 60%;
      padding-bottom: 35px;
    }
    .four-col-col {
      width: 100%;
      padding: 0;
    }
    .content-right {
      padding-left: 0;
    }
    .hero-slider .slider-container {
      padding: 100px 20px;
  }
}
@media (max-width: 580px) {
  .top-nav-item.mob-hide {
    display: none;
  }

  .top-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .content-left, .content-right {
    width: 100%;
  }
  .services-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .service-item {
    width: 100%;
    padding-bottom: 35px;
  }
  .portfolio-box {
    width: 50%;
  }
  .lightboxOverlay {
    width: 100% !important;
  }
  .sub-menu-nav {
    display: none;
  }
  .btn-container .cta-btn {
    margin-bottom: 10px;
  }
  .slick-slide img {
    width: 95%;
    height: auto;
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 300px;
  }
  .hero h1 {
    font-size: 2.5em;
  }
    .wrapper {
      padding: 0 20px;
    }
    .mob-hide {
      display: none;
    }
    .hide-dsktp {
      display: block;
    }
    .top-nav-item {
      width: 100%;
    }
    .menu-scroll {
      background: #777777;
    }
    label {
      width: 100%;
    }
    .content-right h3 {
      padding-top: 20px;
    }
    .content-left {
      padding-right: 0;
    }
    .top-nav-item {
		  width: 100%;
	  }
    .flower-wrapper {
      width: 50%;
    }
    .logo-icon {
      display: inline-block;
    }
    .logo-icon::before {
      float: none;
      display: inline-block;
    }
    
}
@media (max-width: 360px) {
  .left, .right {
      float: none;
    }
  .flower-wrapper {
    width: 100%;
  }
  .portfolio-box {
    width: 100%;
  }
}