/*
Theme Name: LucidMood
Author: NewScience
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProBold.eot');
    src: local('Sofia Pro Bold'), local('SofiaProBold'),
        url('fonts/SofiaProBold.eot#iefix') format('embedded-opentype'),
        url('fonts/SofiaProBold.woff') format('woff'),
        url('fonts/SofiaProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Semi';
    src: url('fonts/SofiaProSemiBold.eot');
    src: local('Sofia Pro Semi Bold'), local('SofiaProSemiBold'),
        url('fonts/SofiaProSemiBold.eot#iefix') format('embedded-opentype'),
        url('fonts/SofiaProSemiBold.woff') format('woff'),
        url('fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProRegular.eot');
    src: local('Sofia Pro Regular'), local('SofiaProRegular'),
        url('fonts/SofiaProRegular.eot#iefix') format('embedded-opentype'),
        url('fonts/SofiaProRegular.woff') format('woff'),
        url('fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-family: "Sofia Pro";
  font-size: 18px;
  font-weight: 400;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
    background-color: #0000;
    box-shadow: none;
    padding: .74rem 1rem;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 1.2rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: none;
}

div.dark_square .pp_close {
    background: #5a2d8a;
    text-indent: 0;
    color: #FFF;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 12px;
    border-radius: 20px;
    line-height: 25px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## Customizations
--------------------------------------------------------------*/
.navbar {
    text-align: center;
    max-width: 1010px;
    margin: auto;
}

.navbar > div {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

.navbar-brand img {
    max-width: 350px;
}

.navbar-brand {
    margin: 0px 90px;
}

.navbar a {
    color: #FFF !important;
    font-family: "Sofia Pro";
    font-weight: normal !important;
    font-size: 18px !important;
}

.navbar-nav li:first-child {
    margin-right: 90px;
}

#hero {
    color: #FFF;
    font-family: "Sofia Pro";
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
	overflow: hidden !important;
	background-position: top center !important;
}


div#hero:after, #colophon:after, #gradient-section:before , .fullscreen-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: 0;
    left: 0;
    display: block;
    background: url(img/dot-pattern_2.png) center bottom;
    overflow: visible;
    visibility: visible;
    background-size: auto 100%;
}

#colophon:after , #gradient-section:before , .fullscreen-menu:before {
    top: -20px;
    bottom: auto;
    z-index: 11;
    background: url(img/footer-dot-pattern.png) center top;
}

#gradient-section:before {
	z-index: 0 !important;
}

div#hero:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 980px;
    bottom: -850px;
    left: -25%;
    display: block;
    overflow: visible;
    visibility: visible;
    background-size: 100% 100%;
    z-index: 10;
    background: #F4F4F4;
    border-radius: 50%;
}

.hero-title {
    font-size: 100px;
    font-family: "Sofia Pro" !important;
    font-weight: 400;
}

.hero-button {
    text-align: center;
}

section#about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #F4F4F4;
    z-index: -2;
}

.purple-button {
	background: url(img/view-button.png) no-repeat;
    color: #FFF;
    font-family: "Sofia Pro";
    font-size: 16px;
    text-align: center;
    line-height: 66px;
    display: inline-block;
    height: 69px;
    width: 225px;
    vertical-align: middle;
    background-position: center center !important;
	position: relative;
	background-size: 100% !important;

}

.purple-button:hover {
	background: url(img/button-dot-pattern.png) no-repeat;
	text-decoration: none;
    background-position: center center !important;
	background-size: 225px !important;
	background-size: 100% !important;
}

.purple-button:before, .purple-button:after {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 58px;
    width: 65px;
    border-radius: 40px;
    border: 2px solid #5a2d8c73;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    z-index: -1;
    margin: auto;
}
.purple-button:hover:before, .purple-button:hover:after {
  border-color: transparent;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(4);
          transform: scale(4);
  transition: 2100ms blur ease, 900ms border-color ease, 1000ms -webkit-transform ease;
  transition: 1000ms transform ease, 2100ms blur ease, 900ms border-color ease;
  transition: 1000ms transform ease, 2100ms blur ease, 900ms border-color ease, 1000ms -webkit-transform ease;
}

.purple-button:hover:after {
  transition-delay: 100ms;
}

section#about>div {
    position: relative;
    z-index: 11;
}

.upb_video-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000082;
}


a.play-button > img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0 0  !important;
}

a.play-button {
    height: 70px;
    line-height: 65px;
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
}

a.play-button:hover {
    text-decoration: none;
}

a.play-button > em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 16px;
}

.explore-more {
    position: absolute !important;
    bottom: 150px;
    left: 0;
    right: 0;
    font-size: 15px;
    font-family: "Sofia Pro";
    font-weight: 600;
    letter-spacing: 1.75px;
    line-height: 40px;
}
h4.vc_custom_heading {
    font-size: 15px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 0 20px 0;
}

h2.vc_custom_heading {
    font-size: 90px;
    font-family: "Sofia Pro";
    font-weight: 400;
    line-height: 90px;
    margin: 0;
    padding: 0;
}


.container {
    max-width: 100%;
}

.uneven-padded-section {
    padding-right: 100px !important;
    padding-left: 175px !important;
    padding-top: 40px;
    /*max-width: 1900px;*/
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible !important;
}

.no-padding-top {
	padding-top:  0px !important;
}

.flowed-top {
    position: relative;
    margin-top: 0;
    top: -400px;
}

.image-hiked-up {
	position: relative;
	margin-top: -200px !important;
	left: 140px;
}

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

.padded-top-p {
	padding-top: 90px;
}

.hiked-left {
	position: relative;
	left: -100px;
}

/*.product-image-container {
	top: -80px;
}*/

.full-width-image , .full-width-image * {
	width: 100% !important;
} 

div#make-every > div {
    position: relative;
    margin-top: -8vw;
    max-width: 100%;
}

div#make-every {
    overflow: visible;
    margin: 0 !important;
}

body {
    overflow-x: hidden;
}

.explore-more p {
    font-size: 14px;
    font-weight: 600;
}

div#our-products {
    background-size: 100% auto !important;
    background-position: 50% 100px !important;
    overflow: visible !important;
    padding-top: 75px;
    margin-top: -75px;
    padding-bottom: 75px;
}

.product-image-container>div>div {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.gradient-block {
    position: absolute;
    z-index: 0;
}

.gradient-left {
    left: 0;
}

.gradient-right {
    right: 0;
}

.product-featured-image {
    position: relative;
    z-index: 1;
    left: 80px;
    top: 150px;
}

.product-featured-image.wpb_single_image.vc_align_right {
    left: auto;
    right: 80px;
}

.product-image {
    position: absolute;
    bottom: 40px;
    left: 59px;
    z-index: 2;
}

.thc-cbd-ratio {
    width: 100px;
    z-index: 10;
    position: absolute;
    color: #FFF;
    background: #000;
    padding: 17px 10px;
    left: 223px;
    bottom: 37px;
}

.thc-cbd-ratio p {
    font-size: 12px !important;
}

.thc-cbd-ratio p strong {
    font-size: 30px !important;
    font-weight: 400;
    line-height: 20px;
}

.even-padded-section {
    padding: 0 100px;
    /*max-width: 1900px;*/
    margin: auto !important;
}

.product-image-container h2 {
    position: absolute;
    z-index: 10;
    right: -215px;
    top: calc(50% - 45px);
    transform: rotate(90deg);
    width: 460px;
    text-align: center !important;
}

* {
    -webkit-font-smoothing: antialiased;	
    font-family: "Sofia pro";
}

.product .limited-p {
    margin: auto;
    text-align: center;
    max-width: 445px;
}

.product h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 27px;
    color: #333;
    font-family: "Sofia pro";
}

.row-reversed {
	flex-direction: row-reverse;
    display: flex !important;
}

.product-image img {
    max-height: 460px;
    width: auto;
}

.thc-cbd-ratio.right-ratio {
    left: auto;
    right: 223px;
}

.product-image-right {
    right: 49px;
    left: auto;
}

.left-product-name {
    right: auto !important;
    left: -215px;
    transform: rotate(-90deg) !important;
}

#about {
	padding-bottom: 0vw !important;
}

#local-resources {
	max-width: 1260px;
	margin: auto;
	margin-bottom: 150px;
}

#contact-lucidmood {
	max-width: 1260px;
	margin: auto;
}

.big-h3 {
	font-size: 56px;
	font-weight: 400;
	line-height: 55px;
}

.more-height {
	padding-top: 60px;
    padding-bottom: 60px;
}

.instagram-icon {
	max-width: 24px;
}

#instagram p {
	font-size: 20px;
}

#colophon {
	position: relative;
	background: #FFF !important;
    overflow: hidden;
}
footer#colophon:before {
    background: linear-gradient(-90deg,#218eae,#b44b70,#c96115,#8d3536,#283c7f);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 150%;
    height: 100%;
    visibility: visible;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    left: -25%;
    z-index: 10;
}
/*body:not(.home) header#masthead {
    background: #0000004d;
}*/
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

div#footer-widget {
    max-width: 1300px;
    margin: auto !important;
    padding: 200px 0px;
    position: relative;
    z-index: 15;
    background: none !important;
}

a.footer-logo img {
    max-width: 200px;
}

a.footer-logo {
    margin-top: 25px;
    display: block;
}

footer .widget_nav_menu {
    color: #FFF;
}

footer .widget_nav_menu ul a {
    padding: 0px !important;
    font-size: 18px;
    line-height: 30px;
}

footer .widget_nav_menu ul a:hover {
	background: none !important;
}

h3.widget-title {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.8px;
    margin-bottom: 25px;
}

.footer-social img {
    height: 16px;
}

.footer-social li {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.footer-social ul {
    padding: 0 !important;
    margin: 0 !important;
}

ul.footer-social {
    padding: 0;
    margin: 0;
}

ul.footer-social a {
    border: 1px #ffffff59 solid;
    padding: 15px;
    border-radius: 50%;
}

ul.footer-social li:first-child {
    margin-right: 15px;
}

ul.footer-social {
    display: block;
    overflow: hidden;
    line-height: 50px;
}

.copyright {
    position: relative;
    z-index: 15;
    color: #FFF;
    font-size: 14px;
    border-top: solid 1px #ffffff45;
    padding: 40px 0 !important;
}

div#picture-2 , div#picture-2 img {
	width: 340px;
}

div#picture-1 , div#picture-1 img {
	width: 380px;
}

