:root {
   --site-height: 100%;
   --color-yellow: #FBB319;
   --color-light-gray: #F7F7F7;
   --color-gray: #686868;
   --color-dark-gray: #171d1a;
   --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
}

*{padding:0px;margin:0px;}

body {
  transition: background-color .5s;
}
@font-face { 
  font-family: 'Nitti-Normal';    
  src: url('../fonts/Nitti-Normal.eot');
  src: url('../fonts/Nitti-Normal.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Nitti-Normal.woff2') format('woff2'),
  url('../fonts/Nitti-Normal.woff') format('woff'), 
  url('../fonts/Nitti-Normal.ttf') format('truetype'),
  url('../fonts/Nitti-Normal.svg#Nitti-Normal') format('svg');   
  font-weight: normal;    
  font-style: normal;
}
  
@font-face { 
   font-family: 'Nitti-Bold';  
   src: url('../fonts/Nitti-Bold.eot');
   src: url('../fonts/Nitti-Bold.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Nitti-Bold.woff2') format('woff2'),
   url('../fonts/Nitti-Bold.woff') format('woff'),    
   url('../fonts/Nitti-Bold.ttf') format('truetype'),
   url('../fonts/Nitti-Bold.svg#Nitti-Bold') format('svg');
   font-weight: bold; 
   font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Heavy';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-ExtraBold';
    src: url('../fonts/FuturaPT-ExtraBold.eot');
    src: url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaPT-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype'),
        url('../fonts/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Light';
    src: url('../fonts/FuturaPT-Light.eot');
    src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype'),
        url('../fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff'),
        url('../fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'NittiGrotesk-Medium';
  src: url('../fonts/NittiGrotesk-Medium.eot');
  src: url('../fonts/NittiGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NittiGrotesk-Medium.svg#NittiGrotesk-Medium') format('svg'),
       url('../fonts/NittiGrotesk-Medium.ttf') format('truetype'),
       url('../fonts/NittiGrotesk-Medium.woff') format('woff'),
       url('../fonts/NittiGrotesk-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.site#page {
  margin: 0px;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    display: none !important;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #ffb41d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;  
border: 15px solid #171d1a;
  width: 479px;
}

.lazyloaded {
  transition: opacity 300ms;
}

/* .sideform-open{
  width: 721px;
} */
.sidenav a:hover {
  color: #f1f1f1;
}
.toggle{	
  position: absolute;
    right: 60px;
    top: 26px;
}
.sidenav .closebtn svg {
    width: 24px;  
  height: 24px;
    display: block;
  right: 25px;
    position: absolute;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
.main-navigation ul {
   padding: 0px 60px;
}
.horizontal-border-setter, .vertical-border-setter {
    position: fixed;
    z-index: 9999999;
}
   .horizontal-border-setter, .horizontal-border-setter::after {
    height: 15px;
    width: 100%;
}
.horizontal-border-setter::after, .vertical-border-setter::after {
    background-color: #000;
    content: " ";
    display: block;
}
.border-lower-left {
    bottom: 0;
    left: 0;
}
.border-upper-left {
    left: 0;
    top: 0;
}
.vertical-border-setter, .vertical-border-setter::after {
    width: 15px;
}
.vertical-border-setter, .vertical-border-setter::after {
    height: 100vh;
}
.border-upper-right {
    right: 0;
    top: 0;
}
.border-lower-right {
    bottom: 0;
    right: 0;
}
header.site-header {
    background: #000000 none repeat scroll 0 0;
    display: inline-block;
    height: 86px;
    left: 0;
    padding: 16px 50px 0;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 99999;
}
span#join, .site-header-menu span {
    color: #fff;
cursor: pointer;
}
span#join {
    position: absolute;
    font-family: FuturaPT-Bold;
    font-size: 18px;
  top: 27px;
    left: 60px;
}
span#join:hover {
    color: #ffb41d;
}
.site-branding {
    width:auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto !important;
    text-align: center;
      padding-left: 0;
}
header.site-header #site-header-menu {
    margin: 0;
}
nav.social-navigation {
    display: none;
}
.footer-inner {
    width: 100%;
    display: inline-block;
}
.footer-inner .site-info {
    float: left;
    margin-bottom: 0;
    margin-top: 2%;
    width: 33.33%;
}
.footer-links {
    float: left;
    text-align: right;
    width: 33.33%;
  margin-top: 25px;
}
.join-form .footer-links{
  text-align: center;
}
.footer-links ul li {
    display: inline-block;
   padding: 0 10px;
}
a.imprint, span.site-title {
    display: none;
}
p.copyright {
    font-size: 0.5rem;
    margin: 0;
  font-family: NittiGrotesk-Medium,sans-serif;
  color: #171d1a;
}

.footer-links ul li a {
    color: #171d1a;
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 0.5rem;
    text-decoration: underline;
    text-transform: uppercase;
}
.footer-links .widget {
    border-top: transparent;
    list-style: none;
}
.img-wraper img {
    width: 76px;
}
.img-wraper {
    float: left;
    text-align: center;
    width: 33.33%;
}
.contact-wraper-inner .footer-links ul {
    margin-left: 0;
    text-align: center;
  margin-top:10px;
}
.contact-wraper-inner .footer-links ul li a{
   font-size: 0.7rem;
}
.sidenav1 {
    height: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border: 15px solid #171d1a;
    max-width: 720px;
}
.sideform-open {
    width: 721px;
    overflow: hidden;
    display: block;
    border-right: 15px solid #000;
}
.join-now {
    background-color: #171d1a;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px;
    font-size: 17px;
    font-family: Nitti-Normal;
    letter-spacing: 0;
  top: 20px;
    position: relative;
}
html {
  scroll-behavior: smooth;
}
.sidenav1 a:hover { 
  color: #f1f1f1;
}
.sidenav1 .closebtn1 svg ,.contact-wraper-inner .closebtn1 svg{  
      width: 24px;
    height: 24px;
    display: block;
    right: 40px;
    position: absolute;
    top: 60px;
}
.join-form .wpcf7-form {
    font-family: NittiGrotesk-Medium,sans-serif;
    padding: 5px 45px 0;
}
.subscribe-header {
    background-color: #ffb41d;
    margin-bottom: 0;
    font-family: Nitti-Normal;
    font-size: 22px;
    line-height: .6;
    display: inline-block;
    color: #000;
    margin-left: 46px;
}
/*Homepage CSS*/
.intro {
    position: relative;
    text-align: center;
    z-index: 99;
}
.title-respect-image {
    height: 100%;
    max-height: 44.7vh;
    max-width: 51.8vw;
    object-fit: contain;
    width: 100%;
}
.arrow-section {
    align-items: center;
    bottom: 15px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 7;
    text-align: center;
}
.form-open, .navbar-open {
    overflow: hidden !important;
}
.section{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
   justify-content: center;
}
.text-center{
  text-align:center;
}
.menu-page li {
    list-style: outside none none;
}
.site-footer {
    display: flex !important;
    height: 200px !important;
    padding-top: 82px;
    padding-bottom: 90px;
}
.arrow-section span {
    text-transform: uppercase;
    font-family: Nitti-Normal;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 8px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 10px;
    width: 100%;
    display: inline-block;
}
.content-page h3 {
    text-transform: uppercase;
    font-family: Nitti-Bold;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 8px;
    color: #000;
    margin-bottom: 30px;
  z-index: 1;
    position: relative;
}
.content-page h1,.content-page h2 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-family: FuturaPT-Bold;
    font-size: 5rem;
    margin: 0;
  z-index: 2;
  position: relative;
}
.content-page p {
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 1.1rem;
    letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
    line-height: 1.33;
    margin: 0 auto;
    max-width: 1130px;
    position: relative;
    z-index: 2;
}
.content-page span {
  margin: 30px 0 40px;
    display: inline-block;
    background-color: #ffb41d;
    font-family: Nitti-Normal;
    line-height: .8;
    font-size:23px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.menu-page li a {
    color: #171d1a;
    text-transform: uppercase;
    font-family: FuturaPT-Bold;
    font-size: 5rem;
  background: transparent;
      margin-top: 0;
    cursor:pointer;
}
.menu-page li a:hover{
background: transparent;
}
.left-section {
    bottom: -72px;
    position: relative;

}
.content-page{
  max-width:1440px;
  margin:0px auto;
}
.left {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    height: 450px;
    position: relative;
    bottom: 0;
  z-index: 2;
    background-repeat: no-repeat!Important;
    background-size: cover !important;
    background-position: center !important;
    margin-right: -2px;
    vertical-align: middle;
}
/* .left img {
    position: absolute;
    bottom: 0;
    left: 0;
} */
.right {
    padding: 0 60px;
    display: inline-block;
    width: 50%;
    text-align: left;
    margin-top: 20px;
    margin-left: -2px;
    vertical-align: middle;
}
#social-navigation.social-navigation {
    display: block;
    padding: 0 45px;
  position: absolute;
    bottom: 20px;
}

.social-navigation a:hover::before, .social-navigation a:focus::before {
    color: #ffb41d;
}
.right a,.content-page a, a.alt{
    font-size: 18px;
    padding: 5px 8px;
    line-height: 1;
    background-color: #ffb41d;
    color: #171d1a;
    border-style: none;
    font-family: 'Nitti-Normal';  
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
  margin-top:30px;
  transition:0.5s ease all;
  position: relative;
    z-index: 1;
  cursor:pointer;
}
.right a:hover, .content-page a:hover {
    background: #fff;
}
.content-page .cultiver-text  a:hover, .page a.alt {
background:#000;
    color: #fff;
}
.page a.alt:hover { background: #ffb41d; color: #000; }
a + a.alt { margin-left: 1em; }
.cannabis h3, .cannabis h2, .cannabis p{
  color:#fff;
}
#section6{
  background:#f7f7f7 !important;
  clear: both;
}
#section4{
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(../images/Screenshot_2.jpg);
    background-position:center;
    background-size:cover;
}
.cannabis span {
    font-family: Nitti-Normal;
    font-weight: 700;
    font-weight: 700;
    background-color: #171d1a;
    color: #fff;
    font-size: 23px;
}
.form-text {
    font-size: 1.2rem;
    margin-bottom: 17px;
    font-family: Nitti-Normal,sans-serif;
    line-height: 25px;
}
.wpcf7 label {
    font-family: Nitti-Normal,sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: normal;
}
.form-text-inner label:nth-child(1),.form-text-inner label:nth-child(2),.form-text-inner label:nth-child(7),.form-text-inner label:nth-child(8) {
    width: 25%;
    display:inline-block;
}
.join-form .gform_wrapper .top_label li.gfield.gf_right_half.gfield_error .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) { margin-top: 12px; }
.join-form .gform_wrapper .field_description_below .gfield_description { padding-top: 0; font-size: 14px; text-transform: uppercase; color: #f00; }

@media only screen and (min-width: 641px) {
  .join-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required { padding-right: 16px; }
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
      margin-top: 0;
  }
}
.join-fom input::-webkit-input-placeholder,
.join-fom .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { font-size: 1.2rem; }
.join-fom input::-moz-placeholder,
.join-fom .gfield  input::-moz-placeholder { font-size: 1.2rem; }
.join-fom input:-ms-input-placeholder,
.join-fom .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { font-size: 1.2rem; }
.join-fom input:-moz-placeholder,
.join-fom .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { font-size: 1.2rem; }
.gform_wrapper .form-text-inner label:nth-child(1),
.gform_wrapper .form-text-inner label:nth-child(2),
.gform_wrapper .form-text-inner label:nth-child(7),
.gform_wrapper .form-text-inner label:nth-child(8) { width: 100%; }
.form-text-inner label:nth-child(3),.form-text-inner label:nth-child(4),.form-text-inner label:nth-child(5),.form-text-inner label:nth-child(6){
    width: 50%;
    display:inline-block;
      vertical-align: bottom;
}
[lang="fr-FR"] .gform_wrapper .top_label .gfield_label { font-size: 17px; }
.form-text-inner input, .join-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #171d1a;
    border-radius: 0;
    font-family: NittiGrotesk-Medium,sans-serif;
  padding: 12px 15px 11px;
    margin-bottom: 10px;
     height: 45px;
     font-size:1.2rem;
}
.form-text-inner input[type="date"], .gform_wrapper input#input_3_8 {
  text-transform: uppercase;
}
.join-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0.4615384615em 0.5384615385em; }
.form-text-inner select, .join-form .gform_wrapper .gform_body select {
    width: 100%;
    padding: 0px 15px;
  font-family: NittiGrotesk-Medium,sans-serif;
    border: 2px solid #171d1a;
    background-image: url(../images/black-arrow.svg);
    background-position: 100% 50%;
  background-size: 42px auto;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -ms-appearance: none;
  -moz-appearance: none;
   appearance: none;
   height: 45px;
   font-size:1.2rem;
   border-radius:0;
   margin-bottom:10px;
   position:relative;
       top: 0px !important;
    background-color: transparent;
}
.form-text-inner select option,.form-text-inner input[type="date"], .gform_wrapper input#input_3_8 {
 font-size:1.2rem;
 font-family: Nitti-Normal,sans-serif;
}
.join-form .gform_wrapper li.gfield.gfield_error { border: none; background: transparent; }
.contact-info .widget {
    padding: 0 45px;
    border: none;
}
.contact-info p {
    font-family: Nitti-Normal,sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0 !important;
    line-height: 22px;
    margin: 10px 0;
}
.join-form .ginput_container_consent { position: relative; }
.join-form .gfield_consent_label { padding-left: 60px; line-height: 1.5; }
@media screen and (max-width: 767px) {
  .join-form .agreement .validation_message { padding-left: 60px; }
}
span.wpcf7-list-item.first.last:before, .join-form .gfield_consent_label::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
      top: 4px;
    background: url(../images/box.svg);
}
input:checked  + .wpcf7-list-item-label:before, input:checked + .gfield_consent_label a:before {
  background: url(../images/cross.svg);
  content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
  top: 4px;
}
.gform_wrapper .top_label .agreement .gfield_label { display: none; }
.checkbox1 {
    padding-left: 61px;
    display: inline-block;
    position: relative;
    margin-top: 10px !important;
}
span.wpcf7-form-control-wrap.your-country {
    position: absolute;
    left: 0;
    top: 5px;
}
input.wpcf7-form-control.wpcf7-submit.Join-Now {
    margin-top: 55px;
  display:inline-block;
}
.form-text-inner input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
  
    z-index: 99;
    opacity: 0;
}
p.form-text-inner, .gform_wrapper .form-text-inner {
    margin: 0;
  font-size:1.2rem;
}
.contact-info a,.contact-info a:hover,.form-text-inner a,.form-text-inner a:hover {
    color: blue;
}
.Join-Now, .join-form .gform_wrapper .gform_footer input.button, .join-form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 17px;
    padding: 5px 8px!important;
    line-height: 1;
    background-color: #ffb41d!important;
    color: #171d1a!important;
    border-style: none!important;
    font-family: Nitti-Normal!important;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: normal !important;
  transition:0.5s ease all;
  height:auto !important
}
.Join-Now:hover {
    background-color: #171d1a!important;
    color: #fff!important;
}
.closebtn {
    position: absolute;
    top: 35px;
    right: 25px;
    float: right;
}
@media screen and (min-width: 768px) {
  .join-form .wpcf7-form .gform_confirmation_message { margin-bottom: 2em; font-size: 1.2rem; }
}
#section1 .content-page h3 {
    font-family:'Nitti-Normal' !important;
      margin-top: 20px;
}
img.image-movement {
    position: absolute;
    height: 798px;
    right: 0;
    bottom: -120px;
    display: block;
    z-index: 0;
}

