/*******************************************************************************************************************

	Theme Name: Organic Themes Site
	Theme URI: https://organicthemes.com/
	Description: Version 7 of the Organic Themes website.
	Author: Organic Themes
	Author URI: https://organicthemes.com
	License: Copyright Organic Themes, Invulu Inc.
	Version: 7.0
	Text Domain: organic-themes
	Domain Path: /languages/
	Tags: accessibility-ready, blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, featured-images, featured-image-header, flexible-header, full-width-template, translation-ready, sticky-post, threaded-comments, editor-style, theme-options, footer-widgets

********************************************************************************************************************

	Table of Contents:

	 0. Global
	 1. Hyperlinks
	 2. Headings
	 3. Header
	 4. Navigation
	 5. Content
	 6. Page Templates
	 8. Social Media
	 9. Pagination
	10. Images
	12. Wordpress Gallery
	13. Sidebar
	14. Widgets
	15. RSS Widget
	16. Calendar Widget
	17. Custom Menu Widget
	18. Search Form
	19. Footer
	20. Comments
	21. Buttons
	22. Tables
	23. Forms
	24. CSS3 Styles
	25. Jetpack
	26. Screen Reader
	27. Gutenberg Blocks
	28. bbPress

*******************************************************************************************************************/

/* Micro Clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content: ''; display: table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

body {
	background-color: #182624;
	color: #2fd0b5;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.65;
	margin: 0px;
	padding: 0px;
}
body#tinymce {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 12px 24px !important;
}

/************************************************
0.	Global
************************************************/

p {
	word-wrap: break-word;
	margin: 24px 0px;
	padding: 0px;
}
p:empty {
	display: none;
}
dfn, cite, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
big {
	font-size: 140%;
}
small {
	font-size: 60%;
}
s {
	text-decoration: line-through;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: 0;
}
sub {
	bottom: 0;
}
div {
	display: block;
}
span {
	display: inline;
}
hr {
	border: 0;
	height: 1px;
	color: #28554c;
	background-color: #28554c;
	margin: 18px auto;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 32px 0px;
	padding: 0px 0px 0px 12px;
}
ol ol, ul ul, ol ul, ul ol {
	margin: 6px 0px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: disc;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
	margin: 32px 0px;
	padding: 12px 18px;
	border-left: 2px solid #8bff22;
}
blockquote p,
.wp-block-quote p,
.wp-block-pullquote blockquote p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
code, pre, .wp-block-code {
	color: #8bff22;
	background: #101817;
	font-family: Courier, sans-serif;
	line-height: 1.4;
	margin: 32px 0px;
	padding: 12px;
	border: 2px solid #28554c;
	box-sizing: border-box;
	border-radius: 3px;
}
code, pre {
	display: block;
	white-space: pre-line;
}
pre code {
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
}
img, object, embed, iframe {
	max-width: 100%;
	margin: 0px auto 0px;
}
:focus {
	outline: none;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.hide-text {
	position: absolute;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-white, .text-white p, .text-white h1,
.text-white h2, .text-white h3, .text-white h4,
.text-white h5, .text-white h6, .text-white blockquote {
	color: #ffffff;
}
.align-center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.vertical-center {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 7;
}
.absolute-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 7;
}
.highlight-color {
	color: #8bff22;
}
.flex-center {
	align-items: center;
}
.padding-left {
	padding-left: 36px;
}
.padding-right {
	padding-right: 36px;
}

/************************************************
0.	Customizer Styles
************************************************/

.mce-btn button {
	padding: 4px 6px !important;
}
.mce-btn button::before {
	display: none;
}
.mce-btn button:hover {
	background: none;
	border: none;
}
body#tinymce {
	font-family: 'Roboto';
}
.single-post.organic-themes-no-img .entry-content {
	padding-top: 24px;
  	margin-top: 48px;
  	border-top: 4px solid;
}
.single-theme .product-banner.callout-container {
	margin-bottom: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.single-theme .product-images {
	flex-basis: 65%;
}

/************************************************
0.	Color Toggle
************************************************/

.menu-item.color-toggle,
.menu-item.color-toggle * {
	width: auto;
}
.menu .color-toggle-container {
	line-height: 1.2;
	margin: 14px 6px;
	padding: 12px 16px;
	overflow: hidden;
}
.color-checkbox {
  opacity: 0;
  position: absolute;
}
.menu label.color-label {
  width: 40px;
  background-color: #081311;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  position: relative;
  transform: scale(1.5);
  border: 1px solid #2fd0b5;
}
.menu .color-toggle .ball {
  width: 20px;
  height: 20px;
  background-color: #2fd0b5;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
/*  target the elemenent after the label*/
.menu .color-checkbox:checked + .color-label .ball {
  transform: translateX(24px);
}
.menu .fa-moon,
.menu .fa-sun {
  color: #8bff22;
	font-size: 16px;
	margin: 0;
}

/************************************************
0.	Color Scheme
************************************************/

body.ot-light {
	background: #f3ffe8;
	color: #484f43;
}
.ot-light .mobile-menu-toggle svg.icon-open {
	fill: #2fd0b5;
}
.ot-light .organic-logotype .logotype-path {
	fill: #38BDA6;
}
.ot-light .site-main .row:first-child .content {
  border-top: none;
}
.ot-light h1, .ot-light h2, .ot-light h3, .ot-light h4, .ot-light h5, .ot-light h6,
.ot-light h1 a:hover, .ot-light h2 a:hover, .ot-light h3 a:hover, .ot-light h4 a:hover, .ot-light h5 a:hover, .ot-light h6 a:hover {
	color: #1e413b;
}
.ot-light h1, .ot-light h2, .ot-light .entry-title {
	filter: drop-shadow(4px 4px #28554c);
}
.ot-light .highlight-color {
	color: #38BDA6;
}
.ot-light #page .leaves.top-right svg {
 	fill: #def9c6;
}
.ot-light .menu > li > a, .ot-light .menu > li > a:link, .ot-light .menu > li > a:visited {
	color: #38BDA6;
	background: #f3ffe8;
}
.ot-light .menu > li > a:hover, .ot-light .menu > li > a:active, .ot-light .menu > li > a:focus {
	color: #1e413b;
}
.ot-light .block-container .block-content,
.ot-light .service-container .service-content,
.ot-light .obb-posts .obb-content,
.ot-light .callout-container {
	background: #fafff6;
	border: 2px solid #38BDA6;
}
.ot-light .product-container,
.ot-light .obb-portfolio .obb-featured-img img {
	background: #fafff6;
	border-color: #38BDA6;
}
.ot-light #page .leaves-above, .ot-light #page .leaves-below {
	fill: #f3ffe8;
}
.ot-light .stax-and-blocks .responsive-text h2 {
	filter: none;
}
.ot-light hr.wp-block-separator {
	background-color: #38BDA6 !important;
	color: #38BDA6 !important;
}
.ot-light .service-container hr.wp-block-separator {
	background-color: #38BDA6 !important;
	color: #38BDA6 !important;
}
.ot-light .featured-stats,
.ot-light .statistics .stat {
	border-color: #38BDA6;
}
.ot-light .footer {
	background: #def9c6;
}
.ot-light .organic-block-testimonials .obb-excerpt p {
	color: #484f43;
}
.ot-light a {
	font-weight: 500;
}
.ot-light a,
.ot-light .wp-block-cover__inner-container h6,
.ot-light .service-container:hover h3,
.ot-light .stax-and-blocks .feature-text,
.ot-light .ticss-a43c41f4,
.ot-light .builder-stats .wp-block-column > h4,
.ot-light .builder-stats .wp-block-column > span {
	color: #38BDA6;
}
.ot-light .wp-block-cover__inner-container .has-highlighter-green-color,
.ot-light .wp-block-cover__inner-container .organic-block-testimonials .obb-excerpt p {
	color: #8bff22;
}
.ot-light #bbpress-forums li.bbp-footer, .ot-light #bbpress-forums li.bbp-header, .ot-light #bbpress-forums div.odd, .ot-light #bbpress-forums ul.odd,
.ot-light #bbpress-forums div.bbp-forum-header, .ot-light #bbpress-forums div.bbp-reply-header, .ot-light #bbpress-forums div.bbp-topic-header {
	background: #def9c6;
	border-color: #2fd0b5;
}
.ot-light #bbpress-forums div.even, .ot-light #bbpress-forums ul.even, .ot-light #bbpress-forums .bbp-pagination-links a, .ot-light #bbpress-forums .bbp-pagination-links span.current {
	background: none;
	border-color: #2fd0b5;
}
.ot-light #bbpress-forums ul.bbp-forums, .ot-light #bbpress-forums ul.bbp-lead-topic, .ot-light #bbpress-forums ul.bbp-replies, .ot-light #bbpress-forums ul.bbp-search-results, .ot-light #bbpress-forums ul.bbp-topics, .ot-light #bbpress-forums li.bbp-body ul.forum,
.ot-light #bbpress-forums li.bbp-body ul.topic, .ot-light #bbpress-forums .widget_display_replies img.avatar, .ot-light #bbpress-forums .widget_display_topics img.avatar, .ot-light #bbpress-forums div.bbp-template-notice img.avatar, .ot-light #bbpress-forums p.bbp-topic-meta img.avatar,
.ot-light #bbpress-forums ul.bbp-reply-revision-log img.avatar, .ot-light #bbpress-forums ul.bbp-topic-revision-log img.avatar, .ot-light #bbpress-forums fieldset.bbp-form, .ot-light #bbpress-forums #wp-bbp_reply_content-editor-container,
.ot-light #bbpress-forums div.bbp-forum-header, .ot-light #bbpress-forums div.bbp-reply-header, .ot-light #bbpress-forums div.bbp-topic-header, .ot-light .widget, .ot-light .sidebar {
	border-color: #2fd0b5;
}
.ot-light input, .ot-light input[type='url'], .ot-light input[type='tel'], .ot-light input[type='email'], .ot-light input[type='text'], .ot-light input[type='password'],
.ot-light textarea, .ot-light #bbpress-forums #bbp-your-profile fieldset input, .ot-light #bbpress-forums #bbp-your-profile fieldset textarea, .ot-light input.search-field, .ot-light #searchform #s,
.ot-light select, .ot-light #bbpress-forums #bbp-your-profile fieldset select {
	color: #484f43;
	background-color: #def9c6;
	border-color: #2fd0b5;
}
.ot-light input:focus,
.ot-light select:focus,
.ot-light input:focus,
.ot-light select:focus,
.ot-light textarea:focus,
.ot-light #bbpress-forums #bbp-your-profile fieldset input:focus,
.ot-light #bbpress-forums #bbp-your-profile fieldset textarea:focus {
	color: #1e413b;
}
.ot-light .wp-block-cover .wp-block-cover__background.has-background-dim.has-dark-teal-background-color {
	opacity: 0.7;
}
.ot-light.single-post.organic-themes-no-img .entry-content {
	border-color: #def9c6;
}
.ot-light .post-meta {
	border-top-color: #2fd0b5;
}
.ot-light .organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-next, .ot-light .organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-prev, .ot-light .organic-block-testimonials.style-rounded .obb-flexslider .obb-featured-img img {
    background: none;
    border: 2px solid #2fd0b5;
}
.ot-light.page .obb-profile {
	background: none !important;
	border: 2px solid #2fd0b5;
	box-shadow: none !important;
}
.ot-light hr {
	background-color: #2fd0b5;
	color: #2fd0b5;
}

