@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

figure,
footer,
header,
section {
	display: block
}

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

td,
th {
	padding: 0
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-12 {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	.col-sm-12 {
		float: left;
		width: 100%
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.text-hide {
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(-50%, -100%)
}

.modal.in .modal-dialog {
	transform: translate(-50%, -50%)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		max-width: 400px;
		width: 100%
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

@font-face {
	font-family: custom-icons;
	src: url(../fonts/custom-icons.eot?1581158362511);
	src: url(../fonts/custom-icons.eot?#iefix-1581158362511) format("embedded-opentype"), url(../fonts/custom-icons.woff2?1581158362511) format("woff2"), url(../fonts/custom-icons.woff?1581158362511) format("woff"), url(../fonts/custom-icons.ttf?1581158362511) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: custom-icons;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-add-img:before {
	content: "\ea01"
}

.icon-arrow-down:before {
	content: "\ea02"
}

.icon-arrow-left:before {
	content: "\ea03"
}

.icon-arrow-right:before {
	content: "\ea04"
}

.icon-bubble:before {
	content: "\ea05"
}

.icon-cart:before {
	content: "\ea06"
}

.icon-checked:before {
	content: "\ea07"
}

.icon-chill:before {
	content: "\ea08"
}

.icon-clear:before {
	content: "\ea09"
}

.icon-clip:before {
	content: "\ea0a"
}

.icon-clock:before {
	content: "\ea0b"
}

.icon-creative:before {
	content: "\ea0c"
}

.icon-edit:before {
	content: "\ea0d"
}

.icon-encycloweedia:before {
	content: "\ea0e"
}

.icon-energized:before {
	content: "\ea0f"
}

.icon-eye:before {
	content: "\ea10"
}

.icon-facebook-logo:before {
	content: "\ea11"
}

.icon-facebook:before {
	content: "\ea12"
}

.icon-flames:before {
	content: "\ea13"
}

.icon-focused:before {
	content: "\ea14"
}

.icon-ghost:before {
	content: "\ea15"
}

.icon-google:before {
	content: "\ea16"
}

.icon-higher:before {
	content: "\ea17"
}

.icon-home:before {
	content: "\ea18"
}

.icon-info:before {
	content: "\ea19"
}

.icon-instagram-logo:before {
	content: "\ea1a"
}

.icon-instagram:before {
	content: "\ea1b"
}

.icon-like:before {
	content: "\ea1c"
}

.icon-linkedin-logo:before {
	content: "\ea1d"
}

.icon-linkedin:before {
	content: "\ea1e"
}

.icon-log-out:before {
	content: "\ea1f"
}

.icon-login:before {
	content: "\ea20"
}

.icon-logo:before {
	content: "\ea21"
}

.icon-mail:before {
	content: "\ea22"
}

.icon-marker:before {
	content: "\ea23"
}

.icon-minus:before {
	content: "\ea24"
}

.icon-moderator:before {
	content: "\ea25"
}

.icon-newbie:before {
	content: "\ea26"
}

.icon-news:before {
	content: "\ea27"
}

.icon-notification:before {
	content: "\ea28"
}

.icon-nowtoronto:before {
	content: "\ea29"
}

.icon-photo:before {
	content: "\ea2a"
}

.icon-pinterest:before {
	content: "\ea2b"
}

.icon-plus:before {
	content: "\ea2c"
}

.icon-quill-drawing:before {
	content: "\ea2d"
}

.icon-quote:before {
	content: "\ea2e"
}

.icon-relief:before {
	content: "\ea2f"
}

.icon-rookie:before {
	content: "\ea30"
}

.icon-rotate-left:before {
	content: "\ea31"
}

.icon-rotate-right:before {
	content: "\ea32"
}

.icon-search:before {
	content: "\ea33"
}

.icon-sleepy:before {
	content: "\ea34"
}

.icon-star:before {
	content: "\ea35"
}

.icon-strains:before {
	content: "\ea36"
}

.icon-tags:before {
	content: "\ea37"
}

.icon-tel:before {
	content: "\ea38"
}

.icon-tumblr:before {
	content: "\ea39"
}

.icon-turned-on:before {
	content: "\ea3a"
}

.icon-twitter-logo:before {
	content: "\ea3b"
}

.icon-twitter:before {
	content: "\ea3c"
}

.icon-user:before {
	content: "\ea3d"
}

.icon-verified:before {
	content: "\ea3e"
}

.icon-world:before {
	content: "\ea3f"
}

.icon-youtube:before {
	content: "\ea40"
}

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

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

html::-webkit-scrollbar-thumb {
	background: #ccc
}

html::-webkit-scrollbar-track {
	background: #fefefe
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

img {
	box-sizing: content-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

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

* {
	outline: 0 none !important;
	box-sizing: border-box
}

html {
	overflow-x: hidden;
	width: 100vw;
	padding: 0 !important;
	scrollbar-width: thin;
	scrollbar-color: #ccc #fff
}

html::-webkit-scrollbar {
	width: 10px
}

@keyframes a {
	to {
		transform: rotateY(1turn)
	}
}

.preloader-page {
	background: #fff;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	transition: .5s;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.preloader-page .preloader-content {
	min-width: 290px
}

.preloader-page p {
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 0;
	font-size: 38px
}

.preloader-page svg {
	display: table;
	position: relative;
	margin: 0 auto;
	width: 140px;
	transform-style: preserve-3d;
	animation: a 1.5s infinite linear
}

.preloader-page .preloader_num {
	display: table;
	font-size: 20px;
	position: relative;
	margin: 20px auto 0
}

.preloader-page .preloader_line {
	display: block;
	background: #8cc153;
	height: 4px;
	width: 0;
	max-width: 290px;
	position: relative;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%)
}

input {
	-webkit-appearance: none !important;
	border-radius: 0
}

body {
	line-height: 1.4;
	font-size: 15px;
	background: #fff;
	font-family: Poppins, sans-serif;
	color: #000;
	min-height: 100vh;
	position: relative;
	padding: 92px 0 373px;
	width: 100vw;
	overflow-x: hidden
}

body.adminbar {
	padding-top: 203px
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

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

.age-gate-submit.transparent,
.button.transparent {
	background-color: transparent;
	color: #000;
	font-weight: 600;
	font-size: 24px
}

.age-gate-submit.transparent:hover,
.button.transparent:hover {
	color: #8cc153
}

.age-gate-submit.gray,
.button.gray {
	background: #c4c4c4;
	color: #000;
	font-weight: 600;
	font-size: 24px
}

.age-gate-submit.gray:hover,
.button.gray:hover {
	background: #8cc153;
	color: #fff
}

.icon-nowtoronto {
	display: none;
	opacity: 0
}

.header-top {
	background: #323232
}

.header-top .mnu-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 32px;
	-ms-flex-align: center;
	align-items: center
}

.header-top .mnu-top [class*=" icon-"]:before,
.header-top .mnu-top [class^=icon-]:before {
	font-size: 20px;
	color: #fff;
	transition: all .3s ease
}

.header-top .mnu-top a {
	transition: all .3s ease
}

.header-top .mnu-top a:hover {
	color: #8cc153
}

.header-top .mnu-top [class*=" icon-"],
.header-top .mnu-top [class^=icon-] {
	position: relative;
	margin-left: 8px
}

.header-top .mnu-top [class*=" icon-"] a,
.header-top .mnu-top [class^=icon-] a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 0
}

.header-top .mnu-top [class*=" icon-"]:hover:before,
.header-top .mnu-top [class^=icon-]:hover:before {
	color: #8cc153
}

.header-top .mnu-top li.login {
	position: relative
}

.header-top .mnu-top li.login:before {
	content: "";
	position: absolute;
	right: -20px;
	width: 1px;
	height: 100%;
	background: #fff
}

.header-top .mnu-top li.logout,
.header-top .mnu-top li.profile {
	display: none
}

.header-top .mnu-top li.login,
.header-top .mnu-top li.sign-up {
	margin-right: 40px;
	line-height: 1
}

.header-top .mnu-top li.login a,
.header-top .mnu-top li.sign-up a {
	font-weight: 400;
	font-family: Roboto;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	transition: all .3s ease
}

.header-top .mnu-top li.login a:hover,
.header-top .mnu-top li.sign-up a:hover {
	color: #8cc153
}

.age-gate-submit,
.button {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	transition: all .3s ease;
	border: none;
	background: #000;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	line-height: 48px
}

.age-gate-submit.green,
.button.green {
	background: #8cc153
}

.age-gate-submit.green:hover,
.button.green:hover {
	background: #6a9441
}

.age-gate-submit {
	background: #8cc153;
	width: 100%;
	margin-top: 30px
}

.age-gate-submit:hover {
	background: #6a9441
}

.adminbar header {
	top: 32px
}

header {
	z-index: 11
}

header .login {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

header .login a:before {
	font-size: 31px;
	display: table;
	margin: 0 auto
}

header .login li:first-of-type {
	margin-right: 15px
}

header .login li:first-of-type a {
	font-size: 15px
}

header .login a {
	text-align: center;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .3s ease
}

header .login a:hover {
	color: #8cc153
}

header .menu .menu-top > li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

header .menu li.current-menu-item > a {
	color: #8cc153
}

header .head {
	height: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s linear
}

header .head .login {
	margin-left: 20px
}

header .head .login img {
	width: 23px;
	height: 23px;
	border-radius: 50%
}

header .head .login a {
	height: 23px;
	display: block
}

header .head .search .input {
	top: calc(100% + 30px)
}

header .logo {
	width: 235px;
	display: block
}

header .logo svg {
	margin: auto 0;
	display: block
}

header .logo img {
	width: 100%
}

header .search {
	position: relative;
	margin: 0 0 0 20px
}

header .search input[type=submit] {
	float: right;
	font-size: 14px;
	height: 100%;
	line-height: 46px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px !important;
	transition: all .3s ease;
	border: none;
	background: #000;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase
}

header .search input[type=search] {
	width: calc(100% - 135px);
	padding: 0 15px;
	height: 46px;
	border: 1px solid #a2a4ae
}

header .search .icon-search:before {
	font-size: 23px;
	transition: all .3s ease
}

header .search .icon-search {
	cursor: pointer;
	height: 23px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

header .search .icon-search:hover:before {
	transform: scale(1.2);
	color: #8cc153
}

header .search .ep-autosuggest-container {
	width: calc(100% - 102px)
}

header .search .ep-autosuggest-container input[type=search] {
	width: 100%;
	box-sizing: border-box
}

header .search .input,
header .search .is-search-form {
	position: absolute;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 396px;
	width: 100%;
	right: 0;
	top: calc(100% + 40px);
	min-width: 396px;
	display: none
}

header .search .input.open,
header .search .is-search-form.open {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

header .search label {
	width: calc(100% - 101px)
}

header .search input[type=text] {
	width: 100%;
	padding: 0 15px;
	height: 46px;
	border: 1px solid #a2a4ae
}

header.mini .head {
	height: 60px
}

header.mini .head .search .input {
	top: calc(100% + 30px)
}

header.mini .login li {
	padding: 0
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 1px 1px 14px hsla(0, 0%, 40%, .41);
	z-index: 20;
	background: #fff;
	width: 100vw
}

header .login,
header .sign-up {
	display: none
}

header.fixed {
	position: fixed
}

header.fixed .col-lg-12 > .menu {
	margin-top: 0;
	padding-top: 7px
}

header.fixed .col-lg-12 > .menu li.icon-logo {
	opacity: 1;
	pointer-events: auto
}

header.fixed .col-lg-12 > .menu:before {
	background: #8cc153
}

.open-menu footer,
.open-menu header.new,
.open-menu section {
	transform: translate(330px)
}

.open-menu header.new .burger:before {
	display: block
}

.new-news.category {
	padding-top: 0 !important
}

.new-news.category h2 {
	margin-bottom: 30px;
	color: #222
}

.new-news.category h2:before {
	background: #222
}

.new-news.category h2 + p {
	margin: 10px 0 30px;
	color: #888;
	font-size: 14px
}

.new-news + .add_wrap div[id$="-0"] {
	margin-top: 0 !important
}

.btn-block:hover i:before {
	background: #000
}

.ugc.stores .coins {
	display: inline-block;
	float: right;
	font-weight: 600;
	font-size: 24px;
	color: #000
}

.ugc.stores .coins b {
	color: #8cc153;
	display: contents
}

.ugc.stores h1 {
	font-weight: 600;
	font-size: 21px;
	color: #000;
	text-transform: uppercase;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ugc.stores h1,
.ugc.stores h1 i {
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.ugc.stores h1 i {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px
}

.ugc.stores .items-product {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px
}

.ugc.stores .items-product .item {
	width: calc((100% - 5.208vw) / 3);
	margin-right: 2.604vw;
	margin-bottom: 2.604vw;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25)
}

.ugc.stores .items-product .item img {
	width: 100%;
	height: 12.604vw;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.ugc.stores .items-product .item:nth-of-type(3n) {
	margin-right: 0
}

.ugc.stores .items-product .item .button {
	width: 90px;
	height: 30px;
	margin: 0 0 0 auto;
	padding: 0;
	-ms-flex-line-pack: center;
	align-content: center
}

.ugc.stores .items-product .item .button:before {
	-ms-flex-order: 1;
	order: 1;
	margin-left: 15px
}

.ugc.stores .items-product .item .coin {
	font-weight: 600;
	font-size: 18px;
	color: #8cc153;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.ugc.stores .items-product .item h4 {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	width: 100%
}

.ugc.stores .items-product .item .desc {
	padding: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.login-page.forgot-password form {
	height: 420px
}

.map .infobox__closer:after {
	transform: rotate(45deg)
}

.map .infobox__closer:before {
	transform: rotate(-45deg)
}

.sidebar[style="position: absolute; top: auto; width: 300px; bottom: 0px;"] {
	right: calc(50% - 270px) !important
}

.sidebar.fixed {
	position: fixed;
	right: calc(50% - 274px);
	transform: translateX(100%)
}

.banner-mini.single-page-header {
	border-bottom: 0 !important
}

.slick-arrow:hover:before {
	color: #333
}

.container-fluid {
	padding-left: 0;
	padding-right: 0
}

.comment-form .comment-form-cookies-consent label {
	cursor: pointer
}

.comment-form .form-submit + .error {
	top: -20px;
	pointer-events: none;
	left: 0;
	margin-bottom: 0
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	bottom: 35px
}

.slick-dots li {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: .3
}

.slick-dots li button {
	display: none
}

.slick-dots li.slick-active {
	opacity: 1
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.slick-arrow:before {
	font-size: 56px;
	color: #a2a4ae;
	transition: all .3s ease
}

.icon-arrow-left {
	left: -40px
}

.icon-arrow-right {
	right: -40px
}

.date {
	font-size: 13px;
	font-weight: 400;
	margin-top: 4px;
	color: #a2a4ae;
	line-height: 1.462
}

.img-ie {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

h3 {
	font-size: 42px;
	font-weight: 300;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	line-height: 1
}

h3 a {
	color: #000
}

h3 strong {
	color: #8cc153
}

h3 b,
h3 strong {
	display: contents
}

h3:before {
	color: #8cc153;
	font-size: 36px !important;
	margin-right: 13px
}

.escape__title {
	text-align: center;
	width: 100%;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 50px 0
}

b,
strong {
	font-weight: 600
}

.banner-slider {
	border-bottom: 10px solid #c8c8c8
}

.banner-slider .item.two-img > img:first-of-type,
.banner-slider .item.two-img > img:nth-of-type(2) {
	position: absolute;
	pointer-events: none
}

.banner-slider .item.two-img > img:first-of-type {
	left: -15px;
	-o-object-position: left center;
	object-position: left center;
	margin-left: 0;
	width: 17.552vw;
	height: 27.656vw;
	top: 43.5%;
	transform: translateY(-50%)
}

.banner-slider .item.two-img > img:nth-of-type(2) {
	right: -35px;
	-o-object-position: right bottom;
	object-position: right bottom;
	bottom: -15%;
	height: 36.354vw;
	width: 26.979vw
}

.banner-slider .item.two-img > .img-ie:first-of-type,
.banner-slider .item.two-img > .img-ie:nth-of-type(2) {
	position: absolute;
	pointer-events: none
}

.banner-slider .item.two-img > .img-ie:first-of-type {
	left: 0;
	-o-object-position: left center;
	object-position: left center;
	margin-left: 0;
	width: 17.552vw;
	height: 27.656vw;
	top: 43.5%;
	transform: translateY(-50%)
}

.banner-slider .item.two-img > .img-ie:nth-of-type(2) {
	right: -35px;
	-o-object-position: right bottom;
	object-position: right bottom;
	bottom: -15%;
	height: 36.354vw
}

.banner-slider .item > .img-ie,
.banner-slider .item > img {
	width: 34.375vw;
	height: 34.375vw;
	margin: auto 0 0 15px
}

.banner-slider .item > img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center bottom;
	object-position: center bottom
}

.banner-slider .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 690px;
	position: relative;
	background-size: cover, cover !important;
	background-position: 50%, 50% !important;
	background-repeat: no-repeat, no-repeat !important;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.banner-slider .item .button:hover {
	color: #8cc153
}

.banner-slider .item .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.banner-slider .item .container .desc {
	width: 50%;
	line-height: 1;
	margin-right: 0
}

.banner-slider .item .container h2 a {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	transition: all .3s ease
}

.banner-slider .item .container h2 a:hover {
	color: #de4242
}

.banner-slider .item .container p {
	color: #fff;
	font-size: 21px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	max-width: 66%;
	margin-bottom: 30px;
	font-weight: 600
}

.banner-slider .item .container .desc .button {
	margin: 0 0 0 auto
}

.banner-slider .item .desc {
	width: 50vw;
	margin: 70px 40px auto auto;
	position: relative;
	z-index: 1
}

.banner-slider .item .desc h1 {
	color: #000;
	font-size: 54px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px
}

.banner-slider .item .desc h1 span {
	display: block;
	font-size: 145px;
	line-height: .85
}

.banner-slider .item .desc a.link {
	text-align: right;
	font-size: 25px;
	font-weight: 600;
	display: block;
	color: #8cc153;
	transition: all .3s ease;
	text-transform: uppercase;
	margin-bottom: 15px
}

.banner-slider .item .desc a.link:hover {
	color: #8cc153
}

.banner-slider .item .desc ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 55px
}

.banner-slider .item .desc ul li {
	margin-right: 30px
}

.banner-slider .item .desc ul li a {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	transition: all .3s ease
}

.banner-slider .item .desc ul li a .img-ie,
.banner-slider .item .desc ul li a img {
	max-height: 27px;
	margin: 0 auto 10px;
	transition: all .3s ease
}

.banner-slider .item .desc ul li a .img-ie {
	height: 27px;
	background-size: contain
}

.banner-slider .item .desc ul li a:hover .img-ie,
.banner-slider .item .desc ul li a:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	filter: invert(1)
}

.banner-slider .item .desc ul li a:hover {
	color: #000
}

.banner-slider .item .desc ul li:last-of-type {
	margin-right: 0
}

.banner-slider .item .desc .button {
	max-width: 200px;
	margin: 0 auto;
	border-radius: 9px;
	clear: both
}

.banner-slider .item .desc.center {
	margin: 194px auto 0;
	width: 100%
}

.banner-slider .item .desc.center h2 {
	font-weight: 600;
	font-size: 97px;
	line-height: 1.495;
	text-align: center
}

.banner-slider .item .desc.center h2 span {
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 55px;
	display: block
}

.banner-slider .item .desc.center ul .img-ie {
	height: 54px;
	width: 61px;
	background-size: contain
}

.banner-slider .item .desc.center ul img {
	max-height: none;
	height: 54px;
	width: 61px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top center;
	object-position: top center;
	margin-bottom: 20px
}

.banner-slider .item .desc.center ul a:hover img {
	filter: none
}

.banner-slider .item .desc.center ul a:hover p {
	color: #8cc153
}

.banner-slider .item .desc.center ul p {
	width: 175px;
	height: 47px;
	background: #000;
	color: #fff;
	border-radius: 9px;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	transition: all .3s ease
}

.banner-slider .item > .post {
	height: 690px;
	width: 70%
}

.banner-slider .item > .post .description {
	max-width: 50%
}

.banner-slider .item > .post .description h4 {
	font-size: 48px
}

.banner-slider .item > .post .description .exerpt {
	font-size: 24px
}

.news {
	border-bottom: 10px solid #c8c8c8
}

.news-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start
}

.news-block .left-block {
	max-width: calc(100% - 487.5px);
	width: 100%;
	margin-right: 30px
}

.news-block .left-block a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	z-index: 1;
	pointer-events: none
}

.news-block .left-block a {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: calc(100% - 4px);
	overflow: hidden
}

.news-block .left-block a:hover .description,
.news-block .left-block a:hover .description h4,
.news-block .left-block a:hover .description p {
	color: #de4242
}

.news-block .left-block .description {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 30px;
	z-index: 2;
	color: #fff;
	transition: all .3s ease
}

.news-block .left-block .description p.name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0
}

.news-block .left-block .description .excerpt {
	height: 84px;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word
}

.news-block .left-block .description h4 {
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
	transition: all .3s ease
}

.news-block .left-block .description p {
	color: #fff;
	transition: all .3s ease
}

.news-block .left-block .description p:not(.name) {
	font-size: 16px;
	margin-bottom: 5px
}

.news-block .left-block .img-ie {
	height: 480px;
	width: 100%
}

.news-block .left-block img {
	width: 100%;
	height: 495px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	transition: all .3s ease
}

.news-block .left-block img + p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
	color: #000;
	transition: all .3s ease
}

.news-block .left-block .img-ie + p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
	color: #000;
	transition: all .3s ease
}

.news-block .left-block a:hover .img-ie {
	opacity: .85
}

.news-block .left-block a:hover .img-ie + p {
	color: #8cc153
}

.news-block .left-block a:hover img {
	opacity: .85
}

.news-block .left-block a:hover img + p {
	color: #8cc153
}

.news-block .right-block {
	max-width: 457.5px;
	width: 100%
}

.news-block .right-block img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.news-block .right-block .img-ie,
.news-block .right-block img {
	width: 75px;
	height: 75px;
	margin-right: 25px;
	transition: all .3s ease
}

.news-block .right-block li {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdde1;
	margin-bottom: 15px;
	transition: all .3s ease
}

.news-block .right-block li a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-block .right-block li h4 {
	line-height: 1.467;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	transition: all .3s ease
}

.news-block .right-block li .desc {
	width: calc(100% - 100px)
}

.news-block .right-block li:hover .img-ie,
.news-block .right-block li:hover img {
	opacity: .85
}

.news-block .right-block li:hover h4 {
	color: #8cc153
}

.news-block .right-block .read-more {
	font-weight: 600;
	font-size: 15px;
	color: #8cc153;
	display: table;
	margin: 0 auto;
	text-transform: capitalize
}

.news-block .right-block .read-more:hover {
	text-decoration: underline
}

.blog {
	padding: 0 0 40px;
	border-bottom: 10px solid #c8c8c8
}

.blog .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog .items .item:nth-of-type(3n) {
	margin-right: 0
}

.blog .items .item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	z-index: 1;
	pointer-events: none
}

.blog .items a {
	display: block
}

.blog .items a:hover .img-ie,
.blog .items a:hover img {
	opacity: .85
}

.blog .items a:hover p {
	color: #8cc153
}

.blog .items .item {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	position: relative
}

.blog .items .item .description {
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	pointer-events: none;
	left: 0;
	right: 0;
	z-index: 2
}

.blog .items .item .description h4,
.blog .items .item .description h4 a {
	transition: all .3s ease;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px
}

.blog .items .item .description .excerpt {
	font-size: 12px;
	margin-bottom: 5px
}

.blog .items .item .description .excerpt,
.blog .items .item .description p {
	color: #fff;
	transition: all .3s ease;
	word-break: break-word;
	max-height: 56px;
	overflow: hidden
}

.blog .items .item .description p.name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0
}

.blog .items .item .img-ie,
.blog .items .item img {
	width: 100%;
	height: 366.667px;
	transition: all .3s ease
}

.blog .items .item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.blog .items .item p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #000;
	transition: all .3s ease;
	margin-top: 5px
}

.blog .items .item:hover .description .excerpt,
.blog .items .item:hover .description a,
.blog .items .item:hover .description h4,
.blog .items .item:hover .description p {
	color: #de4242;
	opacity: 1
}

.blog .button {
	width: 190px;
	margin: 15px auto 0
}

.strains {
	padding: 40px 0;
	border-bottom: 10px solid #c8c8c8
}

.strains .item:after {
	height: 10px;
	top: 10px;
	background-color: #fff
}

.strains .item:before {
	height: 18px;
	top: 0;
	background-color: currentColor
}

.strains .item:after,
.strains .item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none
}

.strains .strains-slider {
	margin-bottom: 40px;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px
}

.strains .button {
	width: 230px;
	margin: 0 auto
}

.strains .item {
	margin: 0 10px;
	position: relative;
	border: 1px solid #dedede;
	padding-top: 46px;
	height: 270px;
	box-sizing: border-box;
	background: #fff
}

.strains .item,
.strains .item p.view {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.strains .item p.view {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	font-family: Roboto, sans-serif;
	color: #bbb;
	text-align: center;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.strains .item p.view i {
	margin-right: 5px
}

.strains .item p.view i:before {
	font-size: 16px
}

.strains .item h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	height: 46px;
	width: 135px;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.strains .item .img-ie {
	width: 80px;
	height: 80px;
	background-size: contain;
	margin: 20px auto 18px;
	display: table
}

.strains .item img {
	width: 80px;
	height: 80px;
	margin: 15px auto;
	display: table
}

.strains .item h4 {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #333;
	padding: 0 10px;
	transition: all .3s ease;
	width: 100%
}

.strains .item p:not(.view) {
	position: absolute;
	right: 0;
	color: #000;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 46px;
	width: 115px;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	padding-right: 17px;
	color: #333
}

.strains .item:hover h4 {
	opacity: .8
}

.dispensaries {
	padding: 0
}

.dispensaries .dispensaries-slider {
	margin-bottom: 55px;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px
}

.dispensaries .dispensaries-slider .slick-arrow {
	top: 135px
}

.dispensaries .dispensaries-slider .slick-dots {
	bottom: -21px
}

.dispensaries .dispensaries-slider .slick-dots li {
	background-color: #dedede
}

.dispensaries .dispensaries-slider .slick-dots li.slick-active {
	background: #de4242
}

.dispensaries h3 {
	margin: 3px 0 38px;
	line-height: 1.4
}

.dispensaries h3 strong {
	text-decoration: underline
}

.dispensaries .button {
	max-width: 300px;
	width: 100%;
	margin: 0 auto
}

.dispensaries .item {
	margin: 0 11px
}

.dispensaries .item .img-ie {
	width: 100%;
	height: 268px;
	border: 1px solid #dedede;
	background-size: contain
}

.dispensaries .item img {
	width: 100%;
	height: 268px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	border: 1px solid #dedede
}

.dispensaries .item p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #161b35;
	margin-top: 15px;
	transition: all .3s ease
}

.dispensaries .item:hover p {
	color: #8cc153
}

.strains h3 {
	margin-bottom: 35px
}

.strains .slide {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.strains .items,
.strains .slide {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.strains .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.strains .items .item {
	width: calc(100% / 4 - 15px);
	margin: 0 20px 30px 0
}

.strains .items .item:nth-of-type(4n) {
	margin-right: 0
}

.strains.relief-page {
	padding: 40px 0 10px
}

.strains.relief-page .item {
	color: #00bfff
}

.strains.relief-page + .blog,
.strains.relief-page + .blog + footer {
	padding-top: 40px
}

.banner-mini {
	border-bottom: 10px solid #c8c8c8
}

.banner-mini .desc-min {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 230px
}

.banner-mini .desc-min h1 {
	font-weight: 600;
	font-size: 48px;
	color: #000
}

.banner-mini .desc {
	height: 330px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.banner-mini .desc h3 {
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 48px;
	color: #161b35
}

.banner-mini .desc p {
	font-size: 20px;
	text-transform: capitalize;
	color: #2f2f2f;
	max-width: 440px;
	margin-bottom: 5px
}

.banner-mini .desc.encyclo-weedia {
	height: 220px
}

.banner-mini .desc.encyclo-weedia,
.banner-mini .desc.encyclo-weedia a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.banner-mini .desc.encyclo-weedia a {
	transition: all .5s ease
}

.banner-mini .desc.encyclo-weedia a:hover {
	opacity: .6
}

.banner-mini .desc.encyclo-weedia .img-ie {
	width: 201px;
	max-width: 100%;
	height: 140px;
	background-size: contain
}

.banner-mini .desc.encyclo-weedia img {
	width: 130px;
	max-width: 100%;
	height: 91px
}

.banner-mini .desc.encyclo-weedia h3 {
	font-size: 48px;
	color: #8cc153;
	font-family: Poppins;
	font-weight: 400;
	margin-bottom: 0
}

.banner-mini + div[id$="-0"] {
	margin: 40px auto 0 !important
}

.banner-mini + div[id$="-0"] .news {
	padding-top: 0 !important
}

.filters {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.filters .select.open p:before {
	transform: rotate(-135deg) translate(0);
	top: calc(50% - 1px)
}

.filters .select.open ul {
	display: block
}

.filters .icon-clear:hover {
	color: #8cc153
}

.filters .icon-clear {
	cursor: pointer;
	margin-left: 25px;
	transition: all .3s ease
}

.filters .icon-clear:before {
	font-size: 13px
}

.filters P {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0
}

.filters P + .select {
	margin-left: 25px
}

.filters .select {
	margin-left: 25px;
	position: relative
}

.filters .select ul::-webkit-scrollbar-thumb {
	background: #8cc153
}

.filters .select ul::-webkit-scrollbar-track {
	background: #de4242
}

.filters .select p {
	font-size: 20px;
	position: relative;
	color: #a2a4ae;
	font-weight: 400;
	padding-right: 25px;
	cursor: pointer
}

.filters .select p:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #a2a4ae;
	border-right: 2px solid #a2a4ae;
	pointer-events: none;
	transition: all .3s ease;
	transform: rotate(45deg) translate(-50%, -50%)
}

.filters .select ul {
	border: 1px solid #dedede;
	box-sizing: border-box;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	border-radius: 6px;
	position: absolute;
	z-index: 2;
	background: #fff;
	top: 100%;
	max-height: 300px;
	overflow-y: auto;
	display: none;
	min-width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #8cc153 #de4242;
	overflow-x: hidden
}

.filters .select ul li {
	font-size: 14px;
	padding: 7px 20px;
	line-height: 1.429;
	cursor: pointer
}

.filters .select ul li.active,
.filters .select ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.filters .select ul::-webkit-scrollbar {
	width: 10px
}

.filters .select.effects input[type=checkbox] {
	width: 14px;
	height: 14px;
	display: none
}

.filters .select.effects input[type=checkbox]:checked + label:before {
	content: "\ea07"
}

.filters .select.effects li:hover label:before {
	border-color: #000
}

.filters .select.effects label {
	position: relative;
	padding-left: 14px;
	display: block;
	cursor: pointer
}

.filters .select.effects label:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #dedede;
	position: absolute;
	left: -10px;
	top: 3px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: custom-icons;
	color: #8cc153
}

.select ul::-webkit-scrollbar-thumb {
	background: #8cc153
}

.select ul::-webkit-scrollbar-track {
	background: #de4242
}

.select ul {
	scrollbar-width: thin;
	scrollbar-color: #8cc153 #de4242;
	overflow-y: auto !important;
	max-height: 320px
}

.select ul::-webkit-scrollbar {
	width: 10px
}

.load-post .related-articles {
	margin-top: 40px
}

.inner-page .blog {
	padding-bottom: 35px
}

.inner-page .blog .items a:hover p {
	color: #de4242
}

.inner-page .blog .items p {
	font-size: 24px
}

.inner-page .blog + div[id$="-0"] {
	margin-top: 40px !important
}

.inner-page .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.strain .blog {
	padding-top: 40px
}

section.relief + .container {
	margin-top: 40px
}

.feel {
	padding: 35px 0 20px;
	border-bottom: 10px solid #c8c8c8
}

.feel .item:nth-of-type(4n) {
	margin-right: 0
}

.feel .item:after {
	height: 10px;
	top: 10px;
	background-color: #fff
}

.feel .item:before {
	height: 18px;
	top: 0;
	background-color: currentColor
}

.feel .item:after,
.feel .item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none
}

.feel .items {
	-ms-flex-direction: row;
	flex-direction: row
}

.feel .item,
.feel .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.feel .item {
	width: calc((100% - 60px) / 4);
	border: 1px solid #dedede;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative
}

.feel .item p {
	font-weight: 600;
	font-size: 24px;
	margin-top: 10px;
	color: #161b35
}

.feel .item i {
	width: 95px;
	height: 95px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 4px solid currentColor;
	transition: all .3s ease
}

.feel .item i:before {
	font-size: 46px;
	color: currentColor;
	transition: all .3s ease
}

.feel .item:hover i {
	background-color: currentColor !important
}

.feel .item:hover i:before {
	color: #fff
}

.banner-mini .desc-vibes-inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	min-height: 315px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.banner-mini .desc-vibes-inner h1 {
	font-weight: 600;
	font-size: 48px;
	color: #fff
}

.banner-mini .desc-vibes-inner p {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	max-width: 440px;
	margin-bottom: 5px
}

.banner-mini .desc-vibes-inner .img-ie {
	width: 320px;
	height: 250px;
	background-size: contain
}

.banner-mini .desc-vibes-inner img {
	width: 100%;
	max-height: 250px;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain
}

.banner-mini .desc-vibes-inner .left-block {
	width: calc(100% - 350px)
}

.banner-mini .desc-vibes-inner .right-block {
	max-width: 350px;
	width: 100%;
	padding-left: 30px
}

.relief .item {
	transition: all .5s ease
}

.relief .item .img-ie {
	width: 86px;
	height: 86px;
	background-size: contain
}

.relief .item img {
	width: 86px
}

.relief .item:hover {
	color: #02c0ff !important
}

form#searchform {
	padding-top: 0 !important
}

.nav {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 15px 10% 40px;
	text-align: center
}

.nav li {
	display: inline-block
}

.nav li a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4.5px 18px;
	color: #161b35;
	transition: all .5s ease;
	display: block
}

.nav li a:hover {
	color: #de4242
}

.nav li.current-menu-item a {
	background: #de4242;
	color: #fff
}

.news {
	padding: 40px 0 25px
}

.news .first-post:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	pointer-events: none;
	z-index: 1
}

