@charset "UTF-8";
/*
	Theme Name: The Third Wave
	Theme URI: http://www.thethirdwave.co/
	Description: This is a child theme created for The Third Wave based on the Genesis Framework.
	Author: WP-Wizard
	Author URI: http://www.wp-wizard.com/
	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	Text Domain: thethirdwave


	Please don't edit the style.css file directly, as it will be overwritten by automatic builds.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.6rem;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 0.1rem solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.6rem 2.4rem;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0A2D4F;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 0.8rem 1.6rem;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  display: inline-block;
}

figure {
  margin: 0;
}

/* Screen reader
   ========================================================================== */
/**
 * Adds styling for hiding elements for normal visitors, while keeping it
 * available for screen readers.
 */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Defaults - Transitions
--------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* ## Defaults - Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
}

body h1, body .h1,
body h2, body .h2, body .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro body .full-name, body .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro body .full-name, body .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro body .full-name, body .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro body .full-name {
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

body h3, body .h3,
body h4, body .h4,
body h5, body .h5,
body h6, body .h6 {
  color: black;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: initial;
}

body h1, body .h1 {
  font-size: 3rem;
  line-height: 1;
}

body h2, body .h2, body .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro body .full-name, body .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro body .full-name, body .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro body .full-name, body .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro body .full-name {
  font-size: 2.7rem;
}

body h3, body .h3 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
}

body h4, body .h4 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}

body h5, body .h5 {
  font-size: 1.8rem;
  font-weight: 400;
}

body h6, body .h6 {
  font-size: 1.6rem;
  font-weight: 400;
}

body p, body li, body blockquote {
  font-size: 1.8rem;
  color: black;
}

body hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

body b, body strong {
  font-weight: 700;
}

body blockquote, body cite, body em, body i {
  font-style: italic;
}

body mark {
  background: #ddd;
  color: #000;
}

body a {
  color: #3180ea;
  text-decoration: underline;
}

body blockquote {
  background: #f5f5f5;
  padding: 2em;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(top, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(top, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(180deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  border-left: 3px solid transparent;
  margin: 40px 0;
}

body blockquote:before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

body blockquote p {
  margin: 0;
}

@media screen and (min-width: 861px) {
  body h1, body .h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
  body h2, body .h2, body .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro body .full-name, body .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro body .full-name, body .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro body .full-name, body .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro body .full-name {
    font-size: 2.3rem;
  }
  body h3, body .h3 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 2;
  }
  body h4, body .h4 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5em;
  }
  body h5, body .h5 {
    font-size: 1.8rem;
    font-weight: 400;
  }
  body h6, body .h6 {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 921px) {
  body h1, body .h1 {
    font-size: 5rem;
  }
  body h2, body .h2, body .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro body .full-name, body .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro body .full-name, body .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro body .full-name, body .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro body .full-name {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  body h1, body .h1 {
    font-size: 7rem;
  }
  body h2, body .h2, body .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro body .full-name, body .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro body .full-name, body .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro body .full-name, body .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro body .full-name {
    font-size: 5rem;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
/*.content {
	float: right;
	width: 880px;
}*/
@media screen and (min-width: 861px) {
  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left;
  }
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 660px;
  }
  .full-width-content .content {
    width: 100%;
  }
  /* ### Primary Sidebar */
  .sidebar-primary {
    float: right;
    width: 360px;
  }
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }
  /* ### Secondary Sidebar */
  .sidebar-secondary {
    float: left;
    width: 180px;
  }
  .content-sidebar-sidebar .sidebar-secondary {
    float: right;
  }
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

.ttw--container, .ttw--container__narrow, .ttw--template--consulting-call .ttw--container, .post-template-featured-single-post .breadcrumb, .post-template-featured-single-post .entry-header, .post-template-featured-single-post .entry-content, .ttw--container__wide, .site-header, .site-main .vc_row, .post-type-archive-podcasts .archive-description, .post-template-default .entry-meta, .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .entry-content, .post-template-default .content-sidebar-wrap .sidebar, .site-main .vc_row.step, .site-footer .footer-widgets--container, .breadcrumb, .site-main .parallax > .vc_column_container, .site-main .vc_parallax > .vc_column_container, .post-password-form, .ttw--article .ttw--article--toc, .guides-template-default .breadcrumb, .microdosing-template-default .breadcrumb, .ttw--lead-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1rem;
  /*
	@media (max-width: 1200px) {
		max-width: $layout-container-width-md + 30px;
	}

	@media (max-width: 860px) {
		max-width: 800px;
		padding: 0 30px;
	}
	*/
}

@media screen and (min-width: 330px) {
  .ttw--container, .ttw--container__narrow, .ttw--template--consulting-call .ttw--container, .post-template-featured-single-post .breadcrumb, .post-template-featured-single-post .entry-header, .post-template-featured-single-post .entry-content, .ttw--container__wide, .site-header, .site-main .vc_row, .post-type-archive-podcasts .archive-description, .post-template-default .entry-meta, .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .entry-content, .post-template-default .content-sidebar-wrap .sidebar, .site-main .vc_row.step, .site-footer .footer-widgets--container, .breadcrumb, .site-main .parallax > .vc_column_container, .site-main .vc_parallax > .vc_column_container, .post-password-form, .ttw--article .ttw--article--toc, .guides-template-default .breadcrumb, .microdosing-template-default .breadcrumb, .ttw--lead-text {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 500px) {
  .ttw--container, .ttw--container__narrow, .ttw--template--consulting-call .ttw--container, .post-template-featured-single-post .breadcrumb, .post-template-featured-single-post .entry-header, .post-template-featured-single-post .entry-content, .ttw--container__wide, .site-header, .site-main .vc_row, .post-type-archive-podcasts .archive-description, .post-template-default .entry-meta, .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .entry-content, .post-template-default .content-sidebar-wrap .sidebar, .site-main .vc_row.step, .site-footer .footer-widgets--container, .breadcrumb, .site-main .parallax > .vc_column_container, .site-main .vc_parallax > .vc_column_container, .post-password-form, .ttw--article .ttw--article--toc, .guides-template-default .breadcrumb, .microdosing-template-default .breadcrumb, .ttw--lead-text {
    padding: 0 3rem;
  }
}

.ttw--container__narrow, .ttw--template--consulting-call .ttw--container, .post-template-featured-single-post .breadcrumb, .post-template-featured-single-post .entry-header, .post-template-featured-single-post .entry-content {
  max-width: 800px;
}

.ttw--container__wide, .site-header {
  max-width: 1280px;
}

.site-main .vc_row {
  padding: 0 15px;
}

.site-main .vc_row[data-vc-full-width] {
  max-width: unset;
}

.site-main .vc_row .vc_row {
  padding: 0;
}

/* # Custom Styles
-------------------------------------------------------------------------- */
.custom-logo-link {
  display: block;
}

.custom-logo {
  vertical-align: top;
  max-width: 50px;
}

.entry {
  background-color: #ffffff;
}

.site-inner {
  max-width: none;
}

@media only screen and (max-width: 1139px) {
  .site-inner {
    max-width: none;
  }
}

.ttw-white-button {
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  padding: 0.5em 1em;
  margin-top: 1em;
  display: inline-block;
  font-size: 16px;
}

.ttw-grey-button {
  color: #666;
  text-decoration: none;
  border: 3px solid #666;
  padding: 0.5em 1em;
  margin-top: 1em;
  display: inline-block;
  font-size: 16px;
}

.ttw-black-button {
  color: #000;
  text-decoration: none;
  border: 3px solid #000;
  padding: 0.5em 1em;
  margin-top: 1em;
  display: inline-block;
  font-size: 16px;
}

.ttw-green-button {
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  margin-top: 1em;
  display: inline-block;
  font-size: 16px;
  border-style: solid;
  border-width: 3px;
  -webkit-border-image: -webkit-linear-gradient(180deg, #00F3BE 0%, #5bddda 100%);
  -o-border-image: -o-linear-gradient(top, #00F3BE 0%, #5bddda 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#00F3BE), to(#5bddda));
  border-image: linear-gradient(180deg, #00F3BE 0%, #5bddda 100%);
  border-image-slice: 1;
}

.ttw-rainbow-button, .comment-reply-link {
  background-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  background-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.ttw-rainbow-button .fa, .comment-reply-link .fa {
  font-size: 18px;
  margin-left: 1em;
}

.ttw-rainbow-button:before, .comment-reply-link:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -100;
}

.ttw-rainbow-button:hover, .comment-reply-link:hover {
  color: white;
  text-decoration: none;
}

.ttw-rainbow-button:hover:before, .comment-reply-link:hover:before {
  opacity: 0;
}

.vc_parallax .ttw-rainbow-button {
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  font-size: 16px;
}

.ttw-white-button:hover, .ttw-green-button:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.ttw-grey-button:hover {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.center-btn {
  margin: 0 auto;
  display: table;
}

.slide-content h1, .slide-content h3 {
  color: #fff;
}

/*.vc_row {
	max-width:1100px;
	margin:0 auto!important;
}*/
/* # Font Styles */
h1, .h1, .entry-title a, h2, .h2, .guides-template-default .psychedelic-intro .full-name, .guides-template-default .microdosing-intro .full-name, .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .microdosing-intro .full-name {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, #4f6dc8), color-stop(100%, rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  display: inline-block;
  margin-top: 0;
}

h1, h2, .h1, .h2, .guides-template-default .psychedelic-intro .full-name, .guides-template-default .microdosing-intro .full-name, .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .microdosing-intro .full-name {
  text-transform: uppercase;
}

.home-parallax h1 {
  text-transform: capitalize;
}

/* # Home Guides Loop */
.home-guides a {
  text-decoration: none;
  color: #000;
}

.home-guides a:hover {
  text-decoration: none !important;
}

.home-guides:hover, #resources a:hover {
  font-weight: bold;
}

.home-guides {
  text-align: center;
  margin-bottom: 2em;
}

.home-guides .guide-molecule {
  margin-bottom: 1em;
  width: 60%;
}

.load-more-guides {
  text-decoration: none;
  text-align: center;
  display: block;
}

.load-more-guides:after {
  font-family: "Dashicons";
  content: "\f347";
  display: block;
}

/* # Home Blog Loop */
.excerpt-post {
  font-size: 14px !important;
  margin: 0 auto;
  display: block;
  width: 80%;
}

.blog-card, .featured-blog-card, .press-card {
  margin-bottom: 1em;
  text-decoration: none;
  text-align: center;
}

.blog-card a, .featured-blog-card a, .press-card a {
  text-decoration: none;
}

.featured-blog-card h5, .featured-blog-card .h5, .featured-blog-card p, .featured-blog-card .excerpt-post {
  padding: 0 1em;
  display: block;
  margin: 1em auto;
}

.featured-blog-card p {
  font-size: 14px !important;
}

#home-blog .vc_col-sm-8 > .vc_column-inner {
  padding: 0;
}

#home-blog .vc_col-sm-6 .blog-card {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#home-blog .vc_col-sm-6 {
  margin-bottom: 30px;
}

#home-blog .vc_col-sm-6 .blog-card {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 220px;
}

.blog-card h5, .blog-card .h5 {
  padding: 0 5px 0 5px;
  margin: auto auto;
}

.featured-blog-card {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-blog-card .read-post {
  margin-bottom: 1em;
  display: block;
}

.blog-card .read-post {
  position: absolute;
  bottom: 0;
  margin-bottom: 1em;
  display: block;
}

.post-template-default .blog-card .read-post {
  margin-bottom: 2em;
}

.read-post {
  font-size: 16px;
  color: #3180ea;
  margin: 0 auto 1em auto;
}

.featured-blog-card.vc_col-sm-12 {
  padding: 0;
}

.featured-blog-card img {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}

.vc_col-sm-4 .podcast-card {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.podcast-card .read-post {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
}

.podcast-card h5, .podcast-card .h5 {
  margin-bottom: 0;
  width: 60%;
  margin: 0 auto;
  line-height: 1em;
}

.podcast-card .podcast-episode {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.5em auto 0 auto;
}

.podcast-episodes a, .podcast-episodes a:hover {
  text-decoration: none !important;
}

.podcast-card .podcast-host {
  font-size: 16px;
  font-weight: 300;
}

#podcasts .vc_column-inner {
  z-index: 0;
}

#podcasts .vc_col-sm-4 {
  margin-bottom: 1.5em;
}

.load-more-podcasts {
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 2em;
}

.load-more-podcasts:after {
  font-family: "Dashicons";
  content: "\f347";
  display: block;
}

.workshop-video-description {
  color: #fff;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.workshop-video .wpb_single_image {
  margin-bottom: 0;
}

#microdosing-course.cta ul {
  margin-left: 0;
}

#microdosing-course img {
  max-width: unset;
  width: 120%;
  margin-top: 2em;
}

#cta-workshop {
  /* text-align:center; */
}

/*
#cta-workshop .wpb_content_element {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0;
}
*/
#cta-workshop .workshop-video-description {
  text-align: center;
}

#cta-workshop h3, #cta-workshop p {
  color: #fff;
  margin-bottom: 1em;
}

#cta-workshop .fa-white-outline:first-of-type {
  margin-left: 0;
}

.workshop-overview {
  text-align: left;
}

#cta-workshop .vc_col-sm-7 {
  padding-left: 1em;
}

/*
#cta-workshop .wpb_content_element {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0;
}
*/
#join-forum img {
  max-width: unset;
  width: 170%;
}

#about-podcast {
  margin-top: 5em;
}

#about-podcast img {
  max-width: unset;
  width: 160%;
  padding-left: 1em;
}

a .podcast-card, a .blog-card, a .featured-blog-card, .image-card a {
  color: #000 !important;
  display: block;
  width: 100%;
}

.basic-card .wpb_content_element {
  margin-bottom: 0;
}

.basic-card .vc_column-inner {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 !important;
}

.basic-card .vc_column-inner:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
}

.basic-card p {
  padding-bottom: 1em !important;
  margin-bottom: 0;
}

.basic-card {
  text-align: center;
}

.basic-card a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

/*FONT AWESOME SOCIAL LINKS*/
.fa-white-outline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fa-white-outline .fa {
  width: 36px;
  text-align: center;
  color: #fff;
}

.fa-grey-outline {
  border: 2px solid #666;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fa-grey-outline .fa {
  width: 100%;
  text-align: center;
  color: #666;
}

.fa-black-outline {
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fa-black-outline .fa {
  width: 100%;
  text-align: center;
  color: #000;
}

/*/*/
/*ABOUT PAGE STYLING*/
.member-links img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.member-info {
  padding-left: 2em !important;
}

.team-member {
  margin-bottom: 5em;
}

.team-member .member-links {
  text-align: center;
  margin-top: 0.5em;
}

.team-member .member-name {
  margin: 0;
  line-height: 1.5;
  font-size: 28px !important;
}

.team-member .member-title {
  font-size: 18px !important;
  margin: 0 0 1em;
}

.team-member p {
  font-size: 18px !important;
  line-height: 1.5;
}

#about img {
  max-width: unset;
  margin-top: -6em;
  width: 220%;
}

#join-team img {
  max-width: unset;
  width: 160%;
}

/*/*/
/*Blog Post Shortcode Card Styles*/
.blog-posts .vc_col-sm-4 .blog-card, .latest-updates .vc_col-sm-4 .blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.latest-podcasts a, .latest-updates a {
  text-decoration: none;
}