.product-featured-image img {
    max-width: 560px;
}

	
.product-featured-image img {
	max-width: 560px !important;
}

section#gradient-section {
	background: -webkit-linear-gradient(bottom left, #C96115, #5A2D8A, #B44B70);
	background: -o-linear-gradient(bottom left, #C96115, #5A2D8A, #B44B70);
	background: linear-gradient(to top right, #C96115, #5A2D8A, #B44B70);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.product-image-container {
    position: relative;
    /*top: 300px;*/
}

/*div#product-5 .product-image-container {
    top: 400px;
}*/

.sbi {
    margin-bottom: 60px !important;    
	max-width: 1260px;
}
.sbi_link {
    background: #1a2751 !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    top: 20px !important;
    left: 20px !important;
}

#sb_instagram .sbi_hover_top {
    display: table;
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    padding: 20px !important;
}

#sb_instagram .sbi_hover_top p {
    display: block;
    vertical-align: middle;
    font-size: 15px;
    font-family: "Sofia Pro";
    position: relative;
    top: 75px;
}
.sbi_info {
    display: none !important;
}

#sb_instagram .sbi_hover_bottom {
    bottom: auto;
    top: 55px;
    opacity: 1 !important;
}

#sb_instagram .sbi_meta i, #sb_instagram .sbi_meta svg {
    font-size: 20px;
    display: inline-block !important;
    vertical-align: middle;
}

span.sbi_likes {
    font-size: 15px !important;
}

span.sbi_comments {
    font-size: 15px !important;
}

.sbi-owl-nav .sbi-owl-next {
    right: -90px;
    box-shadow: none;
    background: #F3F4F6;
    width: 56px;
    height: 56px;
    line-height: 50px;
}

.sbi-owl-nav .sbi-owl-prev {
    left: -90px;
    box-shadow: none;
    background: #F3F4F6;
    width: 56px;
    height: 56px;
    line-height: 50px;
}

span.mobile-trigger {
    display: none;
}

.fullscreen-menu {
    display: none;
}

img.closer {
    display: none;
    margin-right: 3px;
}

.menu-open img.opener {
    display: none;
}

.menu-open img.closer {
    display: block;
}

.menu-open {
	overflow: hidden !important;
}

.dropdown-menu {
    background: rgba(0,0,0,0.2) !important;
    border-radius: 0 !important;
    max-width: 170px !important;
    min-width: 170px !important;
}

ul.dropdown-menu li {
    margin-right: 0px !important;
}

.marquee_3Y_ {
	 width: 100%;
	 white-space: nowrap;
	 font-size: 10vw;
	 font-weight: 700;
	 height: auto;
	 line-height: 15vw;
	 display: flex;
	 align-items: center;
	 overflow-x: hidden;
	 margin: var(--baseline-4) 0;
	 overflow-y: hidden;
}
 .marquee_3Y_ span {
	 padding:0 20px 0 0;
	 height: 100%;
}

.marquee_3Y_ span img {
    max-width: 150vw;
    width: 150vw;
}
 .marquee_3Y_ .wrapper_10R {
	 animation: loop 24s infinite linear;
}
div#content {
    padding-top: 0 !important;
}

.entry-content {
    margin: 0;
}

div#product-2 > div, div#product-4 > div {
    justify-content: flex-end;
}
.product-image-container>div {
    width: 640px !important;
    height: 642px;
    max-width: 640px;
}
	.upb_video-wrapper {
		position: absolute !important;
		z-index: 0;
		height: 100vh;
		width: 100%;
	}

 @keyframes loop {
	 from {
		 transform: translateX(0);
	}
	 to {
		 transform: translateX(-50%);
	}
}
 
#hero>.vc_column_container {
	align-items: center;
}

.sticky {
    background-color: rgba(0,0,0,0.5) !important;
	transition: ease-in-out .4s all;
}

.upb_video-wrapper {
	position: absolute !important;
	z-index: 0;
	height: 100vh;
	width: 100%;
}

.page-id-349 div#hero:before ,
.page-id-307 div#hero:before {
    background: #FFF !important;
}

section#about-our-story,
#about-text {
	overflow: visible !important;
	z-index: 2;
}

section#about-our-story .even-padded-section {
    padding: 100px 200px 50px;
}

section#faqs-accordion .even-padded-section {
    padding: 30px 200px 80px;
}

section#about-our-story h4 {
    margin-left: 0px;
}

section#about-our-story h3 {
    font-size: 38px;
    line-height: 54px;
    font-weight: 400;
    max-width: 1160px;
    margin-top: 0px;
}

.big-limited-p {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.big-limited-p p {
	font-size: 19px;
}

#meet-the-team  {
    padding: 150px 0px !important;
    overflow: visible !important;
    margin-top: -150px;
    z-index: 1;
}

#meet-the-team img  {
	max-width: 520px;
}

div#our-story-image img {
    position: relative;
    z-index: 3;
}

.team-member h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.team-member h4 {
    margin-top: 0px;
}

.team-member .limited-p {
    max-width: 450px;
    margin: auto;
}

.team-member .limited-p p {
    line-height: 30px !important;
}

.team-member.even-padded-section {
    padding: 0px 200px !important;
}

span.vc_tta-title-text {
    color: #222222;
}

i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    color: #222 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before {
    border-color: #222 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    border-color: #D8D8D8 !important;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.vc_active i:after {
    content: "" !important;
    display: block !important;
}

.vc_active i {
    transform: rotate(45deg) !important;
    top: calc(50% - 8px) !important;
}



span.vc_tta-title-text {
    font-size: 20px;
    font-family: "Sofia Pro";
    font-weight: 600;
}

.vc_tta-panel-body {
    border-left: 1px #4F387B solid !important;
    margin-left: 70px;
    width: 840px;
    color: #767676;
	font-size: 19px;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
}

.vc_active .vc_tta-panel-body {
	margin-bottom: 30px !important;
}

.vc_tta-panel-body a {
	color: #4F387B;
}

.vc_tta-panels {
    max-width: 1140px;
    margin: 75px auto;
}

.vc_tta-panels .vc_tta-panel:last-child {
    border-bottom: 1px solid #D8D8D8 !important;
}

.white , .white * {
	color: #FFF !important;
}

.wpcf7-form {
    max-width: 780px;
    margin: 80px auto 0px;
}

label.half-row {
    width: calc(50% - 20px);
    float: left;
	margin-bottom: 40px;
}

.wpcf7-form label {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

label.half-row:first-child {
    margin-right: 40px;
}

form.wpcf7-form input:not([type="submit"]) ,
form.wpcf7-form textarea {
    border-radius: 0;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #FFF;
    padding-left: 0px;
}

label.full-row {
    display: block;
	width: 100% !important;
}

form.wpcf7-form textarea {
	height: 75px;
}

.wpcf7-form p {
    display: block;
    width: 100%;
    clear: both;
}

.wpcf7-form label {
    position: relative;
}

.wpcf7-form label em {
    font-style: normal;
    position: absolute;
    top: 0px;
	transition: all ease-in-out .2s;
}

.form-control:focus {
	background: none !important;
	color: #FFF !important;
}

.wpcf7-form input:focus , 
.wpcf7-form textarea:focus {
	outline: none !important;
    box-shadow: none;
}

.input-focus em {
    top: -10px !important;
	opacity: .5;
}

form.wpcf7-form .purple-button {
    display: block;
    margin: auto;
    line-height: 55px;
    border: 0;
}

form.wpcf7-form .purple-button:focus {
    box-shadow: none !important;
	outline: 0 !important;
}

div#storepoint-tag-dropdown {
    display: none !important;
}

#storepoint-search-bar-container {
    display: block;
    width: 100% !important;
}

.mapboxgl-ctrl-geocoder {
    max-width: 100% !important;
    width: 100% !important;
}

div#storepoint-container * {
    font-family: "Sofia Pro" !important;
}

#storepoint-container #storepoint-search {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#storepoint-container .storepoint-location, #storepoint-container .storepoint-location:hover {
    background: #F5F5F5 !important;
}

#storepoint-container .storepoint-location, #storepoint-container .storepoint-location:hover {
    background: #F5F5F5;
}

.storepoint-location * {
}

.storepoint-address , .storepoint-description {
    color: #767676;
    font-size: 16px !important;
    padding: 0 !important;
    padding-left: 20px !important;
}

#storepoint-container .storepoint-location .storepoint-name, #storepoint-container .storepoint-location .storepoint-address, #storepoint-container .storepoint-location .storepoint-contact a.storepoint-sidebar-phone, #storepoint-container #storepoint-map div.storepoint-location-popup b, #storepoint-container #storepoint-map div.storepoint-location-popup p, #storepoint-container #storepoint-map div.storepoint-location-popup a {
    font-family: "Sofia Pro" !important;
}

.storepoint-name {
    color: #000000;
    font-size: 20px !important;
}

a.storepoint-sidebar-phone {
    font-size: 16px !important;
    padding-left: 20px !important;
}

.storepoint-name:before {
	content: url(img/marker.png);
	position: relative;
	left: -15px;
}

.storepoint-name {
    padding-left: 15px !important;
}

#storepoint-container .storepoint-location {
    padding-left: 0px !important;
}

#hero-pen img {
    max-height: 70vh;
    width: auto;
    margin-bottom: 70px;
}
div#pen-photo>div>div {
    background-position: center top !important;
}
.product-hero h1.vc_custom_heading.hero-title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
    transform: rotate(-90deg);
    font-size: 10vh;
    padding: 0;
    position: absolute;
    margin: -100px auto 0;
    left: 0;
    right: 0;
    z-index: 2;
    line-height: 10vh;
    box-sizing: content-box;
    height: 7.75vh;
}

div#vertical-title {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

div#pen-photo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: table;
    margin: 0;
}

div#pen-photo>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 100vh !important;
    width: 50%;
}

div#pen-photo>div>div {
    height: 100vh;
    padding: 0;
}

.product-hero .wpb_column.vc_column_container.vc_col-sm-12:not(.explore-more) {
    height: 100vh;
    display: table;
    vertical-align: middle;
}
.product-hero .wpb_column.vc_column_container.vc_col-sm-12:not(.explore-more)>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#about-product {
	font-size: 54px;
	padding: 100px 0px 0px;
	overflow: visible;
}

.product-hero:before {
	background: #FFF !important;
} 

#product-description h3 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 400;
}
#testimonials h2 {
	margin-bottom: 50px;
}
#more-products h2 ,
#testimonials h2 ,
#product-title h2 {
	font-size: 54px;
	line-height: 62px;
}