.news .first-post > a {
	width: 100%;
	height: 100%;
	display: block
}

.news a h1 {
	color: #000
}

.news h1 {
	font-size: 72px;
	font-weight: 600;
	text-align: center
}

.news h1 a {
	font-weight: 400;
	color: #000
}

.news .contents-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.news .content {
	width: calc(100% - 300px);
	padding-right: 65px
}

.news .content > .title {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin: 0 auto 40px
}

.news .first-posts .slick-arrow.icon-arrow-right {
	right: 15px
}

.news .first-posts .slick-arrow.icon-arrow-left {
	left: 15px
}

.news .first-posts .slick-arrow:before {
	font-size: 30px;
	color: #000;
	opacity: .6
}

.news .first-posts .slick-arrow {
	background: hsla(0, 0%, 100%, .2);
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	transition: all .3s ease
}

.news .first-posts .slick-arrow:hover {
	background: #fff
}

.news .first-posts.slick-slider .first-post {
	margin-bottom: 0
}

.news .first-post {
	position: relative;
	display: block;
	margin-bottom: 25px
}

.news .first-post .img-ie,
.news .first-post img {
	width: 100%;
	height: 520px;
	transition: all .3s ease
}

.news .first-post img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.news .first-post h5 {
	font-size: 24px;
	margin-bottom: 10px
}

.news .first-post h4,
.news .first-post h5 {
	font-weight: 700;
	color: #fff;
	transition: all .3s ease
}

.news .first-post h4 {
	font-size: 36px;
	line-height: 40px;
	position: relative;
	z-index: 2
}

.news .first-post .excerpt {
	color: #fff;
	margin-top: 10px;
	font-weight: 700;
	transition: all .3s ease
}

.news .first-post .description {
	padding: 30px 30px 0;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	pointer-events: none
}

.news .first-post:hover .excerpt,
.news .first-post:hover h4,
.news .first-post:hover h5 {
	color: #de4242
}

.news .first-post:hover .img-ie,
.news .first-post:hover img {
	opacity: .8
}

.news .breaking-news {
	margin-top: 30px
}

.news .breaking-news h2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px
}

.news .breaking-news h2:before {
	color: #de4242;
	margin-right: 5px;
	top: 4px;
	position: relative
}

.news .breaking-news .img-ie,
.news .breaking-news img {
	width: 75px;
	height: 75px;
	margin-right: 25px;
	transition: all .3s ease;
	margin-bottom: 0 !important
}

.news .breaking-news img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.news .breaking-news .items {
	padding-top: 10px;
	border-top: 1px solid #dcdde1;
	margin-bottom: 25px
}

.news .breaking-news .item {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdde1;
	margin-bottom: 15px;
	transition: all .3s ease;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news .breaking-news .item p {
	margin: 0 0 0 auto
}

.news .breaking-news .item a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news .breaking-news .item h4 {
	line-height: 1.467;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	transition: all .3s ease;
	margin-bottom: 0 !important
}

.news .breaking-news .item .desc {
	max-width: 300px
}

.news .breaking-news .item:hover .img-ie,
.news .breaking-news .item:hover img {
	opacity: .8
}

.news .breaking-news .item:hover h4 {
	color: #de4242
}

.news .breaking-news + .posts .post + div[id$="-0"] {
	margin-top: 15px !important
}

.news .breaking-news + .posts + .button {
	margin: 0 0 15px 290px !important
}

.news .button {
	margin: 15px 0 50px 290px;
	width: 178px;
	transition: all .3s ease
}

.news .button.read-more:hover {
	color: #de4242
}

.news .posts {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news .posts + div[id$="-0"] {
	margin: 16px auto 0 !important
}

.news .post {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px
}

.news .post a > img {
	width: 270px;
	height: 270px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	margin-right: 20px;
	transition: all .3s ease
}

.news .post .likebtn_container {
	display: none !important
}

.news .post a {
	display: contents
}

.news .post a > .img-ie {
	width: 270px;
	height: 270px;
	margin-right: 20px;
	transition: all .3s ease
}

.news .post .description {
	width: calc(100% - 290px)
}

.news .post .description h5 {
	font-size: 18px;
	font-weight: 600;
	color: #161b35;
	margin-bottom: 10px;
	transition: all .5s ease
}

.news .post .description p {
	font-size: 15px;
	font-weight: 400;
	color: #3e3e3e;
	margin-bottom: 15px;
	line-height: 1.867
}

.news .post .user {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.news .post .user img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 0 !important
}

.news .post .user .desc {
	width: calc(100% - 48px)
}

.news .post .user .desc h6 {
	font-weight: 600;
	font-size: 15px;
	color: #161b35
}

.news .post .user .desc p.date {
	margin: 0;
	opacity: .35;
	font-size: 12px
}

.news .post:hover .description h5 {
	color: #de4242
}

.news .post:hover a > .img-ie,
.news .post:hover a > img {
	opacity: .8
}

.sidebar {
	width: 300px;
	position: relative
}

.sidebar .Campaign__content {
	padding-bottom: 14px !important
}

.sidebar .Campaign__content.Row:last-of-type .Row__content > div {
	padding-top: 30px
}

.sidebar .news-sidebar:last-of-type div[id$="-0"] {
	margin-bottom: 0 !important
}

.sidebar .news-inner {
	padding-left: 0 !important
}

.sidebar div[id$="-0"] {
	margin: 15px auto !important
}

.sidebar #om-tncojcu75ubrli27g4nv-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

/*
.sidebar .placeholder {
	width: 100%;
	height: 340px;
	border-radius: 8px;
	background: transparent;
	margin-bottom: 15px;
	background-size: cover;
	background-position: 50%;
	border-radius: 5px
}
*/

.sidebar .Campaign__content .Row:last-of-type > div {
	padding-top: 7% !important
}

.sidebar h5 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 6px
}

.sidebar + div {
	display: none !important
}

#main-article {
	margin: 0 !important
}

.news-sidebar {
	list-style: none !important
}

.news-sidebar a .img-ie,
.news-sidebar a img {
	width: 75px;
	height: 75px;
	margin-right: 25px;
	transition: all .3s ease;
	margin-bottom: 0 !important
}

.news-sidebar a img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.news-sidebar li {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdde1;
	margin-bottom: 15px;
	transition: all .3s ease;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-sidebar li a {
	text-decoration: none
}

.news-sidebar li h4,
.news-sidebar li p {
	margin-bottom: 0 !important
}

.news-sidebar li h4 {
	line-height: 1.467;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	transition: all .3s ease
}

.news-sidebar li .desc {
	width: calc(100% - 100px)
}

.news-sidebar li:hover img {
	opacity: .85
}

.news-sidebar li:hover h4 {
	color: #de4242
}

.breadcrumbs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none !important
}

.breadcrumbs span:last-of-type {
	pointer-events: none
}

.breadcrumbs span:last-of-type a {
	color: #000
}

.breadcrumbs span:last-of-type:after {
	display: none
}

.breadcrumbs a {
	color: #de4242;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.breadcrumbs a:hover {
	opacity: 0.7;
}

.breadcrumbs span {
	margin: 0 5px 0 8px;
	display: block;
	word-break: break-word
}

.breadcrumbs span:first-of-type {
	margin-left: 0
}

.news-inner {
	padding: 40px 0
}

.news-inner blockquote:after {
	content: "„";
	right: 30px;
	bottom: 10px
}

.news-inner blockquote:after,
.news-inner blockquote:before {
	content: "“";
	position: absolute;
	font-size: 40px;
	color: #8cc153;
	line-height: 10px
}

.news-inner .form-submit {
	margin-bottom: 0
}

.news-inner .preloader {
	position: fixed !important
}

.news-inner .contents-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.news-inner .excerpts + h5 {
	display: inline-table;
	width: calc(100% - 90px);
	vertical-align: middle
}

.news-inner .date.inner-data {
	font-size: 12px;
	display: inline-table;
	margin: 0 0 20px auto;
	vertical-align: middle
}

.news-inner a {
	transition: all .3s ease;
	text-decoration: underline;
	color: #000
}

.news-inner p {
	font-size: 18px
}

.news-inner p img {
	margin-bottom: 0
}

.news-inner .content {
	width: calc(100% - 300px);
	padding-right: 65px
}

.news-inner .content a:hover {
	color: #de4242
}

.news-inner img {
	margin-bottom: 20px;
	height: auto
}

.news-inner h1,
.news-inner h2,
.news-inner h3,
.news-inner h4,
.news-inner h5,
.news-inner h6 {
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.news-inner h1 {
	font-size: 42px
}

.news-inner h2 {
	font-size: 38px
}

.news-inner h3 {
	font-size: 32px
}

.news-inner h4 {
	font-size: 28px
}

.news-inner h5 {
	font-size: 24px
}

.news-inner h6 {
	font-size: 18px
}

.news-inner p {
	margin-bottom: 20px;
	line-height: 1.9
}

.news-inner i {
	font-style: italic
}

.news-inner strong {
	font-weight: 600
}

.news-inner .content ul {
	list-style-type: disc;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-position: initial;
	padding-left: 20px
}

.news-inner .content ul li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.9
}

.news-inner ol {
	list-style-type: decimal;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-position: initial;
	padding-left: 20px
}

.news-inner ol li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.9
}

.news-inner .align-left {
	float: left;
	margin-right: 20px
}

.news-inner .align-right {
	float: right;
	margin-left: 20px
}

.news-inner .align-center {
	display: table;
	margin: 0 auto 20px
}

.news-inner blockquote {
	padding: 50px 50px 30px;
	background: #f9f9f9;
	position: relative;
	margin-bottom: 20px
}

.news-inner blockquote:before {
	top: 40px;
	left: 30px
}

.news-inner img {
	max-width: 100%
}

.related-articles {
	padding: 0 0 25px;
	border-bottom: 10px solid #000;
	margin-bottom: 40px
}

.related-articles h2 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 10px solid #000;
	margin-bottom: 25px
}

.related-articles .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.related-articles .items .item:nth-of-type(3n) {
	margin-right: 0
}

.related-articles .items .item {
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
	text-decoration: none !important
}

.related-articles .items .item h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	transition: all .3s ease;
	margin-bottom: 0
}

.related-articles .items .item img {
	width: 100%;
	height: 228px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	margin-bottom: 0
}

.related-articles .items .item:hover h4 {
	color: #8cc153
}

.diy {
	padding: 40px 0 0
}

.diy .first-post:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 0;
	left: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	pointer-events: none;
	z-index: 1
}

.diy h1 {
	font-size: 82px;
	font-weight: 600;
	text-align: center
}

.diy h1 a {
	color: #000;
	font-weight: 400
}

.diy .first-post {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.diy .first-post .excerpt {
	color: #fff;
	margin-top: 10px;
	font-weight: 700;
	transition: all .3s ease
}

.diy .first-post .img-ie {
	height: 520px
}

.diy .first-post img {
	width: 100%;
	height: 520px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.diy .first-post .description {
	padding: 30px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	pointer-events: none
}

.diy .first-post h5 {
	font-size: 24px;
	margin-bottom: 10px
}

.diy .first-post h4,
.diy .first-post h5 {
	color: #fff;
	font-weight: 700;
	transition: all .3s ease
}

.diy .first-post h4 {
	font-size: 36px;
	line-height: 40px
}

.diy .first-post:hover .excerpt,
.diy .first-post:hover h4,
.diy .first-post:hover h5 {
	color: #de4242
}

.diy .first-post:hover .img-ie,
.diy .first-post:hover img {
	opacity: .8
}

.diy .posts {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.diy .posts .post:hover h5 {
	color: #de4242
}

.diy .posts .post:hover .img-ie,
.diy .posts .post:hover img {
	opacity: .8
}

.diy .posts .post:nth-of-type(3n) {
	margin-right: 0
}

.diy .posts h5 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all .3s ease
}

.diy .posts .img-ie {
	height: 370px
}

.diy .posts img {
	width: 100%;
	height: 370px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.diy .posts .post {
	width: calc(100% / 3 - 10px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px
}

.diy .posts .post .description {
	position: absolute;
	bottom: 0;
	padding: 20px;
	z-index: 1
}

.diy .posts .post .description h5 {
	color: #fff
}

.diy .posts .post .description .excerpt {
	color: #fff;
	margin: 5px 0;
	word-break: break-word;
	max-height: 46px;
	overflow: hidden
}

.diy .posts .post .description .name {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0
}

.diy .posts .post:before {
	content: "";
	position: absolute;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}

.diy .posts.post-load-ajax .post {
	margin-bottom: 15px
}

.diy .button {
	width: 178px;
	margin: 0 auto;
	transition: all .3s ease
}

.diy .button:hover {
	color: #de4242
}

.cannvas {
	padding: 40px 0
}

.cannvas .post:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 0;
	left: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	z-index: 1;
	pointer-events: none
}

.cannvas h1 {
	font-size: 72px;
	text-align: center
}

.cannvas h1 a {
	color: #000
}

.cannvas .img-ie {
	width: 100%
}

.cannvas img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	width: 100%
}

.cannvas .cannvas-posts {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cannvas .post {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.cannvas .post a {
	display: block
}

.cannvas .post img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.cannvas .post .description {
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 30px;
	z-index: 2;
	pointer-events: none
}

.cannvas .post h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	transition: all .3s ease
}

.cannvas .post .excerpt,
.cannvas .post p {
	margin-top: 5px;
	font-weight: 700;
	transition: all .3s ease;
	word-break: break-word;
	max-height: 50px;
	overflow: hidden
}

.cannvas .post .name {
	margin-top: 5px;
	font-weight: 700;
	font-size: 18px;
	transition: all .3s ease
}

.cannvas .post:hover .excerpt,
.cannvas .post:hover .name,
.cannvas .post:hover h4,
.cannvas .post:hover p {
	color: #de4242
}

.cannvas .post:hover .img-ie,
.cannvas .post:hover img {
	opacity: .8
}

.cannvas .left-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: calc(100% - 390px);
	margin-right: 15px
}

.cannvas .left-block .post:nth-last-of-type(2) {
	margin-right: 15px
}

.cannvas .left-block .post:nth-last-of-type(-n+2) {
	width: calc(100% / 2 - 7.5px)
}

.cannvas .left-block .post:nth-last-of-type(-n+2) .img-ie,
.cannvas .left-block .post:nth-last-of-type(-n+2) img {
	height: 270px;
	transition: all .3s ease
}

.cannvas .left-block .post:nth-last-of-type(-n+2) h4 {
	font-size: 18px;
	line-height: 1.2;
	bottom: 0
}

.cannvas .left-block .post:nth-last-of-type(-n+2) .excerpt,
.cannvas .left-block .post:nth-last-of-type(-n+2) p {
	font-size: 12px;
	word-break: break-word;
	max-height: 50px;
	overflow: hidden
}

.cannvas .left-block .post:nth-last-of-type(-n+2) .name {
	font-size: 14px
}

.cannvas .left-block .post:nth-last-of-type(-n+2) .description {
	bottom: 15px;
	padding-bottom: 0
}

.cannvas .left-block .post {
	width: 100%
}

.cannvas .left-block .post:first-of-type .img-ie,
.cannvas .left-block .post:first-of-type img {
	height: 470px;
	transition: all .3s ease
}

.cannvas .right-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 375px;
	width: 100%
}

.cannvas .right-block h4 {
	font-size: 18px;
	line-height: 1.2;
	bottom: 0
}

.cannvas .right-block .excerpt,
.cannvas .right-block p {
	font-size: 12px;
	word-break: break-word;
	max-height: 50px;
	overflow: hidden
}

.cannvas .right-block .name {
	font-size: 14px
}

.cannvas .right-block .description {
	bottom: 15px;
	padding-bottom: 0
}

.cannvas .right-block .img-ie,
.cannvas .right-block img {
	height: 370px;
	transition: all .3s ease
}

.post-category .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-category .items .item:hover h4 {
	color: #de4242
}

.post-category .items .item:hover .img-ie,
.post-category .items .item:hover img {
	opacity: .8
}

.post-category .items .item:nth-of-type(3n) {
	margin-right: 0
}

.post-category .items .item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: hsla(0, 0%, 100%, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .75));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
	z-index: 1;
	pointer-events: none
}

.post-category .items .item:hover .description .excerpt,
.post-category .items .item:hover .description a,
.post-category .items .item:hover .description h4,
.post-category .items .item:hover .description p {
	color: #de4242;
	opacity: 1
}

.post-category .items .item {
	width: calc(100% / 3 - 10px);
	margin-right: 15px;
	position: relative
}

.post-category .items .item .description {
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	pointer-events: none;
	left: 0;
	right: 0;
	z-index: 2
}

.post-category .items .item .description h4,
.post-category .items .item .description h4 a {
	transition: all .3s ease;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px
}

.post-category .items .item .description .excerpt {
	font-size: 12px;
	margin-bottom: 5px
}

.post-category .items .item .description .excerpt,
.post-category .items .item .description p {
	color: #fff;
	transition: all .3s ease;
	word-break: break-word;
	max-height: 50px;
	overflow: hidden
}

.post-category .items .item .description p.name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0
}

.post-category .items .item .user {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	-ms-flex-align: center;
	align-items: center
}

.post-category .items .item .user .avatar {
	width: 30px;
	height: 30px;
	margin-left: 0 !important
}

.post-category .items .item .user .desc {
	width: calc(100% - 45px)
}

.post-category .items .item > a {
	display: block;
	height: 270px
}

.post-category .items .img-ie,
.post-category .items img {
	height: 270px;
	transition: all .3s ease
}

.post-category .items img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.post-category .items h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #161b35;
	transition: all .3s ease;
	margin-bottom: 10px
}

.post-category .button {
	width: 178px;
	margin: 31px 0 0 auto;
	transition: all .3s ease
}

.post-category .button:hover {
	background: #de4242
}

.post-category h2 {
	font-size: 64px;
	font-weight: 600;
	border-bottom: 1px solid #bcbcbc;
	padding: 0 0 27px;
	margin-bottom: 15px;
	line-height: 1.1
}

.post-category:last-of-type .button {
	margin-bottom: 0
}

.preloader {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 3
}

.preloader,
.strains-desc {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.strains-desc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	height: 400px
}

.strains-desc .img {
	position: relative
}

.strains-desc .view {
	margin-top: 15px;
	font-size: 12px;
	line-height: 14px;
	font-family: Roboto, sans-serif;
	color: #bbb;
	text-align: center;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.strains-desc .view i {
	margin-right: 5px
}

.strains-desc .view i:before {
	font-size: 16px
}

.strains-desc .next_post,
.strains-desc .previous_post {
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	font-size: 50px
}

.strains-desc .next_post i:before,
.strains-desc .previous_post i:before {
	color: #8cc153
}

.strains-desc .previous_post {
	transform: translate(calc(-50% - 135px), -50%)
}

.strains-desc .next_post {
	transform: translate(calc(-50% + 135px), -50%)
}

.strains-desc .img-ie {
	background-size: contain
}

.strains-desc .img-ie,
.strains-desc img {
	max-width: 175px;
	width: 100%;
	margin: 0 auto 25px;
	height: 175px
}

.strains-desc img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.strains-desc h1 {
	font-weight: 600;
	font-size: 42px;
	color: #333
}

.strains-desc p {
	font-size: 14px;
	margin-bottom: 0;
	color: #333
}

.strains-inner .button {
	width: 225px;
	margin: 0 auto
}

.strains-inner h2 {
	margin: 40px auto 25px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center
}

.strains-inner .col-lg-12 > p {
	max-width: 780px;
	width: 100%;
	text-align: justify;
	font-size: 18px;
	color: #161b35;
	line-height: 1.6;
	margin: 0 auto 15px;
	display: table
}

.strains-inner .taste ul {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.strains-inner .taste ul,
.strains-inner .taste ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.strains-inner .taste ul li {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 25px 30px
}

.strains-inner .taste ul li .img-ie {
	width: 120px;
	height: 120px;
	background-size: contain
}

.strains-inner .taste ul li img {
	max-width: 120px;
	width: 100%
}

.strains-inner .taste ul li p {
	font-size: 14px;
	margin: 15px 0 0
}

.tab-pane {
	display: none;
	min-height: 156px
}

.tab-pane ul {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.tab-pane ul,
.tab-pane ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tab-pane ul li {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 25px 30px
}

.tab-pane ul li .img-ie {
	width: 120px;
	height: 120px;
	background-size: contain
}

.tab-pane ul li img {
	max-width: 120px;
	width: 120px;
	height: 120px
}

.tab-pane ul li p {
	font-size: 14px;
	margin: 15px 0 0
}

.tab-pane.active {
	display: block
}

.nav-tabs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 0 60px
}

.nav-tabs li.active a {
	color: #161b35;
	border-color: #6a9441
}

.nav-tabs a {
	border-bottom: 5px solid transparent;
	display: block;
	font-size: 20px;
	color: #8cc153;
	padding: 0 15px 15px;
	line-height: 1;
	transition: all .3s ease
}

.nav-tabs a:hover {
	border-color: #6a9441
}

.rate-it {
	border-bottom: 10px solid #c8c8c8;
	border-top: 10px solid #c8c8c8;
	padding-bottom: 40px;
	display: none
}

.rate-it .button {
	width: 225px;
	margin: 50px auto 0
}

.rate-it h2 {
	margin: 80px auto 10px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center
}

.rate-it h2 + p {
	font-size: 18px;
	text-align: center;
	color: #161b35;
	opacity: .4
}

.rate-it input[type=checkbox] {
	display: none
}

.rate-it .pick-vibe {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px
}

.rate-it .pick-vibe li {
	width: 12.5%
}

.rate-it .pick-vibe label {
	border: 1px solid #dedede;
	width: 100%;
	height: 110px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	text-transform: capitalize
}

.rate-it .pick-vibe label span {
	font-size: 14px;
	color: #333
}

.rate-it .pick-vibe label:before {
	font-size: 50px;
	color: #d0d1d7;
	margin-bottom: 10px
}

.rate-it .pick-vibe input[type=checkbox]:checked + label:before {
	color: currentColor
}

.rate-it .textarea {
	position: relative;
	max-width: 970px;
	width: 100%;
	margin: 0 auto 25px
}

.rate-it .textarea textarea {
	resize: none;
	border: 1px solid #adadad;
	height: 260px;
	width: 100%;
	padding: 30px
}

.rate-it .textarea label {
	position: absolute;
	letter-spacing: 1px;
	top: 40px;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 18px;
	color: #000;
	left: 30px;
	background: #fff;
	padding: 0 5px;
	pointer-events: none;
	transition: all .3s ease
}

.rate-it .textarea label sub {
	color: red;
	position: relative;
	top: -3px
}

.rate-it .textarea.focus label {
	top: 0;
	font-size: 12px
}

.rate-it .pick-symptom,
.rate-it .side-effects {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px
}

.rate-it .pick-symptom input[type=checkbox]:checked + label,
.rate-it .side-effects input[type=checkbox]:checked + label {
	background: #8cc153;
	color: #fff
}

.rate-it .pick-symptom label,
.rate-it .side-effects label {
	height: 50px;
	width: 170px;
	margin: 0 15px 30px;
	border: 1px solid #dedede;
	cursor: pointer;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
	transition: all .3s ease
}

.rate-it + .dispensaries + div[id$="-0"] + .blog {
	border-top: 10px solid #c8c8c8;
	padding-top: 40px
}

.submit-popup h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-top: 30px
}

.submit-popup .icon-clear {
	cursor: pointer;
	transition: all .3s ease
}

.submit-popup .icon-clear:hover:before {
	color: #8cc153
}

.submit-popup label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
	color: #333
}

.submit-popup .modal-content {
	padding: 15px 15px 40px
}

.submit-popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ccc;
	cursor: pointer
}

.submit-popup .input {
	margin-top: 30px
}

.submit-popup .button {
	margin: 0 auto;
	width: 225px;
	cursor: pointer
}

.submit-popup input[type=email],
.submit-popup input[type=text] {
	height: 40px;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 0 15px;
	border-radius: 4px
}

.map {
	position: relative
}

.map .main-back-to-top:hover {
	background: #6a9441
}

.map .fa-crosshairs:hover:before {
	color: #8cc153 !important
}

.map .ssf-column {
	margin-bottom: 15px
}

.map .store-locator__infobox {
	position: relative;
	height: 100%
}

.map .store-locator__infobox .infobox__cta {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 8.5vw;
	padding: 0;
	font-size: .8vw
}

.map .store-locator__infobox .store-review {
	margin-top: 15px;
	text-align: left !important;
	opacity: 0
}

.map #storeLocator__storeListRow .store-exturl,
.map #storeLocator__storeListRow a#dirbutton {
	width: calc(100% / 2 - 31.5px) !important
}

.map .store-locator-map {
	z-index: 1
}

.map .store-locator-map .infobox__inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px !important
}

.map .infobox__body {
	height: auto !important;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75px
}

.map .ssf_image_setting {
	background-repeat: no-repeat !important;
	background-size: contain !important
}

.map .type-page > p {
	display: none
}

.map .store-exturl {
	display: inline-block !important;
	width: 7.429vw !important
}

.map .store-exturl a .btn-super-info {
	border-radius: 0 !important;
	margin-top: 15px !important;
	font-size: .8vw;
	padding: 0 !important
}

.map #mainContent {
	margin: 0 auto !important
}

.map #mainContent .store-locator-map-holder {
	width: 60% !important
}

.map #mainContent #super-left-panel {
	width: 40% !important
}

.map #mainContent #ssf_adress_input_box {
	padding-left: 15px !important
}

.map .button-selector {
	position: absolute;
	right: 65px;
	top: 70px;
	z-index: 3
}

.map .infobox__title {
	font-size: 18px
}

.map .infobox__row + .infobox__row {
	padding: 10px 0 0 !important
}

.map #storeLocator__storeList {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.map #storeLocator__storeList .medium-4 {
	width: calc(100% / 2 - 7.5px) !important;
	margin-right: 15px
}

.map #storeLocator__storeList .medium-4:nth-of-type(2n) {
	margin-right: 0
}

.map .filter__row--cta .small-6 {
	width: 100% !important;
	margin-left: 0 !important
}

.map .ssf-main-content .ssf-row .ssf-row {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.map .ssf-main-content .ssf-row .ssf-row .ssf-column {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.map #applyFilterOptions,
.map .btn-super-info,
.map .infobox__cta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	transition: all .3s ease;
	border: none !important;
	color: #fff !important;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	background: #8cc153;
	margin-top: 25px
}

.map #applyFilterOptions:hover,
.map .btn-super-info:hover,
.map .infobox__cta:hover {
	background: #6a9441
}

.map .filter__row--cta .ssf-row {
	width: 100% !important
}

.map #applyFilterOptions,
.map #filter__states {
	margin-top: 0 !important
}

.map #filter__states {
	padding-top: 0 !important
}

.map .arrow-toggler {
	border-bottom: 1px solid #dedede;
	padding-bottom: 11px;
	padding-top: 11px
}

.map .arrow-toggler:after {
	margin-top: -16px
}

.map #applyFilterOptions {
	box-shadow: none !important;
	border-radius: 0 !important
}

.map #filter__states {
	padding-right: 0 !important;
	margin-right: 15px
}

.map .title.space-bottom-3x {
	margin-bottom: 10px !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	padding-top: 5px !important
}

.map #filterOptionsClearer,
.map #filterShowAll {
	font-weight: 600;
	color: #8cc153;
	transition: all .3s ease
}

.map #filterOptionsClearer:hover,
.map #filterShowAll:hover {
	color: #8cc153
}

.map .ssf_image_setting {
	height: 9.375vw !important
}

.map .fa-crosshairs:before {
	color: #8cc153 !important;
	transition: all .3s ease
}

.map .main-back-to-top {
	background: #8cc153;
	transition: all .3s ease
}

.map .main-back-to-top:after {
	color: #fff !important
}

.map .store-locator__infobox.store-locator__infobox--main {
	color: #000;
	background: #fff
}

.map .store-locator__infobox.store-locator__infobox--main #info-operating-hours {
	margin-top: 10px
}

.map .store-locator__infobox.store-locator__infobox--main .btn-super-info {
	border-radius: 0 !important
}

.map .store-locator__infobox.store-locator__infobox--main .btn-super-info,
.map .store-locator__infobox.store-locator__infobox--main .infobox__cta {
	background: #8cc153 !important;
	padding: 0 20px !important
}

