/*
Theme Name: Coda Signature
Author: Merley Design LLC & CityState LLC
Author URI: http://merleydesign.com
Version: 1 - May 2019
Description: Coda Signature theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CodaSignature
Tags: one-column, two-columns
Theme URI:
*/


.header-holder .navbar-nav ul,
.social-networks,
.widget ul,
.news-carousel .carousel-pager,
.news-carousel .carousel-pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.blog-post:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.side-menu a,
.news .over {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.intro-slider .intro-holder,
.blog-banner,
.blog-slider .carousel-item,
.category-banner,
.edibles-banner,
.category-feature,
.info-block,
.section-about {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@font-face {
	font-family: cera_pro;
	src: url("fonts/typemates_-_cera_pro_light_italic-webfont.eot");
	src: url("fonts/typemates_-_cera_pro_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/typemates_-_cera_pro_light_italic-webfont.woff") format("woff"), url("fonts/typemates_-_cera_pro_light_italic-webfont.ttf") format("truetype"), url("fonts/typemates_-_cera_pro_light_italic-webfont.svgtypemates_-_cera_pro_light_italic-webfont") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: cera_pro;
	src: url("fonts/typemates_-_cera_pro_regular-webfont.eot");
	src: url("fonts/typemates_-_cera_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/typemates_-_cera_pro_regular-webfont.woff") format("woff"), url("fonts/typemates_-_cera_pro_regular-webfont.ttf") format("truetype"), url("fonts/typemates_-_cera_pro_regular-webfont.svgtypemates_-_cera_pro_regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: cera_pro;
	src: url("fonts/typemates_-_cera_pro_bold-webfont.eot");
	src: url("fonts/typemates_-_cera_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/typemates_-_cera_pro_bold-webfont.woff") format("woff"), url("fonts/typemates_-_cera_pro_bold-webfont.ttf") format("truetype"), url("fonts/typemates_-_cera_pro_bold-webfont.svgtypemates_-_cera_pro_bold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: marion;
	src: url("fonts/typodermic_-_marion-regular-webfont.eot");
	src: url("fonts/typodermic_-_marion-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/typodermic_-_marion-regular-webfont.woff") format("woff"), url("fonts/typodermic_-_marion-regular-webfont.ttf") format("truetype"), url("fonts/typodermic_-_marion-regular-webfont.svgtypodermic_-_marion-regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: marion;
	src: url("fonts/typodermic_-_marion-bold-webfont.eot");
	src: url("fonts/typodermic_-_marion-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/typodermic_-_marion-bold-webfont.woff") format("woff"), url("fonts/typodermic_-_marion-bold-webfont.ttf") format("truetype"), url("fonts/typodermic_-_marion-bold-webfont.svgtypodermic_-_marion-bold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

/* ---------------------------------------------------------
   Typography
   ---------------------------------------------------------*/

p {
	margin-bottom: 16px;
}

a {
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

.font-base {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
	font-family: "marion", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

hr { margin-top: 2.5rem; margin-bottom: 2.5rem; }

/* ---------------------------------------------------------
   heading styles
   ---------------------------------------------------------*/

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
.h6 a,
h6 a {
	text-decoration: none;
}

.h1,
h1 {
	font-weight: 400;
	margin-bottom: 25px;
}

.h2,
h2 {
	margin-bottom: 20px;
	font-size: 1.75rem;
}
.description h2 {font-weight: normal;}

.h3,
h3 {
	margin-bottom: 20px;
}

h4 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	margin-bottom: 11px;
	letter-spacing: 1px;
}

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

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.search-form:last-child {
	margin-bottom: 0;
}

.search-form input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-form input[type="search"] {
	width: calc(100% - 122px);
	margin-right: 2px;
	float: left;
}

.post-password-form label {
	display: block;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: calc(100% - 122px);
	margin-right: 2px;
}

.post-password-form input[type="submit"] {
	width: 120px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #fff;
	border: 2px solid #2f2f2f;
	color: #000;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 1.25rem;
	padding: 10px 16px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #2f2f2f;
	color: #fff;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
	width: 100%;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .nav-links,
.navigation-comments .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -3px;
	width: calc(100% + 6px);
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	background-color: #f3f4f5;
	text-decoration: none;
	text-align: center;
	padding: 4px 2px;
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #f3f4f5;
	font-size: .75rem;
	line-height: .9375rem;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	margin: 0 2px 4px;
	color: #2f2f2f;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
	background: #2f2f2f;
	color: #fff;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background-color: #fff;
	border: 2px solid #2f2f2f;
	color: #2f2f2f;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev,
.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #f3f4f5;
	padding: 4px;
	text-decoration: none;
	min-width: 27px;
	width: auto;
}

.navigation-comments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation-single {
	margin-bottom: 1.2em;
	position: relative;
	padding: 0 20px;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1.125rem;
}

.navigation-single:after,
.navigation-single:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400 !important;
	font-size: 1.5625rem;
	line-height: 1.5625rem;
}

.navigation-single:after {
	font-weight: 400 !important;
	left: auto;
	right: 0;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: #000;
	text-decoration: none;
	display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	color: #bbb;
}

.navigation-single .next {
	float: right;
	text-align: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 1.25rem;
}

table th,
table td {
	border: 1px solid #000;
	padding: 4px;
}

table a {
	text-decoration: none;
	color: #676767;
}

table a:hover {
	color: #e6bc14;
}

.widget.widget_calendar h3 {
	text-align: center;
}

.widget.widget_calendar caption {
	caption-side: top;
	text-align: center;
}

.widget.widget_calendar #next {
	text-align: right;
}

.widget.widget_calendar #prev {
	text-align: left;
}

.widget_search .search-form .form-control,
.widget_search .search-form .subscribe-form input[type="email"],
.subscribe-form .widget_search .search-form input[type="email"],
.widget_search .search-form input[type="search"],
.widget_search .search-form input[type="text"] {
	width: 1%;
	border: 0;
}

iframe {
	border: 0;
	width: 100%;
}

select {
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-shadow: none;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
  input[type="tel"],
.search-form
  input[type="tel"],
.post-password-form
  input[type="tel"],
.comment-form
  input[type="email"],
.search-form
  input[type="email"],
.post-password-form
  input[type="email"],
.comment-form
  input[type="search"],
.search-form
  input[type="search"],
.post-password-form
  input[type="search"],
.comment-form
  input[type="password"],
.search-form
  input[type="password"],
.post-password-form
  input[type="password"],
.comment-form
  input[type="url"],
.search-form
  input[type="url"],
.post-password-form
  input[type="url"],
.comment-form
  input[type="date"],
.search-form
  input[type="date"],
.post-password-form
  input[type="date"],
.comment-form
  textarea,
.search-form
  textarea,
.post-password-form
  textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 2px solid #2f2f2f;
	padding: .625rem .9375rem;
	font-size: .9375rem;
	line-height: 1.25rem;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
    input[type="tel"]:focus,
.search-form
    input[type="tel"]:focus,
.post-password-form
    input[type="tel"]:focus,
.comment-form
    input[type="email"]:focus,
.search-form
    input[type="email"]:focus,
.post-password-form
    input[type="email"]:focus,
.comment-form
    input[type="search"]:focus,
.search-form
    input[type="search"]:focus,
.post-password-form
    input[type="search"]:focus,
.comment-form
    input[type="password"]:focus,
.search-form
    input[type="password"]:focus,
.post-password-form
    input[type="password"]:focus,
.comment-form
    input[type="url"]:focus,
.search-form
    input[type="url"]:focus,
.post-password-form
    input[type="url"]:focus,
.comment-form
    input[type="date"]:focus,
.search-form
    input[type="date"]:focus,
.post-password-form
    input[type="date"]:focus,
.comment-form
    textarea:focus,
.search-form
    textarea:focus,
.post-password-form
    textarea:focus {
	border-color: #333;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
	height: 130px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* form-control styles */

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #898989;
	width: 100%;
}

.jcf-select.jcf-select-gray {
	background: #f3f4f5;
	border-color: #f3f4f5;
	color: #414141;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding: 9px 30px 9px 14px;
	height: inherit;
	letter-spacing: 1px;
}

.jcf-select .jcf-select-text span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 28px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border: solid #414141;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin: -2px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul .jcf-overflow {
	overflow: auto;
}

.jcf-list ul .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 14px;
	color: #555555;
	height: 1%;
}

.jcf-list ul .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list ul .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #898989 !important;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #fff;
	width: 4px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #fff;
	height: 14px;
	width: 4px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #3f3f3f;
	height: 1px;
	width: 4px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* header styles */

#header {
	background: #ffffff;
	min-width: 320px;
	z-index: 10000;
}

#header.fixed-top {
	position: relative;
	width: 100% !important;
	right: auto;
}

#header .container-fluid {
	position: relative;
}

/* header-holder styles */

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

.header-holder a:hover {
	text-decoration: none;
}

.header-holder .navbar {
	position: static;
	padding: 0;
}

.header-holder .login-btn {
	margin: 0 0 .75rem;
	display: inline-block;
	vertical-align: top;
}

.header-holder .drop-state .btn,
.header-holder .drop-state .widget .mailpoet_submit,
.widget .header-holder .drop-state .mailpoet_submit {
	background: #6d6d6d;
	position: relative;
	padding: .25rem 1.8125rem .25rem .1875rem;
	font-size: .75rem;
	line-height: 1rem;
	color: #fff;
}

.header-holder .drop-state .btn:after,
.header-holder .drop-state .widget .mailpoet_submit:after,
.widget .header-holder .drop-state .mailpoet_submit:after {
	display: none;
}

.header-holder .drop-state .btn span,
.header-holder .drop-state .widget .mailpoet_submit span,
.widget .header-holder .drop-state .mailpoet_submit span {
	margin-right: .625rem;
	padding: .125rem .375rem;
}

.header-holder .drop-state .btn:hover,
.header-holder .drop-state .widget .mailpoet_submit:hover,
.widget .header-holder .drop-state .mailpoet_submit:hover {
	background: #727171;
}

.header-holder .drop-state .btn:before,
.header-holder .drop-state .widget .mailpoet_submit:before,
.widget .header-holder .drop-state .mailpoet_submit:before {
	font-weight: 400 !important;
	position: absolute;
	right: 13px;
	top: 50%;
	font-size: .75rem;
	line-height: .75rem;
	color: #ffffff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-holder .drop-state .dropdown-menu {
	background: #fff;
	font-size: .75rem;
	line-height: 1rem;
}

.header-holder .drop-state .dropdown-menu .dropdown-item:hover {
	color: #bbb;
	background: transparent;
}

.header-holder .dropdown-menu {
	background: #1f1f1f;
	text-transform: none;
	font-size: .8125rem;
	line-height: 1.0625rem;
	letter-spacing: normal;
	min-width: 139px;
	width: 100%;
}

.header-holder .dropdown-menu .dropdown-item {
	position: relative;
	margin-bottom: 4px;
	padding: .375rem 1.3125rem;
	white-space: normal;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
}

.header-holder .dropdown-menu .dropdown-item:before {
	content: "»";
	display: inline-block;
	vertical-align: top;
	margin-right: .25rem;
	margin-left: -.25rem;
	width: 0;
	opacity: 0;
	position: absolute;
	left: 14px;
	top: 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-holder .dropdown-menu .dropdown-item:focus,
.header-holder .dropdown-menu .dropdown-item.active,
.header-holder .dropdown-menu .dropdown-item:hover {
	color: #bbb;
	background: transparent;
	padding: .375rem 1rem .375rem 1.625rem;
}

.header-holder .dropdown-menu .dropdown-item:focus:before,
.header-holder .dropdown-menu .dropdown-item.active:before,
.header-holder .dropdown-menu .dropdown-item:hover:before {
	width: auto;
	opacity: 1;
	margin-left: 0;
}

.header-holder .navbar-nav {
	font-weight: 700;
	font-size: .9375rem;
	line-height: 1.0625rem;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}

.header-holder .navbar-nav > li {
	position: relative;
}

.header-holder .navbar-nav > li.active > a {
	color: #bbb;
}

.header-holder .navbar-nav > li.hover > a {
	color: #bbb;
}

.header-holder .navbar-nav > li.hover > ul {
	visibility: visible;
	opacity: 1;
	max-height: 999px;
}

.header-holder .navbar-nav > li > a {
	text-decoration: none;
	display: block;
	padding: .75rem .8125rem;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header-holder .navbar-nav > li > a:hover {
	color: #bbb;
}

.header-holder .navbar-nav ul {
	background: #ffffff;
	text-transform: none;
	font-size: .8125rem;
	line-height: 1rem;
	letter-spacing: normal;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	text-align: center;
}

.header-holder .navbar-nav ul > li {
	position: relative;
}

.header-holder .navbar-nav ul > li:last-child {
	margin-bottom: 0;
}

.header-holder .navbar-nav ul > li > a {
	position: relative;
	padding: .375rem 1.3125rem;
	white-space: normal;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	display: block;
}

.header-holder .navbar-nav ul > li > a:before {
	content: "»";
	display: inline-block;
	vertical-align: top;
	margin-right: .25rem;
	margin-left: -.25rem;
	width: 0;
	opacity: 0;
	position: absolute;
	left: 14px;
	top: 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-holder .navbar-nav ul > li > a:hover {
	color: #bbb;
	background: transparent;
	padding: .375rem 1rem .375rem 1.625rem;
}

.header-holder .navbar-nav ul > li > a:hover:before {
	width: auto;
	opacity: 1;
	margin-left: 0;
}

.header-holder .navbar-nav ul > li.hover > a {
	color: #bbb;
	background: transparent;
	padding: .375rem 1rem .375rem 1.625rem;
}

.header-holder .navbar-nav ul > li.hover > a:before {
	width: auto;
	opacity: 1;
	margin-left: 0;
}

.header-holder .navbar-nav ul > li.hover > ul {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
}

.header-holder .navbar-nav ul ul {
	padding: 0 0 0 20px;
}

.header-holder .social-networks {
	margin-left: -.4375rem;
	margin-right: -.4375rem;
}

.header-holder .social-networks li {
	padding: 0 .4375rem;
}

.header-holder .social-networks li a {
	font-size: .625rem;
	line-height: 1rem;
	color: #000;
}

.header-holder .social-networks li a:hover {
	color: #bbb;
}

/* logo styles */

.logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

img.custom-logo { width: 70px; height: auto; }


/* navbar-toggler styles */

.navbar-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* navbar-top styles */

.navbar-top {
	text-align: center;
}

/* navbar-collapse styles */

.navbar-collapse .collapse-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

html {
	background: #5b5b5b;
}

body {
	min-width: 320px;
	-ms-overflow-style: scrollbar;
}

/* main container styles */

/* accessibility styles */

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* dropdown-toggle style */

.dropdown-toggle.no-caret:after {
	display: none;
}

/* btn style */

.btn,
.widget .subscribe-form-sidebar .btn,
.widget .mailpoet_submit {
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.937rem;
	padding: 0.8125rem 1.25rem;
	border-width: 2px;
}

/* social-networks style */

.social-networks {
	margin-left: -.75rem;
	margin-right: -.75rem;
}

.social-networks li {
	padding: 0 .75rem;
}

.social-networks li a {
	font-size: 1.1875rem;
	line-height: 1.25rem;
	text-decoration: none;
}

.social-networks li a:hover {
	color: #676767;
}

/* scroll-down style */

.scroll-down {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	text-decoration: none;
	color: #fff;
}

.scroll-down:hover {
	color: #bbb;
}

/* section-head style */

.section-head {
	text-align: center;
	margin-bottom: 2.375rem;
	padding-bottom: 1.875rem;
	position: relative;
}

.section-head:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
}

.section-head.large h2 {
	font-size: 1.5625rem;
	line-height: 1.8125rem;
}

.section-head:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 18px;
}

.section-head.has-pattern:before {
	background-image: url(images/divider-3.png);
	width: 60px;
	height: 10px;
}

.section-head h2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: .375rem;
	font-weight: 700;
}

.section-head h2:last-child {
	margin-bottom: 0;
}

.section-head p {
	margin-bottom: 1rem;
}

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

/* pagination style */

.pagination {
	padding-top: .75rem;
}

/*two-columns style*/

.two-columns {
	padding-top: 3.125rem;
	padding-bottom: 2.625rem;
}

.page-template-full-width-page 	.two-columns { padding-top: 0; }


/*content style*/

/*gutter-width-small style*/

.gutter-width-small {
	padding-left: .625rem;
	padding-right: .625rem;
}

.gutter-width-small > .row {
	margin-left: -.625rem;
	margin-right: -.625rem;
}

.gutter-width-small > .row > .col,
.gutter-width-small > .row > [class^="col-"],
.gutter-width-small > .row [class*=" col-"] {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/*content-details style*/

.contact-details h1 {
	margin-bottom: 10px;
}

.contact-details h3 {
	margin-bottom: 10px;
}

.contact-details p {
	margin-bottom: 0;
}

.contact-details a {
	text-decoration: none;
}

.contact-details .img-holder {
	background-color: #fff;
	padding: 8px;
	box-shadow: 0 9px 10px 2px rgba(0, 0, 0, .23);
	max-width: 483px;
}

.contact-details address {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.contact-details address strong {
	display: block;
}
.contact-details .shift-down .container {
	border-top: 1px solid #bbb;
	padding-top: 2.375rem;
	margin-top: 2.375rem;
}

.gform_wrapper {
	margin: 0;
}

.gform_wrapper label {
	margin-bottom: 0;
}

.gform_wrapper .jcf-select {
	background-color: #f3f4f5;
	border: 0;
}

.gform_wrapper .jcf-select .jcf-select-text {
	font-size: 15px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0;
}

.gform_wrapper .jcf-checkbox {
	width: 17px;
	border-color: #969799;
	background-color: #eaecee;
	border-radius: 2px;
	margin-right: 10px;
	display: inline-block !important;
	vertical-align: middle;
}

.gform_wrapper .jcf-checkbox span {
	margin: -4px 0 0 -4px;
	border-color: #464646;
	width: 9px;
	height: 5px;
}

.gform_wrapper input.small {
	width: 100%;
}

.gform_wrapper .gfield_label {
	color: #414141;
	text-transform: uppercase;
	font-size: 14px !important;
}

.gform_wrapper ul.gform_fields li.gfield.has-same-type {
	width: 100% !important;
}

.ginput_container {
	width: auto;
	display: block;
}

.ginput_container_name span {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin-right: 0 !important;
}

.ginput_container_name span > input[type="text"] {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ginput_container_name span > label {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #414141;
	font-size: 14px !important;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.gform_wrapper .top_label input.small,
.gform_wrapper .gform_wrapper .top_label select.small {
	width: 100% !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 0;
	background-color: #f3f4f5;
	height: 45px;
	padding: 10px !important;
}

.gform_wrapper textarea.medium {
	background-color: #f3f4f5;
	border: 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="image"],
.gform_wrapper .gform_footer input[type="submit"] {
	font-weight: bold;
	border-width: 3px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #2f2f2f;
	border-color: #2f2f2f;
	padding: 1rem;
	line-height: 1.1875rem;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	background-color: #fff;
	min-width: 150px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="image"]:hover,
.gform_wrapper .gform_footer input[type="image"]:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus {
	background-color: #2f2f2f;
	color: #fff;
}

/*modal style*/

.modal {
	min-width: 280px;
	background: rgba(0, 0, 0, .85);
}

/*modal-state style*/

.modal-state .modal-content {
	padding: 7px;
}

.modal-state h1,
.modal-state h2 {
	margin: 0 0 .8125rem;
	letter-spacing: normal;
}

.modal-state p {
	margin-bottom: 1rem;
}

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

.modal-state .form-row {
	margin: 0;
	display: block;
}

.modal-state .form-row .btn,
.modal-state .form-row .widget .mailpoet_submit,
.widget .modal-state .form-row .mailpoet_submit {
	min-width: 148px;
	width: 100%;
	margin: 1.25rem 0 0;
}

.modal-state .slect-wrp {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}

.modal-state .form-group {
	margin-bottom: 0;
}

.modal-state .jcf-select {
	border: 0;
}

.modal-state .jcf-select .jcf-select-text {
	padding: 1rem 3rem 1rem 1.5625rem;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.modal-state .jcf-select .jcf-select-opener {
	width: 41px;
}

.modal-state .jcf-select .jcf-select-opener:after {
	padding: 4px;
	left: 2px;
}

/*modal-header style*/

/*modal-holder style*/

.modal-holder {
	border: 1px solid #9d9d9d;
	padding: 2.5rem .9375rem 3.75rem;
}

.modal-holder .modal-header {
	padding: 0;
	margin-bottom: 3rem;
}

.modal-holder .modal-body {
	padding: 0;
}

.jcf-list ul .jcf-option.jcf-selected {
	display: none;
}

.jcf-select-gray .jcf-list {
	font-size: 1rem;
	line-height: 1.4375rem;
}

.jcf-select-gray .jcf-list ul .jcf-option {
	color: #414141;
	padding: .4375rem 1.5625rem;
}

/* footer styles */

#footer {
	background: #272727;
	color: #fff;
	font-size: .8125rem;
	line-height: 1rem;
}

/* footer-holder styles */

.footer-holder a {
	color: #fff;
}

.footer-holder .social-networks {
	margin-left: -.75rem;
	margin-right: -.75rem;
}

.footer-holder .social-networks li {
	padding: 0 .75rem;
}

.footer-holder .social-networks li a {
	font-size: .9375rem;
	line-height: 1.25rem;
	color: #fff;
}

.footer-holder .social-networks li a:hover {
	color: #bbb;
}

/* footer-top styles */

.footer-top {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/* footer-panel styles */

.footer-panel {
	padding-top: 1rem;
	padding-bottom: 1rem;
	z-index: 1;
	position: relative;
}

.footer-panel:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.footer-panel:before {
	background: #5b5b5b;
	z-index: -1;
}

/* footer-nav styles */

.footer-nav li {
	padding: 0 .5rem;
}

.footer-nav li a {
	text-decoration: underline;
}

.footer-nav li a:hover {
	text-decoration: none;
}

/* subscribe-form styles */

.subscribe-form .form-inline {
	margin: 0 -.375rem;
}

.subscribe-form .form-inline .form-control,
.subscribe-form .form-inline input[type="email"] {
	width: 100%;
}

.subscribe-form .form-inline .mailpoet_hp_email_label {
	display: none;
}

.subscribe-form .form-inline .form-control,
.subscribe-form .form-inline input[type="email"] {
	font-size: .9375rem;
	line-height: 1.25rem;
	height: auto;
	padding: .875rem 1.25rem;
	background: #f6f6f6;
}

.subscribe-form .form-inline .form-control::-webkit-input-placeholder,
.subscribe-form .form-inline input[type="email"]::-webkit-input-placeholder {
	color: #414141;
}

.subscribe-form .form-inline .form-control::-moz-placeholder,
.subscribe-form .form-inline input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #414141;
}

.subscribe-form .form-inline .form-control:-moz-placeholder,
.subscribe-form .form-inline input:-moz-placeholder[type="email"] {
	color: #414141;
}

.subscribe-form .form-inline .form-control:-ms-input-placeholder,
.subscribe-form .form-inline input:-ms-input-placeholder[type="email"] {
	color: #414141;
}

.subscribe-form .form-inline .form-control.placeholder,
.subscribe-form .form-inline input.placeholder[type="email"] {
	color: #414141;
}

.subscribe-form .mailpoet_form {
	width: 100%;
}

.subscribe-form .mailpoet_form .mailpoet_submit {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	margin: 0;
}

.subscribe-form .mailpoet_form .mailpoet_submit:hover {
	background: #fff;
	color: #2f2f2f;
}

.subscribe-form .mailpoet_select_label {
	display: none !important;
}

.subscribe-form #mailpoet_form_1 .mailpoet_text,
.subscribe-form #mailpoet_form_1 .mailpoet_textarea {
	width: 100%;
	border: 0;
	padding: .875rem 1.25rem;
}

.subscribe-form .mailpoet_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subscribe-form .mailpoet_form .mailpoet_paragraph {
	margin: 0 .375rem;
	width: calc(60% - 12px);
	margin-bottom: 16px;
}

.subscribe-form .mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
	width: calc(40% - 12px);
}

.subscribe-form .form-group {
	margin: 0 .375rem;
	width: calc(60% - 12px);
}

.subscribe-form .form-group.select-wrap {
	width: calc(40% - 12px);
}

.subscribe-form .btn,
.subscribe-form .widget .subscribe-form-sidebar .btn,
.widget .subscribe-form-sidebar .subscribe-form .btn,
.subscribe-form .widget .mailpoet_submit,
.widget .subscribe-form .mailpoet_submit {
	margin: 0 .375rem;
	font-weight: 700;
}

.subscribe-form h4 {
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 1.25rem;
	margin-bottom: .9375rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	text-transform: none;
}

.subscribe-form .jcf-select {
	border: 0;
	background: #f6f6f6;
}

.subscribe-form .jcf-select .jcf-select-text {
	padding: .875rem 1.875rem .875rem 1.125rem;
	font-size: .9375rem;
	line-height: 1.25rem;
	color: #414141;
}

.subscribe-form .jcf-select .jcf-select-opener:after {
	border-color: #414141;
	padding: .25rem;
	margin: -.125rem 0 0 -.375rem;
}

.copyright-text a {
	text-decoration: none;
}

.copyright-text a:hover {
	text-decoration: underline;
}

/* intro-slider style */

.intro-slider {
	position: relative;
}

.intro-slider .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
}

.intro-slider .slide.active {
	z-index: 2;
}

.intro-slider:hover .btn-next,
.intro-slider:hover .btn-prev {
	opacity: 1;
}

.intro-slider .btn-next,
.intro-slider .btn-prev {
	z-index: 99;
	left: 15px;
	width: auto;
	background: none;
	top: auto;
	position: absolute;
	bottom: .9375rem;
	opacity: 0;
}

.intro-slider .btn-next:hover,
.intro-slider .btn-prev:hover {
	opacity: .8;
}

.intro-slider .btn-next {
	left: auto;
	right: 15px;
}

.intro-slider.not-enough-slides .btn-prev,
.intro-slider.not-enough-slides .btn-next {
	visibility: hidden;
}

/* intro-caption style */

.intro-caption {
	min-height: 370px;
	position: relative;
	z-index: 3;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, .2);
}

.intro-caption:after {
	content: "";
	min-height: inherit;
}

.intro-caption .align {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.intro-caption .h1,
.intro-caption h1 {
	color: #fff;
}

/* bg-video style */


.bg-video-holder {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position-x: right;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.bg-video-holder .description {
	position: absolute;
	max-width: 960px;
	padding: 1.875rem;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
}

.video-active .bg-video {
	opacity: 1;
}
@media (max-width: 767px), all {
	.bg-video-holder { background-position-x: right; }
}
@media (min-width: 768px), all {
	.bg-video-holder { background-position-x: center; }
}

.article-info {
	margin-bottom: 2.5rem;
}

.article-info .category-info {
	padding-top: 1.25rem;
}

.article-info p {
	margin-bottom: .625rem;
}

.article-info h4 {
	color: #2f2f2f;
	margin-bottom: 8px;
}

.image-carousel {
	border: 8px solid #fff;
	z-index: 1;
}

.image-carousel .carousel-inner {
	background: #2f2f2f;
}

.image-carousel .carousel-item img {
	width: 100%;
}

.carousel-indicators {
	margin: 0;
	bottom: 17px;
	right: auto;
	left: 10px;
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: 1;
}

.carousel-indicators li.active {
	background-color: #fff;
}

.carousel-indicators li:hover {
	background-color: #fff;
}

p.award {
	clear: both;
	display: block;
	background: url(images/ribbon1.png) top left no-repeat;
	padding: 2px 0 0 55px;
	font-weight: bold;
	background-size: 38px;
	min-height: 53px;
	margin: 20px 25px 10px -7px;
}
h4.comingsoon {
	clear: both;
	display: block;
	padding: 6px 0 0 41px;
	background: url(images/icon-segno.png) top left no-repeat;
	background-size: 30px;
	min-height: 37px;
	margin: 20px 10px 15px 4px;
	font-size: 1.2rem;
	letter-spacing: 1.5px;
}
.formulations-list {
	margin: 0 -.6875rem 1.25rem;
	list-style-type: none !important;
	padding: 0 !important;
}

.formulations-list li {
	padding: 0 .6875rem;
	position: relative;
}

.article-info ul {
	padding-left: 1.625rem;
	list-style-type: circle;
}

.article-info ul li {
	margin-bottom: 0.35rem;
}

.side-menu {
	font-size: 1.25rem;
	line-height: 1.21;
	font-family: "marion", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.side-menu li {
	margin-bottom: 10px;
}

.side-menu li.active a {
	color: #000;
	font-weight: 700;
}

.side-menu a {
	text-decoration: none;
	color: #5e5e5e;
	display: block;
}

.side-menu a:hover {
	color: #000;
}

.sticky-wrap-fixed-sidebar.fixed-position .fixed-sidebar {
	padding-top: 20px;
}

/* press article styles */

.press-article {
	margin-bottom: 27px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdee0;
}

.press-article header {
	margin-bottom: 15px;
}

.press-article header p {
	margin-bottom: 0;
}

.press-article a {
	text-decoration: none;
}

.press-article h2 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #5e5e5e;
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.press-article time {
	font-weight: 700;
	color: #8b8b8b;
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.press-article p {
	margin-bottom: 12px;
}

.press-article address {
	margin-bottom: 0;
	line-height: 1.8;
}

/* FAQ styles */

.faq-section {
	/* topic styles */
}

.faq-section .topic {
	background-color: #f8f9f9;
	margin-bottom: 13px;
}

.faq-section .topic .opener {
	position: relative;
	font-size: 1.0625rem;
	line-height: 1.3;
	text-decoration: none;
	color: #2f2f2f;
	font-weight: 700;
	display: block;
	padding: 10px 38px 10px 10px;
}

.faq-section .topic .opener[aria-expanded="true"] {
	background-color: #f8f9f9;
}

.faq-section .topic .opener[aria-expanded="true"]:after {
	content: "\f146";
}

.faq-section .topic .opener[aria-expanded="false"] {
	background-color: #f3f4f5;
}

.faq-section .topic .opener[aria-expanded="false"]:after {
	content: "\f0fe";
}

.faq-section .topic .opener:after,
.faq-section .topic .opener:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-section .topic .opener:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 19px;
	right: 14px;
}

.faq-section .card {
	background-color: #f8f9f9;
	border: 0;
	padding: 0 10px 20px;
}

/* search filters style */

body.term-accessories .search-filters {
	padding: 1px 0;
	background-color: #797979;
}
body.term-accessories .search-filters .container {
	display: none;
}

.search-filters {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 22px 0;
}

.search-filters .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-filters h3,
.search-filters .h3 {
	letter-spacing: 2px;
	padding-top: 5px;
	font-size: 1.4rem;
	line-height: 1.65rem;
}

/* filters form style */

.filters-form .form-group {
	margin: 0 -5px;
}

.filters-form .input-wrap {
	padding: 0 5px;
	margin-bottom: 10px;
}

.filters-form .jcf-select {
	border: 0;
}

.filters-form .jcf-select .jcf-select-text {
	padding: 9px 30px 9px 16px;
	font-weight: 700;
	font-size: .78rem;
	line-height: 1.0625rem;
}

.filters-form .jcf-select .jcf-select-opener:after {
	border-color: #fff;
}

.filters-form .btn,
.filters-form .widget .subscribe-form-sidebar .btn,
.widget .subscribe-form-sidebar .filters-form .btn,
.filters-form .widget .mailpoet_submit,
.widget .filters-form .mailpoet_submit {
	font-weight: 700;
	font-size: .79rem;
	line-height: 1.0625rem;
	height: 35px;
	min-width: 90px;
	padding: 7px 16px;
}

/* category block style */

.category-block {
	padding: 2.3rem .95rem 1.3125rem;
	margin-bottom: -1.25rem;
}

/* category post style */

.category-post {
	margin-bottom: 2.3rem;
	min-height: 300px;
	position: relative;
	padding: 1rem 1rem 0.6rem;
}

.category-post .text-holder {
	max-width: 480px;
}

.category-post .img-holder {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.category-post.large {
	color: #fff;
}

.category-post.large .text-holder {
	font-size: 1rem;
	line-height: 1.5rem;
	position: relative;
	z-index: 4;
}

.category-post.large .text-holder p {
	margin-bottom: 1.25rem;
}

.category-post.large .btn,
.category-post.large .widget .mailpoet_submit,
.widget .category-post.large .mailpoet_submit {
	position: relative;
	min-width: 193px;
	z-index: 4;
}

.category-post .post-title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-family: "marion", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #2f2f2f;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	z-index: 3;
}

.category-post .post-title strong {
	font-size: .875rem;
	line-height: 1.125rem;
	color: #5d5d5d;
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: block;
	margin-bottom: 8px;
}

.category-post .post-title a {
	color: #2f2f2f;
	text-decoration: none;
}

.category-post .post-title a:hover {
	color: #bbb;
}

.category-post .tag-list {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 3;
}

.related-post {
	padding-top: 30px;
	padding-bottom: 30px;
}
.related-post .tag-list {
	display: none;
}

/* tag list style */

.tag-list {
	margin: 0 -.1875rem;
}

.tag-list li {
	padding: 0 .1875rem;
}

.tag-list li a {
	font-size: .75rem;
	line-height: 1rem;
	color: #fff;
	padding: .1875rem .3125rem;
	background-color: #000;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.tag-list li a:hover {
	background: #444;
}

/*blog-banner style*/

.blog-banner {
	position: relative;
}

.blog-banner:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blog-banner:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-repeat: repeat-x;
}

.blog-banner .banner-caption h1,
.blog-banner .banner-caption .h1 {
	margin-bottom: .6875rem;
	letter-spacing: 0;
}

.blog-banner .meta-list li time {
	font-weight: 700;
}

.blog-banner .share-wrap .share-links {
	margin: 0 -.3125rem;
}

.blog-banner .share-wrap .share-links li {
	font-size: .75rem;
	line-height: .75rem;
	padding: 0 .3125rem;
}

/*blog slider style*/

.blog-slider .carousel-item {
	position: relative;
}

.blog-slider .carousel-item:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blog-slider .carousel-item:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-repeat: repeat-x;
}

.blog-slider .container {
	position: relative;
}

.blog-slider .carousel-caption {
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}

.blog-slider .banner-caption .align {
	padding-bottom: 2.5rem;
	padding-bottom: 4.0625rem;
	width: 100%;
}

.blog-slider .banner-caption h1,
.blog-slider .banner-caption .h1 {
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: .5rem;
	text-transform: none;
}

.blog-slider .banner-caption h1 strong,
.blog-slider .banner-caption .h1 strong {
	letter-spacing: .5px;
	margin-bottom: .75rem;
	text-transform: uppercase;
}

.blog-slider .banner-caption p {
	margin-bottom: 1.875rem;
}

.blog-slider .banner-caption .btn,
.blog-slider .banner-caption .widget .mailpoet_submit,
.widget .blog-slider .banner-caption .mailpoet_submit {
	font-size: .8125rem;
	line-height: 1.4375rem;
	min-width: 170px;
}

.blog-slider .carousel-indicators {
	bottom: 30px;
	left: 10px;
}

.blog-slider .carousel-indicators li {
	border-color: #2f2f2f;
}

.blog-slider .carousel-indicators li.active {
	background-color: #2f2f2f;
}

/*blog post style*/

.blog-post {
	border-bottom: 1px solid #dcdee0;
	margin-bottom: 1.5625rem;
	padding: 0 0 1.5625rem;
}

.blog-post .blog-description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.blog-post .img-holder {
	text-align: center;
	float: left;
	width: 120px;
	margin: 0 .9375rem .9375rem 0;
}

.blog-post p {
	margin-bottom: 10px;
}

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

.blog-post h3 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: .4375rem;
	clear: both;
}

.blog-post .blog-post-info {
	margin-bottom: .5625rem;
}

.blog-post.press .meta-list li time {
	font-weight: 700;
}

/*meta list style*/

.meta-list {
	margin: 0 -.8125rem .625rem;
}

.meta-list li {
	font-size: .8125rem;
	line-height: 1.0625rem;
	letter-spacing: 1px;
	position: relative;
	padding: 0 .8125rem;
}

.meta-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background-color: #8b8b8b;
	width: 1px;
	height: 12px;
}