#product-title h4 {
	margin-bottom: 0px;
}

#about-product .hiked-left {
    float: right;
    margin-top: 0px;
    left: -85px;
	padding-top: 0 !important;
}

.hiked-down {
	margin-top: -280px;
}

section#about-product .uneven-padded-section {
}

#testimonials {
	padding: 200px 0px 150px;
	position: relative;
	margin-top: -150px;
}

#more-products {
	padding: 100px 0px 150px; 
	position: relative;
}

#more-products h2 {
	margin-bottom: 70px;
}

#testimonials:before {
	content: url(img/logo-mark.png);
    position: absolute;
    top: 100px;
    z-index: 1;
}

div#testimonials-row > div >div {
    background: #FFF;
    padding: 50px;
    position: relative;
    z-index: 3;
}

.author-image p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.author-image img {
	display: block;
	margin: 0;
	max-width: 50px;
}

.quote h4 {
    font-weight: 400;
    margin: 0 0 0 20px !important;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
}

.quote > div > p:before {
    content: url(img/quote.png);
	display: block;
	margin-bottom: 30px;
}

.quote h4 em {
    font-style: normal;
    color: #7A7A7A;
}

.author-image:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #218EAE;
    display: block;
    margin-bottom: 35px;
}

.nearby-icon {
	max-width: 48px;
}

.nearby-icon {
    margin: auto;
}

.purple-button:hover {
    color: #FFF;
}

div#more-products img {
    max-height: 460px;
    width: auto;
}

.more-product-title {
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transform: rotate(-90deg);
    display: table;
    position: absolute;
    bottom: 100px;
    left: -30px;
    margin: 0;
    line-height: 1;
    width: 180px;
}

.product-inside > div {
    padding: 0 !important;
}

.product-inside > div > div {
    position: relative;
    height: 100%;
    display: table;
	width: 100% !important;
}

.product-inside .thc-cbd-ratio {
    bottom: 0 !important;
    right: 0 !important;
	left: auto;
    margin: 0;
}

.product-inside > div {
    height: 600px;
}

.product-inside > div > div > .wpb_single_image {
    display: table-cell;
    vertical-align: middle;
}

div#meet-the-team {
    background-position: right 100px !important;
    background-size: 100% !important;
}
div#more-products {
	overflow: hidden;
	position: relative;
}
div#more-products:after {
    content: url(img/logomark-right.png);
    position: absolute;
    right: 0;
    bottom: 0;
}
.quote {
    margin-bottom: 0 !important;
}
div#contact-form h3,
section#faqs-accordion h3 {
    line-height: 1.2;
    font-size: 54px;
	font-weight: 500;
}
div#product-intro-1 img {
    max-width: calc(100% - 85px);
}

.hiked-left.rellax img {
    max-width: 540px;
}

.product-inside a , .product-inside figure {
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
}

.product-inside a img {
    display: block;
    margin: auto;
}
/*.product-inside:hover > div {
    background-size: 105% !important;
}

.product-inside > div {
    transition: background-size .4s ease-in;
    -moz-transition: background-size 2s ease-in;
    -ms-transition: background-size 2s ease-in;
    -o-transition: background-size 2s ease-in;
    -webkit-transition: background-size .4s ease-in;
}

.product-inside > div {
    background-size: 100% !important;
}*/

.product-inside a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
	z-index: -1;
	transition: ease-in-out .4s all;
}

.luscious-related a:before {
    background-image: linear-gradient(180deg, #803034, #59287E);
    opacity: .6;
}

.loving-related a:before {
    background-image: linear-gradient(180deg, #b44b70, #59287E);
    opacity: .6;
}

.lively-related a:before {
    background-image: linear-gradient(180deg, #c96115, #59287E);
    opacity: .6;
}

.luminous-related a:before {
    background-image: linear-gradient(180deg, #1f8ead, #59287E);
    opacity: .6;
}

.lullaby-related a:before {
    background-image: linear-gradient(180deg, #283c7f, #59287E);
    opacity: .6;
}

.product-inside a:hover:before {
    opacity: .9;	
}

.page-id-590 .product-image-container h2 {
    font-weight: bold;
}

.product .purple-button {
    width: 190px !important;
    height: 60px !important;
    background-repeat: no-repeat !important;
    line-height: 60px !important;
    margin-top: 20px;
    background-size: 100% !important;
}

.product .purple-button:before,.product .purple-button:after {
    top: 0px;
}

.blue-button {
	background: url(https://www.lucidmood.net/wp-content/themes/lucidmood/img/blue-button.png) !important;
}
.blue-button:hover {
	background: url(img/blue-button-hover.png) !important;
}
.blue-button:before ,
.blue-button:after {
	border: 2px solid #283c7f;
}

.green-button {
	background: url(img/green-button.png) !important;
}
.green-button:hover {
	background: url(img/green-button-hover.png) !important;
}
.green-button:before ,
.green-button:after {
	border: 2px solid #1f8ead;
}

.orange-button {
	background: url(img/orange-button.png) !important;
}
.orange-button:hover {
	background: url(img/orange-button-hover.png) !important;
}
.orange-button:before ,
.orange-button:after {
	border: 2px solid #c96115;
}

.pink-button {
	background: url(img/pink-button.png) !important;
}
.pink-button:hover {
	background: url(img/pink-button-hover.png) !important;
}
.pink-button:before ,
.pink-button:after {
	border: 2px solid #b44b70;
}

.red-button {
	background: url(img/red-button.png) !important;
}
.red-button:hover {
	background: url(img/red-button-hover.png) !important;
}
.red-button:before ,
.red-button:after {
	border: 2px solid #8d3536;
}

/* BIG SCREENS AND 4K SCREENS */

@media (min-width: 2200px) {
	div#picture-1 {
		width: 57%;
		/*margin-top: 50px;*/
	}

	div#picture-2 {
		width: 52%;
	}
	
	h2.vc_custom_heading {
		font-size: 100px !important;
		line-height: 120px;
	}
	
	.product h2.vc_custom_heading {
		font-size: 140px !important;
		width: 860px;
		right: -405px;
		top: calc(50% - 87px);
	}
	
	.left-product-name {
		left: -405px;
	}

	div#picture-2 img ,
	div#picture-1 img {
		width: 100%;
	}
	
	.image-hiked-up {
		left: 8vw;
	}
	
	.image-hiked-up {
		left: 12vw;
		margin-top: -340px !important;;
	}
	
	.limited-p {
		max-width: 600px;
	}
	
	.purple-button {
		font-size: 20px;
		line-height: 75px;
		height: 75px;
		width: 245px;
		background-size: 100%;
	}
	
	.hero-title {
		font-size: calc(100px + 75%);
	}
	
	.navbar {
		max-width: 50vw;
	}

	.navbar a {
		font-size: calc(18px + 55%) !important;
	}

	.dropdown-toggle::after {
		position: relative;
		top: 5px;
	}

	a.play-button > img {
		width: 50px;
	}
	
	.explore-more p {
		font-size: calc(14px + 14px*0.75);
	}
	
	a.play-button > em {
		font-size: 20px;
	}
	
	#hero .purple-button {
		margin-right: 40px;
	}
	
	.product-image-container>div {
		width: 1042px !important;
		height: 1042px;
		max-width: 1042px;
		min-width: 1042px;
		position: relative;
	}

	.product-featured-image img {
		width: 950px;
	}

	.gradient-block img {
		height: 1000px !important;
	}

	.product-image img {
		max-height: 650px;
	}

	.product-image {bottom: 80px;}

	.thc-cbd-ratio {
		bottom: 89px;
	}

	.product h3 {
		font-size: calc(30px + 75%);
	}

	.product .limited-p {
		max-width: 740px;
	}
	
	.thc-cbd-ratio p strong {
		font-size: 40px !important;
	}

	.thc-cbd-ratio p {
		font-size: 16px !important;
	}

	.thc-cbd-ratio {
		width: 140px;
		padding-top: 30px;
	}
	#contact-lucidmood {
		max-width: 55vw;
	}
	#contact-lucidmood{
		max-width: 80vw;
	}


	#contact-lucidmood img, 
	#contact-lucidmood figure, 
	#contact-lucidmood figure > div ,
	#local-resources img, 
	#local-resources figure, 
	#local-resources figure > div {
		width: 100% !important;
	}
	
	.thc-cbd-ratio.right-ratio {
		right: 223px;
		bottom: 88px;
	}
		
	.product-featured-image img {
		max-width: 950px !important;
	}
	
	section#gradient-section {
		padding-bottom: 120px !important;
		padding-top: 120px !important;
	}
	div#footer-widget {
		max-width: 55vw;
	}

	a.footer-logo img {
		max-width: 250px;
	}

	h3.widget-title {
		font-size: 18px;
	}

	footer .widget_nav_menu ul a {
		font-size: 21px;
		line-height: 33px;
	}

	footer#colophon:before {
		height: 150%;
	}

	footer#colophon {
		overflow: hidden;
	}
	
	.copyright {
		font-size: 16px;
	}
	
	.footer-social img {
		height: 25px;
	}
	
	ul.footer-social a {
		padding: 21px 16px;
	}
	.footer-social li {
		height: 70px;
		line-height: 59px;
	}
	div#our-story-image img {
		max-width: 1440px;
	}
	.flowed-top {
		margin-top: 0px;
		top: -550px !important;
	}
	.big-h3 {
		margin-bottom: 40px;
	}
	
	.marquee_3Y_ span {
		padding: 0 0px 0 100px;
	}
	#meet-the-team {
		padding: 250px 0px !important;
		margin-top: -200px;
	}
	.team-member .limited-p {
		max-width: 725px;
		margin: auto;
	}
	.team-member .limited-p p {
		line-height: 45px !important;
	}
	.team-member h3 {
		font-size: 50px;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 25px;
		line-height: 30px;
	}
	#meet-the-team img {
		max-width: 900px;
	}
	h3 {
		font-size: 36px;
		line-height: 1.2;
	}
	span.vc_tta-title-text {
		font-size: 34px;
		font-weight: 500;
	}
	h2.vc_custom_heading {
		font-size: 130px;
	}

	h4.vc_custom_heading {
		font-size: 27px;
	    margin-left: 10px;
	}
	
	p {
		font-size: 27px;
		line-height: 1.5;
	}
	
	.big-limited-p p {
		font-size: 30px;
	}

	.big-limited-p {
    	max-width: 720px;
	}
	
	section#about-our-story h3 {
	    font-size: 55px;
		line-height: 1.1;
		max-width: 1500px;
	}
	section#about-our-story h4 {
		font-size: 20px;
		margin-bottom: 0;
	}
}