.latest-podcasts a:hover, .latest-updates a:hover {
  text-decoration: none !important;
}

.blog-posts .vc_col-sm-4, .latest-updates .vc_col-sm-4, .latest-podcasts .vc_col-sm-4 {
  margin-bottom: 1em;
  padding: 0 0.5em;
}

.blog-posts .vc_column_container > .vc_column-inner, .latest-updates .vc_column_container > .vc_column-inner, .latest-podcasts .vc_column_container > .vc_column-inner {
  padding: 0;
}

.blog-posts .vc_col-sm-4 .blog-card, .latest-updates .vc_col-sm-4 .blog-card {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 220px;
}

.blog-posts .blog-card .read-post, .latest-updates .blog-card .read-post {
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-posts a, .latest-updates a {
  text-decoration: none;
}

.blog-posts a:hover {
  text-decoration: none !important;
}

.blog-posts h5, .latest-updates h5, .blog-posts .h5, .latest-updates .h5 {
  line-height: 1.5;
}

.blog-posts .podcast-card {
  height: 220px;
}

.page-template-blog .blog-filter {
  margin: 1em auto 3em;
}

@media screen and (max-width: 560px) {
  .page-template-blog .blog-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jsOn {
  display: none !important;
}

.page-template-blog .blog-intro {
  margin-top: 3em;
  margin-bottom: 1em;
}

.page-template-blog .pagination {
  padding: 0;
}

.load-more button {
  font-family: 'Lato', sans-serif;
  background: transparent;
  color: #000;
  border: none;
  font-weight: 400;
  margin: 0 auto;
}

.load-more a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 2em;
  color: #000 !important;
}

.load-more a:active, .load-more a:focus, .load-more a:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.load-more a:after {
  font-family: "Dashicons";
  content: "\f347";
  display: block;
}

/*/*/
.substance {
  text-align: center;
}

.substance img {
  max-width: 150px;
}

.substance a {
  text-decoration: none;
  color: #000;
}

.substance:hover h4 {
  font-weight: bold;
  text-decoration: none !important;
}

.substance:hover a {
  text-decoration: none !important;
}

.substance .h3, .substance .h4 {
  display: block;
}

.blog-intro, .blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-featured h2, .blog-featured h4 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.wpcf7 .wpcf7-form {
  margin-top: 5em;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
}

.wpcf7 textarea {
  max-height: 200px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #4A9CCF;
  color: #fff;
  border: 3px solid;
  padding: 1rem 5rem;
  font-size: 21px;
}

#contact-header {
  background-position: top !important;
}

#contact-header a {
  text-decoration: none;
  color: #3180ea;
}

#getting-started {
  text-align: center;
  overflow: unset !important;
}

#getting-started > div.vc_parallax-inner.skrollable.skrollable-between {
  height: 110% !important;
  top: 0 !important;
}

#getting-started.vc_parallax h1, #getting-started.vc_parallax .h1 {
  color: transparent !important;
  text-align: center;
}

#getting-started.vc_parallax p {
  color: unset;
  text-align: center;
  margin: 0 auto;
}

#getting-started > div.vc_parallax-inner.skrollable.skrollable-between {
  height: 110% !important;
  top: 0 !important;
}

#microdosing .image-card img {
  max-width: 120px;
  max-height: 120px;
  margin: 0.5em;
}

#resources {
  text-align: center;
}

#resources img {
  max-width: 100px;
}

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

#resources a:hover {
  text-decoration: none !important;
}

.event-card h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, #4f6dc8), color-stop(100%, rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  padding-bottom: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown button:hover, .dropdown button:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
  width: 100%;
}

.dropdown-content ul > li:before {
  content: "";
}

.site-main ul.dropdown-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.site-main .dropdown-menu li {
  list-style: none;
}

.dropdown button div {
  line-height: 0;
  right: 1em;
  top: 50%;
  position: absolute;
}

.post-template-default .dropdown {
  width: 100%;
  margin-top: 2em;
}

.post-template-default .dropdown .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.rainbow-dropdown {
  border: 3px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  padding: 0.5em 1em;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.rainbow-dropdown:hover {
  color: #000;
}

.grey-dropdown {
  border: 3px solid #666;
  padding: 0.5em 1em;
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.black-dropdown {
  border: 3px solid #000;
  padding: 0.5em 1em;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.black-dropdown:hover {
  color: #000;
}

.podcast-page .dropdown {
  margin-bottom: 0.5em;
}

.dropdown button {
  font-family: 'Lato', sans-serif;
  /*
 font-size:14px;
 font-weight:400;
 */
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.podcast-page .dropdown {
  width: 100%;
}

/*
.podcast-page .vc_parallax div.vc_parallax-inner.skrollable.skrollable-between {
	height:120%!important;
}
*/
/* Custom Parallax Headers */
.vc_parallax.podcast-parallax h1, .vc_parallax.podcast-parallax .h1, .vc_parallax.podcast-parallax h3, .vc_parallax.podcast-parallax .h3 {
  max-width: 700px;
}

.podcast-parallax .dropdown {
  margin-right: 1em;
  margin-top: 1em;
}

.events-parallax h3, .events-parallax .h3 {
  font-size: 18px;
  max-width: 700px;
  line-height: 1.5;
  margin-top: 1em;
}

.blog-parallax h1, .blog-parallax p {
  max-width: 750px;
}

/* * */
.microdosing-intro {
  max-width: 1100px;
  margin: 0 auto;
}

/*404, Search, and Archive Pages*/
.page-template-page_archive .site-header {
  position: relative !important;
}

.page-template-page_archive .site-inner {
  max-width: 1100px;
}

.page-template-page_archive h2 {
  margin: 0 !important;
}

.error404 h2 {
  margin: 0;
}

.error404 .breadcrumb, .error404 .entry-title {
  display: block;
}

.error404 .site-header {
  position: relative;
}

.search-results .site-header {
  position: relative;
}

.search .entry, .search .archive-title, .archive .entry, .archive .archive-title {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}

.search .entry-content, .archive .entry-content {
  margin-bottom: 1em;
}

.search .archive-description, .archive .archive-description {
  padding-top: 5em;
  padding-bottom: 5em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4f6dc8), color-stop(100%, rgba(51, 203, 200, 0.68)));
  background: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
}

.search .archive-description h1, .archive .archive-description h1 {
  margin-bottom: 0;
  color: #fff;
}

.search .entry, .search .archive-title, .archive .entry, .archive .archive-title {
  max-width: 1100px;
  margin: 0 auto;
}

.search .entry, .archive .entry {
  margin-bottom: 3em;
}

.search .menu-toggle, .search .menu-toggle:focus, .search .menu-toggle:hover, .archive .menu-toggle, .archive .menu-toggle:focus, .archive .menu-toggle:hover {
  color: #ccc;
}

.search .entry-footer .entry-meta, .search .entry-footer .entry-categories, .archive .entry-footer .entry-meta, .archive .entry-footer .entry-categories {
  display: block;
  color: #444;
}

.search .entry-categories a, .archive .entry-categories a {
  color: #4A84CF;
  text-decoration: none;
}

.search .entry-content p, .archive .entry-content p {
  margin: 0;
}

.post-type-archive-guides .archive-description {
  background: none;
  max-width: 1100px;
  margin: 3em auto 0;
  padding: 0;
}

.post-type-archive-guides .archive-description h1 {
  color: transparent;
  display: inline-block;
}

.post-type-archive-guides .psychedelic-guides {
  overflow: auto;
  max-width: 1100px;
  margin: 5em auto 0;
}

.post-type-archive-microdosing .vc_column-inner {
  padding: 0;
}

.post-type-archive-microdosing .cpt-archive-description {
  display: none;
}

.post-type-archive-microdosing .microdosing-intro {
  margin-top: 3em;
}

.post-type-archive-microdosing .microdosing-intro img {
  margin-top: 3em;
}

.post-type-archive-microdosing .microdosing-guides {
  max-width: 1100px;
  margin: 8em auto 3em;
}

.post-type-archive-microdosing .all-microdosing {
  max-width: 1100px;
  margin: 0 auto 5em;
}

.post-type-archive-microdosing .microdosing-book {
  margin-top: 3em;
}

.post-type-archive-microdosing .microdosing-book .vc_col-sm-9 {
  padding-left: 3em;
}

.post-type-archive-microdosing #microdosing-course {
  padding-top: 5em;
  padding-bottom: 5em;
}

.post-type-archive-microdosing #microdosing-course .cta-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.post-type-archive-microdosing #microdosing-course .cta ul > li {
  color: #fff;
  list-style-type: none;
  font-size: 16px;
}

.post-type-archive-microdosing #microdosing-course .cta ul > li:before {
  content: "- ";
}

.post-type-archive-microdosing #microdosing-course .cta .ttw-white-button {
  margin-top: 3em;
}

.post-type-archive-podcasts .archive-description h1 {
  color: transparent;
}

.post-type-archive-podcasts .podcast-episodes {
  max-width: 1100px;
  margin: 0 auto;
}

.post-type-archive-podcasts .podcast-episodes .vc_col-sm-4 {
  margin-bottom: 1.5em;
}

.post-type-archive-podcasts .archive-description {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin: 3em auto;
  max-width: 1100px;
}

/*/*/
/*Blog Page Filter*/
.blog-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-filter button {
  font-size: 16px;
  background-color: transparent;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 4px solid #fff;
  font-weight: 400;
}

.blog-filter .active-filter {
  border: 4px solid #4A84CF;
  color: #fff;
  background-color: #4A84CF;
}

.blog-filter button:hover {
  border: 4px solid #4A84CF;
  color: #4A84CF;
}

.blog-filter .active-filter:hover {
  color: #f5f5f5;
}

/*/*/
.genesis-responsive-menu .wrap {
  padding: 0;
}

.genesis-responsive-menu {
  display: none;
  position: absolute;
  right: 0;
  padding: 0.5em 3em;
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: scroll;
  overflow-y: auto;
}

.admin-bar .genesis-responsive-menu {
  padding-top: 2em;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: #fff;
  border-width: 0;
  color: #f5f5f5;
  display: block;
  margin: 0 auto;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: #fff;
  border-width: 0;
  color: #0A2D4F;
}

.white-page .menu-toggle,
.white-page .menu-toggle:focus,
.white-page .menu-toggle:hover,
.psychedelic-page .menu-toggle,
.psychedelic-page .menu-toggle:focus,
.psychedelic-page .menu-toggle:hover,
.microdosing-page .menu-toggle,
.microdosing-page .menu-toggle:focus,
.microdosing-page .menu-toggle:hover,
.page-template-default .menu-toggle,
.page-template-default .menu-toggle:focus,
.page-template-default .menu-toggle:hover {
  color: #ccc;
}

.menu-toggle {
  line-height: 22px;
  position: relative;
  width: 100%;
  z-index: 1000;
  font-size: 32px;
}

.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
  border: none;
  color: #fff;
  background: transparent;
  width: unset;
  float: right;
  font-size: 30px;
  padding: 5px 10px;
}

.menu-toggle::before {
  margin-right: 0px;
  text-rendering: auto;
}

