/*!
Theme Name: troon
Theme URI: http://troontechnologies.com/
Author: troon Technologies
Author URI: https://troontechnologies.com/
Description: Bringing Ideas to  Life  Through Technology
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: troon
*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1248px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@font-face {
  font-family: "brown";
  src: url("assets/fonts/Brown-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "brown";
  src: url("assets/fonts/Brown-BoldAlt.ttf") format("truetype");
  font-weight: 700;
}

.fbrown {
  font-family: "brown";
}

.sgothic {
  font-family: "social-gothic-soft", sans-serif;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
}

.freg {
  font-weight: 400;
}

.fmed {
  font-weight: 500;
}

.fsemi {
  font-weight: 600;
}

.fbold {
  font-weight: 700;
}

.fxbold {
  font-weight: 800;
}

h1, .h1 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 260px;
  line-height: 260px;
}

h2, .h2 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 3px;
}

h3, .h3 {
  font-family: "brown";
  font-size: 48px;
  line-height: 62px;
}

h4, .h4 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 60px;
  line-height: 66px;
}

h5, .h5 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 36px;
  line-height: 40px;
}

h6, .h6 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2px;
}

.post-content, .para, p {
  font-family: "brown";
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}

.para1 {
  font-family: "brown";
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 3px;
}

.para2 {
  font-family: "brown";
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 3px;
}

.para3 {
  font-family: "brown";
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 3px;
}

.para4 {
  font-family: "brown";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.para5 {
  font-family: "brown";
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.para6 {
  font-family: "brown";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.para7 {
  font-family: "brown";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 50px;
}

.para8 {
  font-family: "brown";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.para9 {
  font-family: "brown";
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 80px;
}

.whitecolor {
  color: #fff;
}

.darkbluecolor {
  color: #435d6c;
}

.lightbluecolor {
  color: #478b95;
}

.yellowcolor {
  color: #e8c36a;
}

.lightgreencolor {
  color: #719e73;
}

.darkgreencolor {
  color: #256a52;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.max-700 {
  max-width: 700px;
}

.max-800 {
  max-width: 800px;
}

.max-850 {
  max-width: 850px;
}

.max-900 {
  max-width: 900px;
}

.__content p {
  word-break: break-word;
}

@-webkit-keyframes example {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes example {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.animline:after {
  content: "";
  -webkit-transition: width 0.8s ease 0s, height 0.8s ease 0s, background-color 0s ease 0.4s, top 0.2s ease-in-out 0s;
  transition: width 0.8s ease 0s, height 0.8s ease 0s, background-color 0s ease 0.4s, top 0.2s ease-in-out 0s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background-color: #626262;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: -1;
}

.animline:hover {
  -webkit-animation-name: fxUrAt;
          animation-name: fxUrAt;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.vspace1 {
  margin-bottom: 4px;
}

.vspace2 {
  margin-bottom: 10px;
}

.vspace3 {
  margin-bottom: 12px;
}

.vspace4 {
  margin-bottom: 16px;
}

.vspace5 {
  margin-bottom: 24px;
}

.vspace6 {
  margin-bottom: 36px;
}

.vspace7 {
  margin-bottom: 44px;
}

.vspace8 {
  margin-bottom: 48px;
}

.vspace9 {
  margin-bottom: 60px;
}

.vspace10 {
  margin-bottom: 72px;
}

.vspace11 {
  margin-bottom: 96px;
}

.vspace12 {
  margin-bottom: 110px;
}

.vspace13 {
  margin-bottom: 120px;
}

.vspace14 {
  margin-bottom: 140px;
}

.vspace15 {
  margin-bottom: 160px;
}

.vspace16 {
  margin-bottom: 200px;
}

section#site-wrap {
  overflow-x: hidden;
}

.btnstyle1 {
  background-color: #f9f8ef;
  color: #256a52;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 14px 36px;
}

.btnstyle1:hover {
  background-color: #256a52;
  color: white;
  text-decoration: none;
}

.btnstyle2,
.btnstyle3 {
  background-color: #f9f8ef;
  color: #435d6c;
  display: inline-block;
  border: 1px solid #435d6c;
  position: relative;
  padding: 14px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle2:hover,
.btnstyle3:hover {
  background-color: #435d6c;
  color: #f9f8ef;
  text-decoration: none;
}

.btnstyle2:after,
.btnstyle3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #435d6c;
}

.btnstyle2.alt2,
.btnstyle3.alt2 {
  color: #256a52;
  border: 1px solid #256a52;
}

.btnstyle2.alt2:after,
.btnstyle3.alt2:after {
  border: 1px solid #256a52;
}

.btnstyle2.alt2:hover,
.btnstyle3.alt2:hover {
  color: #f9f8ef;
  background-color: #256a52;
}

.btnstyle2.alt3,
.btnstyle3.alt3 {
  color: #719e73;
  border: 1px solid #719e73;
  background-color: #F8F8ED;
}

.btnstyle2.alt3:after,
.btnstyle3.alt3:after {
  border: 1px solid #719e73;
}

.btnstyle2.alt3:hover,
.btnstyle3.alt3:hover {
  color: #f9f8ef;
  background-color: #719e73;
}

.btnstyle3 {
  color: #478b95;
  border: 1px solid #478b95;
}

.btnstyle3:after {
  border: 1px solid #478b95;
}

.btnstyle4 {
  background-color: transparent;
  color: #256a52;
  border: 1px solid #256a52;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding: 6px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle4:hover {
  background-color: #256a52;
  color: #f9f8ef;
  text-decoration: none;
}

.btnstyle5 {
  background-color: #256a52;
  color: #f9f8ef;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #256a52;
  position: relative;
  padding: 14px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle5:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #435d6c;
  border: 1px solid #256a52;
}

.btnstyle5:hover {
  background-color: #f9f8ef;
  color: #256a52;
  text-decoration: none;
}

.btnstyle6 {
  background-color: #478b95;
  color: #f9f8ef;
  display: inline-block;
  border: 1px solid #478b95;
  position: relative;
  padding: 14px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle6:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #435d6c;
  border: 1px solid #478b95;
}

.btnstyle6:hover {
  background-color: #f9f8ef;
  color: #478b95;
  text-decoration: none;
}

.btnstyle7 {
  background-color: #256a52;
  color: #f9f8ef;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
  padding: 14px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle7:hover {
  color: #256a52;
  text-decoration: none;
  background-color: #f9f8ef;
  border: 1px solid #256a52;
}

.btnstyle8 {
  background-color: transparent;
  border: 1px solid #256a52;
  color: #256a52;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding: 6px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle8:hover {
  color: #f9f8ef;
  text-decoration: none;
  background-color: #256a52;
}

.btnstyle9 {
  font-family: "brown";
  background-color: #719e73;
  border: 1px solid #719e73;
  color: #f9f8ef;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 294px;
  text-align: center;
  text-decoration: none;
  padding: 14px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnstyle9:hover {
  color: #719e73;
  text-decoration: none;
  border: 1px solid #719e73;
  background-color: #f9f8ef;
}

.wp-block-button.is-style-outline {
  position: relative;
}

.wp-block-button.is-style-outline:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 4px;
  width: 3px;
  height: 1px;
  background: #f9f8ef;
}

.wp-block-button.is-style-outline:before {
  content: '';
  position: absolute;
  left: 4px;
  top: -3px;
  width: 1px;
  height: 3px;
  background: #f9f8ef;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  height: 60px;
  padding: 0 36px;
  background-color: transparent;
  color: #f9f8ef;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #f9f8ef;
  border-radius: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: "brown";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.is-style-outline .wp-block-button__link:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f9f8ef;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #435d6c;
  background: transparent;
  border: 0;
  border-top: 1px solid #f9f8ef;
  border-right: 1px solid #f9f8ef;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #256a52;
  color: #f9f8ef;
  border: 1px solid #256a52;
  text-decoration: none;
}

.wp-block-button.isfilled .wp-block-button__link {
  height: 60px;
  padding: 0 36px;
  background-color: #256a52;
  color: #f9f8ef;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #256a52;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: "brown";
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.isfilled .wp-block-button__link:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #435d6c;
  border: 1px solid #256a52;
}

.wp-block-button.isfilled .wp-block-button__link:hover {
  background-color: #f9f8ef;
  color: #256a52;
  text-decoration: none;
}

body {
  background-color: #F9F8EE;
}

.toast-wrap {
  background-color: #719e73;
  padding: 10px 0;
  display: none;
}

.toast-wrap p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.toast-wrap a {
  color: #f9f8ef;
}

.toast-wrap .container {
  position: relative;
}

.toast-close {
  background-image: url("assets/images/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 35px;
  min-width: 35px;
  width: 35px;
  position: absolute;
  top: -6px;
  right: 0;
}

.mynav {
  padding: 20px 0;
  max-width: 1430px;
  margin: auto;
}

.site-header {
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-header.fixed {
  -webkit-animation: slide-down 0.4s;
          animation: slide-down 0.4s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 0;
  background-color: #fff;
  min-height: inherit;
  -webkit-transition-property: background-color, padding, z-index;
  transition-property: background-color, padding, z-index;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.site-header.fixed .mynav {
  padding: 15px 0;
}

.site-header.fixed .logo img {
  max-height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav#site-navigation {
  padding: 0;
  position: relative;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.searchform {
  cursor: pointer;
}

.searchform form {
  position: absolute;
  right: 0;
  margin-top: 0;
}

.searchform form input {
  border: 0;
  border-bottom: 1px solid #e8c36a;
  height: 45px;
  font-family: "brown";
  font-size: 20px !important;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchform form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation ul li {
  margin-right: 36px;
}

.navigation ul li a {
  font-family: "brown";
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation ul li a:hover {
  color: #256a52;
}

.navigation ul li.current-menu-item a {
  color: #256a52;
}

.isiconitem {
  margin-right: 30px;
  padding-left: 26px;
  position: relative;
}

.isiconitem a {
  font-size: 22px;
  color: #256a52;
  font-weight: 700;
  font-family: "brown";
  text-decoration: none;
}

.isiconitem a::before {
  content: url(assets/images/smtree.svg);
  position: absolute;
  left: 0;
}

.isiconitem a:hover {
  color: #000;
}

.isiconitem a:hover:before {
  content: url(assets/images/smtreeb.svg);
}

.inner-hero-banner {
  position: relative;
}

.inner-hero-banner .mutewrap {
  display: none;
}

.inner-hero-banner img.line1 {
  bottom: -2px;
}

.videobanner {
  position: relative;
}

.videobanner .mgm-caption {
  position: absolute;
  top: 0;
  text-align: left;
  left: 0;
  height: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.videobanner .mgm-caption .mgm-cap {
  max-width: 1070px;
  padding: 0 50px;
  width: 100%;
}
.videobanner .teamlist a {
    display: inline-block;
}
.videobanner .mgm-caption h2 {
  color: #fff;
  font-size: 70px;
  line-height: 75px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 600px;
}

.videobanner .mgm-caption h2 a {
  color: #fff;
}

.videobanner .controls .carousel-control-next,
.videobanner .controls .carousel-control-prev {
  width: 10%;
}

.videobanner.hp-videobanner {
  text-align: center;
}

.videobanner.hp-videobanner #video-poster {
  display: none;
}

.videobanner.hp-videobanner #video-poster.show-p {
  display: block;
}

.videobanner.hp-videobanner .wp-video {
  width: 100% !important;
}

.videobanner.hp-videobanner > p {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.videobanner.hp-videobanner video {
  margin: auto;
  max-height: 75vh;
}

.videobanner.hp-videobanner .mejs-container {
  max-height: 75vh;
  margin: auto;
}

.videobanner.hp-videobanner .mejs-container, .videobanner.hp-videobanner .mejs-container .mejs-controls, .videobanner.hp-videobanner .mejs-embed, .videobanner.hp-videobanner .mejs-embed body {
  background: #fff;
}

.videobanner.hp-videobanner iframe {
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobanner.hp-videobanner .mejs-controls {
  display: none !important;
}

.videobanner.hp-videobanner .wp-block-buttons {
  text-align: center;
}

.videobanner.hp-videobanner .mute {
  position: absolute;
  bottom: 75px;
  right: 60px;
  z-index: 9;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.videobanner.hp-videobanner .mute #mute {
  display: none;
}

.videobanner.hp-videobanner .mute.unmute #mute {
  display: block;
}

.videobanner.hp-videobanner .mute.unmute #unmute {
  display: none;
}

.videobanner .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

.videobanner .video-content .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videobanner .video-content h3 {
  margin-bottom: 44px;
  color: #f9f8ef;
}

.videobanner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.videobanner img.alignnone {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.line1 {
  position: absolute;
  bottom: -45px;
  width: 100%;
  z-index: 1;
}

.singlepara {
  position: relative;
}

.singlepara .plr-50 {
  padding: 0 40px;
}

.singlepara:before {
  content: '';
  background-image: url(assets/images/yellowlines.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 31%;
  left: 0;
  width: 298px;
  height: 210px;
  z-index: -1;
}

.singlepara p {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #256a52;
  margin-bottom: 0;
}

.gardenandgift {
  margin-top: -75px;
  position: relative;
  z-index: 1;
}

.gardenandgift .__content {
  position: relative;
}

.gardenandgift .__content img {
  border-radius: 20px;
}

.gardenandgift .__content p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "social-gothic-soft", sans-serif;
  font-style: soft;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 3px;
  text-align: center;
  color: #256a52;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: rgba(248, 248, 248, 0.4);
  border-radius: 20px;
  border: 2px solid #256a52;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gardenandgift .__content p:hover {
  background: rgba(248, 248, 248, 0);
}

.gardensplanted {
  position: relative;
}

.gardensplanted:after {
  content: '';
  background-image: url(assets/images/greenleaves.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40%;
  right: -5%;
  width: 380px;
  height: 814px;
  z-index: -1;
}

.gardensplanted:before {
  content: '';
  background-image: url(assets/images/carrot.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13%;
  left: 0;
  width: 235px;
  height: 830px;
  z-index: -1;
}

.gardensplanted .__content h1 {
  font-family: "social-gothic-soft", sans-serif;
  font-weight: 400;
  color: #435d6c;
  line-height: 255px;
  margin-bottom: 20px;
}

.gardensplanted .__content p {
  font-size: 32px;
  color: #478b95;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 44px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.__counter h2 {
  color: #e8c36a;
  margin-bottom: 25px;
}

.__counter p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 3px;
}

.tipsandhow {
  background-image: url(assets/images/woodboard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0;
}

.tipsandhow:before {
  content: "";
  background-image: url("assets/images/woodboard-top.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  height: 66px;
  width: 100%;
}

.tipsandhow:after {
  content: "";
  background-image: url("assets/images/woodboard-bottom.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 66px;
  width: 100%;
}

.tipsandhow h4 {
  text-align: center;
}

.blog-box a {
  text-decoration: none;
  color: #000000;
}

.blog-box a:hover {
  color: #000000;
}

.blog-box a .blog-title {
  letter-spacing: 0.10px;
}

.box-title-col {
  display: inline-block;
  max-width: 90%;
}

.blogimg {
  position: relative;
  margin-bottom: 25px;
}

.blogimg img {
  max-height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mycategory {
  position: absolute;
  bottom: -10px;
  left: -12px;
}

.mycategory a {
  background-color: #f9f8ef;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding: 8px 12px;
  font-family: "brown";
  letter-spacing: 0.5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mycategory a:hover {
  color: #fff;
  background-color: #256a52;
}

.blog-title {
  display: inline;
  width: calc(100%);
  -webkit-box-shadow: inset 0 -16px 0 #e8c36a;
          box-shadow: inset 0 -16px 0 #e8c36a;
  -webkit-transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
  transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
}

.blog-title:hover {
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-direction: reverse;
}

.growpage {
  background-image: url(assets/images/mud.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 0 -10px;
  position: relative;
  padding-bottom: 200px;
}

.growpage .__image {
  position: absolute;
  left: -150px;
  max-width: 600px;
}

.growpage .__content {
  padding-top: 50px;
}

.growpage .__content h4 {
  margin-bottom: 30px;
}

.growpage .__content p {
  max-width: 400px;
}

.growpage .__button {
  margin-top: 34px;
}

.growpage .__button .btnstyle2 {
  background-color: #F9F8EE;
}

.growpage .__button .btnstyle2:hover {
  background-color: #435d6c;
}

h4 span {
  margin-bottom: 10px;
  display: block;
}

h4 span:last-child {
  margin-bottom: 0;
}

.shopmerch {
  padding-top: 70px;
  position: relative;
}

.shopmerch:after {
  content: '';
  background-image: url(assets/images/roadlines.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -170px;
  right: 0;
  width: 450px;
  height: 978px;
  z-index: -1;
}

.shopmerch .__image {
  left: 60px;
  position: relative;
}

.shopmerch .__content h4 {
  margin-bottom: 30px;
}

.shopmerch .__content p {
  max-width: 282px;
}

.shopmerch .__button {
  margin-top: 34px;
}

.shopmerch .__button .btnstyle2 {
  background-color: #f9f8ef;
}

.shopmerch .__button .btnstyle2:hover {
  background-color: #256a52;
}

.plantseed h4 {
  color: #478b95;
  margin: 0;
}

.plantseed .__button {
  text-align: right;
}

.plantseed .mycategory a {
  text-transform: uppercase;
  font-size: 16px;
  color: #256a52;
  background-color: #f9f8ef;
  border: 1px solid #256a52;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plantseed .mycategory a:hover {
  color: #f9f8ef;
  background-color: #256a52;
}

.showus {
  background-image: url(assets/images/mud.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 0 40px;
  padding-bottom: 150px;
}

.showus .btnstyle2 {
  background-color: #F8F8ED;
  padding-left: 20px;
  padding-right: 20px;
}

.showus .__button {
  text-align: right;
}

.showus img {
  -webkit-box-shadow: 2px 2px 8px 3px #dce6d9;
          box-shadow: 2px 2px 8px 3px #dce6d9;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourpartners .__title {
  text-align: center;
}

.growslider .item {
  margin: 20px 0;
}

.ourpartners .partners-item {
  border-bottom: 1px solid #719e73;
  border-right: 1px solid #719e73;
  text-align: center;
}

.ourpartners .partners-item:last-child {
  border-right: 0 solid;
}

.ourpartners .partners-item:nth-child(4) {
  border-right: 0 solid;
}

.ourpartners .partners-item.border-bottomremove {
  border-bottom: 0;
}

.ourpartners .__image {
  padding: 64px 0;
}

#sbi_images {
  overflow: auto;
  display: -webkit-box;
  margin: auto !important;
  text-align: center;
}

.showus {
  /* width */
}