.map .store-locator__infobox.store-locator__infobox--main .btn-super-info:hover,
.map .store-locator__infobox.store-locator__infobox--main .infobox__cta:hover {
	background: #6a9441 !important
}

.map .store-locator__infobox.store-locator__infobox--main .infobox__row {
	padding-left: 0 !important
}

.map .store-locator__infobox.store-locator__infobox--main #info-operating-hours,
.map .store-locator__infobox.store-locator__infobox--main #info-tel,
.map .store-locator__infobox.store-locator__infobox--main #info-website,
.map .store-locator__infobox.store-locator__infobox--main .infobox__title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #000;
	text-align: left
}

.map .store-locator__infobox.store-locator__infobox--main #store-contact-us + div {
	display: none !important
}

.map .store-locator__infobox.store-locator__infobox--main .store-website a {
	color: #000;
	text-decoration: underline
}

.map .store-locator__infobox.store-locator__infobox--main #info-operating-hours .actives:after,
.map .store-locator__infobox.store-locator__infobox--main #info-operating-hours .actives:before,
.map .store-locator__infobox.store-locator__infobox--main #info-operating-hours .is-toggled:after {
	background-color: #000
}

.map .store-locator__infobox.store-locator__infobox--main:before {
	border-right-color: #fff !important
}

.map a.infobox__row.infobox__comment {
	color: #000 !important
}

.map .store-exturl,
.map a#dirbutton {
	width: calc(100% / 2 - 17.5px) !important;
	padding: 0 !important;
	position: absolute;
	bottom: 15px
}

.map div#info-tel {
	margin-top: 10px
}

.map .no-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../image/store-icon.png);
	background-size: contain;
	background-position: 50%;
	transform: rotate(45deg)
}

.page404 {
	padding: 40px 0
}

.page404 .content404 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page404 .content404 h1 {
	position: relative;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 200px;
	font-weight: 600;
	color: #161b35;
	line-height: .72;
	width: 450px;
	margin: 0 auto;
	padding-top: 80px
}

.page404 .content404 h1 span:last-of-type {
	margin: 0 0 0 auto
}

.page404 .content404 h1:before {
	font-size: 220px;
	color: #8cc153;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%)
}

.page404 .content404 h4 {
	font-size: 27px;
	margin-top: 25px
}

.page404 .content404 p {
	max-width: 360px;
	text-align: center
}

.contacts {
	padding: 40px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts .input:last-of-type {
	margin: 0 0 0 auto
}

.contacts .contents-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.contacts .content {
	width: calc(100% - 300px);
	padding-right: 30px
}

.contacts h1 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	margin-bottom: 34px
}

.contacts form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts .input {
	width: calc(100% / 2 - 15px);
	margin-right: 30px;
	margin-bottom: 30px
}

.contacts .input input[type=submit] {
	margin: 0 0 0 auto;
	width: 128px
}

.contacts .input input[type=email],
.contacts .input input[type=text] {
	height: 40px;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 0 15px;
	border-radius: 4px
}

.contacts .input:nth-of-type(2n) {
	margin-right: 0
}

.contacts .textarea {
	width: 100%;
	margin-bottom: 30px
}

.contacts .textarea textarea {
	box-shadow: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	border-radius: 4px;
	resize: none
}

.about-us {
	padding: 40px 0
}

.about-us .contents-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.about-us .content {
	width: calc(100% - 300px);
	padding-right: 30px
}

.about-us h1 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	margin-bottom: 34px
}

.about-us p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px
}

.search-page {
	padding: 0 0 40px
}

.search-page .results-page {
	color: #8d8d8d;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px
}

.search-page h1 {
	font-size: 48px;
	font-weight: 600
}

.search-page h1 span {
	font-weight: 400
}

.search-page h3 {
	margin-top: 30px;
	bottom: 0;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.search-page ul.links {
	margin-top: 40px
}

.search-page ul.links li {
	margin-bottom: 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 20px 20px 20px 75px;
	transition: all .3s ease;
	cursor: pointer
}

.search-page ul.links li .icon {
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 15px
}

.search-page ul.links li .icon img {
	width: 45px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.search-page ul.links li h3 {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	color: #161b35;
	transition: all .3s ease;
	margin-bottom: 10px;
	max-width: 60%;
	margin-top: 0
}

.search-page ul.links li .link {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

.search-page ul.links li .excerpt {
	display: block;
	width: 100%;
	max-width: 60%
}

.search-page ul.links li .excerpt p {
	font-size: 14px;
	line-height: 21px
}

.search-page ul.links li:hover {
	background: #f4f4f4
}

.search-page ul.links li:hover h3 {
	color: #8cc153
}

.comment-form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.comment-form .comment-form-author,
.comment-form .comment-form-comment,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	position: relative;
	width: calc(100% / 2 - 15px);
	margin-right: 15px;
	margin-bottom: 15px
}

.comment-form .comment-form-author input[type=email],
.comment-form .comment-form-author input[type=tel],
.comment-form .comment-form-author input[type=text],
.comment-form .comment-form-comment input[type=email],
.comment-form .comment-form-comment input[type=tel],
.comment-form .comment-form-comment input[type=text],
.comment-form .comment-form-email input[type=email],
.comment-form .comment-form-email input[type=tel],
.comment-form .comment-form-email input[type=text],
.comment-form .comment-form-url input[type=email],
.comment-form .comment-form-url input[type=tel],
.comment-form .comment-form-url input[type=text] {
	border: 1px solid #a2a4ae;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	font-size: 16px;
	background-color: transparent
}

.comment-form .comment-form-author textarea,
.comment-form .comment-form-comment textarea,
.comment-form .comment-form-email textarea,
.comment-form .comment-form-url textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #a2a4ae;
	background-color: transparent;
	font-size: 16px;
	padding: 15px 20px;
	resize: none;
	box-shadow: none
}

.comment-form .comment-form-author label,
.comment-form .comment-form-comment label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	color: #8d8d8d;
	font-size: 18px;
	pointer-events: none;
	transition: .3s ease
}

.comment-form .comment-form-author label span,
.comment-form .comment-form-comment label span,
.comment-form .comment-form-email label span,
.comment-form .comment-form-url label span {
	color: red
}

.comment-form .comment-form-author.focus label,
.comment-form .comment-form-comment.focus label,
.comment-form .comment-form-email.focus label,
.comment-form .comment-form-url.focus label {
	font-size: 12px !important;
	top: 0 !important;
	background: #fff
}

.comment-form .form-submit #submit {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	transition: all .3s ease;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	line-height: 48px;
	background: #8cc153
}

.comment-form .form-submit #submit:hover {
	background: #6a9441
}

.comment-form .comment-form-url {
	margin-right: 0
}

.comment-form .comment-form-comment {
	width: 100%
}

.comment-form .comment-form-comment label {
	top: 15px;
	transform: translateY(0)
}

.comment-form .comment-form-comment.focus label {
	transform: translateY(-50%)
}

.comment-form .comment-form-cookies-consent [type=checkbox] {
	display: none
}

.comment-form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
	font-family: custom-icons;
	content: "\ea07"
}

.comment-form .comment-form-cookies-consent label {
	position: relative;
	padding-left: 25px
}

.comment-form .comment-form-cookies-consent label:before {
	width: 18px;
	height: 18px;
	border: 1px solid #a2a4ae;
	content: " ";
	position: absolute;
	left: 0;
	top: 0px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #8cc153
}

.tags {
	margin-top: 5px;
	margin-bottom: 0 !important;
	display: none
}

.tags li {
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 0 !important;
	border: none !important
}

.tags a {
	display: block;
	font-size: 12px;
	background: #de4242;
	color: #fff;
	padding: 2px 5px
}

.tags.selected {
	margin-bottom: 25px !important
}

.tags.selected ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.tags.selected p {
	margin-right: 10px
}

.tags.selected a {
	padding: 2px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.tags.selected a i {
	margin-left: 5px
}

.tags.selected a i:before {
	font-size: 8px
}

#communityTerms_suggest_button_wrapper,
.cmsw-sw-widget {
	display: none
}

.glossary_top_filter .left {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.glossary_top_filter .left .button {
	margin: 0;
	background: #8cc153
}

.glossary_top_filter .left .button:hover {
	background: #6a9441
}

.glossary_top_filter .left .glossary-search-clear,
.glossary_top_filter .left .glossary-search-label,
.glossary_top_filter .left div.cmtt_help {
	display: none
}

.glossary_top_filter .left #glossary-search-term {
	width: calc(100% - 402px);
	margin-right: 15px;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #dedede;
	box-shadow: none;
	border-radius: 0
}

#glossaryList-nav {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 30px
}

#glossaryList-nav a.ln-selected {
	color: #8cc153
}

#glossaryList-nav a.ln-_ {
	display: none
}

#glossaryList-nav a {
	background-color: transparent !important;
	color: #464646;
	transition: all .3s ease;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: arial;
	border: none;
	cursor: pointer;
	padding: 0 7px 0 0 !important;
	line-height: 1.2
}

#glossaryList-nav a.ln-disabled {
	color: #7f7f7f;
	pointer-events: none
}

#glossaryList {
	font-size: 18px;
	color: #000
}

#glossaryList a:hover {
	color: #8cc153 !important
}

#glossaryList li > li {
	width: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 15px
}

#glossaryList li.letter {
	margin-top: 30px;
	border-top: 1px solid #000;
	padding-top: 30px;
	columns: 2;
	position: relative
}

#glossaryList li.letter .children a {
	font-size: 20px
}

#glossaryList li.letter:before {
	content: attr(data-letter);
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	color: #000;
	left: 0;
	background: #fff;
	top: 0;
	padding: 0 5px;
	transform: translateY(-50%)
}

#glossaryList a {
	display: table;
	color: #333;
	font-family: arial;
	transition: all .3s ease;
	line-height: 40px;
	border-bottom: none !important
}

#glossaryList a:visited {
	color: #333 !important
}

div.cmtt_related_title {
	margin-bottom: 10px !important
}

.back-to-top {
	position: absolute;
	right: 0;
	top: 0;
	width: auto !important;
	background: #fff;
	font-size: 16px;
	transform: translateY(-50%)
}

.back-to-top a:after {
	right: 2px;
	transform: rotate(45deg) translate(-2px)
}

.back-to-top a:before {
	transform: rotate(45deg) translateY(-50%);
	left: 2px
}

.back-to-top a {
	font-size: 11px;
	color: #333;
	position: relative;
	padding: 0 12px 0 15px
}

.back-to-top a:after,
.back-to-top a:before {
	content: "";
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%
}

.not-soc {
	padding: 40px 0 0;
	text-align: center
}

.not-soc .logo {
	margin: 0 auto 55px;
	display: table
}

.not-soc p {
	font-size: 24px;
	font-family: Poppins, sans-serif
}

.dispensaries-inner {
	padding: 90px 0;
	border-bottom: 10px solid #c8c8c8
}

.dispensaries-inner .ssf_option_input > ul > li:nth-of-type(3) span {
	display: inline-block;
	margin: 0 0 0 auto
}

.dispensaries-inner .ssf_option_input > ul > li:nth-of-type(2) a:before {
	font-size: 24px;
	margin-right: 7px
}

.dispensaries-inner .totalReviewShow {
	padding: 0 5px
}

.dispensaries-inner .store-storeReview {
	margin-bottom: 30px
}

.dispensaries-inner .buttons {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-inner .buttons .button:first-of-type {
	margin-right: 15px
}

.dispensaries-inner .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-inner .icon-clock {
	position: relative
}

.dispensaries-inner .icon-clock:after {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #8cc153;
	border-right: 2px solid #8cc153;
	transform: rotate(45deg) translate(0);
	right: 0;
	margin: 0 0 0 auto
}

.dispensaries-inner .store-review {
	text-align: left !important;
	margin-bottom: 30px
}

.dispensaries-inner .desc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-inner .desc .img-ie {
	background-size: contain
}

.dispensaries-inner .desc .img-ie,
.dispensaries-inner .desc img {
	width: 170px;
	height: 170px;
	border: 1px solid #dedede;
	margin-right: 30px
}

.dispensaries-inner .desc img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.dispensaries-inner .desc h1 {
	font-weight: 600;
	font-size: 28px;
	width: calc(100% - 202px)
}

.dispensaries-inner .ssf_option_input > ul {
	max-width: 410px
}

.dispensaries-inner .ssf_option_input > ul ul.timings {
	margin-top: 10px;
	display: none
}

.dispensaries-inner .ssf_option_input > ul ul.timings li {
	border-bottom: 1px solid #dedede;
	margin: 0;
	line-height: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #7f7f7f
}

.dispensaries-inner .ssf_option_input > ul ul.timings li:last-of-type {
	border-bottom: none
}

.dispensaries-inner .ssf_option_input > ul ul.timings span {
	display: inline-block;
	margin: 0 0 0 auto
}

.dispensaries-inner .ssf_option_input > ul ul.timings.open {
	-ms-flex-direction: column;
	flex-direction: column
}

.dispensaries-inner .ssf_option_input > ul a,
.dispensaries-inner .ssf_option_input > ul ul.timings.open {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-inner .ssf_option_input > ul a {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.dispensaries-inner .ssf_option_input > ul > li {
	position: relative;
	padding-left: 30px;
	margin: 30px 0
}

.dispensaries-inner .ssf_option_input > ul > li .fa {
	position: absolute;
	left: 0;
	top: 3px
}

.dispensaries-inner .ssf_option_input > ul > li a {
	font-family: arial;
	color: #000;
	font-size: 18px
}

.dispensaries-inner .ssf_option_input > ul > li:first-of-type a {
	color: #8cc153
}

.dispensaries-inner .button {
	width: 180px;
	margin-bottom: 75px
}

.dispensaries-inner .right-block {
	padding-left: 15px;
	position: relative
}

.dispensaries-inner .right-block .button {
	position: absolute;
	top: 10px;
	left: 25px;
	max-width: 190px;
	width: 100%
}

.dispensaries-inner .left-block,
.dispensaries-inner .right-block {
	width: 50%
}

.dispensaries-inner #map {
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 5px
}

.review {
	padding: 40px 0;
	border-bottom: 10px solid #c8c8c8
}

.review #ssf-Rating {
	width: 136px !important;
	cursor: pointer;
	margin-top: 30px
}

.review sup {
	top: -2px;
	color: red
}

.review h2 {
	font-weight: 600;
	font-size: 28px;
	color: #161b35;
	margin-bottom: 15px
}

.review h2 + p {
	font-size: 14px;
	margin-bottom: 40px
}

.review form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	max-width: 710px;
	margin: 0 auto
}

.review label {
	display: block;
	font-size: 15px;
	font-weight: 600
}

.review .input {
	width: 100%;
	margin-bottom: 15px
}

.review .input input[type=submit] {
	margin: 50px auto 0;
	width: 225px
}

.review .input input[type=email],
.review .input input[type=text] {
	height: 40px;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 0 15px;
	border-radius: 4px;
	background: #fff
}

.review .textarea {
	width: 100%
}

.review .textarea textarea {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 10px 15px;
	box-shadow: none;
	width: 100%;
	background: #fff;
	resize: none;
	height: 180px
}

.encyclo-weedia-inner {
	padding: 40px 0 0
}

.encyclo-weedia-inner .contents-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.encyclo-weedia-inner .contents-block .content {
	width: calc(100% - 300px);
	padding-right: 65px
}

.encyclo-weedia-inner .back-encyclo-weedia {
	color: #8cc153;
	transition: all .3s ease;
	margin-bottom: 20px;
	display: table
}

.encyclo-weedia-inner .back-encyclo-weedia:hover {
	color: #6a9441
}

.encyclo-weedia-inner .form-submit {
	width: 100%
}

.encyclo-weedia-inner p {
	line-height: 1.9;
	margin-bottom: 20px
}

.encyclo-weedia-inner .access-point h1 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 10px
}

.encyclo-weedia-inner .add_file {
	max-width: 190px;
	margin-right: 30px
}

.encyclo-weedia-inner .image_loade_block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.encyclo-weedia-inner .use-of-term {
	margin-bottom: 40px
}

.encyclo-weedia-inner .use-of-term blockquote:after {
	content: "„";
	right: 20px;
	bottom: 53px
}

.encyclo-weedia-inner .use-of-term blockquote:before {
	content: "“";
	top: 53px;
	left: 20px
}

.encyclo-weedia-inner .use-of-term h2:after {
	border: 5px solid transparent;
	border-top: 10px solid #8cc153;
	top: calc(50% + 15px);
	left: 5px
}

.encyclo-weedia-inner .use-of-term h2:before {
	top: 50%;
	left: 0;
	background: #8cc153;
	width: 35px;
	height: 21px;
	border-radius: 8px
}

.encyclo-weedia-inner .use-of-term h2 {
	font-size: 32px;
	font-weight: 600;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px
}

.encyclo-weedia-inner .use-of-term h2:after,
.encyclo-weedia-inner .use-of-term h2:before {
	content: "";
	position: absolute;
	transform: translateY(-50%)
}

.encyclo-weedia-inner .use-of-term blockquote {
	position: relative;
	border: 3px solid #8cc153;
	border-radius: 20px;
	padding: 25px 75px 5px
}

.encyclo-weedia-inner .use-of-term blockquote p {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.9
}

.encyclo-weedia-inner .use-of-term blockquote:after,
.encyclo-weedia-inner .use-of-term blockquote:before {
	position: absolute;
	font-weight: 600;
	font-size: 72px;
	color: #8cc153;
	line-height: 30px
}

.disq h2 {
	font-size: 36px;
	font-weight: 600;
	color: #000
}

.author-box {
	overflow: hidden
}

.author-box .author-img img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 0 30px 0 0;
	float: left
}

.author-box .author-name {
	font-size: 18px;
	font-weight: 600;
	width: calc(100% - 100px);
	margin: 0 0 0 auto;
	display: table;
	text-align: left
}

.author-box .author-description {
	font-size: 15px;
	line-height: 1.9;
	width: calc(100% - 100px);
	margin: 0 0 0 auto
}

.logged-in-as a {
	color: #3e3e3e;
	font-size: 18px
}

.logged-in-as a:hover {
	color: #de4242 !important;
	text-decoration: none !important
}

.comment-respond {
	clear: both;
	margin-top: 30px
}

.comment-respond h3 {
	display: table
}

div.is-ajax-search-result {
	width: 386px !important
}

.lb-style-drop .lb-dislike,
.lb-style-drop .lb-like,
.lb-style-padded .lb-dislike,
.lb-style-padded .lb-like,
.lb-style-white .lb-dislike,
.lb-style-white .lb-like {
	background-color: transparent !important;
	border: none !important
}

.store-locator__map-status__closer {
	right: 30px !important
}

.add_wrap {
	min-height: 40px;
	overflow: hidden
}

.home-page .new-news .first-post .item,
.home .new-news .first-post .item {
	margin-bottom: 0
}

.home-page .blog,
.home .blog {
	padding-bottom: 0
}

.relief .blog {
	padding-top: 40px
}

section {
	transition: all .3s ease
}

.inner-page section .post + .add_wrap,
.inner-page section .posts + .add_wrap {
	min-height: 0
}

.age-gate-wrapper {
	height: calc(100vh - 160px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 610px;
	width: 100vw;
	overflow-x: hidden;
	z-index: 99999999999 !important;
}

.age-gate-wrapper .age-gate-remember.checked:before {
	content: "✓";
	color: #6a9441;
	font-weight: 700
}

.age-gate-wrapper .age-gate {
	max-width: 280px;
	width: 100%;
	padding: 30px 0
}

.age-gate-wrapper h1 img {
	max-width: 100%;
	margin: 0 auto 10px;
	display: table
}

.age-gate-wrapper .radio-button {
	width: calc((100% - 7px) / 2)
}

.age-gate-wrapper .radio-button label:hover {
	border-color: #8cc153
}

.age-gate-wrapper .radio-button input:checked + label {
	border-color: #8cc153
}

.age-gate-wrapper .radio-button label {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 4px;
	font-size: 12px;
	transition: all .3s ease
}

.age-gate-wrapper .radio-button label img {
	width: 100%;
	height: 69px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 4px
}

.age-gate-wrapper .radio-button label:before {
	display: none
}

.age-gate-wrapper .radio-button:first-of-type {
	margin-right: 7px
}

.age-gate-wrapper h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-align: center
}

.age-gate-wrapper .ag-label,
.age-gate-wrapper .ag-province h5,
.age-gate-wrapper .age-gate-message {
	font-family: Poppins;
	font-size: 12px;
	line-height: 28px;
	margin-top: 10px;
	display: block;
	margin-bottom: 0
}

.age-gate-wrapper .ag-province {
	position: relative
}

.age-gate-wrapper .ag-province:not([data-select=USA]):before {
	content: "";
	position: absolute;
	bottom: 19px;
	transform: translateY(50%);
	border: 5px solid transparent;
	border-top: 5px solid #dedede;
	right: 10px;
	pointer-events: none
}

.age-gate-wrapper .ag-country {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.age-gate-wrapper .ag-country .ag-label {
	width: 100%
}

.age-gate-wrapper .age-gate-form-elements {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px
}

.age-gate-wrapper .age-gate-form-elements li:nth-of-type(3n) {
	margin-right: 0
}

.age-gate-wrapper .age-gate-form-elements label {
	display: none
}

.age-gate-wrapper .age-gate-form-elements li {
	width: calc(100% / 3 - 10px);
	margin-right: 15px;
	position: relative
}

.age-gate-wrapper .age-gate-form-elements li:before {
	content: "";
	position: absolute;
	bottom: 19px;
	transform: translateY(50%);
	border: 5px solid transparent;
	border-top: 5px solid #dedede;
	right: 10px;
	pointer-events: none
}

.age-gate-wrapper select {
	display: block;
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px !important;
	color: #444;
	padding: 0 10px;
	height: 38px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bebebe;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent
}

.age-gate-wrapper select:focus {
	font-size: 14px !important
}

.age-gate-wrapper .age-gate-remember {
	position: relative;
	margin-left: 20px;
	cursor: pointer;
	display: block;
	font-family: Poppins;
	font-size: 10px;
	line-height: 14px;
	color: #949494;
	text-align: left
}

.age-gate-wrapper .age-gate-remember [type=checkbox] {
	display: none
}

.age-gate-wrapper .age-gate-remember:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -20px;
	width: 14px;
	height: 14px;
	border: 2px solid #dedede;
	border-radius: 2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

#info-img {
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	background-size: contain !important;
	height: 214px !important
}

.age-gate-error-message {
	color: red;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	pointer-events: none
}

.store-locator__map-pin img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.map .infobox__closer {
	background: transparent
}

.map .infobox__closer:after,
.map .infobox__closer:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	border-radius: 3px;
	background: #000;
	left: 50%;
	top: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px
}

.ssf-popup {
	padding: 45px 15px !important
}

.ssf-popup .popup-closer:after {
	transform: rotate(45deg)
}

.ssf-popup .popup-closer:before {
	transform: rotate(-45deg)
}

.ssf-popup .rating-panel {
	top: 0;
	background-color: transparent;
	padding: 0
}

.ssf-popup .popup-closer {
	font-size: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px
}

.ssf-popup .popup-closer:after,
.ssf-popup .popup-closer:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	border-radius: 3px;
	background: #000;
	left: 50%;
	top: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px
}

.ssf-popup #PostYourReviewBtn {
	margin-top: 30px !important
}

.ssf-popup button {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	transition: all .3s ease;
	border: none;
	background: #8cc153 !important;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	line-height: 48px;
	border-radius: 0 !important;
	margin: 30px auto 0 !important;
	min-width: 220px
}

.ssf-popup button span {
	margin-right: 5px
}

.ssf-popup button:hover {
	background: #6a9441 !important
}

#ssf-comment-form #ssf-Rating {
	width: 100% !important;
	text-align: center !important;
	margin: 20px 0 30px !important
}

#ssf-comment-form .option_input {
	border: none !important;
	padding: 0 !important;
	margin-bottom: 10px
}

#ssf-comment-form .option_input .ssfRatLabel {
	width: 100% !important;
	margin-bottom: 5px !important
}

#ssf-comment-form .option_input #rattingCaptcha {
	margin: 30px auto 0 !important;
	display: table
}

#ssf-comment-form .option_input #rattingCaptcha iframe {
	height: 78px !important
}

#ssf-comment-form .option_input input[type=text],
#ssf-comment-form .option_input select {
	height: 40px;
	padding: 0 15px !important
}

#ssf-comment-form .option_input input[type=text],
#ssf-comment-form .option_input select,
#ssf-comment-form .option_input textarea {
	width: 100% !important;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background: #fff !important;
	box-shadow: none !important
}

#ssf-comment-form .option_input textarea {
	height: 120px;
	padding: 10px 15px !important;
	resize: none
}

.review-block {
	padding: 40px 0
}

.review-block h2 {
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px
}

.review-block .items {
	max-width: 770px;
	margin: 0 auto
}

.review-block .item,
.review-block .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.review-block .item {
	background: #f6f6f6;
	margin-bottom: 15px;
	padding: 20px 25px
}

.review-block .item ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	color: #a7a7a7
}

.review-block .item ul.desc {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.review-block .item ul.desc li {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 12px;
	color: #000
}

.review-block .item ul.desc li span {
	color: #ff8a00;
	margin: 0 3px;
	display: inline-block;
	text-transform: capitalize
}

.review-block .item ul.desc li span:first-of-type {
	margin-left: 6px
}

.review-block .item .user {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.review-block .item img {
	width: 45px;
	height: 45px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-right: 15px
}

.review-block .item h5 {
	font-weight: 600;
	font-size: 15px
}

.review-block .item p.date {
	margin: 5px 0 0
}

.review-block .button {
	width: 170px;
	margin: 30px auto 0
}

#rattingCaptcha {
	margin-left: auto !important;
	margin-right: auto !important
}

.store-storeReview {
	display: none
}

.store-storeReview .reciewInfoStar {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

body #store-locator-section-bg #storeLocator__storeListRow.pad {
	padding-top: 0 !important
}

body .store-locator__map-pin {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 55px !important;
	height: 55px !important;
	content: "";
	transform: rotate(-45deg) translate(-5.5px, -17px);
	border: 5px solid #161b35;
	border-radius: 50% 50% 50% 0;
	transform-origin: 36px 27px;
	background: #161b35;
	margin: -70px 0 0 -15px !important
}

body .store-locator__map-pin img {
	transform: rotate(45deg);
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 50%
}

.filter-radio {
	-ms-flex-align: start;
	align-items: flex-start
}

.filter-radio,
.filter-radio .filter__row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter-radio .filter__row {
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.filter-radio .filter__toggler-contents,
.filter-radio .filter__toggler.arrow-toggler {
	width: 100%
}

.text-excerpt {
	border-left: 1px solid #000;
	padding-left: 20px
}

.text-excerpt .at-below-post,
.text-excerpt .likebtn_container {
	display: none
}

.text-excerpt p {
	font-size: 16px !important
}

.hide-el {
	display: none !important
}

#info-img[style^='position: relative; cursor: pointer; background-size: cover; background-image: url(""); height: 0px;'],
#info-img[style^='position: relative; cursor: pointer; background-size: cover; height: 0px; background-image: url("");'] {
	background-image: url(../image/store-icon.png) !important
}

div[id$="-0"] {
	margin: 40px auto 35px !important;
	max-width: 728px;
	width: 100%
}

.add_wrap + .news {
	padding-top: 0
}

.start-post {
	position: relative
}

.start-post div[id$="-0"] {
	margin-bottom: 30px !important
}

.post-load-ajax {
	margin-top: 0
}

.no-sidebar {
	padding: 40px 0
}

.no-sidebar h1 {
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: left;
	font-size: 48px
}

.no-sidebar p {
	margin-bottom: 20px;
	line-height: 1.9;
	font-size: 18px
}

.no-sidebar p a {
	border-bottom: none !important;
	pointer-events: none
}

.no-sidebar p a,
.no-sidebar p a:visited {
	color: #000 !important
}

.no-sidebar .cmtt_related_linked_terms_wrapper {
	display: none
}

.no-sidebar ol {
	counter-reset: a
}

.no-sidebar ol li {
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.9;
	font-size: 18px
}

.no-sidebar ol li a.glossaryLink {
	border-bottom: none !important;
	pointer-events: none;
	color: #000 !important
}

.no-sidebar ol li a.glossaryLink:visited {
	color: #000 !important
}

.no-sidebar ol li:before {
	position: absolute;
	content: counter(a);
	counter-increment: a;
	left: 15px;
	font-weight: 600
}

.no-sidebar ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.9;
	font-size: 18px
}

.no-sidebar ul li a.glossaryLink {
	border-bottom: none !important;
	pointer-events: none;
	color: #000 !important
}

.no-sidebar ul li a.glossaryLink:visited {
	color: #000 !important
}

.no-sidebar ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #8cc153;
	border-radius: 50%
}

.progress-indicator {
	top: -18px !important
}

.ads {
	padding: 40px 0;
	width: 100%;
	display: table
}

.ads img {
	max-width: 728px;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	display: table
}

.banner + .news {
	padding: 40px 0 23px
}

.banner + .news h3 {
	margin-bottom: 37px
}

.blog + div[id$="-0"] {
	margin: 0 auto 40px !important
}

body.age-page {
	height: 100vh;
	min-height: 480px;
	overflow: hidden
}

body.age-page footer {
	position: static
}

body.age-page header,
body.age-page section {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	filter: blur(3px);
	pointer-events: none
}

body.age-page .age-gate-wrapper {
	height: 100vh !important
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none
}

.laredo-error.tncojcu75ubrli27g4nv-laredo-error.laredo-error-header.tncojcu75ubrli27g4nv-laredo-error-header {
	background: transparent !important;
	color: #fe0000 !important;
	border: none !important;
	height: auto !important;
	padding: 0 !important;
	font-size: 12px !important;
	margin-bottom: 5px !important;
	pointer-events: none
}

.comment-form {
	position: relative
}

.comment-form .error {
	position: absolute;
	bottom: 13px;
	right: 13px;
	color: red;
	font-size: 12px;
	pointer-events: none
}

#laredo-FieldsElementButton--sLFnIOYFLfl7jR34T2E1 {
	margin-right: 0 !important
}

.home .slider-main {
	border-top: 10px solid #c8c8c8
}

.home .blog {
	border: none !important
}

.post-ratings {
	float: left;
	margin-right: 10px;
	width: auto
}

.post-ratings img {
	margin-bottom: 0 !important
}

.post-ratings img:last-of-type {
	margin-right: 10px
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
	position: absolute;
	right: 0
}

.post-ratings-loading img {
	margin-bottom: 0 !important;
	margin-right: 10px
}

.alert .close {
	position: absolute;
	right: 10px;
	top: 0;
	color: #ccc;
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-size: 40px;
	transition: all .3s ease
}

.alert .close:hover:before {
	color: #8cc153
}

.alert .modal-dialog {
	max-width: 600px
}

.alert .modal-content {
	padding: 30px
}

.alert h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0
}

.starin-taxanomy .strains {
	border-bottom: none;
	padding-bottom: 0
}

.starin-taxanomy .strains + div[id$="-0"] {
	margin-bottom: 40px !important
}

.starin-taxanomy .blog {
	border-top: 10px solid #c8c8c8;
	padding-top: 35px
}

.fortworth-error.xg8fkozxhxeexz4oydtl-fortworth-error.fortworth-error-header.xg8fkozxhxeexz4oydtl-fortworth-error-header {
	position: absolute;
	padding: 0 !important;
	background: transparent !important;
	color: red !important;
	border: none !important;
	bottom: -20px;
	margin-bottom: 0 !important;
	left: 5px;
	pointer-events: none
}