.meta-list li:first-child:after {
	display: none;
}

.meta-list li a {
	text-decoration: none;
}

.meta-list li time {
	color: #8b8b8b;
	font-weight: 400;
}

/*share-wrap style*/

.share-wrap .share-title {
	letter-spacing: 1.1px;
	margin-right: .8125rem;
	font-size: 1rem;
	line-height: 1.4375rem;
}

.share-wrap .share-links {
	margin: 0 -.3125rem;
}

.share-wrap .share-links li {
	font-size: .75rem;
	line-height: .75rem;
	padding: 0 .3125rem;
}

/*share links style*/

.share-links {
	margin: 0 -.5625rem;
}

.share-links li {
	font-size: .625rem;
	line-height: .625rem;
	padding: 0 .5625rem;
}

.share-links li .st_sharethis_large .stButton,
.share-links li .st_email_large .stButton,
.share-links li .st_facebook_large .stButton,
.share-links li .st_twitter_large .stButton {
	margin: 0;
}

.share-links li .st_sharethis_large .stButton span,
.share-links li .st_email_large .stButton span,
.share-links li .st_facebook_large .stButton span,
.share-links li .st_twitter_large .stButton span {
	background-image: none !important;
	width: auto;
	height: auto;
	color: #8b8b8b;
}