.sub-menu-toggle {
  float: right;
  padding: 13px 10px;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle.activated:before {
  content: "\f343";
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
  font-size: 20px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
  text-align: left;
  min-width: 400px;
  border-bottom: 1px solid #e5e5e5;
  width: 80%;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:last-of-type {
  border: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a {
  border: none;
  margin-bottom: 1px;
  padding: 20px 0;
  width: 80%;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  color: #7E7E7E;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  border: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
  left: 0;
  margin-left: 0;
}

.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
  content: none;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  margin: 0;
  opacity: 1;
  position: static;
  width: 100%;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}

.genesis-responsive-menu .genesis-nav-menu .current-menu-item a {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, #4f6dc8), color-stop(100%, rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  display: inline-block;
  margin-top: 0;
}

.menu-toggle.activated {
  color: #e5e5e5;
}

.dashicons-menu.activated:before {
  content: "\f335";
  font-family: 'Dashicons';
  position: fixed;
  right: 92px;
}

button:focus {
  outline: none;
}

.nav-primary .right {
  float: none;
}

.nav-primary .search-form {
  width: 100%;
  margin-top: 2em;
}

.post-template-default .entry a {
  color: #4A84CF;
  text-decoration: none;
}

.post-template-default .entry a h5 {
  color: #000;
}

.post-template-default .entry .load-more-posts {
  color: #000;
}

.post-template-default .entry-meta {
  font-size: 16px;
  color: #666;
  margin: 3rem 0;
}

.post-template-default .entry-title {
  display: none;
}

.post-template-default .featured-image {
  padding: 8em 0;
  border-bottom: 5px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
}

.post-template-default .content-sidebar-wrap {
  margin: 0 auto;
  max-width: 1100px;
}

.post-template-default .breadcrumb {
  display: block;
  color: #fff;
  background: transparent;
  padding: 1em 0;
}

.post-template-default .breadcrumb a {
  color: #fff;
}

.post-template-default .content-sidebar-wrap .content {
  margin-top: -120px;
}

.post-template-default .content-sidebar-wrap .content .breadcrumb {
  margin-bottom: 20px;
}

@media screen and (min-width: 861px) {
  .post-template-default .content-sidebar-wrap .content {
    width: 70%;
  }
}

.post-template-default .featured-image h1 {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (min-width: 861px) {
  .post-template-default .content-sidebar-wrap .sidebar {
    width: 30%;
    padding: 0 3rem;
  }
  .post-template-default .featured-image h1 {
    font-size: 3em;
  }
}

.post-template-default .content-sidebar-wrap .sidebar .widget {
  padding: 0;
  margin-bottom: 0;
}

.post-template-default .widget_media_image {
  margin-bottom: 1.5em !important;
}

.post-template-default .tve-leads-widget .thrv-leads-widget {
  padding: 0 !important;
}

.post-template-default .entry-meta .entry-comments-link {
  display: none;
}

.post-template-default .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
  width: 55% !important;
  float: right;
  padding: 30px 2em;
  margin: 0 !important;
  overflow: visible;
}

.post-template-default .nc_socialPanel .totes.totesalt {
  display: none !important;
}

.post-template-featured-single-post .nc_socialPanel {
  max-width: 900px;
  margin: 2em auto !important;
}

.nc_socialPanel a {
  color: #fff !important;
}

.blog-quote-container {
  padding: 5em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
}

.blog-quote {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  color: #fff !important;
  font-size: 24px;
  font-style: italic;
  text-decoration: none;
}

.quote-twitter:after {
  content: "\f081";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-facebook:after {
  content: "\f082";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-linkedin:after {
  content: "\f0e1";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-medium:after {
  content: "\f23a";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-gplus:after {
  content: "\f0d5";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-youtube:after {
  content: "\f167";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-wikipedia:after {
  content: "\f266";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.quote-link:after {
  content: "\f0c1";
  font-family: 'FontAwesome';
  margin-left: 1em;
  font-style: normal;
}

.single-post .featured-image img, .single-post .entry-content img {
  margin: 0 auto;
  display: block;
}

.post-template-featured-single-post .featured-image {
  padding: 8em 0;
  text-align: center;
  border-bottom: 4px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  margin-bottom: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-image, .vc_parallax-inner {
  background-attachment: fixed !important;
}

.related-card, .blog-card, .featured-blog-card, .podcast-card, .image-card, .press-card {
  border-bottom: 4px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
}

.podcast-related a:hover {
  text-decoration: none !important;
}

.blog-related {
  max-width: 1100px;
  margin: 3em auto 0 auto !important;
  display: block;
  text-align: center;
}

.blog-related a {
  text-decoration: none;
  color: #000;
}

.blog-related a:hover {
  text-decoration: none !important;
}

.blog-related .vc_col-sm-4 {
  margin-bottom: 1.5em;
}

.single-post .blog-related .vc_col-sm-4 {
  margin-bottom: 1.5em;
}

.post-template-featured-single-post .featured-image h1 {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0;
}

.post-template-featured-single-post .featured-image h4 {
  color: #fff;
  max-width: 800px;
  display: inline-block;
}

.post-template-default .entry-content > p,
.post-template-default .entry-content > h1,
.post-template-default .entry-content > h2,
.post-template-default .entry-content > h3,
.post-template-default .entry-content > h4,
.post-template-default .entry-content > h5,
.post-template-default .entry-content > h6,
.post-template-default .entry-content > blockquote,
.post-template-default .entry-content > ul,
.post-template-default .entry-content > ol,
.post-template-featured-single-post .entry-content > p,
.post-template-featured-single-post .entry-content > h1,
.post-template-featured-single-post .entry-content > h2,
.post-template-featured-single-post .entry-content > h3,
.post-template-featured-single-post .entry-content > h4,
.post-template-featured-single-post .entry-content > h5,
.post-template-featured-single-post .entry-content > h6,
.post-template-featured-single-post .entry-content > blockquote,
.post-template-featured-single-post .entry-content > ul,
.post-template-featured-single-post .entry-content > ol {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-template-default h1,
.post-template-default h2,
.post-template-default h3,
.post-template-default h4,
.post-template-default h5 {
  line-height: 1;
  margin-bottom: 0.5em;
}

.post-template-featured-single-post .entry-description p {
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  color: #444;
}

.post-template-featured-single-post .entry-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1em auto;
  display: block;
}

a.read-part {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3180ea;
  margin-bottom: 1em;
  font-size: 18px;
}

.series-selector {
  text-align: center;
  max-width: 1100px;
  margin: 2em auto;
}

.series-selector span {
  font-weight: 900;
}

.series-selector a {
  text-decoration: none;
}

.first-series {
  float: left;
  color: #ccc;
}

.next-series {
  float: right;
  color: #3180ea;
}

.read-next {
  border: 1px solid #0A2D4F;
  max-width: 1100px;
  margin: 2em auto 0;
  padding: 1em;
  background-color: #0A2D4F;
  color: #fff;
  font-size: 18px;
}

.read-next:hover {
  color: #fff;
  background-color: #4A84CF;
  border-color: #4A84CF;
}

.post-template-featured-single-post .entry-content a {
  text-decoration: none;
  color: #3180ea;
}

.post-template-featured-single-post .series {
  text-align: center;
  margin-bottom: 1em;
}

.post-template-featured-single-post .series-number {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 32px;
  font-family: 'Montserrat';
  font-weight: 900;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(left top, right top, color-stop(0%, #4f6dc8), color-stop(100%, rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  padding-bottom: 10px;
}

.entry-content .vc_row {
  margin: 0 auto;
  max-width: 1100px;
}

.post-template-featured-single-post .entry-content .vc_row {
  max-width: 900px;
}

.entry-content .vc_row.vc_row-no-padding {
  margin: 0 auto;
  width: 100% !important;
  max-width: unset !important;
  padding: 0 !important;
}

.entry-content .blog-quote-container {
  left: 0 !important;
  width: 100% !important;
}

.post-template-featured-single-post img.size-full-width {
  left: 0 !important;
  width: 100%;
}

/* Thank you page */
#thanks {
  text-align: center;
  padding: 4em 0 2em 0 !important;
  margin-bottom: 2em;
}

#thanks h1, #thanks h3 {
  margin: 0;
}

#details h2 {
  line-height: 1;
  margin-bottom: 0.25em;
}

#wait {
  text-align: center;
  margin-bottom: 3em;
  background-image: -webkit-linear-gradient(90deg, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68))) !important;
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  background-image: linear-gradient(90deg, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  -webkit-border-image: -webkit-linear-gradient(90deg, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(0%, rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68))) !important;
  border-image: linear-gradient(90deg, #ffaa00 0%, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%) !important;
  border-image-slice: 1 !important;
}

#wait h2 {
  margin-bottom: 0;
  margin-top: 0.5em;
  color: #fff;
}

#wait h4 {
  color: #fff;
}

.site-main .vc_row.step {
  margin-bottom: 3em;
}

.site-main .vc_row.step > .vc_column_container {
  border: 3px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
}

.site-main .vc_row.step > .vc_column_container > .vc_column-inner {
  padding: 0 30px;
}

.site-main .vc_row.step h2 {
  line-height: 1;
  margin: 30px 0 10px;
}

.ttw-rainbow-button .fa {
  font-size: 18px;
  margin-left: 1em;
}

/* / */
@media (max-width: 1200px) {
  .blog-quote, .series-selector {
    max-width: 800px;
  }
}

/* .post-template-featured-single-post img.size-full-width {
	position: relative;
	width: 100vw;
	height: auto;
	left: calc((-100vw + 61.1em) / 2);
	max-width:unset;
} */
/*Dropcase CSS for future use*/
/* .post-template-featured-single-post .entry-content .wpb_wrapper p:first-child:first-letter {
	color:transparent;
	font-size:65px;
	float:left;
	line-height:60px;
	padding-right:5px;
	-webkit-background-clip: text;
  background-clip: text;
  background-image: -moz-linear-gradient(left, rgba(79,109,200,0.89) 0%, rgba(51,203,200,0.68) 100%);
  background-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(79,109,200,1)), color-stop(100%, rgba(51,203,200,0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79,109,200,0.89) 0%, rgba(51,203,200,0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79,109,200,0.89) 0%, rgba(51,203,200,0.68) 100%);
  background-image: -ms-linear-gradient(left, rgba(79,109,200,0.89) 0%, rgba(51,203,200,0.68) 100%);
  background-image: linear-gradient(to right, rgba(79,109,200,0.89) 0%, rgba(51,203,200,0.68) 100%);
} */
/*/*/
#disqus_thread {
  max-width: 1100px;
  margin: 2em auto;
}

.comment-respond, .entry-pings {
  max-width: 1100px;
  margin: 0 auto;
}

.comment-content {
  clear: both;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment-content p {
  margin: 0;
  font-size: 16px !important;
}

.comment-content:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 10px;
  margin-left: -50px;
}

li.comment {
  list-style: none;
}

.comment-author {
  display: inline;
}

.comment-meta a {
  font-size: 14px !important;
  text-decoration: none !important;
  color: #ccc;
  margin-top: -5px !important;
  display: block;
}

.post-template-featured-single-post #comments, .post-template-featured-single-post #respond {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto 5em auto;
}

#comments .comment-reply {
  margin-top: 1em;
  float: right;
}

.blog-series {
  max-width: 1100px;
  margin: 1em auto;
  min-height: 125px;
}

.blog-series > div {
  display: inline-block;
}

.blog-series .previous-series {
  float: left;
  width: 300px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 1em;
  color: #fff;
  background: #0A2D4F;
}

.blog-series .next-series {
  float: right;
  width: 300px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 1em;
  color: #fff;
  background: #0A2D4F;
}

.blog-series .previous-series:hover {
  background: transparent;
  color: #4A84CF;
}

.blog-series .next-series:hover {
  background: transparent;
  color: #4A84CF;
}

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

.blog-series div span {
  color: #444;
}

.blog-series .previous-series:before {
  content: "\f341";
  font-family: 'Dashicons';
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}

.blog-series .next-series:after {
  content: "\f345";
  font-family: 'Dashicons';
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}

@media (max-width: 920px) {
  .blog-filter {
    display: block;
  }
  .blog-filter button {
    width: 100%;
    margin-bottom: 1em;
  }
  .blog-intro .vc_col-sm-5, .blog-intro .vc_col-sm-7 {
    width: 100%;
  }
  .vc_row.blog-categories, .vc_row.blog-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .blog-categories div, .blog-intro div {
    padding: 0 !important;
  }
  .home-press p {
    margin: 0;
    padding: 0;
    min-height: unset !important;
  }
  .home-press {
    margin-bottom: 3em;
  }
  .home-press img {
    margin: 2em 0;
  }
  .podcast-card {
    margin-bottom: 1.5em !important;
  }
  .podcast-card .read-post {
    margin-bottom: 3em;
  }
  #join-forum img {
    width: 300%;
  }
  .vc_custom_1511889877064 .vc_col-sm-4 {
    width: 100%;
  }
  .parallax-page article, .parallax-page .site-inner {
    padding-top: 0;
    margin-top: 0;
  }
  .menu-toggle,
  .menu-toggle:focus,
  .menu-toggle:hover {
    padding: 5px 20px 20px;
  }
  .genesis-responsive-menu {
    width: 100vw;
  }
  .dashicons-menu.activated:before {
    right: 55px;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    margin: 0 auto;
  }
  .nav-primary .search-form {
    width: 80%;
  }
  .widget-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
  }
  .footer-widgets .wrap {
    padding: 0;
    width: 100%;
  }
  .widget-title {
    margin: 0;
  }
  .footer-widgets-4 {
    width: 100%;
    margin: 0;
  }
  .footer-widgets-4 .widget-wrap {
    width: 60%;
    margin: 0 auto;
  }
  #about {
    text-align: center;
  }
  #about img {
    width: 100%;
    margin-top: -25em;
  }
  #mission .vc_single_image-wrapper, #mission img, #mission .vc_figure {
    margin: 0 auto;
    display: block;
  }
  #mission {
    text-align: center;
  }
  #team {
    text-align: center;
  }
  #team img {
    display: block;
    margin: 0 auto;
  }
  #team .fa-grey-outline {
    width: 35px;
    height: 35px;
  }
  #team .fa-black-outline {
    width: 35px;
    height: 35px;
  }
  #join-team {
    text-align: center;
  }
  #join-team img, #join-team .vc_col-sm-4 {
    display: none;
  }
  #about-podcast img {
    width: 80%;
    margin: 0 auto -5em auto;
    display: block;
  }
  #contact-header .vc_custom_1512302631573 {
    margin-top: 2em !important;
  }
  #contact-header {
    background: none !important;
  }
  .vc_custom_1512308598677 {
    text-align: center;
  }
  .vc_custom_1511810332213 img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .vc_custom_1512687194632 img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .vc_custom_1512687194632 > div > div > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .page-id-597 .site-inner, .page-id-597 article {
    padding-top: 0;
  }
  #getting-started .vc_parallax-inner {
    -webkit-background-size: 130% 130%;
    background-size: 130%;
    background-repeat: no-repeat;
  }
  #getting-started {
    padding-top: 10em !important;
    padding-bottom: 5em !important;
  }
  #microdosing .vc_custom_1512307390125 {
    text-align: center;
    padding: 0 !important;
  }
  #podcasts, #guides, #updates {
    text-align: center;
  }
  #updates .wpb_text_column, #guides .wpb_text_column {
    padding: 0 !important;
  }
  #resources .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 1em;
  }
  #resources .vc_row {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #join-forum img {
    width: 100%;
  }
  #join-forum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cta-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.post-edit-link {
  display: none;
}

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.site-header .site-title, .site-header .site-navigation, .site-header .site-product-link {
  pointer-events: all;
}

.site-header .site-title {
  margin: 0;
}

.site-header .site-title a img {
  display: block;
  max-width: 50px;
  height: auto;
}

.site-header .site-product-link {
  margin-left: auto;
  margin-right: 1rem;
  font-family: montserrat;
  height: 3rem;
  float: left;
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  padding: 1rem 1rem 0.3rem 1rem;
  font-weight: 700;
  display: inline-block;
  font-size: 1.6rem;
  width: 13.5rem;
  text-align: right;
}

.site-header .site-product-link .products-cta {
  pointer-events: none;
}

@media screen and (max-width: 479px) {
  .site-header .site-product-link {
    padding: 0 1rem 0 1rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 10rem;
    text-align: center;
  }
}

.site-header .product-cart-image {
  background-image: url("/wp-content/uploads/2018/04/Shopping-Cart-Icon-06.png");
  height: 100%;
  width: 3rem;
  -webkit-background-size: 2.5rem 2.5rem;
  background-size: 2.5rem;
  float: left;
  background-repeat: no-repeat;
}