@media (min-width: 1921px) {
	section#about>div {
		margin-bottom: -75px !important;
	}
	.hiked-left.rellax img {
		max-width: 875px;
	}
	
	#about {
		padding-bottom: 5vw !important;
	}
	
	#product-title h4 {
		line-height: 1.7;
	}
	
	#more-products h2, #testimonials h2, #product-title h2 {
		font-size: 100px !important;
		line-height: 1;
	}
	
	#more-products h2, #testimonials h2, #product-title h2 {
		font-size: 100px !important;
		line-height: 1;
	}

	div#product-description h3 {
		max-width: 700px;
	}
	
	div#product-intro-1 img {
		width: calc(100% - 85px);
	}
	
	#testimonials h2 {
		margin-bottom: 50px;
	}
	
	.author-image img {
		max-width: 100px;
		width: 100px;
	}
	
	.quote h4 {
		width: calc(100% - 150px);
		font-size: 24px;
		line-height: 1.5;
	}
	
	.product-inside > div {
		height: 900px;
	}
	
	.more-product-title {
		font-size: 50px !important;
		bottom: 140px;
		left: -40px;
		width: 240px;
	}
	
	div#more-products img {
		max-height: 650px;
	}
	
	#more-products h2 {
		margin-bottom: 100px;
	}
	
	body:not(.home) #local-resources{
		max-width: 80vw;
	}
	
	.sbi {
		max-width: calc(80vw - 200px);
	}
	
	#more-products > div , div#testimonials>div {
		max-width: 90vw;
		margin: auto;
		float: none;
	}	
	.vc_tta-panels {
		max-width: 1540px;
		margin: 100px auto;
	}
	.vc_tta-panel-body {
		width: 1240px;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
		padding: 14px 40px;
	}
	section#faqs-accordion h3,
	div#contact-form h3 {
		font-size: 80px;
		font-weight: 500;
	}

	#contact-form p {
		font-size: 28px;
		margin-bottom: 40px !important;
	}

	.wpcf7-form {
		max-width: 1060px;
	}

	.wpcf7-form label em {
		font-size: 25px;
		font-weight: 600;
	}

	form.wpcf7-form input:not([type="submit"]), form.wpcf7-form textarea {
		padding-top: 20px;
		padding-bottom: 35px;
		margin-bottom: 20px;
	}

	.input-focus em {
		top: -25px !important;
	}

	form.wpcf7-form textarea {
		height: 150px;
	}
	#post-370 #storepoint-container .mapboxgl-ctrl-geocoder input[type='text'] {
		font-size: 25px;
		height: 70px !important;
		margin-top: -13px;
		background: #FFF;
	}
	#testimonials {
		margin-top: -250px;
		padding-top: 250px;
	}
	section#about-product .uneven-padded-section {
		margin-bottom: 100px !important;
	}
	#about-product .even-padded-section {
		padding: 0px 250px 0px 100px;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		margin-top: -150px;
	}
	.quote > div > p {
		margin-bottom: 25px;
	}
}

/* 5K SCREENS */

@media (min-width: 3000px) {
	section#about {
		padding-top: 100px;
	}

	h2.vc_custom_heading {
		font-size: 170px;
		line-height: 155px;
	}

	h4.vc_custom_heading {
		font-size: 30px;
	}
	div#our-story-image img {
		max-width: 1200px;
		float: left;
	}
	.product .limited-p {
		max-width: 1100px;
	}
	#instagram p {
		font-size: 30px;
	}

	.product h3 {
		font-size: 90px;
		line-height: 1.4;
	}

	.product .limited-p p {
		font-size: 50px !important;
	}

	.product-image-container h2 {
		width: 870px;
		right: -400px;
		top: calc(50% - 108px);
	}
	section#gradient-section {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}
	#contact-lucidmood,
	#local-resources {
		max-width: 70vw;
	}
	.big-h3 {
		font-size: 80px;
		line-height: 90px;
	}
	.sbi {
		max-width: 75vw;
	}
	.left-product-name {
		left: -240px;
	}
	#sb_instagram .sbi_hover_top p {
		font-size: 20px;
		top: 175px;
	}
	span.sbi_likes ,
	span.sbi_comments {
		font-size: 23px !important;
	}
	#sb_instagram .sbi_hover_bottom {
    	top: 145px;
	}
	.navbar {
		max-width: 1270px;
	}
	.thc-cbd-ratio.right-ratio {
		right: 72px;
		bottom: 89px;
	}
}

/* HD LAPTOPS */

@media (min-width: 1601px) and (max-width: 1920px) {
	.hiked-left {
		position: relative;
		left: -60px;
		padding-top: 50px !important;
	}
	div#our-products {
		padding-bottom: 75px !important;
	}
	.marquee_3Y_ span {
		padding-left: 75px;
	}
	.product-image-container {
		/*top: 300px;*/
	}
	.flowed-top {
		top: -350px;
	}
	#hero .wpb_column.vc_column_container.vc_col-sm-12:not(.explore-more) {
		height: 100vh;
		display: table;
		vertical-align: middle;
	}
	#hero .wpb_column.vc_column_container.vc_col-sm-12>div {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		margin: -150px auto 0;
	}

}


/* MACKBOOK NEW AND SOME NOTEBOOKS */

@media (min-width: 1600px) and (max-width: 1650px)  and (max-height: 800px) {
	div#hero:before {
		height: 700px;
		bottom: -610px;
	}

	.explore-more {
		bottom: 85px;
	}

	.explore-more p {
		margin-bottom: 0;
	}

	.hero-title {
		font-size: 90px;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: -80px;
	}
}

@media (min-width: 1025px) and (max-width: 1650px) {
	h2.vc_custom_heading {
		font-size: 75px;
		line-height: 71px;
	}
	.hero-title {
		font-size: 80px;
	}
	.hiked-down {
		margin-top: -170px;
	}
	#testimonials {
		padding: 150px 0px 150px;
	}
	#contact-form h3,
	#faqs-accordion h3 ,
	#meet-the-team h2.vc_custom_heading {
		font-size: 54px;
		line-height: 66px;
		font-weight: 500;
	}
	div#picture-1 {
		/*margin-top: 100px;*/
	}
	
	.flowed-top {
		top: -300px;
	}

	.image-hiked-up {
		margin-top: -40px !important;
	}

	.hiked-left {
		left: 0px;
	}

	section#about {
		max-height: 1250px !important;
		padding-bottom: 75px !important;
	}
	.product-image-container>div {
		transform: scale(.8) !important;
		transform-origin: left;
	}
	.product-image-container>div {
		width: 550px !important;
		height: 642px;
		max-width: 560px;
	}
	#our-products .even-padded-section {
		max-height: 500px !important;
	}

	div#our-products {
		padding-bottom: 120px !important;
	}
	.marquee_3Y_ span {
		padding-left: 50px;
	}	
	h4.vc_custom_heading {
		margin-bottom: 0;
	}
	.hiked-left {
		left: -40px;
	}
	.image-hiked-up {
		margin-top: -200px !important;
	}
	div#hero:before {
		height: 580px;
		bottom: -505px;
	}
	.explore-more {
		bottom: 61px;
		line-height: 10px;
	}
	
	div#product-1 {
		margin-top: 0px !important;
	}
	
	#product-2 .product-image-container>div, #product-4 .product-image-container>div {
		transform-origin: right;
	}

}


/* NON HD LAPTOPS AND NOTEBOOKS */

@media (min-width: 1200px) and (max-width: 1590px) {
	.hero-title {
    	font-size: 75px;
	}
	div#hero:before {
		height: 580px;
		bottom: -505px;
	}
	.home div#hero>div:not(.explore-more):not(.upb_video-wrapper) {
		position: relative;
		margin-top: -100px;
	}
	.explore-more {
		bottom: 61px;
		line-height: 10px;
	}
	.navbar-brand img {
		max-width: 250px;
	}
	.navbar {
		max-width: 910px;
	}
	h2.vc_custom_heading {
		font-size: 65px;
		line-height: 71px;
	}
	.product h2.vc_custom_heading {
		font-size: 95px;
	}
	div#picture-1 {
		/*margin-top: 100px !important;*/
	}
	image-hiked-up {
		margin-top: 140px !important;
	}
	.gradient-right {
		right: 0;
	}

	.product-featured-image.wpb_single_image.vc_align_right {
		left: auto;
		right: 45px !important;
	}

	.product-image-right {
		right: 35px;
	}

	.product-image-right {
	}

	.thc-cbd-ratio.right-ratio {
		right: 222px;
	}

	.left-product-name {
		left: -265px;
	}

	.product .limited-p {
		max-width: 350px;
	}
	.media-section .limited-p {
		max-width: 550px;
	}
	#contact-lucidmood{
		max-width: 80vw;
	}
	.sbi {
		width: calc(80vw - 170px) !important;
	}
	.storepoint-name {
		font-size: 17px !important;
	}
	#local-resources {
		max-width: 1060px;
	}
	div#footer-widget .col-md-3 {
		position: relative;
		left: 60px;
	}

	div#footer-widget .col-md-3:nth-child(2),div#footer-widget .col-md-3:nth-child(3) {
		LEFT: 100px;
	}
	
	section#gradient-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	div#local-resources {
		margin-bottom: 100px !important;
	}
	
	div#footer-widget {
		padding: 100px 0px;
	}
	
	.big-h3 {
		font-size: 45px;
		line-height: 50px;
	}
	.product-image-container h2 {
		right: -310px;
	}
	section#about-our-story h3 {
		font-size: 31px;
		line-height: 45px;
		max-width: 860px;
	}
	#meet-the-team {
		margin-top: -75px;
	}
	.team-member.even-padded-section {
		padding: 0px 100px !important;
	}
	.hiked-down {
		margin-top: -160px;
	}
	#testimonials {
		padding: 150px 0px 150px;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		margin: -50px auto 0;
	}
	#about-product {
		padding: 50px 0px 0px;
	}
	#product-description h3 {
		font-size: 34px;
		line-height: 45px;
	}
	div#testimonials-row > div >div {
		padding: 25px;
	}
	.quote p {
		font-size: 17px;
	}
	.author-image:before {
		margin-bottom: 25px;
	}
	.quote > div > p:before {
		margin-bottom: 20px;
	}
} 