.Campaign__content {
	padding-bottom: 40px !important;
	padding-top: 0 !important
}

.at-below-post,
.likebtn_container,
.view-count {
	vertical-align: middle;
	display: inline-block
}

#comments {
	margin-top: 40px
}

.disq {
	margin-top: 30px
}

.avatar {
	margin: 0 15px !important;
	border-radius: 50%;
	vertical-align: middle
}

.comment-meta.commentmetadata a {
	font-size: 12px
}

.modal-backdrop {
	display: none
}

.location form {
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.location .modal-sm {
	max-width: 640px
}

.location .modal-content {
	padding: 30px
}

.location h4 {
	font-size: 26px;
	font-weight: 700;
	text-align: center
}

.location p {
	font-size: 20px;
	text-align: center
}

.location .select {
	position: relative;
	max-width: 260px;
	width: 100%;
	margin-right: 20px
}

.location .select:before {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% + 3.5px);
	transform: translateY(-50%);
	border: 7px solid transparent;
	pointer-events: none;
	border-top: 7px solid #a2a4ae
}

.location select {
	height: 40px;
	border: 1px solid #cdcdcd;
	padding: 0 40px 0 20px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.location select::-ms-expand {
	display: none
}

.location input[type=submit] {
	width: 190px;
	transition: all .3s ease;
	border: none;
	background: #000;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	background: #8cc153
}

.location input[type=submit]:hover {
	background: #6a9441
}

.file-loaded ul {
	width: calc(100% + 10px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.file-loaded ul img {
	width: 150px;
	height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin-bottom: 10px
}

.file-loaded ul li {
	width: 100%;
	margin: 5px 10px;
	word-break: break-word;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.file-loaded form,
.file-loaded ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.file-loaded form {
	-ms-flex-direction: row;
	flex-direction: row
}

.file-loaded input[type=file] {
	display: none
}

.file-loaded .modal-content {
	padding: 30px
}

.file-loaded h4 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	width: 100%
}

.file-loaded .button {
	width: calc(100% / 2 - 10px);
	margin-top: 20px
}

.file-loaded .button.icon-add-img {
	margin-right: 20px;
	cursor: pointer
}

.file-loaded .button.icon-add-img:before {
	font-size: 30px
}

.swal2-styled.swal2-confirm {
	background: #8cc153 !important;
	transition: all .3s ease
}

.swal2-styled.swal2-confirm:hover {
	background: #6a9441 !important
}

.login-page input[type=email],
.login-page input[type=password],
.login-page input[type=text] {
	border: 1px solid #c6c6c6;
	height: 45px;
	padding: 0 15px
}

.login-page input[type=email]::-webkit-input-placeholder,
.login-page input[type=password]::-webkit-input-placeholder,
.login-page input[type=text]::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize
}

.login-page input[type=email]::-moz-placeholder,
.login-page input[type=password]::-moz-placeholder,
.login-page input[type=text]::-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize
}

.login-page input[type=email]:-ms-input-placeholder,
.login-page input[type=password]:-ms-input-placeholder,
.login-page input[type=text]:-ms-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize
}

.login-page input[type=email]:-moz-placeholder,
.login-page input[type=password]:-moz-placeholder,
.login-page input[type=text]:-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize
}

.login-page p.error {
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 10px;
	color: red;
	text-align: center
}

.login-page .col-lg-12 {
	padding: 40px 0;
	min-height: calc(100vh - 80px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.login-page h1 {
	margin-bottom: 20px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 42px;
	line-height: 1.476;
	text-align: center;
	text-transform: capitalize
}

.login-page form {
	max-width: 836px;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .25);
	padding: 30px 15px
}

.login-page .checkbox,
.login-page .input {
	margin-bottom: 20px
}

.login-page .checkbox label {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 10px;
	padding-left: 20px;
	cursor: pointer
}

.login-page .checkbox label a {
	color: #000;
	transition: all .3s ease;
	display: inline-block;
	text-decoration: underline
}

.login-page .checkbox label a:hover {
	color: #8cc153
}

.login-page .checkbox label:before {
	width: 14px;
	height: 14px;
	border: 1px solid #a2a4ae;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
	color: #8cc153
}

.login-page input {
	width: 100%
}

.login-page input[type=checkbox] {
	display: none
}

.login-page input[type=checkbox]:not(:checked) + label:before {
	content: ""
}

.login-page h6 {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Poppins;
	margin: 40px 0 20px
}

.login-page .link {
	margin-top: 30px;
	width: 100%;
	text-align: center
}

.login-page .link li {
	margin-bottom: 15px
}

.login-page .link li:last-of-type {
	margin-bottom: 0
}

.login-page .link a {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	font-family: Poppins;
	transition: all .3s ease
}

.login-page .link a:hover {
	color: #8cc153
}

.login-page .soc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all .3s ease
}

.login-page .soc a:hover {
	opacity: .6
}

.login-page .content-form {
	margin: 15px auto;
	max-width: 320px;
	width: 100%;
	position: relative
}

.login-page .content-form h2 {
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	margin-bottom: 40px
}

.login-page:not(.sign-up) input[type=email],
.login-page:not(.sign-up) input[type=password],
.login-page:not(.sign-up) input[type=text] {
	padding-left: 15px
}

.ugc .activity.strains-block .search {
	margin: 0 0 0 auto
}

.ugc .activity.strains-block .search + hr.sline {
	width: 100%;
	margin: 20px 0 0 !important
}

.ugc .activity.strains-block h3 + .button {
	margin-left: 40px;
	height: 40px
}

.ugc .col-lg-12 > .right-block {
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 380px)
}

.ugc .col-lg-12 > .right-block .sidebar {
	width: 340px;
	margin-top: 40px
}

.ugc .col-lg-12 > .right-block hr {
	margin: 35px 0
}

.ugc .col-lg-12 > .right-block .user-level {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.ugc .col-lg-12 > .right-block .user-level h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 21px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.ugc .col-lg-12 > .right-block .user-level h3 i:before {
	font-size: 22px;
	margin-left: 10px;
	cursor: pointer
}

.ugc .col-lg-12 > .right-block .user-level .score li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 600;
	font-family: Poppins;
	font-size: 12px
}

.ugc .col-lg-12 > .right-block .user-level .score li:first-of-type {
	margin-bottom: 20px
}

.ugc .col-lg-12 > .right-block .user-level .score li span {
	font-size: 18px;
	color: #8cc153
}

.ugc .col-lg-12 > .right-block .user-level .progress {
	margin: 0 auto;
	background: #e7e7e7;
	height: 4px;
	position: relative;
	margin: 60px 0;
	max-width: 610px;
	width: 100%;
	margin-right: 80px
}

.ugc .col-lg-12 > .right-block .user-level .progress ul {
	position: absolute;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	right: 0;
	transform: translateY(-35.5px)
}

.ugc .col-lg-12 > .right-block .user-level .progress ul span {
	position: absolute;
	height: 4px;
	background: #8cc153;
	transform: translateY(-35.5px);
	top: 71px;
	max-width: 33.33333%;
	z-index: -1;
	background: linear-gradient(90deg, #8cc153 90.166666666667%, transparent 0)
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li {
	-ms-flex-direction: column;
	flex-direction: column;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Poppins;
	font-weight: 600;
	font-size: 12px
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li:first-of-type span {
	left: 0
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li:nth-of-type(2) span {
	left: 33.333%
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li:nth-of-type(3) span {
	left: 66.666%
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li:last-of-type span {
	display: none
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li.active:before {
	background: #8cc153
}

.ugc .col-lg-12 > .right-block .user-level .progress ul li:before {
	display: block;
	width: 67px;
	height: 67px;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #c4c4c4;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 10px;
	font-size: 38px
}

.ugc .col-lg-12 > .right-block .user-level .progress-bar {
	height: 100%;
	background: #8cc153
}

.ugc .col-lg-12 > .right-block .content {
	width: calc(100% - 340px);
	min-height: 1px;
	padding: 70px 5.952vw 50px 4.167vw
}

.ugc .container-fluid {
	padding-left: 15px;
	padding-right: 5.469vw
}

.ugc .profile-edite input[type=file] {
	display: none
}

.ugc .profile-edite .input.file label {
	position: relative;
	transform: none;
	height: 40px;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid #c6c6c6;
	padding: 0 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: auto;
	cursor: pointer;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ugc .profile-edite .input.file label:before {
	-ms-flex-order: 1;
	order: 1;
	font-size: 11px
}

.ugc .profile-edite h3 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.ugc .profile-edite .input {
	position: relative;
	max-width: 380px;
	width: 100%;
	margin-right: 15px;
	margin-bottom: 25px
}

.ugc .profile-edite .input.focus label {
	top: 0;
	font-size: 12px
}

.ugc .profile-edite input[type=email],
.ugc .profile-edite input[type=password],
.ugc .profile-edite input[type=tel],
.ugc .profile-edite input[type=text] {
	height: 40px;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 0 15px
}

.ugc .profile-edite textarea {
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 10px 15px;
	height: 140px;
	resize: none
}

.ugc .profile-edite .textarea {
	position: relative;
	max-width: 380px;
	width: 100%;
	margin-bottom: 25px
}

.ugc .profile-edite .textarea label {
	top: 20px
}

.ugc .profile-edite .textarea.focus label {
	top: 0;
	font-size: 12px
}

.ugc .profile-edite label {
	position: absolute;
	letter-spacing: 1px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 18px;
	color: #000;
	left: 15px;
	background: #fff;
	padding: 0 5px;
	pointer-events: none;
	transition: all .3s ease
}

.ugc .profile-edite label sub {
	color: red;
	position: relative;
	top: -3px
}

.ugc .contribute-content ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.ugc .contribute-content ul li {
	margin-right: 20px
}

.ugc .contribute-content ul li.active a {
	background: #8cc153
}

.ugc .contribute-content ul a {
	height: 40px;
	background: #bbb;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all .3s ease
}

.ugc .contribute-content ul a:hover {
	background: #8cc153
}

.ugc .contribute-content h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 21px;
	text-transform: capitalize;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.ugc .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: calc(100vh - 80px);
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0
}

.ugc .col-lg-12 > .left-block {
	width: 380px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	min-height: 700px
}

.ugc .col-lg-12 > .left-block .progress {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	background: #e7e7e7;
	height: 11px
}

.ugc .col-lg-12 > .left-block .progress-bar {
	height: 100%;
	background: #8cc153
}

.ugc .col-lg-12 > .left-block .user {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 30px 40px
}

.ugc .col-lg-12 > .left-block .user p {
	font-size: 12px;
	font-weight: 600;
	font-family: Poppins;
	margin: 30px 0 10px;
	text-align: center;
	width: 100%
}

.ugc .col-lg-12 > .left-block .user .img-ie {
	width: 88px;
	height: 88px;
	background-color: #c4c4c4;
	border-radius: 50%;
	background-size: cover;
	background-position: 50%
}

.ugc .col-lg-12 > .left-block .user img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 88px;
	height: 88px;
	background: #c4c4c4;
	border-radius: 50%
}

.ugc .col-lg-12 > .left-block .user .description {
	width: calc(100% - 90px);
	padding-left: 20px
}

.ugc .col-lg-12 > .left-block .user .description h3 {
	font-weight: 600;
	font-size: 24px;
	font-family: Poppins;
	margin-bottom: 5px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.ugc .col-lg-12 > .left-block .user .description ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ugc .col-lg-12 > .left-block .user .description ul li {
	margin-right: 20px
}

.ugc .col-lg-12 > .left-block .user .description ul li:last-of-type {
	margin-right: 0
}

.ugc .col-lg-12 > .left-block .user .description ul a {
	font-weight: 600;
	font-size: 10px;
	font-family: Poppins;
	color: #7b7b7b;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.ugc .col-lg-12 > .left-block .user .description ul a:before {
	-ms-flex-order: 1;
	order: 1;
	margin-left: 5px;
	position: relative;
	top: -1px
}

.ugc .col-lg-12 > .left-block .menu-profile a[data-notification]:after {
	content: attr(data-notification);
	position: absolute;
	background: #ca2f2f;
	color: #fff;
	padding: 3px 5px;
	min-width: 17.2px;
	text-align: center;
	font-size: 8px;
	border-radius: 50%;
	bottom: 5px;
	left: 45px;
	z-index: 1
}

.ugc .col-lg-12 > .left-block .menu-profile li.icon-log-out {
	display: none
}

.ugc .col-lg-12 > .left-block .menu-profile li:before {
	position: absolute;
	left: 33px;
	font-size: 21px;
	top: 50%;
	color: #000;
	transform: translateY(-50%);
	z-index: 1
}

.ugc .col-lg-12 > .left-block .menu-profile li.current_page_item a {
	background: #eee;
	border-right: 13px solid #8cc153
}

.ugc .col-lg-12 > .left-block .menu-profile li {
	position: relative
}

.ugc .col-lg-12 > .left-block .menu-profile li.icon-home {
	display: none
}

.ugc .col-lg-12 > .left-block .menu-profile a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	font-family: Poppins;
	letter-spacing: 2px;
	color: #000;
	min-height: 48px;
	padding: 5px 10px 5px 70px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s ease
}

.ugc .col-lg-12 > .left-block .menu-profile a:hover {
	background: #eee;
	border-right: 13px solid #8cc153
}

.ugc .activity {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.ugc .activity .item.dispensaries .description .left-block img {
	width: 137px;
	height: 137px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.ugc .activity .item.dispensaries .description .right-block h4 {
	display: inline-block;
	vertical-align: text-bottom;
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 20px
}

.ugc .activity .item.dispensaries .description .right-block .star {
	vertical-align: text-bottom;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 10px
}

.ugc .activity .item.dispensaries .description .right-block .star li {
	margin-right: 5px
}

.ugc .activity .item.dispensaries .description .right-block p {
	width: 100%
}

.ugc .activity .item.article i {
	color: #959595
}

.ugc .activity .item.article i:before {
	font-size: 20px
}

.ugc .activity .item.article .left-block,
.ugc .activity .item.article .left-block img {
	width: 100%
}

.ugc .activity .item.article .right-block {
	width: 100%;
	padding: 30px 40px 40px 30px;
	min-height: 240px
}

.ugc .activity .item.article .right-block h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px
}

.ugc .activity .item.article .right-block p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 21px;
	font-family: Roboto, sans-serif
}

.ugc .activity .item.article .right-block .go-to {
	bottom: 40px;
	right: 40px
}

.ugc .activity .item.article .description {
	padding: 0;
	-ms-flex-direction: column;
	flex-direction: column
}

.ugc .activity .item.article .description i {
	position: absolute;
	bottom: 40px
}

.ugc .activity .item.article .description i:before {
	margin-left: 0
}

.ugc .activity .item.term p {
	margin-bottom: 30px
}

.ugc .activity .item.term h4 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px
}

.ugc .activity .item.term .left-block img {
	width: 125px;
	margin-bottom: 50px
}

.ugc .activity .item.store .description {
	padding-top: 0;
	padding-bottom: 0
}

.ugc .activity .item.store .description ul {
	margin-top: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.ugc .activity .item.store .description ul li {
	margin-bottom: 5px;
	color: #000
}

.ugc .activity .item.store .left-block {
	width: 265px;
	background-size: cover;
	background-position: 50%
}

.ugc .activity .item.store .right-block {
	width: calc(100% - 265px);
	padding: 20px 0 60px 20px
}

.ugc .activity .item.store .right-block .go-to {
	bottom: 40px
}

.ugc .activity .item.store .right-block h4 {
	display: inline-block;
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	width: calc(100% - 85px)
}

.ugc .activity .item.store .right-block i {
	margin: 0 0 0 auto;
	float: right;
	color: #959595;
	position: absolute;
	right: 0;
	bottom: 20px
}

.ugc .activity .item.store .right-block i:before {
	font-size: 20px
}

.ugc .activity .link-home {
	max-width: 730px;
	margin-top: 40px
}

.ugc .activity .link-home h3 {
	font-weight: 600;
	font-size: 36px;
	font-family: Poppins;
	color: #000;
	display: block;
	text-align: left;
	margin-bottom: 40px
}

.ugc .activity .link-home h3 a {
	color: #8cc153
}

.ugc .activity .link-home h3 i {
	margin-left: 5px
}

.ugc .activity .link-home h3 i:before {
	font-size: 26px;
	cursor: pointer
}

.ugc .activity .link-home .button {
	max-width: 315px;
	margin-left: 0 !important
}

.ugc .activity .link-filter {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px
}

.ugc .activity .link-filter li.active a {
	color: #8cc153
}

.ugc .activity .link-filter li {
	margin-right: 46px
}

.ugc .activity .link-filter li:last-of-type {
	margin-right: 0
}

.ugc .activity .link-filter a {
	font-weight: 500;
	font-size: 18px;
	color: #000
}

.ugc .activity .link-filter a:hover {
	color: #8cc153
}

.ugc .activity .link-filter + .select {
	margin-right: 0
}

.ugc .activity .date {
	font-family: Poppins;
	font-weight: 600;
	font-size: 28px;
	color: #020202;
	margin-top: 50px;
	position: relative
}

.ugc .activity .date span {
	display: inline-table;
	background: #fff;
	padding-right: 10px
}

.ugc .activity .date:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #020202;
	top: 50%;
	z-index: -1
}

.ugc .activity .search {
	position: relative;
	margin-left: 30px;
	display: none
}

.ugc .activity .search input {
	width: 316px;
	height: 44px;
	border: 1px solid #aaa;
	padding: 0 44px 0 20px;
	box-sizing: border-box
}

.ugc .activity .search button {
	height: 44px;
	width: 44px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 23px;
	color: #888;
	transition: all .3s ease
}

.ugc .activity .search button:hover {
	color: #8cc153
}

.ugc .activity .select {
	margin: 0 30px 0 auto;
	position: relative
}

.ugc .activity .select p {
	padding: 0 30px 0 15px;
	position: relative;
	cursor: pointer;
	line-height: 40px;
	min-width: 105px
}

.ugc .activity .select p:before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-top: 7px solid #292929
}

.ugc .activity .select ul {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	overflow: hidden;
	display: none;
	z-index: 1;
	background: #fff
}

.ugc .activity .select ul li {
	display: block;
	font-size: 14px;
	padding: 7px 20px;
	line-height: 1.429;
	cursor: pointer;
	transition: all .3s ease;
	color: #000
}

.ugc .activity .select ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.ugc .activity .select.open ul {
	display: block
}

.ugc .activity h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0;
	line-height: 1.2
}

.ugc .activity h3 + .select {
	margin-right: 0;
	-ms-flex-order: 1;
	order: 1
}

.ugc .activity .items {
	width: 100%
}

.ugc .activity .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.ugc .activity .item .go-to:after {
	content: "";
	position: relative;
	border: 5px solid transparent;
	border-left: 7px solid #000;
	display: inline-block;
	margin-left: 10px;
	transition: all .3s ease
}

.ugc .activity .item .right-block {
	word-break: break-word
}

.ugc .activity .item .right-block h4 {
	display: inline-block;
	vertical-align: text-bottom;
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 20px
}

.ugc .activity .item .right-block .star {
	vertical-align: text-bottom;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 10px
}

.ugc .activity .item .right-block .star li {
	margin-right: 5px
}

.ugc .activity .item .go-to {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s ease
}

.ugc .activity .item .go-to:hover {
	color: #8cc153
}

.ugc .activity .item .go-to:hover:after {
	border: 5px solid transparent;
	border-left: 7px solid #8cc153
}

.ugc .activity .item .star {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

.ugc .activity .item .user {
	width: 110px;
	text-align: center;
	padding: 0 15px 0 10px
}

.ugc .activity .item .user img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	border-radius: 50%
}

.ugc .activity .item .user ul li:last-of-type {
	color: #c7c7c7;
	line-height: 1
}

.ugc .activity .item .user ul li:last-of-type:after {
	display: none
}

.ugc .activity .item .user ul li:nth-of-type(2) {
	color: #c7c7c7
}

.ugc .activity .item .user ul li:after {
	content: "";
	position: relative;
	display: table;
	width: 1px;
	height: 40px;
	background: #cacaca;
	margin: 5px auto
}

.ugc .activity .item .user ul li {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	position: relative
}

.ugc .activity .item .user ul li.active {
	font-weight: 600;
	font-size: 10px;
	color: #8cc153
}

.ugc .activity .item .description {
	width: calc(100% - 110px);
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 40px 40px 40px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: all .3s ease;
	color: #000
}

.ugc .activity .item .description [class*=" icon-"]:before,
.ugc .activity .item .description [class^=icon-]:before {
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #959595
}

.ugc .activity .item .description [class*=" icon-"],
.ugc .activity .item .description [class^=icon-] {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-size: 14px
}

.ugc .activity .item .description [class*=" icon-"] + [class*=" icon-"],
.ugc .activity .item .description [class*=" icon-"] + [class^=icon-],
.ugc .activity .item .description [class^=icon-] + [class*=" icon-"],
.ugc .activity .item .description [class^=icon-] + [class^=icon-] {
	margin-left: 10px
}

.ugc .activity .item .description .icon-photo {
	margin-right: 5px
}

.ugc .activity .item .description ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	color: #a7a7a7
}

.ugc .activity .item .description ul.desc {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.ugc .activity .item .description ul.desc li {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 12px;
	color: #000
}

.ugc .activity .item .description ul.desc li span {
	color: #ff8a00;
	margin: 0 3px 0 0;
	display: inline-block
}

.ugc .activity .item .description ul.desc li span:first-of-type {
	margin-left: 3px
}

.ugc .activity .item .description:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, .5)
}

.ugc .activity .item.strain .left-block {
	width: 265px
}

.ugc .activity .item.strain .right-block {
	width: calc(100% - 265px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.ugc .activity .item.strain .right-block .gallery {
	width: 100%
}

.ugc .activity .left-block {
	width: 195px;
	text-align: center;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.ugc .activity .left-block [class*=" icon-"]:before,
.ugc .activity .left-block [class^=icon-]:before {
	margin: 0 10px
}

.ugc .activity .left-block img {
	width: 85px;
	margin-bottom: 10px
}

.ugc .activity .left-block h4 {
	color: #000;
	font-family: Poppins;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0 15px;
	text-transform: capitalize
}

.ugc .activity .right-block {
	width: calc(100% - 195px);
	position: relative
}

.ugc .activity .right-block img {
	width: 100%
}

.ugc .activity .right-block p {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 22px
}

.ugc .activity .right-block .gallery {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: auto
}

.ugc .activity .right-block .gallery img:nth-last-of-type(-n+3) {
	margin-bottom: 0
}

.ugc .activity .right-block .gallery img {
	width: calc(100% / 3 - 10px);
	height: 105px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-right: 15px;
	margin-bottom: 15px
}

.ugc .activity .right-block .gallery img:nth-of-type(3n) {
	margin-right: 0
}

.ugc .activity > .select {
	display: none
}

.ugc.add-post .label {
	position: relative
}

.ugc.add-post .label label {
	position: absolute;
	letter-spacing: 1px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 18px;
	color: #000;
	left: 15px;
	background: #fff;
	padding: 0 5px;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 1
}

.ugc.add-post .label label sub {
	color: red;
	position: relative;
	top: -3px
}

.ugc.add-post .textarea label {
	top: 25px
}

.ugc.add-post .input.focus label,
.ugc.add-post .textarea.focus label {
	top: 0;
	font-size: 12px
}

.ugc.add-post .input {
	margin-bottom: 25px
}

.ugc.add-post .input input:-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .input input:-ms-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .input input::-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .input input {
	width: 100%;
	height: 60px;
	border: 1px solid #b0b0b0;
	padding: 0 15px;
	letter-spacing: 2px
}

.ugc.add-post .input input::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .textarea {
	margin-bottom: 25px
}

.ugc.add-post .textarea textarea:-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .textarea textarea:-ms-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .textarea textarea::-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .textarea textarea {
	width: 100%;
	border: 1px solid #b0b0b0;
	padding: 15px;
	letter-spacing: 2px;
	height: 250px;
	resize: none
}

.ugc.add-post .textarea textarea::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.ugc.add-post .add-file {
	margin-bottom: 70px
}

.ugc.add-post .add-file input {
	display: none
}

.ugc.add-post .add-file label {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	max-width: 200px
}

.ugc.add-post .buttons {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

.ugc.add-post .buttons .button {
	width: 170px;
	height: 60px;
	margin: 0 40px
}

.ugc.add-post .add-tag {
	margin-bottom: 25px
}

.ugc.add-post .add-tag input:-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: capitalize
}

.ugc.add-post .add-tag input:-ms-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: capitalize
}

.ugc.add-post .add-tag input::-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: capitalize
}

.ugc.add-post .add-tag p {
	background: #ec2323;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	padding: 3px 15px;
	position: relative;
	margin: 5px 10px 5px 0;
	cursor: pointer
}

.ugc.add-post .add-tag p i {
	position: absolute;
	color: #333;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	cursor: pointer;
	transition: all .3s ease;
	font-size: 14px;
	display: none
}

.ugc.add-post .add-tag p i:hover {
	color: #8cc153
}

.ugc.add-post .add-tag p:hover i {
	display: block
}

.ugc.add-post .add-tag label {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 60px;
	border: 1px solid #b0b0b0;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	cursor: pointer
}

.ugc.add-post .add-tag input {
	height: 30px;
	border: none;
	width: 150px;
	padding: 0
}

.ugc.add-post .add-tag input::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: capitalize
}

.ugc.add-post form {
	max-width: 710px;
	width: 100%
}

.ugc.add-post .select {
	margin: 20px 0;
	position: relative;
	display: table;
	min-width: 240px
}

.ugc.add-post .select p {
	padding: 0 30px 0 0;
	position: relative;
	cursor: pointer;
	line-height: 38px;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0 !important;
	border: 1px solid #cecece;
	padding: 0 35px 0 20px
}

.ugc.add-post .select p:before {
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-top: 7px solid #292929
}

.ugc.add-post .select ul {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	overflow: hidden;
	display: none;
	z-index: 2;
	background: #fff
}

.ugc.add-post .select ul li {
	display: block;
	font-size: 18px;
	padding: 7px 20px;
	line-height: 1.429;
	cursor: pointer;
	transition: all .3s ease;
	color: #000;
	text-transform: capitalize
}

.ugc.add-post .select ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.ugc.add-post .select.open ul {
	display: block
}

.ugc.add-post h2 {
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin-bottom: 40px;
	letter-spacing: 2px
}

.ugc.add-post .radio-button {
	display: inline-block;
	margin-right: 45px
}

.ugc.add-post .radio-button label:after {
	content: "";
	background: #c4c4c4;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin-left: 5px;
	transition: all .3s ease
}

.ugc.add-post .radio-button input {
	display: none
}

.ugc.add-post .radio-button input:checked + label {
	color: #000
}

.ugc.add-post .radio-button input:checked + label:after {
	background: #000
}

.ugc.add-post .radio-button label {
	font-weight: 600;
	font-size: 24px;
	color: #c4c4c4;
	letter-spacing: 2px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease;
	padding-left: 0 !important
}

.ugc.add-post .radio-button label:before {
	display: none !important
}

#glossary-categories {
	cursor: pointer
}

.laredo-TextElement--wrapper.CpsoYjgF2EgTmls1PqhL {
	padding-right: 5% !important
}

.laredo-error.tncojcu75ubrli27g4nv-laredo-error.laredo-error-header.tncojcu75ubrli27g4nv-laredo-error-header {
	position: absolute;
	top: -25px
}

.wpcf7-form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-validation-errors {
	-ms-flex-order: -1;
	order: -1;
	margin: 0
}

.age-gate-wrapper {
	position: fixed;
	z-index: 99;
	top: 0
}

.age-gate-wrapper .age-gate {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	max-width: 340px
}

.wq-swiper-items {
	width: 70%
}

.wq-swiper-actions {
	padding-top: 0
}

.wq-swiper-actions button {
	border: none !important;
	box-shadow: inherit !important;
	background: transparent !important
}

.filter__toggler.arrow-toggler {
	display: none !important
}

#productsServicesFilterOptions {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	height: auto
}

.label__input-icon {
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

.label__input-icon .icon--radio-btn {
	background-image: none !important;
	width: 100% !important;
	height: 48px !important;
	background: #ccc;
	border-radius: 0 !important;
	border: 0
}

.label__input-icon .icon--radio-btn.is-checked {
	background: #8cc153
}

#productsServicesFilterOptions {
	overflow: hidden
}

.label--vertical-align.ssflabel {
	position: relative;
	width: calc((100% - 30px) / 3);
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-right: 15px
}

.label--vertical-align.ssflabel .label__contents {
	position: relative;
	z-index: 1
}

.label--vertical-align.ssflabel:last-of-type {
	margin-right: 0
}

.filter__row--cta {
	width: 100%
}

.filter__row--cta .ssf-row .small-6:last-of-type {
	margin-bottom: 0;
	width: 100%
}

.filter__row--cta .ssf-row .small-6:first-of-type {
	display: none
}

#filter__services {
	overflow: hidden;
	padding-bottom: 0
}

.steps {
	max-width: 1024px;
	width: 100%;
	background: #c4c4c4;
	height: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 60px;
	pointer-events: none
}

.steps li.active:after,
.steps li.active:before {
	background: #8cc153
}

.steps li.active ~ :before {
	background: #c4c4c4
}

.steps li:after {
	left: 0;
	bottom: 0;
	top: 0
}

.steps li:after,
.steps li:before {
	content: "";
	position: absolute;
	right: 0;
	pointer-events: none
}

.steps li:before {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #8cc153;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 1
}

.steps li:last-of-type:after {
	left: inherit;
	width: 900%
}

.steps li:last-of-type a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
	transform: translate(100%)
}

.steps li:last-of-type.active a:after {
	background: #8cc153
}

.steps li:nth-of-type(8):after {
	left: inherit;
	width: 800%
}

.steps li:nth-of-type(7):after {
	left: inherit;
	width: 700%
}

.steps li:nth-of-type(6):after {
	left: inherit;
	width: 600%
}

.steps li:nth-of-type(5):after {
	left: inherit;
	width: 500%
}

.steps li:nth-of-type(4):after {
	left: inherit;
	width: 400%
}

.steps li:nth-of-type(3):after {
	left: inherit;
	width: 300%
}

.steps li {
	width: 11.11111%;
	position: relative;
	height: 10px
}

.steps li a {
	display: block;
	height: 100%
}

.steps li:nth-of-type(2):after {
	left: inherit;
	width: 200%
}

.add-dispensarie .steps {
	max-width: 700px
}

.add-dispensarie .steps li {
	width: 16.66667%
}

.add-dispensarie .button.disabled,
.add-strains .button.disabled {
	pointer-events: none;
	background: #cecece
}

.add-dispensarie .name_file,
.add-strains .name_file {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.add-dispensarie .name_file .icon-clip,
.add-strains .name_file .icon-clip {
	-ms-flex-order: -1;
	order: -1;
	color: #8cc153;
	margin-right: 5px;
	font-size: 20px
}

.add-dispensarie .name_file .remove-photo,
.add-strains .name_file .remove-photo {
	font-size: 12px;
	cursor: pointer;
	transition: all .3s ease;
	margin-left: 5px
}

.add-dispensarie .name_file .remove-photo:hover,
.add-strains .name_file .remove-photo:hover {
	color: #8cc153
}

.add-dispensarie .selected p,
.add-strains .selected p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px
}