.showus ::-webkit-scrollbar {
  width: 0;
}

.whatuknow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 0;
}

.whatuknow:before {
  content: "";
  background-image: url("assets/images/woodboard-top.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  height: 66px;
  width: 100%;
}

.whatuknow:after {
  content: "";
  background-image: url("assets/images/woodboard-bottom.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 66px;
  width: 100%;
}

.whatuknow .min-400 {
  min-height: 400px;
}

.whatuknow h4 {
  color: #435d6c;
  margin-bottom: 10px;
}

.whatuknow h4:last-child {
  margin-bottom: 0;
}

.whatuknow .__content {
  padding: 72px 0;
}

.newsletter {
  position: relative;
}

.newsletter:before {
  content: '';
  background-image: url(assets/images/onion.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 95%;
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 706px;
  z-index: 2;
}

.newsletter:after {
  content: '';
  background-image: url(assets/images/tomatto.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 200px;
  right: 0;
  width: 393px;
  height: 415px;
  z-index: 2;
}

.newsletter .__content {
  max-width: 425px;
}

.newsletter .__button {
  margin-top: 36px;
}

.newsletter .growlist {
  border: 1px solid #256a52;
}

.newsletter .growlist h4 {
  color: #e8c36a;
}

.newsletter .contentbox .col-md-6 {
  border: 1px solid #719e73;
  border-bottom: 0;
  padding: 96px 96px;
}

.newsletter .contentbox .col-md-6.border-rightremove {
  border-right: 0px;
}

.newsletter .growlist {
  border: 1px solid #719e73;
  padding: 81px 96px;
}

.growlist.headerlist {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  right: 0;
  max-width: 945px;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.growlist.headerlist .__listform {
  margin-top: 80px;
}

.growlist.headerlist .__listform form [type="text"] {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 220px !important;
  font-size: 16px !important;
  height: 45px;
  margin: 0;
}

.growlist.headerlist .__listform form [type="submit"] {
  padding: 7px 22px 12px 22px;
  font-size: 16px !important;
  border: 1px solid #fff;
  background: #fff;
}

.growlist.headerlist .__listform form [type="submit"]:hover {
  background: #fff;
  border: 1px solid #fff;
}

.growlist.headerlist .__listform .gform_wrapper {
  margin-top: 30px;
}

.growlist.headerlist .__listform .gform_wrapper.gform_validation_error {
  margin-top: 0;
}

.growlist.headerlist .__listform .gform_wrapper .gform_footer:after {
  border: 1px solid #fff;
}

.growlist.headerlist .__listform .gform_wrapper div.validation_error {
  text-align: left;
  padding: 0;
  max-width: 470px;
}

.growlist.headerlist .__listform .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .growlist.headerlist .__listform .gform_wrapper .__listform .gform_wrapper li.gfield_error textarea {
  border-bottom: 1px solid #fff;
}

.growlist.headerlist .__listform .gform_confirmation_message {
  font-size: 18px;
  color: #fff;
  text-align: left;
}

.growlist.headerlist ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.growlist.headerlist :-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.growlist.headerlist ::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.growlist.headerlist ::placeholder {
  color: #fff;
  font-size: 16px;
}

input, textarea, button, a {
  outline: 0;
}

input:focus, textarea:focus, button:focus, a:focus {
  outline: 0;
}

.__listform {
  margin-top: 40px;
}

.__listform ::-webkit-input-placeholder {
  font-family: "brown";
  font-size: 20px;
  color: #000;
}

.__listform :-ms-input-placeholder {
  font-family: "brown";
  font-size: 20px;
  color: #000;
}

.__listform ::-ms-input-placeholder {
  font-family: "brown";
  font-size: 20px;
  color: #000;
}

.__listform ::placeholder {
  font-family: "brown";
  font-size: 20px;
  color: #000;
}

.__listform form [type="text"] {
  border: 0;
  border-bottom: 1px solid #e8c36a;
  height: 60px;
  font-family: "brown";
  font-size: 20px !important;
  color: #000;
  background-color: transparent;
  width: 360px !important;
}

.__listform form [type="submit"] {
  padding: 14px 36px;
  border: 1px solid #e8c36a;
  background: #e8c36a;
  color: #000;
  line-height: inherit !important;
  font-size: 20px !important;
  font-weight: 700;
  font-family: "brown";
  position: relative;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.__listform form [type="submit"]:hover {
  background: #f9f8ef;
  border: 1px solid #e8c36a;
}

.__listform .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin: 0;
  clear: unset;
  float: left;
  width: 360px;
}

.__listform .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  clear: unset;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.__listform .gform_wrapper .gform_footer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #e8c36a;
}

.__listform .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.__listform .gform_wrapper li.hidden_label input {
  border-radius: 0;
  margin-top: 0;
}

.__listform .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .__listform .gform_wrapper li.gfield_error textarea {
  border: 0px;
  border-bottom: 1px solid #e8c36a;
}

.gform_confirmation_message {
  font-family: "brown";
  font-size: 16px;
  color: #000000;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #000000 !important;
}

.ginput_container_consent span.gfield_required {
  display: none;
}

.__gravitystyle .gform_wrapper div.validation_error {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  font-family: "brown";
  color: #e00123;
}

.__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
  font-family: "brown";
  font-size: 14px;
  color: #e00123;
}

.__gravitystyle .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.__gravitystyle .gform_wrapper li.gfield.gfield_error, .__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .__gravitystyle .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
}

.__gravitystyle .gform_ajax_spinner {
  position: absolute;
}

.paddedcontent {
  margin-top: 96px;
  position: relative;
}

.paddedcontent:after {
  content: '';
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 330px;
  height: 530px;
  z-index: -1;
}

.paddedcontent .__content p {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #256a52;
  letter-spacing: 2px;
}

.paddedcontent .__alt1 {
  margin-bottom: 30px;
}

.paddedcontent .__alt2 p {
  color: #719e73;
}

.growgarden {
  margin-bottom: 400px;
  position: relative;
}

.growgarden:before {
  content: '';
  background-image: url(assets/images/lasan.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 38%;
  left: 0;
  width: 523px;
  height: 800px;
  z-index: 2;
}

.growgarden:after {
  content: '';
  background-image: url(assets/images/yellowlinesright.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -45%;
  right: 0;
  width: 298px;
  height: 200px;
  z-index: 2;
}

.growgarden .counting {
  margin-bottom: 48px;
}

.growgarden .counting h5 {
  color: #719e73;
  width: 60px;
  height: 60px;
  border: 1px solid #719e73;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.growgarden .counting p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 3px;
}

.growgarden .__button .btnstyle5 {
  border: 1px solid #256a52;
}

.growgarden .__button .btnstyle5:after {
  border: 1px solid #256a52;
}

.growgardenpage .showus,
.shoppage .showus {
  background-image: none;
}

.growgardenpage .showus .__button .btnstyle2,
.shoppage .showus .__button .btnstyle2 {
  color: #478b95;
  border: 1px solid #478b95;
}

.growgardenpage .showus .__button .btnstyle2:after,
.shoppage .showus .__button .btnstyle2:after {
  border: 1px solid #478b95;
}

.growgardenpage .showus .__button .btnstyle2:hover,
.shoppage .showus .__button .btnstyle2:hover {
  background-color: #478b95;
  color: #f9f8ef;
}

.growgardenpage .plantseed .__content h4,
.shoppage .plantseed .__content h4 {
  color: #256a52;
}

.growgardenpage .plantseed .__button,
.shoppage .plantseed .__button {
  background-color: #F9F8EE;
}

.growgardenpage .plantseed .__button .btnstyle2.alt3,
.shoppage .plantseed .__button .btnstyle2.alt3 {
  color: #256a52;
  border: 1px solid #256a52;
}

.growgardenpage .plantseed .__button .btnstyle2.alt3:after,
.shoppage .plantseed .__button .btnstyle2.alt3:after {
  border: 1px solid #256a52;
}

.growgardenpage .plantseed .__button .btnstyle2.alt3:hover,
.shoppage .plantseed .__button .btnstyle2.alt3:hover {
  background-color: #256a52;
  color: #f9f8ef;
}

.gardencontent {
  position: relative;
  margin-top: 96px;
}

.gardencontent:after {
  content: '';
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 530px;
  z-index: -1;
}

.gardencontent .__content p {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
}

.gardencontent .__content h4 {
  margin-bottom: 30px;
}

.gardencontent .__button {
  margin-top: 34px;
}

.gallery {
  background-image: url(assets/images/greenbg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}

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

.gallery .mejs-container {
  min-height: 590px;
}

.gallery .mejs-container video {
  min-height: 100%;
}

.gallery .__image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 24px 0 0 0;
}

.gallery .__image img {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.gallery .__image p {
  margin: 0;
}

.gallery .__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.gallery .__image:after {
  content: '';
  border: 13px solid;
  -o-border-image: url(assets/images/large-frame.png) 30;
     border-image: url(assets/images/large-frame.png) 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery .__image .wp-video {
  position: relative;
  z-index: 2;
}

.gallery h4 {
  color: #F8F8EE;
  text-align: center;
  margin-bottom: 44px;
}

.mt24 {
  margin-top: 24px;
}

.givegarden {
  margin: 160px 0 160px 0;
  position: relative;
}

.givegarden:before {
  content: '';
  background-image: url(assets/images/redcaps.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 200px;
  height: 704px;
  z-index: -1;
}

.givegarden .__content h4:nth-of-type(2) {
  margin-bottom: 48px;
}

.videoarea {
  position: relative;
}

.videoarea p {
  margin-top: 24px;
}

.videoarea iframe {
  margin-top: 36px;
  width: 100% !important;
  min-height: 590px;
}

.videoarea:after {
  content: '';
  background-image: url(assets/images/pea.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -38%;
  right: 0;
  width: 405px;
  height: 758px;
  z-index: -1;
}

.giveagardenpage .shopmerch:after {
  display: none;
}

.ourshop {
  margin-top: 120px;
  position: relative;
}

.ourshop:before {
  content: '';
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 306px;
  height: 509px;
  z-index: -1;
}

.ourshop .__content {
  margin-top: 130px;
}

.ourshop p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ourshop .wp-block-buttons {
  margin-top: 36px;
}

.shoppage .newsletter:after {
  background-image: url(assets/images/peass.png);
  width: 300px;
  height: 512px;
  background-size: 85%;
  background-position: 100%;
}

.shoppage .newsletter:before {
  background-image: url(assets/images/onion1.png);
  width: 193px;
  height: 738px;
}

.generalpage {
  margin-top: 120px;
  position: relative;
}

.generalpage .vege {
  position: absolute;
  right: 0;
  top: 8%;
}

.generalpage .vege img {
  max-width: 225px;
}

.generalpage h4 {
  color: #719e73;
}

.generalpage h6 {
  color: #256a52;
  margin-top: 64px;
  margin-bottom: 16px;
}

.generalpage ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style-image: url(assets/images/potgreen.svg);
}

.generalpage li {
  font-family: "brown";
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}

.generalpage p strong {
  color: #256a52;
}

.generalpage.page404 .vege {
  top: -15%;
}

.contactus {
  position: relative;
}

.contactus a {
  color: #719e73;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contactus a:hover {
  color: #000000;
  text-decoration: none;
}

p.view {
  display: none;
}

.contactuspage {
  margin-top: 120px;
}

.contactuspage .newsletter:after {
  display: none;
}

.contactuspage .newsletter:before {
  background-image: url(assets/images/fruit.png);
  top: 17%;
}

.__contactform {
  margin-top: 160px;
}

.__contactform ::-webkit-input-placeholder {
  font-size: 20px;
  font-family: "brown" !important;
  color: #719e73;
}

.__contactform :-ms-input-placeholder {
  font-size: 20px;
  font-family: "brown" !important;
  color: #719e73;
}

.__contactform ::-ms-input-placeholder {
  font-size: 20px;
  font-family: "brown" !important;
  color: #719e73;
}

.__contactform ::placeholder {
  font-size: 20px;
  font-family: "brown" !important;
  color: #719e73;
}

.__contactform form [type="text"],
.__contactform form [type="password"],
.__contactform form select {
  font-family: "brown" !important;
  border: 1px solid #719e73;
  height: 60px;
  font-size: 20px !important;
  color: #000;
  padding: 0px 20px !important;
  background: #f9f8ee;
}

.__contactform form select {
  background-image: url("assets/images/angledown.svg");
  background-color: #F9F8EE;
  background-position: 97.5% center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(114, 158, 116, 0.19);
          box-shadow: 0px 0px 5px 0px rgba(114, 158, 116, 0.19);
  color: #719e73;
  outline: 0;
  -webkit-appearance: none;
}

.__contactform form select:focus {
  outline: 0;
}

.__contactform form .ginput_container_select {
  position: relative;
}

.__contactform form textarea {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(114, 158, 116, 0.19);
          box-shadow: 0px 0px 5px 0px rgba(114, 158, 116, 0.19);
  font-family: "brown" !important;
  border: 1px solid #719e73;
  height: 120px !important;
  font-size: 20px !important;
  color: #000;
  background-color: #F9F8EE;
  padding: 15px 20px !important;
}

.__contactform form [type="submit"] {
  padding: 14px 36px;
  border: 1px solid #719e73;
  background: #719e73;
  color: #f9f8ef;
  font-size: 20px !important;
  font-weight: 700;
  font-family: "brown";
  position: relative;
  border-radius: 0;
  margin: 0 !important;
  display: block;
  width: 100% !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.__contactform form [type="submit"]:hover {
  background: #f9f8ef;
  border: 1px solid #719e73;
  color: #719e73;
}

.__contactform .gform_wrapper .gform_footer {
  margin: 0;
  padding: 16px 16px 10px 0 !important;
}

.__contactform .gform_wrapper div.validation_error {
  padding: 0;
  color: #e00123;
}

.__contactform .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .__contactform .gform_wrapper li.gfield_error textarea {
  border: 1px solid #719e73;
}

.gf_login_links {
  padding-right: 16px;
}

.gf_login_links a:first-child {
  padding: 14px 36px;
  border: 1px solid #256a52;
  background: #256a52;
  color: #f9f8ef;
  font-size: 20px !important;
  font-weight: 700;
  font-family: "brown";
  text-align: center;
  position: relative;
  margin: 0 !important;
  display: block;
  width: 100% !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gf_login_links a:first-child:hover {
  background: #f9f8ef;
  border: 1px solid #256a52;
  color: #256a52;
  text-decoration: none;
}

.gf_login_links a {
  color: #256a52;
  font-family: 'brown';
  font-weight: 600;
}

.gf_login_links a:hover {
  color: #000000;
}

.volunteer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0;
  overflow: hidden;
}

.leaf {
  position: absolute;
  right: 0;
  top: 0;
}

.ourvision {
  text-align: center;
  position: relative;
}

.ourvision:before {
  content: '';
  background-image: url(assets/images/spice.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  left: 0;
  width: 213px;
  height: 851px;
  z-index: -1;
  background-size: 87%;
}

.ourvision .eachlist {
  margin-bottom: 20px;
}

.ourvision .eachlist .__image {
  position: relative;
  margin-bottom: 36px;
}

.ourvision .eachlist .__image:after {
  content: '';
  border: 13px solid;
  -o-border-image: url(assets/images/frame2.png) 30;
     border-image: url(assets/images/frame2.png) 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.circle {
  color: #f9f8ef;
  width: 60px;
  height: 60px;
  border: 1px solid #f9f8ef;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  text-align: center;
  margin: 0 auto 16px auto;
}

.weaim {
  background-color: #719e73;
  text-align: center;
  color: #f9f8ef;
  position: relative;
  margin-top: 100px;
  padding: 160px 0 72px 0;
}

.weaim:before {
  content: '';
  border: 52px solid;
  -o-border-image: url(assets/images/upper-border-line.svg) 52;
     border-image: url(assets/images/upper-border-line.svg) 52;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.weaim:after {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 40px solid #719e73;
  content: '';
  position: absolute;
  bottom: -40px;
  z-index: 2;
  margin-left: -40px;
}

.aimingcard {
  background-color: #256a52;
  position: relative;
  padding: 96px 0 180px 0;
  z-index: 1;
  text-align: center;
}

.aimingcard:before {
  content: '';
  border: 52px solid;
  -o-border-image: url(assets/images/lower-border-line.svg) 52;
     border-image: url(assets/images/lower-border-line.svg) 52;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.aimingcard .__button {
  text-align: center;
  margin-top: 48px;
}

.aimingcard .__button .btnstyle5 {
  border: 1px solid #f9f8ef;
}

.aimingcard .__button .btnstyle5:after {
  border: 1px solid #f9f8ef;
  background: transparent;
}

.aimingcard p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.10px;
  color: #f9f8ef;
}

.inspiringwords {
  position: relative;
}

.inspiringwords:after {
  content: '';
  background-image: url(assets/images/yellowlinesright.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -5%;
  width: 298px;
  height: 200px;
  z-index: -1;
}

.words {
  position: relative;
  border: 1px solid #478b95;
  background-color: #f9f8ef;
}

.words h6 {
  color: #478b95;
  margin: 0;
  margin-top: 30px;
}

.words:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: 4px;
  z-index: -1;
  border: 1px solid #478b95;
  background-color: #f9f8ef;
}

.words.word1 {
  padding: 60px 120px 60px 48px;
  z-index: -1;
}

.words.word1:after {
  background: #f9f8ee;
  top: 2px;
  left: -2px;
}

.words.word2 {
  padding: 60px 48px 60px 48px;
  margin-top: 200px;
  position: relative;
  left: -90px;
}

.words.word2:before {
  content: '';
  background-image: url(assets/images/potato.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -215px;
  right: -120px;
  width: 645px;
  height: 545px;
  z-index: -1;
}

.ambassadors {
  text-align: center;
  position: relative;
}

.ambassadors:after {
  content: '';
  background-image: url(assets/images/onlymud.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 0px;
  width: 217px;
  height: 404px;
  z-index: -1;
}

.contentcreator {
  text-align: center;
  background-image: url(assets/images/woodboard2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 160px;
}

.contentcreator h4 {
  color: #435d6c;
}

.contentcreator .owl-prev,
.contentcreator .owl-next {
  width: 60px;
  height: 60px;
  border: 1px solid #435d6c !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentcreator .owl-prev:after,
.contentcreator .owl-next:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
  border-right: 1px solid #435d6c !important;
  border-top: 1px solid #435d6c !important;
}

.contentcreator .owl-prev div:before,
.contentcreator .owl-next div:before {
  content: '';
  position: absolute;
  left: 4px;
  top: -3px;
  width: 1px;
  height: 3px;
  background: #435d6c;
}

.contentcreator .owl-prev div:after,
.contentcreator .owl-next div:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 4px;
  width: 3px;
  height: 1px;
  background: #435d6c;
}

.contentcreator .owl-prev:hover,
.contentcreator .owl-next:hover {
  background-color: #f9f8ef !important;
}

.contentcreator .owl-next {
  top: 65px;
  right: -100px;
  margin: auto;
}

.contentcreator .owl-prev {
  top: 65px;
  left: -100px;
  margin: auto;
}

.ourpartnerssponsor {
  position: relative;
}

.ourpartnerssponsor:after {
  content: '';
  background-image: url(assets/images/greenleaf2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: auto;
  top: -90px;
  width: 240px;
  height: 724px;
  z-index: -1;
}

.ourpartnerssponsor .__image {
  width: 400px;
  min-block-size: 228px;
  border: 1px solid #E9E8E2;
  background-color: #f9f8ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whowearepage .newsletter:after {
  display: none;
}

.whowearepage .newsletter:before {
  background-image: url(assets/images/fruit.png);
  top: 17%;
}

.whowearepage .mute,
.giveagardenpage .mute {
  display: none;
}

.blog .newsletter:before,
.single .newsletter:before {
  background-image: url(assets/images/onion1.png);
  width: 193px;
  height: 738px;
}

.blog .newsletter:after,
.single .newsletter:after {
  background-image: url(assets/images/peass.png);
  width: 330px;
  height: 512px;
  background-size: 85%;
  background-position: 100%;
}

.loadmore-wrap {
  margin: 36px auto 0 auto;
}

.misha_loadmore {
  cursor: pointer;
}

.misha_loadmore.btnstyle2 {
  background-color: #F9F8EE;
}

.misha_loadmore.btnstyle2:hover {
  background-color: #435d6c;
}

.misha_loadmore.btnstyle3 {
  background-color: #F9F8EE;
}

.misha_loadmore.btnstyle3:hover {
  background-color: #478b95;
}

.blog-mainpage {
  margin-top: 120px;
  position: relative;
}

#misha_loadmore_btn {
  margin-right: 36px;
}

.dirtpatch {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: -1;
}

.dirtpatch img {
  max-width: 40%;
  height: auto;
  display: block;
  margin-left: auto;
}

.articles-filter ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.articles-filter ul li {
  list-style: none;
  text-transform: uppercase;
  color: #000000;
  margin-right: 35px;
  font-size: 20px;
  display: inline-block;
  font-family: "brown";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.articles-filter ul li:last-child {
  margin-right: 0;
}

.articles-filter ul li.active {
  color: #256a52;
}

.articles-filter ul li:hover {
  color: #256a52;
}

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

.feature-image {
  position: relative;
  color: #f9f8ef;
  padding-top: 120px;
}

.feature-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #719e73;
  height: 700px;
  background-image: url(assets/images/blogline.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 101%;
  z-index: -1;
}

.feature-image.curated {
  padding-top: 80px;
}

.feature-image.curated:after {
  height: 450px;
}

.detailcat {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: "brown";
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

.detailcat a {
  color: #fff;
  text-decoration: none;
}

.detailcat a:hover {
  color: #fff;
}

.article-detail {
  margin-top: 94px;
}

.article-detail table, .article-detail p {
  margin-bottom: 30px;
}

.article-detail ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style-image: url("assets/images/potgreen.svg");
  margin-top: 15px;
}

.article-detail ul li {
  font-family: "brown";
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}

.article-detail .wp-block-image figure {
  margin: 0 auto 15px auto;
}

.article-detail figcaption {
  border: 1px solid #256a52;
  color: #256a52;
  font-size: 14px;
  font-family: "brown";
  padding: 8px;
  margin: 0;
}

.article-detail .wp-block-image {
  margin-bottom: 60px;
}

.article-detail a {
  color: #719e73;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-detail a:hover {
  color: #000000;
  text-decoration: none;
}

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

.article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5, .article-detail h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.curatedbg {
  background-image: url(assets/images/darkboard.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 94px 0;
  min-height: 660px;
}

.mycurated h4 {
  color: #435d6c;
}

.mycurated .para2 {
  letter-spacing: 2px;
}

.curated-title a {
  text-decoration: none;
}

.curated-title a:hover {
  text-decoration: none;
}

.post-content table {
  border: 1px solid #000000;
}

.post-content table td {
  border: 1px solid #000000;
  padding: 15px;
  vertical-align: baseline;
}

.user_name_date {
  margin-top: 0;
}

.user_name_date p {
  font-weight: 700;
  display: inline;
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 9px), #e8c36a 9px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
  transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
}

.user_name_date small {
  display: block;
  font-size: 14px;
  font-family: "brown";
  font-weight: 400;
  margin-top: 10px;
}

#related-posts a {
  text-decoration: none;
}

#related-posts a:hover {
  text-decoration: none;
}

div#sticky a {
  display: block;
  margin-bottom: 15px;
}

.social-verticle {
  opacity: 0;
  height: 300px;
  position: absolute;
}

.social-verticle .a2a_button_email {
  display: none !important;
}

.social-verticle.stick {
  opacity: 1;
  position: fixed;
  top: 190px;
  left: 10%;
}

.curatedcontent {
  margin-top: 180px;
}

.portalheader {
  padding: 35px 0;
}

.portalheader .logo img {
  display: block;
  margin: auto;
}

.registerpage {
  margin-top: 160px;
}

.registerpage .gfield_html {
  margin: 0;
  padding: 0;
}

.registerpage .gform_wrapper ul li.gfield,
.registerpage .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.registerpage .field_sublabel_hidden_label > label {
  display: none;
}

.registerpage .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.registerpage .gform_wrapper .field_sublabel_hidden_label {
  margin-bottom: 6px !important;
}

.registerpage .ginput_container_password button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registerpage .ginput_container_password span {
  color: #719e73;
}

.registerpage li [type=checkbox] {
  display: none !important;
}

.registerpage li label.gfield_consent_label {
  font-size: 14px;
  margin: 0;
  position: relative;
}

.registerpage li label.gfield_consent_label:before {
  content: "";
  -webkit-appearance: none;
  border-radius: 0;
  border: solid 1px #719e73;
  background-color: #f9f8ef;
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
  width: 24px;
  height: 24px;
}

.registerpage li input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.registerpage li input[type=checkbox]:checked + label:before {
  background-color: #256a52;
}

.registerpage .register__links p, .registerpage .register__links a {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.registerpage .register__links p {
  margin-top: 10px;
}

.registerpage .register__links a {
  color: #719e73;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.registerpage .register__links a:hover {
  color: #000000;
  text-decoration: none;
}

.registerpage .gform_footer {
  margin: 25px 0 0 0 !important;
}

.registerpage input {
  -webkit-box-shadow: 0 0 23px -15px #729e74;
          box-shadow: 0 0 23px -15px #729e74;
}

.widecolumn {
  max-width: 1280px;
  margin: auto;
  padding: 0 12px;
  margin-top: 84px;
  min-height: 70vh;
}

.widecolumn h2 {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 60px;
  line-height: 66px;
  color: #256a52;
  text-align: center;
}

.widecolumn div#signup-welcome {
  text-align: center;
  min-height: 70vh;
}

.widecolumn span.h3 {
  font-size: 18px;
}

.widecolumn p {
  margin: 0;
}

.widecolumn .lead-in {
  display: none;
}

.updateaccount {
  margin-top: 48px;
}

.updateaccount li#field_5_1 {
  border-top: 1px solid #E7E7E2;
  padding-top: 20px;
}

.register__content {
  margin-top: 44px;
}

.register__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #256a52;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.borderlessform p {
  line-height: 28px;
  letter-spacing: 0.5px;
}

.borderlessform form [type="text"],
.borderlessform form [type="password"],
.borderlessform form select {
  border: 0px;
  border-bottom: 1px solid #E7E7E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding-bottom: 20px !important;
  color: #256a52;
  background-color: transparent;
}

.borderlessform form select {
  background-position: 94.5% 10px;
}

.borderlessform .gfield_label {
  font-size: 14px;
  color: #719e73;
  margin: 0;
  font-weight: 400 !important;
  padding: 0 20px;
}

.borderlessform .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.borderlessform form {
  margin-top: 44px !important;
}

.mygardenpath {
  margin-top: 72px;
  min-height: calc(100vh - 500px);
}

.mygardenpath a.details {
  min-width: 160px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none !important;
}

.plantimgtitle .plnt-img {
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plantimgtitle .plnt-img img {
  max-height: 58px;
  width: auto;
}

.plantimgtitle h6 a:hover {
  color: #256a52;
}

.wishlist-table {
  position: relative;
  width: 100%;
}

.wishlist-table.loading:before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  content: "";
  background-image: url("assets/images/loading.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 6;
}

.wishlist-table.loading:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  opacity: 0.5;
  z-index: 5;
}

.wishlist-table thead th {
  color: #256a52;
  font-size: 14px;
  font-weight: 700;
  font-family: "brown";
  border-bottom: 0;
  border-top: 0;
}

.wishlist-table tbody tr {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wishlist-table tbody tr:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #256a52;
          box-shadow: 0px 0px 0px 1px #256a52;
  border-color: #256a52;
}

.wishlist-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  font-family: "brown";
  border-top: 0;
  position: relative;
  vertical-align: middle;
}

.wishlist-table .wishlist-remove {
  margin-top: 5px;
  display: block;
}

.statusnoti {
  min-width: 400px;
  width: 400px;
}

.updateprogress {
  min-width: 160px;
  width: 160px;
}

.portalfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 34px;
}

.portalfooter section {
  margin-right: 40px;
}

.portalfooter p {
  margin: 0;
  font-size: 12px;
  color: #256a52;
  font-weight: bold;
  margin-right: 40px;
}

.portalfooter p:last-child {
  margin-right: 0;
}

.portalfooter .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portalfooter a {
  display: inline-block;
  font-size: 20px;
  color: #256a52;
  font-weight: bold;
}

.portalfooter .socialsfooter.portalsocials i {
  color: #256a52;
}

.portalfooter .socialsfooter.portalsocials a:hover {
  background: #256a52;
  border-radius: 50px;
}

.portalfooter .socialsfooter.portalsocials a:hover i {
  color: #F9F8EE;
}

.loginpage {
  min-height: calc(100vh - 500px);
}

.loginpage .vege {
  right: auto;
  left: 0;
}

.loginpage h5 {
  margin-bottom: 36px;
}

.loginpage label {
  display: none;
}

.loginpage input {
  width: 100%;
}

.dashboardheader {
  padding: 12px 0;
}

.dashboardheader .logo img {
  max-width: 65px;
}

.dashboardheader .logotext a {
  color: #000;
  font-size: 14px;
  font-family: "brown";
  margin: 0 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 100%;
}

.dashboardheader .logotext a:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.dashboardheader .logotext a.mygp, .dashboardheader .logotext a.mygg, .dashboardheader .logotext a:hover {
  color: #719e73;
}

.dashboardheader .logotext a.mygp:after, .dashboardheader .logotext a.mygg:after, .dashboardheader .logotext a:hover:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background-color: #256a52;
}

.userdropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.userdropdown:hover .dropdown-menu {
  display: block;
}

.userdropdown p {
  margin: 0;
  margin-right: 15px;
  color: #719e73;
}

.userdropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 0;
  background-color: #719e73;
  width: 295px;
  padding: 15px 10px 15px 10px;
  margin-top: 10px;
}

.userdropdown .dropdown-menu a {
  font-size: 20px;
  font-family: "brown";
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.userdropdown .dropdown-menu a:last-child {
  font-weight: bold;
}

.userdropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.userdropdown .dropdown-menu .dropdown-item:hover, .userdropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline;
}

.userdropdown .dropdown-menu:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #719e73;
  content: '';
  position: absolute;
  top: -9px;
  right: 60px;
}

.logotext {
  text-align: center;
}

.logotext p {
  margin: 0;
}

.card2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card2:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.card2 h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.max825 {
  max-width: 825px;
}

.ctabar.green-ctabar {
  border: 1px solid #256a52;
}

.ctabar.green-ctabar h5 {
  color: #719e73;
}

.ctabar.green-ctabar .btnstyle5 {
  background-color: #f9f8ee;
  color: #256a52;
  min-width: 200px;
  margin-left: 10px;
}

.ctabar.green-ctabar .btnstyle5:hover {
  background-color: #256a52;
  color: #fff;
}

.ctabar {
  border: 1px solid #478b95;
  padding: 36px;
}

.ctabar p {
  margin: 0;
}

.ctabar .btnstyle2 {
  background-color: #F9F8EE;
}

.ctabar .btnstyle2:hover {
  background-color: #435d6c;
}

.ctabar.congrats {
  margin-top: 40px;
}

.ctabar.congrats a.btnstyle2.para4 {
  min-width: 168px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.dashboardpage {
  margin: 72px 0 0 0;
  word-break: break-word;
}

.dashboardpage .ctabar .__button .btnstyle2,
.dashboardpage .ctabar .__button .btnstyle3 {
  min-width: 225px;
  text-align: center;
}

.dashboardfooter {
  background-image: url(assets/images/dashboardbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  background-position: bottom;
}

#emitter {
  visibility: hidden;
  background-color: #222;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 40%;
  left: 0%;
}

.dot-container {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 5000;
  pointer-events: none;
}

.dot {
  position: absolute;
  pointer-events: none;
  /*performance optimization*/
}

#growthstatus {
  float: left;
  height: 0;
  overflow: hidden;
}

.single-plant .backto-all-paths {
  border: 1px solid #478b95;
  margin-top: 60px;
  padding: 15px 20px;
}

.single-plant .backto-all-paths .backto-btn {
  font-size: 16px;
}

.single-plant .backto-all-paths .backto-btn:hover {
  color: #256a52;
}

.single-plant .backto-all-paths .backto-btn img.left-arr {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
  margin-top: -2px;
}

.single-plant .backto-all-paths .backto-btn img.right-arr {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 5px;
  margin-top: -2px;
}

.single-plant .stages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-top: 44px;
}

.single-plant .stages li {
  position: relative;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.single-plant .stages li[data-stage="4"] {
  width: 0px;
}

.single-plant .stages li[data-stage="4"] .actions {
  margin-left: -35px;
}

.single-plant .stages li[data-stage="4"]:after {
  width: 50px;
  left: -40px;
}

.single-plant .stages li:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  position: absolute;
  background-color: #D5E2D5;
  -webkit-box-shadow: inset 0 0 5px #00000026;
          box-shadow: inset 0 0 5px #00000026;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.single-plant .stages li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  height: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 0%;
}

.single-plant .stages li.active .actions {
  pointer-events: initial;
  opacity: 1;
}

.single-plant .stages li.completed {
  position: relative;
}

.single-plant .stages li.completed:after {
  background-color: #719e73;
  width: 100%;
}

.single-plant .stages li.completed .actions {
  opacity: 1;
}

.single-plant .stages li.completed .actions .cross, .single-plant .stages li.completed .actions .tick {
  display: none;
}

.single-plant .stages li.completed .__icon {
  background-color: #719e73;
}

.single-plant .stages li.completed .__icon svg .cls-1 {
  fill: #fff;
}

.single-plant .stages li P {
  font-size: 14px;
  margin: 0;
  width: 100px;
  line-height: 18px;
  margin-bottom: 15px;
}

.single-plant .stages li .__icon {
  border: 1px solid #719e73;
  position: absolute;
  top: -17px;
  left: 0px;
  margin: auto;
  z-index: 1;
  background-color: #F9F8EE;
  margin: 0;
}

.single-plant .stages li .__icon svg {
  width: 23px;
  height: 23px;
}

.single-plant .stages li .__icon svg .cls-1 {
  fill: #256a52;
}

.single-plant .stages li .tick {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #256a52;
  padding: 4px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 82px;
}

.single-plant .stages li .tick:hover {
  background-color: #256a52;
}

.single-plant .stages li .tick:hover svg polygon {
  fill: #fff;
}

.single-plant .stages li .tick svg .st0 {
  fill: #256a52;
}

.single-plant .stages li .actions {
  margin-top: 44px;
  pointer-events: none;
  opacity: 0;
  max-width: 150px;
  min-width: 100px;
}

.single-plant .stages li .actions span {
  margin-right: 5px;
}

.progresspage {
  margin-top: 72px;
  margin-bottom: 120px;
  min-height: calc(100vh - 500px);
}

.wishlist-title {
  display: none;
}

.entry-summary .wishlist-toggle {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}

.entry-summary .wishlist-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
}

.wishlist-toggle:focus {
  outline: none;
  border: none;
}

.wishlist-toggle svg {
  fill: #256a52;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 36px;
  height: auto;
}

.wishlist-toggle:hover svg,
.wishlist-toggle.active svg {
  fill: #256a52;
}

.wishlist-toggle svg .loading,
.wishlist-toggle svg .check {
  opacity: 0;
}

.wishlist-toggle.active svg .check {
  opacity: 1;
}

.wishlist-toggle.active svg .heart {
  opacity: 0;
}

.wishlist-toggle.loading svg .loading,
.wishlist-table.loading:before {
  -webkit-animation: loading 500ms 0ms infinite normal linear;
          animation: loading 500ms 0ms infinite normal linear;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}

.wishlist-toggle.loading svg .heart {
  opacity: 0;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.wishlist-table tr {
  vertical-align: middle;
}

.allplants {
  margin-top: 72px;
}

.planttitle {
  margin-bottom: 48px;
}

.planttitle h4 {
  border-bottom: 1px solid #E1E1DE;
  padding-bottom: 36px;
}

.eachplant {
  margin-top: 60px;
  border: 1px solid #256a52;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(67, 92, 108, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(67, 92, 108, 0.15);
}

.eachplant .__title {
  margin-top: 18px;
}

.eachplant .__content {
  margin-bottom: 34px;
  padding: 0 24px;
  min-height: 100px;
}

.eachplant .__image {
  margin-top: -66px;
  min-height: 150px;
}

.eachplant h6 {
  color: #719e73;
}

.eachplant p {
  font-size: 14px;
  line-height: 20px;
}

.eachplant .__facts {
  margin-bottom: 34px;
  padding: 0 10px;
}

.eachplant small {
  color: #719e73;
  font-size: 12px;
  font-family: "brown";
  display: block;
  line-height: 15px;
  margin-top: 5px;
  text-transform: capitalize;
}

.eachplant a {
  text-decoration: none;
}

.eachplant .__button {
  font-size: 14px;
  font-weight: 600;
  color: #256a52;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid #256a52;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.eachplant .__button:hover {
  background-color: #256a52;
  color: #fff;
}

.__icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin: auto;
}

.__icon img {
  width: 44px;
  height: 44px;
}

.tabpanel {
  margin-top: 60px;
}

.tabbing .tab-content {
  border-left: 1px solid #719e73;
  border-right: 1px solid #719e73;
  border-bottom: 1px solid #719e73;
  padding: 60px 24px;
}

.tabbing .tab-content h6 {
  color: #719e73;
  margin-bottom: 24px;
}

.tabbing .tab-content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.tabbing .tab-content p strong {
  color: #256a52;
  margin-top: 24px;
  display: block;
}

.tabbing .tab-content ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  counter-reset: li;
}

.tabbing .tab-content ol li {
  font-size: 14px;
  font-family: "brown";
  line-height: 18px;
  margin-bottom: 10px;
  counter-increment: li;
}

.tabbing .tab-content ol li:before {
  content: counter(li);
  color: #256a52;
  display: inline-block;
  width: 8px;
  margin-left: -1em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.tabbing .tab-content ol li span {
  color: #000;
}

.tabbing .tab-content a {
  color: #719e73;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabbing .tab-content a:hover {
  color: #000000;
  text-decoration: none;
}

.tabbing .tab-content .blog-box {
  margin-bottom: 24px;
}

.tabbing .tab-content .blog-box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.tabbing .tab-content .blog-box .blog-title {
  -webkit-box-shadow: inset 0 -7px 0 #e8c36a;
          box-shadow: inset 0 -7px 0 #e8c36a;
  -webkit-transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
  transition: width 0.8s ease 0s, height 0.8s ease 0s, background-image 0s ease 0.4s, top 0.2s ease-in-out 0s;
}

.tabbing .tab-content .blog-box .blogimg {
  margin-bottom: 4px;
}

.tabbing .nav-tabs {
  border-bottom: 1px solid #719e73;
}

.tabbing .nav-tabs .nav-item {
  border: 1px solid #719e73;
  border-right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabbing .nav-tabs .nav-item:last-child {
  border-right: 1px solid #719e73;
}

.tabbing .nav-tabs .nav-item.active {
  background: #f9f8ee;
  -webkit-box-shadow: 4px -6px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 4px -6px 8px 0px rgba(0, 0, 0, 0.12);
  border-bottom: none;
  position: relative;
}

.tabbing .nav-tabs .nav-item:hover {
  background-color: #719e73;
}

.tabbing .nav-tabs .nav-item:hover a {
  color: #fff;
}

.tabbing .nav-tabs .nav-link {
  background-color: transparent;
  font-size: 22px;
  font-family: "social-gothic-soft", sans-serif;
  color: #256a52;
  padding: 7px 15px;
  border-radius: 0;
  border: 0;
  letter-spacing: 0.5px;
}

.reads {
  margin-top: 48px;
}

.reads p.darkgreencolor {
  margin-bottom: 10px;
}

.quickfacts_container {
  max-width: 293px;
  margin-left: auto;
  margin-top: 48px;
}

.quickfacts_container .__button {
  margin-top: 24px;
}

form#resetpasswordform input {
  max-width: 100%;
  width: 100%;
}

.quickfacts {
  border: 1px solid #719e73;
  padding: 0 36px 44px 36px;
}

.quickfacts .__image {
  margin-top: -75px;
  min-height: 111px;
  text-align: center;
}

.quickfacts .__title {
  margin: 24px 0 28px 0;
}

.quickfacts .eachicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.quickfacts .eachicon .__icon {
  margin: unset;
  margin-right: 15px;
}

.quickfacts .eachicon small {
  font-family: "brown";
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: capitalize;
}

.quickfacts .__facts {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

.level p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

.level p.lightgreencolor {
  margin-bottom: 10px !important;
}

.level p:last-child {
  margin-bottom: 0;
}

.plantdetail {
  margin: 72px 0;
}

.plantdetail .wishlist {
  text-align: right;
}

.plantdetail .wishlist .darkgreencolor {
  margin: 0;
}

.plantdetail .plantname {
  margin-bottom: 16px;
}

.plantdetail .plantname h4 {
  margin: 0;
}

.plantdetail .ctabar {
  margin-top: 36px;
}

.plantdetail .ctabar .token_description {
  padding-right: 15px;
}

.plantdetail .ctabar a.btnstyle2.para4 {
  min-width: 168px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.progresside .quickfacts {
  padding-top: 32px;
  max-width: 295px;
  margin-left: auto;
}

.progresside .__facts {
  border-bottom: 0px solid #D9D9D9;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

.border-right-0 {
  border-right: 0;
}

.quizfilter ul {
  padding: 0;
  margin: 0;
}

.quizfilter ul li {
  list-style: none;
}

.quizfilter .mainbox .maintitle {
  padding: 20px 34px;
  border: 1px solid #256a52;
  background-color: #256a52;
  position: relative;
}

.quizfilter .mainbox .maintitle h6 {
  color: #fff;
  margin: 0;
}

.quizfilter .mainbox .maintitle svg {
  width: 40px;
  float: right;
  margin-top: -20px;
  position: relative;
  left: 33px;
  cursor: pointer;
}

.quizfilter .mainbox .maintitle svg:hover .cls-2 {
  fill: #fff;
}

.quizfilter .mainbox .maintitle svg:hover .cls-3 {
  fill: #256a52;
}

.quizfilter .mainbox .maintitle svg#Creative .cls-1 {
  stroke: inherit;
  fill: transparent;
}

.quizfilter .mainbox .outdoor_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quizfilter .mainbox .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quizfilter .mainbox .undisabled {
  opacity: 1;
  pointer-events: auto;
}

.quizfilter .mainbox .borderbox {
  border: 1px solid #719e73;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  padding: 24px 0 8px 0;
  width: 100%;
}

.quizfilter .mainbox .borderbox p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-top: 36px;
  color: #256a52;
}

.quizfilter .mainbox .borderbox svg {
  width: 130px;
  height: 130px;
}

.quizfilter .mainbox .borderbox:hover, .quizfilter .mainbox .borderbox.active {
  background-color: #719e73;
}

.quizfilter .mainbox .borderbox:hover svg .st1,
.quizfilter .mainbox .borderbox:hover svg .st0,
.quizfilter .mainbox .borderbox:hover svg .cls-5,
.quizfilter .mainbox .borderbox:hover svg .cls-9,
.quizfilter .mainbox .borderbox:hover svg .st10,
.quizfilter .mainbox .borderbox:hover svg .st11,
.quizfilter .mainbox .borderbox:hover svg .st15, .quizfilter .mainbox .borderbox.active svg .st1,
.quizfilter .mainbox .borderbox.active svg .st0,
.quizfilter .mainbox .borderbox.active svg .cls-5,
.quizfilter .mainbox .borderbox.active svg .cls-9,
.quizfilter .mainbox .borderbox.active svg .st10,
.quizfilter .mainbox .borderbox.active svg .st11,
.quizfilter .mainbox .borderbox.active svg .st15 {
  stroke: #fff;
}

.quizfilter .mainbox .borderbox:hover svg .cls-1,
.quizfilter .mainbox .borderbox:hover svg .st10,
.quizfilter .mainbox .borderbox:hover svg .st11, .quizfilter .mainbox .borderbox.active svg .cls-1,
.quizfilter .mainbox .borderbox.active svg .st10,
.quizfilter .mainbox .borderbox.active svg .st11 {
  fill: #fff;
}

.quizfilter .mainbox .borderbox:hover svg .st2, .quizfilter .mainbox .borderbox.active svg .st2 {
  stroke: #256a52;
  fill: #256a52;
}

.quizfilter .mainbox .borderbox:hover svg rect.st1,
.quizfilter .mainbox .borderbox:hover svg polygon.st1, .quizfilter .mainbox .borderbox.active svg rect.st1,
.quizfilter .mainbox .borderbox.active svg polygon.st1 {
  stroke: #256a52 !important;
}

.quizfilter .mainbox .borderbox:hover p, .quizfilter .mainbox .borderbox.active p {
  color: #fff;
}

.quizfilter .mainbox .borderbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  cursor: pointer;
}

.generalmodal .modal-content {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
  border: 0px;
  border-radius: 0;
  background-color: #f9f8ef;
}

.generalmodal .close {
  color: #256a52;
  opacity: 1;
  font-size: 18px;
  text-align: right;
}

.generalmodal .close:hover {
  color: #256a52;
}

.generalmodal .modal-body {
  padding: 10px 34px 44px 34px;
}

.generalmodal .modal-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
  letter-spacing: inherit;
}

.generalmodal .modal-content p strong {
  font-size: 14px;
  color: #256a52;
  margin-top: 24px;
  display: block;
  font-weight: bold;
}

#response {
  border-top: 1px solid #F1F0E9;
  padding-top: 30px;
  margin-top: 40px;
}