.site-header .site-product-link:hover:before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-header .site-product-link:hover:hover {
  text-decoration: none;
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.archive.category .site-header .site-product-link,
.post-type-archive-microdosing .site-header .site-product-link,
.post-type-archive-guides .site-header .site-product-link,
.page-template-custom-white-header .site-header .site-product-link,
.page-template-consulting-call .site-header .site-product-link,
.woocommerce-page .site-header .site-product-link,
.psychedelic-page .site-header .site-product-link,
.microdosing-page .site-header .site-product-link,
.page-id-9436 .site-header .site-product-link,
.page-id-12348 .site-header .site-product-link,
.page-id-13639 .site-header .site-product-link {
  color: black;
  border: 3px solid #000;
  background-color: transparent;
}

.archive.category .site-header .product-cart-image,
.post-type-archive-microdosing .site-header .product-cart-image,
.post-type-archive-guides .site-header .product-cart-image,
.page-template-custom-white-header .site-header .product-cart-image,
.page-template-consulting-call .site-header .product-cart-image,
.woocommerce-page .site-header .product-cart-image,
.psychedelic-page .site-header .product-cart-image,
.microdosing-page .site-header .product-cart-image,
.page-id-9436 .site-header .product-cart-image,
.page-id-12348 .site-header .product-cart-image,
.page-id-13639 .site-header .product-cart-image {
  background-image: url("/wp-content/uploads/2018/04/Shopping-Cart-Icon-05.png");
}

.archive.category .site-header .site-product-link:hover:before,
.post-type-archive-microdosing .site-header .site-product-link:hover:before,
.post-type-archive-guides .site-header .site-product-link:hover:before,
.page-template-custom-white-header .site-header .site-product-link:hover:before,
.page-template-consulting-call .site-header .site-product-link:hover:before,
.woocommerce-page .site-header .site-product-link:hover:before,
.psychedelic-page .site-header .site-product-link:hover:before,
.microdosing-page .site-header .site-product-link:hover:before,
.page-id-9436 .site-header .site-product-link:hover:before,
.page-id-12348 .site-header .site-product-link:hover:before,
.page-id-13639 .site-header .site-product-link:hover:before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.archive.category .site-header .site-product-link:hover:hover,
.post-type-archive-microdosing .site-header .site-product-link:hover:hover,
.post-type-archive-guides .site-header .site-product-link:hover:hover,
.page-template-custom-white-header .site-header .site-product-link:hover:hover,
.page-template-consulting-call .site-header .site-product-link:hover:hover,
.woocommerce-page .site-header .site-product-link:hover:hover,
.psychedelic-page .site-header .site-product-link:hover:hover,
.microdosing-page .site-header .site-product-link:hover:hover,
.page-id-9436 .site-header .site-product-link:hover:hover,
.page-id-12348 .site-header .site-product-link:hover:hover,
.page-id-13639 .site-header .site-product-link:hover:hover {
  text-decoration: none;
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.archive.category .site-header,
.post-type-archive-microdosing .site-header {
  position: relative;
}

body .site-main,
body .site-footer {
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}

body .site-navigation {
  position: relative;
  min-width: 5rem;
  min-height: 5rem;
}

body .site-navigation--toggle {
  clear: both;
  color: #e5e5e5;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  width: auto;
}

body .site-navigation--toggle:before {
  font-size: 5rem;
  width: auto;
  height: auto;
}

body .site-navigation--toggle:hover {
  color: #0A2D4F;
  background: transparent;
}

body .site-navigation--menu {
  background: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

body .site-navigation--menu ul {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
  text-align: center;
}

body .site-navigation--menu ul li {
  display: inline-block;
  line-height: 1;
  max-width: 640px;
  position: relative;
  text-align: left;
  width: 100%;
}

body .site-navigation--menu ul li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

body .site-navigation--menu ul a {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1px;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  width: 100%;
}

@supports (mix-blend-mode: lighten) {
  body .site-navigation--menu ul a {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  body .site-navigation--menu ul a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #7E7E7E;
    pointer-events: none;
  }
  body .site-navigation--menu ul a::before {
    mix-blend-mode: screen;
  }
}

@supports (mix-blend-mode: lighten) {
  body .site-navigation--menu ul a:hover {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  body .site-navigation--menu ul a:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
    background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
    pointer-events: none;
  }
  body .site-navigation--menu ul a:hover::before {
    mix-blend-mode: screen;
  }
}

body .site-navigation--menu ul ul {
  padding: 0 1rem;
  min-width: auto;
  overflow: hidden;
  max-height: 2000px;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
}

body .site-navigation--menu ul ul a {
  font-size: 2rem;
}

body .site-navigation--menu ul ul.closed {
  max-height: 0;
}

body .site-navigation--menu--sub-toggle {
  position: absolute;
  padding: 2rem;
  right: 0;
  z-index: 9999;
  color: #f5f5f5;
}

body .site-navigation--menu--sub-toggle:before {
  content: "\f347";
  font-size: 3.2rem;
  width: auto;
  height: auto;
}

body .site-navigation--menu--sub-toggle:hover {
  color: #0A2D4F;
  cursor: pointer;
}

@media screen and (min-width: 921px) {
  body .site-navigation--menu {
    padding: 0 6rem;
    width: 52rem;
    right: 0;
  }
  body .site-navigation--menu ul {
    padding: 0;
    min-width: 40rem;
  }
}

body.site-navigation-open {
  overflow: hidden;
}

body.site-navigation-open .site-main,
body.site-navigation-open .site-footer {
  -webkit-filter: blur(7px);
  filter: blur(7px);
  opacity: 0.3;
}

body.site-navigation-open .site-navigation--toggle {
  position: fixed;
  z-index: 9999;
  color: #7E7E7E;
  right: 3rem;
}

body.site-navigation-open .site-navigation--toggle:before {
  content: "\f335";
}

body.site-navigation-open .site-navigation--menu {
  display: block;
  height: 100vh;
  overflow: auto;
  padding-top: 7rem;
  padding-bottom: 1rem;
}

.site-main p, .site-main ul, .site-main ol, .site-main blockquote {
  margin: 0 0 2.8rem;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer .footer-widgets {
  background-color: #0A2D4F;
  padding: 6rem 0;
  text-align: center;
}

.site-footer .footer-widgets--container {
  overflow: auto;
}

.site-footer .footer-widgets--area {
  max-width: 80%;
  margin: 0 auto 5rem;
}

.site-footer .footer-widgets h3, .site-footer .footer-widgets .h3 {
  color: #fff;
}

.site-footer .footer-widgets ul, .site-footer .footer-widgets ol, .site-footer .footer-widgets p, .site-footer .footer-widgets a {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7C93AD;
  font-size: 1.2rem;
  text-decoration: none;
}

.site-footer .footer-widgets a:hover {
  color: #419DC8;
}

.site-footer .footer-widgets li {
  font-size: 1.2rem;
  line-height: 1.5;
}

.site-footer .footer-widgets li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.site-footer .footer-widgets .widget-title {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}

.site-footer .footer-colophon {
  background-color: #181929;
  border-top: none;
  line-height: 1;
  padding: 1.5rem 0;
  text-align: left;
}

.site-footer .footer-colophon p {
  color: #7C93AD;
  font-size: 1rem;
  margin: 0;
}

.site-footer .footer-colophon p a {
  text-decoration: none;
  color: #7C93AD;
}

.site-footer .footer-colophon p a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 861px) {
  .site-footer .footer-widgets {
    text-align: left;
  }
  .site-footer .footer-widgets--area {
    width: 50%;
    float: left;
  }
  .site-footer .footer-widgets--area:nth-of-type(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 921px) {
  .site-footer .footer-widgets--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer .footer-widgets--area {
    float: none;
    width: 15rem;
    margin: 0;
  }
  .site-footer .footer-widgets--area:not(:first-of-type) {
    margin-left: 2rem;
  }
  .site-footer .footer-widgets--area:last-of-type {
    width: 43rem;
    margin-left: 6rem;
  }
}

/* align left for images and text wrap */
.align_left {
  float: left;
  margin-right: 3em !important;
  margin-bottom: 3em !important;
  margin-top: 2em !important;
}

img.alignright {
  display: block;
  margin: 1.5rem auto;
}

@media screen and (min-width: 861px) {
  img.alignright {
    float: right;
    margin: 1.5rem auto 1.5rem 1.5rem;
  }
}

.entry-header {
  overflow: auto;
}

/* ## Blog Cards
--------------------------------------------- */
.blog-card h5, .blog-card .h5 {
  padding: 0 5px;
  margin: auto;
}

/* ## Breadcrumb
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  padding: 1.2rem 3rem;
}

main.content .vc_parallax + .breadcrumb {
  margin-top: 5rem;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
  padding: 0 80px;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination ul {
  padding: 0;
  margin: 0;
}

.archive-pagination ul li {
  display: inline;
}

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #0A2D4F;
  color: #fff;
}

.site-main .parallax, .site-main .vc_parallax {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.6rem 0;
}

.site-main .parallax .vc_parallax-inner, .site-main .vc_parallax .vc_parallax-inner {
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.site-main .parallax h1, .site-main .parallax .h1, .site-main .parallax h2, .site-main .parallax .h2, .site-main .parallax .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro .site-main .parallax .full-name, .site-main .parallax .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro .site-main .parallax .full-name, .site-main .parallax .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro .site-main .parallax .full-name, .site-main .parallax .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro .site-main .parallax .full-name, .site-main .parallax h3, .site-main .parallax .h3, .site-main .parallax p, .site-main .parallax li, .site-main .vc_parallax h1, .site-main .vc_parallax .h1, .site-main .vc_parallax h2, .site-main .vc_parallax .h2, .site-main .vc_parallax .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro .site-main .vc_parallax .full-name, .site-main .vc_parallax .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro .site-main .vc_parallax .full-name, .site-main .vc_parallax .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro .site-main .vc_parallax .full-name, .site-main .vc_parallax .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro .site-main .vc_parallax .full-name, .site-main .vc_parallax h3, .site-main .vc_parallax .h3, .site-main .vc_parallax p, .site-main .vc_parallax li {
  color: white;
  display: block;
  margin: 0;
}

.site-main .parallax li, .site-main .vc_parallax li {
  display: list-item;
}

.site-main .parallax h1, .site-main .parallax .h1, .site-main .vc_parallax h1, .site-main .vc_parallax .h1 {
  margin-bottom: 1rem;
}

.site-main .parallax h3, .site-main .parallax .h3, .site-main .vc_parallax h3, .site-main .vc_parallax .h3 {
  line-height: 1.5;
}

.site-main .parallax > .vc_column_container, .site-main .vc_parallax > .vc_column_container {
  padding: 0;
  float: none;
}

.site-main .parallax + .vc_row, .site-main .vc_parallax + .vc_row {
  margin-top: 6rem;
}

.site-main .parallax-quote {
  text-align: center;
}

.site-main .parallax-quote p {
  margin: 0 auto;
  width: 80%;
}

.site-main .parallax-quote .quote-author {
  color: #fff;
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-size: 2.4rem;
}

.site-main .parallax-quote .quote-source {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home .site-main > article .vc_parallax:first-child .h1 {
  text-transform: capitalize;
}

.post-password-form {
  margin-top: 2rem;
}

.post-password-form label {
  display: block;
  margin-bottom: 2.8rem;
}

.post-password-form input[type=submit] {
  border: 0;
}

.ttw--article .ttw--article--toc {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.ttw--article .ttw--article--toc ol {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ttw--article .ttw--article--toc ol a {
  text-decoration: none;
  color: #3180ea;
  margin-right: 10px;
}

.ttw--article .ttw--article--toc ol li {
  margin-right: 10px;
  display: inline-block;
}

.ttw--article .ttw--article--toc ol li:not(:last-of-type):after {
  content: "|";
}

.ttw--article .ttw--article--toc ol li span {
  font-weight: 900;
}

@media screen and (max-width: 600px) {
  .ttw--article .ttw--article--toc ol {
    text-align: left;
    max-width: 60%;
    margin: 0 auto;
  }
  .ttw--article .ttw--article--toc ol li {
    display: block;
    margin-right: 0;
  }
  .ttw--article .ttw--article--toc ol li:not(:last-of-type):after {
    content: none;
  }
}

@media screen and (max-width: 400px) {
  .ttw--article .ttw--article--toc ol {
    max-width: 80%;
  }
}

.ttw--button {
  background-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  background-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.ttw--button .fa {
  font-size: 18px;
  margin-left: 1em;
}

.ttw--button:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -100;
}

.ttw--button:hover {
  color: white;
  text-decoration: none;
}

.ttw--button:hover:before {
  opacity: 0;
}

.image-card {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 !important;
  display: block;
  font-size: 18px;
}

.image-card:hover, .featured-blog-card:hover, .blog-card:hover, .podcast-card:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35) !important;
}

.image-card p {
  padding-bottom: 1em !important;
  margin-bottom: 0;
}

.image-card {
  text-align: center;
}

.image-card a:last-of-type {
  text-decoration: none;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.image-card img {
  padding-top: 1em;
}

.ttw--separator {
  border: none;
  border-top: 0.6rem solid #6cbad5;
  width: 7.5%;
  min-width: 70px;
  margin: 0 auto;
}

.post-type-archive-guides #getting-started {
  padding-top: 260px;
  padding-bottom: 260px;
}

.post-type-archive-guides #guides, .post-type-archive-guides #updates, .post-type-archive-guides #podcast, .post-type-archive-guides #events, .post-type-archive-guides #resources, .post-type-archive-guides #join-forum {
  margin-top: 80px;
}

.page-template-consulting-call .site-header {
  position: relative;
}

.ttw--template--consulting-call h2 {
  font-weight: 700;
  font-size: 26px;
}

.ttw--template--consulting-call p, .ttw--template--consulting-call li {
  color: #787878;
  font-size: 18px;
  font-weight: 600;
}

.ttw--template--consulting-call .header-cta {
  border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  padding: 30px 30% 30px 30px;
  margin: 50px -65px;
}

.ttw--template--consulting-call .header-cta h1 {
  color: #419DC8;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 120%;
  margin: 0 0 20px;
  padding: 0;
}

@supports (mix-blend-mode: lighten) {
  .ttw--template--consulting-call .header-cta h1 {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  .ttw--template--consulting-call .header-cta h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
    background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
    pointer-events: none;
  }
  .ttw--template--consulting-call .header-cta h1::before {
    mix-blend-mode: screen;
  }
}

.ttw--template--consulting-call .header-cta p {
  color: black;
  font-size: 20px;
}

.ttw--template--consulting-call .header-cta p:last-of-type {
  margin: 0;
}

.ttw--template--consulting-call .header-cta .price a {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  -webkit-border-image: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  -o-border-image: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  border-image: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  border-image-slice: 1;
  color: black;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  z-index: 1;
  text-decoration: none;
}

.ttw--template--consulting-call .header-cta .price a:hover {
  text-decoration: underline;
}

.ttw--template--consulting-call .header-cta .price a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  opacity: 0;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  z-index: -1;
}

.ttw--template--consulting-call .header-cta .price a {
  background: transparent;
  color: white;
}

.ttw--template--consulting-call .header-cta .price a:after {
  opacity: 1;
}

@media (max-width: 880px) {
  .ttw--template--consulting-call .header-cta {
    margin: 50px 0;
    padding-right: 30px;
  }
}

.ttw--template--consulting-call .guarantee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 160px;
  margin-bottom: 40px;
}

.ttw--template--consulting-call .guarantee .image {
  margin-right: 30px;
}

.ttw--template--consulting-call .guarantee .image img {
  width: 70px;
}

.ttw--template--consulting-call .guarantee .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ttw--template--consulting-call .guarantee .text p {
  color: black;
  margin: 0;
  font-size: 20px;
}

.ttw--template--consulting-call .guarantee .text .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.ttw--template--consulting-call .support {
  background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  padding: 20px;
  margin: 40px 0 40px;
}

.ttw--template--consulting-call .support p, .ttw--template--consulting-call .support a {
  color: white;
  margin: 0;
}

.ttw--template--consulting-call .support a {
  text-decoration: underline;
}

.ttw--template--consulting-call .consulting-call-content ul {
  padding-left: 30px;
  margin-bottom: 40px;
}

.ttw--template--consulting-call .consulting-call-content ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}

.ttw--template--consulting-call .cta-button {
  margin-bottom: 40px;
}

.ttw--template--consulting-call .cta-button a {
  background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  color: white;
  display: block;
  font-weight: 600;
  font-size: 22px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.ttw--template--consulting-call .cta-button a:hover {
  text-decoration: underline;
}

.post-template-featured-single-post .featured-image .h4 {
  color: white;
}

.post-template-featured-single-post .entry-header {
  margin-top: 30px;
}

.guides-template-default .psychedelic-intro, .guides-template-default .microdosing-intro, .microdosing-template-default .psychedelic-intro, .microdosing-template-default .microdosing-intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 140px;
  text-align: center;
}

.guides-template-default .psychedelic-intro h1, .guides-template-default .microdosing-intro h1, .microdosing-template-default .psychedelic-intro h1, .microdosing-template-default .microdosing-intro h1 {
  margin: 0 0 10px;
}

.guides-template-default .psychedelic-intro h1 small, .guides-template-default .microdosing-intro h1 small, .microdosing-template-default .psychedelic-intro h1 small, .microdosing-template-default .microdosing-intro h1 small {
  color: black;
  display: block;
  margin: 30px 0 10px;
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.guides-template-default .psychedelic-intro .molecule-image, .guides-template-default .microdosing-intro .molecule-image, .microdosing-template-default .psychedelic-intro .molecule-image, .microdosing-template-default .microdosing-intro .molecule-image {
  max-width: 300px;
  margin: 2em auto;
  display: block;
}

.guides-template-default .psychedelic-intro .full-name, .guides-template-default .microdosing-intro .full-name, .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .microdosing-intro .full-name {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 1rem;
}

.guides-template-default .psychedelic-intro .chemical-comp, .guides-template-default .microdosing-intro .chemical-comp, .microdosing-template-default .psychedelic-intro .chemical-comp, .microdosing-template-default .microdosing-intro .chemical-comp {
  font-size: 1.6rem;
}

.guides-template-default .psychedelic-disclaimer, .guides-template-default .microdosing-disclaimer, .microdosing-template-default .psychedelic-disclaimer, .microdosing-template-default .microdosing-disclaimer {
  margin-bottom: 8rem;
}

.guides-template-default .psychedelic-disclaimer .disclaimer-inner, .guides-template-default .microdosing-disclaimer .disclaimer-inner, .microdosing-template-default .psychedelic-disclaimer .disclaimer-inner, .microdosing-template-default .microdosing-disclaimer .disclaimer-inner {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.guides-template-default .psychedelic-section, .guides-template-default .microdosing-section, .microdosing-template-default .psychedelic-section, .microdosing-template-default .microdosing-section {
  margin-bottom: 8rem;
}

.guides-template-default .psychedelic-section h2, .guides-template-default .microdosing-section h2, .microdosing-template-default .psychedelic-section h2, .microdosing-template-default .microdosing-section h2 {
  margin-bottom: 0;
}

.guides-template-default .breadcrumb, .microdosing-template-default .breadcrumb {
  text-align: center;
  margin: 50px auto 50px;
}

@media screen and (min-height: 900px) {
  .guides-template-default .breadcrumb, .microdosing-template-default .breadcrumb {
    margin: -100px auto 100px;
  }
}

.ttw--template--sales-page--content h1, .ttw--template--sales-page--content .h1, .ttw--template--sales-page--content h2, .ttw--template--sales-page--content .h2, .ttw--template--sales-page--content .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro .ttw--template--sales-page--content .full-name {
  text-transform: capitalize;
}

.ttw--template--sales-page--content h1, .ttw--template--sales-page--content .h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.ttw--template--sales-page--content h2, .ttw--template--sales-page--content .h2, .ttw--template--sales-page--content .guides-template-default .psychedelic-intro .full-name, .guides-template-default .psychedelic-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .guides-template-default .microdosing-intro .full-name, .guides-template-default .microdosing-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .microdosing-template-default .psychedelic-intro .full-name, .microdosing-template-default .psychedelic-intro .ttw--template--sales-page--content .full-name, .ttw--template--sales-page--content .microdosing-template-default .microdosing-intro .full-name, .microdosing-template-default .microdosing-intro .ttw--template--sales-page--content .full-name {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.6em;
  padding: 0;
}

.ttw--template--sales-page--content h1 + h2, .ttw--template--sales-page--content h1 + .h2, .ttw--template--sales-page--content .guides-template-default .psychedelic-intro h1 + .full-name, .guides-template-default .psychedelic-intro .ttw--template--sales-page--content h1 + .full-name, .ttw--template--sales-page--content .guides-template-default .microdosing-intro h1 + .full-name, .guides-template-default .microdosing-intro .ttw--template--sales-page--content h1 + .full-name, .ttw--template--sales-page--content .microdosing-template-default .psychedelic-intro h1 + .full-name, .microdosing-template-default .psychedelic-intro .ttw--template--sales-page--content h1 + .full-name, .ttw--template--sales-page--content .microdosing-template-default .microdosing-intro h1 + .full-name, .microdosing-template-default .microdosing-intro .ttw--template--sales-page--content h1 + .full-name, .ttw--template--sales-page--content .h1 + h2, .ttw--template--sales-page--content .h1 + .h2, .ttw--template--sales-page--content .guides-template-default .psychedelic-intro .h1 + .full-name, .guides-template-default .psychedelic-intro .ttw--template--sales-page--content .h1 + .full-name, .ttw--template--sales-page--content .guides-template-default .microdosing-intro .h1 + .full-name, .guides-template-default .microdosing-intro .ttw--template--sales-page--content .h1 + .full-name, .ttw--template--sales-page--content .microdosing-template-default .psychedelic-intro .h1 + .full-name, .microdosing-template-default .psychedelic-intro .ttw--template--sales-page--content .h1 + .full-name, .ttw--template--sales-page--content .microdosing-template-default .microdosing-intro .h1 + .full-name, .microdosing-template-default .microdosing-intro .ttw--template--sales-page--content .h1 + .full-name {
  padding: 0;
}

.ttw--template--sales-page--content h3, .ttw--template--sales-page--content .h3 {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 1em;
}

.ttw--template--sales-page--content h4, .ttw--template--sales-page--content .h4 {
  font-size: 1.6em;
  font-weight: bold;
}

.ttw--template--sales-page--content p, .ttw--template--sales-page--content li {
  font-size: 2.2rem;
  line-height: 1.25;
}

.ttw--template--sales-page--content ul, .ttw--template--sales-page--content ol {
  margin-bottom: 24px;
}

.ttw--template--sales-page--content hr {
  margin: 2.3rem 0;
}

@media screen and (min-width: 760px) {
  .ttw--template--sales-page--content hr {
    margin: 2.3rem auto;
  }
}

.ttw--template--sales-page--content hr + h1, .ttw--template--sales-page--content hr + h2 {
  padding-top: 0;
}

.ttw--template--sales-page--content .backdrop {
  background: url(assets/thethirdwave/backdrop-logo.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 40px 0 100px;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .ttw--template--sales-page--content .backdrop {
    font-size: 1.3em;
  }
}

.ttw--section:not(.ttw--section__background) {
  margin: 4rem 0;
}

@media screen and (min-width: 760px) {
  .ttw--section:not(.ttw--section__background) + .ttw--section:not(.ttw--section__background) {
    margin-top: -4rem;
  }
  .ttw--section:not(.ttw--section__background) {
    margin: 8rem 0;
  }
}

.ttw--section__background {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  color: white;
}

.ttw--section__background h1, .ttw--section__background h2, .ttw--section__background h3 {
  background: none;
  mix-blend-mode: initial;
}

.ttw--section__background h1:before, .ttw--section__background h2:before, .ttw--section__background h3:before {
  display: none;
}

.ttw--section__background h1, .ttw--section__background h2, .ttw--section__background h3, .ttw--section__background p, .ttw--section__background ul, .ttw--section__background ol, .ttw--section__background li, .ttw--section__background blockquote, .ttw--section__background pre {
  color: white;
}

@media only screen and (min-width: 960px) {
  .ttw--template--sales-page--content .ttw--container, .ttw--template--sales-page--content .ttw--container__narrow, .ttw--template--sales-page--content .post-template-featured-single-post .entry-header, .post-template-featured-single-post .ttw--template--sales-page--content .entry-header, .ttw--template--sales-page--content .post-template-featured-single-post .entry-content, .post-template-featured-single-post .ttw--template--sales-page--content .entry-content, .ttw--template--sales-page--content .ttw--container__wide, .ttw--template--sales-page--content .site-header, .ttw--template--sales-page--content .site-main .vc_row, .site-main .ttw--template--sales-page--content .vc_row, .ttw--template--sales-page--content .post-type-archive-podcasts .archive-description, .post-type-archive-podcasts .ttw--template--sales-page--content .archive-description, .ttw--template--sales-page--content .post-template-default .entry-meta, .post-template-default .ttw--template--sales-page--content .entry-meta, .ttw--template--sales-page--content .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .content-sidebar-wrap .content .ttw--template--sales-page--content .breadcrumb, .ttw--template--sales-page--content .post-template-default .entry-content, .post-template-default .ttw--template--sales-page--content .entry-content, .ttw--template--sales-page--content .post-template-default .content-sidebar-wrap .sidebar, .post-template-default .content-sidebar-wrap .ttw--template--sales-page--content .sidebar, .ttw--template--sales-page--content .site-footer .footer-widgets--container, .site-footer .ttw--template--sales-page--content .footer-widgets--container, .ttw--template--sales-page--content .breadcrumb, .ttw--template--sales-page--content .site-main .parallax > .vc_column_container, .site-main .ttw--template--sales-page--content .parallax > .vc_column_container, .ttw--template--sales-page--content .site-main .vc_parallax > .vc_column_container, .site-main .ttw--template--sales-page--content .vc_parallax > .vc_column_container, .ttw--template--sales-page--content .post-password-form, .ttw--template--sales-page--content .ttw--article .ttw--article--toc, .ttw--article .ttw--template--sales-page--content .ttw--article--toc, .ttw--template--sales-page--content .ttw--lead-text {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .ttw--template--sales-page--content .ttw--container, .ttw--template--sales-page--content .ttw--container__narrow, .ttw--template--sales-page--content .post-template-featured-single-post .entry-header, .post-template-featured-single-post .ttw--template--sales-page--content .entry-header, .ttw--template--sales-page--content .post-template-featured-single-post .entry-content, .post-template-featured-single-post .ttw--template--sales-page--content .entry-content, .ttw--template--sales-page--content .ttw--container__wide, .ttw--template--sales-page--content .site-header, .ttw--template--sales-page--content .site-main .vc_row, .site-main .ttw--template--sales-page--content .vc_row, .ttw--template--sales-page--content .post-type-archive-podcasts .archive-description, .post-type-archive-podcasts .ttw--template--sales-page--content .archive-description, .ttw--template--sales-page--content .post-template-default .entry-meta, .post-template-default .ttw--template--sales-page--content .entry-meta, .ttw--template--sales-page--content .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .content-sidebar-wrap .content .ttw--template--sales-page--content .breadcrumb, .ttw--template--sales-page--content .post-template-default .entry-content, .post-template-default .ttw--template--sales-page--content .entry-content, .ttw--template--sales-page--content .post-template-default .content-sidebar-wrap .sidebar, .post-template-default .content-sidebar-wrap .ttw--template--sales-page--content .sidebar, .ttw--template--sales-page--content .site-footer .footer-widgets--container, .site-footer .ttw--template--sales-page--content .footer-widgets--container, .ttw--template--sales-page--content .breadcrumb, .ttw--template--sales-page--content .site-main .parallax > .vc_column_container, .site-main .ttw--template--sales-page--content .parallax > .vc_column_container, .ttw--template--sales-page--content .site-main .vc_parallax > .vc_column_container, .site-main .ttw--template--sales-page--content .vc_parallax > .vc_column_container, .ttw--template--sales-page--content .post-password-form, .ttw--template--sales-page--content .ttw--article .ttw--article--toc, .ttw--article .ttw--template--sales-page--content .ttw--article--toc, .ttw--template--sales-page--content .ttw--lead-text {
    max-width: 62.5vw;
  }
  .ttw--template--sales-page--content .ttw--section__background {
    padding: 10rem 0;
  }
}

.page-template-custom-white-header .site-main {
  padding-top: 100px;
}

.ttw--as-seen-in--heading p {
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 0 0 1em;
}

.ttw--as-seen-in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.ttw--as-seen-in ul li {
  display: block;
}

.ttw--as-seen-in ul li img {
  display: block;
}

.ttw--as-seen-in ul li + li {
  margin-left: 15px;
}

@media screen and (min-width: 740px) {
  .ttw--as-seen-in--heading {
    text-align: center;
  }
  .ttw--as-seen-in--heading p {
    font-size: 2.6rem;
  }
  .ttw--as-seen-in ul {
    max-width: 720px;
    margin: 0 auto;
  }
  .ttw--as-seen-in .ttw--separator {
    margin-left: auto;
    margin-right: auto;
  }
}

.ttw--cta {
  text-align: center;
}

.ttw--cta p:last-of-type {
  margin: 0;
}

.ttw--cta--button-wrap a {
  background: #e35757;
  color: white;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  line-height: 62px;
  padding: 0 20px;
  position: relative;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  text-decoration: none;
}

.ttw--cta--button-wrap a:after {
  border-width: 31px;
  border-color: transparent transparent transparent #e35757;
  -webkit-transform: scaleX(0.4) translateX(-75%);
  -ms-transform: scaleX(0.4) translateX(-75%);
  transform: scaleX(0.4) translateX(-75%);
  border-style: solid;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 100%;
}

.ttw--cta--button-wrap a:hover {
  background: #b61e1e;
}

.ttw--cta--button-wrap a:hover:after {
  border-left-color: #b61e1e;
}

.ttw--cta--footnote {
  font-size: 0.9em;
  line-height: 1.5em;
}

.ttw--faq--topic h3 {
  background: none;
  color: black;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
  mix-blend-mode: initial;
  padding: 0 40px 0 0;
  position: relative;
}

.ttw--faq--topic h3:before {
  display: none;
}

.ttw--faq--topic h3:after {
  content: "+";
  color: #6cbad5;
  display: block;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 35px;
  position: absolute;
  top: -2px;
  right: 0;
}

.ttw--faq--topic h3:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ttw--faq--topic.open h3:after {
  content: "-";
  margin: -2px 5px 0 0;
}

.ttw--faq .ttw--faq--topic + .ttw--faq--topic {
  margin-top: 1.4rem;
}

.ttw--highlight-text hr {
  display: none;
}

.ttw--highlight-text p {
  width: 100%;
  margin: 0;
}

.ttw--highlight-text__backdrop {
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.ttw--highlight-text__backdrop p {
  font-size: 1.6em;
  font-weight: bold;
  max-width: 460px;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .ttw--highlight-text p {
    text-align: center;
  }
  .ttw--highlight-text__heading hr {
    display: block;
  }
  .ttw--highlight-text__backdrop p {
    font-weight: normal;
    padding: 2.5rem 0;
  }
}

.layout__instructor--content--body {
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}

.ttw--instructor--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ttw--instructor--content--body {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.ttw--instructor--content--body p {
  font-size: 1.1em;
  line-height: 1.8em;
}

.ttw--instructor--content--instructor {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: 11.5%;
  text-align: center;
}

.ttw--instructor--content--instructor strong {
  font-family: 'Montserrat', 'montserrat', 'Source Sans', 'Helvetica Neue', Helvetica, 'Arial Black', Arial, sans-serif;
}

.ttw--instructor--content--instructor--image {
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  padding: 2px;
}

.ttw--instructor--content--instructor--image--padding {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.ttw--instructor--content--instructor--image--padding .instructor-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  padding-top: 100%;
}

.ttw--instructor--content--instructor--image p {
  margin: 0;
}

.ttw--instructor--content--instructor--image p:nth-of-type(2) {
  font-size: 1.1em;
  line-height: 1.6em;
}

.ttw--instructor--content--highlight {
  margin-top: 50px;
}

.ttw--instructor--content--highlight p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0;
}

@media only screen and (max-width: 959px) {
  .layout__instructor.ttw--section__background {
    padding: 3rem 0;
  }
  .ttw--instructor h2 {
    font-size: 8.53vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .ttw--instructor--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ttw--instructor--content--instructor {
    text-align: left;
    margin-left: 0;
  }
  .ttw--instructor--content--instructor strong {
    font-size: 6.93vw;
  }
  .ttw--instructor--content--instructor p {
    font-size: 4.53vw;
    margin-bottom: 1rem;
  }
  .ttw--instructor--content--instructor--image {
    height: 22.4vw;
    width: 22.4vw;
    margin: 0 2rem 0 0;
    float: left;
  }
  .ttw--instructor--content--instructor--image--padding .instructor-image {
    height: 22.5vw;
    width: 22.5vw;
    padding: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .ttw--instructor--highlight {
    font-weight: 700;
  }
}

@media only screen and (min-width: 960px) {
  .layout__instructor--content--body {
    max-width: 40rem;
  }
  .ttw--instructor h2 {
    font-size: 5.332rem;
  }
  .ttw--instructor--content p {
    font-size: 2rem;
    max-width: 40rem;
  }
  .ttw--instructor--content--instructor {
    max-width: 30rem;
    margin-left: 10rem;
  }
  .ttw--instructor--content--instructor strong {
    font-size: 2rem;
  }
  .ttw--instructor--content--instructor--image {
    height: 30rem;
    width: 30rem;
  }
  .ttw--instructor--content--instructor--image--padding .instructor-image {
    height: 30rem;
    width: 30rem;
    padding: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .ttw--instructor--highlight p {
    font-size: 3.466rem;
  }
}

@media only screen and (min-width: 1280px) {
  .ttw-container {
    max-width: 62.5vw;
  }
  .layout__instructor--content--body {
    max-width: 31.25vw;
  }
  .ttw--instructor h2 {
    font-size: 4.166vw;
    font-weight: 500;
    line-height: 1.4;
  }
  .ttw--instructor--content p {
    font-size: 1.5625vw;
    margin-bottom: 1rem;
    max-width: 31.25vw;
  }
  .ttw--instructor--content--instructor {
    max-width: 23.4375vw;
    margin-left: 7.8125vw;
    margin-bottom: 5rem;
  }
  .ttw--instructor--content--instructor strong {
    font-size: 1.5625vw;
    font-weight: 700;
  }
  .ttw--instructor--content--instructor--image {
    height: 23.4375vw;
    width: 23.4375vw;
    margin-bottom: 3rem;
  }
  .ttw--instructor--content--instructor--image--padding .instructor-image {
    height: 23.4375vw;
    width: 23.4375vw;
    padding: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .ttw--instructor--highlight p {
    font-size: 2.7083vw;
  }
}

.ttw--lead-text {
  text-align: left;
}

.ttw--lead-text h2.h1 {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 3rem;
  text-transform: none;
  font-size: 4.2rem;
}

.ttw--lead-text--body {
  margin: 0 auto;
  max-width: 720px;
}

.ttw--lead-text--body p {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 740px) {
  .ttw--lead-text {
    text-align: center;
  }
  .ttw--lead-text--body p {
    font-size: 2.6rem;
  }
}

.ttw--microdosing-course-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3rem;
}

.ttw--microdosing-course-header .ttw--container, .ttw--microdosing-course-header .ttw--container__narrow, .ttw--microdosing-course-header .post-template-featured-single-post .entry-header, .post-template-featured-single-post .ttw--microdosing-course-header .entry-header, .ttw--microdosing-course-header .post-template-featured-single-post .entry-content, .post-template-featured-single-post .ttw--microdosing-course-header .entry-content, .ttw--microdosing-course-header .ttw--container__wide, .ttw--microdosing-course-header .site-header, .ttw--microdosing-course-header .site-main .vc_row, .site-main .ttw--microdosing-course-header .vc_row, .ttw--microdosing-course-header .post-type-archive-podcasts .archive-description, .post-type-archive-podcasts .ttw--microdosing-course-header .archive-description, .ttw--microdosing-course-header .post-template-default .entry-meta, .post-template-default .ttw--microdosing-course-header .entry-meta, .ttw--microdosing-course-header .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .content-sidebar-wrap .content .ttw--microdosing-course-header .breadcrumb, .ttw--microdosing-course-header .post-template-default .entry-content, .post-template-default .ttw--microdosing-course-header .entry-content, .ttw--microdosing-course-header .post-template-default .content-sidebar-wrap .sidebar, .post-template-default .content-sidebar-wrap .ttw--microdosing-course-header .sidebar, .ttw--microdosing-course-header .site-footer .footer-widgets--container, .site-footer .ttw--microdosing-course-header .footer-widgets--container, .ttw--microdosing-course-header .breadcrumb, .ttw--microdosing-course-header .site-main .parallax > .vc_column_container, .site-main .ttw--microdosing-course-header .parallax > .vc_column_container, .ttw--microdosing-course-header .site-main .vc_parallax > .vc_column_container, .site-main .ttw--microdosing-course-header .vc_parallax > .vc_column_container, .ttw--microdosing-course-header .post-password-form, .ttw--microdosing-course-header .ttw--article .ttw--article--toc, .ttw--article .ttw--microdosing-course-header .ttw--article--toc, .ttw--microdosing-course-header .ttw--lead-text {
  display: block;
  overflow: hidden;
}

.ttw--microdosing-course-header--left, .ttw--microdosing-course-header--right, .ttw--microdosing-course-header--quotes {
  max-width: 760px;
  margin: 0 auto;
}

.ttw--microdosing-course-header--left h1 {
  color: white;
  background: transparent;
  mix-blend-mode: normal;
  font-weight: bold;
  font-family: Lato;
}

.ttw--microdosing-course-header--left h1:before {
  display: none;
}

.ttw--microdosing-course-header--left h1 small {
  color: white;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.5em;
}

.ttw--microdosing-course-header--left h1 small strong {
  font-weight: 800;
}

.ttw--microdosing-course-header--left p {
  color: white;
  font-size: 4.8vw;
  font-family: Lato;
  line-height: 1.25;
}

.ttw--microdosing-course-header--left .cta-button-text a {
  -webkit-border-radius: 37px;
  border-radius: 37px;
  background: #E35757;
  color: white;
  display: block;
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 5rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 26rem;
}

.ttw--microdosing-course-header--left .cta-button-text a:hover {
  background: #CE3B3B;
}

.ttw--microdosing-course-header--left .video-js .vjs-tech {
  width: unset;
}

.ttw--microdosing-course-header--video-border {
  margin-top: 3rem;
  border: 5px solid white;
}

.ttw--microdosing-course-header--video-wrapper {
  padding-top: 56.25%;
  position: relative;
}

.ttw--microdosing-course-header--video-wrapper .video-js {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ttw--microdosing-course-header--video-wrapper .video-js {
  background-color: transparent;
  display: block;
  max-width: 100%;
}

.ttw--microdosing-course-header--video-wrapper .video-js .vjs-poster {
  background-color: transparent;
}

.ttw--microdosing-course-header--video-wrapper .video-js .vjs-big-play-button {
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 10px;
  height: 2.5em;
  width: 2.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ttw--microdosing-course-header--video-wrapper .video-js .vjs-big-play-button .vjs-icon-play:before {
  font-size: 1.9em;
  line-height: 0.95em;
}

.ttw--microdosing-course-header--quotes {
  margin: 6rem auto 0;
  position: relative;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--container:before {
  margin: 0;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote .ttw--quotes--quote--image {
  max-height: 90px;
  max-width: 90px;
  margin-right: 20px;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote--body {
  margin: 0;
  width: 100%;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--cite {
  margin-top: -12vw;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--text p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
}

.ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--text p:not(:last-of-type) {
  margin-top: 1rem;
}

@media screen and (min-width: 460px) {
  .ttw--microdosing-course-header--quotes .ttw--quotes--container:before {
    padding-left: 120px;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--cite {
    padding-left: 120px;
    margin-top: -50px;
  }
}

@media screen and (orientation: landscape), (min-width: 760px) {
  .ttw--microdosing-course-header--quotes .ttw--quotes--container:before {
    display: none;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--container, .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--container__narrow, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-featured-single-post .entry-header, .post-template-featured-single-post .ttw--microdosing-course-header--quotes .ttw--quotes .entry-header, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-featured-single-post .entry-content, .post-template-featured-single-post .ttw--microdosing-course-header--quotes .ttw--quotes .entry-content, .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--container__wide, .ttw--microdosing-course-header--quotes .ttw--quotes .site-header, .ttw--microdosing-course-header--quotes .ttw--quotes .site-main .vc_row, .site-main .ttw--microdosing-course-header--quotes .ttw--quotes .vc_row, .ttw--microdosing-course-header--quotes .ttw--quotes .post-type-archive-podcasts .archive-description, .post-type-archive-podcasts .ttw--microdosing-course-header--quotes .ttw--quotes .archive-description, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-default .entry-meta, .post-template-default .ttw--microdosing-course-header--quotes .ttw--quotes .entry-meta, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .content-sidebar-wrap .content .ttw--microdosing-course-header--quotes .ttw--quotes .breadcrumb, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-default .entry-content, .post-template-default .ttw--microdosing-course-header--quotes .ttw--quotes .entry-content, .ttw--microdosing-course-header--quotes .ttw--quotes .post-template-default .content-sidebar-wrap .sidebar, .post-template-default .content-sidebar-wrap .ttw--microdosing-course-header--quotes .ttw--quotes .sidebar, .ttw--microdosing-course-header--quotes .ttw--quotes .site-footer .footer-widgets--container, .site-footer .ttw--microdosing-course-header--quotes .ttw--quotes .footer-widgets--container, .ttw--microdosing-course-header--quotes .ttw--quotes .breadcrumb, .ttw--microdosing-course-header--quotes .ttw--quotes .site-main .parallax > .vc_column_container, .site-main .ttw--microdosing-course-header--quotes .ttw--quotes .parallax > .vc_column_container, .ttw--microdosing-course-header--quotes .ttw--quotes .site-main .vc_parallax > .vc_column_container, .site-main .ttw--microdosing-course-header--quotes .ttw--quotes .vc_parallax > .vc_column_container, .ttw--microdosing-course-header--quotes .ttw--quotes .post-password-form, .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--article .ttw--article--toc, .ttw--article .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--article--toc, .ttw--microdosing-course-header--quotes .ttw--quotes .ttw--lead-text {
    max-width: 745px;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--cite {
    margin-top: -120px;
    height: 160px;
    padding-left: 160px;
    margin-top: 0;
    padding: 0;
    height: auto;
    text-align: left;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--cite cite {
    margin-top: 16px;
    font-size: 1em;
  }
  .ttw--microdosing-course-header--quotes .ttw--quotes--quote--body--text {
    margin-top: 0;
  }
}

@media screen and (min-width: 400px) {
  .ttw--microdosing-course-header--left .cta-button-text {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 580px) {
  .ttw--microdosing-course-header--left p {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 760px) {
  .ttw--microdosing-course-header--left h1 {
    font-size: 6.4rem;
  }
  .ttw--microdosing-course-header--left h1 small {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .ttw--microdosing-course-header .ttw--container, .ttw--microdosing-course-header .ttw--container__narrow, .ttw--microdosing-course-header .post-template-featured-single-post .entry-header, .post-template-featured-single-post .ttw--microdosing-course-header .entry-header, .ttw--microdosing-course-header .post-template-featured-single-post .entry-content, .post-template-featured-single-post .ttw--microdosing-course-header .entry-content, .ttw--microdosing-course-header .ttw--container__wide, .ttw--microdosing-course-header .site-header, .ttw--microdosing-course-header .site-main .vc_row, .site-main .ttw--microdosing-course-header .vc_row, .ttw--microdosing-course-header .post-type-archive-podcasts .archive-description, .post-type-archive-podcasts .ttw--microdosing-course-header .archive-description, .ttw--microdosing-course-header .post-template-default .entry-meta, .post-template-default .ttw--microdosing-course-header .entry-meta, .ttw--microdosing-course-header .post-template-default .content-sidebar-wrap .content .breadcrumb, .post-template-default .content-sidebar-wrap .content .ttw--microdosing-course-header .breadcrumb, .ttw--microdosing-course-header .post-template-default .entry-content, .post-template-default .ttw--microdosing-course-header .entry-content, .ttw--microdosing-course-header .post-template-default .content-sidebar-wrap .sidebar, .post-template-default .content-sidebar-wrap .ttw--microdosing-course-header .sidebar, .ttw--microdosing-course-header .site-footer .footer-widgets--container, .site-footer .ttw--microdosing-course-header .footer-widgets--container, .ttw--microdosing-course-header .breadcrumb, .ttw--microdosing-course-header .site-main .parallax > .vc_column_container, .site-main .ttw--microdosing-course-header .parallax > .vc_column_container, .ttw--microdosing-course-header .site-main .vc_parallax > .vc_column_container, .site-main .ttw--microdosing-course-header .vc_parallax > .vc_column_container, .ttw--microdosing-course-header .post-password-form, .ttw--microdosing-course-header .ttw--article .ttw--article--toc, .ttw--article .ttw--microdosing-course-header .ttw--article--toc, .ttw--microdosing-course-header .ttw--lead-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
  }
  .ttw--microdosing-course-header--left, .ttw--microdosing-course-header--right {
    margin: 0;
    max-width: 640px;
  }
  .ttw--microdosing-course-header--video-wrapper {
    width: 460px;
  }
}

@media screen and (min-width: 1300px) {
  .ttw--microdosing-course-header--video-wrapper {
    width: 560px;
  }
}

@media screen and (min-width: 1400px) {
  .ttw--microdosing-course-header--right {
    max-width: none;
  }
  .ttw--microdosing-course-header--video-wrapper {
    width: 560px;
  }
}

@media screen and (min-width: 1500px) {
  .ttw--microdosing-course-header--video-wrapper {
    width: 640px;
  }
}

.ttw--price_table--heading h3 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
  margin: 0 0 4rem;
}

.ttw--price_table--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttw--price_table--option {
  background: white;
  color: black;
  border: 8px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 460px;
}

.ttw--price_table--option p, .ttw--price_table--option li {
  color: black;
}

.ttw--price_table--option__highlight {
  border-color: #E35757;
  z-index: 100;
}

.ttw--price_table--icon, .ttw--price_table--title, .ttw--price_table--price, .ttw--price_table--description, .ttw--price_table--button {
  margin: 4rem 0 0;
  padding: 0 2rem;
}

.ttw--price_table--icon {
  margin-top: 2rem;
}

.ttw--price_table--icon img {
  display: block;
  margin: 0 auto;
  width: 135px;
}

.ttw--price_table--title {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 2rem;
}

.ttw--price_table--price {
  color: #CE3B3B;
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  margin: 4rem 0 0;
  text-align: center;
}

.ttw--price_table--description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 5rem auto 0;
}

.ttw--price_table--description p, .ttw--price_table--description li {
  font-size: 1.6rem;
  line-height: 2;
}

.ttw--price_table--description ul + ul {
  color: #E35757;
  font-weight: bold;
}

.ttw--price_table--description > *:last-child {
  margin-bottom: 0;
}

.ttw--price_table--button {
  margin: 0;
  padding: 4rem;
}

.ttw--price_table--button a {
  -webkit-border-radius: 37px;
  border-radius: 37px;
  background: #E35757;
  color: white;
  display: block;
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 5rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 26rem;
}

.ttw--price_table--button a:hover {
  background: #CE3B3B;
}

@media screen and (max-width: 720px) {
  .ttw--price_table .ttw--container__wide, .ttw--price_table .site-header {
    padding: 0 1.3rem;
  }
  .ttw--price_table .ttw--price_table--heading {
    text-align: center;
    padding: 0 1rem;
  }
  .ttw--price_table .ttw--price_table--options, .ttw--price_table .ttw--price_table--option {
    display: block;
  }
  .ttw--price_table .ttw--price_table--icon {
    width: 50%;
    float: left;
    padding: unset;
  }
  .ttw--price_table .ttw--price_table--title {
    margin: 3rem auto;
  }
  .ttw--price_table .ttw--price_table--price {
    margin: 3rem auto;
  }
}

@media screen and (min-width: 555px) {
  .ttw--price_table--heading {
    text-align: center;
  }
  .ttw--price_table--icon, .ttw--price_table--title, .ttw--price_table--price, .ttw--price_table--description, .ttw--price_table--button {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 760px) {
  .ttw--price_table--option__highlight {
    margin: -6px;
    padding: 6px 0;
  }
}

.ttw--quotes--heading {
  display: none;
}

.ttw--quotes--heading h3 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}

.ttw--quotes--container {
  position: relative;
  width: 100%;
}

.ttw--quotes--container:before {
  content: "Testimonials:";
  padding-left: 28vw;
  font-size: 1.2em;
  position: absolute;
}

.ttw--quotes--quote {
  color: white;
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  background: none;
  border: none;
}

.ttw--quotes--quote--image {
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin-right: 8.2vw;
  padding: 2px;
  height: 22.4vw;
  width: 22.4vw;
}

.ttw--quotes--quote--image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.ttw--quotes--quote--image-padding {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.ttw--quotes--quote--body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 5rem auto 0;
  max-width: 90rem;
}

.ttw--quotes--quote--body--cite {
  margin-top: -32vw;
  height: 22.4vw;
  padding-left: 28vw;
  text-align: left;
}

.ttw--quotes--quote--body--cite cite {
  display: block;
  font-family: 4.53vw;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.ttw--quotes--quote--body p {
  color: white;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.2;
}

.ttw--quotes--quote:before {
  display: none;
}

@media screen and (min-width: 300px) {
  .ttw--quotes--container:before {
    font-size: 1.5em;
  }
  .ttw--quotes--quote--body--cite {
    margin-top: -90px;
  }
}

@media screen and (min-width: 400px) {
  .ttw--quotes--container:before {
    font-size: 2em;
    margin-top: 10px;
  }
  .ttw--quotes--quote--body--cite {
    margin-top: -100px;
    height: 15vw;
  }
}

@media screen and (min-width: 550px) {
  .ttw--quotes--container:before {
    padding-left: 160px;
    margin-top: 20px;
  }
  .ttw--quotes--quote--image {
    max-height: 120px;
    max-width: 120px;
    margin-right: 40px;
  }
  .ttw--quotes--quote--body--cite {
    margin-top: -100px;
    height: 80px;
    padding-left: 160px;
  }
}

@media screen and (min-width: 760px) {
  .ttw--quotes--heading {
    display: block;
    margin-bottom: 3rem;
  }
  .ttw--quotes--container:before {
    display: none;
  }
  .ttw--quotes--quote--image {
    margin: 0 auto;
  }
  .ttw--quotes--quote--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
  .ttw--quotes--quote--body--cite {
    margin: 0;
    height: auto;
    padding: 0;
    text-align: center;
  }
}

.ttw--quotes .owl-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.ttw--quotes .owl-nav .owl-prev, .ttw--quotes .owl-nav .owl-next {
  background: rebeccapurple;
  position: absolute;
}

.ttw--quotes .owl-nav .owl-prev {
  right: 100%;
}

.ttw--quotes .owl-nav .owl-next {
  left: 100%;
}

.ttw--quotes .owl-dots {
  text-align: center;
}

.ttw--quotes .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  -webkit-transition: .1s ease all;
  -o-transition: .1s ease all;
  transition: .1s ease all;
}

.ttw--quotes .owl-dots .owl-dot.active {
  background: white;
}

.ttw--quotes .owl-stage-outer {
  overflow: hidden;
}

.ttw--quotes .owl-stage-outer .owl-stage .owl-item {
  display: inline-block;
}

.ttw--quotes .owl-stage-outer .owl-stage .owl-item blockquote {
  border: none;
  font-style: normal;
  padding: 0;
}

.ttw--text-section {
  overflow: auto;
  /**
	 * Diamonds, grid and other list styles
	 */
}

.ttw--text-section .ttw--container > *:last-child, .ttw--text-section .ttw--container__narrow > *:last-child, .ttw--text-section .ttw--template--consulting-call .ttw--container > *:last-child, .ttw--text-section .post-template-featured-single-post .breadcrumb > *:last-child, .ttw--text-section .post-template-featured-single-post .entry-header > *:last-child, .post-template-featured-single-post .ttw--text-section .entry-header > *:last-child, .ttw--text-section .post-template-featured-single-post .entry-content > *:last-child, .post-template-featured-single-post .ttw--text-section .entry-content > *:last-child, .ttw--text-section .ttw--container__wide > *:last-child, .ttw--text-section .site-header > *:last-child, .ttw--text-section .site-main .vc_row > *:last-child, .site-main .ttw--text-section .vc_row > *:last-child, .ttw--text-section .post-type-archive-podcasts .archive-description > *:last-child, .post-type-archive-podcasts .ttw--text-section .archive-description > *:last-child, .ttw--text-section .post-template-default .entry-meta > *:last-child, .post-template-default .ttw--text-section .entry-meta > *:last-child, .ttw--text-section .post-template-default .content-sidebar-wrap .content .breadcrumb > *:last-child, .post-template-default .content-sidebar-wrap .content .ttw--text-section .breadcrumb > *:last-child, .ttw--text-section .post-template-default .entry-content > *:last-child, .post-template-default .ttw--text-section .entry-content > *:last-child, .ttw--text-section .post-template-default .content-sidebar-wrap .sidebar > *:last-child, .post-template-default .content-sidebar-wrap .ttw--text-section .sidebar > *:last-child, .ttw--text-section .site-footer .footer-widgets--container > *:last-child, .site-footer .ttw--text-section .footer-widgets--container > *:last-child, .ttw--text-section .breadcrumb > *:last-child, .ttw--text-section .site-main .parallax > .vc_column_container > *:last-child, .site-main .ttw--text-section .parallax > .vc_column_container > *:last-child, .ttw--text-section .site-main .vc_parallax > .vc_column_container > *:last-child, .site-main .ttw--text-section .vc_parallax > .vc_column_container > *:last-child, .ttw--text-section .post-password-form > *:last-child, .ttw--text-section .ttw--article .ttw--article--toc > *:last-child, .ttw--article .ttw--text-section .ttw--article--toc > *:last-child, .ttw--text-section .guides-template-default .breadcrumb > *:last-child, .ttw--text-section .microdosing-template-default .breadcrumb > *:last-child, .ttw--text-section .ttw--lead-text > *:last-child {
  margin-bottom: 0;
}

.ttw--text-section img.only-desktop {
  display: none;
}

@media screen and (min-width: 760px) {
  .ttw--text-section img.alignright {
    float: right;
    margin: 0 auto 2rem 2rem;
  }
  .ttw--text-section img.only-desktop {
    display: block;
  }
}

.ttw--text-section ul, .ttw--text-section ol {
  margin: 0 0 4rem;
}

.ttw--text-section ul.diamonds, .ttw--text-section ul.big-diamonds, .ttw--text-section ol.diamonds, .ttw--text-section ol.big-diamonds {
  list-style: none;
  padding: 0;
}

.ttw--text-section ul.diamonds li, .ttw--text-section ul.big-diamonds li, .ttw--text-section ol.diamonds li, .ttw--text-section ol.big-diamonds li {
  position: relative;
  padding: 0 0 0 6rem;
  line-height: 1.6;
}

.ttw--text-section ul.diamonds li:before, .ttw--text-section ul.big-diamonds li:before, .ttw--text-section ol.diamonds li:before, .ttw--text-section ol.big-diamonds li:before {
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  background: #6dc4d6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(4.75px, 7.6px) rotate(-45deg);
  -ms-transform: translate(4.75px, 7.6px) rotate(-45deg);
  transform: translate(4.75px, 7.6px) rotate(-45deg);
  z-index: 3;
}

.ttw--text-section ul.diamonds li + li, .ttw--text-section ul.big-diamonds li + li, .ttw--text-section ol.diamonds li + li, .ttw--text-section ol.big-diamonds li + li {
  margin-top: 2rem;
}

.ttw--text-section ul.diamonds.linked li:not(:last-child):after, .ttw--text-section ul.big-diamonds.linked li:not(:last-child):after, .ttw--text-section ol.diamonds.linked li:not(:last-child):after, .ttw--text-section ol.big-diamonds.linked li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  border-left: 3px solid #6b9cd3;
  -webkit-transform: translate(12.66667px, 32px);
  -ms-transform: translate(12.66667px, 32px);
  transform: translate(12.66667px, 32px);
  z-index: 1;
}

.ttw--text-section ol.diamonds .diamonds-number, .ttw--text-section ol.big-diamonds .diamonds-number {
  color: white;
  font-size: 0.7em;
  font-weight: bold;
  position: absolute;
  left: 0;
  -webkit-transform: translate(9px, 4px);
  -ms-transform: translate(9px, 4px);
  transform: translate(9px, 4px);
  z-index: 4;
}

.ttw--text-section .grid {
  list-style: none;
  padding: 20px 0 0;
}

.ttw--text-section .grid.grid-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttw--text-section .grid.grid-image li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.ttw--text-section .grid.grid-image li img {
  width: 150px;
  height: 150px;
  margin-bottom: 2rem;
}

.ttw--text-section .grid.grid-image.grid-image-avatar li img {
  border: 1px solid grey;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 420px) {
  .ttw--text-section .grid.grid-image {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .ttw--text-section .grid.grid-image li {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 760px) {
  .ttw--text-section ul.diamonds.linked, .ttw--text-section ul.big-diamonds.linked, .ttw--text-section ol.diamonds.linked, .ttw--text-section ol.big-diamonds.linked {
    padding-left: 6rem;
  }
  .ttw--text-section .grid {
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4rem 0;
  }
  .ttw--text-section .grid li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 2rem 2rem 2rem 0;
    margin: 0;
    text-align: center;
    position: relative;
    vertical-align: text-top;
    width: 50%;
  }
  .ttw--text-section .grid.column-3 li {
    width: 33%;
  }
  .ttw--text-section .grid li:nth-child(1n+4), .ttw--text-section .grid.diamonds li:nth-child(1n+4), .ttw--text-section .grid.big-diamonds li:nth-child(1n+4) {
    margin-top: -2rem;
  }
  .ttw--text-section .grid.diamonds, .ttw--text-section .grid.big-diamonds {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .ttw--text-section .grid.diamonds .diamonds-number, .ttw--text-section .grid.big-diamonds .diamonds-number {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
  .ttw--text-section .grid.diamonds li, .ttw--text-section .grid.big-diamonds li {
    padding: 38px 2rem 0;
    margin: 0 0 2rem;
  }
  .ttw--text-section .grid.diamonds li:before, .ttw--text-section .grid.big-diamonds li:before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 9.5px) rotate(45deg);
    -ms-transform: translate(-50%, 9.5px) rotate(45deg);
    transform: translate(-50%, 9.5px) rotate(45deg);
  }
  .ttw--text-section .grid.diamonds li:after, .ttw--text-section .grid.big-diamonds li:after {
    margin-top: 1rem;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    background: #6dc4d6;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(2px, 3.2px) rotate(-45deg);
    -ms-transform: translate(2px, 3.2px) rotate(-45deg);
    transform: translate(2px, 3.2px) rotate(-45deg);
    z-index: 3;
    -webkit-transform: translate(-50%, 4px) rotate(45deg);
    -ms-transform: translate(-50%, 4px) rotate(45deg);
    transform: translate(-50%, 4px) rotate(45deg);
  }
  .ttw--text-section .grid.big-diamonds li {
    margin-bottom: 0;
    padding-top: 8rem;
  }
  .ttw--text-section .grid.big-diamonds li .diamonds-number {
    font-size: 0.9em;
    top: 1px;
  }
  .ttw--text-section .grid.big-diamonds li:before {
    width: 28.5px;
    height: 28.5px;
  }
  .ttw--text-section .grid.big-diamonds li:after {
    content: "";
    display: block;
    background: transparent;
    border: 2px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    height: 38px;
    -webkit-transform: translate(-50%, 9.5px) rotate(45deg);
    -ms-transform: translate(-50%, 9.5px) rotate(45deg);
    transform: translate(-50%, 9.5px) rotate(45deg);
    z-index: 2;
  }
}

.ttw--archive-product {
  overflow: auto;
}

.ttw--archive-product article {
  float: left;
  width: 50%;
}

.ttw--archive-product article a {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ttw--archive-product article a header {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.ttw--archive-product article a header h1 {
  color: black;
  margin: 0 0 20px;
  font-size: 2em;
  max-width: 50%;
  margin: 0 auto;
}

.ttw--archive-product article a header h1:after {
  border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  border-width: 0 0 3px 0;
  content: "";
  display: block;
  max-width: 15%;
  margin: 20px auto 0;
}

.ttw--archive-product article a:hover header {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ttw--archive-product article a p.product-image {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

.ttw--archive-product article a p.product-image img {
  display: block;
  opacity: 0;
}

.ttw--single-product {
  overflow: auto;
}

.ttw--single-product .product-images {
  background: grey;
  float: right;
  height: 100%;
  width: 50%;
  padding: 50% 0 0;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.ttw--single-product .product-images .slider-images > div {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.ttw--single-product .product-images .slider-images > div img {
  display: block;
  opacity: 0;
}

.ttw--single-product .product-images .slider-images > div.current {
  left: 0;
  z-index: 2;
}

.ttw--single-product .product-images .slider-images > div.current.out {
  left: -100%;
}

.ttw--single-product .product-images .slider-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.ttw--single-product .product-images .slider-navigation:hover {
  opacity: 1;
}

.ttw--single-product .product-images .slider-navigation > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: black;
  color: white;
  cursor: pointer;
  line-height: 1;
  padding: 1em;
}

.ttw--single-product .product-images .slider-navigation > div.next {
  right: 0;
}

.ttw--single-product .product-images .slider-navigation > div.next:after {
  content: ">";
}

.ttw--single-product .product-images .slider-navigation > div.previous:after {
  content: "<";
}

.ttw--single-product .product-images .slider-page-info {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: black;
  color: white;
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em;
}

.ttw--single-product .product-summary header {
  width: 50%;
  padding-right: 20px;
}

.ttw--single-product .product-summary header h1 {
  margin-bottom: 15px;
  font-size: 2.4em;
}

.ttw--single-product .product-summary ul, .ttw--single-product .product-summary ol {
  padding-left: 26px;
  margin-bottom: 28px;
}

.ttw--single-product .product-summary .sub-total {
  font-size: 140%;
  line-height: 1.8;
  margin-bottom: 10px;
  display: inline-block;
}

.ttw--single-product .add-to-cart {
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  border-width: 0 0 2px 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ttw--single-product .add-to-cart select, .ttw--single-product .add-to-cart input[type="number"] {
  border: 2px solid grey;
  color: black;
  padding: 5px;
  width: 50%;
}

.ttw--single-product .add-to-cart input[type="number"] {
  width: 60px;
}

.ttw--single-product .add-to-cart p {
  margin: 0 0 15px;
}

.ttw--single-product .add-to-cart p.payment-info {
  font-size: 14px;
  margin: 0;
}

.ttw--single-product .add-to-cart-button {
  background-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  background-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  z-index: 100;
  font-size: 17px;
  font-weight: bold;
}

.ttw--single-product .add-to-cart-button .fa {
  font-size: 18px;
  margin-left: 1em;
}

.ttw--single-product .add-to-cart-button:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -100;
}

.ttw--single-product .add-to-cart-button:hover {
  color: white;
  text-decoration: none;
}

.ttw--single-product .add-to-cart-button:hover:before {
  opacity: 0;
}

.ttw--single-product .add-to-cart-button[disabled] {
  background: grey;
  color: #333;
}

.ttw--single-product .add-to-cart-button[disabled]:before {
  opacity: 0.5;
}

.ttw--single-product .add-to-cart-button[disabled]:hover {
  cursor: not-allowed;
  color: #333;
}

.ttw--single-product .add-to-cart-button[disabled]:hover:before {
  opacity: 0.5;
}

.ttw--single-product .add-to-cart-button .price-wrap {
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .ttw--single-product .product-summary header {
    min-width: 200px;
  }
}

.ttw--shop--cart--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ttw--shop--cart--content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ttw--shop--cart--upsells {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ttw--shop--cart--upsells--item {
  border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  -webkit-border-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  -o-border-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border-image-slice: 1;
  padding: 20px;
  margin: 0;
}

.ttw--shop--cart--upsells--item h1 {
  font-size: 2.8rem;
  margin: 0 0 2rem;
  padding: 0;
}

.ttw--shop--cart--upsells--item ul, .ttw--shop--cart--upsells--item ol {
  margin-bottom: 28px;
  padding-left: 22px;
}

.ttw--shop--cart--upsells--item p, .ttw--shop--cart--upsells--item li {
  color: black;
  font-size: 1.6rem;
}

.ttw--shop--cart--upsells--item p:last-of-type, .ttw--shop--cart--upsells--item li:last-of-type {
  margin: 0;
}

.ttw--shop--cart--upsells--item .price {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  -webkit-border-image: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  -o-border-image: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  border-image: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  border-image-slice: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  z-index: 1;
}

.ttw--shop--cart--upsells--item .price a {
  color: white;
  text-decoration: none;
}

.ttw--shop--cart--upsells--item .price:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  opacity: 0;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  z-index: -1;
}

.ttw--shop--cart--upsells--item .price {
  background: transparent;
  color: white;
}

.ttw--shop--cart--upsells--item .price:after {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .ttw--shop--cart--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ttw--shop--cart--upsells {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 40px;
    max-width: 33%;
  }
}

.woocommerce-page .site-header {
  position: relative;
  margin-bottom: 2em;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received body p {
  font-size: 1.5rem;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid {
  max-width: 90%;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .woocommerce-table.shop_table {
  position: relative;
  width: 70%;
  word-break: normal;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
  position: absolute;
  top: 175px;
  margin-left: 70%;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .price-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid {
    max-width: 95%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .woocommerce-table.shop_table {
    width: 65%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
    margin-left: 65%;
  }
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received body {
    font-size: 1.4rem;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
    padding: 10px;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item.price {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 860px) {
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received body h3 {
    font-size: 2rem;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received body table {
    line-height: 1.5;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid {
    max-width: 100%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .woocommerce-table.shop_table {
    width: 65%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
    margin-left: 65%;
    margin-right: 2%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item.price {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 800px) {
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received body h3 {
    font-size: 1.6rem;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .vc_column-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .woocommerce-table.shop_table {
    width: 65%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
    margin-left: 65%;
    margin-right: 2%;
    padding: 10px;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item.price {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .woocommerce-table.shop_table {
    width: 100%;
  }
  .woocommerce-checkout.woocommerce-page.woocommerce-order-received .vc_row.wpb_row.vc_row-fluid .ttw--shop--cart--upsells--item {
    position: relative;
    margin-left: unset;
    margin-right: unset;
    top: unset;
  }
}

#affiliate-area > .wpb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (min-width: 921px) {
  #affiliate-area > .wpb_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#affiliate-area input.button {
  background-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  background-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
  background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
  background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
  color: white;
  line-height: 34px;
  margin: 15px 0;
}

#affiliate-area input.button .fa {
  font-size: 18px;
  margin-left: 1em;
}

#affiliate-area input.button:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -100;
}

#affiliate-area input.button:hover {
  color: white;
  text-decoration: none;
}

#affiliate-area input.button:hover:before {
  opacity: 0;
}

#affiliate-area input.button:hover {
  text-decoration: underline;
}

#affiliate-area #affwp-affiliate-dashboard #affwp-generate-ref-url input.button {
  width: auto;
}

#affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
  margin: 0;
  padding: 0;
}

@supports (mix-blend-mode: lighten) {
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: grey;
    pointer-events: none;
  }
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a::before {
    mix-blend-mode: screen;
  }
}

@supports (mix-blend-mode: lighten) {
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
    background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
    pointer-events: none;
  }
  #affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover::before {
    mix-blend-mode: screen;
  }
}

#affiliate-area #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:not(:last-of-type):after {
  margin: 0 5px;
  color: grey;
  content: "|";
}

#affiliate-area #affwp-affiliate-dashboard .affwp-tab-content h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  margin: 20px 0 40px;
}

@supports (mix-blend-mode: lighten) {
  #affiliate-area #affwp-affiliate-dashboard .affwp-tab-content h4 {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  #affiliate-area #affwp-affiliate-dashboard .affwp-tab-content h4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
    background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
    pointer-events: none;
  }
  #affiliate-area #affwp-affiliate-dashboard .affwp-tab-content h4::before {
    mix-blend-mode: screen;
  }
}

#affiliate-area #affwp-login-form fieldset, #affiliate-area #affwp-register-form fieldset {
  padding: 0;
  margin: 0;
}

#affiliate-area #affwp-login-form fieldset legend, #affiliate-area #affwp-register-form fieldset legend {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 20px 0;
}

@supports (mix-blend-mode: lighten) {
  #affiliate-area #affwp-login-form fieldset legend, #affiliate-area #affwp-register-form fieldset legend {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  #affiliate-area #affwp-login-form fieldset legend::before, #affiliate-area #affwp-register-form fieldset legend::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DC4D6), to(#699BD2));
    background: -webkit-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: -o-linear-gradient(left, #6DC4D6 0%, #699BD2 100%);
    background: linear-gradient(to right, #6DC4D6 0%, #699BD2 100%);
    pointer-events: none;
  }
  #affiliate-area #affwp-login-form fieldset legend::before, #affiliate-area #affwp-register-form fieldset legend::before {
    mix-blend-mode: screen;
  }
}

#affiliate-area #affwp-login-form fieldset p, #affiliate-area #affwp-register-form fieldset p {
  margin-bottom: 1rem;
}

#affiliate-area #affwp-login-form fieldset input[type=text], #affiliate-area #affwp-login-form fieldset input[type=password], #affiliate-area #affwp-login-form fieldset input[type=email], #affiliate-area #affwp-login-form fieldset textarea, #affiliate-area #affwp-register-form fieldset input[type=text], #affiliate-area #affwp-register-form fieldset input[type=password], #affiliate-area #affwp-register-form fieldset input[type=email], #affiliate-area #affwp-register-form fieldset textarea {
  padding: 1rem;
}

#affiliate-area #affwp-login-form {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 30px;
  max-width: 300px;
}

@media screen and (min-width: 921px) {
  #affiliate-area #affwp-login-form {
    margin: 0 30px 0 0;
  }
}

#affiliate-area #affwp-register-form {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  max-width: 550px;
}