.add-dispensarie sub,
.add-strains sub {
	color: red;
	position: relative;
	top: -3px
}

.add-dispensarie .select,
.add-strains .select {
	margin: 0 30px 10px 0;
	position: relative;
	max-width: 340px;
	width: 100%;
	display: table;
	z-index: 10
}

.add-dispensarie .select p,
.add-strains .select p {
	padding: 0 30px 0 0;
	position: relative;
	cursor: pointer;
	line-height: 38px;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0 !important;
	border: 1px solid #cecece;
	padding: 0 35px 0 20px
}

.add-dispensarie .select p:before,
.add-strains .select p:before {
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-top: 7px solid #292929
}

.add-dispensarie .select ul,
.add-strains .select ul {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	overflow: hidden;
	display: none;
	z-index: 1;
	background: #fff;
	overflow-y: auto;
	max-height: 280px
}

.add-dispensarie .select ul li,
.add-strains .select ul li {
	display: block;
	font-size: 18px;
	padding: 7px 20px;
	line-height: 1.429;
	cursor: pointer;
	transition: all .3s ease;
	color: #000;
	margin: 0
}

.add-dispensarie .select ul li:hover,
.add-strains .select ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.add-dispensarie .select.open ul,
.add-strains .select.open ul {
	display: block
}

.add-dispensarie .multiselect ul li,
.add-strains .multiselect ul li {
	width: 100%;
	text-align: left
}

.add-dispensarie .multiselect ul li:first-of-type,
.add-strains .multiselect ul li:first-of-type {
	display: none
}

.add-dispensarie .preview,
.add-strains .preview {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 700px
}

.add-dispensarie .preview img,
.add-strains .preview img {
	width: 318px;
	height: 231px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-bottom: 30px
}

.add-dispensarie .preview #image,
.add-strains .preview #image {
	width: 318px;
	height: 231px;
	border: 1px solid #b0b0b0;
	-o-object-fit: cover;
	object-fit: cover
}

.add-dispensarie .preview .description,
.add-strains .preview .description {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 318px);
	padding-left: 20px;
	margin-bottom: 30px
}

.add-dispensarie .preview .description li:before,
.add-strains .preview .description li:before {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 21px;
	color: #8cc153;
	font-size: 19px
}

.add-dispensarie .preview .description li,
.add-strains .preview .description li {
	margin-left: 0;
	position: relative;
	padding-left: 30px;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 15px;
	min-height: 24px
}

.add-dispensarie .preview .description li:last-of-type,
.add-strains .preview .description li:last-of-type {
	margin-bottom: 0
}

.add-dispensarie .preview h3,
.add-strains .preview h3 {
	font-weight: 600;
	font-size: 24px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: 1px;
	width: 100%
}

.add-dispensarie .preview p,
.add-strains .preview p {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-family: Roboto, sans-serif
}

.add-dispensarie .preview p + .buttons,
.add-strains .preview p + .buttons {
	margin-top: 30px
}

.add-dispensarie form,
.add-strains form {
	position: relative
}

.add-dispensarie h2,
.add-strains h2 {
	font-weight: 600;
	font-size: 24px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 80px
}

.add-dispensarie .buttons,
.add-strains .buttons {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px
}

.add-dispensarie .buttons .button,
.add-strains .buttons .button {
	font-size: 24px
}

.add-dispensarie .buttons .button:first-of-type,
.add-strains .buttons .button:first-of-type {
	margin-right: 15px
}

.add-dispensarie .buttons .input,
.add-strains .buttons .input {
	width: auto !important
}

.add-dispensarie .inputs,
.add-strains .inputs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}

.add-dispensarie .inputs.files .input,
.add-strains .inputs.files .input {
	margin-right: 0
}

.add-dispensarie .inputs.files .input:last-of-type label,
.add-strains .inputs.files .input:last-of-type label {
	pointer-events: auto;
	position: static;
	width: 124px;
	height: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	color: #fff;
	transform: translate(0);
	cursor: pointer
}

.add-dispensarie .inputs.files input[type=file],
.add-strains .inputs.files input[type=file] {
	display: none
}

.add-dispensarie .input,
.add-strains .input {
	position: relative;
	max-width: 310px;
	width: 100%;
	margin-right: 15px;
	margin-bottom: 25px
}

.add-dispensarie .input.focus label,
.add-strains .input.focus label {
	top: 0;
	font-size: 12px
}

.add-dispensarie input[type=email],
.add-dispensarie input[type=tel],
.add-dispensarie input[type=text],
.add-strains input[type=email],
.add-strains input[type=tel],
.add-strains input[type=text] {
	height: 40px;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 0 15px
}

.add-dispensarie textarea,
.add-strains textarea {
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 10px 15px;
	height: 140px;
	resize: none
}

.add-dispensarie .textarea,
.add-strains .textarea {
	position: relative;
	max-width: 310px;
	width: 100%;
	margin-bottom: 25px
}

.add-dispensarie .textarea label,
.add-strains .textarea label {
	top: 20px
}

.add-dispensarie .textarea.focus label,
.add-strains .textarea.focus label {
	top: 0;
	font-size: 12px
}

.add-dispensarie label,
.add-strains label {
	position: absolute;
	letter-spacing: 1px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 18px;
	color: #000;
	left: 15px;
	background: #fff;
	padding: 0 5px;
	pointer-events: none;
	transition: all .3s ease
}

.add-dispensarie label sub,
.add-strains label sub {
	color: red;
	position: relative;
	top: -3px
}

.add-dispensarie .upload-file input[type=file],
.add-strains .upload-file input[type=file] {
	display: none
}

.add-dispensarie .upload-file label,
.add-strains .upload-file label {
	position: static;
	transform: translate(0);
	font-weight: 600;
	font-size: 24px;
	pointer-events: auto;
	cursor: pointer;
	color: #fff
}

.add-strains .preview .description li {
	padding-left: 0
}

.modal-backdrop.in {
	background: rgba(0, 0, 0, .5);
	opacity: 1;
	display: block
}

.level-info .button {
	width: 160px;
	margin: 0 auto
}

.level-info .close {
	position: absolute;
	right: 10px;
	top: 0;
	color: #000;
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-size: 40px;
	transition: all .3s ease
}

.level-info .close:hover {
	color: #8cc153
}

.level-info .modal-content {
	padding: 50px 100px
}

.level-info .left,
.level-info .right {
	width: 50%;
	padding: 0 32.5px;
	float: left;
	margin-bottom: 15px
}

.level-info .left li,
.level-info .right li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: center
}

.level-info h5 {
	font-weight: 600;
	margin-bottom: 10px;
	width: 100%
}

.level-info h5,
.level-info p {
	font-size: 12px;
	text-align: center
}

.level-info p {
	line-height: 18px
}

.level-info .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.level-info .items .item {
	width: 50%;
	padding: 0 32.5px;
	margin-bottom: 15px
}

.level-info .items i {
	display: table;
	margin: 0 auto 10px
}

.level-info .items i:before {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background: #8cc153;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 34px
}

.level-info .items > p {
	margin-bottom: 25px;
	padding: 0 32.5px
}

.level-info.in .modal-dialog {
	transform: translate(-50%);
	top: 50px;
	left: 50%
}

.cart-block {
	margin-top: 65px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 25px 35px;
	margin-bottom: 40px;
	display: none
}

.cart-block .total-price {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart-block .total-price span {
	margin: 35px 31px 25px auto;
	color: #8cc153
}

.cart-block .product-cart {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart-block .product-cart i:before {
	font-size: 12px;
	color: #000
}

.cart-block .product-cart li {
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.cart-block .product-cart i,
.cart-block .product-cart li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.cart-block .product-cart i {
	margin-left: 20px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .3s ease;
	cursor: pointer
}

.cart-block .product-cart i:hover:before {
	color: #8cc153
}

.cart-block .product-cart span {
	color: #8cc153;
	margin: 0 0 0 auto
}

.cart-block h4 {
	font-weight: 600;
	font-size: 18px;
	font-family: Poppins;
	color: #000;
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px
}

.cart-block h4:before {
	font-size: 29px;
	margin-right: 15px
}

.sidebar .cart-block {
	display: block
}

.author-box {
	margin-bottom: 30px
}

.cart-form .select-label.focus label {
	top: 0;
	font-size: 12px
}

.cart-form .select-label:before {
	content: "";
	position: absolute;
	border: 7px solid transparent;
	border-top: 9px solid #7c7c7c;
	right: 15px;
	top: calc(50% + 3.5px);
	transform: translateY(-50%)
}

.cart-form .input.focus label {
	top: 0;
	font-size: 12px
}

.cart-form .modal-dialog {
	max-width: 820px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.cart-form h2 {
	font-weight: 600;
	font-size: 48px;
	color: #8cc153;
	margin-bottom: 30px
}

.cart-form p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-bottom: 50px
}

.cart-form .modal-content {
	padding: 30px 60px 55px
}

.cart-form form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start
}

.cart-form .input {
	position: relative;
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 25px
}

.cart-form .input:nth-of-type(2n) {
	margin-right: 0
}

.cart-form input[type=email],
.cart-form input[type=tel],
.cart-form input[type=text] {
	height: 60px;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 0 15px
}

.cart-form .icon-clear {
	position: absolute;
	right: 30px;
	font-size: 22px;
	top: 20px;
	cursor: pointer;
	transition: all .3s ease
}

.cart-form .icon-clear:hover {
	color: #8cc153
}

.cart-form .select-label {
	position: relative;
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 25px;
	height: 60px;
	border: 1px solid #c6c6c6;
	padding: 0 15px;
	cursor: pointer
}

.cart-form .select-label p {
	position: absolute;
	letter-spacing: 1px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 400;
	pointer-events: none;
	left: 15px
}

.cart-form .select-label ul {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	border: 1px solid #c6c6c6;
	background: #fff;
	display: none;
	z-index: 1
}

.cart-form .select-label ul li {
	padding: 0 15px;
	line-height: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	transition: all .3s ease
}

.cart-form .select-label ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.cart-form .select-label.open ul {
	display: block
}

.cart-form .button {
	width: 100%;
	height: 60px
}

.cart-form label {
	position: absolute;
	letter-spacing: 1px;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	left: 15px;
	background: #fff;
	padding: 0 5px;
	pointer-events: none;
	transition: all .3s ease
}

.cart-form label sub {
	color: red;
	position: relative;
	top: -3px
}

.photos {
	padding-bottom: 40px
}

.photos .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.photos .button {
	width: 170px;
	margin: 0 auto;
	height: 50px
}

.photos .input-file {
	margin: 0 auto
}

.photos .input-file input {
	display: none
}

.photos .input-file label {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	background: #c4c4c4;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer
}

.photos h3 {
	font-weight: 600;
	font-size: 36px;
	color: #000;
	width: 100%
}

.photos .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 45px
}

.photos .item {
	width: calc((100% - 25px) / 6);
	margin-right: 5px;
	margin-bottom: 5px;
	background: #e2e2e2;
	height: 162.5px
}

.photos .item img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover
}

.photos .item:nth-of-type(6n) {
	margin-right: 0
}

.reviews {
	padding: 40px 0
}

.reviews h3 {
	font-weight: 600;
	font-size: 36px;
	color: #000
}

.reviews h4 {
	text-align: center
}

.reviews .button {
	width: 170px;
	margin: 40px auto 0
}

.reviews .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.reviews .item .right-block h4 {
	display: inline-block;
	vertical-align: text-bottom;
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 20px
}

.reviews .item .right-block .star {
	vertical-align: text-bottom;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 10px
}

.reviews .item .right-block .star li {
	margin-right: 5px
}

.reviews .item .star {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

.reviews .item .description,
.reviews .item .star {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.reviews .item .description {
	width: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	padding: 40px 40px 40px 0;
	transition: all .3s ease
}

.reviews .item .description .icon-mail,
.reviews .item .description .icon-photo {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-size: 14px
}

.reviews .item .description .icon-mail:before,
.reviews .item .description .icon-photo:before {
	margin: 0 10px;
	font-size: 20px
}

.reviews .item .description .icon-photo {
	margin-right: 5px
}

.reviews .item .description ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	color: #a7a7a7
}

.reviews .item .description ul.desc {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.reviews .item .description ul.desc li {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 12px;
	color: #000
}

.reviews .item .description ul.desc li span {
	color: #ff8a00;
	margin: 0 3px;
	display: inline-block;
	text-transform: capitalize
}

.reviews .item .description ul.desc li span:first-of-type {
	margin-left: 6px
}

.reviews .item .description:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, .5)
}

.reviews .item .description:hover .left-block h4 {
	color: #8cc153
}

.reviews .left-block {
	width: 195px;
	text-align: center;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews .left-block img {
	width: 85px;
	margin-bottom: 10px
}

.reviews .left-block h4 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0 15px;
	color: #000;
	transition: all .3s ease
}

.reviews .right-block {
	width: calc(100% - 195px);
	position: relative
}

.reviews .right-block img {
	width: 100%
}

.reviews .right-block p {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000
}

.comments-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	list-style: none !important;
	padding-left: 0 !important
}

.comments-list .comment-form {
	margin-bottom: 30px
}

.comments-list ul {
	list-style: none !important;
	padding-left: 0 !important
}

.comment {
	margin-bottom: 0 !important
}

.comment .comment-meta,
.comment .says {
	display: none
}

.comment .children {
	margin-left: 30px;
	padding-left: 0
}

.comment .comment_block {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 20px 25px;
	background: #f6f6f6;
	border-radius: 6px
}

.comment .comment-author,
.comment .comment_block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.comment .comment-author {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.comment .comment-author .avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: 0 15px 0 0 !important
}

.comment .comment-author .fn {
	text-align: center;
	font-weight: 600;
	font-size: 12px
}

.comment .comment_text {
	margin-bottom: 25px
}

.comment .comment_text p {
	font-size: 15px;
	line-height: 28px;
	color: #161b35;
	margin-bottom: 0
}

.comment .reply a {
	color: #161b35;
	opacity: .35;
	font-size: 15px;
	transition: all .3s ease
}

.comment .reply a:hover {
	opacity: 1
}

.wp-pagenavi .pages {
	border: none !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 3.5px 0 0 !important;
	color: #333 !important;
	pointer-events: none;
	width: auto !important
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .page {
	color: #959595;
	border: 1px solid #959595
}

.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink {
	font-weight: 600;
	font-size: 12px;
	height: 25px;
	min-width: 25px;
	border: 1px solid #959595;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3px !important;
	margin: 0 3.5px !important;
	color: #000
}

.wp-pagenavi .current {
	background: #000;
	color: #fff
}

.wp-pagenavi .nextpostslink {
	background-image: url(../image/arrow-left.svg)
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background-size: 6px 16px;
	background-position: 50%;
	background-repeat: no-repeat
}

.wp-pagenavi .previouspostslink {
	background-image: url(../image/arrow-right.svg)
}

.btn-block {
	position: absolute;
	right: 15px;
	top: 72px;
	padding-bottom: 10px
}

.btn-block ul:before {
	top: -5.5px;
	background: #fff
}

.btn-block i:before {
	width: 46px;
	height: 46px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 26px;
	background: #8cc153;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease
}

.btn-block ul {
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #fff;
	z-index: 10;
	display: none;
	min-width: 170px
}

.btn-block ul li {
	position: relative
}

.btn-block ul li a {
	padding: 15px;
	display: block;
	text-align: center;
	color: #000;
	font-weight: 700;
	transition: all .3s ease
}

.btn-block ul li a:hover {
	background: #f6f6f6;
	color: #8cc153
}

.btn-block ul li:last-of-type {
	margin-right: 0
}

.btn-block ul:before {
	content: "";
	border-left: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid rgba(0, 0, 0, .15);
	width: 15px;
	height: 15px;
	position: absolute;
	transform: rotate(45deg);
	top: -7.5px;
	right: 8px
}

.btn-block.open ul {
	display: block
}

.checkbox [type=checkbox],
.checkbox [type=radio],
.likebtn_container,
.radio-button [type=checkbox],
.radio-button [type=radio] {
	display: none
}

.checkbox [type=checkbox]:checked + label:before,
.checkbox [type=radio]:checked + label:before,
.radio-button [type=checkbox]:checked + label:before,
.radio-button [type=radio]:checked + label:before {
	font-family: custom-icons;
	content: "\ea07"
}

.checkbox label,
.radio-button label {
	position: relative;
	padding-left: 25px;
	top: 0;
	left: 0;
	transform: translate(0);
	background-color: transparent;
	pointer-events: auto;
	cursor: pointer
}

.checkbox label:before,
.radio-button label:before {
	width: 18px;
	height: 18px;
	border: 1px solid #a2a4ae;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #8cc153
}

.select,
.select-category {
	margin-right: 15px;
	position: relative
}

.select-category ul::-webkit-scrollbar-thumb,
.select ul::-webkit-scrollbar-thumb {
	background: #8cc153
}

.select-category ul::-webkit-scrollbar-track,
.select ul::-webkit-scrollbar-track {
	background: #de4242
}

.select-category ul,
.select ul {
	border: 1px solid #dedede;
	box-sizing: border-box;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	border-radius: 6px;
	position: absolute;
	z-index: 2;
	background: #fff;
	top: 100%;
	max-height: 300px;
	overflow-y: auto;
	display: none;
	min-width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #8cc153 #de4242;
	overflow-x: hidden
}

.select-category ul li,
.select ul li {
	font-size: 14px;
	padding: 7px 20px;
	line-height: 1.429;
	cursor: pointer
}

.select-category ul li:hover,
.select ul li:hover {
	background: rgba(0, 0, 0, .1);
	color: #8cc153
}

.select-category ul::-webkit-scrollbar,
.select ul::-webkit-scrollbar {
	width: 10px
}

.select-category {
	width: 185px
}

.select-styled {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

#glossary-categories,
.select-styled {
	height: 48px;
	padding: 0 25px 0 15px;
	background-image: url(../icons/arrow-bottom.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 93% 52%;
	background-color: transparent;
	border: 1px solid #dedede
}

#glossary-categories {
	-ms-flex-order: -1;
	order: -1;
	margin-right: 15px !important;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: radio-container;
	appearance: none
}

ul.cmtt_related {
	list-style: none !important;
	columns: 2;
	padding-left: 0 !important
}

ul.cmtt_related li {
	position: relative;
	margin-bottom: 0 !important;
	padding-left: 0 !important
}

ul.cmtt_related li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #8cc153;
	border-radius: 50%;
	display: none
}

.name_file {
	font-weight: 600;
	margin-top: 5px;
	padding: 0 5px
}

.at-below-post.addthis_tool,
.logged-in-as,
.view-count {
	display: none
}

.dateEntry-control {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

#date-of-birth_root .picker__frame {
	width: 300px;
	width: 18.75rem;
	min-width: 290px;
	max-width: 300px;
	border-right: 5px
}

#date-of-birth_root .picker__frame .picker__table {
	width: 100%;
	padding: 30px
}

#date-of-birth_root .picker__frame .picker__table td,
#date-of-birth_root .picker__frame .picker__table th {
	text-align: center;
	line-height: 43px;
	font-size: 14.4px;
	font-size: .9rem
}

#date-of-birth_root .picker__frame .picker__table th {
	font-weight: 700;
	color: #8cc153
}

#date-of-birth_root .picker__frame .picker__table td {
	cursor: pointer;
	transition: all .3s ease
}

#date-of-birth_root .picker__frame .picker__table td .picker__day--selected,
#date-of-birth_root .picker__frame .picker__table td:hover {
	background: #8cc153;
	color: #fff
}

#date-of-birth_root .picker__header {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	background: #8cc153;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px 5px 0 0
}

#date-of-birth_root .picker__header select::-webkit-scrollbar-thumb {
	background: #ccc
}

#date-of-birth_root .picker__header select::-webkit-scrollbar-track {
	background: #fefefe
}

#date-of-birth_root .picker__header select {
	border: 1px solid transparent;
	border-bottom-color: #fff;
	border-radius: 0;
	margin: 5px 7.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 100%;
	font-size: 16px;
	background-size: 12px;
	padding-right: 20px;
	color: #fff;
	background-color: transparent;
	height: 40px;
	scrollbar-width: thin;
	scrollbar-color: #ccc #fff
}

#date-of-birth_root .picker__header select option {
	color: #000;
	font-size: 14px
}

#date-of-birth_root .picker__header select::-webkit-scrollbar {
	width: 10px
}

#date-of-birth_root .picker__header .picker__nav--next,
#date-of-birth_root .picker__header .picker__nav--prev {
	font-size: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100%;
	cursor: pointer;
	top: 5px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

#date-of-birth_root .picker__header .picker__nav--disabled {
	opacity: .5
}

#date-of-birth_root .picker__header .picker__nav--prev {
	-ms-flex-order: -1;
	order: -1
}

.addthis-smartlayers-desktop #at4-share {
	right: 0;
	left: inherit;
	top: inherit !important;
	bottom: 0 !important
}

.addthis-smartlayers-desktop .atss .at-share-btn:focus,
.addthis-smartlayers-desktop .atss .at-share-btn:hover,
.addthis-smartlayers-desktop .atss a:focus,
.addthis-smartlayers-desktop .atss a:hover {
	width: 3pc !important;
	opacity: .5
}

.search-form {
	padding: 30px 0 70px;
	background: #efefef
}

.search-form .breadcrumbs {
	width: 100%
}

.search-form .input {
	position: relative
}

.search-form .input input[type=search],
.search-form .input input[type=text] {
	width: 100%;
	height: 63px;
	background: #fff;
	border: none;
	font-weight: 600;
	font-size: 18px;
	padding: 0 60px 0 30px;
	box-sizing: border-box
}

.search-form .input button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	padding: 0
}

.search-form .input button:before {
	width: 63px;
	height: 63px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px
}

.search-form .breadcrumbs {
	margin-bottom: 20px
}

.search-filter {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 30px
}

.search-filter li.disabled a {
	background: #ececec;
	pointer-events: none
}

.search-filter li.active a,
.search-filter li:not(.disabled):hover a {
	background: #8cc153;
	color: #fff
}

.search-filter a {
	transition: all .3s ease;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	line-height: 45px;
	padding: 0 20px;
	display: block
}

.ln-letter-count {
	display: none !important
}

.ln-letters a:hover {
	margin-top: 0 !important
}

.new-news .posts-block.three-el .items .item {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 5px
}

.new-news .posts-block.three-el .items .item:first-of-type .link {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.new-news .posts-block.three-el .items .item:first-of-type img {
	height: 227px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .posts-block.three-el .items .item:first-of-type .description {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 12px 20px
}

.new-news .posts-block.three-el .items .item:first-of-type .description h3 {
	color: #fff;
	text-align: left;
	font-weight: 700;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.new-news .posts-block.three-el .items .item:first-of-type .description .meta {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	position: static
}

.new-news .posts-block.three-el .items .item:first-of-type .description .meta .post-author:before,
.new-news .posts-block.three-el .items .item:first-of-type .description .meta a {
	color: #fff
}

.new-news .posts-block.three-el .items .item:nth-of-type(n+2) {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 15px;
	margin-bottom: 0
}

.new-news .posts-block.three-el .items .item:nth-of-type(n+2) .post-category {
	display: none
}

.new-news .posts-block.three-el .items .item:nth-of-type(n+2) img {
	max-width: 90px;
	height: auto
}
.new-news .posts-block.three-el .items .item:nth-of-type(n+2):hover h3{
	color: #8cc153;
}
.new-news .posts-block.three-el .items .item:nth-of-type(n+2) .link{
	position: absolute !important;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}
.new-news .posts-block.three-el .items .item:nth-of-type(n+2) .meta{
	position: relative;
	z-index: 1;
}
.new-news .posts-block.three-el .items .item:nth-of-type(n+2) .description {
	width: calc(100% - 90px);
	padding-left: 20px
}

.new-news .posts-block.three-el .items .item:nth-of-type(n+2) .description h3 {
	margin-top: 0;
	font-size: 15px
}

.new-news .posts-block.three-el .items .item .meta {
	position: static
}

.new-news .posts-block.three-el .items li {
	width: calc((100% - 60px) / 3);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 30px
}

.new-news .posts-block.three-el .items li:nth-of-type(3n) {
	margin-right: 0
}

.new-news .posts-block.three-el .pagination {
	margin-top: 30px
}

.new-news .posts-block.four-el .items .item {
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-bottom: 20px
}

.new-news .posts-block.four-el .items .item:nth-of-type(4n) {
	margin-right: 0
}

.new-news .posts-block.four-el .items .item h3 {
	font-size: 17px
}

.new-news .description.inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 12px 20px;
	background: rgba(0, 0, 0, .2)
}

.new-news .description.inner h3 {
	color: #fff;
	text-align: left;
	font-weight: 700;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.new-news .description.inner .meta {
	color: #fff;
	font-weight: 700;
	font-size: 13px
}

.new-news .description.inner .meta .post-author:before,
.new-news .description.inner .meta a {
	color: #fff
}

.new-news h2 {
	font-size: 25px;
	color: #8cc153;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	width: 100%;
	margin-bottom: 30px
}

.new-news h2 span {
	background: #fff;
	display: table;
	padding-right: 10px
}

.new-news h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #8cc153;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	transform: translateY(-50%)
}

.new-news .post-category {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-news .post-category a {
	color: #fff;
	padding: 1px 5px 2px;
	background: #8cc153;
	position: relative;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px
}

.new-news .post-category a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-left: 4px solid #8cc153;
	border-bottom: 4px solid transparent;
	width: 0;
	z-index: 1
}

.new-news .post-category.inner {
	position: absolute;
	top: 10px;
	left: 10px
}

.new-news .description {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px
}

.new-news .description:not(.inner) .meta {
	position: absolute;
	bottom: 0
}

.new-news .item {
	position: relative;
	margin-bottom: 44px
}

.new-news .item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .item a:hover h3 {
	color: #8cc153
}

.new-news .item h3 {
	font-weight: 700 !important;
	font-family: Roboto Condensed;
	font-size: 20px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	margin-top: 10px;
	line-height: 1.3;
	margin-bottom: 0 !important;
	color: #333;
	transition: all .3s ease
}

.new-news .item p {
	margin-top: 10px;
	color: #777;
	font-size: 13px;
	line-height: 1.7;
	font-family: Open Sans, "sans-serif";
	margin-bottom: 10px;
	word-break: break-word;
	max-height: 64px
}

.new-news .posts-block .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.new-news .posts-block .items .item {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0
}

.new-news .posts-block .items .item .meta > div {
	font-size: 11px
}

.new-news .posts-block .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-news .posts-block .left-block {
	width: calc(100% - 390px);
	margin-right: 30px
}

.new-news .posts-block .left-block .item {
	border-bottom: 1px solid #f2f2f2
}

.new-news .posts-block .left-block .item h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	font-family: Roboto Condensed
}

.new-news .posts-block .left-block .item:last-of-type {
	border: none
}

.new-news .posts-block .right-block {
	width: 360px
}

.new-news .posts-block .right-block .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px
}

.new-news .posts-block .right-block .item img {
	width: 90px
}

.new-news .posts-block .right-block .item h3 {
	font-size: 15px;
	margin-top: 0
}

.new-news .posts-block .right-block .item .meta {
	margin-top: 5px
}

.new-news .posts-block .right-block .item .description {
	width: calc(100% - 90px);
	padding-left: 20px
}

.new-news .posts-block .pagination {
	margin-bottom: 40px
}

.new-news .posts-block .pagination,
.new-news .posts-block .pagination a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-news .posts-block .pagination a {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 11px;
	border: 1px solid #d4d4d4;
	color: #9c9c9c;
	line-height: 2;
	margin-right: 4px;
	padding: 0 5px;
	text-transform: uppercase
}
.new-news .posts-block .pagination a:hover{
	color: #fff;
}
.new-news .posts-block.four-el .items,
.new-news .posts-block.three-el .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}

.new-news .posts-block.four-el .items .link:before,
.new-news .posts-block.three-el .items .link:before {
	transition: all .3s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	right: 0;
	background: #8cc153;
	opacity: 0
}

.new-news .posts-block.four-el .items .link,
.new-news .posts-block.three-el .items .link {
	position: relative;
	display: -ms-inline-grid;
	display: inline-grid
}

.new-news .posts-block.four-el .items .link:hover:before,
.new-news .posts-block.three-el .items .link:hover:before {
	opacity: .1
}

.new-news .posts-block.four-el .items .meta,
.new-news .posts-block.three-el .items .meta {
	margin-top: 5px
}

.new-news .posts .item:nth-last-of-type(-n+3) {
	margin-bottom: 0
}

.new-news .posts .col-lg-12 > h2 {
	margin-top: 40px
}

.new-news .posts .item {
	width: calc((100% - 60px) / 3);
	margin-right: 30px
}

.new-news .posts .item .link:before {
	transition: all .3s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	right: 0;
	background: #8cc153;
	opacity: 0
}

.new-news .posts .item .link {
	position: relative;
	display: -ms-inline-grid;
	display: inline-grid
}

.new-news .posts .item .link:hover:before {
	opacity: .1
}

.new-news .posts .item:nth-of-type(3n) {
	margin-right: 0
}

.new-news .posts .button {
	width: 120px;
	height: 34px;
	color: #fff;
	margin: 40px auto;
	padding: 0;
	font-size: 12px;
	font-family: Open Sans, "sans-serif"
}

.new-news .items {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-news .first-post .item,
.new-news .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.new-news .first-post .item {
	margin-bottom: 40px;
	-ms-flex-direction: column;
	flex-direction: column
}

.new-news .first-post .item .link {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}

.new-news .first-post .item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .first-post .item .description h3 {
	margin: 10px 0 0 !important;
	font-size: 24px
}

.new-news .first-post .item .description.inner {
	padding: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(13, 0, 0, 0)", endColorstr="rgba(128, 0, 0, 0)", GradientType=0)
}

.new-news .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 12px
}

.new-news .meta a {
	color: #333
}

.new-news .meta .icon-eye {
	margin-right: 0;
	color: #aaa;
	font-family: Open Sans;
	font-weight: 600;
	display: none
}

.new-news .meta .icon-eye:before {
	margin-right: 8px
}

.new-news .meta > div {
	margin-right: 20px
}

.new-news .meta .post-author a {
	transition: all .3s ease
}

.new-news .meta .post-author a:hover {
	color: #8cc153
}

.new-news .meta .post-author:before {
	content: "BY";
	color: #333;
	margin-right: 5px;
	font-weight: 700
}

.new-news:first-of-type {
	padding-top: 55px
}

.add_wrap + h2 {
	margin-top: 0 !important
}

.wp-pagenavi {
	margin: 40px auto 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-align: center;
	width: 40px;
	line-height: 35px !important;
	height: 35px !important;
	border: 2px solid #8cc153 !important;
	font-size: 16px !important;
	color: #8cc153 !important;
	background-image: none !important
}

.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover {
	color: #fff !important;
	background: #8cc153
}

.sidebar div[id$="-0"] {
	height: 250px !important
}

.sidebar div[id$="-0"] iframe {
	height: 250px
}