body #cookie-notice {
  -webkit-box-shadow: 0 5px 20px 0px rgba(31, 36, 48, 0.3);
          box-shadow: 0 5px 20px 0px rgba(31, 36, 48, 0.3);
  border-radius: 0;
  left: 36px;
  bottom: 24px;
  max-width: 400px;
  min-width: inherit;
  padding: 0;
}

body #cookie-notice .cn-button {
  background-color: #256a52;
  color: #f9f8ef;
  font-size: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  padding-left: 44px;
  padding-right: 44px;
  height: 44px;
  border-radius: 0;
  display: block;
  line-height: 42px;
  text-decoration: none;
  margin: 0;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body #cookie-notice .cn-button:hover {
  color: #256a52;
  text-decoration: none;
  border: 1px solid #256a52;
  background-color: #f9f8ef !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body #cookie-notice .cookie-notice-container {
  text-align: left;
  padding: 36px 24px;
  max-width: 400px;
  min-width: inherit;
}

body #cookie-notice span#cn-notice-text {
  font-size: 14px;
  font-family: "brown";
}

body #cookie-notice span#cn-notice-text h6 {
  margin-bottom: 4px;
}

body a {
  color: #719e73;
}

body a:hover {
  color: #000;
  text-decoration: none;
}

.deleteaccount a {
  color: #df0023;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 44px;
}

