/*!
Theme Name: mimir-wp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mimir-wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mimir-wp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Custom
--------------------------------------------- */
#wpadminbar {
	display: none !important;
}

html {
	margin: 0 !important;
}

html body {
	margin: 0 !important;
}

html body .introjs-tooltip-header {
	padding-left: 12px;
	padding-right: 12px;
}

html body .introjs-tooltiptext {
	padding: 0 12px 12px;
}

html body .introjs-arrow.top {
	top: -9px;
}

html body #user_switching_switch_on {
	display: none !important;
}

html body .pop_up {
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

html body .pop_up.active {
	opacity: 1;
	pointer-events: all;
}

html body .pop_up .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

html body .pop_up .bg:hover {
	cursor: pointer;
}

html body .pop_up .fg {
	position: relative;
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	border: 3px solid #1f1d0d;
	-webkit-box-shadow: 3px 3px 0 0 #1f1d0d;
	box-shadow: 3px 3px 0 0 #1f1d0d;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
}

html body .pop_up .fg .close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
	transition: opacity 250ms ease-in-out;
	opacity: 1;
}

html body .pop_up .fg .close:hover {
	opacity: 0.75;
	cursor: pointer;
}

html body .pop_up .fg .close::before,
html body .pop_up .fg .close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: " ";
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #1f1d0d;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
}

html body .pop_up .fg .close::after {
	transform: rotate(-45deg) translate(-50%, -50%);
}

html body .sidebar {
	margin-top: 0 !important;
}

html body .sidebar > div {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #1f1d0d !important;
}

html body .sidebar > div:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

@media (max-width: 767px) {

	html body .sidebar > div {
		padding-bottom: 15px !important;
		margin-bottom: 15px !important;
	}
}

html body .sidebar .widget .card.card-body > div:last-child {
	margin-bottom: 0 !important;
}

html body .sidebar .widget .checkbox_item {
	padding: 0;
}

html body .sidebar .widget .checkbox_item input {
	display: none !important;
}

html body .sidebar .widget .checkbox_item a {
	color: #1f1d0d;
	transition: opacity 0.3s;
}

html body .sidebar .widget .checkbox_item a:hover {
	opacity: 0.75;
}

html body .sidebar .tags_list li a {
	border: 1px solid #1f1d0d;
}

html body input[type="color"],
html body input[type="date"],
html body input[type="datetime-local"],
html body input[type="datetime"],
html body input[type="email"],
html body input[type="month"],
html body input[type="number"],
html body input[type="password"],
html body input[type="range"],
html body input[type="search"],
html body input[type="tel"],
html body input[type="text"],
html body input[type="time"],
html body input[type="url"],
html body input[type="week"],
html body textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	padding: 3px 9px;
	height: 35px;
}

html body .dropdown-menu {
	animation: none !important;
	margin: 0 !important;
}

html body .btn_shadow {
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

html body .daterange-picker,
html body button.dropdown-toggle {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	padding: 3px 9px;
	height: 35px;
	background-color: white;
	transition: background-color 0.3s;
	color: #333 !important;
}

html body .daterange-picker:hover,
html body button.dropdown-toggle:hover {
	cursor: pointer;
	background-color: #f9f9f9;
}

html body .daterange-picker {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

html body .daterange-picker .fas.fa-caret-down {
	margin-left: 10px;
	flex: 0 0 auto;
}

html body .daterange-picker span {
	white-space: nowrap;
	flex: 1 1 auto;
	overflow: hidden;
}

html body .daterange-picker.disabled {
	pointer-events: none;
	background: #fafbfc;
	border: none;
	color: #7a7a7a !important;
}

html body button.dropdown-toggle::after {
	content: "\f0d7";
	font-weight: 900;
	color: #333;
}

html body button.dropdown-toggle .filter-option {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

html body .dropdown-menu {
	padding-top: 0 !important;
}

html body .dropdown-menu .bs-actionsbox {
	padding: 4px;
}

html body .dropdown-menu .bs-actionsbox .btn-group {
	display: flex;
	justify-content: space-between;
}

html body .dropdown-menu .bs-actionsbox .btn-group button {
	width: auto;
	flex: 0 0 calc(50% - 2px);
	color: #333;
	background: #eee;
	border-radius: 3px !important;
}

html body .dropdown-menu .dropdown-item {
	padding: 0 7px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

html body .dropdown-menu .dropdown-item .bs-ok-default::after {
	border-width: 0 0.22em 0.22em 0;
}

html body .woocommerce button.button,
html body .woocommerce button.button.alt,
html body .woocommerce input.button,
html body .woocommerce input.button.alt {
	background-color: #1f1d0d;
	border: none;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	border: 1px solid #1f1d0d;
	cursor: pointer;
	transition: background-color 0.3s;
}

html body .woocommerce button.button:hover,
html body .woocommerce button.button.alt:hover,
html body .woocommerce input.button:hover,
html body .woocommerce input.button.alt:hover {
	background-color: #0285ff;
	color: #fff;
}

html body .woocommerce form .form-row input.input-text,
html body .woocommerce form .form-row textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
}

html body .woocommerce-notices-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

html body .woocommerce-message,
html body .woocommerce-info,
html body .woocommerce-error,
html body .woocommerce-noreviews,
html body p.no-comments {
	width: auto;
	max-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	color: #fff;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1rem;
	border: 2px solid #1f1d0d;
	background-color: #0285ff;
	color: #fff;
	padding: 11px 64px;
	border-radius: 8px;
	margin-bottom: 1rem;
	min-width: 500px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

html body .woocommerce-message::before,
html body .woocommerce-info::before,
html body .woocommerce-error::before,
html body .woocommerce-noreviews::before,
html body p.no-comments::before {
	color: #fff;
	font-size: 20px;
	top: 7px;
	left: 15px;
}

html body .woocommerce-message *,
html body .woocommerce-info *,
html body .woocommerce-error *,
html body .woocommerce-noreviews *,
html body p.no-comments * {
	color: white;
}

html body .woocommerce-message a,
html body .woocommerce-info a,
html body .woocommerce-error a,
html body .woocommerce-noreviews a,
html body p.no-comments a {
	color: white;
	text-decoration: underline;
}

html body .woocommerce-message a.button,
html body .woocommerce-info a.button,
html body .woocommerce-error a.button,
html body .woocommerce-noreviews a.button,
html body p.no-comments a.button {
	order: 2;
	color: #0285ff;
	text-decoration: none;
	margin-left: 10px;
}

@media (max-width: 767px) {

	html body .woocommerce-message,
	html body .woocommerce-info,
	html body .woocommerce-error,
	html body .woocommerce-noreviews,
	html body p.no-comments {
		padding: 8px 42px;
		flex-direction: column;
		min-width: 100%;
	}

	html body .woocommerce-message::before,
	html body .woocommerce-info::before,
	html body .woocommerce-error::before,
	html body .woocommerce-noreviews::before,
	html body p.no-comments::before {
		top: 4px;
		left: 15px;
	}
}

html body .woocommerce .woocommerce-error {
	background-color: #b54343;
	color: #fff;
}

@media (max-width: 767px) {

	html body .woocommerce .woocommerce-error {
		padding: 8px;
	}

	html body .woocommerce .woocommerce-error::before,
	html body .woocommerce .woocommerce-error::after {
		display: none;
	}
}

html body .woocommerce ul.products li.product,
html body .woocommerce-page ul.products li.product {
	width: calc(25% - 1rem);
	margin: 0.5rem;
}

html body .woocommerce #content div.product,
html body .woocommerce div.product,
html body .woocommerce-page #content div.product,
html body .woocommerce-page div.product {
	padding: 1rem;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
}

html body .woocommerce-cart .cart_table {
	width: 100%;
	margin-bottom: 1.5rem;
	border-collapse: collapse;
}

html body .woocommerce-cart .cart_table th,
html body .woocommerce-cart .cart_table td {
	padding: 0.75rem;
	border: 1px solid #dbdbdb;
}

html body .woocommerce-checkout form {
	max-width: 600px;
	margin: 0 auto;
}

@media (max-width: 768px) {

	html body .woocommerce ul.products li.product,
	html body .woocommerce-page ul.products li.product {
		width: calc(50% - 1rem);
	}
}

html body .daterangepicker .ranges li.active {
	background-color: #0285ff;
	color: #fff;
}

html body .daterangepicker .ranges li:hover {
	background-color: #00a8ff;
	color: #fff;
}

html body .daterangepicker .drp-buttons button.applyBtn {
	background-color: #0285ff;
	color: #fff;
	border: 1px solid #0285ff;
	border-radius: 4px;
}

html body .daterangepicker .drp-buttons button.applyBtn:hover {
	background-color: #00a8ff;
	border-color: #00a8ff;
}

html body .daterangepicker .drp-buttons button.cancelBtn {
	background-color: #fff;
	color: #1f1d0d;
	border: 1px solid #1f1d0d;
	border-radius: 4px;
}

html body .daterangepicker .drp-buttons button.cancelBtn:hover {
	background-color: #eee;
	color: #1f1d0d;
}

html body .daterangepicker .drp-calendar.left .calendar-table .table-condensed tbody td.active,
html body .daterangepicker .drp-calendar.right .calendar-table .table-condensed tbody td.active {
	background-color: #0285ff !important;
	color: #fff !important;
}

html body .daterangepicker .drp-calendar.left .calendar-table .table-condensed tbody td.active:hover,
html body .daterangepicker .drp-calendar.right .calendar-table .table-condensed tbody td.active:hover {
	background-color: #00a8ff !important;
	color: #fff !important;
}

html body .daterangepicker .drp-calendar.left .calendar-table .table-condensed tbody td.in-range,
html body .daterangepicker .drp-calendar.right .calendar-table .table-condensed tbody td.in-range {
	background-color: #cee7ff;
	color: #1f1d0d;
}

html body .daterangepicker .drp-calendar.left .calendar-table .table-condensed tbody td.in-range:hover,
html body .daterangepicker .drp-calendar.right .calendar-table .table-condensed tbody td.in-range:hover {
	background-color: #cef;
	color: #1f1d0d;
}

html body #zima {
	z-index: 999999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	background-color: #48c6ec;
	opacity: 0;
	transition: opacity 0.3s;
}

html body #zima.active {
	opacity: 1;
}

html .site_header_1 + main {
	padding-top: 70px;
}

@media (max-width: 991px) {

	html .site_header_1 + main {
		padding-top: 55px;
	}
}

@media (max-width: 767px) {

	html .site_header_1 + main {
		padding-top: 40px;
	}
}

header.site_header.site_header_1 {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	border-bottom: 2px solid #1f1d0d;
	padding: 12px 0;
}

@media (max-width: 767px) {

	header.site_header.site_header_1 .col {
		padding: 12px 12px;
	}
}

header.site_header.site_header_1 .site_logo img {
	width: 151px;
}

@media (max-width: 767px) {

	header.site_header.site_header_1 .site_logo img {
		width: 130px;
	}
}

header.site_header.site_header_1 .site_link {
	opacity: 1;
	transition: opacity 0.3s ease;
}

header.site_header.site_header_1 .site_link:hover {
	opacity: 0.75;
}

header.site_header.site_header_1 .menu-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.site_header.site_header_1 .menu-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header.site_header.site_header_1 .menu-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header.site_header.site_header_1 .menu-right ul li {
	margin-right: 48px;
}

header.site_header.site_header_1 .menu-right ul li a {
	font-size: 1.1em;
	font-weight: 600;
	color: #1f1d0d;
}

header.site_header.site_header_1 .menu-right ul li a:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {

	header.site_header.site_header_1 .menu-right ul {
		display: none;
	}
}

header.site_header.site_header_1 .menu-right .btn.btn_primary {
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

@media (max-width: 767px) {

	header.site_header.site_header_1 .menu-right .btn.btn_primary {
		display: none;
	}
}

header.site_header.site_header_1 .menu-right .hamburger {
	height: 24px;
	padding: 0;
	display: none;
	transform: scale(0.9);
	transform-origin: right center;
}

@media (max-width: 767px) {

	header.site_header.site_header_1 .menu-right .hamburger {
		display: block;
		cursor: pointer;
	}
}

#mobile-page-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	border: 2px solid #1f1d0d;
	z-index: 98;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

#mobile-page-menu .menu-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mobile-page-menu .menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mobile-page-menu .menu-container ul li {
	margin-bottom: 36px;
	line-height: 1;
}

#mobile-page-menu .menu-container ul li a {
	font-size: 1.5em;
	font-weight: 600;
	color: #1f1d0d;
}

#mobile-page-menu .menu-container ul li a:hover {
	opacity: 0.8;
}