/* styles located in _optin.scss */
.ttw--optin {
  border: 1px solid grey;
  padding: 1rem 0;
  position: relative;
}

.ttw--optin h1, .ttw--optin h2, .ttw--optin h3, .ttw--optin p, .ttw--optin ul, .ttw--optin ol, .ttw--optin li {
  color: grey;
  margin: 0;
  padding: 0;
}

.ttw--optin .gradient-button {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

.ttw--optin .gradient-button:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -100;
}

.ttw--optin .gradient-button:hover {
  color: white;
  text-decoration: none;
}

.ttw--optin .gradient-button:hover:before {
  opacity: 0;
}

.ttw--optin .gradient-button .fa {
  font-size: 18px;
  margin-left: 1em;
}

.ttw--optin--headline {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  color: gray;
}

.ttw--optin--gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 200, 0.89)), to(rgba(51, 203, 200, 0.68)));
  background-image: -webkit-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
  background-image: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
}

.ttw--optin--gradient p {
  color: white;
  font-size: 1.5em;
  padding: 1.5rem 2.5rem;
  text-transform: uppercase;
}

.ttw--optin--body {
  padding: 1.5rem 2.5rem;
  overflow: auto;
}

.ttw--optin--body > div:last-of-type {
  float: right;
}

.ttw--optin--body > div:first-of-type {
  float: left;
}