@media (min-width: 1360px) and (max-width: 1440px) {
	.flowed-top {
		top: -220px;
	}
}

/* IPAD/TABLET LANDSCAPE + IPAD PRO PORTRAIT */
@media (max-width: 1360px) {
	div#hero>div:not(.explore-more) {
		margin-top: 0px;
	}
	.uneven-padded-section {
		padding-left: 85px !important;
		padding-right: 50px !important;
	}
	.hiked-left {
		left: -50px;
	}
	.flowed-top {
		top: -250px;
	}
	div#product-1 {
		margin-top: 0px !important;
	}
	.product-image-container {
		/*top: 200px;*/
	}
	.product-image-container h2.vc_custom_heading {
		font-size: 95px !important;
	}
	div#our-products {
		padding-bottom: 150px !important;
	}
	.big-h3 {
		font-size: 44px;
		line-height: 45px;
	}
	.page-id-590 div#hero > .wpb_column.vc_column_container.vc_col-sm-12:not(.explore-more) ,
	.home div#hero > .wpb_column.vc_column_container.vc_col-sm-12:not(.explore-more) {
		z-index: 10 !important;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.home div#hero ,	
	.page-id-590 div#hero {
		height: 100vh !important;
		display: table;
	}
	div#picture-1 {
		/*margin-top: 75px !important;*/
	}
	div#picture-1, div#picture-1 img {
		width: 320px;
	}
	div#picture-2, div#picture-2 img {
		width: 280px;
	}
	.navbar-nav li:first-child {
		margin-right: 50px;
	}
	.navbar {
		max-width: 825px;
	}
	div#footer-widget {
		max-width: 1000px;
	}
	div#footer-widget .col-md-3 {
		left: 0px;
	}
	div#footer-widget .col-md-3:nth-child(2), div#footer-widget .col-md-3:nth-child(3) {
		left: 60px;
	}
	div#hero:before {
		height: 460px;
		bottom: -370px;
	}

	div#hero {
		min-height: 97vh !important;
	    min-width: 100vw;
	}

	#hero h1 {
		padding-bottom: 0px;
		margin-bottom: 0px;
		line-height: 1;
	}

	.page-id-590 #hero h1 {
		margin-bottom: 30px;
	}

	#hero p:not(.explore-more) {
		font-size: 28px;
		font-weight: 300;
	}

	.explore-more p {
		font-size: 14px !important;
		line-height: 40px !important;
		margin-bottom: 0;
	}

	.explore-more {
		bottom: 95px;
	}
	.navbar-brand img {
		max-width: 260px !important;
	}
	#contact-lucidmood,
	#local-resources,
	.sbi {
		max-width: 1060px;
	}
	#product-2  .purple-button,
	#product-4  .purple-button,
	#product-2 .limited-p ,
	#product-4 .limited-p {
		position: relative;
		left: -50px;
	}
	
}

@media (max-width: 1366px) {
	section#about-our-story .even-padded-section {
		padding: 75px 100px 0px;
	}
	#meet-the-team img {
		max-width: 420px;
	}
	div#contact-form h3, section#faqs-accordion h3 {
		font-size: 48px;
		font-weight: 500;
	}
	section#faqs-accordion img {
		max-width: 45px;
	}
	section#faqs-accordion .even-padded-section {
		padding: 30px 50px 20px !important;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		margin: -75px auto 0;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		/*height: 60px;*/
	}
	#product-description h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.hiked-down {
		margin-top: -100px;
	}
	div#more-products img {
		max-height: 360px;
	}
	.product-inside > div {
		height: 500px;
	}
	.more-product-title {
		font-size: 30px !important;
		left: -50px;
	}
	.product-inside .thc-cbd-ratio {
		width: 85px;
		padding: 10px 10px;
	}
	.product-inside .thc-cbd-ratio p strong {
		font-size: 23px !important;
	}
	#more-products {
		padding: 70px 0px 100px;
	}
	.hero-title {
    	font-size: 80px;
	    margin-top: -100px;
	}
	.team-member:not(.row-reversed) {
		padding-right: 50px !important;
	}
	.team-member.row-reversed {
		padding-left: 50px !important;
	}
	.team-member .limited-p p {
		line-height: 25px !important;
		font-size: 17px;
	}
	.team-member .wpb_single_image {
		margin-bottom: 0px;
	}
	.vc_tta-panel-body {
		width: 640px;
	}
	.wpcf7-form label {
		margin-bottom: 60px;
	}
	label.full-row {
		margin-bottom: 40px;
	}
	form.wpcf7-form textarea {
		height: 100px;
	}
	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 .vc_single_image-wrapper {
		overflow: hidden !important;
	}
}