.new-post {
	padding-top: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-post blockquote.blokc_quote {
	width: 330px;
	max-width: 100%;
	color: #8cc153;
	padding: 20px 20px 20px 50px;
	margin: 0 25px 30px 0;
	position: relative;
	font-family: Open Sans;
	line-height: 35px;
	font-weight: 400;
	font-size: 22px
}

.new-post blockquote.blokc_quote.left {
	float: left
}

.new-post blockquote.blokc_quote.right {
	float: right
}

.new-post blockquote.blokc_quote:before {
	content: "\ea2b";
	color: #8cc153;
	font-family: custom-icons;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 10px
}

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

.new-post iframe {
	width: 100%;
	height: 574px
}

.new-post .content div[id$="-0"] iframe {
	height: 91px
}

.new-post .post-box-listcenter {
	float: left;
	width: 330px;
	max-width: 100%;
	padding: 25px 20px;
	margin-bottom: 30px;
	margin-right: 25px;
	background: #f2f2f2
}

.new-post .post-box-listcenter ul {
	margin-bottom: 0
}

.new-post .post-box-listcenter .small-thumbnail-wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-post .post-box-listcenter .inline-post-box-title {
	position: relative;
	line-height: 1.2;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 16px
}

.new-post .post-box-listcenter .inline-post-box-title:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #b2b2b2;
	bottom: 0;
	left: 0;
	position: absolute
}

.new-post .post-box-listcenter .meta {
	margin-top: 6px
}

.new-post .post-box-listcenter .meta .post-date {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #333
}

.new-post .post-box-listcenter .small-post {
	margin-top: 25px
}

.new-post .post-box-listcenter .small-post:before {
	display: none;
	padding-left: 0
}

.new-post .post-box-listcenter .post-c-wrap {
	width: calc(100% - 90px);
	padding-left: 15px
}

.new-post .post-box-listcenter h4 {
	font-weight: 700 !important;
	font-family: Roboto Condensed;
	line-height: 19.5px;
	margin-bottom: 0
}

.new-post .post-box-listcenter h4 a {
	color: #000 !important;
	font-size: 16px !important
}

.new-post .post-box-listcenter .thumb {
	width: 90px
}

.new-post .content {
	width: calc(100% - 330px);
	padding-right: 45px;
	margin-top: 25px
}

.new-post .content .wp-caption.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px
}

.new-post .content a {
	color: #8cc153
}

.new-post .content ul {
	margin-bottom: 30px;
	margin-left: 25px
}

.new-post .content ul li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px
}

.new-post .content ul li h4 {
	margin-bottom: 0
}

.new-post .content ul li h4 a {
	line-height: 1.3;
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	font-family: Roboto Condensed;
	transition: all .3s ease
}

.new-post .content ul li h4 a:hover {
	color: #8cc153
}
body .new-post .content ul:not([class]) li{
	position: relative;
}
body .new-post .content ul:not([class]) li:before {
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
}

.no-sidebar ul li {
	position: relative;
}

.no-sidebar ul li:before {
	display: block !important;
	content: "" !important;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.new-post .content .wp-caption.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 30px
}

.new-post .content em,
.new-post .content i {
	font-style: italic
}

.new-post .content b,
.new-post .content strong {
	font-weight: 700;
	color: #333
}

.new-post .content p {
	font-family: Lato, sans-serif;
	font-weight: 400;
	margin: 0 auto 25px
}

.new-post .content .wp-block-image figcaption,
.new-post .content .wp-caption-text {
	padding: 4px;
	color: #666;
	font-size: 12px;
	font-style: italic;
	max-width: 100%;
	text-align: left;
	margin-top: 0;
	font-family: Lato, sans-serif
}

.new-post .content ol {
	margin-bottom: 30px;
	margin-left: 25px
}

.new-post .content ol li {
	margin-bottom: 10px;
	list-style: decimal;
	list-style-position: inside
}

.new-post .content h2,
.new-post .content h3,
.new-post .content h4,
.new-post .content h5,
.new-post .content h6 {
	font-weight: 700;
	color: #333;
	text-align: inherit;
	display: block;
	margin-bottom: 10px;
	margin-top: 30px;
}

.new-post .content h2 {
	font-size: 28px
}

.new-post .content h3 {
	font-size: 22px
}

.new-post .content h4 {
	font-size: 20px
}

.new-post .content h5 {
	font-size: 18px
}

.new-post .content h6 {
	font-size: 16px
}

.new-post blockquote p {
	margin-bottom: 0
}

.new-post blockquote:not(.blokc_quote.left),
.new-post blockquote:not(.blokc_quote.right) {
	font-family: Open Sans;
	text-transform: inherit;
	line-height: 35px;
	font-weight: 400;
	color: #333;
	font-size: 22px;
	padding: 20px 20px 20px 50px;
	border-left: 5px solid #8cc153;
	margin-bottom: 30px
}

.new-post .related-block .related-tab {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.new-post .related-block .related-tab li.active a {
	background: #6a9441
}

.new-post .related-block .related-tab li {
	padding-left: 0
}

.new-post .related-block .related-tab li a {
	font-family: Roboto Condensed;
	background: #8cc153;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 500 !important;
	transition: all .3s ease;
	color: #fff;
	text-transform: uppercase
}

.new-post .related-block .related-tab li a:hover {
	background: #6a9441
}

.new-post .related-block .related-tab li:before {
	display: none
}

.new-post .related-block .meta {
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 12px;
	margin-top: 10px
}

.new-post .related-block .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-post .related-block img {
	width: 100%
}

.new-post .related-block a:hover h3 {
	color: #8cc153
}

.new-post .related-block h3 {
	font-weight: 700 !important;
	font-family: Roboto Condensed;
	font-size: 16px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	margin-top: 10px;
	line-height: 1.3;
	margin-bottom: 0 !important;
	transition: all .3s ease
}

.new-post .related-block h3 a {
	color: #333
}

.new-post .related-block h3 a:hover {
	color: #8cc153
}

.new-post .related-block p {
	margin-top: 10px;
	color: #777;
	font-size: 13px;
	line-height: 1.7;
	font-family: Open Sans, "sans-serif";
	margin-bottom: 10px
}

.new-post .related-block .item {
	width: calc((100% - 60px) / 3);
	margin-right: 30px
}

.new-post .related-block .item .link:before {
	transition: all .3s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	right: 0;
	background: #8cc153;
	opacity: 0
}

.new-post .related-block .item .link {
	position: relative;
	display: -ms-inline-grid;
	display: inline-grid
}

.new-post .related-block .item .link:hover:before {
	opacity: .1
}

.new-post .related-block .item:nth-of-type(3n) {
	margin-right: 0
}

.new-post .pagination {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 !important
}

.new-post .pagination li {
	padding-left: 0 !important
}

.new-post .pagination li:before {
	display: none
}

.new-post .pagination a {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 11px;
	border: 1px solid #d4d4d4;
	color: #9c9c9c;
	line-height: 2;
	margin-right: 4px;
	padding: 0 5px;
	text-transform: uppercase
}

.new-post .author-block,
.new-post .pagination a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-post .author-block {
	margin-bottom: 30px
}

.new-post .author-block .img {
	width: 128px;
	height: 128px;
	overflow: hidden;
	border-radius: 50%;
	display: block
}

.new-post .author-block .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-post .author-block .desc {
	width: calc(100% - 128px);
	padding-left: 15px
}

.new-post .author-block .desc a {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	display: table;
	margin-bottom: 5px
}

.new-post .author-block .desc a:hover {
	color: #8cc153;
	transition: all .3s ease
}

.new-post .author-block .desc p {
	font-size: 16px;
	line-height: 1.5
}

.new-post .tags-block {
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	padding: 25px 0;
	margin-bottom: 30px
}

.new-post .tags-block i {
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	font-family: Lato, sans-serif;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.new-post .tags-block i:before {
	margin-right: 10px
}

.new-post .tags-block a {
	display: inline-block;
	background: #8cc153;
	margin: 4px;
	padding: 4px 12px;
	border: 1px solid #8cc153;
	font-size: 13px;
	color: #fff;
	margin-top: 10px
}

.new-post .sidebar {
	width: 330px;
	margin-top: 36px
}

.new-post div.post {
	position: relative;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.new-post div.post h1 {
	font-size: 48px;
	line-height: 1;
	margin: 20px 0 0;
	text-align: left;
	color: #000;
	font-weight: 700;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px
}

.new-post div.post p {
	font-size: 17px;
	color: #000;
	font-family: Roboto Condensed
}

.new-post div.post img {
	margin-top: 15px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-post div.post .post-category {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-post div.post .post-category a {
	color: #fff;
	padding: 1px 5px 2px;
	background: #8cc153;
	position: relative;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 5px
}

.new-post div.post .post-category a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-left: 4px solid #8cc153;
	border-bottom: 4px solid transparent;
	width: 0;
	z-index: 1
}

.new-post div.post .post-category.inner {
	position: absolute;
	top: 10px;
	left: 10px
}

.new-post div.post .description {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.new-post div.post .description h1 {
	font-size: 48px;
	line-height: 1;
	margin: 20px 0 0;
	text-align: left;
	color: #000;
	font-weight: 700;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px
}

.new-post div.post .description p {
	font-size: 17px;
	color: #000;
	font-family: Roboto Condensed
}

.new-post div.post .description .meta {
	margin-top: 10px;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.new-post div.post .description .meta .post-author:before {
	content: "BY";
	color: #333;
	margin-right: 5px;
	font-weight: 700
}

.new-post div.post .description .meta .soc {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 auto
}

.new-post div.post .description .meta .soc,
.new-post div.post .description .meta .soc .supsystic-social-sharing {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.new-post div.post .description .meta .soc a {
	margin: 0 0 0 10px;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #8cc153;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 !important
}

.new-post div.post .description .meta a {
	color: #000
}

.new-post div.post .description .meta .post-author a {
	transition: all .3s ease
}

.new-post div.post .description .meta .post-author a:hover {
	color: #8cc153
}

.new-post div.post .description .meta .post-author:before {
	color: #000
}

.new-post div.post .description .meta .views {
	display: none
}

.new-post div.post .description .meta .views:before {
	margin-right: 5px
}

.new-post div.post .description .meta > div {
	margin-right: 10px
}

.new-post div.post .description.inner {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(13, 0, 0, 0)", endColorstr="rgba(128, 0, 0, 0)", GradientType=0)
}

.new-post div.post .description.inner h1 {
	color: #fff;
	margin-bottom: 5px
}

.new-post div.post .description.inner a,
.new-post div.post .description.inner p {
	color: #fff
}

.new-post div.post .description.inner .meta {
	color: #fff;
	border-top: 1px solid #cdcdcd;
	padding-top: 12px;
	margin-bottom: 0
}

.new-post div.post .description.inner .meta .post-author:before {
	color: #fff
}

.add_wrap + .new-news .posts h2 {
	margin-top: 0
}

.strains-type h2 {
	font-size: 25px;
	color: #8cc153;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	width: 100%;
	margin-bottom: 30px
}

.strains-type h2 span {
	background: #fff;
	display: table;
	padding-right: 10px
}

.strains-type h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #8cc153;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	transform: translateY(-50%)
}

.strains-type .items .item:nth-last-of-type(-n+3) {
	margin-bottom: 20px
}

.strains-type .items .item:nth-of-type(4n) {
	margin-right: 20px
}

.strains-type .items .item {
	width: calc((100% - 40px) / 3);
	height: 366.667px;
	padding-top: 90px
}

.strains-type .items .item img {
	width: 100px;
	height: auto
}

.strains-type .items .item:nth-of-type(3n) {
	margin-right: 0
}

.likebtn-wrapper.lb-loaded.lb-style-white.lb-popup-position-top.lb-popup-style-light {
	display: none
}

.likebtn-wrapper.lb-loaded.lb-style-custom.lb-popup-position-top.lb-popup-style-light {
	display: none !important
}

.dispensaries-owners {
	padding: 40px 0
}

.dispensaries-owners input:-moz-placeholder,
.dispensaries-owners textarea:-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 14px
}

.dispensaries-owners input:-ms-input-placeholder,
.dispensaries-owners textarea:-ms-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 14px
}

.dispensaries-owners input::-moz-placeholder,
.dispensaries-owners textarea::-moz-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 14px
}

.dispensaries-owners p:before {
	margin-right: 10px;
	color: #8cc153;
	font-size: 28px
}

.dispensaries-owners h2 + p {
	line-height: 1.5;
	font-family: Roboto, sans-serif
}

.dispensaries-owners .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-owners [for=upload_image] {
	width: 170px;
	height: 40px;
	-ms-flex-align: center;
	background: #8cc153;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	align-items: center;
	margin-right: 30px
}

.dispensaries-owners .input span,
.dispensaries-owners [for=upload_image] {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	-ms-flex-pack: center;
	justify-content: center
}

.dispensaries-owners .input span {
	cursor: pointer
}

.dispensaries-owners #upload_image {
	display: none
}

.dispensaries-owners #map {
	width: calc(100% - 484px);
	margin-left: 30px
}

.dispensaries-owners h2 {
	font-weight: 600;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px
}

.dispensaries-owners h2:before {
	content: "";
	width: 34px;
	height: 6px;
	position: absolute;
	bottom: 0;
	background: #8cc153;
	left: 0
}

.dispensaries-owners form {
	max-width: 454px;
	width: 100%
}

.dispensaries-owners p {
	font-size: 18px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.dispensaries-owners p.icon-clock {
	margin-top: 35px
}

.dispensaries-owners .input {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-owners .input input[type=submit] {
	width: 170px;
	height: 60px
}

.dispensaries-owners .input .icon-edit {
	position: absolute;
	height: 40px;
	bottom: 0;
	right: 0;
	width: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none
}

.dispensaries-owners .input input[type=email],
.dispensaries-owners .input input[type=tel],
.dispensaries-owners .input input[type=text] {
	width: 100%;
	height: 40px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding: 0 40px 0 15px
}

.dispensaries-owners .input.df input {
	width: calc(100% - 74px)
}

.dispensaries-owners .input.df .button {
	width: 74px;
	height: 40px;
	text-transform: capitalize
}

.dispensaries-owners input:disabled + .icon-edit:hover {
	color: #8cc153 !important
}

.dispensaries-owners .icon-edit {
	transition: all .3s ease
}

.dispensaries-owners .icon-edit:hover {
	color: #000 !important
}

.dispensaries-owners .textarea {
	position: relative;
	margin-bottom: 20px
}

.dispensaries-owners .textarea textarea {
	width: 100%;
	height: 270px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding: 15px 40px 15px 15px;
	resize: none
}

.dispensaries-owners .textarea .icon-edit {
	position: absolute;
	top: 20px;
	height: 50px;
	right: 0;
	width: 40px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none
}

.dispensaries-owners .inputs,
.dispensaries-owners .textarea .icon-edit {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dispensaries-owners .inputs {
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 0 auto
}

.dispensaries-owners .inputs .icon-edit {
	background-color: transparent;
	border: none;
	width: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-left: 10px
}

.dispensaries-owners .inputs .icon-edit,
.dispensaries-owners .inputs .icon-minus {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.dispensaries-owners .inputs .icon-minus {
	margin: 0 15px
}

.dispensaries-owners .inputs input[type=text] {
	width: 85px;
	height: 40px;
	border: 1px solid #c6c6c6;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px
}

.dispensaries-owners input::-webkit-input-placeholder,
.dispensaries-owners textarea::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 600;
	font-size: 14px
}

.dispensaries-owners .hours {
	margin-bottom: 35px
}

.dispensaries-owners .hours li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600
}

.dispensaries-owners .hours li input[type=text] {
	font-size: 14px
}

.wp-caption {
	width: 100% !important
}

mark {
	background-color: transparent !important
}

.sidebar [data-mantis-zone=sidebar] {
	height: 250px
}

[data-mantis-zone=zone1_test] {
	display: table;
	margin: 40px auto;
	max-width: 728px;
	width: 100%
}

#map + #infowindow-content {
	display: none
}

.ssfAddNewLocation .ssfbutton {
	font-size: 14px
}

.age-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 15px auto
}

.age-button .button {
	width: calc((100% - 30px) / 2)
}

.age-button .button:first-of-type {
	margin-right: 30px
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all .3s ease;
	padding: 5px 0 20px
}

footer hr.sline {
	border-top: 2px solid #dedede
}

footer .copyright {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

footer .copyright li {
	margin-right: 40px
}

footer .copyright li:last-of-type {
	margin-right: 0
}

footer .copyright p {
	margin-right: 40px;
	font-weight: 600;
	color: #bbb;
	margin-bottom: 0 !important
}

footer .copyright a {
	color: #bbb;
	font-weight: 600;
	transition: all .3s ease
}

footer .copyright a:hover {
	color: #de4242
}

footer ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

footer ul.soc {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px
}

footer ul.soc a.icon-nowtoronto:before {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	background: #cc2d27
}

footer ul.soc a.icon-tumblr {
	color: #395976
}

footer ul.soc a.icon-youtube {
	color: red
}

footer ul.soc a.icon-pinterest {
	color: #bd081c
}

footer ul.soc a.icon-twitter {
	color: #55acee
}

footer ul.soc a.icon-linkedin {
	color: #007ab9
}

footer ul.soc a.icon-instagram {
	color: #6a453b
}

footer ul.soc a.icon-facebook {
	color: #3b5998
}

footer ul.soc a:hover:before {
	opacity: .8
}

footer ul.soc li {
	margin-right: 20px
}

footer ul.soc li:last-of-type {
	margin-right: 0
}

footer ul.soc a {
	transition: all .3s ease
}

footer ul.soc a:before {
	font-size: 42px
}

footer .copyright_area {
	font-size: 14px;
	font-weight: 400;
	color: #a2a4ae;
	text-align: center;
	font-size: 8px
}

footer .menu-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px
}

footer .menu-block h4 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #161b35;
	margin-bottom: 10px
}

footer .menu-block ul {
	-ms-flex-direction: column;
	flex-direction: column
}

footer .menu-block a {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #a2a4ae;
	transition: all .3s ease
}

footer .menu-block a:hover {
	color: #8cc153
}

footer .menu-block > .menu {
	margin: 0 15px;
	max-width: 170px
}

@media (-webkit-min-device-pixel-ratio:2) {
	.sidebar.fixed {
		right: calc(50% - 240px)
	}
}

@media only screen and (min-width:1200px) {
	#glossaryList-nav a:hover {
		background-color: transparent !important;
		margin-top: 0 !important;
		color: #8cc153
	}
}

@media only screen and (min-width:1921px) {

	.map .store-exturl a .btn-super-info,
	.map .store-locator__infobox .infobox__cta {
		font-size: 16px
	}
}

@media only screen and (max-width:1900px) {
	.ugc .col-lg-12 > .right-block {
		padding-right: 15px
	}

	.ugc .col-lg-12 > .right-block .content {
		padding-left: 30px;
		padding-right: 30px
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		margin-right: 40px;
		width: 32vw
	}

	.ugc .container-fluid {
		padding-right: 15px
	}

	.ugc .activity .right-block .gallery img {
		height: auto
	}

	.ugc .contribute-content ul li {
		margin-right: 5px
	}

	.ugc .contribute-content ul a {
		font-size: 10px
	}

	.ugc.stores .items-product .item {
		width: calc((100% - 30px) / 3);
		margin-right: 15px;
		margin-bottom: 15px
	}

	.ugc.stores .items-product .item img {
		height: 16.946vw
	}
}

@media only screen and (max-width:1500px) {
	.map #info-img {
		height: 140px !important
	}

	.map .store-locator-map .infobox__row + .infobox__row {
		padding: 0 !important
	}

	.map .store-locator-map .infobox__body {
		padding-bottom: 55px
	}

	.map .store-locator-map .infobox__inner {
		padding: 0 15px !important
	}

	.map .store-locator-map .store-storeReview {
		padding-top: 0
	}

	.map .store-locator-map .store-storeReview .reciewInfoStar {
		padding: 5px 0
	}

	.map .store-locator-map .store-locator__infobox {
		width: 246px !important
	}

	.map .store-locator-map .store-locator__infobox .infobox__inner {
		padding: 0 15px 15px
	}

	.map .store-locator-map .store-locator__infobox .btn-super-info,
	.map .store-locator-map .store-locator__infobox .infobox__cta {
		padding: 0 !important;
		font-size: 9px;
		height: 36px;
		margin-top: 5px !important
	}

	.banner-slider .item > .img-ie,
	.banner-slider .item > img {
		width: 39vw;
		height: 39vw
	}

	.ugc.stores .items-product .item:nth-of-type(3n) {
		margin-right: 15px
	}

	.ugc.stores .items-product .item {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
		margin-bottom: 15px
	}

	.ugc.stores .items-product .item img {
		height: 21.042vw
	}

	.ugc.stores .items-product .item:nth-of-type(2n) {
		margin-right: 0
	}
}

@media only screen and (max-width:1366px) {
	.banner-slider .item .desc.center h2 {
		font-size: 6.653vw
	}

	.banner-slider .item .desc.center h2 span {
		font-size: 2.961vw
	}

	.banner-slider .item .desc {
		width: 60vw
	}

	.slick-arrow:before {
		font-size: 30px
	}

	.icon-arrow-left {
		left: -20px
	}

	.icon-arrow-right {
		right: -20px
	}

	.banner-slider .item > .img-ie,
	.banner-slider .item > img {
		width: 35vw;
		height: 35vw
	}

	#productsServicesFilterOptions .ssflabel {
		font-size: 14px
	}

	.ugc .col-lg-12 > .right-block {
		width: calc(100% - 280px);
		padding-right: 15px
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		width: 38vw
	}

	.ugc .col-lg-12 > .right-block .content {
		width: calc(100% - 260px)
	}

	.ugc .col-lg-12 > .right-block .sidebar {
		width: 260px
	}

	.ugc .col-lg-12 > .left-block {
		width: 280px
	}

	.ugc .col-lg-12 > .left-block .user .description ul li:last-of-type {
		display: none
	}

	.ugc .col-lg-12 > .left-block .user {
		padding: 50px 15px 40px
	}

	.ugc .col-lg-12 > .left-block .user .description h3 {
		font-weight: 600;
		font-size: 14px
	}

	.ugc .col-lg-12 > .left-block .menu-profile li.icon-log-out {
		display: block
	}

	.ugc .col-lg-12 > .left-block .menu-profile a {
		font-size: 16px
	}

	.ugc .col-lg-12 > .left-block .progress {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px
	}

	.ugc.stores .coins,
	.ugc.stores h1 {
		font-size: 18px
	}

	.ugc.stores .items-product .item {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
		margin-bottom: 15px
	}

	.ugc.stores .items-product .item img {
		height: 22.166vw
	}
}

@media only screen and (min-width:1200px) {
	header .menu {
		max-width: 700px !important
	}

	header .menu ul a {
		font-size: 15px !important
	}

	header .menu ul > li {
		margin-right: 20px !important
	}

	header .menu ul > li:last-of-type {
		margin-right: 0 !important
	}
}

@media only screen and (min-width:1025px) {
	header .head {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center
	}

	header .logo img {
		width: 100%
	}

	header .login li:hover .sub-menu {
		display: block
	}

	header .login .sub-menu:before {
		top: -5.5px;
		background: #fff
	}

	header .login .sub-menu {
		width: 135px;
		position: absolute;
		top: 100%;
		right: 0;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		background: #fff;
		z-index: 1;
		padding: 15px;
		display: none
	}

	header .login .sub-menu li {
		margin: 2px 0 !important;
		padding: 0
	}

	header .login .sub-menu:before {
		content: "";
		border-left: 1px solid rgba(0, 0, 0, .15);
		border-top: 1px solid rgba(0, 0, 0, .15);
		width: 15px;
		height: 15px;
		position: absolute;
		transform: rotate(45deg);
		top: -7.5px;
		right: 8px
	}

	header .login li {
		position: relative;
		padding: 5px 0
	}

	header .login li:last-of-type {
		margin-right: 0
	}

	header .menu {
		max-width: 560px;
		width: 100%;
		margin: 0 0 0 auto;
		display: -ms-flexbox;
		display: flex;
		height: 60px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		transition: all .3s ease
	}

	header .menu ul > li[class*=" icon-"]:before,
	header .menu ul > li[class^=icon-]:before {
		transition: all .3s ease;
		font-size: 14px
	}

	header .menu ul > li:hover .sub-menu {
		display: block;
		min-width: 140px
	}

	header .menu ul > li:last-of-type {
		margin-right: 0
	}

	header .menu ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	header .menu ul a {
		display: block;
		font-weight: 600;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #000;
		transition: all .3s ease
	}

	header .menu ul a:hover {
		color: #8cc153
	}

	header .menu ul .sub-menu {
		position: absolute;
		top: 100%;
		min-width: 170px !important;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		background: #fff;
		z-index: 1;
		padding: 15px;
		display: none
	}

	header .menu ul .sub-menu li {
		margin: 2px 0 !important
	}

	header .menu ul > li {
		margin-right: 10px;
		position: relative
	}

	header .menu ul > li[class*=" icon-"],
	header .menu ul > li[class^=icon-] {
		position: relative
	}

	header .menu ul > li[class*=" icon-"] a,
	header .menu ul > li[class^=icon-] a {
		font-size: 0 !important;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0
	}

	header .menu ul > li[class*=" icon-"]:hover:before,
	header .menu ul > li[class^=icon-]:hover:before {
		color: #8cc153
	}

	header.mini .menu {
		height: 60px
	}
}

@media only screen and (max-width:1199px) {
	.new-post iframe {
		width: 100%;
		height: 425px
	}

	header.new .col-lg-12 > .menu a {
		padding: 0 20px
	}

	.banner-slider .item .desc {
		width: 64vw;
		margin: auto 0 auto auto
	}

	.banner-slider .item .desc ul li {
		margin-right: 20px
	}

	.news-block .left-block {
		max-width: calc(100% - 405.5px)
	}

	.news-block .right-block {
		max-width: 375.5px
	}

	.blog .items .item img {
		height: 303.333px
	}

	.strains .items .item {
		height: 220px
	}

	.strains .items .item h4 {
		font-size: 20px
	}

	.strains .items .item img {
		width: 70px;
		margin: 20px auto 12px
	}

	.dispensaries .item img {
		height: 220px
	}

	.dispensaries .dispensaries-slider .slick-arrow {
		top: 110px
	}

	.cannvas .left-block .post h4 {
		bottom: 0
	}

	.cannvas .left-block .post:first-of-type img {
		height: 350px
	}

	.cannvas .post .description {
		padding: 15px
	}

	.cannvas .right-block .description {
		padding-bottom: 0
	}

	.cannvas .right-block img {
		height: 310px
	}

	.post-category .items .item > a,
	.post-category .items img {
		height: 215px
	}

	.diy .first-post img {
		height: 370px
	}

	.diy .posts img {
		height: 240px
	}

	.nav {
		margin-left: 0;
		margin-right: 0
	}

	.nav li a {
		padding: 5px 15px
	}

	.news .post,
	.news .posts {
		width: 100%
	}

	.news .content {
		padding-right: 15px
	}

	.news .first-post img {
		height: 420px
	}

	.feel .item {
		height: 220px
	}

	.news-inner .align-left,
	.news-inner .align-right {
		max-width: 50%
	}

	.news-inner p {
		font-size: 14px
	}

	.related-articles .items .item img {
		height: 161.667px
	}

	.related-articles .items .item h4 {
		font-size: 18px
	}

	.map #mainContent #storeLocator__storeList {
		margin-top: 15px !important
	}

	.map #mainContent #super-left-panel,
	.map #mainContent .store-locator-map-holder {
		width: 50% !important
	}

	.map .ssf_image_setting {
		height: 11.538vw
	}

	.search-page ul.links {
		margin-top: 20px
	}

	.search-page ul.links li a {
		word-wrap: break-word;
		font-size: 28px
	}

	@media (-webkit-min-device-pixel-ratio:2) {
		.sidebar.fixed {
			right: calc(50% - 140px)
		}
	}

	.sidebar.fixed {
		right: calc(50% - 144px)
	}

	.banner-mini .desc.encyclo-weedia {
		min-height: 33.503vw
	}

	.banner-mini .desc.encyclo-weedia img {
		height: auto;
		width: 20.283vw
	}

	.banner-mini .desc.encyclo-weedia h3 {
		font-size: 6.283vw
	}

	.strains .item {
		height: 220px
	}

	.strains .item h4 {
		font-size: 18px
	}

	.strains .item .img-ie,
	.strains .item img {
		width: 60px;
		height: 60px
	}

	.store-locator__map-status__inner {
		font-size: 10px
	}

	.map .store-locator__infobox .infobox__cta {
		width: 9.5vw
	}

	header .search {
		margin: 0 15px
	}

	header .login li a {
		font-size: 10px
	}

	header .login li a:before {
		font-size: 24px
	}

	header .login li:first-of-type a {
		font-size: 12px
	}

	.ugc .col-lg-12 > .right-block .sidebar {
		display: none
	}

	.ugc .col-lg-12 > .right-block .content {
		width: 100%
	}

	.ugc.stores .items-product .item img {
		height: 31.614vw
	}

	.burger-menu {
		display: none;
		height: 24px;
		width: 32px;
		cursor: pointer;
		z-index: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.burger-menu span {
		height: 3px;
		width: 100%;
		background: #000;
		display: block;
		transition: all .3s ease
	}

	.burger-menu.close span:nth-of-type(2) {
		opacity: 0
	}

	.burger-menu.close span:nth-of-type(3) {
		transform: rotate(-45deg) translate(7px, -8px)
	}

	.burger-menu.close span {
		background: #fff
	}

	.burger-menu.close span:first-of-type {
		transform: rotate(45deg) translate(8px, 7px)
	}

	.burger-menu.close + .menu {
		transform: translate(0)
	}

	header.header-ugc .login {
		display: none
	}

	.ugc .activity .item .description {
		padding-right: 15px
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		width: 50vw
	}

	.strains-type .items .item {
		height: 300px;
		padding-top: 80px
	}
}