/************************************************
0.	Theme Colors
************************************************/

.has-highlighter-green-color { color: #8bff22; }
.has-highlighter-green-background-color { background-color: #8bff22; }

.has-light-teal-color { color: #2fd0b5; }
.has-light-teal-background-color { background-color: #2fd0b5; }

.has-dark-teal-color { color: #243936; }
.has-dark-teal-background-color { background-color: #243936; }

.has-darker-teal-color { color: #182624; }
.has-darker-teal-background-color { background-color: #182624; }

.has-darkest-teal-color { color: #101817; }
.has-darkest-teal-background-color { background-color: #101817; }

/************************************************
0.	Font Sizes
************************************************/

.has-small-font-size {
	font-size: 0.8em !important;
}
.has-medium-font-size {
	font-size: 1.2em !important;
}
.has-huge-font-size {
	font-size: 3.2em;
}


/************************************************
0.	Page Variations
************************************************/

.organic-service-page .content,
.organic-account-page .content {
	border-top: none !important;
}
.organic-account-page .wp-block-cover h6 {
	display: inline-block;
	background: #182624;
  padding: 8px 12px;
  border-radius: 3px;
}
.organic-builder-page .block-container,
.organic-builder-page .wp-block-column > .block-container:last-child {
	margin-bottom: 18px;
}
.organic-builder-page .block-container .block-content .wp-block-image:not(.arrow-icon) {
	margin-top: 0px;
}
.single-tutorial .four.columns {
	position: sticky;
	top: 132px;
}
.single-documentation .entry-title {
	margin-bottom: 48px;
}
.single-documentation .entry-content h3 {
	font-size: 2.4rem;
	margin-top: 36px;
	margin-bottom: 24px;
}
.single-documentation .toggle-box {
	margin-top: 12px;
	margin-bottom: 12px;
}
.single-documentation .toggle-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C, #1B3631);
	background: linear-gradient(to bottom left, #1F423C, #1B3631);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 3px;
	z-index: 8;
}
.single-documentation p.toggle-trigger::before {
	color: #8bff22;
}
.single-documentation .toggle-trigger a {
	font-size: 1.4rem;
	font-weight: initial;
	text-decoration: none !important;
	box-shadow: none !important;
}
.single-documentation .toggle-section {
	background: #101817;
	margin-top: -3px;
	padding: 36px;
	border-radius: 0px 0px 3px 3px;
	border-color: rgba(255, 255, 255, 0.24);
}
.single-block .product-container {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.single-block .product-banner.flex-row {
	align-items: flex-start;
}
#widget-list .wp-block-column:not(:first-child) {
	margin-left: 1em;
}
#widget-list .obb-link-content {
	position: initial;
}
.pro-tag {
	position: absolute;
	top: 0; right: 0;
	display: inline-block;
	background: #8bff22;
	color: #182624;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	margin: 0px;
	padding: 6px 6px 28px 28px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	border-radius: 2px;
}
.single-theme .product-banner.callout-container {
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 36px;
	overflow: hidden;
}
.single-theme .product-banner .product-images {
	margin-bottom: -42px;
}

/************************************************
0.	Effect Styles
************************************************/

.blur-minor {
	filter: blur(1px);
}
.blur-medium {
	filter: blur(2px);
}
.blur-major {
	filter: blur(3px);
}
.pull-left-50 {
	position: relative;
	left: -50px;
}
.pull-left-100 {
	position: relative;
	left: -100px;
}
.pull-left-150 {
	position: relative;
	left: -150px;
}
.pull-left-200 {
	position: relative;
	left: -200px;
}
.pull-left-250 {
	position: relative;
	left: -250px;
}
.pull-left-300 {
	position: relative;
	left: -300px;
}
.pull-left-350 {
	position: relative;
	left: -350px;
}
.pull-right-50 {
	position: relative;
	right: -50px;
}
.pull-right-100 {
	position: relative;
	right: -100px;
}
.pull-right-150 {
	position: relative;
	right: -150px;
}
.pull-right-200 {
	position: relative;
	right: -200px;
}
.pull-right-250 {
	position: relative;
	right: -250px;
}
.pull-top-50 {
	position: relative;
	top: -50px;
}
.pull-top-100 {
	position: relative;
	top: -100px;
}
.pull-top-150 {
	position: relative;
	top: -150px;
}
.pull-top-200 {
	position: relative;
	top: -200px;
}
.pull-top-250 {
	position: relative;
	top: -250px;
}
.pull-top-300 {
	position: relative;
	top: -300px;
}
.pull-top-350 {
	position: relative;
	top: -350px;
}
.pull-bottom-50 {
	position: relative;
	bottom: -50px;
}
.pull-bottom-100 {
	position: relative;
	bottom: -100px;
}
.pull-bottom-150 {
	position: relative;
	bottom: -150px;
}
.pull-bottom-200 {
	position: relative;
	bottom: -200px;
}
.pull-bottom-250 {
	position: relative;
	bottom: -250px;
}
.neg-margin-right-100 {
	margin-right: -100px !important;
}
.neg-margin-right-200 {
	margin-right: -200px !important;
}
.neg-margin-right-400 {
	margin-right: -400px !important;
}
.neg-margin-left-100 {
	margin-left: -100px !important;
}
.neg-margin-left-200 {
	margin-left: -200px !important;
}
.neg-margin-top-100 {
	margin-top: -100px !important;
}
.neg-margin-top-150 {
	margin-top: -150px !important;
}
.neg-margin-top-200 {
	margin-top: -200px !important;
}
.neg-margin-bottom-100 {
	margin-bottom: -100px !important;
}
.neg-margin-bottom-200 {
	margin-bottom: -200px !important;
}
.zin-8 {
	position: relative;
	z-index: 8;
}
.zin-6 {
	position: relative;
	z-index: 6;
}
.zin-4 {
	position: relative;
	z-index: 4;
}
.zin-2 {
	position: relative;
	z-index: 2;
}

/************************************************
0.	Product Block Styles
************************************************/

.product-feature {
	position: relative;
}
.product-feature .product-container:first-child {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -20%;
	max-width: 280px;
	z-index: 8;
}
.product-feature .product-container:last-child {
	width: calc(100% + 260px);
/* 	max-height: 780px; */
	right: -60px;
}
.product-feature:hover .product-container:first-child {
	margin-top: calc(-25% - 24px);
	left: -48px;
	transform: rotate(-4deg);
}
.product-feature:hover .product-container:last-child {
	margin-right: -48px;
	transform: rotate(4deg);
}
.product-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	overflow: hidden;
}
.product-container .wp-block-image {
	margin: 0px;
}
.product-container .product-content {
	margin-top: 26px;
	border-radius: 0px 0px 3px 3px;
	overflow: hidden;
}
.blocks-grid {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blocks-grid .block-container,
.blocks-grid .block-container:first-child {
	max-width: 19%;
	margin-top: 1%;
}
.block-container {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 320px;
	max-height: 320px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.block-container:hover {
	border-color: #8bff22;
	transform: scale(1.02);
	box-shadow: 0px 0px 6px #8bff22;
}
.block-container::after {
	content: '';
	display: inline-block;
	width: 100%;
	margin-top: 100%;
}
.block-container .block-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	margin: 3px;
	padding: 18px;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.block-container .block-content {
	text-align: center;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.block-container .block-content h4,
.block-container .block-content h5 {
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: 8px;
	margin-bottom: 8px;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}
.block-container .block-content .wp-block-image {
	position: relative;
	margin: 0 auto;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.block-container .block-content .wp-block-image a {
	display: block;
	line-height: 0;
}
.block-container .block-content .wp-block-image.arrow-icon {
	height: 0;
	left: -12px;
	margin-top: 12px;
	opacity: 0;
	transition-delay: .25s;
}
.block-container .block-content .wp-block-image:not(.arrow-icon) {
	margin-top: 12px;
}
.block-container .block-content svg {
	fill: #2fd0b5;
	max-width: 32px;
	margin: 0 auto;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.block-container:hover .block-content .wp-block-image.arrow-icon {
	position: relative;
	height: 24px;
	left: 0;
	opacity: 1;
	transition-delay: .15s;
}
.block-container:hover .block-content svg,
.block-container:hover .block-content .wp-block-image svg,
.block-container:hover .block-content .wp-block-image.arrow-icon svg {
	fill: #8bff22;
}
.patterns-feature {
	display: flex;
	align-items: center;
}
.patterns-feature .product-container:hover {
	z-index: 9 !important;
}
.patterns-feature .product-container:nth-child(1) {
	z-index: 8;
}
.patterns-feature .product-container:nth-child(2) {
	margin-left: -120px;
	z-index: 7;
}
.patterns-feature .product-container:nth-child(3) {
	margin-left: -120px;
	z-index: 6;
}
.patterns-feature .product-container:nth-child(4) {
	margin-left: -120px;
	z-index: 5;
}
.patterns-feature .product-container:nth-child(5) {
	margin-left: -120px;
	z-index: 4;
}
.patterns-feature .product-container:nth-child(6) {
	margin-left: -120px;
	z-index: 3;
}
.service-container {
	display: inline-block;
	position: relative;
	top: 0;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.service-container:hover {
	top: -18px;
	border-color: #8bff22;
	box-shadow: 0px 0px 6px #8bff22;
}
.service-container h3 {
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}
.service-container:hover h3 {
	color: #8bff22;
}
.service-container .service-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	margin: 3px;
	padding: 36px;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.service-content .wp-block-columns {
	flex-wrap: nowrap;
	margin-bottom: -6px;
}
.service-content .wp-block-group__inner-container :first-child {
	margin-top: 0px;
}
.service-content .wp-block-group__inner-container :last-child {
	margin-bottom: 0px;
}
.callout-container {
	display: block;
	position: relative;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	width: 100%;
	padding: 36px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.callout-container:hover {
	border-color: #8bff22;
	transform: scale(1.02);
	z-index: 9;
}
.callout-container.padding-small {
	padding: 18px;
}
.callout-container.no-effect:hover {
	border-color: rgba(255, 255, 255, 0.08);
	transform: none;
}
.callout-container p {
	margin-top: 12px;
	margin-bottom: 12px;
}
.callout-container ul li {
	list-style: none;
}
.callout-container ul li::before {
	position: relative;
	top: -2px;
	color: #99cc33;
	content: '\f00c';
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-right: 8px;
}
.step-by-step::before {
	content: '\f061';
	font-size: 24px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-align: center;
	position: absolute;
	right: -48px; top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	line-height: 58px;
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	z-index: 9;
}

/************************************************
0.	Page Sections
************************************************/

.builder-banner .builder-arm {
	position: absolute;
	right: 20px; top: -310px;
}
.builder-stats .wp-block-column > h4,
.builder-stats .wp-block-column > span {
	display: block;
	color: #8bff22;
	font-size: 3.2rem;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 18px;
}
#what-are-blocks .wp-block-columns > .wp-block-column:first-child {
	max-height: 840px;
	margin-top: -50%;
}

/************************************************
0.	Organic Blocks
************************************************/

.obb-filter-search input[type="text"] {
	background: inherit;
}
.obb-filter-nav .obb-button {
	margin: 4px !important;
	border: 2px solid #2fd0b5;
}
.obb-filter-nav .obb-button.secondary::before {
	display: none;
}
.obb-portfolio {
	box-sizing: border-box;
}
.obb-portfolio.alignwide,
.obb-portfolio.alignfull {
	padding-left: 36px;
	padding-right: 36px;
}
.obb-portfolio .obb-title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	margin-top: 24px;
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.obb-portfolio .obb-portfolio-link:hover .obb-title {
	margin-top: 12px;
	opacity: 1;
}
.obb-portfolio .obb-featured-img {
	padding: 2px;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.obb-portfolio .obb-featured-img::before,
.product-container .wp-block-group__inner-container::before {
	position: relative;
	top: 16px; left: 8px;
	display: block;
	content: '';
	background-image: url( 'images/browser-dots.png' );
	background-size: contain;
	background-repeat: no-repeat;
	height: 8px;
	width: 40px;
	margin-top: -8px;
	z-index: 8;
}
.obb-portfolio .obb-portfolio-link:hover .obb-featured-img {
	border-color: #8bff22;
	transform: scale(1.02);
	box-shadow: 0px 0px 6px #8bff22;
}
.obb-portfolio .obb-featured-img img {
	position: relative;
	background: #243936;
	padding: 24px 2px 2px 2px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.obb-portfolio-item .obb-content .obb-title::after {
	float: right;
	content: url('images/arrow-icon.svg');
	width: 24px;
}
.organic-block-testimonials {
	padding-top: 0px;
	padding-bottom: 0px;
}
.organic-block-testimonials .obb-flexslider .slides,
.organic-block-testimonials .obb-flexslider .slides li {
	display: block;
}
.organic-block-testimonials .obb-excerpt p {
	color: #8bff22;
	font-size: 1.8rem;
	font-family: 'Noto Serif';
	font-style: italic;
}
.organic-block-testimonials .obb-flexslider .flex-control-nav {
	display: none;
}
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-next,
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-prev,
.organic-block-testimonials.style-rounded .obb-flexslider .obb-featured-img img {
	background: #243936;
}
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-next i,
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-prev i {
	color: #2fd0b5;
}
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-next:hover i,
.organic-block-testimonials .obb-flexslider .flex-direction-nav .flex-prev:hover i {
	color: #8bff22;
}
.obb-pricing.is-style-obb-modern,
.obb-pricing-table.is-style-obb-modern {
	border-color: rgba(0, 0, 0, 0) !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.obb-pricing.is-style-obb-modern:hover,
.obb-pricing-table.is-style-obb-modern:hover {
	border-color: #8bff22 !important;
	transform: scale(1.02);
}
.obb-pricing-content .obb-pricing-price {
	text-indent: 24px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.24);
}
.obb-pricing-content .obb-pricing-price sub {
	font-size: 16px;
	text-shadow: none;
}
.obb-toggle .obb-toggle-content,
.obb-pricing-content .obb-pricing-body li,
.obb-pricing-content .obb-pricing-body li:last-child {
	border-color: rgba(255, 255, 255, 0.12);
}
.obb-pricing-list li::before {
	position: relative;
	top: -2px;
	color: #99cc33;
	content: '\f00c';
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-right: 8px;
}
.obb-pricing-list li.not-included::before {
	color: #ff3300;
	content: '\f00d';
}
.obb-posts .obb-content {
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C, #1B3631);
	background: linear-gradient(to bottom left, #1F423C, #1B3631);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 3px;
	padding-bottom: 24px;
}
.obb-posts .wp-block-button {
	margin-top: 32px;
}
.obb-posts .obb-featured-img {
	border-radius: 3px;
}
.obb-posts .obb-post-meta > :nth-child(2) {
	border-color: rgba(255, 255, 255, 0.24);
}
.obb-posts .obb-post-edit {
	display: none;
}
.obb-posts.doc-posts .obb-content {
	margin: 2px;
	padding: 0;
}
.obb-posts.doc-posts .obb-content .obb-title {
	margin: 0;
}
.obb-posts.doc-posts .obb-content .obb-title-and-meta {
	padding: 0;
}
.obb-posts.doc-posts .obb-masonry-wrapper {
	display: inline-block;
	position: relative;
	top: 0;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.obb-posts.doc-posts .obb-masonry-wrapper:hover {
	border-color: #8bff22;
	box-shadow: 0px 0px 6px #8bff22;
}
.obb-posts.doc-posts .obb-title a::before {
	float: left;
	content: url('images/doc-icon.svg');
	width: 32px;
	line-height: 0;
	margin-top: -4px;
	margin-right: 12px;
}
.obb-posts.doc-posts .obb-title a {
	display: block;
	padding: 18px;
}
.obb-posts.doc-posts .obb-card {
	padding: 0px;
}
.obb-pagination .pagination {
	border-radius: 2px;
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.obb-pagination .pagination .page-numbers:hover,
.obb-pagination .pagination .page-numbers:active,
.obb-pagination .pagination .page-numbers.current {
	color: #8bff22;
	background: #101817;
}
.obb-pagination .pagination .page-numbers {
	color: #2fd0b5;
	background: #1F423C;
	border-color: rgba(255, 255, 255, 0.12);
}

/************************************************
0.	Homepage
************************************************/

.stax-and-blocks .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.stax-and-blocks .stax-logo {
	width: 20%;
}
.stax-and-blocks .responsive-text {
	font-size: 5.4vw;
	margin-left: 12px;
}
.stax-and-blocks .responsive-text h2 {
	background: none;
	white-space: pre;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.stax-and-blocks .responsive-text h2,
.stax-and-blocks .responsive-text h3,
.stax-and-blocks .responsive-text h4 {
	font-size: inherit;
}
.stax-and-blocks .feature-text {
	color: #8bff22;
	width: 22vw;
	margin-left: 12px;
}

/************************************************
0.	Featured Stats
************************************************/

.featured-stats {
	margin: 0 auto;
	border-top: 1px solid #28554c;
	border-bottom: 1px solid #28554c;
}
.featured-stats .statistics {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.statistics .stat {
	margin-left: 24px;
	padding-left: 24px;
	padding-top: 18px;
	padding-bottom: 24px;
	box-sizing: border-box;
	border-left: 1px solid #28554c;
}
.statistics .stat:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
.statistics .number {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}
.statistics h5 {
	font-size: 1.1rem;
	font-weight: 300;
}
.statistics .description {
	font-size: 0.75rem;
}
.statistics .button {
	margin-bottom: 0px;
}

/************************************************
0.	Decorations
************************************************/

#page .leaves.top-right {
	position: absolute;
	top: -16px; right: 0;
	width: 100%;
	max-width: 620px;
	z-index: 1;
}
.admin-bar #page .leaves.top-right {
	top: 16px;
}
#page .leaves.top-right svg {
	fill: #1e413b;
}
#page .leaves-above,
#page .leaves-below {
	fill: #182624;
	width: 100vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}
#page .leaves-above {
	top: -2px;
}
#page .leaves-below {
	bottom: -2px;
}
#page .leaves path {
	animation-name: wiggle;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	transform-origin: top center;
  	transform-box: fill-box;
}
#page .leaves.leaves-below path {
	transform-origin: bottom center;
}
#page .leaves .leaf-01 {
	animation-duration: 6s;
}
#page .leaves .leaf-02 {
	animation-duration: 5s;
	animation-delay: 0.5s;
}
#page .leaves .leaf-03 {
	animation-duration: 5s;
	animation-delay: 1s;
}
#page .leaves .leaf-04 {
	animation-duration: 6s;
	animation-delay: 1.5s;
}
#page .leaves .leaf-05 {
	animation-duration: 5s;
	animation-delay: 1.5s;
}
#page .leaves .leaf-06 {
	animation-duration: 6s;
	animation-delay: 1.75s;
}
#page .leaves .leaf-07 {
	animation-duration: 7s;
	animation-delay: 1s;
}
#page .leaves .leaf-08 {
	animation-duration: 7s;
	animation-delay: 0.5s;
}

/************************************************
0.	Product Single
************************************************/

.product-body img {
	border: 4px double #28554c;
	box-sizing: border-box;
}
.product-banner {
	padding-top: 36px;
	padding-bottom: 72px;
}
.product-banner > :first-child {
	position: relative;
	padding-right: 60px;
	box-sizing: border-box;
}
.product-banner .button-container {
	margin-top: 24px;
}
.product-banner .button-container .button {
	margin-bottom: 8px;
}
.product-banner .button-container .button:first-child {
	margin-right: 18px;
}
.product-images .product-container.mobile-view {
	position: absolute;
	bottom: -12px; right: 36px;
	max-width: 180px;
	z-index: 9;
}
.product-images {
	flex-basis: 40%;
}
.product-information {
	flex-basis: 60%;
	overflow: hidden;
}
.product-information:last-child {
	padding-right: 36px;
}
.product-information:first-child {
	padding-left: 36px;
}
.single-block .product-information {
	flex-basis: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.product-details.callout-container {
	padding: 18px;
}
.product-details .detail {
	margin: 12px;
}
.product-details .detail,
.product-details .detail a {
	display: flex;
	align-items: center;
}
.product-details .detail a {
	color: inherit;
}
.product-details .detail a:hover {
	color: #8bff22;
}
.product-details .detail a svg path {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.product-details .detail a:hover svg path {
	fill: #8bff22;
}
.product-details .detail .icon {
	line-height: 0;
	margin-right: 12px;
}
.product-single .entry-content {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
}
.product-single .entry-content > p:first-child {
	font-size: 130%;
}
.product-single .entry-subtitle {
	font-size: 2.2rem;
}
.product-single .product-img {
	line-height: 0;
}

/************************************************
0.	Animation
************************************************/

.bounce-right {
	animation-name: bounce-right;
  animation-timing-function: ease-in-out;
}
@keyframes bounce-right {
  0% {
    transform: translateX(-80px); opacity: 0;
  }
	20% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-12px);
  }
	50% {
    transform: translateX(0); opacity: 1;
  }
	65% {
    transform: translateX(-4px);
  }
	100% {
    transform: translateX(0);
  }
}
.wiggle {
	animation-name: wiggle;
  animation-timing-function: ease-in-out;
}
@keyframes wiggle {
  0% {
		transform: rotate(0deg);
	}
  25% {
		transform: rotate(-10deg);
	}
  50% {
		transform: rotate(15deg);
	}
  75% {
		transform: rotate(-5deg);
	}
  100% {
		transform: rotate(0deg);
	}
}

/************************************************
0.	EDD
************************************************/

.organic-user-info .avatar {
	background: #2fd0b5;
	border-radius: 50%;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px;
}
.organic-user-info h5 {
	font-size: 1.8em;
}
.organic-user-info p {
	font-size: 0.9rem;
	margin: 8px 0px;
}
.organic-user-info h5,
.organic-user-info p {
	color: #2fd0b5 !important;
}
.organic-user-info a.button {
	margin-top: 12px !important;
}
.edd_sl_license_row td:last-child {
	font-size: 0.8rem;
}
.edd_sl_license_row input.edd_sl_license_key {
	padding: 8px;
	margin-bottom: 12px;
	border-radius: 3px;
	box-sizing: border-box;
}
table.edd-table li {
	list-style: none;
}
.organic-account-page .edd_downloads_list {
  border: 2px solid #2fd0b5;
  box-sizing: border-box;
  border-radius: 3px;
}
.organic-account-page .edd_download_inner {
  display: flex;
	align-items: center;
  width: 100%;
  padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 12px;
  border-top: 1px solid #2fd0b5;
	box-sizing: border-box;
}
.organic-account-page .edd_download:first-child .edd_download_inner {
	margin-top: 0px;
	border-top: none;
}
.organic-account-page .edd_download_inner .edd_download_image {
	max-width: 80px;
	line-height: 0;
	margin-right: 24px;
	border-radius: 2px;
	overflow: hidden;
	border: 6px double #28554c;
}
.organic-account-page .edd_download_inner .edd_download_title {
	font-size: 1.2rem;
	letter-spacing: 0px;
	margin-right: 24px;
}
.organic-account-page .edd_download_inner .edd_download_image a,
.organic-account-page .edd_download_inner .edd_download_title a {
	pointer-events: none;
	cursor: default;
}
.organic-account-page .edd_download_inner .edd_download_buy_button {
	margin-left: auto;
}
.organic-account-page .edd-logged-in {
	display: none;
}
#edd-stripe-manage-cards fieldset,
#edd-stripe-manage-cards div.edd-stripe-card-item {
	border-color: #28554c !important;
	box-sizing: border-box;
}
#edd-stripe-manage-cards div.edd-stripe-card-item {
	background: rgba(255, 255, 255, 0.06);
	padding: 12px 18px !important;
}
#edd_login_form {
  background: #182624;
  color: #2fd0b5;
  text-align: left;
	padding: 24px;
	border-radius: 12px;
}
.edd_form .edd-login-username input,
.edd_form .edd-login-password input {
	width: 100%;
}
.edd_form .edd-login-submit {
	margin: 12px 0px;
}
.edd-checkout .entry-content {
	max-width: 720px;
}
.edd-checkout label {
  font-size: 1.3em;
  font-weight: bold;
	line-height: 1.1;
}
.edd-checkout label + .edd-description {
	display: block;
	font-size: 0.55em;
	line-height: 1.4;
	margin-top: 6px;
}
.edd-checkout input[type='checkbox'],
.edd-checkout input[type='radio'] {
	width: 18px;
	height: 18px;
}
.edd-checkout .edd-terms-agreement,
.edd-checkout #edd_mailchimp > p {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.edd-checkout .edd-terms-agreement input,
.edd-checkout #edd_mailchimp input {
	margin: 0 8px 0 0;
}
.edd-checkout .edd-terms-agreement label,
.edd-checkout #edd_mailchimp label {
	margin-top: 0;
}
#edd_cc_fields .edd-card-selector-radio .edd-stripe-card-radio-item {
	margin-top: 8px;
	box-sizing: border-box;
}
#edd_cc_fields .edd-card-selector-radio .edd-stripe-card-radio-item label {
	display: flex;
	align-items: center;
}
#edd_cc_fields .edd-card-selector-radio .edd-stripe-card-radio-item label input {
	margin: 0 8px 0 0;
}
#edd_cc_fields .edd-card-selector-radio .edd-stripe-card-radio-item label span {
	margin: 0;
}
#edd_cc_fields .edd-card-selector-radio .edd-stripe-card-radio-item.selected {
    border: none;
    color: #000;
    background-color: #2fd0b5;
}
#edd_secure_site_wrapper .padlock {
	line-height: 1;
	margin-right: 4px;
}
#edd_secure_site_wrapper svg {
    fill: #2fd0b5;
}
#edd_cc_address,
#edd_checkout_user_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#edd_checkout_user_info #edd-email-wrap {
	width: 100%;
}
#edd_checkout_user_info #edd-first-name-wrap,
#edd_checkout_user_info #edd-last-name-wrap {
	width: 48%;
}
#edd_checkout_user_info #edd-email-wrap input,
#edd_checkout_user_info #edd-first-name-wrap input,
#edd_checkout_user_info #edd-last-name-wrap input,
#edd_purchase_form_wrap #edd-card-zip-wrap input,
#edd_cc_fields #edd-card-name-wrap input,
#edd_cc_fields #edd-card-wrap,
#edd_cc_fields #edd-card-name-wrap {
	width: 100%;
}
#edd_cc_fields #edd-card-wrap > label {
	margin-bottom: 8px;
}
#edd_purchase_form_wrap #edd-card-country-wrap {
	width: 52%;
}
#edd_purchase_form_wrap #edd-card-zip-wrap {
	width: 44%;
}
#edd_purchase_form_wrap input {
	padding: 18px !important;
}
#edd_purchase_form_wrap select {
	margin-top: 6px;
    padding: 14px !important;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
	background: none;
	padding: 0;
	border: none;
}
#edd_purchase_submit #edd-purchase-button {
	width: 100%;
	font-size: 2em;
	margin-top: 12px;
	padding: 18px;
}