#section1 .content-page a:hover,#section3 .content-page a:hover{
  background:#000;
  color:#fff;
}
.right p {
    max-width: 100%;
padding-bottom: 50px;
}
.page-template-default .main-body {
    padding-top: 54px;
}
.content-area {
    float: left;
    margin-right: 0;
    width: 100%;
}
.main-navigation{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.sidenav-content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 0 45px;
  position: absolute;
    top: 30px;
}
.main-body{
    transition: transform 225ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;
}

.main-overlay.sidenav-open {
    z-index: 999999;
  opacity:1;
}
.main-overlay-left.sidenav-open {
    z-index: 999999;
  opacity:1;
}

.arrow-section a {
    background: none !important;
  margin-top:0;
}
#section3,#section3 .fp-tableCell{
    padding: 0 30px;
} 
.video-sections{
    bottom: 15px;
  padding: 0 15px;
    position: absolute;

    right: 0;
    height: 50%;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.video-sections video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#section1 h1 {
    margin: 40px 0 20px;
}
#section2 h1{
    margin: 17px 0 0 0;
}
#section1,#section3 {
    overflow: hidden;
}
.right span {
    margin-bottom: 10px;
}


.site-inner {
    float: none !important;
}
#main.site-main {
    padding: 0;
}
.site-main {
    margin-bottom: 0 !important;
}

#section3 h3{
  margin: 122px 0 20px;
    font-family: Nitti-Normal;
}
#section3 h2{
  margin:55px 0 65px 0;
}
#section4 .content-page p {
    max-width: 100%;
}
.main-overlay,.main-overlay-left,.contact-wraper{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    position: fixed;
  opacity:0;
}
.overlay-inner,.overlay-inner-left{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}