@media only screen and (max-width:1024px) {
	.burger-menu {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	header .dropdown {
		color: #fff;
		font-weight: 600;
		cursor: pointer;
		position: relative;
		top: -2.5px
	}

	header .login li a {
		font-size: 12px
	}

	header .login li a:before {
		font-size: 31px
	}

	header .login li:first-of-type a {
		font-size: 15px
	}

	header .menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		max-width: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow-y: auto;
		transform: translate(100%);
		transition: 1.2s ease-in-out;
		padding: 75px 0 70px;
		z-index: 1
	}

	header .menu a:after {
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 3px;
		width: 0;
		background: #fff;
		transition: .5s
	}

	header .menu .menu-top > li {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	header .menu li {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 5px
	}

	header .menu a {
		font-size: 16px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 5px;
		width: calc(100% - 20px)
	}

	header .menu a:hover:after {
		width: 100%
	}

	header .menu .sub-menu {
		display: none;
		width: 100%;
		margin: -5px 0 3px
	}

	header .menu .sub-menu li {
		display: block !important;
		margin-bottom: 5px
	}

	header .menu .sub-menu li:last-of-type {
		margin-bottom: 0
	}

	header .menu .sub-menu a {
		color: #999
	}

	header .menu .sub-menu.open {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	header .menu > ul {
		position: relative;
		left: 0;
		font-size: 24px;
		max-width: 170px;
		width: 100%;
		overflow: auto
	}

	header .logo {
		width: 163px
	}

	header .head .search {
		margin: 0 25px 0 auto
	}

	header .head .search .input,
	header .head .search .is-search-form {
		top: 50%;
		transform: translateY(-50%);
		right: 35px;
		min-width: 280px
	}

	header.mini .head .search .input {
		top: 50%
	}

	.map .filter__row {
		border: none !important
	}

	.map #mainContent #super-left-panel,
	.map #mainContent .store-locator-map-holder {
		width: 100% !important
	}

	.map #mainContent #ssf_adress_input_box {
		padding-right: 10px !important;
		padding-left: 10px !important;
		width: calc(100% - 210px);
		position: relative;
		top: 5px;
		background: top
	}

	.map #mainContent .store-locator__filter-toggler-cell {
		background-color: transparent !important
	}

	.map .filter__row--cta {
		width: 100% !important
	}

	.map .filter__row--cta .small-6 {
		width: calc(100% / 2 - 7.5px) !important
	}

	.map .filter__row--cta .small-6:nth-of-type(2n) {
		margin-left: 15px !important
	}

	.map .filter__row--cta #applyFilterOptionsCancel {
		border-radius: 0 !important;
		box-shadow: none
	}

	.map .button-selector {
		top: 8px;
		right: 15px
	}

	.map .ssf_image_setting {
		height: 24.375vw !important
	}

	.map #filter__services,
	.map #filter__states {
		width: 100%;
		float: none;
		padding: 0 15px !important;
		margin: 0 !important
	}

	#applyFilterOptionsCancel {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 48px
	}

	.filter-radio.filter-popup {
		position: fixed !important;
		width: 100% !important;
		margin: 0 auto !important;
		z-index: -1;
		height: auto !important;
		top: 145px !important;
		min-height: 295px
	}

	.filter-radio.filter-popup #applyFilterOptionss {
		position: absolute;
		right: 15px;
		top: 8px
	}

	.filter-radio.filter-popup #filter__states.filter__row {
		border-bottom: none !important
	}

	.filter-popup-is-shown .filter-popup {
		z-index: 2 !important
	}

	.map #mainContent #storeLocator__storeList {
		position: relative;
		z-index: 1
	}

	.map .store-exturl a .btn-super-info {
		font-size: 16px
	}

	.map .store-locator__infobox .infobox__cta {
		width: 20.5vw;
		font-size: 16px
	}

	body #store-locator-section-bg #storeLocator__storeListRow.pad {
		padding-top: 30px !important
	}

	.opentip-container {
		display: none !important
	}

	.adminbar .map .filter-radio.filter-popup {
		top: 177px !important
	}

	.filter-radio.filter-popup.filter-popup--medium-down.ssf-panel.shadowed {
		display: block !important;
		padding-top: 30px
	}

	.map .filter__row--cta .small-6 {
		width: 100%
	}

	.map .filter__row--cta .small-6:nth-of-type(2n) {
		margin-left: 0 !important;
		width: 100% !important
	}

	.header-top .mnu-top li.sign-up {
		margin-right: 20px
	}

	header .header-top .mnu-top li.logout {
		position: relative
	}

	header .header-top .mnu-top li.logout:before {
		content: "";
		position: absolute;
		right: -20px;
		width: 1px;
		height: 100%;
		background: #fff
	}

	header .header-top .mnu-top li.logout,
	header .header-top .mnu-top li.profile {
		margin-right: 40px;
		display: block
	}

	header .header-top .mnu-top li.logout a,
	header .header-top .mnu-top li.profile a {
		font-weight: 400;
		font-family: Roboto;
		text-transform: capitalize;
		font-size: 12px;
		color: #fff;
		transition: all .3s ease
	}

	header .header-top .mnu-top li.logout a:hover,
	header .header-top .mnu-top li.profile a:hover {
		color: #8cc153
	}

	header .header-top .mnu-top li.profile {
		margin-right: 20px
	}

	header .head .login {
		display: none
	}
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.ugc .col-lg-12 > .left-block {
		transition: all .3s linear;
		position: absolute
	}

	.ugc .col-lg-12 > .left-block.close {
		transform: translate(-100%)
	}

	.ugc .col-lg-12 > .left-block.close + .right-block {
		transition: all .3s linear;
		transform: translate(-280px);
		width: 100%
	}

	.ugc .col-lg-12 > .right-block {
		transition: all .3s linear;
		position: relative;
		left: 280px
	}
}

@media only screen and (max-width:991px) {
	.new-post iframe {
		width: 100%;
		height: 540px
	}

	.ep-autosuggest-container .ep-autosuggest {
		min-width: 324px;
		right: 0;
		top: 47px
	}

	.new-post div.post img {
		height: 388px
	}

	.new-post .content {
		width: 100%;
		padding-right: 0
	}

	.new-post .sidebar {
		width: 100%;
		margin-top: 0
	}

	body {
		padding-top: 79px
	}

	header.new .col-lg-12 > .logo {
		width: 54px;
		height: auto;
		display: block;
		margin-bottom: 0
	}

	header.new .col-lg-12 > .soc {
		display: none
	}

	header.new .burger {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex
	}

	header.new .col-lg-12 {
		height: 74px
	}

	header.new .col-lg-12 > .menu {
		display: none
	}

	header.new .search {
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		width: auto
	}

	header.new .search .btn {
		-ms-flex-align: center;
		align-items: center;
		z-index: 1;
		width: 22px
	}

	header.new .search .input {
		height: 45px
	}

	header.new .search input[type=search],
	header.new .search input[type=text] {
		position: absolute;
		right: 0
	}

	body {
		padding-bottom: 385px
	}

	.banner-slider .item > img {
		width: auto;
		height: 200px;
		margin: 20px auto 10px
	}

	.banner-slider .item {
		height: 570px;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -ms-flexbox;
		display: flex
	}

	.banner-slider .item .container {
		height: 570px
	}

	.banner-slider .item .container .desc {
		width: 76%;
		margin: 0 0 0 auto
	}

	.banner-slider .item .container p {
		margin: 0 0 30px auto
	}

	.banner-slider .item .desc {
		width: 100%;
		margin: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-slider .item .desc h1 {
		margin-bottom: 20px
	}

	.banner-slider .item .desc .button {
		margin: 0 auto 30px
	}

	.banner-slider .item .desc ul {
		margin-bottom: 0;
		-ms-flex-order: 1;
		order: 1
	}

	.banner-slider .item .desc ul li a img {
		margin-bottom: 0
	}

	.banner-slider .item .desc .right {
		width: 100%
	}

	.banner-slider .item .desc h1 {
		font-size: 30px
	}

	.banner-slider .item .desc h1 span {
		font-size: 84px
	}

	.banner-slider .item .desc.center h2 {
		font-size: 11.073vw;
		line-height: 1.1
	}

	.banner-slider .item .desc.center h2 span {
		margin-bottom: 5px
	}

	.banner-slider .item .desc.center ul p {
		width: 160px
	}

	.banner-slider .item.two-img > img:first-of-type,
	.banner-slider .item.two-img > img:nth-of-type(2) {
		width: auto;
		height: auto;
		margin-top: 0;
		max-width: 47%
	}

	.news-block .left-block,
	.news-block .right-block {
		max-width: 100%;
		width: 100%
	}

	.news-block .right-block {
		margin-top: 30px
	}

	.news-block .right-block .read-more {
		margin: 0 auto 15px
	}

	.news-block .left-block {
		margin-right: 0
	}

	.news-block .left-block img {
		height: 720px
	}

	.news-block .left-block img + p {
		margin-top: 0
	}

	.blog .items .item img {
		height: 230px
	}

	.strains .items {
		width: 100%
	}

	.strains .items:not(.slick-initialized) .item {
		width: 227px !important;
		height: 227px
	}

	.strains .item h4 {
		font-size: 20px
	}

	.strains .item img {
		margin: 25px auto 0
	}

	.strains .slick-list {
		width: 100%
	}

	.strains .items .slide {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.strains .items .slide,
	.strains .items .slide .item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex
	}

	.strains .items .slide .item {
		width: calc(100% / 2 - 7.5px) !important;
		margin: 0 15px 15px 0 !important;
		height: 352px !important;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0 !important
	}

	.strains .items .slide .item img {
		margin-top: 0 !important;
		width: 100px
	}

	.strains .items .slide .item:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.dispensaries .item img {
		height: 227px
	}

	.dispensaries .item .dispensaries-slider .slick-arrow {
		top: 113.5px
	}

	.cannvas .left-block {
		width: calc(100% - 275px)
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) h4 {
		font-size: 14px
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) img {
		height: 200px
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) .excerpt {
		font-size: 10px
	}

	.cannvas .left-block .post:first-of-type img {
		height: 290px
	}

	.cannvas .right-block {
		max-width: 260px
	}

	.cannvas .right-block h4 {
		font-size: 14px
	}

	.cannvas .right-block .excerpt {
		font-size: 10px
	}

	.cannvas .right-block img {
		height: 245px
	}

	.post-category .items .item .description {
		bottom: 10px
	}

	.post-category .items .item .description h4 {
		font-size: 16px;
		line-height: 20px
	}

	.post-category .items .item .description .excerpt {
		font-size: 10px
	}

	.post-category .items .item .description p.name {
		font-size: 14px
	}

	.post-category .items .item > a,
	.post-category .items img {
		height: 160px
	}

	.diy .posts img {
		height: 170px
	}

	.news .button {
		margin: 50px 0 50px 190px
	}

	.news .post a > img {
		width: 170px;
		height: 220px
	}

	.news .post .description {
		width: calc(100% - 190px)
	}

	.news .post .description p {
		font-size: 12px
	}

	.news .post .description h5 {
		font-size: 16px
	}

	.news .first-post img {
		height: 316px
	}

	.news .first-post h4 {
		bottom: 0;
		font-size: 26px;
		line-height: 1.3
	}

	.feel {
		padding: 35px 0 28px
	}

	.feel .item {
		height: 165px
	}

	.feel .item i {
		width: 65px;
		height: 65px
	}

	.feel .item i:before {
		font-size: 30px
	}

	.relief .item img {
		width: 62px
	}

	.relief .item p {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px
	}

	.strains .items {
		margin-bottom: 70px
	}

	.strains .items .item {
		margin: 0 10px !important
	}

	.filters .select {
		margin-left: 20px
	}

	.banner-mini .desc-vibes-inner h1 {
		font-size: 68px
	}

	.news-inner .sidebar {
		display: none
	}

	.news-inner .content {
		width: 100%;
		padding-right: 0
	}

	.related-articles .items .item img {
		height: 220px
	}

	.related-articles .items .item h4 {
		font-size: 18px
	}

	.rate-it .pick-vibe label {
		height: 90px
	}

	.rate-it .pick-vibe label:before {
		font-size: 36px
	}

	.about-us .content {
		padding-right: 15px
	}

	.about-us .content p {
		font-size: 16px;
		margin-bottom: 15px
	}

	.contacts .content {
		padding-right: 15px
	}

	.contacts .input {
		width: calc(100% / 2 - 7.5px);
		margin-right: 15px
	}

	.contacts .input,
	.contacts .textarea {
		margin-bottom: 15px
	}

	@media (-webkit-min-device-pixel-ratio:2) {
		.sidebar.fixed {
			right: calc(50% - 90px)
		}
	}

	.sidebar.fixed {
		right: calc(50% - 94px)
	}

	.dispensaries-inner .left-block .desc {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.dispensaries-inner .left-block .desc h1 {
		width: 100%
	}

	.dispensaries-inner .left-block .button {
		margin-bottom: 0
	}

	.strains .item {
		height: 227px
	}

	.banner-slider .item .desc.center {
		margin: auto
	}

	#glossaryList li > a {
		font-size: 14px
	}

	.glossary_top_filter .left #glossary-search-term {
		width: calc(100% - 193px)
	}

	#glossary-categories {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px !important
	}

	.news .breaking-news + .posts + .button {
		margin: 0 0 15px 189px !important
	}

	div.is-ajax-search-result {
		width: 363px !important
	}

	.blog .items .item .description h4,
	.blog .items .item .description h4 a {
		font-size: 18px
	}

	.blog .items .item .description .excerpt {
		font-size: 10px
	}

	.ugc .contribute-content ul li {
		width: calc((100% - 15px) / 4)
	}

	.ugc .contribute-content ul li:nth-of-type(4n) {
		margin-right: 0
	}

	.ugc .contribute-content ul a {
		text-align: center
	}

	.ugc .activity .item.article .right-block {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px
	}

	.ugc .activity .item.article .right-block .go-to {
		right: 15px;
		bottom: 20px
	}

	.ugc .activity .item.store .left-block {
		height: 43.359vw
	}

	.ugc .activity .item.store .right-block {
		padding-bottom: 40px
	}

	.ugc .activity .item.store .right-block .go-to {
		bottom: 20px
	}

	.ugc .activity .search {
		width: 100%;
		margin-left: 0;
		margin-top: 20px
	}

	.ugc .activity .left-block,
	.ugc .activity .search input {
		width: 100%
	}

	.ugc .activity .item .description {
		padding-right: 0
	}

	.ugc .activity .item .go-to {
		bottom: -25px;
		right: 15px
	}

	.ugc .activity .item.store .left-block,
	.ugc .activity .item.strain .left-block {
		width: 100%
	}

	.ugc .activity .item.store .right-block,
	.ugc .activity .item.strain .right-block,
	.ugc .activity .right-block {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}

	.ugc .activity .right-block {
		padding-top: 15px
	}

	.ugc .col-lg-12 > .right-block .user-level .score {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 30px
	}

	.ugc .col-lg-12 > .right-block .user-level .score li:last-of-type {
		margin-right: 0
	}

	.ugc .col-lg-12 > .right-block .user-level .score li {
		margin-right: 30px
	}

	.ugc .col-lg-12 > .right-block .user-level .score li:first-of-type {
		margin-bottom: 0
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		width: 100%;
		margin-right: 0;
		max-width: 100%
	}

	.ugc.stores .items-product .item img {
		height: 29.198vw
	}

	.cart-form .modal-dialog {
		width: calc(100% - 60px)
	}

	.level-info .modal-content {
		padding: 50px 0
	}

	.level-info .left,
	.level-info .right {
		padding: 0 15px
	}

	.level-info .items .item {
		width: 50%;
		padding: 0 15px
	}

	.level-info .items > p {
		padding: 0 15px
	}

	.photos .item {
		height: 115.833px
	}

	.news .first-post .excerpt {
		word-break: break-word;
		max-height: 85px;
		overflow: hidden
	}

	.search-page ul.links li .excerpt,
	.search-page ul.links li h3 {
		max-width: 100%;
		text-align: left
	}

	.search-filter a {
		font-size: 14px;
		line-height: 36px;
		padding-left: 15px;
		padding-right: 15px
	}

	.new-news .posts-block.three-el .items .item:first-of-type .description {
		padding: 15px
	}

	.new-news .posts-block .left-block {
		width: 100%;
		margin-right: 0
	}

	.new-news .posts-block .right-block {
		width: 100%
	}

	.new-news .posts-block.four-el .items .item:nth-of-type(4n) {
		margin-right: 30px
	}

	.new-news .posts-block.four-el .items .item {
		width: calc((100% - 60px) / 3)
	}

	.new-news .posts-block.four-el .items .item:nth-of-type(3n) {
		margin-right: 0
	}

	.new-news .first-post .item img {
		height: 420px
	}

	.strains-type .items:not(.slick-initialized) .item {
		width: calc((100% - 30px) / 3) !important;
		margin: 0 15px 0 0 !important;
		padding-top: 45px;
		height: 230px
	}

	.strains-type .items:not(.slick-initialized) .item:nth-of-type(3) {
		margin-right: 0 !important
	}
}

@media only screen and (max-width:780px) {
	.adminbar header {
		top: 46px
	}

	.adminbar .map .filter-radio.filter-popup {
		top: 191px !important
	}

	#wp-admin-bar-top-secondary {
		position: absolute !important;
		top: 0;
		right: 0
	}
}

@media only screen and (max-width:767px) {
	.new-post iframe {
		width: 100%;
		height: 71.713vw
	}

	.new-post div.post .description h1 {
		font-size: 28px
	}

	.new-post div.post .description p {
		display: none
	}

	.new-post div.post img {
		height: 50.587vw
	}

	.btn-block i:before {
		width: 34px;
		height: 34px;
		font-size: 20px
	}

	.cart-form .modal-content {
		padding: 30px 15px 55px
	}

	.cart-form .icon-clear {
		top: 5px;
		right: 15px
	}

	.home .dispensaries .dispensaries-slider .slick-dots {
		bottom: -40px
	}

	.home .blog .slick-dots {
		bottom: -33px
	}

	.home .blog .button {
		margin: 77px auto 0
	}

	body.age-page {
		padding: 0 !important;
		min-height: 520px !important
	}

	body.age-page .age-gate-wrapper {
		height: 100% !important;
		min-height: 520px !important
	}

	div[id$="-0"] {
		width: 100% !important
	}

	div[id$="-0"] iframe {
		margin: 0 auto;
		display: table
	}

	.strains-slider .slick-dots {
		bottom: -50px !important
	}

	.start-post div[id$="-0"] {
		margin-top: 10px
	}

	.store-locator__map-status__closer {
		right: 15px !important
	}

	.banner-slider .item .container .button {
		width: 100% !important
	}

	.banner-slider .item .container .desc {
		width: 100%
	}

	.banner-slider .item .container .desc p {
		max-width: 100%
	}

	.banner-slider .item .desc .button {
		width: calc(100% - 30px);
		max-width: none;
		border-radius: 0
	}

	.banner-slider .item .desc.center h2 {
		font-size: 48px;
		line-height: 1;
		margin-bottom: 30px;
		padding: 0 15px
	}

	.banner-slider .item .desc.center ul {
		padding: 0 15px
	}

	.banner-slider .item .desc.center ul li {
		width: calc(100% / 2 - 10px);
		margin-top: 15px
	}

	.banner-slider .item .desc.center ul li:nth-of-type(2n) {
		margin-right: 0
	}

	.banner-slider .item .desc.center ul p {
		width: 100%
	}

	.banner-slider .item .desc.center ul a img {
		display: none
	}

	.banner-slider .item.two-img > img:nth-of-type(2) {
		bottom: 50%;
		transform: translateY(50%)
	}

	.news-block .left-block img {
		height: calc(100vw - 30px)
	}

	.news-block .right-block li .desc {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.strains .slick-dots {
		position: relative !important;
		bottom: -25px !important
	}

	.strains .items .slide .item,
	.strains .strains-slider .slide .item {
		height: calc(100vw / 2 - 22.5px) !important
	}

	.strains .strains-slider .item {
		margin-bottom: 15px
	}

	.strains .item {
		height: calc(100vw / 2 - 25px);
		width: calc(100vw / 2 - 25px) !important
	}

	.strains .item img {
		width: 14vw;
		height: 14vw;
		margin: 3.875vw auto 2vw
	}

	.strains .item h4 {
		font-size: 3.916vw
	}

	.strains .slick-dots {
		bottom: -50px
	}

	.strains .slick-dots li {
		background-color: #dedede
	}

	.strains .slick-dots li.slick-active {
		background: #de6433
	}

	.dispensaries .item img {
		height: calc(100vw / 2 - 27px)
	}

	.blog .slick-list {
		margin-left: -7.5px;
		margin-right: -7.5px;
		width: calc(100% + 15px)
	}

	.blog .items .item {
		margin: 0 7.5px !important
	}

	.blog .slick-dots {
		bottom: -40px
	}

	.blog .slick-dots li {
		background-color: #dedede
	}

	.blog .slick-dots li.slick-active {
		background: #de6433
	}

	.blog .button {
		margin: 67px auto 0
	}

	.cannvas h1 {
		font-size: 42px
	}

	.cannvas .left-block {
		width: 100%;
		margin-right: 0
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) img {
		height: calc(100vw / 2 - 22.5px)
	}

	.cannvas .left-block .post:first-of-type img {
		height: calc(100vw - 30px)
	}

	.cannvas .right-block {
		width: 100%;
		max-width: none;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.cannvas .right-block .post {
		width: calc(100% / 2 - 7.5px);
		margin-right: 15px
	}

	.cannvas .right-block .post:nth-of-type(2) {
		margin-right: 0
	}

	.cannvas .right-block img {
		height: calc(100vw / 2 - 22.5px)
	}

	.post-category .button {
		margin-top: 7px;
		margin-left: auto;
		margin-right: auto
	}

	.post-category .items {
		-ms-flex-pack: center;
		justify-content: center
	}

	.post-category .items .item > a {
		height: calc(100vw / 2 - 22.5px)
	}

	.post-category .items .item {
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 30px
	}

	.post-category .items .item img {
		height: calc(100vw / 2 - 22.5px)
	}

	.post-category .items .item:nth-of-type(2n) {
		margin-right: 0
	}

	.post-category h2 {
		font-size: 38px;
		padding: 0 0 20px
	}

	.nav {
		margin: 25px 0 40px
	}

	.diy .first-post img {
		height: calc(100vw / 2 - 30px)
	}

	.diy .first-post h4 {
		bottom: 0
	}

	.diy h1 {
		font-size: 42px
	}

	.diy .posts {
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px
	}

	.diy .posts .post {
		width: calc(100vw / 2 - 22.5px);
		margin-bottom: 30px
	}

	.diy .posts .post img {
		height: calc(100vw / 2 - 22.5px)
	}

	.diy .posts .post:nth-of-type(2) {
		margin-right: 0
	}

	footer {
		padding: 0 0 30px
	}

	footer .copyright li,
	footer .copyright p {
		margin-right: 20px
	}

	.sidebar {
		display: none
	}

	.news h1 {
		font-size: 42px
	}

	.news .first-post img {
		height: 66.66667vw
	}

	.news .content {
		padding-right: 0;
		width: 100%
	}

	.feel .item {
		width: calc(100% / 2 - 7.5px);
		height: calc(100vw / 2 - 22.5px);
		margin-right: 15px;
		margin-bottom: 15px
	}

	.feel .item P {
		font-size: 4.712vw
	}

	.feel .item i {
		width: 19.634vw;
		height: 19.634vw
	}

	.feel .item i:before {
		font-size: 11.78vw
	}

	.feel .item:nth-of-type(2n) {
		margin-right: 0
	}

	.relief .item img {
		width: 19.634vw;
		height: 19.634vw
	}

	.filters {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative
	}

	.filters .select {
		margin: 0 !important;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #dedede
	}

	.filters .icon-clear {
		position: absolute;
		top: 3px;
		right: 0;
		margin-left: 0
	}

	.banner-mini .desc-vibes-inner .left-block {
		width: calc(100% - 200px)
	}

	.banner-mini .desc-vibes-inner .right-block {
		max-width: 200px
	}

	.related-articles h2 {
		margin-bottom: 15px
	}

	.related-articles .items .item {
		margin-right: 15px;
		width: calc(100% / 3 - 10px)
	}

	.related-articles .items .item img {
		height: calc(100vw / 3 - 10px)
	}

	.strains-inner h2 {
		margin: 40px auto 20px;
		font-size: 30px
	}

	.rate-it h2 {
		margin: 40px auto 10px;
		font-size: 30px
	}

	.rate-it .pick-vibe li {
		width: 25%
	}

	.rate-it .pick-vibe label {
		height: calc(100vw / 4 - 7.5px)
	}

	.rate-it .pick-vibe label:before {
		font-size: 9.211vw
	}

	.submit-popup .modal-dialog {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto
	}

	.search-page h1 {
		font-size: 32px
	}

	.search-page ul.links {
		margin-top: 20px
	}

	.search-page ul.links li {
		margin-bottom: 10px
	}

	.search-page ul.links li a {
		font-size: 18px
	}

	.about-us h1 {
		font-size: 32px;
		margin-bottom: 15px
	}

	.about-us .content {
		width: 100%;
		padding-right: 0
	}

	.contacts h1 {
		font-size: 32px;
		margin-bottom: 15px
	}

	.contacts .content {
		width: 100%;
		padding-right: 0
	}

	.banner-mini .desc.encyclo-weedia {
		min-height: 44.776vw
	}

	.banner-mini .desc.encyclo-weedia img {
		height: auto;
		width: 26.283vw
	}

	.banner-mini .desc.encyclo-weedia h3 {
		font-size: 8.283vw
	}

	.title {
		margin-bottom: 20px;
		font-size: 32px
	}

	.az-links {
		margin-bottom: 30px
	}

	.dispensaries-inner {
		padding: 40px 0
	}

	.dispensaries-inner .left-block,
	.dispensaries-inner .right-block {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.dispensaries-inner .right-block {
		margin-top: 30px
	}

	.dispensaries-inner .right-block #map {
		height: 300px
	}

	.banner-slider .item .desc ul li {
		margin-right: 15px
	}

	.encyclo-weedia-inner .contents-block .content {
		width: 100%;
		padding-right: 0
	}

	.news .first-posts .slick-arrow.icon-arrow-right {
		right: 5px
	}

	.news .first-posts .slick-arrow.icon-arrow-left {
		left: 5px
	}

	.news .first-posts h4 {
		font-size: 26px;
		line-height: 1.2
	}

	.news .first-posts .slick-arrow {
		width: 20px;
		height: 20px
	}

	.news .first-posts .slick-arrow:before {
		font-size: 13px
	}

	.map .store-exturl a .btn-super-info,
	.map .store-locator__infobox .infobox__cta {
		font-size: 1.979vw
	}

	body:not(.home) footer {
		padding: 5px 0 60px
	}

	.main-back-to-top {
		bottom: 45px !important
	}

	.news .posts + div[id$="-0"] {
		margin: 10px auto 0 !important
	}

	.inner-page .blog {
		padding-bottom: 90px
	}

	.blog .slick-dots {
		bottom: -55px
	}

	.encyclo-weedia-inner {
		padding: 35px 0 0
	}

	.encyclo-weedia-inner .form-submit {
		margin-bottom: 0
	}

	.Campaign__content {
		padding: 0 0 40px !important
	}

	.Campaign__content .Row__content > div {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.Campaign__content div#om-xg8fkozxhxeexz4oydtl .fortworth span {
		font-size: 24px !important
	}

	.Campaign__content #fortworth-FieldsElementButton--mHl0OauzxImFxsEjaoW7 {
		height: 60px
	}

	.Campaign__content #fortworth-field-email {
		height: 60px !important;
		margin-bottom: 20px !important
	}

	.fortworth-error.xg8fkozxhxeexz4oydtl-fortworth-error.fortworth-error-header.xg8fkozxhxeexz4oydtl-fortworth-error-header {
		bottom: 0
	}

	.post-ratings-loading {
		margin-top: 20px;
		left: 0;
		text-align: center
	}

	.file-loaded .modal-sm,
	.location .modal-sm {
		min-width: 290px;
		width: 290px;
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.location .select {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%
	}

	.location input[type=submit] {
		width: 100%
	}

	.login-page form {
		box-shadow: none;
		height: auto !important
	}

	.login-page:not(.sign-up) .login-page:not(.forgot-password) {
		padding-bottom: 100px
	}

	.ugc .col-lg-12 > .left-block {
		width: 100%;
		min-height: 0
	}

	.ugc .col-lg-12 > .left-block .menu-profile {
		position: fixed;
		right: 0;
		width: 280px;
		background: #fff;
		z-index: 10000000;
		height: calc(100% - 92px);
		top: 92px;
		box-shadow: 0 0 4px rgba(0, 0, 0, .15);
		transition: all .3s ease;
		transform: translate(100%)
	}

	.ugc .col-lg-12 > .left-block .menu-profile.open {
		transform: translate(0)
	}

	.ugc .col-lg-12 > .left-block .menu-profile li.icon-home {
		display: block
	}

	.ugc .col-lg-12 > .right-block {
		padding-right: 0;
		width: 100%
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		max-width: 100%
	}

	.ugc .col-lg-12 > .right-block .content {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px
	}

	.ugc .activity .link-home {
		margin-top: 20px
	}

	.ugc .activity .link-home h3 {
		font-size: 24px
	}

	.ugc .activity .item.article .right-block {
		padding: 30px 15px 20px
	}

	.ugc .activity .item.article .right-block i:before {
		margin-left: 0
	}

	.ugc .activity .item.article .right-block .go-to {
		bottom: 20px
	}

	.ugc.stores .items-product .item img {
		height: 40.593vw
	}

	.header-ugc.mini + section .ugc .col-lg-12 > .left-block .menu-profile {
		top: 92px;
		height: calc(100% - 60px)
	}

	.header-ugc.mini + section .ugc .col-lg-12 > .left-block .menu-profile .icon-home {
		display: block
	}

	.content .cart-block {
		margin-top: 30px;
		display: block
	}

	.level-info .modal-dialog {
		width: calc(100% - 60px);
		margin-left: 0;
		margin-right: 0
	}

	.level-info.modal.in .modal-dialog {
		transform: translate(-50%);
		top: 20px
	}

	.reviews .item .description {
		padding-right: 0
	}

	.reviews .left-block,
	.reviews .right-block {
		width: 100%
	}

	.reviews .right-block {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px
	}

	.photos .item:nth-of-type(6n) {
		margin-right: 5px
	}

	.photos .item {
		width: calc((100% - 15px) / 4);
		height: calc((100vw - 45px) / 4)
	}

	.photos .item:nth-of-type(4n) {
		margin-right: 0
	}

	.alert .modal-dialog .modal-sm {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: 0
	}

	.adminbar .ugc .col-lg-12 > .left-block .menu-profile {
		height: calc(100% - 138px);
		top: 138px
	}

	.picker--opened .picker__frame {
		top: 50px;
		bottom: 0
	}

	.search-filter a {
		font-size: 11px;
		line-height: 30px;
		padding-left: 5px;
		padding-right: 5px
	}

	.new-news .posts-block.three-el .pagination {
		margin-top: 0
	}

	.new-news .posts-block.three-el .items li {
		margin-bottom: 30px;
		width: 100%;
		margin-right: 0
	}

	.new-news .posts .item:nth-of-type(3n) {
		margin-right: 30px
	}

	.new-news .posts .item {
		width: calc((100% - 30px) / 2)
	}

	.new-news .posts .item:nth-of-type(2n) {
		margin-right: 0
	}

	.new-news .posts-block.four-el .items .item:nth-of-type(3n) {
		margin-right: 30px
	}

	.new-news .posts-block.four-el .items .item {
		width: calc((100% - 30px) / 2)
	}

	.new-news .posts-block.four-el .items .item:nth-of-type(2n) {
		margin-right: 0
	}

	.strains-type .items:not(.slick-initialized) .item:nth-of-type(3) {
		margin-right: 15px !important
	}

	.strains-type .items:not(.slick-initialized) .item {
		width: calc((100% - 20px) / 2) !important;
		padding-top: 45px;
		height: calc((100vw - 50px) / 2);
		margin: 0 20px 20px 0 !important;
		padding-top: 0
	}

	.strains-type .items:not(.slick-initialized) .item img {
		width: 16vw;
		margin: 10.875vw auto 2vw
	}

	.strains-type .items:not(.slick-initialized) .item h4 {
		font-size: 3.916vw
	}

	.strains-type .items:not(.slick-initialized) .item:nth-of-type(2n) {
		margin-right: 0 !important
	}
}

@media only screen and (max-width:720px) {
	.fortworth-error.xg8fkozxhxeexz4oydtl-fortworth-error.fortworth-error-header.xg8fkozxhxeexz4oydtl-fortworth-error-header {
		bottom: auto;
		top: 60px
	}
}

@media only screen and (max-width:679px) {
	footer .menu-block .menu {
		max-width: none;
		width: calc(100% / 3 - 30px)
	}
}

@media only screen and (max-width:640px) {
	.banner-slider .item .desc ul {
		padding: 0 15px
	}

	.banner-slider .item .desc ul li a p {
		display: none
	}

	.dispensaries .item img {
		height: calc(100vw / 2 - 27px)
	}

	.banner-mini .desc-vibes-inner h1 {
		font-size: 48px
	}

	.banner-mini .desc-vibes-inner p {
		font-size: 18px
	}

	.map #mainContent #ssf_adress_input_box {
		width: calc(100% - 140px)
	}

	.map .button-selector {
		padding: 0 10px;
		font-size: 10px
	}

	.map .gmnoprint .gmnoprint {
		top: -10px !important
	}

	footer .copyright p {
		margin-right: 0;
		width: 100%;
		text-align: center
	}

	footer .copyright ul {
		margin-top: 15px;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}

	footer .copyright li {
		margin-right: 10px
	}

	footer .menu-block {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	footer .menu-block .menu {
		max-width: none;
		width: auto;
		margin: 0
	}

	.map #mainContent #storeLocator__storeList {
		width: 100%
	}

	.map .infobox__body div {
		text-align: center !important
	}

	.map .store-locator__infobox.store-locator__infobox--main {
		overflow: hidden
	}

	.map a#dirbutton {
		float: none;
		z-index: 3;
		position: relative
	}

	.map #mobileStoreLocatorInfobox {
		padding: 15px 15px 63px
	}

	.map #mobileStoreLocatorInfobox .reciewInfoStar {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.map #mobileStoreLocatorInfobox a#dirbutton {
		left: 0;
		width: calc(100% / 2 - 15.5px) !important
	}

	.map #mobileStoreLocatorInfobox .store-exturl {
		left: 15px;
		bottom: 15px !important;
		width: calc(100% / 2 - 15.5px) !important
	}

	.map #mobileStoreLocatorInfobox .store-exturl a .btn-super-info {
		margin-top: 0 !important
	}

	.map #mobileStoreLocatorInfobox {
		z-index: 1
	}

	.map #mobileStoreLocatorInfobox .infobox__body {
		padding-bottom: 0
	}

	.map #mobileStoreLocatorInfobox .infobox__comment {
		padding-top: 0 !important;
		padding-bottom: 30px !important
	}

	.strains .items .slide .item {
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 14vw !important
	}

	.diy .first-post h5 {
		font-size: 18px;
		margin-bottom: 0
	}

	.diy .first-post h4 {
		font-size: 22px;
		line-height: 1.2
	}

	.banner-mini + div[id$="-0"] + .news {
		padding: 34px 0 25px
	}
}