.share-links li .st_sharethis_large .stButton span:before,
.share-links li .st_email_large .stButton span:before,
.share-links li .st_facebook_large .stButton span:before,
.share-links li .st_twitter_large .stButton span:before {
	display: inline-block;
	vertical-align: top;
}

.share-links li .st_sharethis_large .stButton span:hover,
.share-links li .st_email_large .stButton span:hover,
.share-links li .st_facebook_large .stButton span:hover,
.share-links li .st_twitter_large .stButton span:hover {
	color: #444;
}

.share-links li .st_sharethis_large .stButton span:before {
	font-weight: 400 !important;
}

.share-links li .st_email_large .stButton span:before {
	font-weight: 400 !important;
}

.share-links li .st_facebook_large .stButton span:before {
	font-weight: 400 !important;
}

.share-links li .st_twitter_large .stButton span:before {
	font-weight: 400 !important;
}

.share-links li a {
	color: #8b8b8b;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.share-links li a:hover {
	color: #444;
}

/*blog-detail style*/

.blog-detail {
	border-bottom: 1px solid #8b8b8b;
	padding-bottom: 1.25rem;
	margin-bottom: 2.0625rem;
}

.blog-detail h4 {
	color: #5e5e5e;
}

.blog-detail .banner {
	margin-bottom: 1.25rem;
}