.ttw--optin--body ul {
  padding-left: 20px;
  list-style: none;
}

.ttw--optin--body ul li {
  position: relative;
}

.ttw--optin--body ul li:before {
  content: "•";
  display: block;
  font-size: 0.6em;
  position: absolute;
  top: 5px;
  left: -15px;
}

.ttw--optin--body img {
  display: block;
  max-width: 180px;
}

.ttw--optin--body .cta {
  margin: 20px 0 0 20px;
  text-transform: uppercase;
}

.ttw--optin--footnote {
  margin: -15px 0 0;
  padding: 1.5rem 2.5rem;
  text-align: right;
}

.ttw--optin--footnote p {
  font-size: 0.9em;
}

.ttw--optin--overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  max-width: 125px;
}

.ttw--optin--overlay img {
  max-height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (min-width: 520px) {
  .ttw--optin--overlay {
    max-width: 160px;
  }
}

@media screen and (min-width: 580px) {
  .ttw--optin--overlay {
    max-width: 220px;
  }
}

@media screen and (min-width: 660px) {
  .ttw--optin--overlay {
    max-width: 275px;
  }
}

@media screen and (min-width: 700px) {
  .ttw--optin--overlay {
    max-width: none;
  }
}

.ttw--optin.ttw--optin--microdosing {
  padding: 60px 0 40px;
}

.ttw--optin.ttw--optin--microdosing .ttw--optin--body p {
  text-transform: uppercase;
}

.ttw--optin.ttw--optin--microdosing .ttw--optin--body .cta {
  margin-left: 0;
}

.tve-leads-triggered .ttw--optin.ttw--optin--microdosing {
  padding: 10px 0 40px;
  background-color: #FFF;
  max-width: 600px;
  margin: 5rem auto;
}

.tve-leads-triggered .ttw--optin.ttw--optin--microdosing .gradient-button {
  background-image: -webkit-gradient(linear, left top, right top, from(#546db4), to(#48c2c5));
  background-image: -webkit-linear-gradient(left, #546db4 0%, #48c2c5 100%);
  background-image: -o-linear-gradient(left, #546db4 0%, #48c2c5 100%);
  background-image: linear-gradient(to right, #546db4 0%, #48c2c5 100%);
}

.tve-leads-triggered .ttw--optin.ttw--optin--microdosing .ttw--optin--body h1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#546db4), to(#48c2c5));
  background-image: -webkit-linear-gradient(left, #546db4 0%, #48c2c5 100%);
  background-image: -o-linear-gradient(left, #546db4 0%, #48c2c5 100%);
  background-image: linear-gradient(to right, #546db4 0%, #48c2c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.tve-leads-triggered .ttw--optin.ttw--optin--microdosing .ttw--optin--body p {
  font-size: 1.5rem;
}

@media screen and (max-width: 479px) {
  .tve-leads-triggered .ttw--optin.ttw--optin--microdosing .ttw--optin--body p {
    font-size: 2.67vw;
  }
}

.tve-leads-triggered .ttw--optin.ttw--optin--microdosing .ttw--optin--body .cta {
  margin-top: 10px;
}

.tve-leads-ribbon .ttw--optin.ttw--optin--microdosing .ttw--optin--body {
  padding: 0 15px;
}

.tve-leads-ribbon .ttw--optin.ttw--optin--microdosing .ttw--optin--overlay {
  overflow: visible;
}

.tve-leads-ribbon .ttw--optin.ttw--optin--microdosing .ttw--optin--overlay img {
  margin-left: -5px;
}

.tve-leads-in-content.tve-leads-track-in_content-197 {
  float: right;
  width: 100%;
  margin-left: 1rem;
}

@media screen and (min-width: 475px) {
  .tve-leads-in-content.tve-leads-track-in_content-197 {
    width: 50%;
  }
}

.tve-leads-in-content .ttw--optin {
  margin: 0 0 2.8rem;
}

.tve-leads-in-content .ttw--optin.ttw--optin--microdosing {
  padding-top: 0;
  padding-bottom: 0;
}

.tve-leads-in-content .ttw--optin.ttw--optin--microdosing .ttw--optin--body {
  padding: 15px 10px;
  text-align: center;
}

.tve-leads-in-content .ttw--optin.ttw--optin--microdosing .ttw--optin--body span {
  display: block;
}

.tve-leads-in-content .ttw--optin.ttw--optin--microdosing .ttw--optin--overlay {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: 100%;
}

.tve-leads-in-content .ttw--optin.ttw--optin--microdosing .ttw--optin--overlay img {
  width: 50%;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_wrapper {
  margin: 20px auto;
  padding: 0;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_wrapper:first-of-type {
  margin-top: 0;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .tve-page-section-out {
  background-image: url(/wp-content/uploads/2017/12/start-here.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: white;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .tve_image_caption {
  width: 100px;
  padding-top: 150px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_heading {
  max-width: 800px;
  padding-top: 30px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_heading h1 {
  font-size: 4.8rem;
  text-align: center;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_text_element {
  max-width: 450px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_text_element + .thrv_text_element {
  margin-top: 10px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_text_element p {
  color: #666666;
  font-size: 1.6rem;
  margin: 0;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation {
  max-width: 450px;
  float: none;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation input {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #cccccc;
  color: #cccccc;
  font-family: system-ui;
  font-weight: 400;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation input::-webkit-input-placeholder {
  color: #cccccc;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation input:-ms-input-placeholder {
  color: #cccccc;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation input::-ms-input-placeholder {
  color: #cccccc;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation input::placeholder {
  color: #cccccc;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation button {
  background-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa00), color-stop(25%, #e55629), color-stop(45%, #c20b21), color-stop(65%, #391281), color-stop(85%, #131e7C), to(#00aaff));
  background-image: -webkit-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: -o-linear-gradient(left, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  background-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  z-index: 100;
  padding: 16px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation button .fa {
  font-size: 18px;
  margin-left: 1em;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation button:before {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: white;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  z-index: -100;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation button:hover {
  color: white;
  text-decoration: none;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .thrv_lead_generation button:hover:before {
  opacity: 0;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .tve_ea_thrive_leads_form_close {
  color: white;
  -webkit-border-radius: 176px;
  border-radius: 176px;
  font-size: 24px;
  height: 24px;
  padding: 14px;
  overflow: hidden;
  width: 24px;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .tve_ea_thrive_leads_form_close svg {
  color: #cccccc;
}

.tve-leads-conversion-object .thrv-greedy-ribbon.thrv_wrapper .tve_ea_thrive_leads_form_close svg:hover {
  color: rgba(0, 0, 0, 0.6);
}

/*

	Import statments below here represents styling that has yet to be moved, or
	deleted, or integrated into the new system. Some of them might be handled
	already, so this needs to be done on a case-by-case scenario.

// Classes
@import "classes/avatar";
@import "classes/genesis";
@import "classes/search-form";
@import "classes/titles";
@import "classes/wordpress";
@import "classes/featured-content";

// Widgets
@import "widgets/widgets";

// Plugins
@import "plugins/genesis-enews-extended";
@import "plugins/jetpack";
@import "plugins/ttw-press-public";

// Content
@import "content/content-area";
@import "content/sidebar";
@import "content/footer-widgets";

// Media queries
@import "media-queries/queries";
@import "media-queries/print";

// Custom
@import "custom/custom-styles";
*/