.__donationform .btnstyle7 {
  width: 100%;
  display: block;
  border: 1px solid #256a52;
  font-family: "brown";
  color: #f9f8ef;
  font-size: 20px;
}

.__donationform .btnstyle7:hover {
  color: #256a52;
}

.donationradio {
  position: relative;
  min-width: 294px;
  text-align: center;
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-bottom: 36px;
}

.donationradio.active {
  background-color: #719e73;
}

.donationradio.active h5 {
  color: #f9f8ef;
}

.donationradio:hover h5 {
  color: #f9f8ef;
}

.donationradio input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  cursor: pointer;
}

.resendemail {
  min-height: calc(100vh - 500px);
}

.resendemail .verification {
  text-align: center;
}

.resendemail .verification p:last-child {
  margin-bottom: 0 !important;
}

.resendemail .verification .btnstyle9 {
  margin: auto;
  margin-top: 54px;
}

footer {
  background-image: url(assets/images/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 360px 0 50px 0;
  margin-top: -60px;
}

footer a {
  color: #fff;
}

footer .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .widget_media_image img {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

footer .textwidget p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

footer section#text-2 p {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 16px 0 10px 0;
}

footer section#text-2 a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul#menu-footer-menu {
  -webkit-column-count: 3;
          column-count: 3;
  padding: 0;
  margin: 0;
}