/*widget style*/

.widget {
	padding: 35px 15px;
	margin-bottom: 3px;
	background-color: #f3f4f5;
	font-size: .875rem;
	line-height: 1.125rem;
	text-align: center;
}

.widget h3 {
	font-size: 1rem;
	line-height: 1.25rem;
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: 1px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.widget .subscribe-form-sidebar .form-inline {
	display: block;
}

.widget .subscribe-form-sidebar .form-control,
.widget .subscribe-form-sidebar .subscribe-form input[type="email"],
.subscribe-form .widget .subscribe-form-sidebar input[type="email"] {
	border: 0;
	width: 100%;
}

.widget .subscribe-form-sidebar .form-group {
	margin-bottom: 10px !important;
}

.widget .subscribe-form-sidebar .jcf-select {
	min-height: 39px;
}

.widget .subscribe-form-sidebar .btn,
.widget .subscribe-form-sidebar .mailpoet_submit {
	border: 2px solid #2f2f2f;
	background: transparent;
	color: #2f2f2f;
	margin: 0;
	width: 100%;
}

.widget .subscribe-form-sidebar .btn:hover,
.widget .subscribe-form-sidebar .mailpoet_submit:hover {
	background: #2f2f2f;
	color: #fff;
}

.widget .mailpoet_form .mailpoet_paragraph {
	margin-bottom: 10px;
}

.widget .mailpoet_form .mailpoet_paragraph:last-child {
	margin-bottom: 0;
}

.widget .mailpoet_form .mailpoet_select_label {
	display: none !important;
}

.widget .search-form .input-group {
	border: 0;
}

.widget .search-form .input-group-append .btn,
.widget .search-form .input-group-append .mailpoet_submit {
	border: 0;
}

.widget #mailpoet_form_1 .mailpoet_text,
.widget #mailpoet_form_1 .mailpoet_textarea {
	width: 100%;
	border: 0;
	padding: .625rem .9375rem;
}

.widget #mailpoet_form_1 .mailpoet_text::-webkit-input-placeholder,
.widget #mailpoet_form_1 .mailpoet_textarea::-webkit-input-placeholder {
	color: #414141;
}

.widget #mailpoet_form_1 .mailpoet_text::-moz-placeholder,
.widget #mailpoet_form_1 .mailpoet_textarea::-moz-placeholder {
	opacity: 1;
	color: #414141;
}

.widget #mailpoet_form_1 .mailpoet_text:-moz-placeholder,
.widget #mailpoet_form_1 .mailpoet_textarea:-moz-placeholder {
	color: #414141;
}

.widget #mailpoet_form_1 .mailpoet_text:-ms-input-placeholder,
.widget #mailpoet_form_1 .mailpoet_textarea:-ms-input-placeholder {
	color: #414141;
}

.widget #mailpoet_form_1 .mailpoet_text.placeholder,
.widget #mailpoet_form_1 .mailpoet_textarea.placeholder {
	color: #414141;
}

.widget .mailpoet_submit {
	border: 2px solid #2f2f2f;
	background: transparent;
	color: #2f2f2f;
	margin: 0;
	width: 100%;
}

.widget .mailpoet_submit:hover {
	background: #2f2f2f;
	color: #fff;
}

.widget .form-group {
	margin-bottom: 10px;
}

.widget .form-group:last-child {
	margin-bottom: 0;
}

.widget .form-control,
.widget .subscribe-form input[type="email"],
.subscribe-form .widget input[type="email"] {
	box-shadow: none;
}

.widget .form-control::-webkit-input-placeholder,
.widget .subscribe-form input[type="email"]::-webkit-input-placeholder,
.subscribe-form .widget input[type="email"]::-webkit-input-placeholder {
	color: #414141;
}

.widget .form-control::-moz-placeholder,
.widget .subscribe-form input[type="email"]::-moz-placeholder,
.subscribe-form .widget input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #414141;
}

.widget .form-control:-moz-placeholder,
.widget .subscribe-form input:-moz-placeholder[type="email"],
.subscribe-form .widget input:-moz-placeholder[type="email"] {
	color: #414141;
}

.widget .form-control:-ms-input-placeholder,
.widget .subscribe-form input:-ms-input-placeholder[type="email"],
.subscribe-form .widget input:-ms-input-placeholder[type="email"] {
	color: #414141;
}

.widget .form-control.placeholder,
.widget .subscribe-form input.placeholder[type="email"],
.subscribe-form .widget input.placeholder[type="email"] {
	color: #414141;
}

.widget .jcf-select {
	background-color: #fff;
	border: none;
	color: #414141;
}

.widget .jcf-select .jcf-select-text {
	text-align: left;
	padding: 11px 35px 11px 14px;
}

.widget .jcf-select .jcf-select-opener {
	width: 47px;
}

.widget .jcf-select .jcf-select-opener:after {
	padding: .25rem;
}

.widget ul {
}

.widget ul:last-child {
	margin-bottom: 0;
}

.widget ul li {
	margin-bottom: 13px;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul a {
	text-decoration: none;
}

.widget .social-networks li {
	margin-bottom: 0;
}

.widget.widget_awards h3 {
	margin-bottom: 10px;
}

.widget.widget_awards h4 {
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.widget.widget_awards .img-holder {
	margin-bottom: 3px;
}

.widget.widget_awards p {
	margin-bottom: 10px;
}

.widget.widget_awards p + p {
	margin-bottom: 18px;
}

.widget_search .search-form .form-control,
.widget_search .search-form .subscribe-form input[type="email"],
.subscribe-form .widget_search .search-form input[type="email"] {
	margin: 0;
	box-shadow: none;
	padding: .625rem .9375rem;
}

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

.widget_search .search-form .btn,
.widget_search .search-form .widget .mailpoet_submit,
.widget .widget_search .search-form .mailpoet_submit {
	background-color: #fff;
	padding: .5rem;
	font-size: .9375rem;
	line-height: .9375rem;
}

.widget_search .search-form .btn:hover i,
.widget_search .search-form .widget .mailpoet_submit:hover i,
.widget .widget_search .search-form .mailpoet_submit:hover i {
	color: #555;
}

.alignnone {
	width: 100%;
}

.search-form .input-group {
	border: 2px solid #2f2f2f;
}

.search-form .input-group-append .btn,
.search-form .input-group-append .widget .mailpoet_submit,
.widget .search-form .input-group-append .mailpoet_submit {
	border: 0;
	box-shadow: none;
}

.search-form .input-group-append .btn:hover,
.search-form .input-group-append .widget .mailpoet_submit:hover,
.widget .search-form .input-group-append .mailpoet_submit:hover {
	color: #555;
}

/* category banner style */

.category-banner {
	color: #fff;
    position: relative;
}

.category-banner h1,
.category-banner .h1 {
	font-weight: 700;
	text-transform: uppercase;
}

.category-banner.text-secondary {
	position: relative;
}

.category-banner.text-secondary:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.category-banner.text-secondary:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .1) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .1) 100%);
	background-repeat: repeat-x;
}

.category-banner.text-secondary .scroll-down {
	color: #2f2f2f;
}

.category-banner.text-secondary .scroll-down:hover {
	color: #676767;
}

.category-banner.text-secondary a {
	color: #2f2f2f;
}

.category-banner.text-secondary a:hover {
	color: #676767;
}

.category-banner a {
	color: #fff;
}

.category-banner a:hover {
	color: #676767;
}

.category-banner .scroll-down {
	font-size: 1rem;
	line-height: 1rem;
	color: #fff;
	text-decoration: none;
	position: static;
}

.category-banner .scroll-down:hover {
	color: #676767;
}

.term-fruit-notes .category-banner h1,
.term-fruit-notes .category-banner p,
.term-fruit-notes .category-banner .scroll-down,
.term-topicals .category-banner h1,
.term-topicals .category-banner p,
.term-topicals .category-banner .scroll-down,
.term-concentrates .category-banner h1,
.term-concentrates .category-banner p,
.term-concentrates .category-banner .scroll-down,
.term-accessories .category-banner h1,
.term-accessories .category-banner p,
.term-accessories .category-banner .scroll-down,
.term-chocolate-on-a-spoon .category-banner h1,
.term-chocolate-on-a-spoon .category-banner p,
.term-chocolate-on-a-spoon .category-banner .scroll-down
	{
	color:#2f2f2f;
}

.edibles-banner {
	position: relative;
}

.edibles-banner:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.edibles-banner:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .1) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .1) 100%);
	background-repeat: repeat-x;
}

.edibles-banner.text-lightest:before {
	display: none;
}

.edibles-banner.text-lightest .btn-outline-darkest {
	border-color: #fff;
	color: #fff;
}

.edibles-banner.text-lightest .btn-outline-darkest:hover,
.edibles-banner.text-lightest .btn-outline-darkest:focus {
	color: #2f2f2f;
	background: #fff;
}

.edibles-banner.align-right {
	text-align: right;
}