@media (max-width: 1260px) {
	.product-featured-image img {
		max-height: 440px !important;
    	max-width: 480px !important;
	}
	.navbar {
		max-width: 100% !important;
	}

	.product-featured-image {
		left: 0;
		top: 70px;
	}

	.even-padded-section {
		padding: 0 0px 0 0;
	}

	.gradient-block img {
		max-height: 580px;
	}

	.product .product-image-container h2 {
		font-size: 83px !important;
		right: -185px;
		width: 440px;
		top: calc(50% - 42px);
	}
	.product-image-container h2.left-product-name {
		right: auto !important;
		left: -175px !important;
	}
	.thc-cbd-ratio {
		bottom: 46px;
	}

	.gradient-right {
		right: -13px;
	}

	.product-image-right {
		right: 45px;
		bottom: 45px;
	}
	.thc-cbd-ratio.right-ratio {
		left: auto;
		right: 222px;
		bottom: 108px;
	}
	.product-image-container>div>div {
		width: 560px !important;
		height: 580px !important;
	}
	.left-product-name {
		left: -120px !important;
	}
	.product-image-container>div>div {
		width: 500px !important;
		height: 580px !important;
	}
	.thc-cbd-ratio.right-ratio {
		left: auto;
		right: 209px;
		margin-bottom: 0;
		bottom: 82px !important;
	}
	footer#colophon {
		overflow: hidden;
	}

	footer#colophon>div {
		max-width: 900px;
		margin: auto !important;
	}
	#make-every .wpb_single_image.wpb_content_element.vc_align_right {
		margin: 0 !important;
	}
	div#content {
		padding-top: 0px !important;
	}

	.entry-content {
		margin-top: 0;
	}

	.navbar-brand img {
		max-width: 215px;
	}

	div#left-nav {
		display: none !important;
	}

	div#right-nav {
		display: none !important;
	}

	.navbar-brand {
		margin: 20px 0px;
	}

	div#hero:before {
		height: 460px;
		bottom: -399px;
	}

	div#hero {
		min-height: 97vh !important;
	}

	#hero h1 {
		padding-bottom: 0px;
		margin-bottom: 0;
		line-height: 1;
	}

	#hero p:not(.explore-more) {
		font-size: 28px;
		font-weight: 400;
	}

	.explore-more p {
		font-size: 14px !important;
		line-height: 40px !important;
		margin-bottom: 0;
	}

	.explore-more {
		bottom: 65px;
	}
	
	.uneven-padded-section {
		padding-right: 0px !important;
		padding-left: 35px !important;
	}
	h2.vc_custom_heading {
		font-size: 65px;
	    line-height: 71px;
	}

	div#picture-1 {
		position: relative;
		margin-top: 0px;
	}

	.image-hiked-up {
		margin-top: -180px !important;
	}

	.hiked-left {
		left: 15px;
	}
	div#about {
		padding-bottom: 75px !important;
		overflow-y: visible !important;
		padding-left: 25px !important;
	}
	div#our-products {
		/*background-position: 50% 70px !important;*/
		padding-top: 0px;
	    padding-bottom: 100px !important;
	}
	div#make-every>div {
		margin-top: 10px;
	}
	div#make-every {
		overflow-x: hidden !important;
		margin: 0 !important;
		height: 190px;
		position: relative;
		top: -92px;
	}
	a.play-button > img {
		margin: 0px 0px 0 0 !important;
	}

	section#about {
		padding-bottom: 70px !important;
	}
	#about .wpb_single_image {
		position: relative;
		right: -50px;
	}
	.vc_align_right.product-featured-image {
		right: -32px !important;
		left: auto;
	}
	#product-2  .purple-button,
	#product-4  .purple-button,
	.product .limited-p {
		max-width: 400px;
		left: 0 !important;
	}
	.product .product-image-container {
		overflow: visible;
	}
	div#product-1 .product-image-container {
		top: 0 !important;
		overflow: visible;
	}
	div#product-1 .product-image-container {
		top: 0 !important;
	}
	div#product-2 .product-image-container {
		top: 0 !important;		
	}
	div#product-3 .product-image-container {
		top: 0 !important;		
	}
	div#product-4 .product-image-container {
		top: 0 !important;		
	}
	div#product-5 .product-image-container {
		top: 0 !important;
	}
	#contact-lucidmood,
	div#local-resources {
		max-width: 940px;
		margin-bottom: 70px;
	}
	#contact-lucidmood {
		margin-bottom: 0px !important;
	}
	.big-h3 {
		font-size: 39px;
		line-height: 1;
	}

	section#gradient-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.more-height + div h3.vc_custom_heading.big-h3 {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	footer#colophon:before {
		width: 170%;
		left: -35%;
	}
	div#footer-widget {
		padding: 100px 0px;
	}

	a.footer-logo img {
		max-width: 180px;
	}

	footer .widget_nav_menu ul a {
		font-size: 16px;
	}

	h3.widget-title {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.copyright {
		padding: 25px 0px !important;
	}
	
	div#footer-widget .row .col-md-3:nth-child(2) , div#footer-widget .row .col-md-3:nth-child(3) {
		padding-left: 60px;
	}
	ul.footer-social a {
		padding: 17px 15px;
	}
	.sbi {
		max-width: 860px;
	}

	.sbi-owl-nav .sbi-owl-next {
		right: -70px;
	}

	.sbi-owl-nav .sbi-owl-prev {
		left: -70px;
	}

	div#instagram {
		padding-bottom: 0px !important;
	}

	#instagram .wpb_text_column.wpb_content_element {
		margin-bottom: 20px;
	}
	a.sbi_link_area {
		opacity: 1 !important;
	}

	.sbi_hover_top {
		opacity: 1 !important;
	}

	p.sbi_caption {
		opacity: 1 !important;
		top: 50px !important;
	}

	#sb_instagram .sbi_hover_bottom {
		top: 35px !important;
	}

	.sbi_meta , .sbi_meta * {
		opacity: 1 !important;
		font-size: 18px !important;
	}

	span.sbi_likes , span.sbi_comments {
		font-size: 14px !important;
	}
	
	span.mobile-trigger {
		display: block;
		position: absolute;
		right: 60px;
		top: 50px;
	}

	span.mobile-trigger img {
	    height: 21px;
	}

	.navbar-brand {
		position: absolute;
		top: 0px;
		left: 60px;
		margin: 0;
		padding: 0;
	}

	header#masthead {
		padding: 40px 0;
	}
	.fullscreen-menu {
		height: 100vh;
		width: 100%;
		position: absolute;
		z-index: 100;
		background: linear-gradient(45deg,#C96115,#5A2D8A,#B44B70);
		background-size: 400% 400%;
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
		animation: Gradient 15s ease infinite;
		top: 0;
		left: 0;
	}

	header#masthead {
		z-index: 101;
	}
	
	body.menu-open .fullscreen-menu {
		display: table;
	}
	.fullscreen-menu > div {
		display: table-cell !important;
		vertical-align: middle;
		text-align: center;
	    position: relative;
		z-index: 12;
	}

	ul.mobile-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	ul.mobile-nav a {
		color: #FFF;
		font-size: 50px;
		line-height: 60px;
	    padding: 10px 0;
	}
	
	.dropdown-toggle::after {
		transform: scale(.5);
		position: relative;
		top: 10px;
	}
	
	ul.dropdown-menu {
		position: initial !important;
		transform: none !important;
		max-width: initial !important;
		width: 100%;
		text-align: center;
		background: none !important;
		border: 0 !important;
	}

	ul.dropdown-menu li a {
		font-size: 25px;
	}
	
	ul.header-social img {
		width: 20px;
	}

	div#mobile-nav {
		display: block;
	}

	ul.header-social {
		margin: 50px 0 0;
		text-align: center;
		padding: 0;
	}

	ul.header-social li {
		display: inline-block;
		border: 1px #ffffff4a solid;
		height: 60px;
		width: 60px;
		line-height: 55px;
		border-radius: 50%;
		margin: 0px 5px;
	}
	
	img.opener {
		display: block;
	}
	
	.more-height img {
		width: calc(100% + 50px) !important;
		max-width: calc(100% + 25px);
		position: relative;
		left: 0;
		z-index: 10 !important;
	}

	.more-height {
		overflow: visible !important;
		position: relative;
		z-index: 10;
	}

	.more-height + div > div {
	}
	div#picture-1 {
		width: 320px;
		/*overflow: hidden;*/
	}
	div#picture-2 {
		width: 290px;
		/*overflow: hidden;*/
	}
	.product-featured-image {
		width: 480px;
		overflow: hidden !important;
		height: 429px;
	}
	div#hero {
		display: table;
	}

	.page-id-590 div#hero .wpb_column.vc_column_container.vc_col-sm-12 ,
	.home div#hero .wpb_column.vc_column_container.vc_col-sm-12 {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.purple-button {
		width: 200px;
	}
	.purple-button:before , .purple-button:after {
		display: none;
	}
	.flowed-top {
		top: -105px;
	}
	.product {
		max-height: 608px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.product-image-container {
		transform: none !important;		
	}	
	#rellax_title {
		transform: none !important;
	    align-items: flex-start;
	}
	.product-image-container img,
	#picture-1 img,
	#picrure-2 img {
		/*transform: scale(1.1);*/
	    -webkit-transition: -webkit-transform 1s ease-out;
	}
	.product-featured-image img {
		max-width: 120% !important;
	    width: 120% !important;
		height: auto !important;
		max-height: initial !important;
		position: relative;
		left: -5%;
	}
	section#about-our-story h4 {
		margin-left: 0px;
		margin-bottom: 0;
	}
	section#about-our-story h3 {
		font-size: 34px;
		line-height: 44px;
		max-width: 780px;
	    margin-bottom: 70px !important;
	}
	section#about-our-story br {
		display: none;
	}
	body:not(.home):not(.page-id-590) .rellax {
		overflow: hidden;
	}
	.team-member.even-padded-section {
		padding: 0px 0px !important;
	}
	#meet-the-team img {
		transform: none !important;
	}
	#meet-the-team {
		padding: 100px 0px !important;
		margin-top: -50px;
	}
	div#meet-the-team h2 {
		display: none;
	}
	.big-limited-p p {
		font-size: 17px;
	}
	.big-limited-p {
		max-width: 380px;
	}
	.rellax {
		overflow: hidden;
	}
	#meet-the-team img {
		transform: none !important;
	}
	div#meet-the-team h2 {
		display: none;
	}
	div#our-story-image img {
		height: 430px;
		width: auto !important;
	}
	body:not(.home) section#gradient-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	#about-product .uneven-padded-section {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	#about-product {
		padding: 50px 0px 0px !important;
		overflow: hidden;
	}
	section#about-product .uneven-padded-section {
		margin-bottom: 75px !important;
	}
	#more-products h2, #testimonials h2, #product-title h2 {
		font-size: 50px;
		line-height: 54px;
	}
	div#product-intro-1 img {
		max-width: 590px;
		margin-left: 70px;
	}
	div#product-intro-1 {
		margin-left: -190px;
		overflow: hidden;
		max-width: 590px;
	}
	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 {
		align-items: baseline;
	}
	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 p {
		position: relative;
		margin-left: -100px;
		left: -90px;
	}
	.hiked-left.rellax img {
		max-width: 380px;
		margin-top: 90px;
	}
	.hiked-left.rellax img {
		max-width: 400px;
	}
	#testimonials {
		padding: 115px 0px 100px;
		position: relative;
		margin-top: -120px;
	}
	div#testimonials-row > div >div {
		padding: 70px 25px 25px;
	}
	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 > div {
		padding: 0;
	}
	.storepoint-name {
		font-size: 17px !important;
	}

	.storepoint-address, .storepoint-description {
		font-size: 13px !important;
	}

	a.storepoint-sidebar-phone {
		font-size: 13px !important;
	}

	#storepoint-container .storepoint-location, #storepoint-container .storepoint-location:hover {
		padding: 10Px !important;
	}
	.hiked-down {
		margin-top: -170px;
	}
}

/* IPAD/TABLET PORTRAIT */

@media (max-width: 890px) {
	#product-2>.product-image-container>.vc_column-inner ,
	#product-4>.product-image-container>.vc_column-inner {

		align-items: flex-end;
	}
	div#our-story-image {
		overflow: hidden;
	}
	.sbi-owl-nav {
		display: none;
	}
	h2.vc_custom_heading {
		font-size: 47px;
		line-height: 45px;
	}

	h4.vc_custom_heading {
		margin-bottom: 0;
	}
	div#picture-1, div#picture-1 img {
		max-width: 300px;
	}

	div#picture-2, div#picture-2 img {
		max-width: 260px !important;
	}

	div#our-products {
		padding-top: 0;
	}
	
	.product-image-container>div {
		height: 480px;
	}

	.limited-p {
		max-width: 245px;
	}
	
	.product {
   		max-height: 410px !important;
	}
	
	div#product-1 {
		margin-top: 80px !important;
	}

	div#picture-2 {
		margin-top: -135px !important;
		left: 100px;
	}
	.gradient-block img {
		max-height: 480px;
		width: auto;
	}

	.product-featured-image img {
		max-height: 120% !important;
		max-width: 120% !important;
		left: -10%;
		position: relative;
		width: 120% !important;
	}

	.product-image img {
		max-height: 311px !important;
	}

	.product .product-image-container h2.vc_custom_heading {
		font-size: 64px !important;
		width: 329px;
		right: -150px;
		top: calc(50% - 23px);
	}
	
	.product-image-container>div>div {
		width: 380px !important;
		height: 480px !important;
	}
	
	#product-2 .limited-p, #product-4 .limited-p {
		position: relative !important;
		left: 0 !important;
	}

	.product .limited-p {
		max-width: 300px;
	}
	
	.thc-cbd-ratio {
		bottom: 36px;
		left: 165px;
	}

	.thc-cbd-ratio.right-ratio {
		right: 172px;
    	bottom: 71px !important;
	}

	.product-image-container h2.left-product-name {
		left: -150px !important;
	}
	#contact-lucidmood,
	div#local-resources {
		max-width: 640px;
	}

	.big-h3 {font-size: 34px;}

	.purple-button {
		width: 180px;
		height: 60px;
		background-size: 100%;
		line-height: 58px;
		font-size: 14px;
	}

	.more-height {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sbi {
		max-width: 600px;
	}
	
	.vc_align_right.product-featured-image {
		right: -0px !important;
	}
	
	.gradient-right {
		right: -1px;
	}
	
	.product-image {
		left: 45px;
	}
	
	a.footer-logo img {
		max-width: 150px;
		position: relative;
		left: 40px;
	}

	div#footer-widget .row .col-md-3:nth-child(2) {
		position: relative;
		left: 25px;
	}
	
	.sbi_link {
		display: none !important;
	}
	
	.sbi-owl-nav .sbi-owl-prev ,
	.sbi-owl-nav .sbi-owl-next {
		width: 45px;
		height: 45px;
		line-height: 41px;
		font-size: 16px !important;
	}
	
	div#sb_instagram {
		margin-bottom: 30px !important;
	}
	
	p {
		font-size: 15px;
	}
		
	.hero-title {
		font-size: 85px;
	}	
	.product-featured-image {
		overflow: hidden;
		width: 380px;
	    max-height: 340px;
	}
	
	div#make-every {
		height: 165px;
		top: -74px;
	}
	
	.purple-button:before, .purple-button:after {
		display: none;
	}
	
	div#picture-1, div#picture-1 img {
		max-width: 200px;
	}
	
	div#picture-2, div#picture-2 img {
		max-width: 160px !important;
	}
	
	#about .wpb_single_image {
		right: -0px;
	}
	
	.hiked-left {
		left: -35px;
	}
	
	.hiked-left.limited-p {
		max-width: 325px;
		left: -35px;
		padding-top: 40px;
	}
	
	.gradient-left {
		left: -1px;
	}
	
	.marquee_3Y_ span {
		padding-left: 35px;
	}
	
	.marquee_3Y_ span img {
		max-width: 1535px;
		width: 1535px;
	}
	#contact-lucidmood {
		max-width: 700px !important;
	}
	#local-resources, .sbi {
		max-width: 625px !important;
	}
	.more-height + div h3.vc_custom_heading.big-h3, .more-height + div .wpb_text_column {
		position: relative;
		left: -20px;
	}
	div#footer-widget .col-md-3:nth-child(2), div#footer-widget .col-md-3:nth-child(3) {
		left: 0px;
	}
	div#our-products {
		padding-bottom: 150px !important;
	}
	.pp_pic_holder.dark_square {
		width: 100vw !important;
		left: 0 !important;
	}

	div#pp_full_res iframe {
		width: 100%;
	}
	
	.pp_details {
		background: none !important;
	}
	
	div#pp_full_res {
		height: 0;
		padding-bottom: 56%;
	}

	div#pp_full_res iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
	}

	.pp_left {
		padding-left: 0 !important;
	}

	.pp_right {
		padding-right: 0px !important;
	}
	section#about-our-story .even-padded-section {
		padding: 45px 50px 0px;
	}
	.big-limited-p {
		max-width: 300px;
	}
	.big-limited-p p {
		font-size: 15px;
	}
	div#our-story-image img {
		height: 480px;
		width: auto !important;
		max-width: initial;
		margin-left: -50px;
	}
	#meet-the-team img {
		max-width: 320px;
	}
	.team-member .limited-p {
		max-width: 290px;
	}
	.team-member h3 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.team-member .limited-p p {
		line-height: 22px !important;
		font-size: 14px;
	}
	#meet-the-team img {
		max-width: 365px;
	}
	.vc_tta-panel-body {
		width: 60vw;
	}
	span.vc_tta-title-text {
		font-size: 17px;
	}
	div#contact-form {
		max-width: 90vw;
		margin: auto;
	}
	section#faqs-accordion .even-padded-section {
		padding: 30px 30px 20px !important;
	}
	section#faqs-accordion {
		padding-top: 0px;
	}
	.navbar-brand {
		left: 30px;
	}
	#about-product .uneven-padded-section {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	#product-description h3 {
		font-size: 22px;
		line-height: 30px;
	}
	#more-products h2, #testimonials h2, #product-title h2 {
		font-size: 45px;
		line-height: 50px;
	}
	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 p {
		position: relative;
		margin-left: auto;
		left: -45px;
	}
	div#product-intro-1 img {
		max-width: 500px;
		margin-left: 155px;
	}
	div#testimonials-row > div >div {
		padding: 30px 20px 20px;
	}
	.quote h4 {
		width: calc(100% - 70px);
		font-size: 12px;
	}
	.quote > div > p:before {
		margin-bottom: 20px;
	}
	.nearby-icon {
		max-width: 35px;
	}

	.nearby-icon {
		margin-bottom: 20px;
	}

	#local-resources, .sbi {
		max-width: 90vw !important;
	}

	div#more-products img {
		max-height: 305px;
	}

	.product-inside > div {
		height: 450px;
	}

	.more-product-title {
		font-size: 25px !important;
		left: -55px;
	}

	#more-products {
		padding: 50px 0 75px;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		margin: -50px auto 0;
	}
	div#pen-photo>div:first-child>div {
		background-position: 25% 50% !important;
	}
	#post-384 div#pen-photo>div:first-child>div {
		background-position: 0% 50% !important;
	}
	.hiked-left.rellax img {
		max-width: 320px;
	}
}