/************************************************
1.	Hyperlinks
************************************************/

a img {
	border: none;
}
a {
	color: #8bff22;
	text-decoration: none;
	word-wrap: break-word;
}
a:hover {
	text-decoration: underline;
}
p a:hover {
	text-shadow: 0px 0px 6px #8bff22;
}

/************************************************
2.	Headings
************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #2fd0b5;
	line-height: 1.1;
	word-wrap: break-word;
	margin: 0;
}
h1, h2, .entry-title {
	font-size: 6rem;
	font-weight: 900;
	letter-spacing: -4px;
	background: -webkit-linear-gradient(#8bff22, #16d392);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.6)); */
}
.sub-title {
	font-size: 0.9rem;
	line-height: 1.5;
}
h2 + p, h3 + p {
	margin-top: 12px;
}
.wp-block-cover h1,
.wp-block-cover h2 {
	filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.6));
}
h3 {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -1px;
}
h4 {
	font-size: 3.2rem;
	font-weight: 100;
	line-height: 1.3;
}
h5 {
	font-size: 2.4rem;
}
h6 {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #2fd0b5;
	text-decoration: none;
	border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #8bff22;
	text-decoration: none;
	border: none;
}

/************************************************
3.	Header
************************************************/

#header {
	line-height: 0;
	margin-top: 60px;
	position: sticky;
	top: 0;
	z-index: 99;
}
#nav-bar {
	display: block;
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 99;
}
#nav-bar .flex-row {
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
}
.site-logo {
	display: flex;
	align-items: center;
	max-width: 680px;
	margin: 0px;
	padding: 0px;
}
.custom-logo-link {
	display: block;
	line-height: 0;
	margin: 0px;
	padding: 18px 0px 18px 18px;
}
.organic-logo {
	max-width: 60px;
	padding: 36px 0px 36px 36px;
}
.organic-logo svg {
	width: 60px;
	height: 60px;
}
.organic-logotype {
	display: inline-block;
	width: 280px;
}
.organic-logotype .logotype-path {
	fill: #8bff22;
}
.site-title {
	position: relative;
	display: inline-block;
	align-self: center;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0px;
	margin: 0px;
	padding: 24px 12px;
	word-wrap: break-word;
	animation-duration: 1s;
}
.site-title p,
.site-title h1 {
	position: absolute;
	top: 0; left: -9999px;
	text-indent: -9999px;
}
#masthead {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 8;
}
#masthead .site-description {
	display: block;
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.1;
	margin: 0px auto 0px;
	padding: 0px 48px;
}
#masthead .archive-title,
#masthead .archive-description {
	color: #ffffff;
	text-align: center;
}
#masthead .archive-title {
	font-size: 2.4rem;
	margin: 0px;
}
#masthead .archive-description {
	max-width: 880px;
	line-height: 1.4;
	margin: 0px auto;
	padding: 0px 36px;
	box-sizing: border-box;
}
#masthead .archive-description p {
	color: #ffffff;
	margin: 12px 0px;
}