.edibles-banner.align-right .container .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.category-feature {
	color: #fff;
}
/* Make category feature text black for Topicals PDPs */ 
.postid-794 .category-feature, .postid-990 .category-feature,
.postid-988 .category-feature, .postid-987 .category-feature,
.postid-986 .category-feature, .postid-985 .category-feature,
.postid-984 .category-feature, .postid-989 .category-feature,
.postid-802 .category-feature, .postid-801 .category-feature, 
.postid-800 .category-feature, .postid-799 .category-feature, 
.postid-797 .category-feature, .postid-794 .category-feature, 
.postid-777 .category-feature {
	color: #2f2f2f;	
}

/* Make category feature text black for Fruit Notes PDPs */ 
.postid-768 .category-feature, .postid-767 .category-feature, 
.postid-758 .category-feature, .postid-983 .category-feature, 
.postid-982 .category-feature, .postid-981 .category-feature {
	color: #2f2f2f;	
}

/* Make category feature text black for Accessories PDPs */ 
.postid-969 .category-feature, .postid-774 .category-feature {
	color: #2f2f2f;	
}

.category-feature .banner-caption {
	font-size: 1rem;
	line-height: 1.4375rem;
}

.category-feature .banner-caption p {
	margin-bottom: .625rem;
}

.category-feature .banner-caption p:last-child {
	margin-bottom: 0;
}

/* banner-caption styles */

.banner-caption {
	min-height: 180px;
}

.banner-caption:after {
	content: "";
	min-height: inherit;
}

.banner-caption .align {
	padding-top: 2.1875rem;
	padding-bottom: 2.1875rem;
}

.banner-caption h1,
.banner-caption .h1 {
	margin-bottom: 20px;
}
.page-template-template-investors .banner-caption h1,
.page-template-template-plain-no-header h1,
.page-template-template-education h1,
.page-template-template-meet_coda h1,
.page-template-template-leadership h1,
.page-template-template-in_the_news h1,
.post-type-archive-press_release h1,
.page-template-template-contact_us h1,
.page-id-13 h1 {
	letter-spacing: 0 !important;
}

.banner-caption h1:last-child,
.banner-caption .h1:last-child {
	margin-bottom: 0;
}

.banner-caption h1 strong,
.banner-caption .h1 strong {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: block;
	letter-spacing: 1.5px;
	margin-bottom: .5rem;
}
.single-product .banner-caption h1 strong,
.single-product .banner-caption .h1 strong {
	text-shadow: 0px 0px 5px #ffffff;
}
body.term-chocolate-bars .banner-caption h1 strong,
body.term-truffles .banner-caption .h1 strong {
	text-shadow: 0 none !important;
}
.banner-caption p {
	margin-bottom: 1.75rem;
}

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

.banner-caption h2,
.banner-caption .h2 {
	margin-bottom: 22px;
	font-weight: 400;
}

.featured-banner {
	position: relative;
	z-index: 1;
}

.featured-banner .bg-img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45%;
	background-position: 100% 0%;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
}
.page-template .featured-banner .bg-img {
	display: none;
}

.single-product .featured-banner .bg-img:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
}

.featured-banner h1,
.featured-banner .h1 {
	font-weight: 700;
}

.featured-banner .banner-caption h1 strong,
.featured-banner .banner-caption h1 strong {
	color: #2f2f2f;
	letter-spacing: 1.5px;
}
.featured-banner.no-image .banner-caption {
	height: 220px;
	display: table;
	overflow: hidden;
}
.featured-banner.no-image .banner-caption {
	display: table-cell;
	vertical-align: middle;
}

/*about investors style*/

.about-investors {
	padding-bottom: 3.25rem;
}

.about-investors h2,
.about-investors .h2 {
	margin-bottom: 1rem;
}

.about-investors p {
	margin-bottom: .625rem;
}

.about-investors .btn-list li {
	padding: .9375rem 0;
}

.about-investors .btn-list .btn,
.about-investors .btn-list .widget .mailpoet_submit,
.widget .about-investors .btn-list .mailpoet_submit {
	line-height: 1.5rem;
	text-align: left;
	position: relative;
	padding: 1rem 1rem 1rem 4.5rem;
	border: 2px solid black;
}

.about-investors .btn-list .btn:hover,
.about-investors .btn-list .widget .mailpoet_submit:hover,
.widget .about-investors .btn-list .mailpoet_submit:hover {
	color: #fff;
	background-color: #2f2f2f;
	border-color: #2f2f2f !important;
}

.about-investors .btn-list .btn .icon,
.about-investors .btn-list .widget .mailpoet_submit .icon,
.widget .about-investors .btn-list .mailpoet_submit .icon {
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #9e9e9e;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 50px;
}

.about-investors .btn-list .btn .icon:after,
.about-investors .btn-list .widget .mailpoet_submit .icon:after,
.widget .about-investors .btn-list .mailpoet_submit .icon:after {
	content: "";
	position: absolute;
	top: -12px;
	right: 0;
	bottom: -12px;
	background-color: #e2e2e2;
	width: 1px;
}

/*directors block style*/

.directors-block {
	padding-top: 3.125rem;
	padding-bottom: 2.1875rem;
	position: relative;
	z-index: 2;
}

.directors-block .img-holder {
	width: 100%;
	display: block;
	margin-bottom: .9375rem;
}

.directors-block .img-holder img {
	display: block;
	width: 100%;
}

.directors-block .info {
	font-size: .875rem;
	line-height: 1.1875rem;
	width: 100%;
}

.directors-block .info h5,
.directors-block .info .h5 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-bottom: .4375rem;
	letter-spacing: 1px;
}

.directors-block .info p {
	margin-bottom: .625rem;
}

.directors-block .info p:last-child {
	margin-bottom: 0;
}

/*award block style*/

.award-block {
	padding-top: 4rem;
	padding-bottom: 3.625rem;
}

.award-block .awards-info {
	padding-bottom: 1.125rem;
	font-size: .9375rem;
	line-height: 1.3125rem;
	width: 100%;
}

.award-block .icon-holder {
	margin-bottom: .5rem;
}

.award-block h5,
.award-block .h5 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: 1px;
	margin-bottom: .4375rem;
}

.award-block h5 a,
.award-block .h5 a {
	text-decoration: none;
	color: #2f2f2f;
}

.award-block h5 a:hover,
.award-block .h5 a:hover {
	color: #676767;
}

/*award-list style*/

.award-list:last-child {
	margin-bottom: 0;
}

.award-list li {
	font-size: .9375rem;
	line-height: 1.3125rem;
	margin-bottom: .4375rem;
}

/*info block style*/

.info-block {
	z-index: 1;
	position: relative;
}

.info-block:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.info-block:before {
	z-index: -1;
	background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .2) 100%);
	background-repeat: repeat-x;
}

/*
.info-block .banner-caption h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: 1.4px;
	margin-bottom: 1.25rem;
}
*/

.info-block .banner-caption p {
	margin-bottom: .625rem;
}

.info-block .banner-caption p:last-child {
	margin-bottom: 0;
}

.info-block .btn-list {
	margin: 0 -.8125rem -1rem;
	padding-bottom: 1rem;
}

.info-block .btn-list li {
	padding: 0 .8125rem;
	margin-bottom: 1rem;
}

.info-block .btn-list .btn,
.info-block .btn-list .widget .mailpoet_submit,
.widget .info-block .btn-list .mailpoet_submit {
	min-width: 225px;
	width: 100%;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

/* section-values style*/

.section-values {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.section-values .section-head {
	padding-bottom: 1.6875rem;
}

.section-values .values-holder {
	margin-bottom: -1.25rem;
}
.values-holder .col-md-4 {
	float: none !important;
	margin: 0 auto !important;
}

/* value style*/

.value {
	margin-bottom: 1.25rem;
	font-size: .9375rem;
	line-height: 1.3125rem;
}

.value h5,
.value .h5 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: 1px;
	margin-bottom: .4375rem;
}

.value h5 a,
.value .h5 a {
	text-decoration: none;
	color: #2f2f2f;
}

.value h5 a:hover,
.value .h5 a:hover {

}

.value p {
	margin-bottom: 10px;
}

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

/*team style*/

.team {
	padding-bottom: 3.75rem;
	margin-bottom: -1.875rem;
}

/*team-profile style*/

.team-profile {
	position: relative;
	overflow: hidden;
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: 1.875rem;
	width: 100%;
	min-height: 200px;
	color: #fff;
	background: #000;
}

.team-profile img {
	width: 100%;
}

.team-profile.popup-active {
	background: rgba(0, 0, 0, .1);
}

.team-profile.popup-active .info {
	opacity: 0;
}

.team-profile .jcf-scrollable {
	height: 100%;
}

.team-profile.popup-holder .popup {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	padding: 1.5rem .6875rem;
}

.team-profile .popup-opener {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}

.team-profile.gradient-overlay .info:before {
	position: absolute;
	content: "";
	bottom: 0;
	top: -50px;
	left: 0;
	right: 0;
	z-index: -1;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
}

.team-profile .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: .6875rem .9375rem;
}

.team-profile h3 {
	font-size: 1.125rem;
	line-height: 1.5625rem;
	text-transform: uppercase;
}

.team-profile h3:last-child {
	margin-bottom: 0;
}

.team-profile .bio-text {
	padding: 0 .625rem 0 .3125rem;
}

.team-profile .title {
	letter-spacing: .6px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.team-profile a {
	color: #6b6b6b;
	font-weight: bold;
}

.team-profile .popup-head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 50%;
	color: #2f2f2f;
	position: relative;
	padding: 0 .3125rem;
	margin-bottom: 15px;
}

.team-profile .popup-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-x: hidden;
	width: 100%;
}

.team-profile .close {
	color: #2f2f2f;
	opacity: 1;
	position: absolute;
	right: -4px;
	top: -16px;
}

/* popup-holder style*/

.popup-holder.popup-active .popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.popup-holder .popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	color: #2f2f2f;
	background: rgba(242, 242, 242, .9);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .5s linear;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .5s linear;
	transition: transform .5s linear, visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .5s linear, visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .5s linear;
}

.popup-holder .popup p {
	margin-bottom: 8px;
}

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

.popup-holder .close {
	text-decoration: none;
	font-size: .75rem;
	line-height: .9375rem;
}

/* news-section style */

.news-section {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.news-section .section-head {
	padding-bottom: 0;
	margin-bottom: 1.125rem;
}

.news-section .section-head:before {
	display: none;
}

.news-section .btn,
.news-section .widget .subscribe-form-sidebar .btn,
.widget .subscribe-form-sidebar .news-section .btn,
.news-section .widget .mailpoet_submit,
.widget .news-section .mailpoet_submit {
	min-width: 175px;
}

/* news-carousel style */

.news-carousel {
	position: relative;
}

.news-carousel .mask {
	position: relative;
	overflow: hidden;
	margin: 0 0 2.75rem;
}

.news-carousel .mask .slideset {
	width: 99999px;
	float: left;
}

.news-carousel .slide {
	width: 100%;
	float: left;
}

.news-carousel blockquote {
	font-weight: 300;
	font-style: italic;
	margin: 0;
}

.news-carousel blockquote q {
	display: block;
}

.news-carousel blockquote .icon-logo {
	margin: 0 auto;
	margin-bottom: 1.25rem;
	max-width: 250px;
}

.news-carousel blockquote .description {
	padding: 1.875rem 0 0 1.25rem;
	position: relative;
}

.news-carousel blockquote .description:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 50%;
	right: auto;
}