#mobile-page-menu .menu-container .btn.btn_primary {
	border: 1px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d;
	box-shadow: 2px 2px 0 0 #1f1d0d;
}

#mobile-page-menu.active {
	opacity: 1;
	pointer-events: all;
}

#site_share {
	margin-top: 25px;
	padding: 15px 0;
	background-color: #0285ff;
	text-align: center;
	border-top: 2px solid #1f1d0d;
}

#site_share .col {
	padding-top: 0;
	padding-bottom: 0;
}

#site_share p {
	margin: 0;
	color: white;
	font-weight: 400;
	line-height: 1.3;
	font-size: 1.2em;
}

#site_share img {
	width: 24px;
	margin-right: 7px;
	display: inline-block;
	position: relative;
	bottom: 1px;
}

#site_share a {
	color: white !important;
	text-decoration: underline !important;
	font-weight: 500;
}

@media (max-width: 767px) {

	#site_share a.desktop {
		display: none;
	}
}

@media (min-width: 768px) {

	#site_share a.mobile {
		display: none;
	}
}

#site_share .emoji {
	font-size: 1.15em;
}

@media (min-width: 768px) {

	#site_share {
		margin-top: 10px;
	}
}

footer.site_footer .footer_widget_area {
	display: none;
}

footer.site_footer .copyright_text {
	padding: 15px 0;
}

body.page-template-page-home .site_header_1 + main {
	padding-top: 0;
}