/************************************************
4.	Navigation
************************************************/

#navigation {
	align-self: center;
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index: 9;
}
#menu-search {
	background: #182624;
	width: 100%;
}
#menu-search a.close-modal {
	/* Delete after cache clears */
	display: none;
	text-indent: 0;
	background: none;
}
#menu-search a.close-modal::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f057';
	position: absolute;
	top: 0; right: 0;
	font-size: 24px;
	color: #ffffff;
}
#menu-search a.close-modal span {
	display: none;
}
.menu a.menu-search {
	line-height: 0;
}
.menu a.menu-search .fa-search {
	font-size: 24px;
}

/* Mobile Setup */
#side-menu,
#menu-toggle,
.icon-menu-close {
	display: none;
}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	display: table;
	margin:	0 auto 0;
	padding: 0;
	list-style:	none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
ul.menu {
	float: left;
	line-height: 1;
}
ul.menu ul,
div.menu ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 240px; /* left offset of submenus need to match (see below) */
	margin: 0px;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
}
ul.menu ul li,
div.menu ul ul li {
	width: 100%;
	margin: 0px;
}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
}
.menu li li {
	display: block;
	position: relative;
}
.menu a {
	display: inline-block;
	position: relative;
}
.menu li:hover ul,
.menu li[aria-expanded="true"] ul {
	left: 50%;
	top: 100%; /* match top ul list item height */
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
	opacity: 1;
}
ul.menu li:hover li ul,
div.menu ul li:hover li ul,
ul.menu li:hover li li ul,
div.menu ul li:hover li li ul {
	top: -9999px;
	opacity: 0;
}
ul.menu li li:hover ul,
ul.menu li li[aria-expanded="true"] ul,
ul.menu li li li:hover ul,
ul.menu li li li[aria-expanded="true"] ul {
	left: 240px; /* match ul width */
	top: 0;
	opacity: 1;
}