.news-carousel blockquote .description:before {
	background: url(images/divider.png);
	width: 161px;
	height: 18px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-carousel blockquote .description:after {
	content: "";
	min-height: inherit;
}

.news-carousel .carousel-pager {
	margin-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-carousel .carousel-pager ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-carousel .carousel-pager li {
	padding: 0 .1875rem;
}

.news-carousel .carousel-pager li.active a {
	background: #414141;
}

.news-carousel .carousel-pager li a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #414141;
}

.news-carousel .carousel-pager li a:hover {
	background: #414141;
}

.news.container {
	padding-bottom: 40px;
}

.news .col-12 {
	margin-bottom: 20px;
}

.news .logo-holder {
	margin-bottom: 15px;
	min-height: 75px;
}

.news .txt-holder {
	font-weight: 700;
	margin-bottom: 19px;
	line-height: 1.2;
}

.news .txt-holder p {
	margin-bottom: 0;
}

.news h2 {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .9375rem;
	line-height: 1.4;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news .over {
	text-decoration: none;
	color: #2f2f2f;
	display: block;
	padding: 22px;
}

.news .over:hover {
	color: #2f2f2f;
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .11);
	background: -webkit-linear-gradient(top, #fff 0%, #f5f6f7 100%);
	background: linear-gradient(to bottom, #fff 0%, #f5f6f7 100%);
}

.news span.btn-outline-secondary {
	min-width: 140px;
	background-color: #fff;
}

.news span.btn-outline-secondary:hover {
	color: #2f2f2f;
}

.news footer {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}

/* section-about style */

.section-about {
	position: relative;
}

.section-about:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section-about:before {
	background-image: -webkit-linear-gradient(left, #fff 0%, transparent 100%);
	background-image: linear-gradient(to right, #fff 0%, transparent 100%);
	background-repeat: repeat-x;
}

.section-about .h2,
.section-about h2 {
	text-transform: uppercase;
	margin-bottom: .4375rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.section-about .holder {
	min-height: 250px;
}

.section-about .holder:after {
	content: "";
	min-height: inherit;
}

.section-about .align {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* section-products style */

.section-products {
	padding-top: 3.125rem;
}

/* custom-accordion style */

.custom-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.9375rem .75rem;
}

.custom-accordion li {
	position: relative;
	min-height: 210px;
	margin: 0 .375rem;
	overflow: hidden;
}

.custom-accordion li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.custom-accordion li.active .img-caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.custom-accordion li:after {
	content: "";
	min-height: inherit;
}

.custom-accordion li .img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	min-width: 500px;
	width: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: width .3s linear, -webkit-transform .3s linear;
	transition: width .3s linear, -webkit-transform .3s linear;
	transition: width .3s linear, transform .3s linear;
	transition: width .3s linear, transform .3s linear, -webkit-transform .3s linear;
}

.custom-accordion li .img-caption {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 16px 54px 16px 45px;
	-webkit-transform: translateY(130%);
	-ms-transform: translateY(130%);
	transform: translateY(130%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .3s linear;
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .3s linear;
	transition: transform .3s linear, visibility .2s ease-in-out, opacity .2s ease-in-out;
	transition: transform .3s linear, visibility .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .3s linear;
	pointer-events: none;
}

.custom-accordion li .img-caption:after,
.custom-accordion li .img-caption:before {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400 !important;
	color: #fff;
	font-size: 36px;
}

.custom-accordion li .img-caption:after {
	left: auto;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400 !important;
	font-size: 12px;
}

.custom-accordion li .h3,
.custom-accordion li h3 {
	font-size: .9375rem;
	line-height: 1.375rem;
	color: #fff;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-accordion li .h3:last-child,
.custom-accordion li h3:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		font-size: .9375rem;
		line-height: 1.125rem;
		margin: 0 3px;
		width: 30px;
		height: 30px;
	}

	.navigation .page-numbers.next,
	.navigation .page-numbers.prev,
	.navigation-comments .page-numbers.next,
	.navigation-comments .page-numbers.prev {
		min-width: 30px;
	}

	.navigation-single {
		padding: 0 27px;
		font-size: 1rem;
		line-height: 1.4375rem;
	}

	.navigation-single:after,
	.navigation-single:before {
		font-size: 1.9375rem;
		line-height: 1.9375rem;
	}

	.modal-state .form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.modal-state .form-row .btn,
	.modal-state .form-row .widget .mailpoet_submit,
	.widget .modal-state .form-row .mailpoet_submit {
		margin: 0 0 0 1.25rem;
		min-width: 120px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: auto;
	}

	.modal-holder {
		padding: 3.125rem 1.875rem 5.3125rem;
	}

	.subscribe-form .mailpoet_form .mailpoet_submit {
		padding: .8125rem 1rem;
		font-size: .875rem;
		line-height: 1.125rem;
		border-radius: 0;
	}

	.subscribe-form .mailpoet_form .mailpoet_paragraph {
		width: auto;
		min-width: 240px;
		margin-bottom: 0;
	}

	.subscribe-form .mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
		min-width: 96px;
		max-width: 120px;
		width: auto;
	}

	.subscribe-form .mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph + .mailpoet_paragraph {
		min-width: 1px;
	}

	.subscribe-form .form-group {
		width: auto;
		min-width: 240px;
	}

	.subscribe-form .form-group.select-wrap {
		min-width: 96px;
		max-width: 120px;
		width: auto;
	}

	.subscribe-form .btn,
	.subscribe-form .widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .subscribe-form .btn,
	.subscribe-form .widget .mailpoet_submit,
	.widget .subscribe-form .mailpoet_submit {
		padding: .75rem 1rem;
		font-size: .9375rem;
		line-height: 1.25rem;
	}

	.formulations-list li:not(:last-child):after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		background-color: #2f2f2f;
		height: 15px;
		width: 1px;
	}

	.blog-post .img-holder {
		margin-bottom: 0;
		max-width: 33%;
		width: auto;
		float: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 1.25rem 0 0;
	}
	.featured-banner .banner-caption h1 strong,
	.featured-banner .banner-caption h1 strong {
		color: #8b8b8b;
	}
	.banner-caption {
		min-height: 180px;
	}

	.featured-banner .bg-img {
		width: 55%;
		display: block !important;
		background-size: contain;
	}

	.about-investors .btn-list .btn,
	.about-investors .btn-list .widget .mailpoet_submit,
	.widget .about-investors .btn-list .mailpoet_submit {
		padding: 1.1875rem 1.375rem 1.1875rem 8rem;
	}

	.about-investors .btn-list .btn .icon,
	.about-investors .btn-list .widget .mailpoet_submit .icon,
	.widget .about-investors .btn-list .mailpoet_submit .icon {
		font-size: 1.625rem;
		line-height: 1.625rem;
		width: 100px;
		font-size: 2.375rem;
		line-height: 2.375rem;
	}

	.directors-block .img-holder {
		margin-bottom: 0;
		width: 147px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.directors-block .info {
		padding-left: 1.875rem;
		padding-right: 1.5rem;
	}

	.info-block .btn-list .btn,
	.info-block .btn-list .widget .mailpoet_submit,
	.widget .info-block .btn-list .mailpoet_submit {
		width: auto;
	}

	.news-carousel blockquote {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.news-carousel blockquote .icon-logo {
		padding: 0 1.875rem 0 0;
		margin-bottom: 0;
		width: 50%;
		max-width: none;
	}

	.news-carousel blockquote .description {
		padding: 0 0 0 1.875rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 128px;
		width: 50%;
	}

	.news-carousel blockquote .description:before {
		background: url(images/divider2.png);
		width: 19px;
		height: 128px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		left: -10px;
	}

	.section-about .holder {
		min-height: 300px;
	}

	.custom-accordion {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.custom-accordion li {
		min-height: 300px;
		width: calc(33.33% - 12px);
	}
}

@media (min-width: 600px) {
	/*
	.logged-in .sticky-wrap-fixed-top {
		margin-top: -46px;
	}
	*/
	/*.logged-in #header {
		padding-top: 46px;
	}*/

}

@media (min-width: 768px) {
	p {
		margin-bottom: 22px;
	}

	.h1,
	h1 {
		font-size: 2.1875rem;
		line-height: 2.625rem;
	}

	.h2,
	h2 {
		font-size: 1.9375rem;
		line-height: 2.375rem;
		margin-bottom: 20px;
		font-weight: normal;
	}

	.h3,
	h3 {
		line-height: 1.8125rem;
	}

	.heading-small .h1,
	.heading-small h1 {
		font-size: 2.05rem;
		line-height: 2.625rem;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.form-control,
	.subscribe-form input[type="email"] {
		font-size: .875rem;
		line-height: 1.25rem;
		padding: .625rem .9375rem;
		height: auto;
	}

	/*
	.logged-in .sticky-wrap-fixed-top {
		margin-top: -32px;
	}

	.logged-in #header {
		padding-top: 32px;
	}
	*/
	
	/* fix logo start */
	
	.header-holder  .position-static {
        display: flex;
        justify-content: flex-end;
    }
	
	.header-holder {
        height: 109px;
    }

    .header-holder .logo {
        display: flex;
        padding-left: 25px;
        height: 100%;
    }


    img.custom-logo {
        width: 150px;
    }

    .header-holder .logo a {
        display: flex;
        align-items: center;
    }
	
	/* end */

	img.custom-logo { width: 150px; }
	
	.header-holder .login-btn {
		margin: 0 0 0 1.0625rem;
	}

	.header-holder .drop-state {
		margin: 0 0 0 1rem;
	}

	.header-holder .navbar-nav {
		padding-top: 1.875rem;
		margin: 0 -.3125rem;
		font-size: 0.8125rem;
	}

	.header-holder .navbar-nav > li.hover > ul {
		max-height: none;
	}

	.header-holder .navbar-nav > li:last-child > ul {
		left: auto;
		right: 0;
	}

	.header-holder .navbar-nav > li:last-child > ul ul {
		left: auto;
		right: 100%;
	}

	.header-holder .navbar-nav > li:nth-last-child(3) > ul ul,
	.header-holder .navbar-nav > li:nth-last-child(2) > ul ul {
		left: auto;
		right: 100%;
	}

	.header-holder .navbar-nav ul {
		width: 154px;
		-webkit-transition: opacity .25s linear, visibility .25s linear;
		transition: opacity .25s linear, visibility .25s linear;
		max-height: none;
		position: absolute;
		left: 0;
		top: 100%;
		padding: 8px 0;
		text-align: left;
	}

	.header-holder .navbar-nav ul > li.hover > ul {
		max-height: none;
	}

	.header-holder .navbar-nav ul ul {
		left: 100%;
		top: 0;
		padding: 0;
		background: #ffffff;
	}

	.header-holder .navbar-nav ul ul ul {
		background: #0b0b0b;
	}

	.logo {
		/* margin: .6875rem 0; */
		/* margin: 1.6rem 0 1.6rem 1.2rem; */
	}

	.navbar-top {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 0 0;
		-webkit-transition: padding .25s linear;
		transition: padding .25s linear;
		font-size: .75rem;
		line-height: 1rem;
		z-index: 1;
	}

	.navbar-top:before {
		background-image: -webkit-linear-gradient(left, #1f1f1f 0%, #414141 100%);
		background-image: linear-gradient(to right, #ffffff 36%, #cccccc 100%);
		background-repeat: repeat-x;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		content: "";
		bottom: 0;
		z-index: -1;
	}

	.btn,
	.widget .subscribe-form-sidebar .btn,
	.widget .mailpoet_submit {
		border-width: 2px;
		padding: 0.9375rem 1.375rem;
		font-size: .937rem;
		line-height: 1.1875rem;
		border-radius: 0;
	}

	.btn.btn-sm,
	.widget .subscribe-form-sidebar .btn-sm.btn,
	.widget .btn-sm.mailpoet_submit {
		border-width: 2px;
		padding: .5rem 1rem;
		font-size: .875rem;
		line-height: 1.125rem;
		border-radius: 0;
	}

	.scroll-down {
		font-size: 1.3125rem;
		line-height: 1.3125rem;
	}

	.section-head.large {
		font-size: 1.25rem;
		line-height: 1.625rem;
		padding-bottom: 2.4375rem;
	}

	.section-head.large h2 {
		font-size: 2.125rem;
		line-height: 2.375rem;
	}
	/*
	.contact-details > .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	*/
	.contact-details address {
		padding: 0 15px;
	}

	.gform_wrapper ul.gform_fields {
		margin: 0 -10px !important;
	}

	.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 10px;
		padding-right: 10px !important;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.gform_wrapper ul.gform_fields li.gfield.has-same-type {
		margin: 16px -10px 0;
	}

	.gform_wrapper ul.gform_fields li.gfield.has-same-type .ginput_container {
		margin: 8px -10px 0;
	}

	.ginput_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.ginput_container_name span {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.modal-header {
		font-size: 1.125rem;
		line-height: 1.5625rem;
	}

	.jcf-select-gray .jcf-list {
		font-size: 1.125rem;
		line-height: 1.5625rem;
	}

	.intro-slider .btn-next,
	.intro-slider .btn-prev {
		display: block;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
		top: 50%;
	}

	.intro-caption {
		font-size: 1.3125rem;
		line-height: 1.75rem;
		min-height: 500px;
	}

	.intro-caption .align {
		padding-top: 6.25rem;
	}

	.intro-caption .h1,
	.intro-caption h1 {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}

	.article-info {
		margin-bottom: 3.125rem;
	}

	.image-carousel .carousel-inner {
		min-height: 500px;
	}

	.faq-section .topic .opener {
		padding: 15px 40px 15px 15px;
	}

	.faq-section .card {
		padding: 0 15px 20px;
	}

	.filters-form .input-wrap {
		margin-bottom: 0;
	}

	.filters-form .jcf-select {
		min-width: 159px;
	}

	.filters-form .btn,
	.filters-form .widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .filters-form .btn,
	.filters-form .widget .mailpoet_submit,
	.widget .filters-form .mailpoet_submit {
		margin-left: 10px;
	}

	.category-post {
		min-height: 350px;
	}

	.category-post.large {
		padding: 1.625rem 1.5625rem;
	}

	.category-post.large .text-holder {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}

	.related-post {
		padding-top: 50px;
	}

	.blog-banner:before {
		background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-repeat: repeat-x;
	}

	.blog-banner .meta-list {
		margin: 0 -1.125rem .8125rem;
	}

	.blog-banner .meta-list li {
		font-size: 1.125rem;
		line-height: 1.5625rem;
		padding: 0 1.125rem;
	}

	.blog-banner .meta-list li:after {
		width: 2px;
		height: 16px;
	}

	.blog-slider .carousel-item:before {
		background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-repeat: repeat-x;
	}

	.blog-slider .banner-caption .align {
		padding-bottom: 5rem;
	}

	.blog-slider .banner-caption .btn,
	.blog-slider .banner-caption .widget .mailpoet_submit,
	.widget .blog-slider .banner-caption .mailpoet_submit {
		padding-top: .5625rem;
		padding-bottom: .5625rem;
	}

	.blog-slider .carousel-indicators {
		bottom: 44px;
	}

	.blog-post {
		padding: 0 0 2.625rem;
		margin-bottom: 2.3125rem;
	}

	.blog-post .img-holder {
		margin: 0 1.625rem 0 0;
	}

	.meta-list {
		margin: 0 -.8125rem;
	}

	.blog-detail .banner {
		margin-bottom: 2.1875rem;
	}

	.widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .mailpoet_submit {
		padding: .5rem 1rem;
		font-size: .875rem;
		line-height: 1.125rem;
		border-radius: 0;
	}

	.widget .mailpoet_submit {
		padding: .5rem 1rem;
		font-size: .875rem;
		line-height: 1.125rem;
		border-radius: 0;
	}

	.category-banner.text-secondary:before {
		background: transparent;
	}

	.category-banner .scroll-down {
		font-size: 1.375rem;
		line-height: 1.375rem;
	}

	.edibles-banner:before {
		background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-repeat: repeat-x;
	}

	.banner-caption {
		font-size: 1.05rem;
		line-height: 1.625rem;
	}

	.banner-caption.large {
		min-height: 400px;
	}

	.banner-caption.large-sm {
		min-height: 400px;
	}

	.banner-caption.medium {
		min-height: 405px;
	}

	.banner-caption.medium-lg {
		min-height: 405px;
	}

	.banner-caption .align {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem;
	}

	.banner-caption h1,
	.banner-caption .h1 {
		letter-spacing: 1.5px;
	}
	.edibles-banner .banner-caption h1,
	.edibles-banner .banner-caption .h1 {
		letter-spacing: 0;
	}

	.banner-caption h1 strong,
	.banner-caption .h1 strong {
		font-size: 1.1rem;
		line-height: 1.4375rem;
	}

	.featured-banner .bg-img {
		width: 60%;
	}

	.featured-banner .bg-img:before {
		background: transparent;
		display: none;
	}

	.about-investors .btn-list .btn,
	.about-investors .btn-list .widget .mailpoet_submit,
	.widget .about-investors .btn-list .mailpoet_submit {
		padding: 1.1875rem 1rem 1.1875rem 6.375rem;
	}

	.about-investors .btn-list .btn .icon,
	.about-investors .btn-list .widget .mailpoet_submit .icon,
	.widget .about-investors .btn-list .mailpoet_submit .icon {
		width: 80px;
	}

	.about-investors .btn-list .btn .icon:after,
	.about-investors .btn-list .widget .mailpoet_submit .icon:after,
	.widget .about-investors .btn-list .mailpoet_submit .icon:after {
		top: 0;
		bottom: 0;
	}

	.about-investors .btn-list .btn .icon:after,
	.about-investors .btn-list .widget .mailpoet_submit .icon:after,
	.widget .about-investors .btn-list .mailpoet_submit .icon:after {
		top: -12px;
		bottom: -12px;
	}

	.directors-block {
		padding-top: 3.75rem;
		padding-bottom: 2.625rem;
	}

	.info-block:before {
		background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
		background-repeat: repeat-x;
	}

	.info-block:before {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

	.info-block .btn-list {
		margin: 0 -.8125rem -1.5rem;
		padding-bottom: 1.25rem;
	}

	.info-block .btn-list li {
		margin-bottom: 1.5rem;
	}

	.section-values {
		padding-top: 4rem;
		padding-bottom: 4.25rem;
	}

	.team-profile.popup-holder .popup {
		padding: 1.3125rem .6875rem;
	}

	.team-profile .info {
		padding: .6875rem 1.3125rem;
	}

	.team-profile h3 {
		letter-spacing: .9px;
	}

	.team-profile .popup-head {
		padding: 0 1.1875rem 0 .3125rem;
		margin-bottom: 19px;
	}

	.team-profile .close {
		top: 0;
		right: 0;
	}

	.news-section {
		padding-top: 4.5625rem;
		padding-bottom: 5rem;
	}

	.news-carousel blockquote {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.news-carousel blockquote .icon-logo {
		padding: 0 3.125rem 0 0;
	}

	.news-carousel blockquote .description {
		padding: 0 0 0 3.125rem;
	}

	.news-carousel .carousel-pager {
		margin-bottom: 3.375rem;
	}

	.news .txt-holder {
		min-height: 124px;
	}

	.section-about {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.section-about .h2,
	.section-about h2 {
		font-size: 2rem;
		line-height: 2.4375rem;
	}

	.section-about .holder {
		min-height: 400px;
	}

	.section-about .btn,
	.section-about .widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .section-about .btn,
	.section-about .widget .mailpoet_submit,
	.widget .section-about .mailpoet_submit {
		min-width: 246px;
	}

	.section-products {
		padding-top: 4rem;
	}

	.custom-accordion li {
		min-height: 400px;
	}

	.custom-accordion li .img {
		min-width: 600px;
	}

	.custom-accordion li .h3,
	.custom-accordion li h3 {
		font-size: 1.0625rem;
		line-height: 1.4375rem;
		letter-spacing: 2.3px;
	}
}

@media (min-width: 992px) {
	p {
		margin-bottom: 30px;
	}

	.h1,
	h1 {
		font-size: 2.5rem;
		line-height: 2.9375rem;
		letter-spacing: .6px;
	}

	.heading-small .h1,
	.heading-small h1 {
		font-size: 2.05rem;
		line-height: 2.9375rem;
	}

	.scroll-down {
		bottom: 19px;
	}

	.page-template-full-width-page 	.two-columns { padding-top: 0; }
	
	.two-columns {
		padding-top: 5.5rem;
	}

	#content {
		padding-right: 1.4375rem;
	}

	.contact-details address {
		padding: 0;
	}
	.contact-details .shift-down {
		padding-top: 11rem;
		padding-left: 30px;
		padding-right: 20px;
	}
	.contact-details .shift-down .container { padding:0; border: none; margin-top: 0; }

	.modal-state .form-row .btn,
	.modal-state .form-row .widget .mailpoet_submit,
	.widget .modal-state .form-row .mailpoet_submit {
		margin: 0 0 0 26px;
		min-width: 148px;
	}

	.modal-holder {
		padding: 4.125rem 4.25rem 6.25rem;
	}

	.footer-top {
		padding-top: 2rem;
		padding-bottom: 3.625rem;
	}
	.intro-caption {
		min-height: 600px;
	}

	.intro-caption .align {
		padding-top: 9rem;
	}

	.intro-caption .h1,
	.intro-caption h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.article-info {
		margin-bottom: 5.5625rem;
	}

	.image-carousel .carousel-inner {
		min-height: 450px;
	}

	.side-menu {
		font-size: 1.75rem;
	}

	.side-menu li {
		margin-bottom: 20px;
		padding-right: 10px;
	}

	.press-article {
		padding-bottom: 42px;
	}

	.press-article header {
		font-size: 1.125rem;
		line-height: 1.38;
		margin-bottom: 26px;
	}

	.press-article h1 {
		margin-bottom: 30px;
	}

	.press-article time {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	.faq-section h2 {
		font-size: 1.625rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.faq-section .topic .opener {
		padding: 20px 40px 20px 28px;
	}

	.faq-section .card {
		padding: 0 38px 25px 28px;
	}

	.search-filters h3,
	.search-filters .h3 {
		margin-bottom: 0;
	}

	.category-post.large {
		padding: 2.25rem 2.1875rem;
	}

	.category-post.large .text-holder {
		font-size: 1.625rem;
		line-height: 2.125rem;
	}

	.category-post.large .text-holder p {
		margin-bottom: 2.1875rem;
	}

	.related-post {
		padding-top: 74px;
		padding-bottom: 58px;
	}

	.blog-banner:before {
		background: transparent;
	}

	.blog-slider .carousel-item:before {
		background: transparent;
	}

	.edibles-banner:before {
		background: transparent;
	}

	.banner-caption {
		min-height: 330px;
	}

	.banner-caption.large {
		min-height: 370px;
	}

	.banner-caption.large-sm {
		min-height: 370px;
	}

	.banner-caption.medium {
		min-height: 370px;
	}

	.featured-banner .bg-img {
		width: 71.3%;
	}

	.about-investors .btn-list .btn,
	.about-investors .btn-list .widget .mailpoet_submit,
	.widget .about-investors .btn-list .mailpoet_submit {
		padding: 1.1875rem 1.375rem 1.1875rem 7rem;
	}

	.about-investors .btn-list .btn .icon,
	.about-investors .btn-list .widget .mailpoet_submit .icon,
	.widget .about-investors .btn-list .mailpoet_submit .icon {
		width: 90px;
	}

	.directors-block .section-head {
		margin-bottom: 3rem;
	}

	.award-block .section-head {
		margin-bottom: 2.875rem;
		padding-bottom: 2.5625rem;
	}

	.award-block .awards-info {
		padding: 0 .9375rem 1.125rem;
		width: 33.30%;
	}

	.info-block:before {
		background: transparent;
	}

	.info-block .banner-caption h2 {
		margin-bottom: 2.0625rem;
	}

	.section-values .section-head {
		margin-bottom: 3rem;
	}

	.section-values .values-holder {
		margin-bottom: -2.25rem;
	}

	.value {
		padding: 0 .9375rem;
		margin-bottom: 2.25rem;
	}

	.team {
		padding-bottom: 5rem;
	}

	.team-profile h3 {
		font-size: 1.25rem;
		line-height: 1.625rem;
	}

	.news-section .section-head h2 {
		font-size: 2rem;
		line-height: 2.25rem;
	}

	.news.container {
		padding-bottom: 60px;
	}

	.news .col-12 {
		margin-bottom: 40px;
	}

	.news .txt-holder {
		padding: 0 35px;
		min-height: 84px;
	}

	.section-about .holder {
		min-height: 550px;
	}

	.custom-accordion li {
		min-height: 500px;
	}

	.custom-accordion li .img {
		min-width: 745px;
	}

	.custom-accordion li .h3,
	.custom-accordion li h3 {
		font-size: 1.25rem;
		line-height: 1.625rem;
	}
}

@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.75rem;
		line-height: 3rem;
	}

	.heading-small .h1,
	.heading-small h1 {
		font-size: 2.15rem;
		line-height: 2.75rem;
	}

	.subscribe-form .mailpoet_form .mailpoet_paragraph {
		min-width: 296px;
	}

	.subscribe-form .form-group {
		min-width: 296px;
	}

	.intro-caption .h1,
	.intro-caption h1 {
		font-size: 3.6rem;
		line-height: 4rem;
		letter-spacing: -0.01em;
		opacity: 0.85;
	}

	.image-carousel .carousel-inner {
		min-height: 524px;
	}

	.press-article h1 {
		margin-bottom: 48px;
	}

	.category-post {
		min-height: 430px;
	}

	.category-post.large {
		padding: 2.875rem 2.8125rem;
	}

	.category-post .post-title {
		font-weight: 700;
		font-size: 1.35rem;
		line-height: 1.65rem;
	}

	.related-post .category-post {
		min-height: 391px;
	}

	.blog-slider .banner-caption h1,
	.blog-slider .banner-caption .h1 {
		line-height: 50px;
	}

	.blog-post h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.blog-post.press h3 {
		font-size: 1.625rem;
		line-height: 2rem;
	}

	.banner-caption.large {
		min-height: 606px;
	}

	.banner-caption.large-sm {
		min-height: 580px;
	}

	.banner-caption.medium-lg {
		min-height: 480px;
	}

	.about-investors .btn-list {
		padding-right: 1.5625rem;
	}

	.award-block .awards-info {
		padding: 0 1.5625rem 1.125rem;
	}

	.value {
		padding: 0 1.5625rem;
	}

	.team {
		padding-bottom: 7.4375rem;
	}

	.team-profile h3 {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}

	.team-profile .bio-text {
		padding: 0 .625rem;
	}

	.team-profile .title {
		letter-spacing: 1.1px;
	}

	.team-profile .popup-head {
		padding: 0 1.6875rem 0 .625rem;
	}

	.team-profile .close {
		right: 10px;
	}

	.news.container {
		padding-bottom: 105px;
	}

	.custom-accordion li {
		min-height: 661px;
	}

	.custom-accordion li .img {
		min-width: 800px;
	}
}

@media (max-width: 767.98px) {
	#header .container-fluid {
		padding-top: .625rem;
		padding-bottom: .625rem;
	}

	.header-holder .drop-state .dropdown-menu {
		float: none;
		position: static;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		overflow: hidden;
		overflow-y: auto;
		background: #ffffff;
		max-height: calc(100vh - 73px);
		border-top: 1px solid #414141;
	}

	.navbar-collapse .collapse-holder {
		padding: .625rem 0 1.25rem;
	}
}

@media (max-width: 575.98px) {
	.subscribe-form .mailpoet_form .mailpoet_submit {
		padding: .75rem 1rem;
		width: 100%;
	}

	.subscribe-form .mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph + .mailpoet_paragraph {
		width: 100% !important;
	}

	.subscribe-form .btn,
	.subscribe-form .widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .subscribe-form .btn,
	.subscribe-form .widget .mailpoet_submit,
	.widget .subscribe-form .mailpoet_submit {
		width: 100%;
	}

	.blog-post .meta-list {
		margin: 0 0 .625rem;
	}

	.blog-post .meta-list li {
		padding: 0 0 .375rem;
	}

	.blog-post .meta-list li:after {
		display: none;
	}

	.widget .subscribe-form-sidebar .btn,
	.widget .subscribe-form-sidebar .mailpoet_submit {
		padding: .375rem 1rem;
	}

	.widget .mailpoet_submit {
		padding: .75rem 1rem;
	}

	.custom-accordion li {
		width: 100% !important;
		margin: 0 .4375rem .4375rem
	}
	.custom-accordion li .img-caption {
		transform: translateY(0);
		visibility: visible;
		opacity:1;
		padding: 12px 54px 9px 38px;
	}
	.custom-accordion li .img-caption::before {
		font-size: 28px;
	}
	.custom-accordion li .img-caption::after {
		font-size: 10px;
	}
}

@media print {
	* {
		background: none !important;
		color: #000 !important;
	}

	a {
		color: #000 !important;
	}

	#header {
		position: relative !important;
	}

	#wrapper {
		padding: 0 !important;
	}

	.row {
		display: block !important;
	}

	.row [class^="col-"],
	.row [class*=" col-"] {
		width: 100% !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.banner-caption.medium-lg,
	.banner-caption {
		min-height: 1px !important;
	}

	.shadow-lg,
	.shadow {
		box-shadow: none !important;
	}

	.image-carousel,
	.btn-list,
	.pagination,
	.carousel-indicators,
	.banner,
	.share-links,
	.navigation-single,
	.share-wrap,
	#sidebar,
	br,
	.footer-top,
	.btn,
	.widget .subscribe-form-sidebar .btn,
	.widget .mailpoet_submit,
	.carousel-pager,
	.section-products,
	.scroll-down {
		display: none !important;
	}

	.product-banner .container {
		min-height: 1px !important;
		background: transparent;
	}

	.product-post {
		min-height: 1px !important;
		margin-bottom: 40px !important;
	}

	.product-post .tag-list {
		position: static !important;
	}

	.product-post .img-holder {
		display: none !important;
	}

	.video-active .bg-video {
		display: none !important;
	}

	.intro-caption {
		min-height: 1px !important;
	}

	.intro-caption .align {
		margin: 0 !important;
		padding: 10px !important;
	}

	.section-about .holder {
		min-height: 1px !important;
	}

	.news-section {
		padding: 10px 0 !important;
	}

	.news-carousel .slide {
		float: none !important;
		width: 100% !important;
	}

	.news-carousel .slideset {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.news-carousel .blockquote {
		display: block !important;
		border: 0 !important;
	}

	.news-carousel .blockquote q {
		border: 0 !important;
	}

	.news-carousel .blockquote .description {
		width: 100% !important;
	}

	.news-carousel .blockquote .description:before {
		display: none;
	}

	.blog-detail {
		margin-bottom: 0 !important;
	}

	.blog-post {
		margin-bottom: 15px !important;
		padding-bottom: 15px !important;
	}

	.category-post {
		min-height: 1px !important;
		padding: 0 !important;
		display: block !important;
	}

	.category-post .tag-list {
		position: relative !important;
		margin-bottom: 10px !important;
		width: 100% !important;
	}

	.about-investors {
		padding-bottom: 0 !important;
	}

	.info-block .banner-caption h2 {
		margin-bottom: 15px !important;
	}

	.section-head {
		padding-bottom: 0 !important;
		margin-bottom: 15px !important;
	}

	.section-head:before {
		display: none !important;
	}

	.section-values .row [class^="col-"],
	.section-values .row [class*=" col-"],
	.award-block .row [class^="col-"],
	.award-block .row [class*=" col-"] {
		width: 32% !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 32% !important;
		flex: 0 0 32% !important;
		max-width: 32% !important;
		display: inline-block !important;
	}

	.related-post .row [class^="col-"],
	.related-post .row [class*=" col-"],
	.category-block .row [class^="col-"],
	.category-block .row [class*=" col-"],
	.team .row [class^="col-"],
	.team .row [class*=" col-"] {
		width: 49% !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 49% !important;
		flex: 0 0 49% !important;
		max-width: 49% !important;
		display: inline-block !important;
	}

	.team-profile.popup-holder {
		min-height: 1px !important;
		display: inline-block !important;
		margin-bottom: 10px !important;
	}

	.team-profile.popup-holder .popup {
		display: none !important;
	}

	.team-profile.popup-holder .info {
		position: relative !important;
	}

	.team-profile.popup-holder img {
		display: none !important;
	}

	.awards-holder {
		height: auto !important;
	}

	.awards-holder .awards-info {
		position: static !important;
		width: 32% !important;
		display: inline-block !important;
		vertical-align: middle;
	}
}

/* LOCATIONS STYLING */

#storepoint-container .storepoint-location .storepoint-address, #storepoint-container .storepoint-location .storepoint-description, #storepoint-container .storepoint-location .storepoint-contact a.storepoint-sidebar-phone, #storepoint-container #storepoint-map div.storepoint-location-popup p.storepoint-popup-description, #storepoint-container #storepoint-map div.storepoint-location-popup p, #storepoint-container #storepoint-map div.storepoint-location-popup a, #storepoint-container #storepoint-map div.storepoint-location-popup a.storepoint-popup-directions {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1;
}
.storepoint-name {
	font-family: "cera_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	line-height: 1;
letter-spacing: 0.05em;
}
#storepoint-container .storepoint-location a { color: #666 !important; }

.page-id-5 #main .two-columns.container { padding-top:0 !important; }

/* End locations styling */

.section-about:before {
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.6) 45%, rgba(255,255,255,0) 70%) !important;
}
@media (min-width: 768px) {
	.section-about .align {
		max-width: 40% !important;
	}
	.logged-in #header {
		padding-top: 0;
	}
}
.article-info h4 {
	margin-top: 25px;
}
.icon-logo {
	text-align:right;
}
.subscribe-form h4 {
	white-space: normal;
	overflow: auto;
	letter-spacing: 0.03em;
}
.news .txt-holder p {
	font-weight: normal;
	line-height: 1.45;
}
.attachment-news.size-news {
	max-height:75px;
  width:auto;
}
.faq-section h2 {
	font-weight: normal;
	line-height: 1;
}
article.faq-section {
	margin-bottom:50px;
}
.subscribe-form h4 {
	font-size: 0.97rem
}
#gform_1 li#field_1_8 {
	width:60% !important;
	float:left;
}
#gform_1 li#field_1_8 .ginput_container.ginput_container_checkbox {
	margin-top:6px;
}
.gform_footer {
	clear: none !important;
	width: auto !important;
	float: right !important;
}

@media screen and (min-width: 768px) {
div.row.header-holder {
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
}
}

/* Mobile and tablet readability styles */

/* Header panel on home page */

span.dark-header-text {
	color:#2f2f2f; 
	text-shadow:none;
}

@media (max-width: 500px) {
	.intro-slider div.slide::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgb(0,0,0); 
    opacity: .4;
}
	
	span.dark-header-text {
		color:#fff;
		text-shadow: 2px 2px rgba(0,0,0,.2);
	}
	div.news-carousel div.slide::after {
		display:none;
	}
}

/* About panel on home page */
@media (max-width: 768px) {
	.section-about:before {
	background-color:rgba(255,255,255,0.6) !important;
}
}

/* Edibles page */
@media (max-width: 768px) {
.edibles-banner:before {
	background-image:none;
	background-color: rgba(255, 255, 255, .6) !important;
}
	
	.edibles-banner.text-lightest:before {
		display:block;
		background-color: rgba(0, 0, 0, .6) !important;
	}
	
	.category-banner.text-secondary:before {
		background-color: rgba(255, 255, 255, .6) !important;
	}
}

/* Product Category Headers */

@media (max-width: 768px) {
	.category-banner::before {
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .75) !important;
		z-index:0;
	}
	body.term-chocolate-bars .category-banner:before,
	body.term-truffles .category-banner:before {
		background-color: rgba(0, 0, 0, .3) !important;
	}
	.search-filters {
		position:relative;
		z-index: 1 !important;
	}
	
	footer#footer {
		position:relative;
		z-index: 1 !important;
	}
}

/* Setting Max Width for banner text at mid-screen sizes 
@media (min-width: 769px) and (max-width: 992px) {
	.heading-small {
		max-width:55%;
	}
} 
*/

@media (max-width: 575px) {
	.edibles-banner .banner-caption {
		max-width:100%;
	}
	.banner-caption .align {
		max-width:100%;
	}
}
@media (max-width: 991px) {
.banner-caption .align {
	max-width:55%;
}
}

@media (max-width: 400px) {
	/* .featured-banner div.bg-img {
		background-image: none !important; } */
	.banner-caption .align {
		max-width:100%;
	}
}

/* Hiding image tags */

ul.tag-list {
	display:none !important;
}

/* Hide state drop down */
.navbar-top:before {
	min-height:28px;
}

a#change-state {
	display:none;
}

div.navbar-top {
	padding-top:5px;
}

a.login-btn {
	padding-right:10px;
}