.overlay-inner.open-opacity{
    opacity: 1;
    will-change: opacity;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.contact-wraper.sidenav-open   {
 opacity: 1;
    z-index: 999999;
}
.contact-wraper.sidenav-open .overlay-inner-left{
 z-index: 1;
}
.main-body {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    z-index: 99999;
}

.page-template-page-dark .main-body { background: #000; }

.strains-section .strain-left-image, .strains-section .strain-right-image {
    z-index: 5;
    position: absolute;
    width: 100%;
}
.strains-section .strain-left-image {
    width: 40%;
}
.strain-list-item .strain-left-image {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.strain-list-item .strain-left-image, .strain-list-item .strain-right-image {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}
.strain-list-item.transition-out .strain-left-image, .strain-list-item.transition-out .strain-right-image {
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    -o-transition: transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease,-webkit-transform .9s ease;
}
.strain-list-item-1 .strain-right-image {
    right: calc((-130/1440) * 100vw);
    bottom: -3px;
}
.strain-list-item.transition-in .strain-left-image, .strain-list-item.transition-in .strain-right-image {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.strain-list-item-1 .strain-left-image{          
left: -132px;
top: 112px;
}        
.strain-list-item-1 .strain-left-image img{          
max-width: 551px;
width:100%;
}        
.strain-list-item-1 .strain-right-image{          
right: calc((-130/1440) * 100vw);
bottom: -3px;
}        
.strain-list-item-1 .strain-right-image img{          
max-width: 634px;
width:100%;
}
.strain-list-item-2 .strain-left-image {
  left: -37px;
  top: 91px;
}

.strain-list-item-2 .strain-left-image img {
  max-width: 459px;
  width:100%;
}

.strain-list-item-2 .strain-right-image {
  right: calc((-133/1440) * 100vw);
  bottom: -71px;
}

.strain-list-item-2 .strain-right-image img {
  max-width: 602px;
  width:100%;
}

.strain-list-item-3 .strain-left-image{   
left: -132px;
top: 112px;
}        
.strain-list-item-3 .strain-left-image img{          
max-width: 511px;
width:100%;
}        
.strain-list-item-3 .strain-right-image{          
right: calc((-130/1440) * 100vw);
 bottom: -3px;
}        
.strain-list-item-3 .strain-right-image img{          
max-width: 634px;

width:100%;
}
.strain-list-item-4 .strain-left-image {
  left: -131px;
  top: 95px;
}

.strain-list-item-4 .strain-left-image img {
  max-width: 562px;
  width:100%;
}

.strain-list-item-4 .strain-right-image {
  right: calc((-150/1440) * 100vw);
  bottom: -214px;
}

.strain-list-item-4 .strain-right-image img {
  max-width: 605px;
  
  width: 100%;
}
.strain-list-item-5 .strain-left-image {
  left: -26px;
  top: 146px;
}

.strain-list-item-5 .strain-left-image img {
  max-width: 434px;
  width:100%;
}

.strain-list-item-5 .strain-right-image {
  right: calc((-241/1440) * 100vw);
  bottom: -50px;
}

.strain-list-item-5 .strain-right-image img {
  max-width: 710px;
  width:100%;
}
.strain-list-item-6 .strain-left-image {
  left: -26px;
  top: 146px;
}

.strain-list-item-6 .strain-left-image img {
  max-width: 434px;
  width:100%;
}

.strain-list-item-6 .strain-right-image {
  right: calc((-241/1440) * 100vw);
  bottom: -50px;
}

.strain-list-item-6 .strain-right-image img {
  max-width: 710px;
  width:100%;
}
.strain-list-item .strain-left-image {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  position: absolute;
}
.strain-list-item .strain-left-image, .strain-list-item  .strain-right-image {
    width: 40%;
}
.strain-list-item  .strain-left-image {
    width: 40%;
}
#section2{
overflow:hidden;
   transition: background-color 0.75s linear 0s;
  
}
.strain-list-item .strain-right-image {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  position: absolute;
}
.strains-section .strain-left-image, .strains-section .strain-right-image {
    z-index: 5;
    position: absolute;
    width: 100%;
}
/*About us */
.page-main h1 {
    color: #ffffff;
    font-family: FuturaPT-Bold;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  font-size: 5rem;
}
.page-main .page-main__subheader { position: absolute; top: 50%; left: 50%; width: 70%; margin-top: 60px; background: #000; font: normal .9rem/1 'Nitti-Normal', sans-serif; text-align: center; color: #fff; transform: translate3d(-50%,-50%,0); }
@media only screen and (min-width: 40em){
  .page-main .page-main__subheader { width: auto; font-size: 1rem; white-space: nowrap; }
}
@media only screen and (min-width: 48em){
  .page-main .page-main__subheader { margin-top: 100px; }
}
@media only screen and (min-width: 64em){
  .page-main .page-main__subheader { margin-top: 80px; font-size: 1.25rem; white-space: normal; }
}
.page-main .col-md-6{
width:50%;
}
.page-main  .site-inner{
  display: flex;
  height: 511px;
  flex-direction: row-reverse;
}
.page-main {
    overflow: hidden;
}
.page-main.subheader { padding-bottom: 50px; }
@media only screen and (min-width: 41.75em) {
  .page-main.subheader { padding-bottom: 30px; }
  .page-id-20322 .page-main.subheader .site-inner { height: 240px !important; }
}
@media only screen and (min-width: 48em) {
  .page-id-20322 .page-main.subheader .site-inner { height: 300px !important; }
}
@media only screen and (min-width: 56em) and (max-width: 63.9em){
  .page-main.subheader { padding-bottom: 100px; }
}
.page-template-default .site-inner .widget {
    border-top: medium none;
    margin: 0;
    padding: 0 60px;
}

.page-template-default .entry-content p {
    font-family: NittiGrotesk-Medium;
    font-size: 1.1rem;
    margin: 0;
}

.page-template-default .textwidget {
    text-align: center;
}
.wpb_content_element{
  margin-bottom:0;
}
.page-template-default h2.widgettitle {
    font-family: FuturaPT-bold;
    font-size: 5rem;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.page-template-default .vc_col-sm-6  h2.widgettitle {
    font-size: 2rem;
}
.page-template-default .vc_col-sm-7  h2.widgettitle {
    font-size: 2rem;
}
.page-template-default h6 {
    background-color: #ffb41d;
    display: inline-block;
    font-family: Nitti-Normal;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    margin: 0 auto 30px;
    text-align: center;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.sp-180 {
    padding-bottom: 180px;
    padding-top: 150px;
}
.sp-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.bg-img,.page-main {
    background-position: center center;
    background-size: cover;
  margin-top: 45px;
}
@media (min-width: 64em){
  .page-main { margin-top: 114px; }
}
.widget {
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.extra-link {
    font-family: NittiGrotesk-Medium;
    margin-top: 17px;
}
.calling-section--flex { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
@media only screen and (min-width: 25em) {
  .calling-section--flex { flex-wrap: nowrap; }
}
.calling-section--flex a.alt { padding: 10px; order: 2; }
.calling-section--flex a.alt:not(:last-child) { margin-top: -40px; }
@media only screen and (min-width: 25em){
  .calling-section--flex a.alt { padding: 10px 25px; }
  .calling-section--flex a.alt:not(:last-child) { margin-top: 30px; }
}
@media only screen and (min-width: 48em) and (max-width: 63em) {
  .calling-section--flex { flex-wrap: wrap; }
}
@media only screen and (min-width: 48em) and (max-width: 56.87em) {
  .calling-section--flex a.alt { padding: 10px 25px; }
  .calling-section--flex a.alt:not(:last-child) { margin-top: -40px; }
}
.page-template-default .site-inner .calling-section--flex .widget { padding: 0 40px; }
.page-template-default .calling-section h6 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 15px;
}
.page-template-default  .calling-section h2.widgettitle{
color: #ffffff;
}
.page-template-default .calling-section .textwidget a {
    background-color: #ffb41d;
    border-style: none;
    color: #171d1a;
    display: inline-block;
    font-family: "Nitti-Normal";
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.site-branding a:hover path ,.injected-svg:hover path{
  fill: #ffb41d !important;
  transition: fill 0.2s linear 0s;
}
.full-height{
    min-height: 100vh;
    padding-top: 190px;
   background: #ffb41d none repeat scroll 0 0;
}
.main-navigation ul ul.sub-menu {
    border-bottom: medium none;
    display: none;
    left: inherit;
    margin: 13px 0 0;
    padding: 0 23px;
    position: relative;
    z-index: 99999;
}
.main-navigation a:hover {
    color: #171d1a;
  opacity:0.8;
}
.main-navigation ul ul.sub-menu li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.main-navigation ul ul.sub-menu li a {
    font-size: 17px;
}
.main-navigation ul .toggled-on {
    display: block !important;
}
.main-navigation ul ul::after,.main-navigation ul ul::before,.main-navigation .menu-item-has-children > a::after{
display:none;
}
.dropdown-toggle {
    display: block !important;
}
.semantic-image {
  display: flex;
  flex-flow: column-reverse wrap;
    margin-top: 30px;
  text-align: center !important;
}
.semantic-image .wpb_heading.wpb_singleimage_heading {
    font-family: FuturaPT-Bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}
@media (min-width: 64em){
  .semantic-image .wpb_heading.wpb_singleimage_heading { font-size: 2rem; }
}
/* jk css start */

.sp-85 {
    margin: 85px auto !important;
    max-width: 1150px;
}
.passion-section h2.widgettitle {
    color: #fff;
    margin-bottom: 50px;
}
.sp-180 .site-inner.drive-section {
    padding: 0 130px;
}
.page-template-default .drive-section h2 {
    line-height: 1;
    padding-bottom: 24px;
}
.page .calling-section .site-inner.drive-section h2 {
    font-size: 5rem;
}
.text-white {
  color: #fff;
}
.core-inner:hover .hover-text {
    opacity: 1;
}
.hover-text {
    opacity: 0;
  transition: opacity .5s linear;
}
.core-inner figure, .core-inner .vc_single_image-wrapper, .core-inner img {
    width: 150px;
}
.page .drive-section h5 {
    margin: 30px 0;
    font-family: Nitti-Bold !important;
}
body.page-template-default .entry-content .hover-text p {
    font-family: FuturaPT-Medium;
    font-size: 0.8rem;
    line-height: 1.41;
}
.testimonial-wraper figure img {
    border: 3px solid #000;
}
.testimonial-wraper figure.wpb_wrapper.vc_figure, .testimonial-wraper .vc_single_image-wrapper, .testimonial-wraper img {
    width: 200px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.testimonial-wraper h6 {
    margin: 30px 0 10px;
}
.page .testimonial-wraper .site-inner p {
    font-size: 0.8rem;
    margin: 0 auto;
    max-width: 1000px;
}
.passion-section.calling-section .drive-section .widget.widget_text {
    padding: 0 20px;
}
.vc_btn3-container.view-more.vc_btn3-center {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.view-more a {
    padding: 10px 16px !important;
    background: #171d1a !important;
    border-color: #171d1a !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: Nitti-Normal;
    font-size: 1.1rem !important;
}
.view-more a:hover {
    background: #ffb41d !important;
    border-color: #ffb41d !important;
    color: #171d1a !important;
}
.sp-180.site-inner.padding-btm {
    padding-bottom: 70px;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    background: #000;
    color: #ffb41d;
  border-radius: 50%;
}
.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -16px !important;
     left: 2px;
}
.vc_images_carousel .vc_carousel-control {
   opacity: 1 !important;
   text-shadow: none !important;
   box-shadow: none !important;
}
.vc_images_carousel .vc_carousel-control.vc_right {
    right: 20px !important;
}
.vc_images_carousel .vc_carousel-control.vc_left {
    left: 20px !important;
}
.page-id-32 .page-main {
    display: none;
}
.img-wraper img {
    width: 76px;
}
.page-template-pillars .sp-180 {
    padding-bottom: 120px;
    padding-top: 120px;
}
.contact-wraper {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1300;
}
.contact-wraper-inner{
  height: 100%;
    z-index: 1;
    display: inline-block;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    padding: 60px;
  overflow: auto;
  position: relative;
    border: 15px solid #171d1a;
    max-width: 720px;
}
.contact-wraper a.subscribe-header {
    margin-left: 0px;
    margin-bottom: 22px;
}
.contact-wraper p {
    font-family: NittiGrotesk-Medium ,sans-serif;
    font-weight: 500;
  font-size: 1.2rem;
}
.contact-wraper label {
text-transform: uppercase;
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 1.2rem;
}
.form-inner {
    float: left;
    width: 50%;
}
.form-outer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.form-outer textarea {
    border: 2px solid #171d1a;
    border-radius: 0;
     font-size: 1.2rem;
  background:#fff;
  font-family: NittiGrotesk-Medium,sans-serif;
}
.contact-wraper input {
    border: 2px solid #171d1a;
    border-radius: 0;
     font-size: 1.2rem;
  height:45px;
  background:#fff;
  font-family: NittiGrotesk-Medium,sans-serif;
}
div.wpcf7-response-output {
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 1.2rem;
}
.page-template-cultiver-innerpage .menu-page  h1,.page-template-cultiver-innerpage  .menu-page  h3,.page-template-cultiver-innerpage  .cultiver-text h4{
    color: #171d1a;
    text-transform: uppercase;
    font-family: FuturaPT-Bold;
    font-size: 5rem;
    background: transparent;
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

.page-template-cultiver-innerpage  .menu-page  h1{
 color: #fff;
}
.cultivars-inner {
    background: #ffffff none repeat scroll 0 0;
    color: #171d1a;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.cultiver-text.half-part {
    align-items: start;
    margin: 34px 138px 34px 0;
    text-align: start;
  text-align:left;
   z-index: 1;
}
.cultiver-text.half-part > img {
    margin-top: 30px;
}
#section2{
  position:relative;
}
.half-part{
  width:50%;
}
.deatils-percentage {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    font-family: NittiGrotesk-Medium, sans-serif;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding: 1px 100px 50px;
    width: 100%;
}
.join-cultivars-page {
    bottom: 80px;
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.page-template-cultiver-innerpage .arrow-section{
bottom:0;
}
.join-cultivars-page > span {
    cursor: pointer;
    font-family: Nitti-Normal;
    font-size: 1.1rem;
    left: 0;
    margin: 0;
    padding: 5px 8px;
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
}
.join-cultivars-page > span:hover {
    background: #ffffff none repeat scroll 0 0;
}
.bottom-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
}
.mute-button.pointer-style {
    background: rgba(0, 0, 0, 0) url("../images/muted.svg") repeat scroll 0 0 / 100% auto;
    bottom: 25px;
    height: 30px;
    position: absolute;
    right: 20px;
    width: 30px;
    z-index: 999;
}
.mute-button.pointer-style.unmuted{
background: rgba(0, 0, 0, 0) url("../images/unmuted.svg") repeat scroll 0 0 / 100% auto;
}
.home #section1{
  background-color: #f6f6f6;
}
.home #section2{
  background-color: #ffb41d;
}
.home #section3{
  background-color: #f6f6f6;
}
.home #section0{
  background-color: #000;
}
.home .section {
     align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    overflow: hidden;
  height: 100vh;
  position:relative;
}
.home .section:not(#section6) {
    height: 100%;
    overflow: hidden;
  min-height: 100vh;
  padding:50px 0;
}
.home #section4.section {
  height: auto;
  min-height: 0;
  padding: 100px 0;
}
.community-slider .swiper-slide {
  height: 600px;
}
  .swiper-container {
      width: 100%;
      height: 100%;
    }
   .community-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider-text {
    background: #171d1a none repeat scroll 0 0;
    bottom: 15px;
    color: #ffffff;
    left: 50%;
    max-width: 800px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.community-slider .swiper-button-next,.community-slider .swiper-button-prev {

/*   font-size: 0 !important;
 */  background-color: #000000;
  border: medium none;
  border-radius: 50%;
  box-shadow: none;
  color: #171d1a;
  height: 30px;
  outline: 0 none;
  padding: 0;
  text-shadow: none;
  width: 30px;
  color:#ffb41d;

}
.community-slider .swiper-button-next svg,.community-slider .swiper-button-prev svg{
     fill: #ffb41d;
    margin-left: 5px;
    width: 20px;
}
.community-slider .swiper-button-prev,.community-slider .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}

.community-slider  .injected-svg:hover path {
    fill: evenodd !important;
    transition: fill 0.2s linear 0s;
}
.community-slider .swiper-button-next,.community-slider .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 30px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 0  !important;
    font-variant: initial;
    letter-spacing: 0;
    text-transform: none !important;
}
.sp-pd-180{
padding-top:0;
}
.sp-no-padd-bt{
padding-bottom:0;
}
.page-template-default .entry-content .leader-wrap p {
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 0.8rem;
    line-height: normal;
    margin: 0;
}
.team-member {
    text-align: center;
}
.team-member > h6 {
    font-family: Nitti-Bold;
    font-weight: normal;
}
.team-member img {
    border: 2px solid #000000;
}
.team-member:hover img{
border:2px solid #ffb41d;
}
.sidenav .dropdown-toggle:after{
  border:none;
}
.main-navigation li:hover > a, .main-navigation li.focus > a{
color:#171d1a;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #171d1a;
}
.page-template-pillars #section4 {
    height: 100vh;
    padding: 50px 0;
}
.pillar-page h2.widgettitle {
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 0.8rem !important;
    font-weight: normal;
    letter-spacing: 10px;
}
.pillar-page .template-text-header.detail-section-text-header.custom-header-bg-first {
    font-family: futurapt-bold;
    font-size: 2rem;
    margin: 15px 0;
}
.vc_custom_1574936364981 h6.bumper-title-first-bg {
    background: #ffffff none repeat scroll 0 0;
}
.pillar-page.black-text h2.widgettitle, .pillar-page.black-text h3, .pillar-page.black-text p {
  color: #ffffff;
}
.pillar-page .widget.widget_text {
    padding: 0 40px;
}
.main-body .page-template-default {
    margin-top: 0;
}
/*Team CSS*/
.ex-tplist figure {
    box-shadow: none;
}
.ex-tplist .image-bg-circle {
    border: 2px solid #000000;
}
.ex-tplist figcaption p{
display:none;
}
.ex-tplist figcaption h3 a {
    background-color: #ffb41d;
    display: inline-block;
    font-family: Nitti-Bold;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    margin: 0 auto 30px;
    text-align: center;
    color: #131313;
}
.ex-tplist figcaption h5 {
    color: #000;
    font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 0.8rem;
    text-transform: inherit;
    margin-top: 9px;
}
.ex-tplist .ex-loadmore {
    border-top: medium none;
    padding-top: 0;
}
.page-template-community .ex-tplist.column-4 .item-grid .image-bg-circle {
    width: 200px;
    height: 200px;
}
.ex-tplist.column-4 .item-grid .image-bg-circle:hover{
  border:2px solid #ffb41d;
}
.exp-modal-social {
    display: none;
}
.ex-loadmore .load-text::before {
    content: "VIEW MORE";
    font-size: 17px;
  color:#fff;
}
.loadmore-exbt {
    background: #171d1a none repeat scroll 0 0 !important;
}
.ex-loadmore .load-text {
    font-size: 0;
}
.ex-loadmore .load-text + span, .ex-loadmore .load-text + span + span, .ex-loadmore .load-text + span + span + span {
  display: none !important;
}
.ex-tplist .exp-modal-image {
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-block;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    width: 180px !important;
}
.ex-tplist  .exp-modal-des {
    padding-left: 14px;
    vertical-align: top;
    width: calc(100% - 220px) !important;
}
.exp-modal-des > h3,.ex-tplist figcaption h3 {
    text-transform: inherit !important;
}
.exp-modal-des a {
    font-family: Nitti-Bold !important;
    text-transform: inherit !important;
}
.ex-hidden{
padding:0 !important;
}
.item-modl {
    border-right: 9px solid #131313 !important;
}

.ex-hidden {
    right: inherit !important;
    left: -600px !important;
    transform: inherit !important;
}
.extp-hidden-scroll .main-body {
    margin-left: 600px;
  transition: all 0.3s ease;
}
.extp-hidden-scroll header.site-header{
    left: 600px;
  
}
.ex-tplist  .ex-hidden-active .extp-mdbutton {
    left: 400px;
}

.tpstyle-1-image .image-bg-circle{background-position: inherit;}
.ex-hidden.ex-hidden-active{
  left:0 !important;
}
.main-body {
transition: all 0.3s ease;
}
/*Team CSS End*/
.exp-tooltip_pos {
    background-color: #ffb41d;
    display: inline-block;
    font-family: Nitti-Normal !important;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: normal;
    line-height: 0.7 !important;
    color: #131313 !important;
    margin: 0 auto 30px;
    text-align: center;
}
.exp-tooltip_pos  span{
  display:none;
}
.exp-modal-des > p {
    margin-bottom: 20px !important;
  color: #131313;
}
.exp-mdcontaner  .exp-modal-image{
      border: 2px solid #ffb41d;
}
.white-text p {
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.8rem;
    font-family: NittiGrotesk-Medium,sans-serif;
    margin-bottom: 20px !important;
}
.white-text h1 {
    color: #ffffff;
    font-family: FuturaPT-Bold !important;
    font-size: 5rem !important;
    margin-top: 60px !important;
}
.white-text{
    padding-bottom: 70px;
}
.join-form .footer-links {
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 21px;
}
#menu-item-147{
display:none !important;
}
.page-template-default .calling-section .textwidget a:hover {
    background: #fff;
}
.page-id-48 .page-main,.page-id-50  .page-main{
display:none;
}
.community-header h2.widgettitle {
    margin: 54px auto 0;
    max-width: 981px;
}
.community-header .widget.widget_text {
    margin-bottom: 0;
}
.community-slider .injected-svg:hover path{
  fill:evenodd !important;
}
.wpb_wrapper .widget {
    border-top: medium none;
}
.sidenav-content-wrapper  .widget{
      border-top: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
} 
.textwidget a{
box-shadow:none;
}
.sidenav-content-wrapper  .widget .join-now{
top:0;
}
.join-form  .widget.widget_text   ,.sidenav-content-wrapper  .widget.widget_text{
    border: medium none;
  list-style: outside none none;
}
.contact-wraper .widget.widget_text {
    border: medium none;
    list-style: outside none none;
}
.contact-wraper-inner .wpcf7-form-control.wpcf7-submit.Join-Now {
    margin-top: 0;
}
.cultivars-inner{
position:relative;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
     width: 180px;
    height: 301px;
  z-index: -1;
  background: repeating-linear-gradient( 45deg, transparent, transparent 1px, #f1ecec 1px, #f1efef 2px );
}
.cultiver-image.half-part:hover .img-zoom-lens {
    z-index: 99;
}
.img-zoom-result {
    border: medium none;
    height: 600px;
    position: absolute;
  /*   right: 70px; */
  left: 45%;
    top: 30px;
    width: 600px;
    z-index: -1;
  background-repeat: no-repeat;
}
.icon-next::before {
    content: "›";
    font-size: 23px;
    position: relative;
    top: -1px;
}
.icon-prev::before {
    content: "‹";
   font-size: 23px;
    position: relative;
    top: -1px;
}
.product-section {
    align-items: center;
    display: flex;
    padding: 50px 0;
}
.product-image, .product-description {
  width: 50%;
}
.product-description {
    padding: 0 20px;
}
.sidenav li .dropdown-toggle{
height:28px;
}
.menu-page > ul {
    margin-left: 0;
    padding: 0;
}
.high-end-section .vc_column-inner {
  padding-top: 0 !important;
}
.high-end-section  .wpb_single_image.wpb_content_element.vc_align_left{
 margin-bottom: 0 !important;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}
.sp-180.calling-section-bg {
    padding-bottom: 70px;
    padding-top: 70px;
  background-image: url("../images/logo-7-acres-round-black.svg");
    background-position: calc(100% + 50px) 85px !important;
    background-repeat: no-repeat;
    background-size: 440px 440px;
}
.high-end-section .widget.widget_text {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.widget.widget_icl_lang_sel_widget {
    list-style: outside none none;
    margin-right: 46px;
    margin-top: 6px;
}
.wpml-ls-current-language .wpml-ls-native {
    color: #ffb41d;
}
.wpml-ls-native{
color:#979797;
}
.sidenav .widget.widget_icl_lang_sel_widget {
    list-style: outside none none;
    margin-right: 0;
    margin-top: 6px;
    position: absolute;
    bottom: 0px;
    right: 0;
  display:none;
}
.sidenav  .wpml-ls-current-language .wpml-ls-native {
    color: #000;
}
.sidenav  .wpml-ls-native{
color:#979797;
}
.main-navigation .primary-menu {
    border-bottom: none !important;
}
.widget{
  list-style:none;
}
.cultiver-image:hover + .img-zoom-result {
    background-color: transparent;
    border: 1px solid #cccccc;
  z-index:2;
   background-color: #ffffff;
}
.contact-wraper-inner .menu li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
  list-style:none;
}
.contact-wraper-inner   .menu{
margin-left:0;
}
.contact-wraper-inner .menu a {
      border: 1px solid #1a1a1a;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
    background: #1a1a1a;
}

.contact-wraper-inner .menu a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}

.contact-wraper-inner  .menu a:hover:before,
.contact-wraper-inner  .menu a:focus:before {
  color: #ffb41d;
}
.contact-wraper-inner  .menu a[href*="facebook.com"]:before {
  content: "\f203";
}
.contact-wraper-inner .menu a[href*="instagram.com"]:before {
  content: "\f215";
}

.contact-wraper-inner  .menu a[href*="linkedin.com"]:before {
  content: "\f208";
}
.contact-wraper-inner  .menu a[href*="twitter.com"]:before {
  content: "\f202";
}
.contact-wraper-inner .menu a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
.contact-wraper-inner .textwidget a {
    color: #131313;
    display: inline-block;
    margin-top: 10px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::after {
    color: #ffffff;
    content: "/";
    position: absolute;
    right: -5px;
    top: 1px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child::after {
    content: "";
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin: 0 0 0 4px;
    position: relative;
}
span.wpcf7-not-valid-tip {
    font-size: 14px!important;
  float: left;
}
.white-text .wpb_wrapper,.cannabis p  {
    padding: 0 20px;
}
.cultiver-text ul{
  margin-top:20px;
      font-family: NittiGrotesk-Medium,sans-serif;
    font-size: 1.1rem;
}
.extra-cultiver {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.extra-cultiver .alignleft {
    margin: 0px 10px 0px 0px;
}

/* jk css end */
/* media query start */
@media only screen and (min-width: 992px) {
.page-template-cultiver-innerpage .menu-page  h3{
  line-height:90px;
}
}
@media only screen and (min-width: 768px) {
  
.navbar-open  .main-body{
    transform: translateX(-479px);
    -webkit-transform: translateX(-479px);
}
.form-open .main-body,.contact-form-open .main-body{
    transform: translateX(720px);
    -webkit-transform: translateX(720px);
}
.page-template-cultiver-innerpage .content-page{
      padding-bottom: 111px;
}
}
@media only screen and (max-width: 1199px) {
.img-zoom-result{
width:400px;
height:400px;
}
.content-page p{
  max-width: 80%; margin-right: auto !important; margin-left: auto !important;
}
.image-movement {
    height: 500px!important;
}
.right p {
    max-width: 100%!important;
}
.page .passion-section h6.detail-section-text-subtitle.-bg {
    font-size: 1rem;
    letter-spacing: -1.5px;
    padding: 3px;
}
/* .page .calling-section .site-inner.drive-section h2 {
    font-size: 4rem; 
} */
.cultiver-text.half-part {
    margin: 34px 40px 34px 0;
}
.content-page .cultiver-text p{
max-width:100%;
padding:0;
}
}

@media only screen and (max-width: 1100px) {
.page-template-default .inner h2.widgettitle {
    font-size: 4.6rem;
}	
.passion-section h2.widgettitle {
    margin-bottom: 35px;
}	
}
@media only screen and (max-width: 1024px) {
.page-template-default .inner h2.widgettitle {
    font-size: 4rem;
}
}

@media only screen and (max-width: 991px) {
.sp-180 .site-inner.drive-section {
    padding: 0 80px;
}
.page-template-default .inner h2.widgettitle {
    font-size: 3rem;
}
.testimonial-wraper {
    padding-left: 80px;
    padding-right: 80px;
}
.testimonial-wraper .text-center.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
    margin: 2rem 0;
  display: inline-block;
    vertical-align: top;
}
.drive-section.leader-wrap {
    display: inline-block;
    vertical-align: top;
}
.core-inner.wpb_column.vc_column_container {
    width: 33.33%;
    margin: auto;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.core-inner.wpb_column.vc_column_container:nth-child(5), .core-inner.wpb_column.vc_column_container:nth-child(4) {
    width: 50%;
}
.page-template-cultiver-innerpage .menu-page h1, .page-template-cultiver-innerpage .menu-page h3, .page-template-cultiver-innerpage .cultiver-text h4 {
    font-size: 3rem;
}
}
@media only screen and (min-width: 910px) {
#site-header-menu.site-header-menu {
    min-width: 211px;
    padding-right: 47px;
    padding-top: 17px;
    position: absolute;
    right: 0;
    top: 0;
}

}
@media only screen and (max-width: 909px) {
.wpml-ls-sidebars-languages .wpml-ls-current-language>a {
    color: #131313;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::after {
    top: -3px;
}
.site-branding {
    padding-left: 0;
}
#section3 h3 {
    font-family: Nitti-Normal;
    margin: 60px 0 20px;
}
.sidenav .widget.widget_icl_lang_sel_widget {
  display:block;
}
.site-header-menu  .widget.widget_icl_lang_sel_widget{
display:none;
}
.home .section:not(#section6) {
    height: 100%;
    min-height: auto;
    overflow: hidden;
    padding: 50px 0;
}
.home #section0.section{
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding: 50px 0;
}
#section1 .content-page h3 {
    font-family: "Nitti-Normal" !important;
    margin-top: 0;
}
.left-section {
    bottom: -50px;
    position: relative;
}
.page-template-cultiver .full-height{
  padding-bottom: 35px;
    padding-top: 100px;	
}
.ex-tplist .exp-modal-des {
    padding-left: 14px;
    vertical-align: top;
    width: 100% !important;
}
.exp-modal-des > p{
font-size: 0.8rem !important;
}
.sp-180,.page-template-pillars .sp-180  {
    padding-bottom: 101px;
    padding-top: 101px;
}

.horizontal-border-setter, .horizontal-border-setter::after {
    height: 7px;
}
.page-main {
    margin-top: -56px;
    overflow: hidden;
}
.page-template-default h6{
   font-size: 0.8rem;
}
body.page-template-default .entry-content p {
    font-size: 0.8rem;
}
.page-template-default .site-inner .vc_col-sm-6 .widget {
  padding:40px  15px;
}
.page-template-default .calling-section h6 {
    font-size: 0.8rem;
}
.page-template-default .vc_col-sm-6 h2.widgettitle {
    font-size: 1.4rem;
}
.vertical-border-setter, .vertical-border-setter::after {
    width: 7px;
}
.page-template-default .site-inner .widget {
    border-top: medium none;
    margin: 0;
    padding: 0;
}
.page-main h1 {
    font-size: 3rem;
    line-height: normal;
}
.page-main .site-inner {
    display: flex;
    flex-direction: column-reverse;
    height: 100vh;
}
.page-main .col-md-6 {
    height: 50%;
    width: 100%;
}
.footer-links ul li {
    padding: 0 5px;
}
.site-header-menu {
    display: block;
}
.footer-inner .main-navigation {
    display: none;
}
.toggle {
    top: 25px;
}
span#join {
    top: 30px;
}
.menu-toggle {
    display: none;
}
.sp-85 {
    padding: 0 60px;
}
.page .passion-section h6.detail-section-text-subtitle.-bg {
    line-height: 1;
}
.page .drive-section h5 {
    margin: 20px 0;
    font-size: 1rem !important;
}
.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
   margin-right: 7.6923%;
}
.content-page h3, .content-page h2 , .content-page p,.vc_row-no-padding  .textwidget{
  padding:0 15px;
}
}