/*** SKIN ***/
.menu {
	padding: 0px 36px;
}
.menu span {
	display: inline;
}
.menu ul.sub-menu,
.menu ul.children {
	background: #1F423C;
	background: -webkit-linear-gradient(to bottom left, #1F423C , #1B3631);
	background: linear-gradient(to bottom left, #1F423C , #1B3631);
	padding: 12px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	transition-delay: .2s;
	-webkit-transition-delay: .2s; /* Safari */
}
.menu ul.sub-menu::after,
.menu ul.children::after {
	content: '';
	position: absolute;
	top: -11px;
	left: 50%;
	width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1F423C;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu ul.sub-menu ul.sub-menu,
.menu ul.children ul.children {
	transition-delay: 0s;
	-webkit-transition-delay: 0s; /* Safari */
}
.menu ul.sub-menu ul.sub-menu::after,
.menu ul.children ul.children::after {
	display: none;
}
.menu a,
.menu a:link,
.menu a:visited {
	color: #2fd0b5;
	background: #182624;
	line-height: 1.2;
	text-decoration: none;
	margin: 14px 4px;
	padding: 12px 16px;
	border-radius: 3px;
}
.menu a:focus,
.menu a:hover,
.menu a:active {
	color: #8bff22;
	text-shadow: none;
	outline: 0;
}
.menu li {
	margin: 0px;
}
.menu li li {
	background: none;
	margin: 0px;
}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	display: block;
	width: auto;
	background: none;
	text-transform: none;
	text-align: left;
	line-height: 1.4;
	margin: 0px;
	padding: 12px;
}
.menu li li:first-child a {
	border-top: none;
}
.menu li.button {
	margin: 14px 6px !important;
	padding: 10px 16px !important;
}
.menu li.button a {
	color: inherit !important;
	background: none !important;
	font-size: 1.2rem;
	margin: 0px;
	padding: 0px;
	border: none;
}
.menu li.button a.cart-link i {
	margin-left: -2px;
}

/*** ARROWS **/
.menu li.menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 10px;
	content: '\f107';
	margin-left: 6px;
}
.menu li li.menu-item-has-children > a::after {
	position: absolute;
	content: '\f105';
	right: 12px;
}

/************************************************
5. Content
************************************************/

#page,
.container {
	margin: 0px;
	padding: 0px;
}
.container {
	overflow: hidden;
}
.bbpress .container,
.single-tutorial .container,
.single-documentation .container {
	overflow: visible;
}
.site-main .row:first-child .content {
	border-top: 1px solid #28554c;
}
.content {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
	padding: 0px 120px;
	box-sizing: border-box;
}
.content:before, .content:after,
.blog-holder:before, .blog-holder:after,
.archive-holder:before, .archive-holder:after {
	content: "";
	display: table;
}
.content:after,
.blog-holder:after,
.archive-holder:after {
	clear: both;
}
.blog-holder,
.archive-holder {
	max-width: 960px;
	position: relative;
	margin: 72px auto;
}
.blog-holder .entry-content,
.archive-holder .entry-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.blog-holder .entry-title,
.archive-holder .entry-title {
	font-size: 3.8em;
	letter-spacing: -3px;
}
.blog-holder .entry-title a:hover,
.archive-holder .entry-title a:hover {
	text-decoration: underline;
}
.blog-holder:first-child .entry-title,
.archive-holder:first-child .entry-title {
	margin-top: 0px;
}
.blog-holder .post-meta,
.archive-holder .post-meta {
	font-size: 0.85rem;
	margin-top: 24px;
}
.single-post .entry-header {
	margin-bottom: 36px;
	padding-bottom: 12px;
	border-bottom: 1px solid;
}
.single-post .excerpt {
	font-size: 130%;
}
.page-id-2 .entry-content,
.single-tutorial .entry-content,
.single-tutorial .comments-wrapper,
.single-post .entry-content,
.single-post .comments-wrapper {
	max-width: 960px;
}
.single-tutorial .entry-title {
	font-size: 4.2rem;
	letter-spacing: -1px;
	margin-top: 6px;
	margin-bottom: 36px;
	padding-bottom: 24px;
	border-bottom: 1px solid #28554c;
}
.single-post .entry-content h2 {
	font-size: 3.2rem;
	letter-spacing: -1px;
}
.single-post .double-btn {
	text-align: center;
	margin: 36px 0;
	padding: 36px 0;
	border-top: 1px solid #28554c;
	border-bottom: 1px solid #28554c;
}
.single-post .double-btn .button {
	margin-left: 12px;
	margin-right: 12px;
}
.single-tutorial .entry-content img,
.single-post .entry-content img {
	border: 4px double #28554c;
	box-sizing: border-box;
}
.single-tutorial .entry-content .wp-block-image,
.single-post .entry-content .wp-block-image {
	margin-top: 24px;
	margin-bottom: 24px;
}
.entry-content,
.comments-wrapper {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.entry-content {
	padding-top: 72px;
	padding-bottom: 72px;
}
.post-meta {
	display: block;
	font-size: 85%;
	line-height: 2;
	margin: 0px;
	padding: 18px 0px;
	border-top: 1px solid #28554c;
	border-bottom: 3px solid #2fd0b5;
	overflow: hidden;
}
.post-date p,
.post-author p,
.post-taxonomy p,
.post-comment-link p {
	margin: 0px;
	padding: 0px;
}
.post-author i,
.post-taxonomy i {
	margin-right: 4px;
}
.author-info {
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}
.author-info::before {
	content: '';
	display: block;
	width: 80px;
	margin-bottom: 24px;
	border-top: 2px solid #2fd0b5;
}
.author-info .author-avatar {
	float: left;
	margin-right: 12px;
}
.author-info .posted-by,
.author-info .author-name {
	margin: 0px;
}
.post-edit-link {
	display: none;
	margin: 24px 0px;
}
.post-navigation {
	margin-top: 12px;
}
.previous-post {
	float: left;
}
.previous-post a {
	margin-left: 4px;
}
.next-post {
	float: right;
}
.next-post a {
	margin-right: 4px;
}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
}
.page-links span {
	margin: 0px 3px;
}
.wp-audio-shortcode,
.wp-playlist.wp-audio-playlist {
	margin-top: 24px;
	margin-bottom: 24px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}
.sticky,
.bypostauthor {
	position: relative;
}
.no-results {
	margin-top: 32px;
	margin-bottom: 32px;
	overflow: hidden;
}

/************************************************
6. Page Templates
************************************************/

.author .author-avatar {
	display: inline-block;
	line-height: 0;
	margin-bottom: 12px;
	border-radius: 2px;
	border: 6px solid #ffffff;
	overflow: hidden;
}
.author .entry-content {
	margin-top: 36px;
	margin-bottom: 36px;
}
.author h1 {
	margin-top: 12px;
}
.author .author-posts {
	margin: 0px;;
	padding: 0px;
}
.author .author-posts li {
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/************************************************
8. Social Media
************************************************/

.social-icons {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li a {
	display: block;
	color: #2fd0b5;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	min-width: 36px;
	margin: 2px;
	padding: 0px;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0);
}
.social-icons li a:hover {
	color: #ffffff;
	border-color: #8bff22;
}
.social-icons li a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
	content: '\f0c1';
}
.social-icons li a span {
	display: none;
}
.social-icons li a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d5'; }
.social-icons li a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1be'; }
.social-icons li a[href*="reddit.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f281'; }
.social-icons li a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e8'; }
.social-icons li a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2ac'; }
.social-icons li a[href*="medium.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f23a'; }
.social-icons li a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f173'; }
.social-icons li a[href*="apple.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f179'; }
.social-icons li a[href*="etsy.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d7'; }
.social-icons li a[href*="facebook.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f099'; }
.social-icons li a[href*="google.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1a0'; }
.social-icons li a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f167'; }
.social-icons li a[href*="vine.co"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f18d'; }
.social-icons li a[href*="spotify.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1bc'; }
.social-icons li a[href*="amazon.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f270'; }
.social-icons li a[href*="flickr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16e'; }
.social-icons li a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f27d'; }
.social-icons li a[href*="yelp.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e9'; }
.social-icons li a[href*="imdb.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d8'; }
.social-icons li a[href*="wa.me"]::before,
.social-icons li a[href*="whatsapp.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f232'; }
.social-icons li a[href*="m.me"]::before,
.social-icons li a[href*="messenger.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f39f'; }
.social-icons li a[href*="mailto:"]::before           { content: '\f0e0'; }
.social-icons li a[href*="tel:"]::before              { content: '\f095'; }
.social-icons li a[href$="/feed/"]::before            { content: '\f09e'; }

.menu li a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f2d5'; }
.menu li a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 5 Brands'; content: '\f1be'; }
.menu li a[href*="reddit.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f281'; }
.menu li a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f1e8'; }
.menu li a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f2ac'; }
.menu li a[href*="medium.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f23a'; }
.menu li a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f173'; }
.menu li a[href*="apple.com"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f179'; }
.menu li a[href*="etsy.com"]::before          { font-family: 'Font Awesome 5 Brands'; content: '\f2d7'; }
.menu li a[href*="facebook.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f09a'; }
.menu li a[href*="twitter.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f099'; }
.menu li a[href*="google.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f1a0'; }
.menu li a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f0e1'; }
.menu li a[href*="github.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f113'; }
.menu li a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f17d'; }
.menu li a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 5 Brands'; content: '\f180'; }
.menu li a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f0d2'; }
.menu li a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f19a'; }
.menu li a[href*="youtube.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f167'; }
.menu li a[href*="vine.co"]::before           { font-family: 'Font Awesome 5 Brands'; content: '\f1ca'; }
.menu li a[href*="instagram.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f16d'; }
.menu li a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f18d'; }
.menu li a[href*="spotify.com"]::before       { font-family: 'Font Awesome 5 Brands'; content: '\f1bc'; }
.menu li a[href*="amazon.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f270'; }
.menu li a[href*="flickr.com"]::before        { font-family: 'Font Awesome 5 Brands'; content: '\f16e'; }
.menu li a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 5 Brands'; content: '\f27d'; }
.menu li a[href*="yelp.com"]::before          { font-family: 'Font Awesome 5 Brands'; content: '\f1e9'; }
.menu li a[href*="wa.me"]::before,
.menu li a[href*="whatsapp.com"]::before      { font-family: 'Font Awesome 5 Brands'; content: '\f232'; }
.menu li a[href*="m.me"]::before,
.menu li a[href*="messenger.com"]::before     { font-family: 'Font Awesome 5 Brands'; content: '\f39f'; }
.menu li a[href*="tel:"]::before              { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f095'; }
.menu li a[href*="mailto:"]::before           { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f0e0'; }
.menu li a[href$="/feed/"]::before            { font-family: 'Font Awesome 5 Free'; font-weight: 600; content: '\f09e'; }

.menu li a[href*="twitch.tv"], .menu li a[href*="reddit.com"],
.menu li a[href*="snapchat.com"], .menu li a[href*="medium.com"],
.menu li a[href*="tumblr.com"], .menu li a[href*="apple.com"],
.menu li a[href*="facebook.com"], .menu li a[href*="twitter.com"],
.menu li a[href*="google.com"], .menu li a[href*="linkedin.com"],
.menu li a[href*="github.com"], .menu li a[href*="dribbble.com"],
.menu li a[href*="foursquare.com"], .menu li a[href*="pinterest.com"],
.menu li a[href*="wordpress.com"], .menu li a[href*="youtube.com"],
.menu li a[href*="vine.co"], .menu li a[href*="instagram.com"],
.menu li a[href*="stackexchange.com"], .menu li a[href*="spotify.com"],
.menu li a[href*="amazon.com"], .menu li a[href*="flickr.com"],
.menu li a[href*="vimeo.com"], .menu li a[href*="yelp.com"],
.menu li a[href*="mailto:"], .menu li a[href$="/feed/"], .menu li a[href*="tel:"],
.menu li a[href*="soundcloud.com"], .menu li a[href*="bandcamp.com"],
.menu li a[href*="etsy.com"] {
	font-size: 110%;
	padding-left: 12px;
	padding-right: 12px;
}
.menu li a[href*="twitch.tv"] span, .menu li a[href*="reddit.com"] span,
.menu li a[href*="snapchat.com"] span, .menu li a[href*="medium.com"] span,
.menu li a[href*="tumblr.com"] span, .menu li a[href*="apple.com"] span,
.menu li a[href*="facebook.com"] span, .menu li a[href*="twitter.com"] span,
.menu li a[href*="google.com"] span, .menu li a[href*="linkedin.com"] span,
.menu li a[href*="github.com"] span, .menu li a[href*="dribbble.com"] span,
.menu li a[href*="foursquare.com"] span, .menu li a[href*="pinterest.com"] span,
.menu li a[href*="wordpress.com"], .menu li a[href*="youtube.com"] span,
.menu li a[href*="vine.co"] span, .menu li a[href*="instagram.com"] span,
.menu li a[href*="stackexchange.com"] span, .menu li a[href*="spotify.com"] span,
.menu li a[href*="amazon.com"] span, .menu li a[href*="flickr.com"] span,
.menu li a[href*="vimeo.com"] span, .menu li a[href*="yelp.com"] span,
.menu li a[href*="mailto:"] span, .menu li a[href*="tel:"] span, .menu li a[href$="/feed/"] span,
.menu li a[href*="soundcloud.com"] span, .menu li a[href*="bandcamp.com"] span,
.menu li a[href*="etsy.com"] span {
	display: none;
}

.social-icons li a[href*="twitter.com"]:hover	{
	background: #00aced;
}
.social-icons li a[href*="facebook.com"]:hover	{
	background: #3b5998;
}
.social-icons li a[href*="google.com"]:hover {
	background: #dd4b39;
}
.social-icons li a[href*="linkedin.com"]:hover {
	background: #007bb6;
}
.social-icons li a[href*="pinterest.com"]:hover	{
	background: #cb2027;
}
.social-icons li a[href*="youtube.com"]:hover	{
	background: #bb0000;
}
.social-icons li a[href*="instagram.com"]:hover	{
	background: #517fa4;
}
.social-icons li a[href*="dribbble.com"]:hover {
	background: #ea4c89;
}
.social-icons li a[href*="foursquare.com"]:hover {
	background: #0072b1;
}
.social-icons li a[href*="yelp.com"]:hover {
	background: #d32323;
}
.social-icons li a[href*="etsy.com"]:hover {
	background: #d5641c;
}
.social-icons li a[href*="reddit.com"]:hover {
	background: #ff4500;
}

/************************************************
9. Pagination
************************************************/

.pagination {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	z-index: 7;
}
.pagination .page-numbers {
	float: left;
	background: #ffffff;
	color: #666666;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.pagination .page-numbers:first-child {
	border-left: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers.current {
	background: #eeeeee;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
}

/************************************************
10. Images
************************************************/

.featured-img {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
}
a.featured-img {
	margin-bottom: 24px;
}
a.featured-img:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
}
.blog-holder .featured-img {
	border-radius: 6px;
	overflow: hidden;
}
.archive .featured-img,
.search .featured-img {
	margin-top: 36px;
	margin-bottom: 36px;
	border-radius: 6px;
	overflow: hidden;
}
.banner-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.single-post .banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 640px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-position: top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #081311;
}
.banner-img.profile-img {
	min-height: auto;
	margin-bottom: 36px;
}
.banner-img img {
	line-height: 0;
	margin-left: -9999px;
	opacity: 0;
}
.banner-img .img-headline {
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.banner-img .img-title {
	width: 100%;
	padding: 36px;
	box-sizing: border-box;
	z-index: 7;
}
.avatar {
	line-height: 0;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 2px;
}
img.hide-img,
.hide-img img {
	line-height: 0;
	margin-left: -9999px;
	padding: 0px;
	opacity: 0;
}
img.aligncenter,
.wp-block-image .aligncenter {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image .alignnone {
	margin: 0px;
	padding: 0px;
}
img.alignright,
.wp-block-image .alignright {
	margin: 0px 0px 0px 36px;
	padding: 0px;
}
img.alignleft,
.wp-block-image .alignleft {
	margin: 0px 36px 0px 0px;
	padding: 0px;
}
.alignwide, .alignfull {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
}
.aligncenter, .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-right: 0px;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-left: 0px;
}
.entry-content > .alignfull:first-child {
	margin-top: -72px;
}
.wp-caption {
	max-width: 100%;
	line-height: 1.6;
	margin: 24px 0px;
	padding: 0px;
	overflow: hidden;
}
.wp-caption a {
	display: block;
}
.wp-caption img {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
}
.wp-caption-text,
.wp-caption figcaption,
.wp-block-image figcaption,
[class*="wp-block"] figcaption,
.blocks-gallery-caption {
	font-size: 85%;
	font-style: italic;
	text-align: left;
	line-height: 1.5;
	padding: 4px 12px;
	box-sizing: border-box;
	border-left: 2px solid #28554c;
	opacity: 0.8;
}

/************************************************
12. WordPress Gallery
************************************************/

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 32px auto 32px;
	overflow: hidden;
}
.gallery .gallery-item {
	text-align: center;
	line-height: 0;
	margin: 0px;
	padding: 6px;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-item img {
	margin: 0px;
	padding: 0px;
	border: 6px solid rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	box-sizing: border-box;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.gallery-item img:hover {
	border-color: rgba(0, 0, 0, 0.4);
}
.gallery-item .gallery-caption {
	font-size: 12px;
	line-height: 1.65;
	margin: 6px 0px;
}
.gallery.gallery-columns-1 .gallery-item {
	flex-basis: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
	flex-basis: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
	flex-basis: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
	flex-basis: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
	flex-basis: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
	flex-basis: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
	flex-basis: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
	flex-basis: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
	flex-basis: 11.11%;
}

/************************************************
13. Sidebar
************************************************/

.sidebar {
	margin: 60px 0px 60px 60px;
	padding: 0px;
	border: 1px solid #28554c;
	box-sizing: border-box;
}
.bbpress .sidebar {
	margin-top: 0px;
}
.sidebar.left {
	margin-left: 0px;
	margin-right: 60px;
}

/************************************************
14. Widgets
************************************************/

.widget {
	padding: 24px;
	border-bottom: 1px solid #28554c;
}
.widget:last-child {
	border-bottom: none;
}
.entry-content .widget {
	margin: 0px;
}
.widget-title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
}
.widget ul,
.widget li {
	list-style-type: none;
}
.widget ul {
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
.widget li {
	display: block;
	margin: 0px;
	padding: 6px 0px;
}
.widget li li {
	padding-left: 12px;
}
.widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.widget li a {
	margin: 0px;
	padding: 0px;
}
.widget table {
	margin-top: 0px;
	margin-bottom: 12px;
}
.textwidget {
	margin: 0px;
	padding: 0px;
}
.textwidget p {
	font-size: 16px;
	margin: 18px 0px;
	padding: 0px;
}
.tagcloud {
	line-height: 1.2;
}
.widget_search {
	overflow: hidden;
}

/************************************************
15. RSS Widget
************************************************/

.widget a.rsswidget {
	display: block;
}
.widget .widget-title a.rsswidget {
	display: inline;
}
.widget .rss-date {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 12px;
}

/************************************************
16. Calendar Widget
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
}
#wp-calendar {
	width: 100%;
	font-size: 0.8rem;
	text-align: center;
}
#wp-calendar #today {
	background: #999999;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-weight: bold;
}
#wp-calendar a {
	margin: 0px;
}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
}

/************************************************
17. Custom Menu Widget
************************************************/

.widget ul.menu {
	float: none;
	width: 100%;
	text-align: left;
}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	background: none;
}
.widget ul.menu li a {
	display: block;
	background: none;
	width: auto;
	height: auto;
	font-size: 16px;
	text-transform: none;
	text-shadow: none;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	border: none;
}
.widget ul.menu li a:hover {
	background: none;
	text-decoration: underline;
}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	max-width: none;
	margin: 0px;
	padding: 6px 0px;
	width: 100%;
}
.widget ul.menu li:last-child {
	border-bottom: none;
}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 6px 0px;
	position: static;
	box-shadow: none;
	opacity: 1;
	z-index: 9;
}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
}

/************************************************
18. Search Form
************************************************/

#searchform {
	display: flex;
	margin: 0px;
	padding: 0px;
}
#searchform label {
	display: none;
}
input.search-field,
#searchform #s {
	background: #101817;
	color: #999999;
	width: 100%;
	margin: 0px;
}
#searchform #searchsubmit,
.woocommerce-product-search button {
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 12px 18px !important;
}
.no-result-search {
	display: block;
	margin-top: 12px;
}
.no-result-search #searchform {
	max-width: 480px;
}

/************************************************
19. Footer
************************************************/

.footer {
	background: #081311;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
.footer-widgets {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 72px;
	padding-bottom: 36px;
}
.footer-widgets .widget {
	width: 18%;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: none;
}
.footer-widgets .widget:nth-child(5) {
	width: 28%;
}
.footer-widgets .footer-widget {
	padding-right: 24px;
}
.footer-widgets .widget:first-child:nth-last-child(1),
.footer-widgets .widget:first-child:nth-last-child(1) ~ .widget {
	width: 100%;
}
.footer-widgets .widget:first-child:nth-last-child(2),
.footer-widgets .widget:first-child:nth-last-child(2) ~ .widget {
	width: 50%;
}
.footer-widgets .widget:first-child:nth-last-child(3),
.footer-widgets .widget:first-child:nth-last-child(3) ~ .widget {
	width: 33.3%;
}
.footer-widgets .widget:last-child .footer-widget,
.footer-widgets .widget:nth-child(4n+4) .footer-widget {
	padding-right: 0px;
}
.footer-widgets .widget:nth-child(5n+1) {
	clear: both;
}
.footer-information {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0px;
	overflow: hidden;
}
.footer-information p {
	font-size: 80%;
	opacity: 0.8;
	margin: 0px;
	padding: 0px;
}

/************************************************
20. Comments
************************************************/

.comments-wrapper {
	margin-bottom: 72px;
}
.comment-subscription-form {
	padding: 6px 0px;
}
.comment-author {
	display: block;
	line-height: 1.4;
	margin-bottom: 12px;
	overflow: hidden;
}
.comment-author .comment-name,
.comment-author .comment-name a {
	font-weight: 600;
	text-decoration: none;
}
.comment-author .comment-time {
	font-size: 85%;
}
.comment-author .avatar {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #28554c;
}
.commentlist li:last-child {
	border-bottom: 1px solid #28554c;
}
.commentlist li #respond {
	border-top: 1px solid #28554c;
}
.commentlist li ul li {
	padding-left: 24px;
}
.commentlist li ul li:last-child {
	border-bottom: none;
}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
}
.comment {
	padding: 24px 0px;
	overflow: hidden;
}
#comments-title {
	margin-bottom: 24px;
}
#commentform {
	margin: 0px;
}
#commentform p {
	margin: 18px 0px;
}
#commentform p.logged-in-as {
	font-size: 85%;
	margin-top: 6px;
	padding: 0px;
}
#commentform p.form-submit {
	margin: 0px;
}
#respond {
	margin-top: 24px;
	padding: 24px 0px;
}
#reply-title {
	font-size: 1.6rem;
	margin: 0px;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 1.1rem;
	font-weight: normal;
	text-transform: none;
	margin: 12px 0px;
}
#wp-comment-cookies-consent {
	float: left;
	margin-top: 8px;
}
.nocomments {
	display: none;
}
.edit-link {
	float: right;
	margin-top: 12px;
}
#comments .reply {
	float: left;
}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin: 36px auto;
}
.form-allowed-tags {
	display: none;
}
.thread-alt, .thread-even,
.children, .even, .alt {
	margin: 0px;
	padding: 0px;
}

/************************************************
21. Buttons
************************************************/

button, .button, a.button, a.button:link, a.button:visited, .more-link,
.wp-block-button__link, .wp-block-button__link:link, .wp-block-button__link:visited,
.wp-block-search__button, #searchsubmit, #prevLink a, #prevLink a:link, #prevLink a:visited, #nextLink a,
button[type=submit], input[type=submit], #submit, input#submit, input.button, .comments-wrapper .reply a,
#infinite-handle span button {
	display: inline-block;
	position: relative;
	background-color: #2fd0b5;
	color: #182624;
	font-style: normal;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	text-shadow: none;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0px;
	padding: 10px 24px !important;
	border-radius: 3px;
	border: 2px solid #2fd0b5;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-appearance: none;
}
button:hover, .button:hover, a.button:hover, a.button:focus, a.button:active, .more-link:hover,
.wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button__link:not(.has-text-color):not(.has-background):active,
.wp-block-button__link:not(.has-text-color):not(.has-background):focus,
.comments-wrapper .reply a:hover, .wp-block-search__button:hover, #searchsubmit:hover,
#prevLink a:hover, #nextLink a:hover, input[type=submit]:hover,
button[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover,
#infinite-handle span button:hover {
	color: #182624;
	background: #8bff22;
	font-style: normal;
	font-size: 1.1rem;
	text-decoration: none;
	text-shadow: none;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0px;
	padding: 10px 24px;
	border: 2px solid #8bff22;
	box-shadow: none;
	cursor: pointer;
}
button::before, .button::before, a.button::before, .wp-block-button__link::before,
#comments .reply a::before, .wp-block-search__button::before, #searchsubmit::before,
#prevLink a::before, #nextLink a::before, input[type=submit]::before,
button[type=submit]::before, #submit::before, input#submit::before, input.button::before {
	content: '';
	width: 0;
  height: 0;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #2fd0b5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
button:hover::before, .button:hover::before, a.button:hover::before, a.button:focus::before, a.button:active::before,
.wp-block-button__link:hover::before, .wp-block-button__link:focus::before, .wp-block-button__link:active::before,
#comments .reply a:hover::before, .wp-block-search__button:hover::before, #searchsubmit:hover::before,
#prevLink a:hover::before, #nextLink a:hover::before, input[type=submit]:hover::before,
button[type=submit]:hover::before, #submit:hover::before, input#submit:hover::before, input.button:hover::before {
	right: -10px;
	border-left-color: #8bff22;
}
button.dark-style, .button.dark-style, a.button.dark-style, a.button.dark-style:link, a.button.dark-style:visited,
.dark-style .wp-block-button__link, .dark-style .wp-block-button__link:link, .dark-style .wp-block-button__link:visited,
.dark-style .wp-block-search__button {
	background-color: #182624;
	border: 2px solid #182624;
	color: #8bff22;
}
button.dark-style:hover, .button.dark-style:hover, a.button.dark-style:hover, a.button.dark-style:active, a.button.dark-style:focus,
.dark-style .wp-block-button__link:hover, .dark-style .wp-block-button__link:active, .dark-style .wp-block-button__link:focus,
.dark-style .wp-block-search__button:hover {
	border-color: #182624 !important;
}
button.dark-style::before, .button.dark-style::before, a.button.dark-style::before,
.dark-style .wp-block-button__link::before, .dark-style .wp-block-search__button::before {
	border-left-color: #182624;
	opacity: 0;
}
button.dark-style:hover::before, .button.dark-style:hover::before, a.button.dark-style:hover::before,
.dark-style .wp-block-button__link:hover::before, .dark-style .wp-block-search__button:hover::before {
	opacity: 1;
}
button.secondary, .button.secondary, a.button.secondary, a.button.secondary:link, a.button.secondary:visited,
.secondary .wp-block-button__link, .secondary .wp-block-button__link:link, .secondary .wp-block-button__link:visited,
.secondary .wp-block-search__button, #comments .reply a {
	background-color: transparent;
	border: 2px solid #2fd0b5;
	color: #2fd0b5;
}
button.secondary::before, .button.secondary::before, a.button.secondary::before, #comments .reply a::before,
.secondary .wp-block-button__link::before, .secondary .wp-block-search__button::before {
	right: -10px;
}
button.secondary:hover, .button.secondary:hover, a.button.secondary:hover, a.button.secondary:focus, a.button.secondary:active,
.secondary .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.secondary .wp-block-button__link:not(.has-text-color):not(.has-background):active,
.secondary .wp-block-button__link:not(.has-text-color):not(.has-background):focus,
.secondary .wp-block-search__button:hover, #comments .reply a:hover {
	color: #182624;
	background: #8bff22;
	border: 2px solid #8bff22;
}
.more-link-wrapper {
	margin-top: 24px;
}
.more-link-wrapper a.more-link, .more-link-wrapper a.more-link:link, .more-link-wrapper a.more-link:visited,
.more-link-wrapper a.more-link:hover, .more-link-wrapper a.more-link:active, .more-link-wrapper a.more-link:focus {
	margin: 0px;
}
.button.purchase-99 a::after,
.purchase-99 .wp-block-button__link::after {
	content: '$99';
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #182624;
}

/************************************************
22. Tables
************************************************/

table,
.wp-block-table table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	border: 2px solid #2fd0b5;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border-spacing: 0;
	border-radius: 4px;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 1px solid #2fd0b5;
}
table tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.04);
}
table th,
.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #2fd0b5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td,
.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #2fd0b5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}

/************************************************
23. Forms
************************************************/

form {
	display: block;
	margin: 24px 0px;
}
form p {
	margin: 6px 0px;
}
form div {
	display: block;
}
form span {
	margin-bottom: 8px;
	overflow: hidden;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 6px 0px;
	padding: 0px;
}
form fieldset {
	margin: 12px 0px;
	border-color: #28554c;
	border-radius: 6px;
}
form legend {
	font-weight: bold;
}
form label {
	display: block;
	margin-top: 12px;
}
form li > label {
	font-weight: bold;
	margin-top: 0px;
}
form li li > label {
	font-weight: normal;
}
form span label {
	font-size: 0.8rem;
}
input,
input[type='url'],
input[type='tel'],
input[type='email'],
input[type='text'],
input[type='password'],
textarea,
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
	display: block;
	max-width: 100%;
	color: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	background-color: #101817;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	margin: 6px 0px;
	padding: 12px !important;
	border: 2px solid #28554c;
	border-radius: 3px;
}
input[type='url'],
input[type='tel'],
input[type='email'],
input[type='text'],
input[type='password'] {
	width: 50%;
}
input[type='checkbox'],
input[type='radio'] {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 6px;
	vertical-align: baseline !important;
}
input[type='submit'] {
	margin-top: 0px;
}
textarea {
	width: 100%;
	overflow: auto;
}
address {
	margin: 12px 0px;
}
select,
#bbpress-forums #bbp-your-profile fieldset select {
	display: block;
	background-color: #101817;
	color: rgba(255, 255, 255, 0.6);
	width: auto;
	max-width: 100%;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 6px;
	padding: 10px 46px 10px 12px !important;
	box-shadow: none;
	border-radius: 3px;
	border: 2px solid #28554c;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
	background-position:
		calc(100% - 16px) 50%,
		calc(100% - 11px) 50%,
		calc(100% - 32px) 6px;
	background-size:
		5px 5px,
		5px 5px,
		1px 72%;
	background-repeat: no-repeat;

	/* reset */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus,
select:focus,
input:focus,
select:focus,
textarea:focus,
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
	color: #8bff22;
	border-width: 2px;
	border-color: #8bff22;
	box-shadow: 0px 0px 6px #8bff22;
}