/* SUPERSIZED PHONES */

@media (max-width: 600px) {
	.navbar-brand {
		left: 0px;
	}
	
	span.mobile-trigger {
		right: 20px;
	}

	.hero-title {
		margin-bottom: 20px !important;
		display: block;
		line-height: 1.2;
	}

	div#our-products {
		padding-bottom: 20px;
	}
	#hero p:not(.explore-more) {
		font-size: 20px;
	}

	#hero p:not(.explore-more) br {
		display: none;
	}

	.hero-button a {
		display: block;
		text-align: center;
		margin: 0 auto 20px !important;
	}

	div#hero {
		min-height: 100vh !important;
	}

	div#hero:before {
	}

	.explore-more {
		display: none !important;
	}
	
	.flowed-top {
		top: 0px;
	}
	
	.marquee_3Y_ span {
		padding-left: 25px;
	}

	.product-image-container>div>div {
		width: 375px !important;
	}

	.sbi-owl-nav .sbi-owl-prev, .sbi-owl-nav .sbi-owl-next {
		display: none;
	}

	.product-featured-image img {
		max-height: initial !important;
		max-width: 130% !important;
		left: -10%;
		position: relative;
		width: 130% !important;
	}
	
	#hero:after {
		display: block !important;
	}
	
	div#hero:before {
		height: 580px;
		bottom: -510px;
		width: 1000px;
		left: calc(50% - 500px);
	}
	a.play-button > img {
		width: 44px;
		display: block;
		margin: 0 auto !important;
	}

	a.play-button {
		height: auto;
		margin-bottom: 0px !important;
		font-weight: bold;
		font-size: 16px !important;
		line-height: 1.7;
	}

	a.play-button > em {
		line-height: 1 !important;
	}
	
	div#hero:after {
		bottom: -80px;
	}
	
	div#hero:after {
		bottom: -80px;
	}

	.uneven-padded-section {
		padding: 0 0px 0 20px !important;
	}

	h4.vc_custom_heading {
		font-weight: 400;
		margin-bottom: 0;
	}

	h2.vc_custom_heading {
		font-size: 60px;
		line-height: 62px;
	}
	
	#our-story-image {
		margin-top: 50px;
	}
	
	.row-reversed {
		display: block !important;
	}
	
	div#about {
		max-height: 1100px !important;
	    padding-bottom: 75px !important;
	}

	section#about {
		max-height: initial !important;
	}

	div#picture-1 {
	}

	div#make-every img {
		width: 130vw;
		max-width: 130vw;
	}
	
	.product-image-container {
		margin-bottom: 40px !important;
	}

	div#make-every {
		top: -68px;
	    height: 130px;
	} 

	div#make-every > div {
		max-width: 100%;
	}
	
	#about .wpb_single_image {
		right: -15px;
	}

	.limited-p {
		max-width: 80vw;
		left: 0;
	}

	.limited-p p {
		font-size: 18px;
	}
	
	h2.vc_custom_heading br {
		display: none !important;
	}

	.product-image-container {
		max-width: calc(100% - 50px) !important;
	}

	.product-featured-image {
		width: 100% !important;
		overflow: hidden;
		height: 420px !important;
		max-height: 420px;
	}

	.gradient-block img {
		max-height: 560px;
	}

	.product-image img {
		max-height: 420px !important;
	}

	.product-image-container>div>div {
		height: 560px !important;
	}

	.thc-cbd-ratio {
		left: 195px;
		bottom: 35px;
	}

	#product-2 .product-image-container ,
	#product-4 .product-image-container {
		margin-right: 1px !important;
		float: right;
	}
	
	.padded-top-p {
		padding-top: 45px;
	}

	.product-image-container + div p {
		text-align: left;
		font-size: 16px;
		line-height: 2;
	}
	
	.product-image-container + div h3 {
		text-align: left !important;
	}
	
	.product-image-container + div p br {
		display: none !important;
	}
	
	section#gradient-section {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}

	div#local-resources {
		margin-bottom: 50px !important;
		max-width: calc(100% - 40px) !important;
	}

	div#contact-lucidmood {
		max-width: calc(100% - 40px) !important;
	}

	.more-height + div > div {
		min-width: 100% !important;
		right: 0px !important;
	}

	.more-height {
		padding: 0;
	}

	.more-height , .more-height + div {
		max-width: calc(100% - 40px);
		margin: auto;
	}
	footer#colophon:before {
		width: 360%;
		left: calc(100vw - 231%);
	}
	footer#colophon {
		text-align: center;
	}

	a.footer-logo img {
		left: auto;
	}

	div#footer-widget .row .col-md-3:nth-child(2) {
		left: auto;
	}

	div#footer-widget .row .col-md-3:nth-child(2), div#footer-widget .row .col-md-3:nth-child(3) {
		padding-left: 15px;
	}

	div#footer-widget {
		padding: 75px 0px;
	}

	footer#colophon>div {}

	.site-info {
		max-width: 260px;
		margin: auto;
	}
	div#picture-1, div#picture-1 img {
		max-width: 280px;
	}
	div#picture-2, div#picture-2 img {
		max-width: 230px !important;
	}
	div#our-products {
		background-size: cover !important;
	}
	#product-1 .rellax.product-image-container ,
	#product-2 .rellax.product-image-container ,
	#product-3 .rellax.product-image-container ,
	#product-4 .rellax.product-image-container ,
	#product-5 .rellax.product-image-container ,
	#product-6 .rellax.product-image-container {
		top: 0 !important;
	}
	ul.header-social img {
		width: 16px;
	}
	.hiked-left.limited-p {
		left: 0;
	}
	.product-image-container h2.vc_custom_heading {
		font-size: 70px;
		width: 360px;
	}
	.product .limited-p {
		margin-bottom: 20px;
	}
	.product-image-container h2.vc_custom_heading {
		right: -165px;
	    bottom: 70px !important;
	}
	.product-image-container h2.left-product-name {
		left: -155px !important;
	}
	.thc-cbd-ratio.right-ratio {
		right: 193px;
	}
	header#masthead {
		padding: 20px 0;
	}
	.navbar-brand img {
		max-width: 210px !important;
	}
	span.mobile-trigger {
		top: 30px;
	}
	div#picture-1 {
		/*margin-top: 125px !important;*/
	}
	div#make-every img {
		width: 250vw;
		max-width: 250vw;
	}
	div#make-every {
		top: -55px;
		height: 130px;
	}
	section#about {
		padding-bottom: 70px !important;
	}
	header#masthead {
		padding: 20px 0;
		height: 80px;
		position: fixed;
	}
	.more-height + div h3.vc_custom_heading.big-h3, .more-height + div .wpb_text_column {
		position: relative;
		left: 0;
	}
	.product {
		max-height: initial !important;
	}
	.product-image-container>div {
		height: 562px;
	}
	div#our-products {
	    padding-top: 0;
		padding-bottom: 0px !important;
	}
	#picture-2 ,
	#picture-1 {
		margin-top: -73px;
	} 
	#picture-2 img ,
	#picture-1 img {
		transform: scale(0.932355);
	} 	
	.product-image-container {
		transform: none !important;		
	}
	.product-image {
		left: 25px;
		bottom: 30px;
	}

	.product-image-right {
		left: auto !important;
		right: 25px;
	}
	.product-image-container h2.vc_custom_heading {
		right: -155px !important;
		bottom: auto !important;
	}
	body:not(.home) .explore-more {
		display: block !important;
	}
	#storepoint-container .mapboxgl-ctrl-geocoder input[type='text'] {
		height: 70px !important;
		font-size: 17px;
	}
	.mapboxgl-ctrl-geocoder--icon-search {
		top: 22px;
	}
	
	div#product-intro-1 img {
		max-width: 200px;
		margin-left: 0;
	}

	div#product-intro-1 {
		margin-left: -15px;
		max-width: 250px;
	}

	#about-product .hiked-left {
		left: 0;
		width: 175px;
		position: absolute;
		top: -125px;
		left: 35px;
	}

	#about-product .hiked-left img {
		width: 175px;
		margin: 0;
	}

	.hiked-down {
		margin-top: 0;
		width: 130px;
		position: absolute;
		right: 0;
		top: -210px;
	}

	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 p {
		left: 0;
		top: 275px;
		max-width: calc(100% - 80px);
		margin-left: auto;
		margin-right: auto;
	}

	#testimonials {
		margin-top: 0px;
		padding-top: 20px;
	    overflow: hidden;
	}

	section#about-product {
		padding-bottom: 300px !important;
	}
	#more-products {
		padding: 30px 20px 60px;
	}
	div#more-products:after {
		top: 0;
		transform: scale(.75);
		transform-origin: top;
	}
	#more-products h2 {
		margin-bottom: 30px;
	}
	div#pen-photo>div {
		width: 50%;
	}
	div#pen-photo>div>div {
		padding: 0 !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	div#pen-photo {
		width: 100vw !important;
		left: 0;
	}
	.product-inside > div > div > .wpb_single_image * {
		margin: auto !important;
	}

	.product-inside .thc-cbd-ratio {
		left: auto !important;
		right: 0 !important;
	}
	section#about-our-story .even-padded-section {
		padding: 25px 20px 0px !important;
	}
	#hero-pen img {
		max-height: 450px;
		margin-bottom: 0 !important;
		margin-top: 90px;
	}
	#post-384 #hero-pen img {
		margin-top: 40px;
	}
	#post-505 #about-product .hiked-left {
		top: -60px;
	}
	#about-product .hiked-left {
		top: -160px;
	}
	#post-514 div#pen-photo>div:first-child>div {
		background-position: 55% 50% !important;
	}
	label.half-row {
		width: 100%;
		float: none;
	}
	.wpcf7-form label {
		margin-bottom: 40px;
	}
	.wpcf7-form p {
		margin-bottom: 0px;
	}
	#rellax_title {
		margin-bottom: 40px;
	}
	div#hero {
		min-height: 100vh !important;
		height: 100vh !important;
	}
	body:not(.home) #hero>div:not(.explore-more) {
		position: relative !important;
		top: 0px;
		padding: 0 !important;
		height: 100%;
	}
}