@media only screen and (max-width: 850px) {
.drive-section .text-white.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
.drive-section .text-white p, .passion-section p, .drive-section p, .testimonial-wraper p {
    font-size: 1.2rem !important;
}
.drive-section .hover-text p, .page .testimonial-wraper .site-inner p {
    font-size: 0.8rem !important;
}	
.testimonial-wraper h2.widgettitle {
    line-height: 1;
}
.page .calling-section .site-inner.drive-section .text-white h2 {
    max-width: 50%;
    margin: auto;
}
.drive-section .text-white .widget.widget_text {
    padding: 5px 15px;
}
.form-text-inner select {
    top: -1px!important;
}
}

@media only screen and (max-width: 767px) {
  
@media all and (max-width: 767px){
  .extra-cultiver { text-align: center; }
  .extra-cultiver .alignleft { float: none; margin: 0 5px 10px; }
}
  
.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -21px !important;
    left: 0px;
}
.form-text-inner input,.form-text-inner select ,.contact-wraper input{
height:35px;
}
input.wpcf7-form-control.wpcf7-submit.Join-Now {
    margin-top: 20px;
    display: inline-block;
    font-size: 0.8rem;
}
.page-template-default .site-inner .vc_col-sm-6 .widget {
  padding:40px  0;
}
.semantic-image {
    margin-top: 0;
}
.semantic-image .wpb_heading.wpb_singleimage_heading {
    margin-bottom: 0;
}
.home .section#section3 {
    padding-bottom: 0 !important;
}
.content-page p {
    max-width: 100%;
}
.right {
    padding: 0px;
}

.page-main {
    margin-top: 56px;
    overflow: hidden;
}
body .vc_custom_1574682857694 {
    padding-bottom: 0 !important;
}
.slider-text {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.img-zoom-lens,.img-zoom-result {
display:none;
}
.home .section,.sp-180,.vc_custom_1574682857694,.page-template-pillars .sp-180 {
  padding: 40px 0 !important;
}
.vc_custom_1574682857694 {
    padding-bottom: 0px !important;
}
/* .vc_row-no-padding .textwidget {
  padding-left: 30px !important;
  padding-right: 30px !important;
} */
.join-form .footer-links {
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.join-form .footer-links li {
    padding: 0 10px!important;
    margin-bottom: 0 !important;
    width: auto !important;
}
.contact-wraper-inner {
    overflow: auto;
    padding: 15px;

}
.contact-wraper-inner .form-outer {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.contact-wraper-inner .form-inner {
    float: left;
    width: 100%;
}
.contact-wraper-inner textarea {
    height: 100px;
    overflow: auto;
}
.cultivars-inner{
    flex-direction: column;
}
.page-template-cultiver-innerpage .menu-page h1, .page-template-cultiver-innerpage .menu-page h3, .page-template-cultiver-innerpage .cultiver-text h4{
font-size: 2rem;
}
.white-text  .vc_custom_heading{
font-size: 2rem !important;
}
.cultiver-text.half-part > img {
    align-self: center;
    margin: 0 14px 27px;
    max-height: 62px;
    max-width: 262px;
}
.white-text p{
    padding: 0 20px;
}
.half-part {
    width: 100%;
}
.contact-wraper-inner .closebtn1 svg {
    right: 15px;
    top: 17px;
    width: 24px;
}
.cultiver-image img {
  height: auto;
  max-height: 350px;
  max-width: 350px;
  width: 100%;
}
.join-cultivars-page {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.cultiver-text.half-part {
  align-items: start;
  margin: 0 0 34px;
  text-align: center;
}
 .page-template-cultiver-innerpage .cultiver-text h4{
font-size: 3rem;
}
.deatils-percentage {
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 0 15px 50px;
    text-align: center;
    width: 100%;
}
.cultiver-text.half-part {
    align-items: start;
    margin: 34px 0 34px 0;
    text-align: center;
  padding:0 15px;
}
.extra-cultiver img {
    width: 60px;
}
.img-wraper img {
    margin-left: 0;
    width: 76px;
}
.menu-page ul {
    margin-left: 0;
}
.form-text-inner label:nth-child(1), .form-text-inner label:nth-child(2), .form-text-inner label:nth-child(7), .form-text-inner label:nth-child(8) {
    width: 50%;
    display: inline-block;
}
.right p {
    padding-bottom: 20px;
}
#section1 .content-page h3 {
    margin-top: 0;
}
#section1, #section2, #section3, #section4 {
    overflow: hidden;
    height: auto !important;
}
#section1 .fp-tableCell, #section3 .fp-tableCell, #section2 .fp-tableCell, #section4 .fp-tableCell {
    height: auto !important;
    padding: 45px 0;
}
.arrow-section{
display:none;
}
#section0 .arrow-section{
display:block;
}
#section3 .fp-tableCell{
padding-bottom: 0;
}
.left-section .left{
height: 227px;
}
.sidenav1{
padding-top: 5px;

}
.join-form .wpcf7-form {
    padding: 0 27px;
}
.sidenav1 .closebtn1 svg {
    width: 17px;
    height: 17px;
    display: block;
    right: 10px;
    position: absolute;
    top: 13px;
}
.form-text-inner label {
   width: 50%;
    display: inline-block;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}
.sidenav1{
text-align: center;
}
.form-text ,.contact-info p,.wpcf7 p{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1px;
}
.subscribe-header {
    background-color: #ffb41d;
    margin-bottom: 16px;
    font-family: Nitti-Normal;
    font-size: 15px;
    line-height: .6;
    display: inline-block;
    color: #000;
    margin-left: 0;
    text-align: center;
}
.contact-info .widget {
    padding: 0;
    border: none;
    text-align: center;
}
.form-text-inner input{
    padding: 5px;
     /*  font-size: 10px; */
}
.form-text-inner select {
    background-position: right center;
    background-size: 18px auto;
    padding: 0 5px;
    position: relative;
    top: 5px;

}
span.wpcf7-list-item.first.last:before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100% auto;
}
input:checked + .wpcf7-list-item-label:before {

    width: 30px;
    height: 30px;
    background-size: 100% auto;
}
.checkbox1 {
    padding-left: 37px;
    display: inline-block;
    position: relative;
    margin-top: 10px !important;
    text-align: left;
}
span.wpcf7-form-control-wrap.your-country {
    top: 0;
}
.form-text-inner input[type="checkbox"] {
    width: 30px;
    height: 30px;

}
.sidenav {
    border: 6px solid #171d1a;
    width: 100%;
  right: -100%;
}
.main-overlay.sidenav-open div#mySidenav {
    right: 0;
}
.sidenav-open {
    transition: all 0.5s ease;
}
.main-navigation .primary-menu {
    border-bottom: none;
}
.closebtn {
    position: absolute;
    top: 21px;
    right: 0;
    float: right;
}
#social-navigation.social-navigation {
    display: block;
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
}
.sidenav-content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0;
    position: absolute;
    top: 0;
}
.content-page h1, .content-page h2{
font-size: 2rem;
}
.left-section {
    display: flex;
    flex-wrap: wrap;
}
.left-section {
    bottom: 0;
    position: relative;
}
.left {
    order: 3;
}
#section3, #section3 .fp-tableCell {
    padding: 0;
}
.right {
    order: 2;
}
.toggle {
    top: 13px;
  right: 20px;
}
#section3 h2 {
    margin: 0;
}
.content-page p {
    font-size: 16px;
}
.left,.right {
    float: none;
    width: 100%;
  text-align: center;
}
.image-movement,span#join{
    display:none!important;
}
.left{
    margin-top: 20px;
}
#section1 h1 {
    margin: 0;
}
.menu-page ul {
    margin: 0;
}
.content-page h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 2px;
}
.menu-page li a {
    font-size: 2rem;
      padding: 0;
}
.right a, .content-page a {
    font-size: 20px;
    padding: 5px 10px!Important;
  margin-top: 10px;
}
.content-page span {
    margin: 20px 0 10px;
  font-size:15px;
}
.footer-inner .site-info,.img-wraper, .footer-links {
    width: 100%;
    text-align: center;
  margin-top: 15px;
}
.footer-links ul{
  margin:0!important;
}
.footer-links li {
    padding: 0 10px!important;
  margin-bottom: 0 !important;
  width: 100%!important;
}

.site-branding svg {
    width: 98px!important;
}
header.site-header {
    height: 56px;
    padding: 0px 50px 0;
}
.site-footer{
  height:auto !important;
  padding:20px 0!important;
}
.site-footer .fp-tableCell{
  height:auto !important;
}
.page-template-default h2.widgettitle {
    font-size: 2rem;
}
.sp-180.calling-section.passion-section {
    padding-left: 15px;
    padding-right: 15px;
}
.sp-180.calling-section.passion-section .widget.widget_text, .sp-180 .site-inner.drive-section .widget.widget_text, .testimonial-wraper .widget.widget_text {
    width: 80%;
    margin: auto;
}
.sp-180 .site-inner.drive-section {
    padding: 0px;
}
.page .calling-section .site-inner.drive-section h2 {
    font-size: 2rem;
}
.hover-text {
    opacity: 1; 
    width: 100%;
    margin: auto;
}
.site-inner.drive-section .widget.widget_text {
    padding: 0 20px;
}
.testimonial-wraper figure.wpb_wrapper.vc_figure, .testimonial-wraper .vc_single_image-wrapper, .testimonial-wraper img {
    width: 120px;
}
.testimonial-wraper {
    padding-left: 20px;
    padding-right: 20px;
}
.drive-section .text-white p, .passion-section p, .drive-section p, .testimonial-wraper p {
    font-size: 1rem !important;
}
.page .testimonial-wraper .site-inner p {
    font-size: 1rem !important;
}
.sp-85.inner {
    padding: 0 20px;
}
.page .calling-section .site-inner.drive-section .text-white h2 {
    max-width: 188px;
}
.core-inner.wpb_column.vc_column_container, .core-inner.wpb_column.vc_column_container:nth-child(4) {
    width: 50%;
  margin-bottom: 40px;
}
.core-inner.wpb_column.vc_column_container:nth-child(5) {
    width: 100%;
}
.core-inner figure, .core-inner .vc_single_image-wrapper, .core-inner img {
    width: 100px;
}
.sp-180 .site-inner.drive-section.leader-wrap {
    display: block;
    margin: auto !important;
    padding: 0 14px;
    width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.passion-section {
    background-size: inherit !important;
}
.view-more a {
    padding: 8px 16px !important;
}
.join-now {

    top: 0;
}
.sidenav {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-x: auto;
    padding-top: 20px;
    right: 0;
    top: 0;
  display: flex;
}
.sidenav-content-wrapper {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.main-navigation ul {
    padding: 0 20px;
}
#social-navigation.social-navigation {
  bottom: 0;
  display: block;
  padding: 0 15px;
  position: relative;
}
.main-navigation {
    position: relative;
    top: inherit;
    transform: inherit;
}

.ex-hidden {
    left: -450px !important;
}
.extp-hidden-scroll .main-body {
    margin-left: 450px;
}
.extp-hidden-scroll header.site-header{
    left: 450px;
}
.ex-tplist  .ex-hidden-active .extp-mdbutton {
    left: 300px;
}
/* .sidenav-open #mySidenav1 .form-text-inner select{
  top:4px!important;
} */
 .sidenav-open #mySidenav1 .form-text-inner .your-subject input {
  top: -1px!important;
  position:relative;
}
.home #section0.section{
    min-height: 100vh; min-height: calc(var(--vh, 1vh) * 100);
}
.title-respect-image {
    max-height: 12.7vh!important;
}
.arrow-section span {
    margin-bottom: 0px!important;
}
.contact-wraper p ,.contact-wraper label,.contact-wraper input,.form-text-inner select,.form-text-inner select option,.form-text-inner input[type="date"]{
    font-size: 0.8rem;
}
}