/************************************************
24. CSS3 Styles
************************************************/

a, button, .button, .wp-block-button, #submit, #searchsubmit {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.shadow {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/************************************************
25. Jetpack
************************************************/

#infinite-handle,
.infinite-loader {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 32px 0px;
}
#infinite-handle span {
	background: none;
	font-size: 100%;
	padding: 0px;
}
#infinite-handle span button {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#infinite-footer .container {
	width: auto;
}
.infinite-scroll .pagination,
.infinite-scroll.neverending .footer,
.infinite-wrap .archive-title {
	display: none;
}
.infinity-end.neverending .footer {
	display: block;
}
.infinite-loader .spinner {
	margin: 0px auto 0px;
}
.grofile-thumbnail,
.widgets-grid-layout {
	float: left;
	width: 28% !important;
	margin: 0px 18px 6px 0px;
	border-radius: 3px;
}
.widget-grofile .grofile-meta h4 {
	margin: 0px;
}
.widget-grofile .grofile-meta p {
	margin: 12px 0px;
}

/************************************************
26. Screen Reader
************************************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/************************************************
27. Gutenberg
************************************************/

/* Media */

.wp-block-image {
	text-align: center;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	padding: 0px;
}
.wp-block-image img {
	display: block;
}
.wp-block-image figcaption {
	margin-top: 8px;
}
.wp-block-embed {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-gallery .blocks-gallery-item {
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	border: none;
}
.wp-block-cover {
	min-height: 260px;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.wp-block-cover .wp-block-button,
.wp-block-cover-image .wp-block-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
	padding: 48px 120px;
	box-sizing: border-box;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container {
	padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container > :first-child {
	margin-top: 0px;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
	z-index: 7;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/* Buttons */

.wp-block-button {
	position: relative;
	box-sizing: border-box;
}
.wp-block-buttons > .wp-block-button {
	margin-top: 12px;
	margin-bottom: 0px;
/* 	margin-right: 24px; */
}
.wp-block-buttons > .wp-block-button + .wp-block-button {
	margin-left: 12px;
}
.organic-account-page .wp-block-buttons > .wp-block-button + .wp-block-button {
	margin-left: 0;
}
.wp-block-button.alignleft {
	float: none;
	text-align: left;
}
.wp-block-button.alignright {
	float: none;
	text-align: right;
}
.wp-block-button.alignwide .wp-block-button__link {
	display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: inherit;
	box-shadow: none;
	text-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: inherit;
	background: inherit;
}
.wp-block-button__link.has-text-color:hover {
	color: initial;
}
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff;
	border-color: #ffffff;
}

/* Quotes */

.wp-block-quote.is-style-large p {
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.5;
	margin: 0px;
}
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-center {
	border-left: none;
}
.wp-block-quote.has-text-align-right {
	border-right: 2px solid #dddddd;
}
.wp-block-quote.has-text-align-center {
	padding-left: 0px;
	padding-right: 0px;
}
.wp-block-quote.has-text-align-center::before {
	display: inline-block;
	content: '';
	width: 80px;
	height: 2px;
	background: #dddddd;
	margin: 12px auto;
}
.wp-block-quote.has-text-align-center cite {
	text-align: center;
}
.wp-block-quote.has-text-align-left cite {
	text-align: left;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	font-size: 0.85rem;
	font-style: normal;
	margin-top: 12px;
	opacity: 0.6;
}
.wp-block-pullquote {
	position: relative;
	margin: 36px 0px 24px;
	padding: 36px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #dddddd;
}
.wp-block-pullquote::before {
	position: absolute;
	top: -28px; left: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.4);
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: -24px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
}
.wp-block-pullquote.is-style-solid-color {
	padding-left: 48px;
}
.wp-block-pullquote.is-style-solid-color::before {
	left: 0px;
	top: 36px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: none;
}
.wp-block-pullquote blockquote {
	margin: 0px;
	padding: 0px;
	border: none;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
	display: block;
	color: inherit;
	font-size: 90%;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 12px;
	opacity: 0.6;
}

/* Columns */

.wp-block-columns {
	display: flex;
	box-sizing: border-box;
}
.wp-block-columns.alignfull {
	padding-left: 36px;
	padding-right: 36px;
}
.wp-block-column > :first-child {
	margin-top: 0px;
}
.wp-block-column > :last-child {
	margin-bottom: 0px;
}

/* Jetpack */

div[class*="wp-block"] form.contact-form input[type="text"],
div[class*="wp-block"] form.contact-form input[type="email"],
div[class*="wp-block"] form.contact-form input[type="tel"],
div[class*="wp-block"] form.contact-form input[type="url"] {
	width: 100%;
}
div[class*="wp-block"] form.contact-form label span {
	float: right;
}
div[class*="wp-block"] form.contact-form .contact-submit {
	margin: 0px;
}
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address {
	margin-top: 6px;
	margin-bottom: 6px;
}
.wp-block-jetpack-email::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 90%;
	content: '\f0e0';
	margin-right: 8px;
}
.wp-block-jetpack-phone::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f095';
	margin-right: 8px;
}
.wp-block-jetpack-layout-grid {
	box-sizing: border-box;
}
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignwide,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignwide {
	left: auto;
	width: auto;
	max-width: 100%;
	padding: 0px;
}