/* MID RANGE PHONE */

@media (max-width: 414px) {
	div#picture-1, div#picture-1 img {
		max-width: 250px;
	}
	div#picture-2, div#picture-2 img {
		max-width: 205px !important;
	}
	.product-image-container {
		max-width: 325px !important;
	}
	.product-featured-image {
    	width: 325px!important;
	}
	.product-image-container h2.vc_custom_heading {
		right: -110px !important;
		bottom: auto !important;
	}
	.gradient-block img {
		width: 150px;
		height: 560px !important;
	}
	.thc-cbd-ratio {
		left: 150px;
	}
	.vc_align_right.product-featured-image {
		right: -50px !important;
	}
	.product-image-container h2.left-product-name {
		left: -110px !important;
	}
	div#picture-1 {
		/*margin-top: 100px;*/
	}
	.thc-cbd-ratio.right-ratio {
		right: 150px;
	}
	.hero-title {
		font-size: 70px;
	}
	.product-featured-image img {
		max-width: 150% !important;
		width: 150% !important;
		left: -15%;
	}
	.gradient-right {
		right: -1px;
	}
	#product-5 .product-featured-image img {
		left: 0 !important;
	}

	.big-h3 {
		margin-top: 0px;
	}
	div#product-1 {
		margin-top: 50px !important;
	}
	.product {
		margin-top: -40px !important;
	}
	section#about-our-story .even-padded-section {
		padding: 0px 20px 0px !important;
	}
	section#about-our-story h3 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 0px !important;
	}
	#our-story-image {
		margin-top: 0;
	}
	div#our-story-image img {
    	height: auto;
	}
	div#our-story-image {
		margin-bottom: 50px;
	}
	#meet-the-team {
		padding: 20px 0px !important;
		margin-top: 50px;
	}
	div#meet-the-team h2 {
		display: block;
		font-size: 36px;
		margin-bottom: 40px;
	}
	.team-member .wpb_single_image * {
		width: 100% !important;
	}
	#meet-the-team img {
		max-width: 100%;
	}
	.team-member .limited-p {
		max-width: 290px;
		margin: 40px auto;
	}
	div#contact-form h3, section#faqs-accordion h3 {
		font-size: 36px;
		line-height: 42px;
	}
	section#faqs-accordion .even-padded-section {
		padding: 30px 0px 20px !important;
	}
	div#contact-form h3 br, section#faqs-accordion h3 br {
		display: none;
	}
	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding-left: 30px;
	}
	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		left: 0px;
	}
	.vc_tta-panel-body {
		width: calc(100% - 70px);
		margin-left: 35px;
	}
	span.vc_tta-title-text {
		font-size: 20px;
		line-height: 32px;
	}
	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		top: 45px !important;
	}
	.vc_active i {
		top: 38px !important;
	}
	#about-product {
		padding: 0px 0px 0px !important;
	}
	div#product-title>div {
		padding: 0;
	}

	#about-product .uneven-padded-section {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	div#product-title h2 {
		display: none;
	}

	div#product-description h3 {
		margin-top: 0;
	}

	#product-title h4 {
		font-weight: 600;
	}
	section#about-product .uneven-padded-section {
		margin-bottom: 0 !important;
	}
	div#product-intro-1 img {
		max-width: 200px;
		margin-left: 0;
	}

	div#product-intro-1 {
		margin-left: -15px;
		max-width: 250px;
	}

	#about-product .hiked-left {	
		width: 175px;
		position: absolute;
		top: -130px;
		left: 30px;
	}

	#about-product .hiked-left img {
		width: 175px;
		margin: 0;
	}

	.hiked-down {
		margin-top: 0;
		width: 130px;
		position: absolute;
		right: 0;
		top: -210px;
	}

	section#about-product .wpb_column.vc_column_container.vc_col-sm-4 p {
		left: 0;
		top: 275px;
		max-width: calc(100% - 80px);
		margin-left: auto;
		margin-right: auto;
	}

	#testimonials {
		margin-top: 0px;
		padding-top: 20px;
	}

	section#about-product {
		padding-bottom: 300px !important;
	}

	#testimonials h2 {
		margin-bottom: 25px;
	}

	div#testimonials-row > div >div {
		padding-left: 35px;
		padding-right: 35px;
	}

	#more-products h2, #testimonials h2, #product-title h2 {
		font-size: 36px;
	}
	.product-inside > div {
		height: 300px;
	}

	.more-product-title {
		font-size: 22px !important;
		left: -65px;
		bottom: 95px;
	}

	div#more-products img {
		max-height: 210px;
	}
	.product-hero h1.vc_custom_heading.hero-title {
		left: 0;
	}
	.product-inside .thc-cbd-ratio p strong {
		font-size: 15px !important;
	}

	.thc-cbd-ratio p {
		font-size: 9px !important;
		line-height: 1;
	}

	.product-inside .thc-cbd-ratio {
		width: 60px;
		padding: 5px;
	}

	div#more-products>div>div {
		padding: 0;
	}

}

/* iPHONE X/XS */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
	#hero>div:not(.explore-more) {
		position: relative !important;
		top: 0px;
		padding: 0 !important;
	    height: 100%;
	}
	div#hero {
		min-height: calc(100vh - 100px) !important;
		height: calc(100vh - 100px) !important;
	}
	.hero-title {
		font-size: 60px;
	}
}

/* IPAD PRO 13 LANDSCAPE */

@media only screen 
and (device-width : 1366px) { 
	#content.site-content {
		padding-top: 0px !important;
	}
	.entry-content {
		margin: 0;
	}
	/*.rellax {
		transform: translate3d(0,0,0) !important;			
	}
	.rellax ,
	.product-featured-image img {
		transition: all ease-in-out 5s;
	}
	.rellax:not(.triggeredCSS3) {
		transform : scale(1) !important; 		
	}
	.triggeredCSS3 {
		transform : scale(1.2) !important; 
	}*/
	div#picture-1, div#picture-1 img {
		width: 320px;
	}
	div#picture-2 {
		width: 280px;
		/*overflow: hidden;*/
	}
	.product-featured-image {
		/*overflow: hidden;
		width: 480px;*/
	}
	.image-hiked-up {
		/*margin-top: -150px !important;*/
	}
	/*div#picture-1 {
		margin-top: -50px;
	}*/
	h2.vc_custom_heading {
		font-size: 70px;
		line-height: 65px;
	}
	.product-image-container {
		top: 0 !important;
	}

	#product-1 .product-image-container {
		top: 0px !important;
	}
	#product-5 .product-image-container {
		top: 0px !important;
	}
	/*.vc_align_right.product-featured-image {
		right: 0;
		margin-right: 0;
		float: right;
	}*/

	
	.product-image-container h2 {
		right: -285px;
	}
	
	.left-product-name {
		left: -250px;
		right: auto;
	}
	div#our-products {
		padding-bottom: 150px !important;
	}
	
	.thc-cbd-ratio.right-ratio {
		right: 223px;
	}
	
	div#footer-widget .col-md-3 {
		position: relative;
		left: 60px;
	}

	div#footer-widget .col-md-3:nth-child(2),div#footer-widget .col-md-3:nth-child(3) {
		LEFT: 100px;
	}
	
	section#gradient-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	div#local-resources {
		margin-bottom: 100px !important;
	}
	
	div#footer-widget {
		padding: 100px 0px;
	}
	#local-resources,
	.sbi {
		max-width: 1160px;
	}
	#product-2 .product-image-container>div, #product-4 .product-image-container>div {
		transform-origin: right;
	}
	
	.vc_align_right.product-featured-image {
		right: 150px;
	}
	
	li#menu-item-637 a {
		position: relative;
		left: 25px;
	}

}