@media only screen and (max-width:600px) {
	#wpadminbar {
		position: fixed;
		top: 0
	}

	.adminbar header {
		top: 45px
	}

	.glossary_top_filter .left #glossary-search-term {
		width: calc(100% - 115px)
	}

	.glossary_top_filter .left #glossary-search {
		width: 100px;
		padding: 0
	}
}

@media only screen and (max-width:579px) {

	header .search .input,
	header .search .is-search-form {
		right: 20px
	}

	header .search .input input[type=search],
	header .search .input input[type=text],
	header .search .is-search-form input[type=search],
	header .search .is-search-form input[type=text] {
		height: 43px;
		font-size: 12px
	}

	header .search .input input[type=button],
	header .search .input input[type=submit],
	header .search .is-search-form input[type=button],
	header .search .is-search-form input[type=submit] {
		height: 36px;
		line-height: 36px;
		font-size: 10px
	}

	.news-inner blockquote:after {
		right: 10px;
		bottom: 0
	}

	.news-inner .align-left,
	.news-inner .align-right {
		max-width: 100%;
		width: 100%;
		margin: 20px 0 !important;
		float: none
	}

	.news-inner h1 {
		font-size: 38px
	}

	.news-inner h2 {
		font-size: 30px
	}

	.news-inner h3 {
		font-size: 26px
	}

	.news-inner h4 {
		font-size: 22px
	}

	.news-inner h5 {
		font-size: 18px
	}

	.news-inner h6 {
		font-size: 14px
	}

	.news-inner blockquote {
		padding: 30px 20px 10px
	}

	.news-inner blockquote:before {
		top: 10px;
		left: 5px;
		line-height: 50px
	}

	.related-articles h2 {
		margin-bottom: 15px
	}

	.related-articles .items {
		-ms-flex-pack: center;
		justify-content: center
	}

	.related-articles .items .item {
		margin-right: 15px;
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 30px
	}

	.related-articles .items .item img {
		height: calc(100vw / 2 - 23px)
	}

	.related-articles .items .item:nth-of-type(2) {
		margin-right: 0
	}

	.news .first-post h4 {
		font-size: 20px
	}

	.news .first-post h5 {
		font-size: 16px
	}

	.news .first-post .excerpt {
		font-size: 10px;
		margin-top: 0
	}

	.news .breaking-news img {
		width: 60px;
		height: 60px;
		margin-right: 15px
	}

	.news .breaking-news .item {
		position: relative
	}

	.news .breaking-news .item h4 {
		font-size: 12px
	}

	.news .breaking-news .item .desc {
		max-width: calc(100% - 115px);
		padding-right: 70px
	}

	.news .breaking-news .item .date {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 10px
	}

	.banner-mini .desc.encyclo-weedia {
		height: 230px;
		min-height: 230px;
		padding: 30px 0;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-mini .desc.encyclo-weedia img {
		width: 120px
	}

	.banner-mini .desc.encyclo-weedia h3 {
		font-size: 48px
	}

	.map .store-locator__filter-toggler {
		font-size: 0
	}

	.map .store-locator__actions-bar .store-locator__filter-toggler-cell {
		padding-left: 0;
		width: 33px
	}

	.map .button-selector {
		font-size: 8px
	}

	.map #ssf_adress_input_box {
		width: calc(100% - 120px) !important;
		top: 8px !important
	}

	.map .store-locator__geolocator {
		font-size: 25px
	}

	.strains .items .slide .item img {
		width: 15.305vw;
		margin-bottom: 1.5vw
	}

	.strains .items .slide .item h4 {
		font-size: 3.5vw
	}

	.no-sidebar div.wpcf7-validation-errors {
		top: 45px
	}

	.news-block .left-block .description {
		bottom: 15px;
		padding: 0 15px
	}

	.news-block .left-block .description p.name {
		font-size: 14px
	}

	.news-block .left-block .description h4 {
		font-size: 20px
	}

	.news-block .left-block .description p:not(.name) {
		font-size: 12px
	}

	.cart-form h2 {
		font-size: 34px;
		margin-bottom: 10px
	}

	.cart-form .input,
	.cart-form .select-label {
		width: 100%;
		margin-right: 0
	}

	.cart-form.modal.in .modal-dialog {
		transform: translate(-50%);
		top: 20px
	}

	.level-info .modal-dialog {
		width: calc(100% - 30px)
	}

	.level-info .items .item,
	.level-info .left,
	.level-info .right {
		width: 100%;
		text-align: center
	}

	.level-info .items > p {
		text-align: center
	}

	header .head .search label {
		width: calc(100% - 87px)
	}

	header .head .search .input,
	header .head .search .is-search-form {
		top: 100%;
		transform: translateY(100%);
		right: -60px;
		width: calc(100vw - 30px);
		max-width: none
	}

	header .head .search .input input[type=search],
	header .head .search .is-search-form input[type=search] {
		width: calc(100% - 119px)
	}

	.wp-pagenavi .pages {
		width: 100%;
		margin-bottom: 10px !important
	}

	.wp-pagenavi .extend {
		display: none
	}

	.steps,
	.steps li {
		height: 5px
	}

	.steps li:before {
		width: 18px;
		height: 18px
	}

	.add-dispensarie .preview .description,
	.add-strains .preview .description {
		width: 100%;
		padding-left: 0
	}

	.new-post .content .wp-caption.alignleft,
	.new-post .content .wp-caption.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: table
	}

	.new-post .post-box-listcenter {
		width: 100%
	}

	.new-post .post-box-listcenter .meta {
		display: none
	}

	.new-post blockquote.blokc_quote {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.new-post blockquote.blokc_quote p {
		margin-bottom: 0
	}

	.new-post .author-block {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.new-post .author-block .img {
		margin: 0 auto 10px;
		display: table
	}

	.new-post .author-block .desc {
		text-align: center;
		width: 100%;
		padding-left: 0
	}

	.new-post .pagination {
		margin-top: 0
	}

	.new-post .related-block .items {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.new-post .related-block .items .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.new-news .posts .item {
		width: 100%;
		margin-right: 0 !important
	}

	.new-news .posts .item .link {
		width: 100%
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 12px;
		width: 35px
	}

	.new-news .posts .item:nth-last-of-type(-n+3) {
		margin-bottom: 30px
	}

	.new-news .posts-block.four-el .items .item {
		width: 100%;
		margin-right: 0 !important
	}

	.new-news .posts-block.four-el .items .item .link {
		width: 100%
	}

	.new-news .posts-block.four-el .items .item .link img {
		height: auto
	}

	.ep-autosuggest-container .ep-autosuggest {
		min-width: 265px
	}
}

@media only screen and (max-width:479px) {

	header.new #searchform.open input[type=search],
	header.new #searchform.open input[type=text] {
		max-width: 175px
	}

	.new-post div.post .description h1 {
		font-size: 24px;
		margin-bottom: 0
	}

	.new-post div.post .description .meta .soc {
		width: 100%
	}

	.new-post div.post .description .meta .soc a {
		margin: 0 10px 0 0
	}

	.alert h3 {
		font-size: 20px
	}

	.alert .modal-content {
		padding: 30px 15px
	}

	.alert .close {
		font-size: 27px;
		right: 0
	}

	.alert .modal-dialog.modal-sm {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: 0
	}

	.cart-form .modal-dialog {
		width: calc(100% - 30px)
	}

	.cart-form h2 {
		font-size: 28px
	}

	.cart-form p {
		margin-bottom: 20px
	}

	#at15s .at-icon,
	#at15s .at-icon-wrapper {
		width: 2pc !important;
		height: 2pc !important
	}

	.lb-tt.lb-share-tt {
		width: calc(100vw - 30px)
	}

	.lb-tt.lb-share-tt .addthis_toolbox.addthis_default_style.addthis_20x20_style {
		width: 100% !important
	}

	.lb-tt.lb-share-tt .at300b,
	.lb-tt.lb-share-tt .at300m {
		width: calc((100% - 7px) / 7)
	}

	.lb-tt.lb-share-tt .at300b .at-icon-wrapper,
	.lb-tt.lb-share-tt .at300b .at-icon-wrapper svg,
	.lb-tt.lb-share-tt .at300m .at-icon-wrapper,
	.lb-tt.lb-share-tt .at300m .at-icon-wrapper svg {
		width: 100% !important;
		height: calc((100vw - 51px) / 7) !important
	}

	.nav li a {
		padding: 5px
	}

	.map #storeLocator__storeList .medium-4 {
		margin-right: 0 !important
	}

	#glossary-search {
		width: 100px;
		height: 36px;
		line-height: 36px
	}

	.glossary_top_filter .left #glossary-search-term {
		width: calc(100% - 115px)
	}

	#glossaryList li {
		width: 100%
	}

	#rattingCaptcha {
		transform-origin: center !important;
		-webkit-transform-origin: center !important
	}

	.banner-slider .item.two-img > img:nth-of-type(2) {
		max-width: 270px;
		transform: translate(30%, 30%)
	}

	.banner-slider .slick-dots {
		bottom: 30px
	}

	.banner-slider .item .container .desc {
		margin-top: 180px
	}

	.banner-slider .item .container .desc h2 a {
		font-size: 8.351vw
	}

	.banner-slider .item .container .desc p {
		font-size: 4.384vw
	}

	.banner-slider .item .desc.center h2 {
		font-size: 46px;
		margin-bottom: 20px
	}

	.banner-slider .item .desc.center h2 span {
		font-size: 24px;
		line-height: 1.2
	}

	.banner-slider .item .desc.center ul li {
		max-width: 260px;
		width: 100%;
		margin-right: 0;
		margin-top: 10px
	}

	.banner-slider .item .desc.center ul li p {
		margin-bottom: 0
	}

	.banner-slider .item.two-img > img:first-of-type {
		transform: translate(-25%, -50%);
		max-width: 240px
	}

	.strains .col-lg-12 .button {
		margin-bottom: 0
	}

	.strains .slick-dots {
		bottom: -25px
	}

	.strains .slick-dots li {
		background-color: #dedede
	}

	.strains .slick-dots li.slick-active {
		background: #de6433
	}

	.dispensaries .item img {
		height: calc(100vw - 32px)
	}

	.dispensaries .slick-dots {
		bottom: -50px
	}

	.dispensaries .slick-dots li {
		background-color: #dedede
	}

	.dispensaries .slick-dots li.slick-active {
		background: #de6433
	}

	.blog .slick-list {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}

	.blog .items .item {
		margin: 0 !important
	}

	.blog .items .item img {
		height: calc(100vw - 30px)
	}

	.cannvas .post h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.cannvas .post .excerpt {
		font-size: 12px
	}

	.cannvas .post .name {
		font-size: 14px
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) {
		width: 100%;
		margin-right: 0
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) img {
		height: calc(65vw - 30px)
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) .name {
		font-size: 14px
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.cannvas .left-block .post:nth-last-of-type(-n+2) .excerpt {
		font-size: 12px
	}

	.cannvas .left-block .post:first-of-type img {
		height: calc(65vw - 30px)
	}

	.cannvas .right-block .post {
		margin-right: 0;
		width: 100%
	}

	.cannvas .right-block .post .excerpt {
		font-size: 12px
	}

	.cannvas .right-block .post h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.cannvas .right-block .post .name {
		font-size: 14px
	}

	.cannvas .right-block .post img {
		height: calc(65vw - 30px)
	}

	.post-category .items {
		-ms-flex-pack: center;
		justify-content: center
	}

	.post-category .items .item {
		width: 100%;
		margin-right: 0
	}

	.post-category .items .item > a,
	.post-category .items .item img {
		height: calc(65vw - 30px)
	}

	.post-category .items .item h4 {
		font-size: 18px;
		line-height: 1.2
	}

	.post-category h2 {
		font-size: 38px;
		padding: 0 0 20px
	}

	.diy .first-post img {
		height: calc(65vw - 30px)
	}

	.diy .first-post .description {
		padding: 15px
	}

	.diy h1 {
		font-size: 42px
	}

	.diy .posts .post {
		width: calc(100vw - 30px);
		margin-right: 0
	}

	.diy .posts .post img {
		height: calc(65vw - 30px)
	}

	.news {
		word-wrap: break-word
	}

	.news .first-post .description {
		bottom: 5px
	}

	.news .first-post img {
		height: calc(65vw - 30px)
	}

	.news .first-post h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.news .first-post h5 {
		font-size: 12px;
		margin-bottom: 0
	}

	.news .post a {
		width: 100%
	}

	.news .post a > img {
		width: 100%;
		-o-object-position: center;
		object-position: center;
		-o-object-fit: cover;
		object-fit: cover;
		margin-right: 0;
		margin-bottom: 5px;
		height: calc(65vw - 30px)
	}

	.news .post .description {
		width: 100%
	}

	.news .post .description p {
		font-size: 15px
	}

	.news .button {
		margin: 40px auto 16px
	}

	.news .breaking-news + .posts + .button {
		margin: 0 auto 15px !important
	}

	.feel .item P {
		font-size: 4vw;
		text-align: center
	}

	.banner-mini .desc {
		padding: 30px 0;
		min-height: 220px
	}

	.banner-mini .desc h3 {
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.banner-mini .desc p {
		text-align: center;
		font-size: 16px
	}

	.banner-mini .desc {
		min-height: 200px;
		height: 200px
	}

	.banner-mini .desc-min {
		min-height: 130px
	}

	.banner-mini .desc-min h1 {
		font-size: 42px;
		text-align: center
	}

	.banner-mini .desc-vibes-inner {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-mini .desc-vibes-inner .left-block,
	.banner-mini .desc-vibes-inner .right-block {
		width: 100%
	}

	.banner-mini .desc-vibes-inner h1 {
		font-size: 38px
	}

	.banner-mini .desc-vibes-inner .right-block {
		-ms-flex-order: -1;
		order: -1;
		padding-top: 20px;
		padding-left: 0
	}

	.banner-mini .desc-vibes-inner .right-block img {
		margin: 0 auto;
		height: 150px
	}

	.banner-mini .desc-vibes-inner .left-block {
		margin-bottom: 30px
	}

	.banner-mini .desc-vibes-inner .left-block h1,
	.banner-mini .desc-vibes-inner .left-block p {
		text-align: center
	}

	.related-articles h2 {
		margin-bottom: 15px
	}

	.related-articles .items {
		-ms-flex-pack: center;
		justify-content: center
	}

	.related-articles .items .item {
		margin-right: 0;
		width: 100%
	}

	.related-articles .items .item img {
		height: calc(100vw - 30px)
	}

	.rate-it .pick-symptom li:nth-of-type(2n-1),
	.rate-it .side-effects li:nth-of-type(2n-1) {
		margin-left: 0;
		margin-right: 7.5px
	}

	.rate-it .pick-symptom li,
	.rate-it .side-effects li {
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 15px
	}

	.rate-it .pick-symptom li label,
	.rate-it .side-effects li label {
		margin: 0;
		width: 100%;
		font-size: 12px
	}

	.rate-it .pick-symptom li:nth-of-type(2n),
	.rate-it .side-effects li:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 7.5px
	}

	.submit-popup h2 {
		font-size: 28px
	}

	.map #storeLocator__storeList .medium-4 {
		width: 100% !important;
		padding: 0 15px !important
	}

	.map #storeLocator__storeList .ssf_image_setting {
		height: calc(62vw - 60px) !important
	}

	.page404 .content404 h1 {
		font-size: 33.473vw;
		width: 75.314vw
	}

	.page404 .content404 h1:before {
		font-size: 37.657vw
	}

	footer .menu-block .menu {
		margin: 10px 0;
		width: 50%
	}

	footer ul.soc li {
		margin-right: 15px
	}

	footer ul.soc a:before {
		font-size: 8.9vw
	}

	.feel .item:after {
		top: 3px
	}

	.feel .item:before {
		height: 8px
	}

	.feel:not(.relief) .item:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.feel:not(.relief) .item {
		width: calc(100% / 4 - 4px);
		margin-right: 5px;
		height: calc(100vw / 2 - 65px) !important
	}

	.feel:not(.relief) .item i {
		width: 13.634vw;
		height: 13.634vw
	}

	.feel:not(.relief) .item i:before {
		font-size: 6.78vw
	}

	.feel:not(.relief) .item p {
		font-size: 3.212vw
	}

	.feel:not(.relief) .item:nth-of-type(2n) {
		margin-right: 5px
	}

	.letter-section ul.columns,
	.letter-section ul.columns li {
		width: 100%
	}

	.letter-section ul.columns.max-2-columns {
		columns: 1
	}

	.banner-mini .desc.encyclo-weedia {
		height: 70vw;
		max-height: 355px;
		padding: 30px 0
	}

	.banner-mini .desc.encyclo-weedia h3 {
		font-size: 10vw
	}

	.banner-mini .desc.encyclo-weedia img {
		width: 140px
	}

	.news .content > .title {
		font-size: 32px;
		margin: 0 auto 10px
	}

	.encyclo-weedia-inner .use-of-term blockquote:after {
		right: 4px;
		bottom: 35px
	}

	.encyclo-weedia-inner .use-of-term blockquote:before {
		top: 35px;
		left: 4px
	}

	.encyclo-weedia-inner .use-of-term blockquote {
		padding: 25px 20px 5px
	}

	.encyclo-weedia-inner .use-of-term blockquote:after,
	.encyclo-weedia-inner .use-of-term blockquote:before {
		font-size: 36px
	}

	.news .first-posts .slick-arrow:after,
	.news .first-posts .slick-arrow:before {
		font-size: 10px
	}

	.news .first-posts .slick-arrow.icon-arrow-left {
		left: 5px
	}

	.news .first-posts .slick-arrow {
		width: 20px;
		height: 20px
	}

	.news .first-posts .slick-arrow.icon-arrow-right {
		right: 5px
	}

	.banner-mini .desc.encyclo-weedia {
		height: 210px;
		min-height: auto;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-mini .desc.encyclo-weedia h3 {
		font-size: 36px
	}

	.map .store-locator__infobox .infobox__cta {
		width: 42.5vw;
		font-size: 2.979vw
	}

	.map .store-exturl a .btn-super-info {
		font-size: 2.979vw
	}

	.review-block .item {
		padding: 20px 15px
	}

	.dispensaries-inner .left-block .button {
		width: 135px;
		padding: 0 !important;
		font-size: 13px
	}

	.glossary_top_filter .left #glossary-categories {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 15px
	}

	.glossary_top_filter .left #glossary-search-term {
		height: 36px
	}

	.opentip-container {
		font-size: 12px
	}

	.strains .strains-slider {
		margin-bottom: 60px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px
	}

	.strains .strains-slider .slide {
		margin: 0 15px
	}

	.strains .strains-slider .slide .item {
		height: calc(100vw / 2 - 22.5px) !important;
		width: calc(100% / 2 - 7.5px) !important;
		margin: 0 15px 15px 0 !important;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 12vw !important
	}

	.strains .strains-slider .slide .item p.view {
		margin: auto 0 10px
	}

	.strains .strains-slider .slide .item img {
		width: 13.305vw;
		height: 13.305vw;
		margin-bottom: 1vw;
		margin-top: 0
	}

	.strains .strains-slider .slide .item h4 {
		font-size: 3vw
	}

	.strains .strains-slider .slide .item h5 {
		width: 24vw;
		height: 9.623vw;
		font-size: 3.347vw
	}

	.strains .strains-slider .slide .item p:not(.view) {
		height: 10.623vw;
		font-size: 3.151vw;
		width: 18.908vw
	}

	.strains .strains-slider .slide .item:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.strains .items {
		margin-bottom: 40px
	}

	.strains .items .slide .item h5 {
		width: 24vw;
		height: 9.623vw;
		font-size: 3.347vw
	}

	.strains .items .slide .item p {
		height: 10.623vw;
		font-size: 3.151vw;
		width: 18.908vw
	}

	.strains-desc h1 {
		text-align: center
	}

	.post-ratings,
	.view-count,
	.wp-paginate .title {
		font-size: 12px
	}

	.view-count {
		vertical-align: middle;
		display: inline-block;
		margin-top: -9px
	}

	.post-ratings-loading {
		left: 0;
		text-align: center
	}

	ol.wp-paginate {
		text-align: center
	}

	ol.wp-paginate li:nth-of-type(5),
	ol.wp-paginate li:nth-of-type(6),
	ol.wp-paginate li:nth-of-type(7) {
		display: none
	}

	ol.wp-paginate li:first-of-type {
		display: none
	}

	.news-inner a {
		word-break: break-word
	}

	.label--vertical-align.ssflabel {
		margin-right: 0;
		width: 100%
	}

	.ugc.stores h1 {
		font-size: 21px;
		margin: 0 auto 15px
	}

	.ugc.stores .coins,
	.ugc.stores h1 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ugc.stores .coins {
		float: none;
		font: 18px;
		margin: 0 auto;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ugc.stores .items-product .item {
		width: calc(100% - 60px);
		margin: 0 auto 15px !important
	}

	.ugc.stores .items-product .item img {
		height: 70.042vw
	}

	.ugc .contribute-content ul li {
		width: calc((100% - 5px) / 2);
		margin-bottom: 5px
	}

	.ugc .contribute-content ul li:nth-of-type(2n) {
		margin-right: 0
	}

	.ugc .contribute-content ul a {
		text-align: center
	}

	.ugc .activity .item .user {
		width: 100px;
		text-align: center;
		padding: 0 15px 0 0
	}

	.ugc .item .description {
		width: calc(100% - 110px)
	}

	.ugc .col-lg-12 > .right-block .user-level h3 {
		margin-bottom: 10px
	}

	.ugc .col-lg-12 > .right-block .user-level .progress {
		width: 85%;
		margin: 40px auto;
		transform: translateX(-5px)
	}

	.ugc .col-lg-12 > .right-block .user-level .progress ul {
		transform: translateY(-23.5px);
		left: -10.438vw;
		right: -10.438vw
	}

	.ugc .col-lg-12 > .right-block .user-level .progress ul li {
		width: 25%
	}

	.ugc .col-lg-12 > .right-block .user-level .progress ul li:before {
		width: 40px;
		height: 40px;
		font-size: 20px
	}

	.photos .item:nth-of-type(4n) {
		margin-right: 5px
	}

	.photos .item {
		width: calc((100% - 10px) / 3);
		height: calc((100vw - 40px) / 3)
	}

	.photos .item:nth-of-type(3n) {
		margin-right: 0
	}

	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .page,
	.wp-pagenavi .previouspostslink {
		margin: 0 .5px !important
	}

	.ugc .activity {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.ugc .activity h3 {
		-ms-flex-pack: center;
		justify-content: center
	}

	.ugc .activity.strains-block h3 + .button {
		margin-left: 0;
		margin-top: 20px
	}

	.search-filter li {
		margin-bottom: 10px
	}

	.search-filter a {
		font-size: 14px;
		line-height: 30px;
		padding-left: 7px;
		padding-right: 7px
	}

	.search-form {
		padding: 30px 0 40px
	}

	.search-form .input input[type=search],
	.search-form .input input[type=text] {
		height: 40px;
		font-size: 12px;
		padding: 0 40px 0 15px
	}

	.search-form .input button:before {
		font-size: 18px;
		width: 40px;
		height: 40px
	}

	.new-news .first-post .item .description.inner {
		padding: 15px
	}

	.new-news .first-post .item .description.inner h3 {
		font-size: 24px
	}

	.new-news .first-post .item .description.inner .meta .post-date {
		display: none
	}

	.ep-autosuggest-container .ep-autosuggest {
		min-width: 207px
	}

	.ep-autosuggest-container .ep-autosuggest > ul > li > span {
		font-size: 14px
	}

	.strains-type .items:not(.slick-initialized) .item {
		width: calc((100% - 15px) / 2) !important;
		height: calc((100vw - 45px) / 2);
		margin: 0 15px 15px 0 !important
	}

	.strains-type .items:not(.slick-initialized) .item img {
		width: 15.305vw
	}

	.strains-type .items:not(.slick-initialized) .item h4 {
		font-size: 3.5vw
	}

	.strains-type .items:not(.slick-initialized) .item:nth-of-type(3) {
		margin-right: 15px
	}

	.dispensaries-owners .hours li {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.dispensaries-owners .inputs {
		width: 100%;
		margin: 10px 0 0
	}

	.dispensaries-owners .inputs input[type=text] {
		width: calc((100% - 99px) / 2)
	}
}

@media only screen and (max-width:379px) {
	h3 {
		font-size: 32px
	}

	h3:before {
		font-size: 24px !important;
		margin-right: 5px
	}

	.banner-slider .item,
	.banner-slider .item .container {
		height: 545px
	}

	.banner-slider .item .desc ul {
		padding: 0 15px
	}

	.banner-slider .item .desc ul li {
		margin-right: 15px
	}

	.banner-slider .item .desc ul li a p {
		display: none
	}

	.banner-slider .item .desc ul li a img {
		max-height: 24px
	}

	.feel .item {
		width: calc(100% / 2 - 2.5px);
		height: calc(100vw / 2 - 17.5px);
		margin-right: 5px;
		margin-bottom: 5px
	}

	.feel .item P {
		font-size: 4.712vw
	}

	.feel .item i {
		width: 19.634vw;
		height: 19.634vw;
		margin-top: 10px
	}

	.feel .item i:before {
		font-size: 11.78vw
	}

	.feel .item:nth-of-type(2n) {
		margin-right: 0
	}

	.tab-pane ul li img {
		max-width: 95px;
		width: 95px;
		height: 95px
	}

	.nav-tabs {
		margin: 20px 0 30px
	}

	.nav-tabs a {
		font-size: 18px;
		padding: 0 10px 10px
	}

	.strains-inner .taste h2 {
		font-size: 30px
	}

	.strains-inner .taste ul li img {
		max-width: 95px
	}

	.rate-it .pick-vibe li {
		width: 50%
	}

	.rate-it .pick-vibe label {
		height: calc(100vw / 2 - 15px)
	}

	.rate-it .pick-vibe label:before {
		font-size: 18.617vw
	}

	.contacts {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts .input {
		width: 100% !important;
		margin-right: 0
	}

	.contacts .input input[type=submit] {
		margin-right: auto
	}

	footer .copyright ul {
		margin-top: 0
	}

	footer .copyright li {
		margin: 10px 20px 0 !important
	}

	footer .copyright li:first-of-type {
		width: 100%;
		text-align: center
	}

	#glossaryList li > a {
		font-size: 24px
	}

	#glossaryList li.letter {
		columns: 1
	}

	#glossaryList li.letter .children a {
		font-size: 24px
	}

	.store-locator-map {
		top: 120px !important
	}

	#storeLocator__storeListRow {
		margin-top: 280px !important
	}

	.map .ssf-main-content {
		z-index: inherit !important
	}

	.map #ssf_adress_input_box {
		width: 100% !important
	}

	.map .button-selector {
		top: 62px;
		right: 15px;
		width: calc(100% - 30px);
		left: 15px;
		z-index: 0 !important;
		font-size: 14px !important
	}

	.map .store-locator__map-status {
		top: 120px !important
	}

	.adminbar .map .filter-radio.filter-popup {
		top: 187px !important
	}

	.strains .items {
		margin-bottom: 60px
	}

	.strains .items .slide .item h5 {
		width: 22vw;
		height: 11.623vw;
		font-size: 3.347vw
	}

	.strains .items .slide .item p {
		height: 13.623vw;
		font-size: 3.151vw;
		width: 18.908vw
	}

	.add-dispensarie h2,
	.add-strains h2 {
		font-size: 20px
	}

	.add-dispensarie .select p,
	.add-strains .select p {
		min-width: 220px;
		font-size: 20px
	}

	.ugc .activity .link-filter li {
		margin-right: 15px
	}

	.ugc .activity .link-filter li a {
		font-size: 16px
	}

	.search-page ul.links li {
		padding-left: 15px;
		padding-right: 15px
	}

	.search-page ul.links li .icon {
		margin-right: auto;
		margin-left: auto;
		position: static;
		margin-bottom: 10px
	}

	.search-page ul.links li .excerpt,
	.search-page ul.links li h3 {
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

@media only screen and (max-width:359px) {
	h3 {
		font-size: 30px
	}

	div[id$="-0"] + .blog h3 {
		margin-bottom: 35px
	}

	.ugc .activity .item .user {
		width: 100%;
		margin-bottom: 20px
	}

	.ugc .activity .item .user ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ugc .activity .item .user ul li:after {
		display: none
	}

	.ugc .activity .item .user ul li:last-of-type {
		padding-left: 5px
	}

	.ugc .activity .item .user ul li {
		width: 33.33333%
	}

	.ugc .activity .item .user ul li:first-of-type {
		padding-right: 5px
	}

	.ugc .activity .item .description,
	.ugc.stores .items-product .item {
		width: 100%
	}

	.ugc.stores .items-product .item img {
		height: 79.039vw
	}

	.add-strains .preview #image {
		width: 100%;
		height: 198px
	}

	header.new .left-menu {
		width: 320px
	}

	footer .menu-block .menu {
		margin: 10px 0;
		width: 60%
	}

	footer .menu-block .menu:nth-of-type(2n) {
		width: 40%
	}
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	h3 {
		display: block
	}

	.banner-mini .desc h3 {
		text-align: left !important
	}

	.cannvas .post:before {
		bottom: 0
	}

	.diy .first-post:before {
		bottom: 0
	}
}