/* CoBlocks */

.wpnbha.is-style-borders.is-grid article,
.wp-block-coblocks-pricing-table-item {
	box-sizing: border-box;
}

/* Misc */

.wp-block-table {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table figcaption {
	margin-top: -24px;
}
.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}
.wp-block-search .wp-block-search__button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-separator {
	margin: 18px auto;
	border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-social-links .wp-social-link {
	padding: 0px;
}
.wp-block-social-links .wp-social-link a {
	color: inherit;
}

/************************************************
28. bbPress
************************************************/

.forum .content,
.topic .content,
.bbp-search .content {
	padding: 72px 36px;
}
.forum .footer .content {
	padding: 0 120px;
}
.forum .entry-title,
.topic .entry-title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -2px;
}
.topic .entry-title {
	margin-bottom: 36px;
}
.bbpress .four.columns {
	position: sticky;
	top: 160px;
}
.bbpress .entry-content {
	padding-top: 0px;
	padding-bottom: 24px;
}
.bbp-user-page.bbpress .entry-content,
.bbp-user-edit.bbpress .entry-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
	margin-bottom: 12px;
}
div.bbp-template-notice,
div.indicator-hint {
	margin-top: 12px;
	margin-bottom: 24px;
}
span.bbp-author-ip {
	font-size: 10px;
	line-height: 1.1;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-password input[type="password"] {
	width: 100%;
}
.bbp-login-form label {
	width: auto;
}
#bbpress-forums fieldset.bbp-form input[type="password"] {
	height: auto;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 14px;
}
#bbpress-forums {
	font-size: 0.9rem;
}
#bbpress-forums p {
	line-height: 1.6;
	margin: 16px 0px;
	padding: 0px;
}
#bbpress-forums blockquote p {
	margin: 0;
}
#bbpress-forums ul,
#bbpress-forums li {
	margin: 0px;
	padding: 0px;
}
#bbpress-forums .bbp-reply-content li {
	margin: 6px 0;
}
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-reply-content ol {
	padding-left: 24px !important;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header,
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
	background: #101817;
	border-color: #28554c;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
	border-bottom: 1px solid #28554c;
}
#bbpress-forums div.even,
#bbpress-forums ul.even,
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current {
	background: #182624;
	border-color: #28554c;
}
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-topic-pagination a:hover {
	color: #8bff22;
	background: #101817;
	border-color: #8bff22;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-reply-title h3,
#bbpress-forums div.bbp-topic-title h3 {
	letter-spacing: 0px;
}
span.bbp-admin-links,
span.bbp-admin-links a {
	color: #28554c;
}
span.bbp-admin-links a:hover {
	color: #8bff22;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics, #bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic, #bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums fieldset.bbp-form,
#bbpress-forums #wp-bbp_reply_content-editor-container {
	border-color: #28554c;
}
.topic #bbpress-forums .bbp-private-reply {
	background: #081311 !important;
	border: 2px solid;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
	letter-spacing: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: none;
	border: 2px solid #8bff22;
	border-radius: 2px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin-top: 8px;
	margin-bottom: 0px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin: 0px 0px 8px 0px;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 18px;
}
#bbpress-forums .bbp-forum-title {
	font-size: 1.2rem;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	font-size: 1.1rem;
}
#bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-reply-content pre,
#bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-topic-content pre {
	background: #101817;
	padding: 12px;
	border: 2px solid #28554c;
}
#bbp-reply-search-form,
#bbp-topic-search-form {
	margin-top: 0px;
}
#bbp-reply-search-form > div,
#bbp-topic-search-form > div {
	display: flex;
	align-items: center;
}
#bbp-reply-search-form input[type="text"],
#bbp-topic-search-form input[type="text"] {
	width: auto;
	margin: 0px 12px 0px 0px;
}
#bbpress-forums fieldset.bbp-form input, #bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
	margin: 6px 0px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper {
	display: flex;
	justify-content: space-between;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	padding-left: 20px;
	margin-left: 20%;
	margin-top: 12px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button {
	width: 48%;
	margin: 12px 0px;
}
#bbpress-forums fieldset.bbp-form input[type="text"], #bbpress-forums fieldset.bbp-form select {
	height: auto;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin-top: 6px;
}
#bbpress-forums fieldset.bbp-form {
	padding: 18px;
}
#bbp_reply_submit,
#bbp_topic_submit,
#bbpress-forums div.bbp-submit-wrapper {
	margin: 0px;
}
#bbpress-forums div.bbp-template-notice p {
	margin: 0px;
}
#bbpress-forums blockquote {
	font-size: 1.1rem;
	padding-top: 12px;
	padding-bottom: 12px;
}
#bbpress-forums .bbp-topic-content p:first-child,
#bbpress-forums .bbp-reply-content p:first-child {
	padding-top: 0px;
}
#bbpress-forums .bbp-topic-content p:last-child,
#bbpress-forums .bbp-reply-content p:last-child {
	padding-bottom: 0px;
}
#bbpress-forums .avatar {
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
#bbp_search {
	float: left;
	margin: 0px 12px 0px 0px;
}
#bbp-search-form > div {
	display: flex;
}
#bbp_search_submit {
	margin: 0px;
}
.bbp_widget_login .user-submit {
	float: right;
}
.bbp_widget_login .bbp-logged-in a.button {
	margin: 6px 0px 0px 0px;
	padding: 8px 14px;
}
.bbp-meta {
	font-size: 0.8rem;
}
.bbp-header #subscription-toggle,
.bbp-topic-title #subscription-toggle {
	display: inline;
	width: auto;
	overflow: auto;
}