body.page-template-page-home .hero_banner.style_2 {
	background-color: #33b9ff;
	border-bottom: 4px solid #1f1d0d;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 {
		min-height: auto;
		padding: 140px 0 100px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .hero_banner.style_2 {
		padding: 101px 0 60px;
	}
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 .title_container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

body.page-template-page-home .hero_banner.style_2 .image_container {
	padding-left: 100px;
	position: relative;
	top: -50px;
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 .image_container {
		display: none !important;
		padding-left: 0;
		top: 0;
	}

	body.page-template-page-home .hero_banner.style_2 .image_container .banner_image_2 {
		margin-top: 0 !important;
	}
}

body.page-template-page-home .hero_banner.style_2 .banner_big_title {
	margin: 0 0 28px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}

body.page-template-page-home .hero_banner.style_2 .banner_big_title .img {
	width: 55px;
	height: 55px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	top: 1px;
}

body.page-template-page-home .hero_banner.style_2 .banner_big_title img {
	width: 100%;
}

body.page-template-page-home .hero_banner.style_2 .banner_big_title span {
	position: relative;
	bottom: 2px;
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 .banner_big_title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .hero_banner.style_2 .banner_big_title {
		margin: 0 0 24px;
		font-size: 40px;
		white-space: normal;
		position: relative;
		right: 4px;
	}

	body.page-template-page-home .hero_banner.style_2 .banner_big_title .img {
		width: 40px;
		height: 40px;
		margin-right: 12px;
	}

	body.page-template-page-home .hero_banner.style_2 .banner_big_title span {
		bottom: 0;
	}
}

body.page-template-page-home .hero_banner.style_2 .banner_title {
	margin: 0 0 12px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

@media (max-width: 767px) {

	body.page-template-page-home .hero_banner.style_2 .banner_title {
		display: none;
		font-size: 32px;
		white-space: normal;
	}
}

body.page-template-page-home .hero_banner.style_2 .banner_description {
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 1299px) {

	body.page-template-page-home .hero_banner.style_2 .banner_description {
		text-align: center;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .hero_banner.style_2 .banner_description {
		font-size: 24px;
		white-space: normal;
	}
}

body.page-template-page-home .hero_banner.style_2 .banner_image_2 .child_image .layer::before {
	display: none !important;
}

@media (max-width: 991px) {

	body.page-template-page-home .hero_banner.style_2 .banner_image_2 {
		max-width: calc(100vw - 100px);
	}
}

body.page-template-page-home .hero_banner.style_2 .banner_button {
	margin-top: 28px;
	background-color: #0285ff;
	color: white;
	border: 3px solid #1f1d0d !important;
	-webkit-box-shadow: 4px 4px 0 0 #1f1d0d !important;
	box-shadow: 4px 4px 0 0 #1f1d0d !important;
}

body.page-template-page-home .hero_banner.style_2 .banner_button:hover,
body.page-template-page-home .hero_banner.style_2 .banner_button:focus {
	background-color: #006bce;
}

body.page-template-page-home .hero_banner.style_2 .banner_button small {
	padding: 19px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 500;
}

body.page-template-page-home .hero_banner.style_2 .layer {
	background-color: #1f1d0d;
	border: 3px solid #1f1d0d;
	border-radius: 8px;
	overflow: hidden;
}

body.page-template-page-home .hero_banner.style_2 .image_wrap_1 .layer {
	-webkit-box-shadow: 10px 10px 0 0 #1f1d0d;
	box-shadow: 10px 10px 0 0 #1f1d0d;
}

body.page-template-page-home .hero_banner.style_2 .image_wrap_2 {
	top: 5%;
	right: -4%;
}

body.page-template-page-home .hero_banner.style_2 .image_wrap_3 {
	top: 31%;
	right: -23%;
}

body.page-template-page-home .hero_banner.style_2 .image_wrap_4 {
	top: 25%;
}

body.page-template-page-home .expect_from_course {
	padding: 80px 0 80px;
}

body.page-template-page-home .expect_from_course .col {
	padding: 15px;
}

@media (max-width: 1199px) {

	body.page-template-page-home .expect_from_course .col {
		padding: 10px;
	}
}

body.page-template-page-home .expect_from_course .section_heading {
	margin: 0;
}

body.page-template-page-home .expect_from_course .section_heading h2.heading_text {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 5px;
	text-align: center;
	font-weight: 700;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .section_heading h2.heading_text {
		font-size: 32px;
		margin-bottom: 8px;
	}
}

body.page-template-page-home .expect_from_course .section_heading h2.heading_text span {
	line-height: 1;
}

body.page-template-page-home .expect_from_course .section_heading h2.heading_text img {
	position: relative;
	top: 4px;
	width: 40px;
	margin-left: 12px;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .section_heading h2.heading_text img {
		top: 2px;
		width: 34px;
		margin-left: 8px;
	}
}

body.page-template-page-home .expect_from_course .image_widget {
	box-shadow: -10px 10px 0 0 #00a8ff;
	border: 5px solid #1f1d0d !important;
	background-color: white;
	padding: 15px;
	margin: 0 !important;
	height: auto !important;
}

body.page-template-page-home .expect_from_course .image_widget h5 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px;
	text-align: center;
}

body.page-template-page-home .expect_from_course .image_widget h5 span {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

body.page-template-page-home .expect_from_course .image_widget h5 span.active {
	opacity: 1;
	pointer-events: auto;
}

body.page-template-page-home .expect_from_course .image_widget p {
	position: relative;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

body.page-template-page-home .expect_from_course .image_widget p span {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

body.page-template-page-home .expect_from_course .image_widget p span.active {
	opacity: 1;
	pointer-events: auto;
}

body.page-template-page-home .expect_from_course .image_widget .image_widget_inner {
	height: 343px;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .image_widget .image_widget_inner {
		height: 45vw;
	}
}

@media (max-width: 499px) {

	body.page-template-page-home .expect_from_course .image_widget .image_widget_inner {
		height: 55vw;
	}
}

body.page-template-page-home .expect_from_course .image_widget .image_widget_inner canvas {
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

body.page-template-page-home .expect_from_course .image_widget .image_widget_inner canvas.active {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .image_widget .image_widget_inner canvas {
		right: 5px;
		bottom: 5px;
		left: 5px;
	}
}

@media (max-width: 499px) {

	body.page-template-page-home .expect_from_course .image_widget {
		padding: 10px 5px;
		box-shadow: -5px 5px 0 0 #00a8ff;
	}
}

body.page-template-page-home .expect_from_course .image_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .image_buttons {
		margin-top: 20px;
		margin-bottom: 5px;
	}
}

body.page-template-page-home .expect_from_course .image_buttons a {
	margin: 0 10px;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .image_buttons a {
		margin: 0 5px;
		padding: 0 16px;
	}

	body.page-template-page-home .expect_from_course .image_buttons a.btn_primary {
		background-color: #0285ff !important;
	}
}

body.page-template-page-home .expect_from_course .service_items .col .item_content p {
	line-height: 1.35;
	font-size: 17px;
	min-height: 40px;
	font-weight: 500;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .service_items .col .item_content p {
		min-height: auto;
	}

	body.page-template-page-home .expect_from_course .service_items .col .item_content p br {
		display: none;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .service_items {
		padding-right: 5px;
	}
}

body.page-template-page-home .expect_from_course .service_item {
	padding: 15px;
	-webkit-box-shadow: 5px 5px 0 0 #1f1d0d;
	box-shadow: 5px 5px 0 0 #1f1d0d;
	border: 4px solid #1f1d0d;
}

body.page-template-page-home .expect_from_course .service_item .item_icon {
	margin: 0 0 14px;
	width: 55px;
	height: 55px;
	background-color: #f2f2f2;
}

body.page-template-page-home .expect_from_course .service_item .item_icon i {
	font-size: 20px;
}

body.page-template-page-home .expect_from_course .service_item h3 {
	margin: 0 0 10px;
	font-size: 27px;
	font-weight: 700;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .service_item h3 {
		font-size: 24px;
	}
}

body.page-template-page-home .expect_from_course .service_item p {
	margin: 0;
	font-size: 19px !important;
	font-weight: 400;
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .service_item p {
		font-size: 17px !important;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course .service_item {
		-webkit-box-shadow: 3px 3px 0 0 #1f1d0d;
		box-shadow: 3px 3px 0 0 #1f1d0d;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .expect_from_course {
		padding-top: 30px !important;
		padding-bottom: 40px !important;
	}
}

body.page-template-page-home .counter_section {
	border-bottom: 4px solid #1f1d0d;
	border-top: 4px solid #1f1d0d;
	background-color: #80d4ff;
}

body.page-template-page-home .counter_section .counter_item .counter_value {
	font-size: 52px;
}

@media (max-width: 1199px) {

	body.page-template-page-home .counter_section .counter_item .counter_value {
		font-size: 44px;
	}
}

body.page-template-page-home .counter_section .counter_item p {
	font-size: 1.2em;
	font-weight: 700;
}

@media (max-width: 767px) {

	body.page-template-page-home .counter_section {
		padding: 35px 0 20px;
	}

	body.page-template-page-home .counter_section .row > div:last-child .counter_item {
		border: none;
	}
}

body.page-template-page-home .faq_section {
	padding: 80px 0 145px;
}

body.page-template-page-home .faq_section .section_heading {
	margin-bottom: 35px !important;
	text-align: center !important;
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section .section_heading {
		margin-bottom: 5px !important;
	}
}

body.page-template-page-home .faq_section .section_heading .heading_text {
	margin: 0;
	line-height: 1.2 !important;
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section .section_heading .heading_text {
		font-size: 32px !important;
	}
}

body.page-template-page-home .faq_section .accordion .accordion-button {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: all 0.3s;
}

body.page-template-page-home .faq_section .accordion .accordion-button:hover {
	opacity: 0.5;
}

body.page-template-page-home .faq_section .accordion .accordion-button span {
	padding-right: 30px;
	font-size: 26px;
	line-height: 1.2;
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section .accordion .accordion-button span {
		font-size: 24px;
	}
}

body.page-template-page-home .faq_section .accordion .accordion-button::after {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	position: relative;
	top: 2px;
	color: white;
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section .accordion .accordion-button {
		opacity: 1 !important;
	}
}

body.page-template-page-home .faq_section .accordion .accordion-body {
	padding: 30px 30px 20px 0;
}

body.page-template-page-home .faq_section .accordion .accordion-body p {
	display: block;
	font-size: 21px;
	line-height: 1.6;
}

body.page-template-page-home .faq_section .accordion .accordion-body p span {
	display: block;
	margin: 16px 0;
}

body.page-template-page-home .faq_section .accordion .accordion-body p span:first-child {
	margin-top: 0;
}

body.page-template-page-home .faq_section .accordion .accordion-body p span:last-child {
	margin-bottom: 0;
}

body.page-template-page-home .faq_section .accordion .accordion-body p span a {
	color: #0285ff !important;
}

body.page-template-page-home .faq_section .accordion .accordion-body p span a:hover,
body.page-template-page-home .faq_section .accordion .accordion-body p span a:focus {
	color: #006bce !important;
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section .accordion .accordion-body p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .faq_section {
		padding: 35px 0 35px !important;
	}
}

body.page-template-page-home .policy_section {
	display: none !important;
	padding: 80px 0 145px;
}

body.page-template-page-home .policy_section .section_heading {
	margin: 0 0 35px !important;
	text-align: center;
}

body.page-template-page-home .policy_section .section_heading br {
	display: none;
}

@media (max-width: 767px) {

	body.page-template-page-home .policy_section .section_heading {
		margin-bottom: 5px !important;
	}

	body.page-template-page-home .policy_section .section_heading .heading_text {
		margin-bottom: 16px !important;
	}

	body.page-template-page-home .policy_section .section_heading br {
		display: block;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .policy_section .row {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .policy_section .col.col-lg-3.col-md-6 {
		border-top: 1px solid #ccc;
		padding-top: 40px;
		margin-top: 25px;
	}
}

body.page-template-page-home .policy_section .iconbox_item .item_icon {
	font-size: 25px;
	width: 55px;
	height: 55px;
	flex: 0 0 55px;
}

body.page-template-page-home .policy_section .iconbox_item .item_title {
	font-size: 25px;
	line-height: 1.1;
}

body.page-template-page-home .policy_section .iconbox_item p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
}

body.page-template-page-home .policy_section .iconbox_item .item_icon {
	color: #52c4ff;
}

@media (max-width: 767px) {

	body.page-template-page-home .policy_section .iconbox_item {
		max-width: 250px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	body.page-template-page-home .policy_section {
		padding: 10px 0 35px !important;
	}
}

body.page-template-page-home #site_share {
	margin-top: 10px;
}

@keyframes loading_flash {

	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

body.page-template-page-hub .details_content_buttons ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}

body.page-template-page-hub .details_content_buttons ul li {
	padding: 0 5px 10px;
}

@media (max-width: 1023px) {

	body.page-template-page-hub .details_content_buttons ul li {
		flex: 0 0 33.33333%;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_buttons ul li {
		padding: 4px 5px 8px;
	}
}

body.page-template-page-hub .details_content_buttons ul li a {
	width: 100%;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
	background-color: #eee;
	color: #1f1d0d !important;
}

body.page-template-page-hub .details_content_buttons ul li a.active,
body.page-template-page-hub .details_content_buttons ul li a:hover {
	background-color: #0285ff;
	color: #fff !important;
}

@media (max-width: 1023px) {

	body.page-template-page-hub .details_content_buttons ul li a.btn.btn_small {
		padding: 0;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_buttons ul li .btn span small {
		padding: 5px 0;
		font-size: 15px;
	}
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon {
	display: none !important;
	position: relative;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon .pop-up {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	border-radius: 4px;
	background: #fff;
	color: #1f1d0d;
	border: 2px solid #1f1d0d;
	white-space: nowrap;
	text-align: center;
	transition: opacity 0.3s;
	-webkit-box-shadow: 3px 3px 0 0 #1f1d0d;
	box-shadow: 3px 3px 0 0 #1f1d0d;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon .pop-up span {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon .pop-up::before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon .pop-up::after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #1f1d0d;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon:hover {
	cursor: pointer;
}

body.page-template-page-hub .details_content_buttons ul li.coming-soon:hover .pop-up {
	opacity: 1;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_buttons ul li.coming-soon {
		display: none;
	}
}

body.page-template-page-hub .details_content_buttons ul li span {
	white-space: nowrap;
}

body.page-template-page-hub .details_section {
	min-height: calc(100vh - 104px);
	padding: 20px 0 25px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_section {
		min-height: calc(100vh - 104px);
		padding: 20px 0 10px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_section {
		min-height: calc(100vh - 119px);
		padding: 15px 0 10px;
	}
}

body.page-template-page-hub .details_section .col.col-lg-12 {
	padding: 8px;
}

body.page-template-page-hub .details_section .details_content {
	margin-top: 79px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_section .details_content {
		margin-top: 71px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_section .details_content {
		margin-top: 49px;
	}
}

body.page-template-page-hub .details_section .details_content hr.horizontal_rule {
	margin: 10px 0 30px;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_section .details_content hr.horizontal_rule {
		margin: 10px 0 25px;
	}
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_section .details_content hr.horizontal_rule {
		margin: 8px 0 15px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_section .details_content hr.horizontal_rule {
		margin: 5px 0 5px;
	}
}

body.page-template-page-hub .details_content_contents .page_title {
	text-align: center;
	margin: 16px 0 12px;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents .page_title {
		margin: 12px 0 10px;
		font-size: 35px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents .page_title {
		margin: 10px 0 8px;
		font-size: 30px;
		line-height: 30px;
	}
}

body.page-template-page-hub .details_content_contents .page_subtitle {
	text-align: center;
	margin: 12px 0;
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents .page_subtitle {
		font-size: 20px;
		line-height: 20px;
	}
}

body.page-template-page-hub .details_content_contents .page_error {
	text-align: center;
	color: #b54343;
	margin: 12px 0 20px;
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	display: none;
}

body.page-template-page-hub .details_content_contents .page_error.active {
	display: block;
}

body.page-template-page-hub .details_content_contents .profile_box {
	width: 292px;
	height: auto;
	min-height: 92px;
	margin-bottom: 10px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-page-hub .details_content_contents .profile_box .profile_box_inner {
	border: 1px solid #999;
	background-color: #fff;
	color: #1f1d0d;
	border-radius: 8px;
	width: calc(100% - 10px);
	transition: background-color 0.3s;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents .profile_box .loading_skeleton {
	position: relative;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents .profile_box .loading_skeleton::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eee;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	animation: none;
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_bottom,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_bottom,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_bottom {
	padding: 0 9px 9px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_banner_container,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_banner_container,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_banner_container {
	min-height: 92px;
	background-color: #eee;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_banner_container .profile_box_banner,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_banner_container .profile_box_banner,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_banner_container .profile_box_banner {
	width: 100%;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_avatar_container,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_avatar_container,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_avatar_container {
	position: relative;
	border: 1px solid white;
	background-color: #eee;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: -21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_avatar_container img,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_avatar_container img,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_avatar_container img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box h2.profile_box_display_name,
body.page-template-page-hub .details_content_contents .profile_box.new_box h2.profile_box_display_name,
body.page-template-page-hub .details_content_contents .profile_box.profile_real h2.profile_box_display_name {
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 0;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box h3.profile_box_handle,
body.page-template-page-hub .details_content_contents .profile_box.new_box h3.profile_box_handle,
body.page-template-page-hub .details_content_contents .profile_box.profile_real h3.profile_box_handle {
	color: #42576c;
	font-size: 14px;
	font-weight: 500;
	margin: 2px 0 -2px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details {
	margin: 8px 0 0;
	display: flex;
	align-self: baseline;
	justify-content: flex-start;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail {
	display: flex;
	align-self: baseline;
	justify-content: flex-start;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail p.profile_box_detail_value,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail p.profile_box_detail_value,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail p.profile_box_detail_value {
	line-height: 1;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	margin-right: 3px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail p.profile_box_detail_title,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail p.profile_box_detail_title,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail p.profile_box_detail_title {
	line-height: 1;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #42576c;
	margin-right: 6px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail .profile_box_detail_state,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail .profile_box_detail_state,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail .profile_box_detail_state {
	width: 12px;
	height: 12px;
	position: relative;
	top: 0.5px;
	margin: 0;
	margin-right: 6px;
	border-radius: 100%;
	overflow: hidden;
	background-color: #b54343;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail .profile_box_detail_state.state_0,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail .profile_box_detail_state.state_0,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail .profile_box_detail_state.state_0 {
	background-color: #eed202;
	display: none;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail .profile_box_detail_state.state_1,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail .profile_box_detail_state.state_1,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail .profile_box_detail_state.state_1 {
	background-color: #4bb543;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail .spinner-border,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail .spinner-border,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail .spinner-border {
	position: relative;
	top: 1px;
	color: #42576c;
	width: 12px;
	height: 12px;
	border-width: 2px;
	margin-right: 8px;
	opacity: 0.75;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_details .profile_box_detail .spinner-border.state_1,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_details .profile_box_detail .spinner-border.state_1,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_details .profile_box_detail .spinner-border.state_1 {
	display: none;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_buttons,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_buttons,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_buttons {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_buttons .profile_box_button,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_buttons .profile_box_button,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_buttons .profile_box_button {
	padding: 3px 9px;
	background-color: #0285ff;
	border-radius: 4px;
	line-height: 1;
	margin-left: 4px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_buttons .profile_box_button span,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_buttons .profile_box_button span,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_buttons .profile_box_button span {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	bottom: 1px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_buttons .profile_box_button svg,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_buttons .profile_box_button svg,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_buttons .profile_box_button svg {
	position: relative;
	bottom: 1px;
	fill: #fff;
	stroke: #fff;
	width: 14px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_buttons .profile_box_button:hover,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_buttons .profile_box_button:hover,
body.page-template-page-hub .details_content_contents .profile_box.profile_real .profile_box_buttons .profile_box_button:hover {
	background-color: #006bce;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner {
	position: relative;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner h2.profile_box_display_name,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner h2.profile_box_display_name {
	width: 100%;
	height: 28px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner h2.profile_box_display_name span,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner h2.profile_box_display_name span {
	background-color: #eee;
	width: 100%;
	height: calc(100% - 8px);
	border-radius: 4px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner h3.profile_box_handle,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner h3.profile_box_handle {
	width: 100%;
	height: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner h3.profile_box_handle span,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner h3.profile_box_handle span {
	background-color: #eee;
	width: 100%;
	height: calc(100% - 2px);
	border-radius: 4px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_details,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_details {
	margin: 8px 0 0;
	display: flex;
	align-self: baseline;
	justify-content: flex-start;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_details .profile_box_detail,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_details .profile_box_detail {
	display: flex;
	align-self: baseline;
	justify-content: flex-start;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_details .profile_box_detail p.profile_box_detail_value,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_details .profile_box_detail p.profile_box_detail_value {
	height: 13px;
	width: 32px;
	background-color: #eee;
	border-radius: 4px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_details .profile_box_detail p.profile_box_detail_title,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_details .profile_box_detail p.profile_box_detail_title {
	height: 13px;
	width: 38px;
	background-color: #eee;
	border-radius: 4px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_details .profile_box_detail .profile_box_detail_state,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_details .profile_box_detail .profile_box_detail_state {
	background-color: #eee;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_buttons .profile_box_button,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_buttons .profile_box_button {
	background-color: #eee;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_buttons > a:first-child,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_buttons > a:first-child {
	width: 50px;
	height: 22px;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner .profile_box_buttons > a:last-child,
body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_buttons > a:last-child {
	width: 69px;
	height: 22px;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box {
	position: relative;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.2);
	transition: background-color 0.3s;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .profile_box_inner .profile_box_cover i {
	transition: opacity 0.3s;
	font-size: 35px;
	color: #999;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box.disabled .profile_box_inner:hover {
	cursor: not-allowed;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box.disabled .profile_box_inner .profile_box_cover i {
	opacity: 0.25;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box:not(.disabled) .profile_box_inner:hover {
	cursor: pointer;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box:not(.disabled) .profile_box_inner:hover .profile_box_cover {
	background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-page-hub .details_content_contents .profile_box.new_box:not(.disabled) .profile_box_inner:hover .loading_skeleton::before {
	animation: loading_flash 750ms 1 linear;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .pop-up {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	border-radius: 4px;
	background: #fff;
	color: #1f1d0d;
	border: 2px solid #1f1d0d;
	white-space: nowrap;
	text-align: center;
	transition: opacity 0.3s;
	-webkit-box-shadow: 3px 3px 0 0 #1f1d0d;
	box-shadow: 3px 3px 0 0 #1f1d0d;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .pop-up span {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .pop-up::before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box .pop-up::after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #1f1d0d;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box.max-profiles:hover .pop-up {
	opacity: 1;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box.max-profiles .profile_box_inner:hover {
	cursor: not-allowed;
}

body.page-template-page-hub .details_content_contents .profile_box.new_box.max-profiles .profile_box_inner .profile_box_cover i {
	opacity: 0.25;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .profile_box_inner {
	background-color: #fff;
}

body.page-template-page-hub .details_content_contents .profile_box.loading_box .loading_skeleton::before {
	animation: loading_flash 750ms infinite linear;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles {
		margin-top: 15px;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles .details_content_profiles_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles .details_content_profiles_boxes {
		width: 876px;
	}
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles .details_content_profiles_boxes {
		width: 584px;
	}
}

@media (max-width: 613px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profiles .details_content_profiles .details_content_profiles_boxes {
		width: auto;
		justify-content: center;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section {
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section .horizontal_rule {
	margin-bottom: 20px;
	opacity: 0.3;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section #delete_account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.1;
	color: #b54343;
	transition: color 0.3s, opacity 0.3s;
	cursor: pointer;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section #delete_account:hover {
	color: #7d2e2e;
	opacity: 0.8;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section #delete_account i {
	margin-right: 6px;
	font-size: 12px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section #delete_account span {
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profiles .delete_account_section .delete_account_description {
	margin-top: 8px;
	font-size: 12px;
	color: #999;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile {
	display: flex;
	margin-bottom: 10px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile {
		flex-direction: column;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile {
		margin-bottom: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left {
	flex: 0 0 auto;
	padding-right: 15px;
	border-right: 1px solid #eee;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .back_button {
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 1;
	transition: opacity 0.3s;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .back_button:hover {
	opacity: 0.75;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .back_button i {
	color: #333;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .back_button span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .profile_box {
	width: 282px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .profile_box .profile_box_inner {
	width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left .profile_box .profile_box_buttons a:last-child {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated {
	position: relative;
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated .text,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated .value {
	opacity: 0;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated.active .text,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated.active .value {
	opacity: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated .value {
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated .loading {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	overflow: hidden;
	background-color: #eee;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #last_updated .loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: loading_flash 750ms infinite linear;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #update_notice {
	position: relative;
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 500;
	color: #444;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #update_notice .text {
	opacity: 0;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #update_notice.active .text {
	opacity: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #update_notice .loading {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	overflow: hidden;
	background-color: #eee;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #update_notice .loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: loading_flash 750ms infinite linear;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #delete_profile {
	margin: 13px 0 0 0;
	font-size: 14px;
	line-height: 1.1;
	color: #b54343;
	transition: color 0.3s, border-bottom-color 0.3s;
	align-items: baseline;
	justify-content: flex-start;
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #delete_profile.active {
	display: inline-flex;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #delete_profile:hover {
	color: #6b2727;
	border-bottom-color: #6b2727;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #delete_profile i {
	font-size: 12px;
	margin-right: 6px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #delete_profile span {
	border-bottom: 1px solid #b54343;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating {
	border-top: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: none;
	width: 282px;
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating {
		width: 100%;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating .spinner-border {
	width: 18px;
	height: 18px;
	border-width: 3px;
	margin-right: 13px;
	color: #666;
	opacity: 1;
	transition: opacity 0.3s;
	pointer-events: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating .pu1 {
	font-weight: 600 !important;
	color: #433344;
	font-size: 1.1em;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating .pu2 {
	font-weight: 500;
	color: #666;
	font-size: 1em;
	width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left #profile_updating.active {
	display: flex;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left {
		padding-right: 10px;
	}
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .left {
		padding: 0;
		border: none;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right {
	flex: 1 1 auto;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups > div:first-child {
	padding-top: 0;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups > div:not(:last-child) {
	border-bottom: 1px solid #eee;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group {
	padding: 15px 20px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-title {
	margin: 0 0 5px;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description {
	display: flex;
	align-items: start;
	justify-content: space-between;
	font-size: 18px;
	margin: 5px 0 17px;
	line-height: 1.4;
	color: #433f1c;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description strong {
	font-weight: 500;
	color: #1f1d0d;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0285ff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	transition: background-color 0.3s;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description a:hover {
	background-color: #006bce;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description a span {
	position: relative;
	left: 0.5px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .detail .detail-description-extra {
	font-size: 15px;
	margin: 1px 0 17px;
	line-height: 1.4;
	color: #1f1d0d;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	margin-bottom: 15px;
	flex: 0 0 auto;
	width: 250px;
	max-width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.option-date {
	width: 255px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option label {
	font-weight: 500;
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .input-loading {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	padding: 3px 9px;
	height: 35px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .input-loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eee;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	animation: loading_flash 750ms infinite linear;
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option select {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option .dropdown.bootstrap-select {
	width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button {
	width: 115px;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button {
		margin-bottom: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button .btn {
	background-color: #0285ff !important;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button .btn:hover {
	background-color: #006bce !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button .btn.disabled,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option.button .btn:disabled {
	opacity: 0.3;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option {
		width: 100% !important;
		padding-right: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .options .option-spacer {
	flex: 1 1 auto;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart {
	position: relative;
	width: 100%;
	height: 425px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart canvas {
	width: 100% !important;
	height: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart .spinner-border {
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(50% - 12.5px);
	color: #bbb;
	opacity: 1;
	transition: opacity 0.3s;
	pointer-events: none;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart {
		height: 350px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart {
		height: 300px;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart .no-data {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart .no-data.active {
	display: block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart .no-data::before {
	pointer-events: none;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group .chart .no-data::after {
	pointer-events: none;
	content: "No Data for Selected Range";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 12px;
	background-color: white;
	border: 1px solid #1f1d0d;
	border-radius: 4px;
	color: #1f1d0d;
	white-space: nowrap;
	line-height: 1;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .options .option .input-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .options .option .daterange-picker {
	display: flex;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .options .option select {
	display: block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .exports .a-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .exports a {
	display: inline-block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group.loaded .chart .spinner-border {
	opacity: 0;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group {
		padding: 12px;
	}
}

@media (max-width: 991px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_profile .details_content_profile .right .analytics-groups .analytics-group {
		padding: 15px 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group {
	border-top: 1px solid #ddd;
	padding: 30px 30px 30px;
	margin-top: 30px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-title {
	margin: 0 0 5px;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description {
	display: flex;
	align-items: start;
	justify-content: space-between;
	font-size: 18px;
	margin: 5px 0 17px;
	line-height: 1.4;
	color: #433f1c;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description strong {
	font-weight: 500;
	color: #1f1d0d;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0285ff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	transition: background-color 0.3s;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description a:hover {
	background-color: #006bce;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description a span {
	position: relative;
	left: 0.5px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .detail .detail-description-extra {
	font-size: 15px;
	margin: 1px 0 17px;
	line-height: 1.4;
	color: #1f1d0d;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	margin-bottom: 15px;
	flex: 0 0 auto;
	width: 250px;
	max-width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.option-date {
	width: 255px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option label {
	font-weight: 500;
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .input-loading {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	padding: 3px 9px;
	height: 35px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .input-loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eee;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	animation: loading_flash 750ms infinite linear;
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option select {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option .dropdown.bootstrap-select {
	width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button {
	width: 115px;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button {
		margin-bottom: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button .btn {
	background-color: #0285ff !important;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button .btn:hover {
	background-color: #006bce !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button .btn.disabled,
body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option.button .btn:disabled {
	opacity: 0.3;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option {
		width: 50% !important;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option {
		width: 100% !important;
		padding-right: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .options .option-spacer {
	flex: 1 1 auto;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 425px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart canvas {
	width: 100%;
	height: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart .spinner-border {
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(50% - 12.5px);
	color: #bbb;
	opacity: 1;
	transition: opacity 0.3s;
	pointer-events: none;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart {
		height: 350px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart {
		margin-top: 10px;
		height: 300px;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart .no-data {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart .no-data.active {
	display: block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart .no-data::before {
	pointer-events: none;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group .chart .no-data::after {
	pointer-events: none;
	content: "No Data for Selected Range";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 12px;
	background-color: white;
	border: 1px solid #1f1d0d;
	border-radius: 4px;
	color: #1f1d0d;
	white-space: nowrap;
	line-height: 1;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .options .option .input-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .options .option .daterange-picker {
	display: flex;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .options .option select {
	display: block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .exports .a-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .exports a {
	display: inline-block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group.loaded .chart .spinner-border {
	opacity: 0;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_analytics .analytics-groups .analytics-group {
		padding: 15px 0 0;
		margin-top: 15px;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group {
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .detail .detail-title {
	margin: 0 0 5px;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .detail .detail-description {
	font-size: 18px;
	margin: 5px 0 17px;
	line-height: 1.4;
	color: #433f1c;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .detail .detail-description strong {
	font-weight: 500;
	color: #1f1d0d;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .detail .detail-description-extra {
	font-size: 15px;
	margin: 1px 0 17px;
	line-height: 1.4;
	color: #1f1d0d;
	font-weight: 500;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	margin-bottom: 15px;
	flex: 0 0 auto;
	width: 250px;
	max-width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.option-date {
	width: 255px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option label {
	font-weight: 500;
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .input-loading {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	padding: 3px 9px;
	height: 35px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .input-loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eee;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	animation: loading_flash 750ms infinite linear;
	transform: translateX(-100%);
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option select {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .daterange-picker,
body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option .dropdown.bootstrap-select {
	width: 100%;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button {
	width: 115px;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button {
		margin-bottom: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button .btn {
	background-color: #0285ff !important;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button .btn:hover {
	background-color: #006bce !important;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button .btn.disabled,
body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option.button .btn:disabled {
	opacity: 0.3;
}

@media (max-width: 1199px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option {
		width: 50% !important;
	}
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option {
		width: 100% !important;
		padding-right: 0;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .options .option-spacer {
	flex: 1 1 auto;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports .export-error {
	flex: 1 1 auto;
	color: #b54343;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	margin: 0 10px 0 0;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports .spinner-border {
	position: relative;
	top: 1px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	color: #444;
	opacity: 0;
	pointer-events: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports .spinner-border.active {
	opacity: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports h3 {
	margin: 0 5px 0 0;
	line-height: 1;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports a {
	margin-left: 10px;
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports .a-loading {
	border: 1px solid #ccc;
	border-radius: 8px;
	width: 97px;
	height: 44px;
	margin-left: 10px;
	background-color: #eee;
	position: relative;
	overflow: hidden;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports .a-loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eee;
	background-image: linear-gradient(90deg, transparent 10%, #f6f6f6 50%, transparent 90%);
	animation: loading_flash 750ms infinite linear;
	transform: translateX(-100%);
}

@media (max-width: 767px) {

	body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports {
		margin-top: 0;
	}

	body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups .export-group .exports h3 {
		display: none;
	}
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .options .option .input-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .options .option .daterange-picker {
	display: flex;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .options .option .dropdown.bootstrap-select,
body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .options .option select {
	display: block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .exports .a-loading {
	display: none;
}

body.page-template-page-hub .details_content_contents.details_content_contents_export .export-groups.loaded .exports a {
	display: inline-block;
}

body.page-template-page-hub .details_content_contents.details_content_contents_notifications .details_content_notifications {
	border-top: 1px solid #ddd;
	padding: 30px 30px 30px;
	margin-top: 30px;
	display: flex;
	margin-bottom: 10px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_notifications .details_content_notifications .left {
	flex: 1 1 100%;
	padding-right: 30px;
}

body.page-template-page-hub .details_content_contents.details_content_contents_notifications .details_content_notifications .right {
	border-left: 1px solid #ddd;
	padding-left: 30px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

body.page-template-page-hub .details_content_contents.details_content_contents_notifications .details_content_notifications .right a.btn {
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
	margin-bottom: 10px;
}

body.page-template-page-hub #site_share {
	margin-top: 10px;
}

#new_profile_popup .fg .pop_up_title {
	font-size: 24px;
	margin: 0 0 8px;
	line-height: 1.1;
	width: 375px;
	max-width: 100%;
}

#new_profile_popup .fg .input_title {
	font-size: 18px;
	margin: 0;
}

#new_profile_popup .fg .form_item {
	position: relative;
}

#new_profile_popup .fg .form_item label {
	font-size: 16px;
	color: #1f1d0d;
	margin-bottom: 8px;
	color: #333;
}

#new_profile_popup .fg .form_item input {
	width: 375px;
	max-width: 100%;
	height: 42px;
	padding: 0 10px;
}

#new_profile_popup .fg .form_item.form_item_button {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}

#new_profile_popup .fg .form_item .spinner-border {
	color: #0285ff;
	margin-top: 10px;
	margin-right: 16px;
	width: 25px;
	height: 25px;
	opacity: 0;
	pointer-events: none;
}

#new_profile_popup .fg .form_item .spinner-border.active {
	opacity: 1;
}

#new_profile_popup .fg .form_item #input_handle_at {
	pointer-events: none;
	position: absolute;
	bottom: 1px;
	left: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #eee;
	color: #333;
}

#new_profile_popup .fg .form_item #input_handle {
	padding-left: 50px;
}

#new_profile_popup .fg .message {
	text-align: center;
	background: #b54343;
	color: white;
	margin-top: 10px;
	border-radius: 6px;
	padding: 3px;
	font-weight: 500;
}

#new_profile_popup .fg .message:empty {
	display: none;
}

#delete_profile_popup .fg,
#delete_account_popup .fg {
	width: 400px;
}

#delete_profile_popup .fg .pop_up_title,
#delete_account_popup .fg .pop_up_title {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 500;
}

#delete_profile_popup .fg .pop_up_warning,
#delete_account_popup .fg .pop_up_warning {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
}

#delete_profile_popup .fg .pop_up_list,
#delete_account_popup .fg .pop_up_list {
	margin: 0 0 15px 0;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

#delete_profile_popup .fg .pop_up_list li,
#delete_account_popup .fg .pop_up_list li {
	margin-bottom: 3px;
}

#delete_profile_popup .fg .form_item_buttons,
#delete_account_popup .fg .form_item_buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	display: none;
}

#delete_profile_popup .fg .form_item_buttons a,
#delete_account_popup .fg .form_item_buttons a {
	margin-left: 10px;
	border: 1px solid #1f1d0d !important;
}

#delete_profile_popup .fg .form_item_buttons.active,
#delete_account_popup .fg .form_item_buttons.active {
	display: flex;
}

#delete_profile_popup .fg .form_item_loading,
#delete_account_popup .fg .form_item_loading {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

#delete_profile_popup .fg .form_item_loading .spinner-border,
#delete_account_popup .fg .form_item_loading .spinner-border {
	color: #0285ff;
	width: 25px;
	height: 25px;
}

#delete_profile_popup .fg .form_item_loading.active,
#delete_account_popup .fg .form_item_loading.active {
	display: flex;
}

#delete_profile_popup .fg .message,
#delete_account_popup .fg .message {
	text-align: center;
	background: #b54343;
	color: white;
	margin-top: 10px;
	border-radius: 6px;
	padding: 3px;
	font-weight: 500;
}

#delete_profile_popup .fg .message:empty,
#delete_account_popup .fg .message:empty {
	display: none;
}

#first_profile_popup .fg {
	padding: 23px 35px 30px;
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#first_profile_popup .fg h2 {
	text-align: center;
	margin: 0 0 22px;
	line-height: 1.2;
}

#first_profile_popup .fg ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 28px;
	padding: 0 0 0 36px;
	line-height: 1.4;
	list-style: none;
}

#first_profile_popup .fg ul li {
	position: relative;
	color: #433f1c;
	font-weight: 400;
	font-size: 19px;
}

#first_profile_popup .fg ul li strong {
	font-weight: 600;
	color: #1f1d0d;
}

#first_profile_popup .fg ul li:not(:last-child) {
	margin-bottom: 16px;
}

#first_profile_popup .fg ul li span {
	position: absolute;
	left: -30px;
	top: 1px;
	font-size: 18px;
}

#first_profile_popup .fg p {
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	margin: 0;
	line-height: 1.2;
}

@media (max-width: 767px) {

	#first_profile_popup .fg {
		padding: 20px 15px;
		width: 100%;
	}

	#first_profile_popup .fg h2 {
		font-size: 1.4em;
		margin: 0 0 18px;
	}

	#first_profile_popup .fg ul {
		font-size: 1.1em;
		padding: 0;
		margin: 0 0 20px;
	}

	#first_profile_popup .fg ul li strong {
		font-size: 1.1em;
	}

	#first_profile_popup .fg ul li:not(:last-child) {
		margin-bottom: 14px;
	}

	#first_profile_popup .fg ul li span {
		position: static;
		margin-right: 5px;
	}

	#first_profile_popup .fg p {
		font-size: 1.2em;
	}
}

body.error404 .error-page-content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 104px);
}

@media (max-width: 991px) {

	body.error404 .error-page-content {
		min-height: calc(100vh - 104px);
	}
}

@media (max-width: 767px) {

	body.error404 .error-page-content {
		min-height: calc(100vh - 119px);
	}
}

body.error404 .error-page-content .error-page-inner {
	width: calc(100% - 40px);
	max-width: 515px;
}

body.error404 .error-page-content .error-page-inner h2 {
	font-size: 40px;
	margin: 0 0 10px;
}

body.error404 .error-page-content .error-page-inner p {
	font-size: 25px;
	margin: 0;
}

@media (max-width: 767px) {

	body.error404 .error-page-content .error-page-inner h2 {
		font-size: 30px;
	}

	body.error404 .error-page-content .error-page-inner p {
		font-size: 20px;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page {

	/* Navigation styles */

	/* Content styles */
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-notices-wrapper {
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page .details_content_title h2 {
	font-size: 3em;
	margin: 0 0 20px;
	text-align: center;
	font-weight: 700;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .details_content_title h2 {
		font-size: 2.5em;
		margin-bottom: 10px;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .details_content {
	display: flex;
	align-items: center;
	justify-content: center;
}

html body.page-template-default.woocommerce-account.woocommerce-page .details_content .details_content_inner {
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page.logged-in .details_content .details_content_inner {
	max-width: 850px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .page_content {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 104px);
	padding: 90px 0 10px;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .page_content {
		min-height: calc(100vh - 119px);
		padding: 60px 0 0;
	}
}

@media (max-width: 376px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .page_content {
		min-height: calc(100vh - 139px);
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .page_content .details_section {
	padding: 20px 0;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .page_content .details_section {
		padding: 0;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce {
		flex-wrap: wrap;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	flex: 0 0 250px;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #e5e5e5;
}

@media (max-width: 991px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
		padding-right: 10px;
	}
}

@media (max-width: 768px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
		border-right: 0;
		padding-right: 0;
		padding-top: 0;
		border-bottom: 1px solid #e5e5e5 !important;
		padding-bottom: 8px !important;
		margin-bottom: 12px !important;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li {
	margin-bottom: 10px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 15px;
	color: #0285ff;
	text-decoration: none;
	background-color: var(--bulma-footer-background-color);
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation a:hover {
	background-color: #0285ff;
	color: #fff;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	background-color: #eee;
	color: #333;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1.2em;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
	background-color: #0285ff;
	color: #fff;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .is-active a {
	background-color: #0285ff;
	color: #fff;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 0 0 calc(100% - 250px);
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 1199px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
		padding-left: 15px;
	}
}

@media (max-width: 991px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .show-password-input {
	right: 15px;
	top: 21px;
	width: auto !important;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content label {
	line-height: 1;
	margin-bottom: 4px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content span {
	line-height: 1.6;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content p {
	line-height: 1.4;
	margin-bottom: 10px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-form-row {
	float: none;
	display: block;
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .load-bearing-div {
	opacity: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content form > p:last-child {
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content a {
	color: #0285ff;
	text-decoration: none;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content legend {
	line-height: 1;
	margin: 0 0 9px;
	font-weight: 500;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content legend.legend1 {
	line-height: 1;
	margin: 0 0 3px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content fieldset {
	margin-top: 20px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-dashboard-info {
	font-size: 1.25em;
	line-height: 1.5;
	margin: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .woocommerce-dashboard-title {
	margin: 0 0 0.3em;
}

@media screen and (max-width: 768px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce {
		flex-direction: column;
	}

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
		margin-bottom: 0;
		flex: 1 1 100%;
	}

	html body.page-template-default.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
		padding-left: 0;
		flex: 1 1 100%;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .title a {
	font-size: 0.85em;
}

html body.page-template-default.woocommerce-account.woocommerce-page .mobile-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0 15px;
}

html body.page-template-default.woocommerce-account.woocommerce-page .mobile-buttons a {
	margin: 0 10px;
	border: 2px solid #1f1d0d !important;
	-webkit-box-shadow: 2px 2px 0 0 #1f1d0d !important;
	box-shadow: 2px 2px 0 0 #1f1d0d !important;
}

html body.page-template-default.woocommerce-account.woocommerce-page .mobile-buttons a.btn_primary {
	background-color: #0285ff !important;
	color: #fff !important;
}

@media (min-width: 768px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .mobile-buttons {
		display: none !important;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page .u-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 991px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns {
		flex-direction: column;
	}
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns {
		align-items: center;
	}

	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns .u-column1,
	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns .u-column2 {
		width: calc(100vw - 30px) !important;
	}

	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns .u-column1:not(.active),
	html body.page-template-default.woocommerce-account.woocommerce-page .u-columns .u-column2:not(.active) {
		display: none !important;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column1,
html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column2 {
	flex: 0 0 auto;
	width: 50%;
	padding: 0;
	margin: 0;
	border-radius: 8px;
	max-width: none;
}

@media (max-width: 991px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column1,
	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column2 {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column1 {
	padding-right: 10px;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column2 {
	padding-left: 10px;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login h2 {
	font-weight: 700;
	margin-bottom: 8px;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login h2 {
		display: none;
	}
}

@media (max-width: 991px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .u-column1 {
		margin-bottom: 12px;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-form-row {
	margin-bottom: 15px;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-button {
	margin-top: 10px;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-LostPassword {
	margin-top: 10px;
	text-align: right;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-LostPassword a {
	color: #0056b3;
	text-decoration: underline;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form {
	margin: 0 !important;
	border: 2px solid #1f1d0d;
	-webkit-box-shadow: 4px 4px 0 0 #1f1d0d;
	box-shadow: 4px 4px 0 0 #1f1d0d;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row label,
html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row input,
html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row span {
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row label {
	line-height: 1.2;
	margin: 0 0 8px;
	color: #1f1d0d;
	font-weight: 600;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row label .desktop {
		display: none;
	}
}

@media (min-width: 768px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p.form-row label .mobile {
		display: none;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form p:last-child {
	margin-bottom: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form .show-password-input {
	top: 21px;
	right: 8px;
	width: auto !important;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page #customer_login form {
		padding: 15px;
	}
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	flex: 0 0 auto;
	margin-right: 8px;
	width: 15px;
	height: 15px;
}

html body.page-template-default.woocommerce-account.woocommerce-page #customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	line-height: 1;
	flex: 0 0 calc(100% - 18px);
	width: calc(100% - 18px);
}

html body.page-template-default.woocommerce-account.woocommerce-page .password-reset-break {
	width: 100%;
	max-width: 100vw;
}

html body.page-template-default.woocommerce-account.woocommerce-page .password-reset {
	width: 560px;
	max-width: calc(100vw - 30px);
	margin: 0.35em auto;
	line-height: 1.4;
	font-size: 1.1em;
	text-align: justify;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password {
	padding: 20px;
	text-align: left;
	border-radius: 5px;
	width: 500px;
	max-width: calc(100vw - 30px);
	margin: 0.25em auto 0 !important;
	border: 2px solid #1f1d0d;
	-webkit-box-shadow: 4px 4px 0 0 #1f1d0d;
	box-shadow: 4px 4px 0 0 #1f1d0d;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row label,
html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row input,
html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row span {
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row label {
	line-height: 1.2;
	margin: 0 0 8px;
	color: #1f1d0d;
	font-weight: 600;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.form-row .show-password-input {
	width: auto;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p {
	margin: 0 0 0.5em;
	width: 100%;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.top1 {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p.top2 {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.35;
	margin: 0.2em 0 0.4em;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
	margin-bottom: 0;
}

html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password .show-password-input {
	top: 21px;
	right: 9px;
}

@media (max-width: 767px) {

	html body.page-template-default.woocommerce-account.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password {
		padding: 15px;
	}
}

body.page-template-page-std .page_content .container {
	max-width: 1200px;
}

body.page-template-page-std .page_content .row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.page-template-page-std .page_content .col {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .col {
		padding: 10px;
	}
}

body.page-template-page-std .page_content .col a {
	color: #0285ff !important;
}

body.page-template-page-std .page_content .col a:hover,
body.page-template-page-std .page_content .col a:focus {
	color: #006bce !important;
}

body.page-template-page-std .page_content .page_banner {
	padding: 120px 0 0;
}

@media (max-width: 1119px) {

	body.page-template-page-std .page_content .page_banner {
		padding: 80px 0 0;
	}
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .page_banner {
		padding: 60px 0 0;
	}
}

body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner {
	background-size: 571px;
	background-color: #eee;
	border: 2px solid #666;
	padding: 40px 60px;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner {
		padding: 20px 30px;
	}
}

body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner ul.breadcrumb_nav.unordered_list {
	margin-bottom: 0.1em;
}

body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner h1.page_title {
	margin-bottom: 0.2em;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner h1.page_title {
		font-size: 36px;
	}
}

body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner p {
	padding: 0;
	font-size: 1.35em;
	line-height: 1.5;
}

body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner p:last-of-type {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .page_banner .content_wrapper_outter .content_wrapper_inner p {
		font-size: 1em;
	}
}

body.page-template-page-std .page_content .details_section {
	padding: 0 0 40px;
}

@media (max-width: 1119px) {

	body.page-template-page-std .page_content .details_section {
		padding: 0 0 10px;
	}
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .details_section {
		padding: 0 0 0;
	}
}

body.page-template-page-std .page_content .details_section .details_content {
	border: 2px solid #666;
	border-top: none;
	padding: 40px 60px;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .details_section .details_content {
		padding: 20px 30px;
	}
}

body.page-template-page-std .page_content .details_section .details_content_inner .details_content_title h1 {
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 14px;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .details_section .details_content_inner .details_content_title h1 {
		font-size: 36px;
		margin: 0 0 10px;
	}
}

body.page-template-page-std .page_content .details_section .details_content_inner .details_content_text p {
	margin: 0 0 14px;
}

body.page-template-page-std .page_content .details_section .details_content_inner .details_content_text ul {
	margin-left: 0 !important;
}

@media (max-width: 767px) {

	body.page-template-page-std .page_content .details_section .details_content_inner .details_content_text h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}
}

body.single-post .blog_details_section {
	margin-top: 110px;
	margin-bottom: 75px;
}

@media (max-width: 1399px) {

	body.single-post .blog_details_section {
		margin-top: 95px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {

	body.single-post .blog_details_section {
		margin-top: 60px;
		margin-bottom: 0;
	}
}

body.single-post .details_content h1 {
	font-weight: 700 !important;
	margin: 0 0 0.5em;
}

@media (max-width: 767px) {

	body.single-post .details_content h1 {
		font-size: 2em;
	}
}

body.single-post .details_content h2,
body.single-post .details_content h3,
body.single-post .details_content h4,
body.single-post .details_content h5,
body.single-post .details_content h6 {
	font-weight: 500 !important;
	margin: 0.5em 0 0.3em;
}

body.single-post .details_content p {
	font-size: 1.1em;
	margin-bottom: 0.75em;
}

body.single-post .details_content p a {
	color: #0285ff;
	text-decoration: underline;
	transition: all 0.3s ease;
}

body.single-post .details_content p a:hover {
	opacity: 0.8;
}

body.single-post .details_content ol,
body.single-post .details_content ul {
	font-size: 1.1em;
}

body.single-post .details_content ol:not(.meta_info_list),
body.single-post .details_content ul:not(.meta_info_list) {
	margin: 0.75em 0;
	padding: 0 0 0 25px;
}

body.single-post .blog_details_section .details_content .meta_info_list {
	margin-bottom: 7px;
}

body.single-post .blog_details_section .details_content .meta_info_list a {
	margin-right: 5px;
}

body.single-post .blog_details_section .details_content .meta_info_list i {
	font-size: 18px;
}

body.single-post .blog_details_section .details_content .meta_info_list span {
	font-size: 15px;
	font-weight: 500;
	margin-left: 3px;
}

@media (max-width: 767px) {

	body.single-post .sidebar {
		border-top: 1px solid #1f1d0d;
		padding-top: 15px;
	}
}

body.single-post .sidebar .widget_title {
	padding: 0;
}

body.single-post .sidebar .widget_title::before {
	display: none;
}

body.blog .page_banner,
body.blog .title_section,
body.archive .page_banner,
body.archive .title_section {
	margin-top: 120px;
}

@media (max-width: 1399px) {

	body.blog .page_banner,
	body.blog .title_section,
	body.archive .page_banner,
	body.archive .title_section {
		margin-top: 95px;
	}
}

@media (max-width: 767px) {

	body.blog .page_banner,
	body.blog .title_section,
	body.archive .page_banner,
	body.archive .title_section {
		margin-top: 60px;
	}
}

body.blog .blog_section,
body.archive .blog_section {
	min-height: calc(100vh - 289px);
	margin-bottom: 75px;
}

@media (max-width: 1399px) {

	body.blog .blog_section,
	body.archive .blog_section {
		margin-bottom: 60px;
		min-height: calc(100vh - 249px);
	}
}

@media (max-width: 767px) {

	body.blog .blog_section,
	body.archive .blog_section {
		margin-bottom: 0;
	}
}

body.blog .blog_section .blog_item .item_image,
body.archive .blog_section .blog_item .item_image {
	margin: 0;
}

body.blog .blog_section .blog_item .item_image a,
body.archive .blog_section .blog_item .item_image a {
	border: 1px solid #1f1d0d !important;
	position: relative;
	height: 200px;
	transition: opacity 0.3s ease;
}

body.blog .blog_section .blog_item .item_image a:hover,
body.archive .blog_section .blog_item .item_image a:hover {
	opacity: 0.8;
}

body.blog .blog_section .blog_item .item_image a img,
body.archive .blog_section .blog_item .item_image a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.blog .blog_section .blog_item .meta_info_list,
body.archive .blog_section .blog_item .meta_info_list {
	margin: 10px 0 5px;
}

body.blog .blog_section .blog_item .meta_info_list li,
body.archive .blog_section .blog_item .meta_info_list li {
	padding: 0;
	margin-right: 10px;
	opacity: 1 !important;
}

body.blog .blog_section .blog_item .meta_info_list li a,
body.archive .blog_section .blog_item .meta_info_list li a {
	opacity: 1 !important;
}

body.blog .blog_section .blog_item .meta_info_list li a:hover,
body.archive .blog_section .blog_item .meta_info_list li a:hover {
	text-decoration: underline;
}

body.blog .blog_section .blog_item .meta_info_list li a span,
body.archive .blog_section .blog_item .meta_info_list li a span {
	opacity: 1 !important;
}

body.blog .blog_section .blog_item .item_category_list,
body.archive .blog_section .blog_item .item_category_list {
	border: 1px solid #1f1d0d !important;
	pointer-events: none !important;
}

body.blog .blog_section .blog_item .item_title,
body.archive .blog_section .blog_item .item_title {
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 0;
}

body.blog .blog_section .blog_item .item_title a,
body.archive .blog_section .blog_item .item_title a {
	opacity: 1 !important;
}

body.blog .blog_section .blog_item .item_title a:hover,
body.archive .blog_section .blog_item .item_title a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {

	body.blog .sidebar,
	body.archive .sidebar {
		border-top: 1px solid #1f1d0d;
		padding-top: 15px;
	}
}

body.blog .sidebar .widget_title,
body.archive .sidebar .widget_title {
	padding: 0;
}

body.blog .sidebar .widget_title::before,
body.archive .sidebar .widget_title::before {
	display: none;
}