footer ul#menu-footer-menu li {
  display: inline-block;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

footer ul#menu-footer-menu li a {
  font-size: 20px;
  font-weight: 700;
  font-family: "brown";
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

footer ul#menu-footer-menu li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer2 .socialsfooter {
  display: none;
}

.socialsfooter i {
  color: #e8c36a;
}

.socialsfooter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socialsfooter a:hover {
  background: #e8c36a;
  border-radius: 50px;
}

.socialsfooter a:hover i {
  color: #F9F8EE;
}

.socialsfooter br {
  display: none;
}

.thankyou p {
  margin-top: 44px;
  margin-bottom: 44px;
}

.thankyou .wp-block-button.isfilled .wp-block-button__link {
  background-color: #719e73;
  border: 1px solid #719e73;
  min-width: 294px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.thankyou .wp-block-button.isfilled .wp-block-button__link:after {
  display: none;
}

.thankyou .wp-block-button.isfilled .wp-block-button__link:hover {
  background-color: #fff;
  color: #719e73;
  border: 1px solid #719e73;
}

#lostpasswordform fieldset legend,
#resetpasswordform fieldset legend {
  font-family: "social-gothic-soft", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #719e73;
  text-align: center;
}

#lostpasswordform fieldset .somfrp-lost-pass-form-text,
#resetpasswordform fieldset .somfrp-lost-pass-form-text {
  text-align: center;
}