@media only screen and (max-width: 575px) {
.content-page p {
    font-size: 15px;
    line-height: normal;
}
.content-page span {
    font-size: 12px;
}
 .sidenav-open{
width:100%;
}

.main-navigation a {
  font-size:20px;
}
.join-now{
  margin-left:20px;
}
.passion-section h2.widgettitle {
    margin-bottom: 20px;
}
.page .passion-section h6.detail-section-text-subtitle.-bg {
    margin-bottom: 0;
  font-size: .8rem;
}
.sp-85 {
    margin: 25px auto !important;
}
.sp-180.calling-section.passion-section .widget.widget_text, .sp-180 .site-inner.drive-section .widget.widget_text {
    width: 100%;
}
.page-template-default .inner h2.widgettitle {
    font-size: 2rem;
}
}
@media only screen and (max-width: 575px) {
.ex-hidden {
    left: -330px !important;
}
.extp-hidden-scroll .main-body {
    margin-left: 330px;
}
.extp-hidden-scroll header.site-header{
    left: 330px;
}
.ex-tplist  .ex-hidden-active .extp-mdbutton {
    left: 180px;
}
}
/* media query end*/

/* wpml legacy list */
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Age Gate */
.restricted_content { margin-top: 0 !important; }
.restricted_content .main-body { max-height: 100vh; max-height: calc(var(--vh, 1vh) * 100); overflow: hidden; pointer-events: none; }
.restricted_content .border-lower-left,
.restricted_content .border-upper-left,
.restricted_content .border-lower-right,
.restricted_content .border-upper-right { display: none; }
.is-hidden { display: none; }
.center { text-align: center; }
.age-gate { position: fixed; top: 0; left: 0; width: 100vw; min-height: 100vh; min-height: calc(var(--vh, 1vh) * 100); padding-bottom: 20px; box-sizing: border-box; background: rgb(250 178 24 / 90%); font: 16px 'Nitti-Normal', sans-serif; letter-spacing: 1px; text-align: center; z-index: 99999; overflow: auto; }
@media print, screen and (min-width: 40em) {
  .age-gate { font-size: 18px; }
}
.age-gate::before, .age-gate::after { content: ""; position: fixed; z-index: 2; opacity: 0; pointer-events: none; transition: all .4s ease-in-out; }
.age-gate::before { top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); }
.age-gate::after { top: 50%; left: 50%; width: 30px; height: 30px; background: url(../images/spinner.svg) center no-repeat; background-size: cover; transform: translate(-50%,-50%); filter: invert(1); }
.age-gate.loading::before, .age-gate.loading::after { opacity: 1; }
@media print, screen and (min-width: 1024px) and (min-height: 600px){
  .age-gate { position: absolute; top: 50%; left: 50%; padding: 70px; transform: translate(-50%,-50%); }
}
.age-gate .brand { display: block; width: 100px; margin: 0 auto 30px; }
.age-gate__container { width: 360px; max-width: 90%; margin: 20px auto 30px; padding: 25px; border-radius: 20px; background: #171d1b; color: #fff; }
@media print, screen and (min-height: 650px) {
  .age-gate__container { position: absolute; top: 50%; left: 50%; transform: translate3d(-50%,-50%,0); }
}
.age-gate h1, .age-gate__title { font-size: 24px; font-family: 'FuturaPT-Heavy'; text-transform: none; }
.age-gate h1 { margin-bottom: 1em; }
.age-gate .age-gate__title { margin-bottom: 20px; }
.age-gate h1 strong { color: #ffb41c; }
@media print, screen and (min-width: 640px) {
  .age-gate h1 { margin-bottom: 35px; font-size: 36px; }
}
.age-gate h3 { margin-bottom: 40px;text-align: center; }
.age-gate p:empty { display: none; }
.age-gate a { color: #cc8f16; }
.age-gate a.corporate { font-weight: 100; text-transform: uppercase; }
.age-gate small { font-size: 1em; }
.age-gate ol { margin: 0; list-style: none; font-family: 'FuturaPT-Medium', sans-serif; }
.age-gate ol li { margin-bottom: 5%; }
.age-gate .gform_wrapper ul li.gfield { margin-top: 0; }
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { margin-top: 0; }
.age-gate input, .age-gate select, .age-gate input[type="date"],
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-family: inherit; font-size: 1em; font-weight: normal; text-transform: uppercase; text-align: center; color: #fab218; }
.age-gate input::-webkit-input-placeholder,
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { font-family: inherit; color: #fab218; }
.age-gate input::-moz-placeholder,
.age-gate .gfield  input::-moz-placeholder { font-family: inherit; }
.age-gate input:-ms-input-placeholder,
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { font-family: inherit; color: #fab218; }
.age-gate input:-moz-placeholder,
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { font-family: inherit; color: #fab218; }
.age-gate label, .age-gate span.input { display: block; margin-bottom: 5px; font-weight: bold; }
.age-gate span.input, 
.age-gate .select span,
.age-gate input[type=date], 
.age-gate input[type=text], 
.age-gate input[type=email], 
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.age-gate .select select { width: 100%; height: 40px; border-radius: 5px; border: 1px solid transparent; letter-spacing: 0; }
.age-gate span.input, .age-gate input[type=text], .age-gate input[type=email], .age-gate span.input span, .age-gate .select span,
.age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 7px 26px 8px; font-size: 1.12em; }
.age-gate span.input { position: relative; padding: 0 0 0 13px; background: #fff; font-weight: normal; text-align: center; }
@media (hover: hover) and (pointer: fine) {
  .age-gate span.input { padding: 6px 0 9px 12px; }
}
.age-gate span.input input { height: auto; margin-top: 8px; padding: 0; background: transparent; text-align: center; }
@media only screen and (min-width: 40em) {
  .age-gate span.input input { margin-top: 5px; }
}
.age-gate span.input input[type=date] { width: auto; padding: 0 15px; }
.age-gate span.input input[type=number] { max-width: 45px; margin-top: 0; }
.age-gate span.input span, .age-gate .select span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; font-family: inherit; font-size: 1em; font-weight: normal; text-transform: uppercase; text-align: center; color: #fab218; pointer-events: none; transition: all .3s ease-in-out; }
@media (hover: hover) and (pointer: fine) {
  .age-gate span.input span { padding-top: 6px; }
}
.age-gate span.input span { padding-top: 6px; }
.age-gate .select span { width: auto; right: 15px; left: 15px; padding: 6px 0; letter-spacing: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.age-gate span.input input:focus ~ span, .age-gate span.input input[data-val] ~ span { opacity: 0; }
@media print, screen and (min-width: 640px) {
  .age-gate input[type=text], .age-gate input[type=date], .age-gate select,
  .age-gate .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .age-gate .gfield select { font-size: 1.12em; }
}
.age-gate .input input[type=number] { width: auto; min-width: 37px; max-width: 52px; padding: 0; border-radius: 0; border: none; background: transparent; -moz-appearance: textfield; }
.age-gate input[type=number]::-webkit-inner-spin-button, 
.age-gate input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.age-gate input[type="date"]:focus::before, .age-gate input[type="date"]:valid::before { display: none }
.age-gate input[type=date]::-webkit-inner-spin-button { -webkit-appearance: none; display: none; }
.age-gate input[type=date]::-webkit-calendar-picker-indicator { -webkit-appearance: none; display: none; }
.age-gate #date_birth_year, .age-gate #date_birth_month, .age-gate #date_birth_day { display: none; }
@media (hover: hover) and (pointer: fine) {
  .age-gate #date_birth { display: none; }
  .age-gate #date_birth_year, .age-gate #date_birth_month, .age-gate #date_birth_day { display: inline-block; }
}
.age-gate .select { position: relative; display: inline-block; width: 100%; font-size: 1.12em; text-align-last: center; }
.age-gate select { display: inline-block; width: 100%; cursor: pointer; padding: 2px 30px 1px 15px; outline: 0; border: 0; border-radius: 0; background: #fff; font-size: 1.12em; color: #fab218; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.age-gate select::-ms-expand { display: none; }
.age-gate select:focus { color: #000; }
.age-gate .select__arrow { position: absolute; top: 17px; right: 11px; width: 17px; height: 10px; background: url(../images/arrow-down.svg) center no-repeat; background-size: 100% 100%; z-index: 2; pointer-events: none; }
.age-gate ol li.invalid input, 
.age-gate ol li.invalid select, 
.age-gate ol li.invalid textarea,
.age-gate ol li.invalid .input,
.age-gate .gfield_error input { border-color: #fc5555; background: #e4bebe; }
.age-gate ol li.invalid select option { background: #FFF; }
.age-gate ol li.invalid .input input { border-color: transparent; background: transparent; }
.age-gate .gform_wrapper .gform_footer { margin-bottom: 3em; }
.age-gate .button { display: block; width: 100%; max-width: 250px; margin: 0 auto 1em; padding: 10px 24px; border-radius: 5px; background: #fab218; font-size: 1.12em; font-family: 'FuturaPT-Heavy', sans-serif; line-height: 1; font-weight: bold; text-decoration: none; text-align: center; text-transform: uppercase; color: #fff; transition: all .4s ease-in-out; }
@media print, screen and (min-width: 640px) {
  .age-gate .button { display: inline-block; width: 47.5%; min-width: 154px; max-width: none; margin: 0; padding: 10px 40px; }
  .age-gate .button:nth-child(even) { margin-left: 2.8%; }
  .age-gate .button.full { width: 100%; }
  .age-gate .gform_wrapper .gform_footer input.button, 
  .age-gate .gform_wrapper .gform_footer input[type=submit] { width: calc(100% - 16px); }
}
.age-gate .button:hover, .age-gate .button:focus { background: #cc8f16; }
.age-gate .button.secondary { background: #3e3e3e; }
.age-gate .button.secondary:hover, .age-gate .button.secondary:focus { background: #2c2c2c; }
.age-gate__form ol + p { margin-bottom: 3em; }
.age-gate__form div.wpcf7 .ajax-loader,
.age-gate__form .gform_ajax_spinner { width: 15px; height: 15px; margin: -93px 0 0 132px; background-image: url(../images/spinner.svg); background-size: cover; animation: rotating 1.5s linear infinite; transition: all .3s ease-in-out; }
@media print, screen and (min-width: 640px) {
  .age-gate__form div.wpcf7 .ajax-loader,
  .age-gate__form .gform_ajax_spinner { margin: -3px 0 0 -38px; }
}
.age-gate__intro, .age-gate__error { font-size: .68em; letter-spacing: 0; line-height: 1.2; }

/* anypicker */
.ap-overlay { z-index: 99999; }

span.language-switcher { position: relative; display: block; width: 100px; height: 45px; border-radius: 10px; margin: 20px auto 0; }
span.language-switcher input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 200px; height: 40px; border-radius: 10px; background-color: #1E1E1E; outline: none; cursor: pointer; }
span.language-switcher input:before, span.language-switcher input:after { z-index: 2; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #FFFFFF; }
span.language-switcher input:before { content: attr(data-current); left: 15px; }
span.language-switcher input:after { content: attr(data-alternative); right: 15px; }
span.language-switcher label { z-index: 1; position: absolute; top: 5px; bottom: 5px; border-radius: 10px; }
span.language-switcher input { -webkit-transition: .25s -.1s; transition: .25s -.1s; }
span.language-switcher input:checked { background-color: #FFFFFF; }
span.language-switcher input:checked:before { color: #FFFFFF; -webkit-transition: color .5s .2s; transition: color .5s .2s; }
span.language-switcher input:checked:after { color: #CCCCCC; -webkit-transition: color .5s; transition: color .5s; }
span.language-switcher input:checked + label { left: 5px; right: 54px; background: #1E1E1E; -webkit-transition: left .5s, right .4s .2s; transition: left .5s, right .4s .2s; }
span.language-switcher input:not(:checked) { background: #1E1E1E; -webkit-transition: background .5s -.1s; transition: background .5s -.1s; }
span.language-switcher input:not(:checked):before { color: #CCCCCC; -webkit-transition: color .5s; transition: color .5s; }
span.language-switcher input:not(:checked):after { color: #1E1E1E; -webkit-transition: color .5s .2s; transition: color .5s .2s; }
span.language-switcher input:not(:checked) + label { left: 54px; right: 5px; background: #FFFFFF; -webkit-transition: left .4s .2s, right .5s, background .35s -.1s; transition: left .4s .2s, right .5s, background .35s -.1s; }
@-webkit-keyframes turn-on {
  0% { left: 100%; }
  100% { left: 0%; }
}
@keyframes turn-on {
  0% { left: 100%; }
  100% { left: 0%; }
}
@-webkit-keyframes turn-off {
  0% { right: 100%; }
  100% { right: 0%; }
}
@keyframes turn-off {
  0% { right: 100%; }
  100% { right: 0%; }
}

.age-gate .gform_wrapper div.validation_error,
.age-gate .gform_wrapper li.gfield.gfield_error { border: none; background: transparent; }
.age-gate .gform_wrapper div.validation_error,
.age-gate .gform_wrapper li.gfield.gfield_error,
.age-gate .gform_wrapper .validation_message { color: #fc5555; }
.age-gate .gform_confirmation_message { margin-bottom: 1em; }

/* steps */
.age-gate__form, .age-gate__error { display: none; }
.age-gate.form .age-gate__check, .age-gate.error .age-gate__check { display: none; }
.age-gate.form .age-gate__form { display: block; }
.age-gate.error .age-gate__error { display: block; }

/* wpml */
.wpml-ls-legacy-list-horizontal { text-align: center; }
.wpml-ls-legacy-list-horizontal a { font-family: 'Nitti-Normal'; }
@media print, screen and (max-width: 909px) {
  .age-gate .wpml-ls-legacy-list-horizontal .wpml-ls-item::after { top: 4px; }
}

/* craft collective */
.craft-collective { max-width: 600px; margin: 0 auto; font: 20px 'Nitti-Normal', sans-serif; text-transform: uppercase; color: #00ff9d; }
.craft-collective h3 { margin-bottom: 0; font-weight: normal; }
.craft-collective .gform_wrapper, 
.craft-collective .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), 
.craft-collective .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) { margin-top: 0; }
.craft-collective .gform_wrapper ul li.gfield { margin-top: 28px; }
@media only screen and (min-width: 640px) {
  .craft-collective .gform_wrapper .top_label li.gfield.gf_left_half, .craft-collective .gform_wrapper .top_label li.gfield.gf_right_half,
  .craft-collective .gform_wrapper ul.gform_fields li.gfield { padding-right: 28px; }
}
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { margin-top: 0; }
.craft-collective input, .craft-collective select, 
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-family: inherit; font-size: 1em; font-weight: normal; color: #00ff9d; }
.craft-collective input::-webkit-input-placeholder,
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { font-family: inherit; color: #00ff9d; }
.craft-collective input::-moz-placeholder,
.craft-collective .gfield  input::-moz-placeholder { font-family: inherit; color: #00ff9d; }
.craft-collective input:-ms-input-placeholder,
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { font-family: inherit; color: #00ff9d; }
.craft-collective input:-moz-placeholder,
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { font-family: inherit; color: #00ff9d; }
@media print, screen and (min-width: 640px) {
  .craft-collective input, .craft-collective select,
  .craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .age-gate .gfield select { font-size: 1.12em; }
}
.craft-collective input[type=text], 
.craft-collective input[type=email], 
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.craft-collective select { width: 100%; border-radius: 0; border: 2px solid #00ff9d; background: transparent; }
.craft-collective input[type=text], .craft-collective input[type=email],
.craft-collective .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.craft-collective .gform_wrapper .craft-collective select { padding: 20px 26px 16px; font-size: 1em; }
.craft-collective select { cursor: pointer; outline: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.craft-collective select option { color: #200027; }
.craft-collective a { color: inherit; }
.page-template-default .entry-content .craft-collective p { font-size: 1.4375rem; font-family: inherit; }
.craft-collective .gform_wrapper div.validation_error, .craft-collective .gform_wrapper .validation_message { border-color: #f00; color: #f00; }
.craft-collective .gform_wrapper div.validation_error { border-color: #f00; }
.craft-collective .gform_wrapper li.gfield.gfield_error, .craft-collective .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border: 0; background: transparent; }
.craft-collective .gform_wrapper .gform_footer { position: relative; padding: 5px 0; }
.craft-collective .gform_wrapper .gform_footer input.button, .craft-collective .gform_wrapper .gform_footer input[type="submit"] { margin: 0 auto; border-radius: 0; background: #00ff9d; font-size: 1em; color: #200027; border: solid 1px #00ff9d; transition: all .3s ease-in-out; }
[lang="fr-FR"] .craft-collective .gform_wrapper .gform_footer input.button, [lang="fr-FR"] .craft-collective .gform_wrapper .gform_footer input[type="submit"] { font-size: .8em; }
@media only screen and (min-width: 640px) {
  .craft-collective .gform_wrapper .gform_footer input.button, .craft-collective .gform_wrapper .gform_footer input[type="submit"] { position: absolute; right: 28px; top: 0; display: block; width: calc(50% - 28px); padding: 25px 0 25px; transform: translateY(-86px); }
}
.craft-collective .gform_wrapper .gform_footer input.button:hover, .craft-collective .gform_wrapper .gform_footer input[type="submit"]:hover { background: #200027; color: #00ff9d; }
.craft-collective .gform_confirmation_wrapper .gform_confirmation_message { margin: 4em 0; }
.craft-collective.gform_confirmation_wrapper ~ p { display: none; }

.craft-cultivars { color: #00ff9c; }
@media all and (min-width: 48em){
  .craft-cultivars__filters { display: flex; margin: 0 -1em; }
  .craft-cultivars__filters__column { flex: 0 1 50%; margin: 0 1em; }
}
.craft-cultivars__filters h3 { margin-top: 1em; font-family: 'Open Sans', sans-serif; text-transform: uppercase; }
.craft-cultivars__filters ul { margin-left: -.5em; font-family: 'Nitti-Normal', sans-serif; list-style: none; }
.craft-cultivars__filters ul li,
.craft-cultivars__filters ul li a { display: inline-block; }
.craft-cultivars__filters ul li { margin: 0 .25em .5em; }
.craft-cultivars__filters ul li a { padding: .5em 1em; border: 2px solid #00ff9c; font-size: .8em; text-transform: uppercase; color: #00ff9c; cursor: pointer; transition: all .3s ease-in-out; }
.craft-cultivars__filters ul li a:hover,
.craft-cultivars__filters ul li.active a { background: #00ff9c; color: #200027; }
@media all and (min-width: 40em){
  .craft-cultivars__grid { display: flex; flex-wrap: wrap; margin: 0 -.5em; }
  .craft-cultivars__grid__item { flex: 1 0 33%; padding: 0 .5em 1em; }
}
@media all and (min-width: 64em){
  .craft-cultivars__grid__item { flex: 0 25%; }
}
.js_active .craft-cultivars__grid__item.hide { display: none; }

/* Craft Collective details page */
.admin-bar.craft-details.page-template-default .main-body { padding-top: 14px; }
@media (min-width: 48em){
  .craft-details.page-template-default .main-body { padding-top: 94px; }
  .admin-bar.craft-details.page-template-default .main-body { padding-top: 44px; }
}
@media (min-width: 64em){
  .craft-details.page-template-default .main-body { padding-top: 154px; }
  .admin-bar.craft-details.page-template-default .main-body { padding-top: 134px; }
}
.craft-details .post-thumbnail { display: none; }

/* Blog */
.entry-content h4 { font-family: FuturaPT-Bold }
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- { padding: 30px }
.page-template-default .entry-content p{font-family: NittiGrotesk-Medium,sans-serif;-webkit-font-smoothing: antialiased;}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {border:0px!important;font-size: 18px; padding: 5px 8px!important; line-height: 1; background-color: #ffb41d; color: #171d1a; border-style: none; font-family: 'Nitti-Normal'; text-transform: uppercase; display: inline-block; text-decoration: none; margin-top: 30px; transition: 0.5s ease all; position: relative; z-index: 1; cursor: pointer; border-radius: 0px; }
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{background:#000!important;color:#fff}
a.vc_btn3-style-outline-custom { font-family: 'Nitti-Normal'; }
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom { font-size: 18px; }

aside#secondary {display: none}
.single-post .content-area{width:100%;max-width:100%;background:#fff!important;box-shadow:none!important;padding:90px!important}
html .single, .single-post .container, .single-post .main-body{background:#ffb41d!important}
.single-post.single .main-body { margin-top: 0; padding-top: 13%; }
@media print, screen and (max-width: 639px) {
	.single-post.single .main-body .content-area { padding: 2em !important; }
}
@media print, screen and (min-width: 640px){
	.single-post.single .main-body { padding-top: 8%; }
}
@media print, screen and (min-width: 768px) and (max-width: 909px) {
	.single-post .content-area { padding-left: 10px !important; }
	.single-post .content-area .article-meta-info { transform: translatex(8%); }
}
.single .entry-content p {font-family: NittiGrotesk-Medium,sans-serif; font-size: 1.1rem; letter-spacing: normal; -webkit-font-smoothing: antialiased;line-height: inherit!important; margin: 1em 0 1em!important;}
.single-post .post-thumbnail{display:none}
nav.navigation.post-navigation {display: none}
.comments-area{margin-bottom: 0;padding: 12px}
.entry-title{hyphens:none}

.single img {max-width: 100%!important;margin-left: 0!important}
span.byline {display: none!important}
.single h2, .single h3 {font-family: Nitti-Normal}



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

.single-post .content-area{padding:30px!important}
.single-post .entry-header, .single-post .entry-content{margin:0!important}

}

/* home - craft collective section */
#page .section.section--craft-collective { height: auto; min-height: 0; }
@media only screen and (min-width: 640px) {
  #page .section.section--craft-collective { padding: 20px 0; }
}
@media only screen and (min-width: 120px) {
  #page .section.section--craft-collective { padding: 50px 0; }
}
.section--craft-collective .content-page.text-center { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; padding: 0 2em; }
@media only screen and (min-width: 640px) {
  .section--craft-collective .content-page.text-center { flex-wrap: nowrap; }
}
.section--craft-collective .right a:hover { background: #200027 !important; color: #00ff9d !important; }
.section--craft-collective .right { order: 0; margin: 0 0 2em; padding: 0; text-align: center; }
@media only screen and (min-width: 640px) {
  .section--craft-collective .right { width: 70%; margin-bottom: 0; }
}
@media only screen and (min-width: 1024px) {
  .section--craft-collective .right { width: 60%; }
}
.section--craft-collective .left { width: auto; margin-top: 0px; height: auto; position: relative; bottom: 0; z-index: 2; background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; vertical-align: middle; }
.section--craft-collective { background-image: url(https://7acres.com/wp-content/uploads/2020/03/7ACRES_CraftCollective_Background-scaled.jpg?id=19982) !important; padding: 7%; }
.section--craft-collective h2 { font-size: 34px; color: #00ff9c; }
@media only screen and (min-width: 640px) {
  .section--craft-collective h2 { font-size: 48px; }
}
@media only screen and (min-width: 1024px) {
  .section--craft-collective h2 { font-size: 62px; }
}
@media only screen and (min-width: 1100px) {
  .section--craft-collective h2 { font-size: 67px; }
}
.section--craft-collective .right p { max-width: 100%; padding-bottom: 0px; }
.section--craft-collective .right a { font-size: 18px; padding: 13px 28px; line-height: 1; color: #000; border-style: none; font-family: 'Nitti-Normal'; text-transform: uppercase; display: inline-block; text-decoration: none; transition: 0.5s ease all; position: relative; z-index: 1; cursor: pointer; }
.section--craft-collective .right a { background-color: #00ff9c; }
.section--craft-collective p { color: #00ff9c; }
.section--craft-collective .left-section { display: block; bottom: 0px; position: relative; padding: 0; text-align: center; }
@media only screen and (min-width: 640px) {
  .section--craft-collective .right p { margin-bottom: 0 !important; }
  .section--craft-collective .left-section { width: 30%; text-align: left; }
  .section--craft-collective .left-section .size-small { display: block; margin: 0 auto; }
}
@media only screen and (min-width: 1024px) {
  .section--craft-collective .left-section { width: 40%; text-align: center; }
}
.section--craft-collective .left-section .size-small { width: 200px; max-width: 80%; }
@media only screen and (min-width: 1024px) {
  .section--craft-collective .left-section .size-small { width: 250px; }
}

/* section promo */
#page .main-body .section--promo { min-height: 0; padding: 0 7px !important; border-width: 6px 0 15px; border-style: solid; border-color: #000; }
@media only screen and (min-width: 64em){
  #page .main-body .section--promo { padding: 0 15px !important; border-top-width: 15px; }
}
#page .main-body .section--promo .section--tastebuds { position: relative; min-height: 0; padding: 15vw 1em !important; background: url(../images/banner-tastebuds-bg-small.jpg) #afd9ec center no-repeat; background-size: 100% 100%; overflow: visible; }
.section--tastebuds__content { position: relative; text-align: center; }
.section--tastebuds img[class^="image--"] { position: absolute; pointer-events: none; }
.section--tastebuds .logo { display: block; width: 36%; max-width: 100%; min-width: 170px; margin: 0 auto 10%; }
.section--tastebuds .logo.large { display: none; }
.button--color-yellow, .button--pink { display: inline-block; padding: 1em 2em; font: 1em 'Nitti-Bold', sans-serif; letter-spacing: 1px; text-transform: uppercase; transition: all .3s ease-in-out; }
.button--color-yellow { background: #ffaa2c; color: #000; }
.button--color-yellow:hover { color: #fff; }
.button--pink { background: #f81545; color: #fff; }
.button--pink:hover { background: #ffaa2c; color: #000; }

@media only screen and (min-width: 40em){
  #page .main-body .section--promo,
  #page .section--promo .section { min-height: 0; }
  #page .main-body .section--promo { display: flex; flex-wrap: wrap; flex-direction: row; align-items: initial; }
  #page .section--promo .section { flex: 1 0 50%; min-width: 0; height: auto; }
  #page .section--promo .section--craft-collective .content-page { flex-wrap: wrap; }
  #page .section--promo .section--craft-collective .right,
  #page .section--promo .section--craft-collective .left-section { flex: 1 0 100%; width: auto; }
  #page .section--promo .section--craft-collective .right { margin-bottom: 2em; }
  #page .section--promo .section--craft-collective .right p { margin-bottom: 0 !important; }
  #page .section--promo .section--craft-collective h2 { font-size: 50px; }
  #page .section--promo .section--craft-collective .left-section { text-align: center; }
  #page .section--promo .section--craft-collective .left-section .size-small { width: 200px; }
  #page .main-body .section--promo .section--tastebuds { padding: 10vw 1em !important; background-image: url(../images/banner-tastebuds-bg-medium.jpg); background-size: cover; }
  .button--color-yellow, .button--pink { padding: 10px 20px; }
}
@media only screen and (min-width: 68.75em) {
  .section--tastebuds .logo { width: 60%; min-width: 400px; margin-bottom: 7%; }
  .section--tastebuds .logo.small { display: none; }
  .section--tastebuds .logo.large { display: block; }
  #page .main-body .section--promo .section--tastebuds { padding: 10vw 1em !important; background-image: url(../images/banner-tastebuds-bg.jpg); }
}

/* post grid */
.post-grid.grid, #post-grid-20436.post-grid { padding-right: 0; padding-left: 0; }
@media only screen and (max-width: 639px) {
	.post-grid .grid-items, #post-grid-20436 .item { width: auto !important; }
	.full-width-mobile{width:100%!important}
	.single-post .entry-content.demo p{word-break: break-all}
}
.post-grid .skin.flat .layer-content { padding-bottom: 1em; }
.post-grid .item { cursor: pointer; }



/* Black Section Title */

h6.black-yellow-title{
    background-color: #ffb41d!important;
    display: inline-block;
    font-family: Nitti-Normal;
    font-style: normal;
    font-weight: normal;
    line-height: 0.7;
    margin: 0 auto 30px;
    color: #000!important
}

/* cookie notice */
#cookie-notice.cn-position-bottom { min-width: calc(100% - 30px); right: 15px; bottom: 15px; left: 15px; }
.cn-button.bootstrap { background: #FBB319; color: #000; }
@media all and (min-width: 768px) {
    #cookie-notice .cookie-notice-container { display: flex; max-width: 1310px; margin: 0 auto; align-items: center; }
    #cookie-notice .cn-text-container { text-align: left; }
    #cookie-notice .cn-buttons-container { flex: 1; flex-basis: 370px; }
    #cookie-notice .cn-button { margin: 5px 10px; }
}


/* the stash */
@media all and (max-width: 767px) {
  .page-id-20322.page-template .page-main.subheader { padding-bottom: 42px; }
  .page-id-20322.page-template .page-main .site-inner { height: 45vh !important; }
  /* grid hotfix - no longer required */
  /*
  .page-id-20322 .post-grid .grid-items { max-height: 3900px; }
  .page-id-20322 .post-grid .grid-items .item:nth-child(3),
  .page-id-20322 .post-grid .grid-items .item:nth-child(4) { transform: translateY(-85%); }
  .page-id-20322 .post-grid .grid-items .item:nth-child(5),
  .page-id-20322 .post-grid .grid-items .item:nth-child(6) { transform: translateY(-165%); }
  */
}
@media all and (max-width: 909px) {
  .page-id-20322 .page-main { margin-top: 14px; }
}

/* about */
@media all and (max-width: 767px) {
  .page-id-22 .page-main .site-inner,
  .page-id-216 .page-main .site-inner,
  .page-id-218 .page-main .site-inner  { height: 45vh; }
}

/* cultivars */
@media all and (max-width: 767px) {
  .strain-list-item-1 .strain-left-image { left: -45px; }
}

.element.element_0.title_link a {
  color: #000;
}

a.element.element_2.read_more {
  display: none !important;
}


/**
 * NEW CAMPAIGN Styles
 */

/* ------- GENERAL STYLES ------- */
@media (max-width: 39.99875em) {
  .show-for-medium { display: none !important; }
}

.section__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
  .parallax .section__background { height: 120%; }
  .parallax .section__content { margin: 70% 0 -70%; }
#page .highlight { display: table; background: var(--color-yellow); font: 23px 'Nitti-Normal', sans-serif; }
.responsive-embed { position: relative; height: 0; margin-bottom: 1rem; padding-bottom: 56.25%; overflow: hidden; }

@media (min-width: 31.25em) {
  .parallax .section__content { margin: 40% 0 -40%; }
}
@media (min-width: 40em) {
  .parallax .section__content { margin: 35% 0 -35%; }
}
@media (min-width: 48em) {
  .parallax .section__content { margin: 25% 0 -25%; }
}
@media (min-width: 64em) {
  .parallax .section__content { margin: 15% 0 -15%; }
}

/* buttons */
.button { transition: all .3s ease-in-out; }
.button.hollow { padding: 5px 10px; border: 1px solid var(--color-yellow); font: 18px 'Nitti-Normal', sans-serif; letter-spacing: -2px; word-spacing: -2px; text-transform: uppercase; color: var(--color-yellow); }
.button.hollow:hover { background: var(--color-yellow); color: #000; }

/* titles */
.header-block { position: relative; display: inline-flex; flex-direction: column; margin-bottom: 70px; z-index: 2; }
.header-block .header-block__heading, .header-block .header-block__subheading { margin-bottom: 0; padding: 0 10px; border-width: 2px; border-style: solid; font: bold 20px/2 'FuturaPT-Heavy', sans-serif; letter-spacing: 0; text-transform: uppercase; }
.header-block__heading { border-color: var(--color-yellow); background: var(--color-yellow); }

  @media (min-width: 40em) {
    .header-block { flex-direction: row; }
    .header-block .header-block__heading, .header-block .header-block__subheading { font-size: 4vw; }
  }
  @media (min-width: 48em) {
    .header-block .header-block__heading, .header-block .header-block__subheading { font-size: 30px; }
  }

/* magnific popup */
.mfp-ready ~ .horizontal-border-setter::after { opacity: 0; }
.mfp-bg { z-index: 999992; }
.mfp-wrap { z-index: 999993; }
.mfp-container { padding-top: 15px; }
.mfp-content { max-width: 810px; padding: 20px; background: #000; font: 300 18px/1.2 'Nitti-Normal', sans-serif; color: #fff; }
.mfp-title { margin-bottom: 20px; font: 32px/1 'FuturaPT-Heavy', sans-serif; text-transform: uppercase; color: var(--color-yellow); }
.mfp-close-btn-in .mfp-close { top: 18px; right: 15px; width: 21px; height: 21px; background: url(../images/icon-close2.svg) center no-repeat; color: transparent; opacity: 1; }
.mfp-content small { font: 13px/1 'NittiGrotesk-Medium', sans-serif; }
.mfp-content small a { text-decoration: underline; color: inherit; }

@media (min-width: 23.4375em) {
  .mfp-content { padding: 30px 40px; }
}
@media (min-width: 48em) {
  .mfp-content { border: 3px solid #fff; border-radius: 4px; }
}

/* gravity forms */
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon { width: calc(100% - 44px); }

@media (min-width: 40em) {
  .gform_wrapper .gform_body .top_label li.gfield.two_thirds { width: 66.6%; }
}

/* ------- HEADER ------- */
header.site-header { height: auto; padding: 48px 50px 4px 48px; }
.site-header-main, .site-branding { height: 100%; }
.site-branding { display: flex; align-items: center; margin: 0 !important; }
.site-header .style-svg { width: 111px !important; max-width: 30vw; height: 35px; }
.site-header .nothing-less { max-width: calc(100% - 112px); height: 33px; margin-left: 3%; }
.site-header .nothing-less img { height: 100%; margin-top: -1%; vertical-align: top; }
.widget.widget_icl_lang_sel_widget { margin-top: 13px; }
.toggle { top: 17px; }
.sidenav { background: #000; }
.main-navigation a { color: #fff !important; }
.sidenav .join-now { background: var(--color-yellow); color: var(--color-dark-gray); transition: all .3s ease-in-out; }
.sidenav .join-now:hover { background: var(--color-dark-gray); color: #fff; }
.sidenav .closebtn { top: 20px; right: 20px; }
.sidenav .dropdown-toggle:after { color: #fff; }
.wpml-ls-sidebars-languages .wpml-ls-current-language>a { color: var(--color-yellow); }

  @media (min-width: 48em){
    header.site-header { height: auto; padding-top: 20px; padding-bottom: 14px; }
    .site-header .site-branding { height: auto; margin: 0 auto !important; }
    .site-header .style-svg { width: 166px !important; height: 52px; }
    .site-header .nothing-less { height: 49px; }
    .site-header .nothing-less img { margin-top: -1px; }
    .toggle { top: 33px; }
    .sidenav .closebtn { top: 28px; }
  }
  @media (min-width: 64em) {
    header.site-header { padding-top: 52px; padding-bottom: 36px; }
    .site-header .style-svg { width: auto !important; height: auto; }
    .site-header .nothing-less { width: 324px; height: 63px; }
    .site-header .nothing-less img { margin-top: 0; }
  }


/* ------- FOOTER ------- */
@media (max-width: 26em){
  .site-footer.section { padding-right: 20px !important; padding-left: 20px !important; }
}


/* ------- HERO ------- */
.hero { margin-top: 61px; color: #fff; }
.logged-in .hero { margin-top: 15px; }

  @media (min-width: 48em) {
    .hero { margin-top: 94px; }
    .logged-in .hero { margin-top: 48px; }
  }
  @media (min-width: 783px) {
    .logged-in .hero { margin-top: 62px; }
  }
  @media (min-width: 64em) {
    .hero { margin-top: 166px; }
    .logged-in .hero { margin-top: 134px; }
  }

.hero .swiper-slide { height: auto; }
.hero .swiper-slide__container { max-width: 1300px; margin: 0 auto; padding: 1rem 1rem 100px; text-align: center; }
.hero .swiper-slide__container img, .hero__title { opacity: 0; transform: translate3d(50px,0,0); transition: all .35s .7s ease-out; }
.hero .swiper-slide-active .swiper-slide__container img, .hero .swiper-slide-active .hero__title { opacity: 1; transform: none; }
.hero .swiper-slide__container img { width: 520px; max-width: 70%; margin-bottom: 5px; z-index: 2; transition-delay: .3s; object-fit: contain; }
.hero .swiper-slide__container img:hover { transition-delay: 0s; }
.hero__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.hero__title { margin-bottom: 55px; font: 11vw/1 'FuturaPT-Heavy', sans-serif; }
.hero .swiper-navigation { position: absolute; top: 50%; left: 50%; width: 100%; max-width: 1400px; transform: translate(-50%,-50%); z-index: 10; }
.hero .swiper-button-prev,
.hero .swiper-button-next { width: 13px; height: 24px; background: url(../images/icon-arrow.svg) center/100%100% no-repeat; }
.hero .swiper-button-prev { left: 20px; transform: scaleX(-1); }
.hero .swiper-button-next { right: 20px; }
.hero .swiper-pagination { bottom: 30px; left: 50%; transform: translate(-50%,0); }
.hero .swiper-pagination-bullet { width: 13px; height: 13px; margin: 0 5px; background: #fff; }

  @media (min-width: 40em) {
    .hero .swiper-slide__container { display: flex; align-items: center; padding: 1rem 50px; }
    .hero .swiper-slide__container img { position: absolute; height: 80%; max-width: 45%; }
    .hero .swiper-slide__content { width: auto; margin-left: 37%; padding: 100px 0; }
    .hero__title { margin-bottom: 30px; font-size: 6vw; }
  }
  @media (min-width: 48em) {
    .hero .swiper-slide__container img { height: 90%; transform: translateX(5%); }
    .hero .swiper-slide-active .swiper-slide__container img { transform: translateX(-15%); }
    .hero .swiper-slide-active .swiper-slide__container img:hover { transform: rotate(-3deg) scale(1.03) translateX(-15%); }
  }
  @media (min-width: 64em) {
    .hero .swiper-slide__content { padding: 200px 0; }
    .hero .swiper-slide__container img { max-width: 70%; }
    .hero__title { font-size: 6.5vw; }
  }
  @media (min-width: 75em) {
    .hero__title { font-size: 80px; }
  }
  @media (min-width: 87.5em) {
    .hero .swiper-slide__container img { width: 700px; }
  }


/* ------- QUALITY GUARANTEE ------- */
#page.page-template-homepage-new-campaign .quality-guarantee { display: block; min-height: 0; }
.quality-guarantee { background: #000; font: 18px/1.2 'Nitti-Normal', sans-serif; color: #fff; }
.quality-guarantee .content-page { position: relative; }
.quality-guarantee__image { position: absolute; top: 0; left: 0; width: 690px; max-width: none; transform: translate(-40%,-10%); }
  .step .quality-guarantee__image { transform: translate(-80%,50%) rotate(-45deg); opacity: 0; }
  .step.is-active .quality-guarantee__image { transform: translate(-40%,-10%); opacity: 1; transition: all 600ms var(--easeInOutQuart); }
.quality-guarantee__logo { display: block; width: 130px; margin-bottom: 63%; margin-left: auto; }
.quality-guarantee__content { padding: 0 30px; }
.quality-guarantee p { padding: 0; font-size: 1em; font-family: inherit; }
.quality-guarantee p:last-of-type { margin-bottom: 97px !important; }
.quality-guarantee .button { margin-top: 0; }
  .step .quality-guarantee__logo, .step .quality-guarantee__logo ~ p, .step.quality-guarantee .button { transform: translateY(20px); opacity: 0; }
  .step.is-active .quality-guarantee__logo, 
  .step.is-active .quality-guarantee__logo ~ p,
  .step.is-active.quality-guarantee .button { transform: translateY(0); opacity: 1; }
  .step.is-active .quality-guarantee__logo { transition: all .4s .4s ease-in-out; }
  .step.is-active .quality-guarantee__logo ~ p { transition: all .4s 1s ease-in-out; }
  .step.is-active.quality-guarantee .button { transition: all .3s 700ms ease-in-out; }
.mfp-content .gform_wrapper li.gsection { margin-bottom: 0; border: none; }
.mfp-content .gform_wrapper li.gsection .gsection_title { font: 20px/1 'NittiGrotesk-Medium', sans-serif; text-transform: uppercase; color: var(--color-yellow); }
.mfp-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mfp-content .gform_wrapper ul.gform_fields li.gfield select { min-height: 3rem; padding: 10px 12px; border: none; background: #fff; }
.mfp-content .gform_wrapper input[type=file] { color: #fff; }
.mfp-content .gform_wrapper ul.gform_fields li.gfield select { background-image: url(../images/black-arrow.svg); background-position: 100% 50%; background-size: 42px auto; background-repeat: no-repeat; }
.mfp-content .gform_wrapper ::-webkit-input-placeholder { font: inherit; }
.mfp-content .gform_wrapper :-ms-input-placeholder { font: inherit; }
.mfp-content .gform_wrapper ::placeholder { font: inherit; }
.mfp-content .gform_wrapper .ui-datepicker-trigger { width: 30px !important; height: 30px !important; margin-left: 10px; }
.mfp-content .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p { font-size: 16px; }
.mfp-content .gform_wrapper .gform_footer { display: flex; align-items: center; justify-content: space-between; }
.mfp-content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { flex: 0 1 auto; width: auto; margin: 0 1em 0 0; padding: 10px 18px; border: 1px solid var(--color-yellow); border-radius: 0; background: var(--color-yellow); font: 18px/1 'Nitti-Normal', sans-serif; color: #000; }
.mfp-content .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover { background: #000; color: var(--color-yellow); border: solid 1px #00ff9d; }
.mfp-content .gform_wrapper .gform_footer > a { text-decoration: underline; color: #fff; }
.mfp-content .qs-overlay .qs-overlay-year { color: #000; }
.mfp-content .gform_wrapper div.validation_error,
.mfp-content .gform_wrapper .gfield_error .gfield_label,
.mfp-content .gform_wrapper .validation_message { color: #f00; }
.mfp-content .gform_wrapper div.validation_error,
.mfp-content .gform_wrapper .gfield_error .gfield_label,
.mfp-content .gform_wrapper li.gfield.gfield_error, 
.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border: none; }
.mfp-content .gform_wrapper li.gfield.gfield_error,
.mfp-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background: transparent; }

.entry-content .quality-guarantee-form { display: block; float: none; margin-top: 70px; }
.entry-content .quality-guarantee-form #recompense-form { display: block !important; }

  @media (min-width: 23.43em) {
    .quality-guarantee__image, .step.is-active .quality-guarantee__image { transform: translate(-37%,-10%); }
    .quality-guarantee__logo { margin-left: 150px; margin-bottom: 52%; }
  }
  @media (min-width: 40em) {
    .quality-guarantee__logo { float: left; margin: 0; }
    .quality-guarantee__content { margin-left: 150px; padding-top: 0; }
    .quality-guarantee p, .quality-guarantee__content .text-center { margin-left: 150px !important; }
    .quality-guarantee p:last-of-type { margin-bottom: 1em !important; }
    .quality-guarantee .text-center { text-align: left; }
  }
  @media (min-width: 48em) {
    #page.page-template-homepage-new-campaign .quality-guarantee { padding: 85px 0; }
    .entry-content .quality-guarantee-form { float: none; margin: 120px auto 50px; padding: 30px 40px; }
  }
  @media (min-width: 64em) {
    #page.page-template-homepage-new-campaign .quality-guarantee { font-size: 20px; }
    .quality-guarantee__image, .step.is-active .quality-guarantee__image { width: 1350px; transform: translate(-31%, -25%); }
      .step .quality-guarantee__image { transform: translate(-30%,0%) rotate(-24deg); }
    .quality-guarantee__logo { width: 176px; }
    .quality-guarantee__content { max-width: 660px; margin-left: 40%; }
    .quality-guarantee p, .quality-guarantee__content .text-center { margin-left: 200px !important; }
    .entry-content .quality-guarantee-form { margin-top: 170px; }
  }
  @media (min-width: 68.75em) {
    #page.page-template-homepage-new-campaign .quality-guarantee { padding: 145px 0 340px; }
    .quality-guarantee__image, .step.is-active .quality-guarantee__image { width: 1482px; transform: translate(-23%,-30%); }
    .quality-guarantee__content { margin-left: 50%; }
  }
  @media (min-width: 75em) {
    .quality-guarantee__content { margin-left: 38%; }
    .quality-guarantee__image, .step.is-active .quality-guarantee__image { transform: translate(-29%, -31%); }
  }
  @media (min-width:87.5em) {
    .quality-guarantee__image, .step.is-active .quality-guarantee__image { transform: translate(-23%, -31%); }
  }


/* ------- HIGH END CULTIVARS ------- */
#page.page-template-homepage-new-campaign .high-end-cultivars { display: block; min-height: 0; padding: 100px 0 !important; }
.high-end-cultivars { position: relative; background: #000; font-size: 18px; text-align: center; color: #fff; }
.high-end-cultivars__items { margin-left: 0; list-style: none; }
.high-end-cultivars__items img { position: absolute; top: 50%; left: 50%; max-width: 110%; height: 90%; transform: translate(-50%, -50%); opacity: 0; pointer-events: none; object-fit: contain; transition: all .35s var(--easeInOutQuart); }
.high-end-cultivars__items a { margin: 0; padding: 0 !important; background: transparent; font: 40px/1 'FuturaPT-Heavy', sans-serif; color: #fff; }
.high-end-cultivars__items li.is-active a, 
.high-end-cultivars__items a:hover { background: transparent; color: var(--color-yellow); }
.high-end-cultivars__items li.is-active img { opacity: .5; }
  .step .high-end-cultivars__items li.is-active img { opacity: 0; }
  .step.is-active .high-end-cultivars__items li.is-active img { opacity: .5; }
  .step.high-end-cultivars .header-block, 
  .step.high-end-cultivars .high-end-cultivars__items { opacity: 0; }
  .step.high-end-cultivars .header-block { transform: translateY(20px); }
  .step.is-active.high-end-cultivars .header-block, 
  .step.is-active.high-end-cultivars .high-end-cultivars__items { opacity: 1; }
  .step.is-active.high-end-cultivars .header-block { transform: translateY(0); }
  .step.is-active.high-end-cultivars .header-block { transition: all .3s .4s ease-in-out; }
  .step.is-active.high-end-cultivars .high-end-cultivars__items { transition: all .4s .3s ease-in-out; }

  @media (min-width: 40em) {
    .high-end-cultivars__items a { font-size: 70px; }
  }
  @media (min-width: 48em) {
    .high-end-cultivars__items a { font-size: 90px; }
  }
  @media (min-width: 64em) {
    #page.page-template-homepage-new-campaign .high-end-cultivars { padding: 200px 0 !important; }
  }


/* ------- KNOW THE GROW ------- */
#page.page-template-homepage-new-campaign .know-the-grow { display: block; min-height: 0; padding: 100px 0 !important; }
.know-the-grow { position: relative; background: #000; font: 20px/1.2 'Nitti-normal', sans-serif; text-align: center; color: #fff; }
.know-the-grow .nothing-less img { width: 275px; height: 53px; }
.know-the-grow p { max-width: 790px; margin: 0 auto !important; font-size: 1em; font-family: inherit; }

  @media (min-width: 48em) {
    .know-the-grow .nothing-less img { width: 500px; height: 96px; }
  }
  @media (min-width: 64em) {
    #page.page-template-homepage-new-campaign .know-the-grow { padding: 190px 0 !important; }
  }


/* ------- CULTIVAR INNER PAGE ------- */
.site-header + .bottom-section { padding-top: 66px; }
#page.page-template-cultiver-innerpage .content-page { padding-bottom: 0; }
#page .cultiver-text.half-part { margin-top: 0; text-align: left; }
.cultiver-text.half-part > img { max-width: 100%; margin: 0 0 2em; }
#page .cultiver-text.half-part h4 { margin-bottom: 16px; text-align: center; }
#page .cultiver-text.half-part .highlight { margin-bottom: 30px; }
#page .cultiver-text .glsr-summary-stars .glsr-star { width: 23px; height: 23px; background-size: 23px; }
#page .cultiver-text .glsr-summary-text span { display: none; }
#page .cultiver-text .anchor-reviews { margin-top: 0; padding: 0; background: transparent; font: 17px/1 'NittiGrotesk-Medium', sans-serif; text-decoration: underline; }
#page .cultiver-text .anchor-reviews:hover { color: var(--color-yellow); }
#page.page-template-cultiver-innerpage .content-page .cultiver-text p { font-size: 18px; }
.cultiver-text .deatils-percentage { margin-bottom: 2em; padding: 0; text-align: left; }
.cultiver-text .deatils-percentage strong { display: block; letter-spacing: 0; font-family: 'Nitti-Bold', sans-serif; }
.cultiver-text.half-part .glsr-summary-rating { display: none; }
.site-header + .bottom-section .cultivars-inner { margin-bottom: 50px; }
#page .bottom-section__title { margin-bottom: 40px; font: 22px 'Nitti-Bold', sans-serif; letter-spacing: 0; text-transform: uppercase; text-align: center; }
#page .suggested-products { margin-bottom: 50px; padding-bottom: 50px; }
#page .suggested-products .swiper-slide { height: auto; font: 18px/1 'NittiGrotesk-Medium', sans-serif; color: var(--color-gray); text-align: center; }
#page .suggested-products .swiper-slide a { background: transparent; font-size: 1em; }
#page .suggested-products .swiper-slide h4 { font: 18px/1 'Nitti-Bold', sans-serif; text-transform: uppercase; color: var(--color-dark-gray); }
#page .suggested-products__image img { width: 164px; height: 164px; object-fit: contain; }
#page .suggested-products .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 10px; border: 1px solid var(--color-gray); background: #fff; outline: none; }
#page .suggested-products .swiper-pagination-bullet-active { background: var(--color-gray); }
.cultivar-reviews { margin: 0 -20px; padding: 50px 20px; background: var(--color-light-gray); }
#page .cultivar-reviews__heading { margin-bottom: 40px; padding: 0; font: 32px/1 'FuturaPT-Heavy', sans-serif; letter-spacing: 0; text-transform: uppercase; }
#page .cultivar-reviews__subheading { padding: 0; font: 20px 'Nitti-Bold', sans-serif; text-transform: uppercase; }
#page .cultivar-reviews__list__heading { margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px solid #9b9b9b; font: 22px 'Nitti-Bold', sans-serif; text-transform: uppercase; }
#page .cultivar-reviews__list .alt { margin-bottom: 80px; padding: 10px 30px !important; font-size: 18px; }
#page .cultivar-reviews .swiper-container { margin-bottom: 50px; }
#page.page-template-cultiver-innerpage .content-page span:not([class]) { margin: 0; background: transparent; }
#page.page-template-cultiver-innerpage .content-page .glsr-summary { flex-direction: column; text-align: center; }
#page.page-template-cultiver-innerpage .content-page .glsr-summary-percentages { display: none; }
#page.page-template-cultiver-innerpage .content-page .glsr-summary-rating span { display: block; font: 60px/1 'NittiGrotesk-Medium', sans-serif; text-align: center; }
#page .cultivar-reviews .glsr-summary-stars .glsr-star { width: 32px; height: 32px; background-size: 32px; }
#page.page-template-cultiver-innerpage .content-page .glsr-summary-text { margin-bottom: 24px; }
#page.page-template-cultiver-innerpage .content-page .glsr-summary-text span { font-size: 18px; text-transform: uppercase; }
#page .cultivar-reviews .swiper-container { padding-bottom: 40px; }
#page .cultivar-reviews .swiper-slide { width: 300px; }
#page .cultivar-reviews .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 10px; border: 1px solid var(--color-gray); background: #fff; outline: none; }
#page .cultivar-reviews .swiper-pagination-bullet-active { background: var(--color-gray); }
#page .cultivar-reviews .responsive-embed { background: #000; cursor: pointer;  }
#page .cultivar-reviews .responsive-embed::after { content: ""; position: absolute; top: 50%; left: 50%; width: 26px; height: 19px; background: url(../images/icon-youtube.svg) center/100% 100% no-repeat; transform: translate(-50%,-50%); transition: all .3s ease-in-out; }
#page .cultivar-reviews .responsive-embed:hover::after { transform: translate(-50%,-50%) scale(1.5); }
#page .cultivar-reviews .responsive-embed img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all .3s ease-in-out; }
#page .cultivar-reviews .responsive-embed.is-active img { opacity: 0; pointer-events: none; }
#page .cultivar-reviews .responsive-embed.is-active::after { transform: translate(-50%,-50%) scale(5); opacity: 0; pointer-events: none; }
#page .cultivar-reviews .glsr-reviews-wrap span { font-size: inherit; text-align: inherit; }
#page .cultivar-reviews .glsr-review { position: relative; padding-top: 50px; border-top: 1px solid #9b9b9b; }
#page .cultivar-reviews .glsr-review-author, #page .cultivar-reviews .glsr-review-rating { margin-left: 60px; }
#page .cultivar-reviews .glsr-review-author { order: 0; flex-basis: 100%; margin-bottom: 3px; padding-top: 7px; font: 22px 'Nitti-Bold', sans-serif; text-transform: uppercase; }
#page .cultivar-reviews .glsr-review-author::before { display: none; }
#page .cultivar-reviews .glsr-review-author .letter { position: absolute; top: 50px; left: 0; width: 47px; height: 47px; margin: 0; border-radius: 100%; background: var(--color-dark-gray); font-size: 31px; line-height: 47px; text-align: center; color: #fff; }
#page .cultivar-reviews .glsr-review-rating { order: 1; flex-basis: 100%; margin-bottom: 28px; }
#page .cultivar-reviews .glsr-review-rating .glsr-star { width: 15px; height: 15px; background-size: 15px; }
#page .cultivar-reviews .glsr-review-date { order: 2; margin-bottom: 1em; font-style: normal; }
#page .cultivar-reviews .glsr-review-title { order: 3; }
#page .cultivar-reviews .glsr-review-title h3 { margin-bottom: 7px; font: 18px/1 'NittiGrotesk-Medium', sans-serif; letter-spacing: 0; }
#page .cultivar-reviews .glsr-review-content { order: 4; margin-top: 0; }
#page .cultivar-reviews .glsr-review-content p:last-of-type { margin-bottom: 0 !important; }
#page .glsr-default form.glsr-form .gl-star-rating--stars span { margin-right: 30px; background-color: transparent; }
#write-a-review > p span { display: block; }
#write-a-review .glsr-default form.glsr-form { row-gap: 30px; }
#write-a-review .glsr-default form.glsr-form label.glsr-label { font-size: 1em; text-transform: uppercase; }
#write-a-review .glsr-default form.glsr-form input.glsr-input,
#write-a-review .glsr-default form.glsr-form select.glsr-select,
#write-a-review .glsr-default form.glsr-form textarea.glsr-textarea { border-radius: 0; border: none; }
#write-a-review .glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track { color: var(--color-yellow); }
#write-a-review .glsr-default form.glsr-form [data-field="terms"] { display: none; }
#write-a-review .glsr-default form.glsr-form [data-field="submit-button"] { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 45px; }
#write-a-review .glsr-default form.glsr-form [type=submit], .glsr-default form.glsr-form .close { margin-bottom: 10px; font: 18px/1 'Nitti-Normal', sans-serif; color: #fff; }
#write-a-review .glsr-default form.glsr-form [type=submit] { padding: 10px; border: 1px solid var(--color-yellow); border-radius: 0; background: transparent; }
#write-a-review .glsr-default form.glsr-form [type=submit]:hover { background: var(--color-yellow); color: #000; }
#write-a-review .glsr-default form.glsr-form .close { text-decoration: underline; }
.mfp-content .glsr-default form.glsr-form input.glsr-input,
.mfp-content .glsr-default form.glsr-form select.glsr-select,
.mfp-content .glsr-default form.glsr-form textarea.glsr-textarea { color: #000; }

  @media (min-width: 48em) {
    #page .bottom-section__title { text-align: left; }
    .site-header + .bottom-section { padding-top: 100px; }
    #page .cultiver-text.half-part h4 { text-align: left; }
    #page .cultiver-text.half-part .glsr-summary { align-items: flex-start; text-align: left; }
    #page .cultiver-text.half-part .glsr-summary span { text-align: inherit; }
    #page .cultivar-reviews .swiper-slide { width: 440px; }
    #page .cultivar-reviews__list__heading+.text-center { display: flex; align-items: center; justify-content: space-between; padding-bottom: 70px; }
    #page.page-template-cultiver-innerpage .content-page .glsr-summary { flex-direction: row; }
    #page.page-template-cultiver-innerpage .content-page .glsr-summary-text { text-align: left; }
    #page .cultivar-reviews__list .alt { margin: 0; }
    #page .cultivar-reviews .glsr-review-date, #page .cultivar-reviews .glsr-review-title, #page .cultivar-reviews .glsr-review-content { margin-left: 60px; }
  }
  @media (min-width: 64em) {
    .site-header + .bottom-section { padding-top: 230px; }
    #page .bottom-section__title, #page .suggested-products { padding-right: 20px; padding-left: 20px; }
    #page .bottom-section__title { margin-bottom: 65px; }
    .cultivar-reviews { padding: 80px 40px; }
    #page .cultivar-reviews__heading { margin-bottom: 45px; font-size: 40px; }
    #page .suggested-products .swiper-slide { flex: 0 0 calc(33% - 20px); display: flex; align-items: center; margin: 0 20px 40px 0; text-align: left; }
    #page .suggested-products__image { margin-right: 10px; }
  }

/* pax */
@media (min-width: 64em) {
  .header--pax__image { padding-top: 80px; }
}

/* concentrates */
.vc_custom_1591632409886 { top: 15px; }
.textwidget .deatils-percentage {  padding: 0; background: inherit; font-size: 1rem; }

@media (min-width: 64em) {
  .vc_custom_1591632409886 { top: 70px; }
}
/* Join the Movement */

/** Error 404 **/

 .error-404,.no-results {
  margin-top: 20rem;
  margin-bottom: 10rem!important;
 }

 .search-results .site-main {
  padding: 14rem 0!important;
}

 @media screen and (max-width: 991px) { 
  .error-404, .no-results {
    margin-top: 10rem;
  }

  .search-results .site-main {
    padding: 8rem 0!important;
  }
}