#lostpasswordform .p.extra-space,
#resetpasswordform .p.extra-space {
  text-align: center;
}

@media (max-width: 1400px) {
  .navigation ul li {
    margin-right: 25px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 620px;
  }
}

@media (max-width: 1280px) {
  .navigation ul li {
    margin-right: 21px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navigation ul li {
    margin-right: 18px;
  }
  .navigation ul li a {
    font-size: 18px;
  }
  .isiconitem a {
    font-size: 18px;
  }
}

.logo img {
  max-height: 80px;
}

.plant-progress {
  background-color: #dce7dc;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 210px;
  height: 6px;
}

.plant-progress > span {
  background-color: #719e73;
  border-radius: 70px;
  height: 6px;
}

.progres-begin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progres-begin > span {
  color: #719e73;
  font-size: 14px;
}

.progres-begin P {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.actions-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.actions-tab button.btn {
  color: #719e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.actions-tab .dropdown-menu {
  background-color: #719e73;
  padding: 20px 35px;
  left: auto !important;
  bottom: auto;
  top: 10px !important;
  right: -20px;
  border: none;
  border-radius: 0;
  width: 70px;
}

.actions-tab .dropdown-menu:before {
  content: "";
  background: #719e73;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 32px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.actions-tab .dropdown-menu .updateprogress {
  min-width: inherit;
  width: auto;
  max-width: 70px;
}

.actions-tab .dropdown-menu a {
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  padding: 7px 0;
  margin: 6px 0;
  border: none;
  font-weight: normal;
  min-width: inherit;
  height: auto;
  line-height: 100%;
}

.actions-tab .dropdown-menu a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.actions-tab .dropdown-menu a i {
  display: none;
  font-style: normal;
}

.filter-btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 5px;
}

.filter-btns .btn-icon {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-btns .--icon-fill {
  display: none;
}

.filter-btns .btn-icon.active .--icon-fill {
  display: block;
}

.filter-btns .btn-icon.active .--icon {
  display: none;
}

.plants2 {
  margin-top: 48px;
}

.wishlist-grid-list .quiz-link {
  padding: 30px 20px;
  text-align: center;
}

.wishlist-grid-list.grid-view {
  text-align: center;
}

.wishlist-grid-list.grid-view thead {
  display: none;
}

.wishlist-grid-list.grid-view tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.wishlist-grid-list.grid-view tbody tr {
  border: 1px solid #256a52;
  margin: 30px 15px 60px 15px;
  max-width: 280px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(67, 92, 108, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(67, 92, 108, 0.15);
}

.wishlist-grid-list.grid-view tbody tr.eachplant:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wishlist-grid-list.grid-view tbody tr td {
  display: list-item !important;
  list-style: none;
  min-width: inherit;
  width: auto;
}

.wishlist-grid-list.grid-view tbody tr td .actions-tab {
  display: block;
}

.wishlist-grid-list.grid-view tbody tr td .dt-status {
  display: none;
}

.wishlist-grid-list.grid-view tbody tr td .progres-begin {
  margin-bottom: 10px;
}

.wishlist-grid-list.grid-view tbody tr td .plnt-img img {
  max-height: 130px;
}

.wishlist-grid-list.grid-view tbody tr .status-td {
  padding: 4px;
}

.wishlist-grid-list.grid-view tbody tr .--actions {
  border-top: 1px solid #256a52;
  margin: 30px -20px 0 -20px;
  padding: 0;
  overflow: hidden;
}

.wishlist-grid-list.grid-view tbody tr .--actions .dropdown-menu .remove-btn {
  position: relative;
  text-decoration: none;
}

.wishlist-grid-list.grid-view tbody tr .--actions .dropdown-menu .remove-btn:hover {
  background-color: #df0023;
}

.wishlist-grid-list.grid-view tbody tr .--actions .dropdown-menu .remove-btn:hover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #df0023;
  height: 45px;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}

.wishlist-grid-list.grid-view tbody tr td.statusnoti {
  min-height: 100px;
  padding: 0 10px;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: calc(1.4em * 4);
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist-grid-list.grid-view tbody tr td.plantimgtitle {
  position: relative;
  padding-top: 4.3em;
}

.wishlist-grid-list.grid-view tbody tr td.plantimgtitle .plnt-img {
  position: absolute;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: -5px;
}

.wishlist-grid-list.grid-view tbody tr td.plantimgtitle .plnt-img > img {
  max-height: inherit;
  width: auto;
  max-width: 120px;
}

.wishlist-grid-list.grid-view tbody tr td.plantimgtitle h6 {
  margin-left: 0 !important;
}

.wishlist-grid-list.grid-view tbody .actions-tab button.btn {
  display: none;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu {
  background: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static;
  padding: 0;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
  width: 100%;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu:before {
  content: none;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu a {
  color: #256a52;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 142px;
  min-width: 142px;
  width: 100%;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu a:hover {
  color: #fff;
  background-color: #719e73;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu a i {
  display: block;
  margin-left: 3px;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu a.wishlist-remove:hover {
  background-color: #df0023;
}

.wishlist-grid-list.grid-view tbody .actions-tab .dropdown-menu .updateprogress {
  max-width: inherit;
  border-left: 1px solid #256a52;
  max-width: 142px;
  min-width: 142px;
  width: 100%;
}

.path-modal.generalmodal .modal-dialog {
  max-width: 400px;
}

.path-modal.generalmodal .modal-body {
  padding: 30px 20px;
  text-align: left;
}

.path-modal.generalmodal .modal-body h6 {
  text-transform: lowercase;
}

.path-modal.generalmodal .modal-body .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.path-modal.generalmodal .modal-body .modal-actions button, .path-modal.generalmodal .modal-body .modal-actions a {
  font-size: 14px;
  text-align: center;
  min-width: 100px;
  border: 1px solid #256a52;
  margin: 0;
  padding: 10px 24px;
  line-height: 100%;
}

.path-modal.generalmodal .modal-body .modal-actions button:hover, .path-modal.generalmodal .modal-body .modal-actions a:hover {
  color: #fff;
  background-color: #256a52;
  opacity: 1;
}

.path-modal.generalmodal .modal-body .modal-actions a.wishlist-remove {
  margin-left: 10px;
  background-color: #256a52;
  color: #fff;
}

.SocialShare {
  position: fixed;
  bottom: 35px;
  right: 25px;
}

.SocialShare .social-inn {
  position: relative;
}

.SocialShare .social-inn .s-share {
  background: #719e73;
  border: 1px solid #719e73;
  outline: none;
  height: 47px;
  width: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.SocialShare .social-inn .s-share:hover {
  background-color: #256a52;
  border: 1px solid #256a52;
}

.SocialShare .social-inn .s-share .-scross {
  display: none;
}

.SocialShare.share-show .ss-share-box {
  height: auto;
  overflow: visible;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.SocialShare.share-show .s-share {
  background-color: #fff;
}

.SocialShare.share-show .s-share .-sshare {
  display: none;
}

.SocialShare.share-show .s-share .-scross {
  display: block;
}

.SocialShare .ss-share-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 50px;
  margin-left: -2px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 50px;
}

.SocialShare .ss-share-box .a2a_kit .a2a_button_twitter {
  background-image: url("assets/images/twitter.svg");
}

.SocialShare .ss-share-box .a2a_kit .a2a_button_facebook {
  background-image: url("assets/images/facebook.svg");
}

.SocialShare .ss-share-box .a2a_kit .a2a_button_email {
  background-image: url("assets/images/email.svg");
}

.SocialShare .ss-share-box .a2a_kit .a2a_button_pinterest {
  display: none !important;
}

.SocialShare .ss-share-box .a2a_kit a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #719e73;
  border: 1px solid #719e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  height: 47px;
  width: 47px;
  margin: 5px 0;
  border-radius: 50%;
}

.SocialShare .ss-share-box .a2a_kit a:hover {
  background-color: #256a52;
  border: 1px solid #256a52;
}

.SocialShare .ss-share-box .a2a_kit a img {
  display: none;
}

.SocialShare .ss-share-box .a2a_kit a svg {
  color: #fff;
}

.gardan_flash {
  background: #256a52;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 30px;
  font-weight: 600;
  bottom: 30px;
  padding: 15px 25px;
  font-size: 16px;
  max-width: 340px;
  width: 100%;
}

.gardan_flash a {
  color: #fff;
  float: right;
  text-decoration: underline;
}

.gardan_flash a:hover {
  text-decoration: none;
}

.already-added {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */