html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll !important;
	overflow-x: hidden;
	height: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
	color: inherit;
	background: none;
	border-style: none;
	border-radius: 0;
}

div.ui-datepicker {
	background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
	padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
	display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
	padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
	float: none;
	margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
}

html {
	font-size: 16px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post_content h2 {
	margin-bottom: 5px;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6,
.post_content .lwptoc_header .lwptoc_title,
.comments_wrap h1,
.comments_wrap h2,
.comments_wrap h3,
.comments_wrap h4,
.comments_wrap h5,
.comments_wrap h6,
.xngrph-do-you-like .h2,
.single .content .xngrph-faq-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: initial;
}

.post_content h3 {
	margin-bottom: 5px;
}
.xngrph-faq-title {
	font-size: 1.85rem;
}

.ua_gecko h1,
.ua_gecko h2,
.ua_gecko h3,
.ua_gecko h4,
.ua_gecko h5,
.ua_gecko h6 {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.ua_ie h1,
.ua_ie h2,
.ua_ie h3,
.ua_ie h4,
.ua_ie h5,
.ua_ie h6 {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.ua_safari h1,
.ua_safari h2,
.ua_safari h3,
.ua_safari h4,
.ua_safari h5,
.ua_safari h6 {
	word-break: normal;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

li > ol,
li > ul,
dl > dd {
	margin-bottom: 0;
}

li > p {
	margin-bottom: 0;
}

li > p + p {
	margin-top: 0.5em;
}

ol,
ul {
	padding-left: 1.5em;
}

ul.trx_addons_list_dot {
	padding-left: 15px;
}
ul.trx_addons_list_dot li {
	list-style-type: none;
	position: relative;
}
ul.trx_addons_list_dot li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -12px;
	width: 3px;
	height: 3px;
	background-color: #1e1e1e;
	border-radius: 50%;
}

/* Links */
a,
.wp-block-calendar a {
	text-decoration: none;
	background: transparent;
}

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

a img {
	border: none;
}

a em,
a b {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover em,
a:hover b {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a,
button,
input[type="button"],
input[type="submit"] {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	display: block;
}

:active,
:focus {
	outline: 0;
}

a[href="javascript:void(0)"] {
	cursor: default;
}

/* Tables */
table {
	border-collapse: collapse;
}

table > p {
	margin: 0 !important;
}

table td,
table th {
	padding: 1.8em 1em;
}

table th {
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}

.sc_table table th {
	padding: 0.75em 0.5em 0.75em 0.7em;
}

.sc_table table td {
	padding: 1.2em 0.5em 1.2em 0.7em;
}

caption {
	font-weight: 700;
	text-align: center;
}

.sc_table table tr:first-child th {
	font-weight: normal;
	font-size: 1.5rem;
}

.sc_table table tr:first-child td {
	font-weight: normal;
}

/* Blockquotes*/
blockquote,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	position: relative;
	text-align: left;
	padding: 1.9em 2.2em 1.8em 2.8em;
	font-size: 2.25rem;
	line-height: 1em;
}
.post_layout_classic blockquote,
.post_layout_classic .wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 1.3em;
}

.wp-block-columns .wp-block-column blockquote {
	padding: 0.9em 1.2em 0.8em 1.8em;
}
.wp-block-columns .wp-block-column blockquote:before {
	left: 0.4em;
}

figure.wp-block-pullquote {
	padding: 0;
}
figure.wp-block-pullquote blockquote {
	margin: 0.5em 0 !important;
}

blockquote:before {
	content: "\e958";
	font-family: "fontello";
	font-size: 3rem;
	line-height: 1em;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0.6em;
	left: 0.3em;
	color: #ceb9da !important;
}

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

blockquote,
q {
	quotes: "" "";
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
blockquote p {
	font-size: 2.125rem;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 1.1em;
}

.wp-block-quote.is-style-large cite,
blockquote > cite,
blockquote > p > cite {
	display: block;
	font-size: 1rem;
	line-height: 1.35em;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	margin-top: 1.5em;
	letter-spacing: 0.01em;
	text-align: left;
}
.wp-block-quote.is-style-large cite span,
blockquote > cite span,
blockquote > p > cite span {
	font-weight: normal;
}

.wp-block-quote.has-text-align-right cite {
	text-align: right;
}

.blog_mode_post blockquote,
.blog_mode_page blockquote {
	margin: 0.8em 0 1.5em 0;
	margin-bottom: 0.8em !important;
}

.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
	margin: 1.5em 0;
}

/* Other tags */
dd {
	margin-left: 1.5em;
}

dt,
b,
strong {
	font-weight: bold;
}

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

pre,
code,
kbd,
tt,
var,
samp {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: 0;
}

pre {
	overflow: auto;
	max-width: 100%;
}

code {
	overflow: auto;
	max-width: 100%;
	padding: 0 1em;
	border: 1px solid #888;
	background-color: #f7f7f7;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
}

pre > code {
	display: block;
	vertical-align: top;
	padding: 1em;
}

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

mark,
ins {
	background-color: transparent;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

[hidden],
template {
	display: none;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #eee;
	margin: 6.7857em 0;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
	position: absolute;
	z-index: 1;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: margin-bottom 0.3s ease;
	-o-transition: margin-bottom 0.3s ease;
	transition: margin-bottom 0.3s ease;
	margin-bottom: 0;
	text-align: center;
	padding: 13px 10px;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	max-height: 60%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure:hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
	margin-bottom: -6em;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
	margin-bottom: 0;
}

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

/* Audio and Video */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

iframe,
video,
embed {
	max-width: 100%;
	min-height: 100px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

/* Fontello icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-size: inherit;
	line-height: inherit !important;
	font-weight: inherit;
	font-style: inherit;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
}

/* 3. Form fields settings
-------------------------------------------------------------- */
/* Common rules */
form {
	margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea,
textarea.wp-editor-area {
	font-family: inherit;
	font-size: 1em; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button {
	overflow: visible;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]::-ms-input-placeholder,
textarea[placeholder]::-ms-input-placeholder {
	text-overflow: ellipsis;
}

input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

input[placeholder],
textarea[placeholder] {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

textarea,
textarea.wp-editor-area,
select,
option,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="checkbox"],
input[type="radio"] {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="number"]::-webkit-outer-spin-button {
	height: 50%;
}

input[type="number"],
input[type="search"] {
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

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

button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
	outline: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea,
textarea.wp-editor-area {
	-webkit-appearance: none;
	outline: none;
	resize: none;
}

.wpcf7-form .gdpr_wrap .ajax-loader {
	display: none;
}
.wpcf7-form .gdpr_wrap .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

div.wpcf7-response-output {
	margin: 3.5em 0 1em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #dd5679;
}

span.wpcf7-not-valid-tip {
	color: #dd5679;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #dd5679;
	margin-left: 0;
	margin-right: 0;
}

div.wpcf7-validation-sucsses,
div.wpcf7-mail-sent-ok {
	color: #b4b9bb;
}

.def_input_color div.wpcf7-validation-sucsses,
.def_input_color div.wpcf7-mail-sent-ok {
	color: #1e1e1e;
}

.trx_addons_message_box_error {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #dd5679;
}

form .error_field {
	color: #dd5679 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Required fields */
label.required:after {
	content: "*";
	display: none;
	vertical-align: text-top;
	font-size: 80%;
	color: #da6f5b;
}

/* Field set */
fieldset {
	padding: 1em 1.5em;
	margin: 1.5em 0.2em;
	border: 1px solid #ddd;
	position: relative;
}

fieldset legend {
	position: absolute;
	z-index: 1;
	top: -0.6em;
	left: 1.5em;
	background-color: #fff;
	font-weight: 400;
	font-style: italic;
	padding: 0 0.2em;
	letter-spacing: 0;
}

/* Buttons */
form button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress input[type="submit"],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type="submit"],
body #booked-profile-page button,
body .booked-list-view input[type="submit"],
body .booked-list-view button,
body table.booked-calendar input[type="submit"],
body table.booked-calendar button,
body .booked-modal input[type="submit"],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type="submit"],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 1.3em 2em;
	letter-spacing: 0;
	height: auto;
	border-width: 0 !important;
}

.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
	padding: 0.8em 1.6em;
}

/* Bordered button */
.sc_button.sc_button_bordered {
	border-width: 2px !important;
	padding: 1.3em 2.8em;
}

.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
	padding: 0.8em 1.8em;
}

.sc_button.sc_button_bordered.sc_button_size_small {
	padding: 0.6em 1.4em;
}

/* Simple button */
.sc_button_simple {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
	border: none;
	padding: 0 1.8em 0 0;
}

.sc_button_simple:before,
.sc_button_simple:after {
	content: "\e96f";
	font-family: "fontello";
	font-style: normal;
}

.sc_button.sc_button_default.sc_button_with_icon {
	padding: 1.3em 2em 1.3em 3.6em;
	position: relative;
}
.sc_button.sc_button_default.sc_button_with_icon .sc_button_icon {
	position: absolute;
	top: 50%;
	left: 2.7em;
	font-size: 10px;
	line-height: 2.35em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding-top: 5px;
}
.sc_button.sc_button_default.sc_button_with_icon.sc_button_icon_right {
	padding: 1.3em 3.6em 1.3em 2em;
}
.sc_button.sc_button_default.sc_button_with_icon.sc_button_icon_right .sc_button_icon {
	position: absolute;
	top: 50%;
	left: auto;
	right: 2.7em;
	font-size: 10px;
	line-height: 2.35em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}

/* Elementor Buttons */
.elementor-button.elementor-size-xs,
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl {
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	border-radius: 0;
}
.elementor-button.elementor-size-lg {
	padding: 1.3em 2em;
}
.elementor-button.elementor-size-lg .elementor-button-icon .fa {
	font-size: 10px;
}
.elementor-button .elementor-button-content-wrapper {
	line-height: 1.55em;
}

/* Text fields */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea,
textarea.wp-editor-area,
form.mc4wp-form .mc4wp-form-fields input[type="email"],
textarea,
textarea.wp-editor-area {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	max-height: 8.75rem;
}

/* Text fields in widgets */
.widget input[type="text"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
	padding: 1em 1.2em;
}

/* Radio buttons and checkboxes */
input[type="radio"],
.mc4wp-form input[type="checkbox"],
input[type="checkbox"],
.edd_price_options ul > li > label > input[type="radio"],
.edd_price_options ul > li > label > input[type="checkbox"],
.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
	display: none;
}

label > input[type="radio"],
label > input[type="checkbox"],
input[type="checkbox"].wpcf7-acceptance {
	display: inline-block;
	vertical-align: baseline;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	cursor: pointer;
}

.edd_price_options ul > li > label > input[type="radio"] + span,
.edd_price_options ul > li > label > input[type="checkbox"] + span {
	display: inline-block;
	vertical-align: baseline;
}

.comment-form .wpgdprc-checkbox label,
input[type="radio"] + label,
.mc4wp-form input[type="checkbox"] + span,
input[type="checkbox"] + label,
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type="radio"] + span,
.edd_price_options ul > li > label > input[type="checkbox"] + span {
	position: relative;
	padding-left: 1.8em;
	line-height: 1.5em;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

.wpcf7-list-item-label.wpcf7-list-item-right {
	position: relative;
	padding-right: 1.4em;
}

input[type="radio"] + label:before,
.mc4wp-form input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before,
input[type="radio"] + .wpcf7-list-item-label:before,
input[type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"] + span:before,
.edd_price_options ul > li > label > input[type="checkbox"] + span:before {
	content: " ";
	font-family: "fontello";
	font-size: 1em;
	display: block;
	text-align: center;
	border: 1px solid #eee;
	width: 1.05em;
	height: 1.05em;
	line-height: 0.9em;
	position: absolute;
	z-index: 1;
	top: 0.15em;
	left: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dde0e2;
}

.wpcf7-list-item-label.wpcf7-list-item-right:before {
	left: auto;
	right: 0;
}

.wpgdprc-checkbox label {
	padding-left: 1.3rem;
	position: relative;
	padding-bottom: 0 !important;
	font-size: 14px;
}
.wpgdprc-checkbox label input:before {
	content: "";
	font-family: "fontello";
	font-size: 14px;
	display: block;
	text-align: center;
	border: 1px solid;
	width: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wpgdprc-checkbox label input:checked:before {
	content: "\e8ab";
}
.wpgdprc-checkbox label input[type="checkbox"] {
	width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.ua_edge .wpgdprc-checkbox label,
.ua_ie .wpgdprc-checkbox label {
	padding-left: 0;
}
.ua_edge .wpgdprc-checkbox input[type="checkbox"],
.ua_ie .wpgdprc-checkbox input[type="checkbox"] {
	width: auto;
}
.ua_edge .wpgdprc-checkbox input[type="checkbox"]:before,
.ua_ie .wpgdprc-checkbox input[type="checkbox"]:before {
	display: none;
}

input[type="radio"] + label:before,
input[type="radio"] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"] + span:before {
	border-radius: 50%;
}

.mc4wp-form input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="checkbox"]:checked + span:before {
	content: "\e8ab";
}

input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type="radio"]:checked + span:before {
	content: "\e83c";
}

/* Select container (dropdown) */
select {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

select::-ms-expand {
	display: none;
}

/* Hide all select fields while page loading */
select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
	visibility: hidden;
}

/* Show all select fields when they inside an our wrapper */
.select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
	visibility: visible;
}

/* Our wrapper to decorate select fields */
.select_container {
	width: 100%;
	position: relative;
}

.select_container,
.select_container:after,
.select_container select {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.select_container:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: auto;
	width: 3em;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.select_container:hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sc_input_hover_accent .select_container::before {
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 0;
}

.select_container:after {
	content: "\e828";
	font-family: "fontello";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 1em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	margin-top: -0.5em;
	pointer-events: none;
	cursor: pointer;
}

.select_container select {
	background: none !important;
	border-color: transparent !important;
	width: 100% !important;
	max-width: none !important;
	padding-right: 3em !important;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .select_container select {
	padding-right: 2em !important;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.widget .select_container:before {
	width: 2em;
}

.widget .select_container:after {
	right: 0.5em;
}

/* Select2 - Advanced select with search */
.select2-container {
	width: 100% !important;
}

.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
	height: auto;
	border: 2px solid #ddd;
	padding: 0.5em 0 0.5em 1.4em;
	border-radius: 0;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
	line-height: 2.86em;
}

.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select2-drop-active {
	border: none;
}

.select2-dropdown {
	border: 1px solid #ddd;
}

.select2-search {
	padding: 4px 0;
}

/* 4. WP styles and Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	font-size: 0.8em;
	line-height: normal;
	padding: 1em 1.5em;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	clip: auto !important;
	text-decoration: none;
	/* Above WP toolbar */
	z-index: 100000;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.alignleft {
	display: inline-block;
	float: left;
	margin-right: 2em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.alignright {
	display: inline-block;
	float: right;
	margin-left: 2em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

figure.alignleft,
figure.alignright {
	margin-top: 0.5em;
}

figure.alignnone,
figure.aligncenter {
	margin-bottom: 1em;
}

/* Sticky posts */
.sticky_wrap {
	margin-bottom: 5em;
}

.sticky {
	position: relative;
	border: 2px solid #ddd;
	padding: 2em;
}

.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
	text-align: center;
}

.sticky .label_sticky {
	display: block;
	position: absolute;
	z-index: 1;
	top: -14px;
	right: -14px;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #ddd;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.sticky_wrap .sticky .post_featured {
	display: inline-block;
}

.sticky_wrap .sticky .post_categories {
	margin-top: 1em;
}

.sticky_wrap .sticky .post_title {
	margin-top: 0.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Gallery */
.gallery {
	margin: 0 -5px 20px -5px;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

figure.wp-block-gallery {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.wp-block-gallery:not(.has-nested-images).alignleft.extraclass {
	margin-right: 20px;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111111111% !important;
}

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

.gallery-columns-7 .gallery-item {
	width: 14.2857142857% !important;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666666667% !important;
}

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

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

.gallery-columns-3 .gallery-item {
	width: 33.3333333333% !important;
}

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

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

.gallery-item a {
	display: block;
}

.gallery-item a img {
	border: none !important;
	display: block;
	width: 100%;
}

.gallery-item .gallery-icon {
	margin: 5px;
}

.gallery-item .gallery-caption {
	height: auto;
	max-height: 40%;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.gallery-columns-9 .gallery-caption {
	font-size: 0.625em;
}

.gallery-columns-8 .gallery-caption {
	font-size: 0.6875em;
}

.gallery-columns-7 .gallery-caption {
	font-size: 0.75em;
}

.gallery-columns-6 .gallery-caption {
	font-size: 0.8125em;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: -17px;
}

/* Post with password */
.post-password-form label {
	display: inline-block;
	vertical-align: top;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	margin-left: 0.2em;
}

/* 5. Theme grid
-------------------------------------------------------------- */
.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.row,
.columns_wrap {
	margin-left: 0px;
	margin-right: -50px;
}

.row > [class*="column-"],
.columns_wrap > [class*="column-"] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row.columns_padding_left,
.columns_wrap.columns_padding_left,
.vc_row.columns_padding_left {
	margin-left: -50px;
	margin-right: 0;
}

.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*="column-"],
.columns_wrap.columns_padding_left > [class*="column-"],
.row > [class*="column-"].columns_padding_left,
.columns_wrap > [class*="column-"].columns_padding_left {
	padding-left: 50px;
	padding-right: 0;
}

.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
	margin-left: 0;
	margin-right: -50px;
}

.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*="column-"],
.columns_wrap.columns_padding_right > [class*="column-"],
.row > [class*="column-"].columns_padding_right,
.columns_wrap > [class*="column-"].columns_padding_right {
	padding-left: 0;
	padding-right: 50px;
}

.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
	margin-left: -25px;
	margin-right: -25px;
}

.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*="column-"],
.columns_wrap.columns_padding_center > [class*="column-"],
.row > [class*="column-"].columns_padding_center,
.columns_wrap > [class*="column-"].columns_padding_center {
	padding-left: 25px;
	padding-right: 25px;
}

.row.columns_padding_bottom > [class*="column-"],
.columns_wrap.columns_padding_bottom > [class*="column-"],
.row > [class*="column-"].columns_padding_bottom,
.columns_wrap > [class*="column-"].columns_padding_bottom {
	padding-bottom: 50px;
}

.sc_blogger.no_margin .row,
.sc_blogger.no_margin .columns_wrap,
.row.no_margin,
.columns_wrap.no_margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sc_blogger.no_margin .row > [class*="column-"],
.sc_blogger.no_margin .columns_wrap > [class*="column-"],
.row.no_margin > [class*="column-"],
.columns_wrap.no_margin > [class*="column-"] {
	padding: 0 !important;
}

/* Utils */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

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

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

.vertical-centered {
	overflow: hidden;
}

.vertical-centered:before {
	content: " ";
	width: 0;
	height: 100%;
	margin-left: -0.3em;
}

.vertical-centered:before,
.vertical-centered > * {
	display: inline-block;
	vertical-align: middle;
}

.maxify_loading {
	background-image: url(images/preloader.gif) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

/* 6. Page layouts
-------------------------------------------------------------- */
.page_wrap {
	min-height: 100vh;
	overflow: hidden;
}

.page_wrap,
.content_wrap {
	margin: 0 auto;
}

.body_style_boxed {
	background-color: #f0f0f0;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.body_style_boxed .page_wrap {
	width: 1390px;
}

.page_content_wrap {
	/* padding-top: 6.25rem; */
	padding-bottom: 6.25rem;
}

.remove_margins .page_content_wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.content_wrap,
.content_container {
	width: 1270px;
	margin: 0 auto;
}

.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
	width: 100%;
}

.content_wrap:after,
.content_container:after {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}

.body_style_fullwide .content_wrap {
	max-width: 1920px;
	margin: 0 auto;
	width: 100% !important;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.content,
.sidebar,
.sidebar_inner {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar_fixed_placeholder {
	min-height: 1px;
}

.page_content_wrap .content_wrap {
	position: relative;
}

.custom_margin_section {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

/* Content and Sidebar */
body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content,
body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
	width: 800px;
}

[class*="content_wrap"] > .sidebar {
	width: 390px;
}

.sidebar_hide [class*="content_wrap"] > .content {
	margin-left: auto;
	margin-right: auto;
}

.sidebar_right [class*="content_wrap"] > .content {
	background: #fff;
	padding: 50px 30px;
	float: left;
	width: 825px !important;
}
body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content,
body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
	/* width: 830px !important; */
}

.sidebar_right [class*="content_wrap"] > .sidebar {
	float: right;
}

.sidebar_left [class*="content_wrap"] > .content {
	float: right;
}

.sidebar_left [class*="content_wrap"] > .sidebar {
	float: left;
}

/* Fullwide or Fullscreen with sidebar */
.body_style_fullwide [class*="content_wrap"] > .content,
.body_style_fullscreen [class*="content_wrap"] > .content {
	width: 100%;
}

.body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
	padding-right: 470px;
}

.body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
	margin-left: -390px;
}

.body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
	padding-left: 470px;
}

.body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
	margin-right: -390px;
}

.body_style_fullscreen .page_content_wrap {
	overflow: hidden;
	padding: 0;
	position: relative; /* Need to correct 'sticky' sidebar position */
}

/* Boxed style for articles and sidebar */
.body_style_fullscreen [class*="content_wrap"] > .content > article.page {
	padding: 0;
}

/* Sidebar control to show/hide sidebar on mobile devices */
.sidebar_control {
	display: none;
}

/* 7. Section's decorations
=============================================================== */
/* 7.1 Header
-------------------------------------------------------------- */
/* Top panel */
.top_panel {
	position: relative;
	z-index: 8000;
	padding: 0.01px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_panel .row > [class*="column-"],
.top_panel .columns_wrap > [class*="column-"] {
	vertical-align: middle;
}

.top_panel.with_bg_image:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

/* Header positions */
.header_position_over .page_wrap {
	position: relative;
}

.header_position_over .top_panel {
	position: absolute;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	background: none !important;
}

.header_position_over .top_panel .sc_layouts_row[class*="scheme_"]:not(.sc_layouts_row_fixed_on) {
	background-color: transparent;
}

.header_position_under .top_panel {
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header_position_under .top_panel_mask {
	display: none;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.header_position_under .page_content_wrap {
	position: relative;
	z-index: 4;
}

.header_position_under .footer_wrap {
	position: relative;
	z-index: 3;
}

/* Default header layouts
---------------------------------------------- */
/* Add transition to the default header */
.top_panel_default .top_panel_title {
	border-bottom: 1px solid #ddd;
}

.top_panel_default .sc_layouts_row_fixed_on {
	-webkit-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
}

.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}

/* Main menu in the default header */
.top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
	content: "\e828";
	font-family: "fontello";
}

.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
	content: "\e836";
	font-family: "fontello";
}

.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
	content: "\e8ba";
	font-family: "fontello";
}

.sc_layouts_menu_nav li ul {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li > div {
	padding: 0.7em 1.125em;
	color: #1e1e1e !important;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
	font-weight: normal !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
	padding-right: 1.125em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
	display: none;
}
.sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a {
	position: relative;
}
.sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a:after {
	content: "\e95b";
	font-family: "fontello";
	font-size: 8px;
	right: auto;
	left: 2.45em;
	top: 5px;
}
.sc_layouts_menu_nav > li li > a {
	position: relative;
	padding: 0.2em 1.56em 0.2em 2.56em;
}
.sc_layouts_menu_nav > li li > a:after {
	position: absolute;
	content: "\e95b";
	font-family: "fontello";
	font-size: 8px;
	font-weight: normal;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	right: auto;
	left: 2.45em;
	top: 5px;
}
.sc_layouts_menu_nav > li > ul {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sc_layouts_menu_nav > li > ul:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid #eff2f3;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.sc_layouts_menu_nav > li > ul ul {
	margin: 0;
	top: -0.9em;
}
.sc_layouts_menu_nav > li.menu-collapse > ul {
	left: auto !important;
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.sc_layouts_menu_nav > li.menu-collapse > ul:before {
	content: "";
	position: absolute;
	top: -10px;
	left: auto;
	right: 5%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid #eff2f3;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a {
	padding: 0.2em 1.56em 0.2em 2.56em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
	content: "\e95b";
	font-family: "fontello";
	font-size: 10px;
	right: auto;
	left: 2.75em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_panel .sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a:after,
.top_panel .sc_layouts_menu_nav > li li > a:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_panel .sc_layouts_menu {
	visibility: visible;
}

/* Vertical menus */
.sc_layouts_menu_dir_vertical
	.sc_layouts_menu_nav
	li.menu-item-has-children
	> a
	> .open_child_menu {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2.2em;
}

/* Side menu
----------------------------------------------------------- */
body.menu_style_side {
	width: auto;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

body.menu_style_left {
	margin-left: 6rem;
}

body.menu_style_right {
	margin-right: 6rem;
}

.menu_style_side .body_wrap {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.menu_style_side .menu_side_wrap {
	position: fixed;
	z-index: 20000;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 6rem;
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.menu_style_right .menu_side_wrap {
	left: auto;
	right: 0;
}

.admin-bar .menu_side_wrap {
	top: 32px;
}

.field-table {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.field-row {
	padding: 15px 0;
	width: 46%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d9d9d9;
	gap: 8%;
}
.field-left {
	width: 46%;
	flex-grow: 0;
	flex-shrink: 0;
	color: #7B7B7B !important;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.field-right {
	width: 46%;
	flex-grow: 0;
	flex-shrink: 0;
	color: #000;
	text-align: right;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.field-yes {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(images/icon_yes.svg) no-repeat center center;
	background-size: 100% auto;
}
.field-no {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(images/icon_no.svg) no-repeat center center;
	background-size: 100% auto;
}

.pros-cons {
	padding: 0 0 30px 0;
	display: flex;
	/* gap: 35px; */
	justify-content: space-between;
}

.pros {
	width: calc((100% - 35px) / 2);
	flex-grow: 0;
	flex-shrink: 0;
	border-bottom: 5px solid #9cc9a9;
}
.cons {
	width: calc((100% - 35px) / 2);
	flex-grow: 0;
	flex-shrink: 0;
	border-bottom: 5px solid #ed7e6f;
}
.pros li,
.cons li {
	color: #909698;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pros ol,
.pros ul,
.cons ol,
.cons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pros li {
	padding: 0 0 30px 37px !important;
	background: url(images/icon_pros.svg) no-repeat left top 5px;
	background-size: 15px 15px;
}
.cons li {
	padding: 0 0 30px 37px !important;
	background: url(images/icon_cons.svg) no-repeat left top 5px;
	background-size: 15px 15px;
}

.author-block {
	display: flex;
	gap: 15px;
}
.author-block-left {
	width: 60px;
	flex-shrink: 0;
	flex-grow: 0;
}
.author-block-left img {
	border-radius: 50px;
}
.author-name {
	color: #000;
	font-family: Ubuntu;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.author-name span {
	color: #9cc9a9;
	font-family: Ubuntu;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.autor-description {
	color: #909698;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.elementor-element-215a7a51 .elementor-widget-wrap {
	display: flex;
	gap: 30px;
}
.elementor-element-215a7a51 .elementor-widget-wrap > .elementor-element {
	width: auto;
}
.elementor-element-215a7a51 .elementor-widget:not(:last-child) {
	margin: 0;
}
.elementor-element-215a7a51 .sc_layouts_title_title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100px;
}

.xngrph-post-img img {
	height: 100px;
	width: auto;
}
.elementor-699 .elementor-element.elementor-element-64733a99 {
	padding: 50px 0 !important;
}
.elementor-699 .elementor-element.elementor-element-cd6c8f9 {
	margin-top: 30px !important;
}

.elementor-699 .elementor-element.elementor-element-65728df {
	padding: 40px 0 !important;
}
.elementor-element-a51b2d8 .xngrph-post-img {
	text-align: center;
}
.elementor-element-a51b2d8 .xngrph-post-img img {
	height: 90px;
	width: auto;
}
.xngrph-post-rating-wr {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.xngrph-post-rating.rating-in-post {
	padding: 5px 0 0 0;
}
.xngrph-post-reviews {
	padding: 5px 0 0 0;
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.xngrph-post-reviews a {
	font-family: "Unica One", cursive;
	font-size: 20px;
	font-weight: normal;
	color: #000 !important;
	text-decoration: underline;
}
.xngrph-post-reviews a:hover {
	text-decoration: none;
}

.about-point1 {
	padding: 0 0 44px 130px;
	background: url(images/icon_about1.svg) no-repeat left top;
	background-size: 100px 100px;
	min-height: 100px;
}
.about-point2 {
	padding: 0 0 44px 130px;
	background: url(images/icon_about2.svg) no-repeat left top;
	background-size: 100px 100px;
	min-height: 100px;
}
.about-point3 {
	padding: 0 0 44px 130px;
	background: url(images/icon_about3.svg) no-repeat left top;
	background-size: 100px 100px;
	min-height: 100px;
}
.about-point4 {
	padding: 0 0 44px 130px;
	background: url(images/icon_about4.svg) no-repeat left top;
	background-size: 100px 100px;
	min-height: 100px;
}
#post-3573 h3 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
	font-family: PT Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.lwptoc {
	border-bottom: 1px solid #d9d9d9;
}
.lwptoc-light .lwptoc_i {
	background: #fff !important;
}

.lwptoc-light .lwptoc_i a,
.lwptoc-light .lwptoc_i a span {
	color: #909698 !important;
	font-family: "Ubuntu";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lwptoc-light .lwptoc_i a span.lwptoc_item_label {
	text-decoration: underline;
}

.lwptoc-light .lwptoc_i .lwptoc_itemWrap div a:hover,
.lwptoc-light .lwptoc_i .lwptoc_itemWrap .lwptoc_itemWrap a:hover span {
	color: #9cc9a9 !important;
	border-bottom: initial !important;
}
.lwptoc-light .lwptoc_i a:hover span {
	color: #9cc9a9 !important;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
	margin-left: 25px !important;
}

.lwptoc-light .lwptoc_i .lwptoc_itemWrap .lwptoc_itemWrap a,
.lwptoc-light .lwptoc_i .lwptoc_itemWrap .lwptoc_itemWrap span {
	font-size: 16px;
	color: #7B7B7B !important;
}

.lwptoc-light .lwptoc_i .lwptoc_itemWrap .lwptoc_itemWrap span.lwptoc_item_label {
	text-decoration: none;
}

.lwptoc-light .lwptoc_i .lwptoc_itemWrap .lwptoc_itemWrap a {
	text-decoration: underline !important;
}

.lwptoc_item {
	margin-top: 10px !important;
}
.lwptoc_header {
	padding: 0 0 16px 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 20px;
}
.lwptoc_title {
	color: #000;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lwptoc_toggle {
	margin-left: 0 !important;
  border: 1px solid #EFF2F3;
  border-radius: 5px;
}
.lwptoc_toggle_label {
	/*width: 15px;
	height: 7px;*/
	background: url("images/icon_pros.svg") no-repeat center center;
	width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
	top: -1px;
}
.lwptoc-notInherit .lwptoc_i DIV .lwptoc_toggle .lwptoc_toggle_label:hover {
	border: none !important;
}
.lwptoc_toggle::after,
.lwptoc_toggle::before {
	content: "" !important;
}
.lwptoc_toggle_label.active {
/*	transform: rotate(180deg);*/
	background: url("images/icon_cons.svg") no-repeat center center;
}
.lwptoc .lwptoc_i {
  min-width: 425px;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 1279px) {
	.xngrph-post-rating-wr {
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .menu_side_wrap {
		top: 46px;
	}
}
@media (max-width: 600px) {
	.admin-bar .menu_side_wrap {
		top: 0;
	}
	.lwptoc .lwptoc_i {
	  min-width: unset;
	  width: 100%;
	}
}
.menu_side_wrap .menu_side_inner {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_style_side .menu_side_wrap .sc_layouts_logo {
	display: block;
	padding: 25% 10%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
}

.home_logo {
	max-height: 75px;
}

.menu_style_side .menu_side_wrap .logo_text {
	font-size: 1em;
	letter-spacing: 0;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu_style_side .menu_side_wrap .logo_slogan {
	display: none;
}

.menu_side_wrap .menu_mobile_button {
	display: block;
	position: relative;
	left: 0;
	right: auto;
	top: 0;
}

.menu_side_wrap .menu_side_button {
	display: none;
	font-size: 16px;
	margin-top: -1.5em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -1.5em;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.menu_style_right .menu_side_wrap .menu_side_button {
	text-align: left;
	padding-left: 10px;
	border-radius: 50% 0 0 50%;
}

.menu_style_left .menu_side_wrap .menu_side_button {
	left: auto;
	right: -1.5em;
	text-align: right;
	padding-right: 10px;
	border-radius: 0 50% 50% 0;
}

.menu_style_right .menu_side_wrap .menu_side_button:before {
	content: "\e92a";
}

.menu_style_right .menu_side_wrap.opened .menu_side_button:before {
	content: "\e92b";
}

.menu_style_left .menu_side_wrap .menu_side_button:before {
	content: "\e92b";
}

.menu_style_left .menu_side_wrap.opened .menu_side_button:before {
	content: "\e92a";
}

#toc_menu {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: -50% 0 0 -50%;
}

.toc_menu_item {
	position: relative;
	z-index: 1;
}

.toc_menu_item .toc_menu_icon {
	display: block;
	position: relative;
	color: #888;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
}

.toc_menu_item .toc_menu_icon:before {
	display: inline-block;
	line-height: inherit;
	color: inherit;
}

.toc_menu_item .toc_menu_icon_default:before {
	content: " ";
	margin-top: 0.75em;
	width: 0.5em;
	height: 1px;
	background-color: #888;
}

.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
	color: #292929;
}

.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
	background-color: #292929;
}

.toc_menu_item_active .toc_menu_icon_default:before {
	width: 1.5em;
}

.toc_menu_item .toc_menu_description {
	position: absolute;
	top: 0;
	right: -20em;
	opacity: 0;
	white-space: nowrap;
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.toc_menu_item:hover .toc_menu_description {
	right: 100%;
	margin-right: 1.5em;
	opacity: 1;
}

.menu_side_inner #toc_menu {
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.menu_side_icons #toc_menu {
	left: 0;
	top: 0;
	margin: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description {
	height: 6rem;
	font-size: 1.0667em;
	line-height: 6rem;
	font-weight: bold;
	text-transform: uppercase;
	top: 0;
}

.menu_side_icons .toc_menu_item:hover .toc_menu_description {
	margin-right: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3em;
	letter-spacing: 1px;
}

.menu_side_icons .toc_menu_item .toc_menu_icon {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #ddd;
}

.menu_side_icons .toc_menu_item .toc_menu_icon:before {
	font-size: 2rem;
	line-height: inherit;
	font-weight: normal;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
	text-align: center;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
	content: " ";
	width: 5px;
	height: 5px;
	line-height: inherit;
	border-radius: 50%;
}

.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
	width: 9px;
	height: 9px;
	line-height: 9px;
	text-align: center;
}

.menu_style_left .toc_menu_item .toc_menu_description {
	left: -20em;
	right: auto;
}

.menu_style_left .toc_menu_item:hover .toc_menu_description {
	left: 100%;
	right: auto;
}

/* Mobile header
---------------------------------------- */
.top_panel_mobile_info p {
	margin: 0;
}

/* Mobile menu
---------------------------------------- */
body.mobile_layout.menu_style_left {
	margin-left: 0;
}

body.mobile_layout.menu_style_right {
	margin-right: 0;
}

body.mobile_layout.menu_style_right .menu_side_wrap {
	right: -6rem;
}

body.mobile_layout.menu_style_left .menu_side_wrap {
	left: -6rem;
}

body.mobile_layout.menu_style_right .menu_side_wrap.opened {
	right: 0;
}

body.mobile_layout.menu_style_left .menu_side_wrap.opened {
	left: 0;
}

body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
	display: block;
}

body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
	right: -2em;
}

body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
	left: -2em;
}

.menu_mobile_close {
	display: block;
	cursor: pointer;
	width: 5em;
	height: 5em;
	line-height: 5em;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.menu_mobile_close:before,
.menu_mobile_close:after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 38%;
	width: 25%;
	height: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -1px;
	border-top: 2px solid #fff;
}

.menu_mobile_close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_mobile_close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_mobile_overlay {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100000;
}

.menu_mobile {
	position: fixed;
	z-index: 100002;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.menu_mobile.opened {
	height: 100%;
}

.menu_mobile_inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
}

.menu_mobile a {
	display: block;
}

.menu_mobile [class*="sc_fly_"]:not(.sc_fly_static) {
	position: static !important;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.menu_mobile .sc_layouts_logo {
	text-align: center;
	margin: 4.4rem 0 0;
	font-size: 1em !important; /* Remove this rule if you want to zoom this logo too */
}

.menu_mobile .menu_mobile_nav_area {
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 49%;
	padding-right: 20px; /* Hide scrollbar */
	overflow-y: scroll;
}

.menu_mobile .menu_mobile_nav_area ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: auto;
}

.menu_mobile .menu_mobile_nav_area ul ul {
	margin: 0;
	display: none;
}

.menu_mobile .menu_mobile_nav_area li {
	margin-bottom: 0;
	width: auto;
}

.menu_mobile .menu_mobile_nav_area li > a {
	font-size: 1.25em;
	line-height: 1.5em;
	padding: 1px 2.5em 1px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	width: 28rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_mobile .menu_mobile_nav_area > ul > li > a {
	font-size: 2em;
	line-height: 1.5em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li > a {
	padding-left: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.menu_mobile .menu_mobile_nav_area > ul > li ul {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li ul li ul {
	padding-bottom: 0;
}

.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
	padding-left: 2em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
	padding-left: 3em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: center;
	overflow: hidden;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
	overflow: hidden;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.5em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
	display: block;
	border-top: 1px solid #f0f0f0;
	width: 100%;
	height: 0;
}

.menu_mobile .menu_mobile_nav_area .open_child_menu {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	padding: 0.25em;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
	background-color: transparent;
	padding: 0.25em 0.7em;
}

.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
	background-color: rgba(255, 255, 255, 0.2);
}

.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
	font-family: "fontello";
	content: "\e828";
}

.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
	content: "\e835";
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
	display: none;
	width: 26rem;
	text-align: left;
	padding: 1em;
	margin: 0 auto;
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
	width: 100% !important;
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*="vc_col-xs-"]),
.menu_mobile
	.menu_mobile_nav_area
	ul.sc_layouts_submenu
	.elementor-column:not([class*="elementor-xs-"]) {
	width: 100%;
	float: none;
}

.menu_mobile
	.menu_mobile_nav_area
	ul.sc_layouts_submenu
	.wpb_column:not([class*="vc_col-xs-"])
	+ .wpb_column:not([class*="vc_col-xs-"]),
.menu_mobile
	.menu_mobile_nav_area
	ul.sc_layouts_submenu
	.elementor-column:not([class*="elementor-xs-"])
	+ .elementor-column:not([class*="elementor-xs-"]) {
	margin-top: 2em;
}

.menu_mobile .search_mobile {
	position: absolute;
	z-index: 1;
	bottom: 8rem;
	left: 50%;
	width: 28rem;
	margin-left: -14rem;
}

.menu_mobile .search_mobile form {
	position: relative;
}

.menu_mobile .search_mobile .search_field {
	width: 100%;
	padding: 1.5em 3em 1.5em 1.5em !important;
}

.menu_mobile .search_mobile .search_submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	font-size: 0.8667em;
	padding: 2em 1.8em;
	background-color: transparent;
}

.menu_mobile .socials_mobile {
	position: absolute;
	z-index: 1;
	bottom: 4rem;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
}

.menu_mobile .social_item {
	display: inline-block;
	margin: 1em 1em 0 0;
}
.menu_mobile .social_item:last-child {
	margin-right: 0;
}

.menu_mobile .social_item .social_icon {
	display: block;
	font-size: 1em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}

/* Menu mobile 'Narrow' */
.menu_mobile_narrow {
	margin-top: 0;
	margin-left: -320px;
	width: 320px;
	height: 100%;
	-webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
	-o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
	transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

.menu_mobile_narrow.opened {
	margin-left: 0;
}

.menu_style_right .menu_mobile_narrow {
	margin-right: -320px;
	margin-left: 0;
	left: auto;
	right: 0;
}

.menu_style_right .menu_mobile_narrow.opened {
	margin-right: 0;
}

.menu_mobile_narrow .menu_mobile_nav_area li > a {
	font-size: 1em;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 0px;
	width: 18rem;
}

.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
	font-size: 1.25em;
	line-height: 1.5em;
}

.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
	font-size: 1em;
	line-height: inherit;
}

.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
	padding: 0.4em;
}

.menu_mobile_narrow .search_mobile {
	width: 18rem;
	margin-left: -9rem;
}

/* Menu mobile in mobile layout */
.mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
	position: relative;
	top: auto;
	max-height: none;
	margin: 4em 0 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
	position: relative;
	bottom: auto;
	left: 0;
	margin: 3em auto 0;
}

.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
	position: relative;
	bottom: auto;
	margin: 1em 0 0;
}

/* Widgets in the Header
------------------------------------------------------------- */
.header_widgets_wrap {
	position: relative;
	z-index: 2;
}

.header_widgets_wrap.header_fullwidth {
	overflow: hidden;
}

.header_widgets_wrap.header_fullwidth .widget {
	margin-bottom: 0;
}

/* 7.3 Post info (page/post title, category or tag name, author, meta, etc.)
-------------------------------------------------------------- */
/* Common styles */
.blog_archive {
	padding-bottom: 4em;
}

.post_item p {
	margin-bottom: 0;
}

.post_item > .post_title {
	margin-top: 0;
}

.post_item .more-link,
.gallery_preview_show .post_readmore {
	margin-top: 2.5em;
}

/* Tabs (internal and Essential Grid) */
.mptt-navigation-tabs,
div.maxify_tabs .maxify_tabs_titles {
	list-style-type: none;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
	margin: -0.85em 0 3.2em;
}

div.esg-filter-wrapper {
	margin-bottom: 2.4rem !important;
}

.esg-overflowtrick + .esg-filters.esg-singlefilters {
	margin-top: 2.4rem !important;
}

div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.maxify_tabs .maxify_tabs_titles li {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	border: none;
	border-radius: 0;
}

div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.maxify_tabs .maxify_tabs_titles li + li {
	margin-left: 10px;
}

div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.maxify_tabs .maxify_tabs_titles li a,
div.maxify_tabs .maxify_tabs_titles li a.ui-tabs-anchor {
	display: block;
	float: none;
	padding: 9px 17px;
	font-size: 14px !important;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	font-weight: normal !important;
}

div.maxify_tabs .maxify_tabs_content {
	padding: 0;
}

div.maxify_tabs .maxify_tab_content_remove {
	opacity: 0;
}

div.maxify_tabs .nav-links {
	margin-top: 1em;
}

.esgbox-close-small:after {
	color: #ffffff !important;
	border: none;
}
.esgbox-close-small:hover:after {
	color: #ffffff !important;
	background-color: transparent !important;
	border: none;
}

.esgbox-share a {
	color: #ffffff !important;
}

.esg-container ul li:before {
	display: none !important;
}

.esgbox-container .esgbox-toolbar .esgbox-button--fullscreen {
	display: none;
}
.esgbox-container.esgbox-can-drag .esgbox-toolbar .esgbox-button--thumbs + .esgbox-button--share {
	display: none;
}
.esgbox-container .esgbox-share {
	border-radius: 0;
}

/* Post's header and featured elements
----------------------------------------------------------------- */
.header_content_wrap {
	margin-bottom: 3em;
}
.header_content_wrap .content_wrap .post_featured + .post_header {
	margin-top: 3.5rem;
}

.thumbnail_type_fullwidth .content_wrap {
	margin-top: 3.5rem;
}

.thumbnail_type_fullwidth.post_header_position_default .page_content_wrap > .header_content_wrap,
.post_header_position_on_thumb .page_content_wrap > .header_content_wrap {
	margin-bottom: 7.1rem;
}

.header_content_wrap + .content_wrap {
	padding-top: 0;
}

.header_content_wrap .post_header {
	margin-bottom: 0;
}

.header_content_wrap .post_header .post_title {
	margin-top: 0;
	margin-bottom: 0;
}

.header_content_wrap .post_header .post_title + .post_meta {
	margin-top: 0.5em;
}

.header_content_wrap .post_featured {
	margin: 0;
	overflow: visible;
}

.thumbnail_type_fullwidth .header_content_wrap .post_header {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured img {
	max-width: none;
	width: 100%;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
	height: 40rem;
	overflow: visible;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg:before {
	display: none;
}

.thumbnail_type_fullwidth:not(.post_header_position_above) .page_content_wrap {
	padding-top: 0;
}

.single-post {
	/* Emotions */
}
.single-post .post_item_single .header_content_wrap {
	margin-bottom: 1.5em;
}
.single-post .post_item_single .header_content_wrap .post_header .post_meta {
	margin-top: 0;
}
.single-post .post_item_single.post_format_quote .header_content_wrap {
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .post_item_single.post_format_quote .post_content blockquote {
	margin-top: 0;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags {
	float: none;
	display: block;
	width: 100%;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags .post_meta_label {
	display: block;
	margin-bottom: 0.9rem;
	margin-top: 0.8em;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags a {
	display: inline-block;
	padding: 9px 15px;
	font-size: 14px;
	margin: 0 7px 10px 0;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_share {
	float: none;
	display: block;
	width: 100%;
}
.single-post .trx_addons_emotions {
	margin-top: 1.5em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_title {
	margin-top: 0;
	margin-bottom: 0.7em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item {
	position: relative;
	padding: 16px 12px 13px 51px;
	margin: 0 10px 10px 0;
	text-align: left;
	width: auto;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:last-child {
	margin-right: 0;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item .trx_addons_emotions_item_number {
	font-weight: normal;
	margin-top: 0;
	z-index: 2;
	line-height: 1em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item .trx_addons_emotions_item_label {
	z-index: 1;
	line-height: 1em;
	margin-top: 1px;
	text-transform: lowercase;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	font-size: 1.9rem;
}
.single-post.extra_footer_single .extra_footer_single_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 5.6em;
}
.single-post.extra_footer_single .extra_footer_single_wrap > * {
	padding-left: 25px;
	padding-right: 25px;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap {
	width: 50%;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info {
	margin-top: 0;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.author_wrap
	.author_info
	.author_avatar {
	width: 19rem;
	padding-right: 30px;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.author_wrap
	.author_info
	.author_description {
	padding-left: 0;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap {
	width: 50%;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .post_meta {
	margin-top: 0;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.post_item_meta_wrap
	.post_meta
	.post_meta_item {
	display: block;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.post_item_meta_wrap
	.post_meta
	.post_meta_label {
	display: block;
	margin-top: -3px;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.post_item_meta_wrap
	.trx_addons_emotions {
	margin-top: 1.6em;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.post_item_meta_wrap
	.trx_addons_emotions
	.trx_addons_emotions_item {
	padding: 16px 9px 13px 50px;
}
.single-post.extra_footer_single
	.extra_footer_single_wrap
	.post_item_meta_wrap
	.trx_addons_emotions
	.trx_addons_emotions_item:before {
	left: 12px;
}
.single-post.extra_footer_single .related_wrap {
	margin-top: 2.7em;
	padding-top: 2.6em;
}
.single-post.extra_footer_single .related_wrap .related_wrap_title {
	text-align: center;
	margin-bottom: 0.9em;
}
.single-post.extra_footer_single .comments_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 3em;
}
.single-post.extra_footer_single .comments_wrap > * {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0;
	padding-top: 0;
}
.single-post.extra_footer_single .comments_wrap .comments_list_wrap {
	width: 50%;
}
.single-post.extra_footer_single .comments_wrap .comments_list_wrap + .comments_form_wrap {
	width: 50%;
}
.single-post.extra_footer_single .comments_wrap .comments_form_wrap {
	width: 100%;
}

.post_header_position_above .header_content_wrap .post_header {
	margin-bottom: 3em;
}

.post_header_position_default .header_content_wrap .post_featured + .post_header {
	margin-top: 2.5em;
}

.post_header_position_on_thumb .header_content_wrap {
	position: relative;
}

.post_header_position_on_thumb .header_content_wrap .post_header {
	display: block;
	max-width: 50%;
	padding: 2em;
	margin: 0 auto !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_header {
	text-align: left;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_br .post_header {
	text-align: right;
}

.post_header_position_on_thumb .header_content_wrap .post_featured + .post_header {
	display: inline-block;
	background-color: #fff;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 3em;
	left: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tc .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 3em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 3em;
	right: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 3em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_mc .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 3em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	bottom: 3em;
	left: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bc .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	bottom: 3em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_br .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	bottom: 3em;
	right: 3em;
}

.post_header_position_on_thumb .header_align_ts,
.post_header_position_on_thumb .header_align_ts > .content_wrap {
	padding-top: 0.1px;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured {
	margin-top: 6em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
}

.post_header_position_on_thumb .header_align_bs,
.post_header_position_on_thumb .header_align_bs > .content_wrap {
	padding-bottom: 0.1px;
}

.post_header_position_on_thumb .page_content_wrap > .header_align_bs {
	margin-bottom: 4em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured {
	margin-bottom: 5em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured + .post_header {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
}

.post_header_position_on_thumb.thumbnail_type_default
	.post_item_single
	.header_content_wrap
	.post_featured
	+ .post_content {
	padding-top: 2.8rem;
}

.post_header_position_on_thumb .header_content_wrap .post_featured.with_header {
	position: relative;
}

.post_header .post_meta_categories {
	margin-bottom: 0.5em;
}

.post_header_position_default .header_content_wrap .post_header .post_meta_categories {
	margin-bottom: 1.5em;
}

.header_content_wrap .post_header .post_meta_other {
	margin-top: 1em;
}

.header_content_wrap .post_header .post_subtitle {
	margin-top: 0.1em;
}

.header_content_wrap .post_header.align_center,
.post_item_single .header_content_wrap .post_header.align_center {
	text-align: center;
}

.header_content_wrap .post_header.align_left,
.post_item_single .header_content_wrap .post_header.align_left {
	text-align: left;
}

.header_content_wrap .post_header.align_right,
.post_item_single .header_content_wrap .post_header.align_right {
	text-align: right;
}

/* Post's banners */
.page_content_wrap {
	position: relative;
}

[class*="_banner_wrap"] {
	position: relative;
	text-align: center;
}

[class*="_banner_wrap"] .banner_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner_with_image:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.banner_with_image:hover:before {
	background-color: rgba(0, 0, 0, 0.1);
}

.banner_with_image > * {
	position: relative;
	z-index: 2;
	color: #fff !important;
}

.page_banner_wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 30px;
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.custom-background .page_content_wrap {
	background-color: transparent !important;
}

.custom-background .content_wrap > .content,
.page_banner_wrap ~ .content_wrap > .content {
	padding: 4rem;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header_banner_wrap,
.sidebar_banner_wrap,
.footer_banner_wrap {
	padding: 30px;
	background-position: center;
	background-size: cover;
}

.sidebar_banner_wrap {
	margin-bottom: 30px;
}

/* Post featured block */
.post_featured {
	overflow: hidden;
	position: relative;
	margin-bottom: 1.8em;
}

.post_featured_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post_featured_bg:before {
	content: " ";
	width: 0;
	height: 0;
	padding-top: 56.25%;
	display: inline-block;
	vertical-align: top;
	margin-left: -0.3em;
}

.post_featured_right {
	float: right;
	width: 50%;
	margin-left: 4.3478%;
}

.post_featured_left {
	float: left;
	width: 50%;
	margin-right: 4.3478%;
}

/* Post info block */
.post_meta .post_meta_item,
.post_meta .vc_inline-link {
	font-size: inherit;
	margin-left: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.post_meta .post_meta_item,
.post_meta .post_meta_item.post_edit,
.post_meta .vc_inline-link {
	margin-right: 25px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.post_meta .post_meta_item.post_date,
.post_meta .post_meta_item.post_edit.post_date,
.post_meta .vc_inline-link.post_date {
	margin-right: 0;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -14px;
	content: "";
	height: 8px;
	width: 1px;
	background-color: #1d1d1d;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: baseline;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
	display: none;
}
.post_meta .post_meta_item.post_counters_emotions,
.post_meta .post_meta_item.post_categories,
.post_meta .post_meta_item.post_counters_comments,
.post_meta .post_meta_item.post_edit.post_counters_emotions,
.post_meta .post_meta_item.post_edit.post_categories,
.post_meta .post_meta_item.post_edit.post_counters_comments,
.post_meta .vc_inline-link.post_counters_emotions,
.post_meta .vc_inline-link.post_categories,
.post_meta .vc_inline-link.post_counters_comments {
	margin-right: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.post_meta .post_meta_item.post_counters_emotions:after,
.post_meta .post_meta_item.post_categories:after,
.post_meta .post_meta_item.post_counters_comments:after,
.post_meta .post_meta_item.post_edit.post_counters_emotions:after,
.post_meta .post_meta_item.post_edit.post_categories:after,
.post_meta .post_meta_item.post_edit.post_counters_comments:after,
.post_meta .vc_inline-link.post_counters_emotions:after,
.post_meta .vc_inline-link.post_categories:after,
.post_meta .vc_inline-link.post_counters_comments:after {
	display: none;
}
.post_meta .post_meta_item.post_counters_emotions:hover,
.post_meta .post_meta_item.post_categories:hover,
.post_meta .post_meta_item.post_counters_comments:hover,
.post_meta .post_meta_item.post_edit.post_counters_emotions:hover,
.post_meta .post_meta_item.post_edit.post_categories:hover,
.post_meta .post_meta_item.post_edit.post_counters_comments:hover,
.post_meta .vc_inline-link.post_counters_emotions:hover,
.post_meta .vc_inline-link.post_categories:hover,
.post_meta .vc_inline-link.post_counters_comments:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.post_meta .post_meta_item.post_counters_comments:before,
.post_meta .post_meta_item.post_edit.post_counters_comments:before,
.post_meta .vc_inline-link.post_counters_comments:before {
	content: "\e982";
	font-family: "fontello";
}

.post_meta .post_meta_item.post_categories a {
	padding: 11px 14px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.post_meta .post_meta_item.post_categories a .trx_addons_extended_taxonomy_bg {
	padding: 11px 0;
	border-radius: 0;
	background-color: transparent;
}
.post_meta
	.post_meta_item.post_categories
	a
	.trx_addons_extended_taxonomy_bg
	.trx_addons_extended_taxonomy_icon {
	display: none;
}
.post_meta .post_meta_item.post_categories a:last-child {
	margin-right: 0;
}
.post_meta .post_meta_item.post_counters_emotions {
	padding: 11px 14px;
}
.post_meta .post_meta_item.post_counters_emotions:before {
	content: "\e978";
	font-family: "fontello";
}
.post_meta .post_meta_item.post_counters_emotions .post_counters_label {
	display: none;
}
.post_meta .post_meta_item.post_counters_comments {
	padding: 11px 14px;
}
.post_meta .post_meta_item.post_counters_comments .post_counters_label {
	/* display: none; */
}
.post_meta .post_meta_item.post_author {
	margin-left: 0;
}

.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
	display: none;
}

.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
	margin-right: 0.2em;
}

.post_meta .vc_inline-link:before {
	content: "\e8bb";
	font-family: "fontello";
}

.post_meta .post_meta_item .post_author_avatar {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	margin-right: 0.15em;
}

.post_meta .post_meta_item .post_author_avatar > img {
	border-radius: 50%;
	width: 1.65em;
	height: 1.65em;
}

/* Socials share in the post meta */
.post_share .social_items {
	font-size: 1em;
}

.socials_share.socials_type_drop .social_items {
	padding: 0.8em 1em;
}

.post_share .social_items .social_item .social_icon i {
	font-style: normal;
	text-transform: capitalize;
}

.post_meta .socials_share {
	display: inline;
	vertical-align: baseline;
}

.post_meta_item .socials_share .social_items {
	bottom: auto;
	top: 2.5em;
}

.post_meta_item .socials_share .social_items:before {
	bottom: auto;
	top: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* 7.4 Post Formats
-------------------------------------------------------------- */
.post_featured .mask {
	background-color: rgba(0, 0, 0, 0.5);
}

/* Gallery */
.format-gallery .post_featured.with_thumb .slider_outer {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.post_content p {
	color: #000;
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.post_content h2 {
	margin-top: 30px;
}
.post_content h3 {
	margin-top: 30px;
}

.post_content ul,
.post_content ol {
	color: #000;
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.post_content ul li,
.post_content ol li {
	padding: 5px 0;
}

.scheme_default blockquote {
	background-color: #e8dfed !important;
}

/* Aside, Link, Status, Quote */
.format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
	padding: 0;
	text-align: left;
}

.format-aside .post_content_inner,
.post_item_single.format-aside .post_content > p,
.format-link .post_content_inner,
.post_item_single.format-link .post_content > p,
.format-status .post_content_inner,
.post_item_single.format-status .post_content > p {
	font-size: 1.6667rem;
	line-height: 1.4em;
}

.format-aside .post_content_inner {
	padding: 1em 1.3158em;
}

.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
	margin-bottom: 0;
}

.format-aside .post_content p + p,
.format-link .post_content p + p,
.format-status .post_content p + p {
	margin-top: 1em;
}

.format-aside .post_content_inner:after {
	display: none;
}

.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
	margin-top: 1.6em;
}

/* Chat */
.format-chat p {
	margin-bottom: 0;
}

.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
	display: inline-block;
	margin-top: 1.7em;
}

.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
	margin-top: 0;
}

/* 7.5 Paginations
-------------------------------------------------------------- */
/* Blog pagination: Load more and Infinite */
.nav-links-more {
	text-align: center;
	margin-top: 2em;
}

[class*="blog_style_classic"] .nav-links-more,
[class*="blog_style_masonry"] .nav-links-more {
	margin-top: 0;
}

.nav-links-more.nav-links-infinite {
	display: none;
}

.nav-links-more a {
	display: inline-block;
	padding: 1.2rem 2.5rem;
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
}

.nav-links-more a:after {
	position: relative;
	content: "\e969";
	font-family: "fontello";
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
}

.nav-links-more.loading a:after {
	content: "\e82f";
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.nav-links-infinite a span {
	opacity: 0;
}

.nav-links-infinite.loading {
	display: block;
}

/* Blog pagination: Prev/Next links */
.nav-links-old {
	overflow: hidden;
	font-size: 0.9333em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 3em;
}

body[class*="blog_style_portfolio"] .nav-links-old,
body[class*="blog_style_classic"] .nav-links-old {
	margin-top: 1.3em;
}

.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
	font-family: "fontello";
	font-weight: normal;
	display: inline;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.nav-links-old .nav-prev {
	float: left;
	position: relative;
	padding-left: 2em;
}

.nav-links-old .nav-prev a:before {
	content: "\e959";
}

.nav-links-old .nav-next {
	float: right;
	position: relative;
	padding-right: 2em;
}

.nav-links-old .nav-next a:after {
	content: "\e96f";
	left: auto;
	right: 0;
}

.nav-links-old a {
	border-bottom: 1px dotted transparent;
}

/* Blog pagination: Page numbers */
div.esg-filters,
.comments_pagination,
.nav-links,
.page_links {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 2.5em;
	text-align: left;
	border: none;
	list-style-type: none;
	clear: both;
}

.page_links {
	margin-top: 0;
	padding-top: 2.5em;
}

.page_links .page_links_title {
	display: inline-block;
	vertical-align: top;
	margin: 1.75em 1em 0 0;
}

.esg-filters div.esg-navigationbutton,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	font-weight: normal;
	margin: 0.6667em 0.6667em 0 0;
	padding: 0;
	border: none;
	width: 3.7em;
	height: 3.7em;
	line-height: 3.7em;
	text-align: center;
	border-radius: 0;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease,
		background-position 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease,
		background-position 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease,
		background-position 0.3s ease;
}

.esg-filters .esg-navigationbutton i[class*="eg-icon-"] {
	color: inherit;
}

.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
	content: "\e959";
	font-family: "fontello";
}

.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
	content: "\e96f";
	font-family: "fontello";
}

.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
	text-indent: 200px;
	overflow: hidden;
	position: relative;
}

.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before {
	font-family: "fontello";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-indent: 0;
	font-size: 10px;
}

.nav-links .page-numbers.prev:before,
.comments_pagination .page-numbers.prev:before {
	content: "\e959";
}

.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.next:before {
	content: "\e96f";
}

/* Single page Prev/Next navigation */
.nav-links-single {
	margin-top: 2.7em;
	padding-top: 3em;
}

.nav-links-single .nav-links {
	font-size: 0.8667em;
	text-align: left;
	overflow: hidden;
	text-transform: none;
	margin-top: 0;
}

.nav-links-single h2.screen-reader-text {
	display: block;
	clip: unset;
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	visibility: visible;
	margin: 0 0 0.8em !important;
	text-align: left;
	font-size: 2.25rem;
	line-height: 1.1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: initial;
}

.nav-links-single.nav-links-fixed h2.screen-reader-text {
	display: none;
}

.nav-links-single .nav-links a {
	display: block;
	position: relative;
	min-height: 5em;
	z-index: 1;
}

.nav-links-single .nav-links a .nav-arrow {
	width: 5em;
	height: 4.6em;
	line-height: 4.6em;
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-links-single .nav-links a .nav-arrow:before {
	content: " ";
	display: block;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-links-single .nav-links a:hover .nav-arrow:before {
	opacity: 0.5;
}

.nav-links-single .nav-links a .nav-arrow:after {
	content: "\e959";
	font-family: "fontello";
	display: inline-block;
	position: relative;
	z-index: 2;
	top: 3em;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-links-single .nav-links a:hover .nav-arrow:after {
	top: 0;
	opacity: 1;
}

.nav-links-single .nav-links .nav-next a .nav-arrow {
	right: 0;
	left: auto;
}

.nav-links-single .nav-links .nav-next a .nav-arrow:after {
	content: "\e96f";
}

.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
	width: 50%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-links-single .nav-links .nav-previous {
	float: left;
	text-align: left;
	padding-right: 25px;
}

.nav-links-single .nav-links .nav-previous .post-title {
	text-align: left;
}

.nav-links-single .nav-links .nav-next {
	float: right;
	text-align: right;
	padding-left: 25px;
}

.nav-links-single .nav-links .nav-next .post-title {
	text-align: left;
}

.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.nav-links-single .nav-links .post-title {
	margin: 0.7em 0 0.3em;
}

.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
	font-size: 0.9286em;
	font-weight: normal;
}

.nav-links-single.nav-links-fixed {
	position: fixed;
	z-index: 10;
	bottom: 100px;
	left: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.nav-links-single.nav-links-fixed.nav-links-visible {
	opacity: 1;
}

.nav-links-single.nav-links-fixed .nav-links {
	padding: 0;
	margin: 0;
	border-width: 0;
}

.nav-links-single.nav-links-fixed .nav-links .nav-previous,
.nav-links-single.nav-links-fixed .nav-links .nav-next {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 220px;
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.nav-links-single.nav-links-fixed .nav-links .nav-previous {
	left: -300px;
}

.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-previous {
	left: 0;
}

.nav-links-single.nav-links-fixed .nav-links .nav-next {
	left: auto;
	right: -300px;
}

.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-next {
	right: 0;
}

.nav-links-single .post-navigation .nav-links .nav-next a,
.nav-links-single .post-navigation .nav-links .nav-previous a {
	background-repeat: no-repeat;
	background-size: cover;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap {
	padding: 1.7rem 2rem 1.5rem 2.2rem;
	position: relative;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:before,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	z-index: -1;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	line-height: 1em;
	border: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow:before,
.nav-links-single
	.post-navigation
	.nav-links
	.nav-previous
	a
	.nav_wrap
	.arrow_wrap
	.nav-arrow:before {
	display: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow:after,
.nav-links-single
	.post-navigation
	.nav-links
	.nav-previous
	a
	.nav_wrap
	.arrow_wrap
	.nav-arrow:after {
	top: 0;
	opacity: 1;
	font-size: 10px;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .screen-reader-text,
.nav-links-single
	.post-navigation
	.nav-links
	.nav-previous
	a
	.nav_wrap
	.arrow_wrap
	.screen-reader-text {
	position: relative !important;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	font-size: 14px;
	line-height: 1.7em;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-links-single
	.post-navigation
	.nav-links
	.nav-next
	a
	.nav_wrap
	.arrow_wrap
	.screen-reader-text:hover,
.nav-links-single
	.post-navigation
	.nav-links
	.nav-previous
	a
	.nav_wrap
	.arrow_wrap
	.screen-reader-text:hover {
	display: inline-block;
	background-color: transparent !important;
	color: inherit;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:hover .screen-reader-text,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:hover .screen-reader-text {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap {
	padding-left: 11px;
}
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow {
	right: 0;
}
.nav-links-single
	.post-navigation
	.nav-links
	.nav-previous
	a
	.nav_wrap
	.arrow_wrap
	.screen-reader-text {
	padding-left: 10px !important;
}
.nav-links-single .post-navigation .nav-links .nav-next {
	text-align: left;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap {
	padding-right: 11px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow {
	right: 0;
	left: auto;
}
.nav-links-single
	.post-navigation
	.nav-links
	.nav-next
	a
	.nav_wrap
	.arrow_wrap
	.screen-reader-text {
	padding-right: 10px !important;
}

/* Attachments navigation */
.image-navigation .nav-previous,
.image-navigation .nav-next {
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 1.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.image-navigation .nav-next {
	left: auto;
	right: 1.5em;
	text-align: right;
}

.image-navigation .nav-previous a,
.image-navigation .nav-next a {
	display: block;
	padding: 1.1em 1em;
	width: 0;
	max-width: 20em;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	color: #fff;
	border-radius: 50%;
}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	width: auto;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 0, 0, 0.6);
	border-radius: 2em;
}

.image-navigation .nav-previous a:hover {
	padding-left: 3.5em;
}

.image-navigation .nav-next a:hover {
	padding-right: 3.5em;
}

.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
	content: "\e8ef";
	font-family: "fontello";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4em;
	height: 4em;
	line-height: 4em;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: #333;
	color: #fff;
}

.image-navigation .nav-next a:after {
	content: "\e8f0";
	left: auto;
	right: 0;
}

.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
	border-color: transparent;
	background-color: transparent;
}

/* 8. Single page parts
-------------------------------------------------------------- */
.structured_data_snippets {
	display: none;
}

.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
	padding: 0;
	text-align: left;
}

.post_item_single.format-quote .post_content {
	background-color: transparent;
	padding-top: 0;
}

.section_title {
	margin: 0 0 0.8em;
	text-align: left;
}

/* 8.1 Post header
------------------------------------------------------ */
.post_item_single > .post_featured {
	margin-bottom: 2.8em;
	text-align: center;
}

.post_item_single > .post_featured > img {
	width: auto;
	max-height: 80vh;
}

.post_featured.post_attachment {
	margin-bottom: 0.5em;
}

.entry-caption {
	text-align: center;
	font-style: italic;
}

.post_item_single .post_featured + .post_header_single {
	margin-top: 2.5em;
}
.post_item_single .post_header_single {
	margin-bottom: 1.5em;
}

.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
	margin-top: -0.2em;
}

.post_item_single .post_header_single .post_title {
	margin-bottom: 0;
}

/* 8.2 Post footer
------------------------------------------------------ */
.post_item_single .post_content > .post_meta_single {
	font-size: 14px;
	line-height: 1.375em;
	margin-top: 1em;
	letter-spacing: 0;
	overflow: hidden;
	clear: both;
}

.post_item_single .post_content > .post_meta_single .post_tags {
	float: left;
	display: block;
	max-width: 55%;
}

.post_item_single .post_content > .post_meta_single .post_tags:after {
	display: none;
}

/* Social share in the single post/page */
.post_item_single .post_content > .post_meta_single .post_share {
	float: right;
	display: block;
	max-width: 42%;
}

.post_item_single .post_content > .post_meta_single .post_share:before {
	display: none;
}

.post_item_single .post_content > .post_meta_single .post_share .social_item {
	margin: 0 0.5em 0.5em 0;
}

.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
	display: block;
	width: 2.8em;
	height: 2.8em;
	line-height: 2.8em;
	text-align: center;
}

/* 8.3 Post author
------------------------------------------------------ */
.author_info {
	margin-top: 5.6em;
	padding: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.author_info .author_description .socials_wrap .social_item {
	margin: 6px 15px 0 0;
}
.author_info .author_description .socials_wrap .social_item .social_icon {
	background-color: transparent !important;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
}
.author_info .author_description .socials_wrap .social_item:hover .social_icon {
	background-color: transparent !important;
}

.author_avatar {
	width: 11em;
	padding-right: 30px;
}

.author_avatar img {
	width: 100%;
	height: auto;
}

.author_description {
	padding-left: 0;
}

.author_title {
	margin-top: 0;
	margin-bottom: 0.6em;
}

.author_bio p {
	margin: 0;
}

.author_bio p + p {
	margin-top: 0.6em;
}

.author_bio .author_link {
	display: block;
	margin-top: 0.8em;
	font-style: italic;
	letter-spacing: 0;
}

.author_bio .socials_wrap {
	margin-top: 1em;
}

/* 8.4 Related posts
------------------------------------------------------ */
.related_wrap {
	margin-top: 3em;
	padding-top: 3em;
}

.related_wrap .related_item {
	text-align: center;
}

.related_wrap .post_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.related_wrap .post_categories li {
	display: inline-block;
	margin: 0;
}

.related_wrap .post_categories li + li {
	margin-left: 0.5em;
}

.related_wrap .post_categories li:nth-child(n + 3) {
	display: none;
}

.related_wrap .post_title {
	margin: 0.2em 0 0.1em;
}

/* Style 1 */
.related_wrap .related_item_style_1 .post_featured .post_header {
	display: block;
	max-width: 70%;
	padding: 3em 2em;
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
	top: 90%;
}

.related_wrap .related_item_style_1 .post_title {
	margin: 0.8em 0;
	letter-spacing: 1px;
	line-height: 1.5em;
}

/* Style 2 */
.related_wrap .related_item_style_2 .post_featured img {
	width: 100%;
}

.related_item_style_2 {
	position: relative;
}
.related_item_style_2 .post_featured {
	position: relative;
	margin-bottom: 0;
}
.related_item_style_2 .post_featured + .top_wrap_meta {
	position: absolute;
	top: 1.8em;
	left: 2em;
	z-index: 6;
	padding: 0;
}
.related_item_style_2 .post_featured + .top_wrap_meta .post_meta {
	margin-top: 0;
}
.related_item_style_2.post_format_quote .post_header .inner_content_wrap {
	padding: 1.5em 2em 1em 2em;
}
.related_item_style_2 .post_header .inner_content_wrap {
	text-align: left;
	padding: 1.4em 2em 1em 2em;
}
.related_item_style_2 .post_header .inner_content_wrap .top_wrap_meta {
	margin-bottom: 0.8rem;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content .post_meta {
	margin-top: 1.2rem;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content .post_meta .post_author {
	margin-left: 0;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content {
	margin-top: 1em;
}
.related_item_style_2.post_format_quote .inner_content_wrap .post_content {
	margin-top: 0;
}
.related_item_style_2.post_format_quote
	.inner_content_wrap
	.post_content
	.post_content_inner
	blockquote {
	padding: 1.5em;
}

/* Style 3 */
.related_wrap .related_item_style_3.related_item {
	text-align: left;
	border-bottom: 1px solid #c1c1c1;
}

.related_wrap .related_wrap_slider .related_item_style_3.related_item {
	border-bottom: none;
}

.related_wrap .related_item_style_3 .post_date {
	font-size: 1em;
	line-height: inherit;
	vertical-align: baseline;
}

.related_wrap .related_item_style_3 .post_date [class^="icon-"] {
	font-size: 1.2em;
	line-height: inherit;
	margin-right: 0.3em;
	margin-left: 0;
	vertical-align: baseline;
}

.related_wrap .columns_wrap .column-1_4:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(4) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_1:last-child .related_item_style_3 {
	border-bottom: none;
}

/* 8.5 Comments
-------------------------------------------------------- */
.body_style_fullscreen .comments_wrap {
	margin-bottom: 3em;
}

.related_wrap + .comments_wrap .comments_list_wrap {
	margin-top: 0;
	padding-top: 3em;
}

.extra_footer_single .related_wrap + .comments_wrap .comments_list_wrap {
	margin-top: 0;
	padding-top: 0;
}

/* Comment list */
.comments_list_wrap {
	/*  margin-top: 3em;
  padding-top: 3em; */
	overflow: hidden;
}

.comments_list_wrap .comments_closed {
	margin-top: 2em;
	color: #1d1d1d;
}

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

.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
	padding-top: 1.5em;
}

.comments_list_wrap ul > li {
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 6em;
}

.comments_list_wrap ul > li:before {
	display: none;
}

.comments_list_wrap ul ul {
	margin-left: 1.8em;
	padding-left: 0;
}

.comments_list_wrap ul ul ul ul ul {
	margin-left: 0;
}

.comments_list_wrap li + li,
.comments_list_wrap li ul {
	margin-top: 1.2em;
}

.comments_list_wrap .comment_author_avatar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 3.8em;
	height: 3.8em;
	line-height: 3.8em;
	text-align: center;
	overflow: hidden;
}

.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
	top: 1.4em;
}

.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
	content: " ";
	display: block;
	border: 12px solid transparent;
	border-top-color: #ddd;
	position: absolute;
	z-index: 1;
	top: -14px;
	right: -14px;
	width: 0;
	height: 0;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.comments_list_wrap .comment_author_avatar img {
	width: 100%;
}

.comments_list_wrap .comment_content {
	padding-left: 5.4em;
	overflow: hidden;
}

.comments_list_wrap .comment_info {
	margin: 0 0 0.4em;
	position: relative;
	line-height: 1.2em;
}
.comments_list_wrap .comment_info > *:after {
	content: "|";
	position: relative;
	padding-left: 5px;
	margin-right: 5px;
}
.comments_list_wrap .comment_info > *:last-child:after {
	display: none;
}

.comments_list_wrap .comment_author {
	margin: 0 0.5em 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
}
.comments_list_wrap .comment_author a {
	display: inline-block;
}

.comments_list_wrap .comment_posted {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: inherit;
	font-style: normal;
}

.comments_list_wrap .comment_posted_label {
	display: none;
}

.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
	display: inline-block;
	vertical-align: baseline;
}

.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
	margin-right: 0.3em;
}

.comments_list_wrap .comment_time {
	display: none;
}

.comments_list_wrap .comment_not_approved {
	padding: 0.2em 0 0.5em 0;
	font-style: italic;
}

.comments_list_wrap .comment_text {
	margin-bottom: 0.5em;
}

.comments_list_wrap .comment_text p {
	margin: 0;
}

.comments_list_wrap .comment_text p + p {
	margin-top: 0.6em;
}

.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
	margin: 0;
	padding: 0 0 0 1.5em;
}

.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
	display: list-item;
}

.comments_list_wrap .comment_text ul {
	list-style: disc outside;
}

.comments_list_wrap .comment_text ul ul {
	list-style-type: circle;
}

.comments_list_wrap .comment_text ul ul ul {
	list-style-type: square;
}

.comments_list_wrap .comment_text ul ul ul ul {
	list-style-type: disc;
}

.comments_list_wrap .comment_text ol {
	list-style: decimal outside;
}

.comments_list_wrap .comment_text ol ol {
	list-style-type: lower-alpha;
}

.comments_list_wrap .comment_text ol ol ol {
	list-style-type: upper-roman;
}

.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
	margin-top: 0.5em;
}

.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
	min-height: 0;
	padding: 0;
	margin: 0 0 0.5em 0;
	overflow: visible;
}

.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
	border: none;
}

.comments_list_wrap .comment_reply {
	font-size: 14px;
	line-height: 1.2em;
	font-style: normal;
	display: inline-block;
}

.comments_list_wrap .comment_reply a:before {
	content: "\e802";
	font-family: "fontello";
	margin-right: 0.2em;
	display: none;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback,
.comments_list > li.pingback {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-right: 4em;
	padding-top: 1em;
	min-height: 0;
	position: relative;
}

.comments_list > li.trackback + li,
.comments_list > li.pingback + li {
	margin-top: 1em;
}

.comments_list > li.trackback p,
.comments_list > li.pingback p {
	font-style: italic;
	padding-bottom: 0.8em;
}

.comments_list > li.trackback p a,
.comments_list > li.pingback p a {
	font-style: normal;
}

.comments_list > li.trackback .edit-link,
.comments_list > li.pingback .edit-link {
	position: absolute;
	z-index: 1;
	top: 1em;
	right: 0;
}

/* Comments form */
.comments_form_wrap {
	/* margin-top: 3em; */
	padding-top: 3em;
	overflow: hidden;
}

.comments_list_wrap + .comments_form_wrap {
	margin-top: 1.8em;
	padding-top: 1.7em;
}

.comments_form_wrap form {
	position: relative;
}

.comments_wrap .comments_list_wrap .comments_form_title {
	margin-top: 1.5em;
	position: relative;
	padding-right: 1.2em;
}

.comments_wrap .comment-respond {
	margin-bottom: 2em;
}

.comments_wrap #cancel-comment-reply-link {
	font-size: 0;
}

.comments_wrap #cancel-comment-reply-link:before {
	content: "\e916";
	font-family: "fontello";
	font-size: 18px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

.comments_wrap .comments_notes {
	font-size: 0.8667em;
}

.comments_wrap .comments_field {
	margin-bottom: 1.25em;
}

.comments_wrap .comments_author,
.comments_wrap .comments_email {
	width: 48.7%;
	float: left;
}

.comments_wrap .comments_email {
	float: right;
}

.comments_wrap .comments_url {
	clear: both;
}

.comments_wrap .comments_comment:before {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}

.comments_wrap .comments_field label {
	display: none;
}

.comments_wrap .comments_field input[type="checkbox"] + label,
.comments_wrap .comments_field input[type="radio"] + label {
	display: block;
}

.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
	width: 100%;
	padding: 1.15em 2em;
}

.comments_wrap .comments_field textarea {
	min-height: 9.15rem;
}

/* Submit button */
.comments_wrap .form-submit {
	margin: 2em 0 0;
}

.comments_wrap .form-submit:before {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}

.comments_wrap .form-submit input[type="submit"] {
	display: inline-block;
}

form .error_field {
	border-color: #cc6868 !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
	-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
}

/* Social login in the comment form */
.comments_form_wrap form .wp-social-login-widget {
	position: absolute;
	z-index: 1;
	top: -6.2em;
	right: 0;
}

.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
	display: none;
}

.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
	padding: 0;
}

/* MailChimp form */
form.mc4wp-form {
	padding-right: 11em !important;
	padding-bottom: 2.3rem;
}
form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
	max-width: 12em !important;
	padding: 1.2rem 1.8rem !important;
}
form.mc4wp-form .label_wrap {
	position: absolute !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	bottom: 0;
}
.sc_layouts_column_align_center form.mc4wp-form .label_wrap {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
}

/* 8.6 Page 404
-------------------------------------------------------------- */
.post_item_404 .post_content {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.post_item_404 .page_title {
	width: auto;
	font-size: 25rem;
	line-height: 0.7em;
	margin: 0;
	margin-top: 0 !important;
	letter-spacing: 0;
	text-align: center;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.post_item_404 .page_info {
	width: 100%;
	text-align: center;
	padding: 3.8rem 0 0 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post_item_404 .page_subtitle {
	margin: 0;
}

.post_item_404 .page_description {
	font-size: 1rem;
	margin-top: 1.2em;
	margin-bottom: 2.4em;
	text-transform: none;
}

.post_item_404 .go_home:after {
	content: "\e96f";
	font-family: "fontello";
	font-size: 10px;
	margin-left: 0.5em;
	line-height: inherit;
}

/* 8.7 Page 'No search results' and 'No archive results'
-------------------------------------------------------- */
.post_item_none_search .post_content {
	padding: 1.5em 0;
}

.post_item_none_search .page_title,
.post_item_none_archive .page_title {
	font-size: 7em;
	line-height: 0.7em;
}

/* 9. Sidebars
-------------------------------------------------------------- */
/* Inherit rules */
.sidebar.widget_area .sidebar_inner .widget {
	padding: 3.4rem 3.4rem 3.4rem 3.6rem;
}
.sidebar.widget_area .sidebar_inner .widget + .widget {
	margin-top: 3.2rem;
}
.sidebar.widget_area .sidebar_inner .widget.widget_tag_cloud .tagcloud {
	padding-top: 7px;
}

.elementor-widget-sidebar .widget {
	padding: 3.15rem 3.4rem 3.15rem 3.6rem;
	margin-bottom: 50px;
}
.elementor-widget-sidebar .widget:last-child {
	margin-bottom: 0;
}
.elementor-widget-sidebar .widget.widget_tag_cloud {
	padding: 3.45rem 3.4rem 3.6rem 3.6rem;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tagcloud {
	padding-top: 10px;
}
.elementor-widget-sidebar aside {
	width: 100%;
}

/* Common rules */
.sidebar[class*="scheme_"] .sidebar_inner {
	padding: 4rem 0;
}

.sidebar[class*="scheme_"] .widget {
	padding: 0 4rem;
}

.sidebar[class*="scheme_"] .widget .widget {
	padding: 0;
}

.sidebar[class*="scheme_"] .widget + .widget {
	padding-top: 4rem;
}

.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*="scheme_"] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*="scheme_"] .widget + .widget.widget_fullwidth {
	border-top: none;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*="scheme_"] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*="scheme_"] .widget.widget_fullwidth + .widget {
	border-top: none;
	margin-top: 0;
}

.widget p {
	margin: 0;
}

.widget p + p,
.widget p + div,
.widget p + form {
	margin-top: 1em;
}

.widget .widgettitle {
	font-size: 1.4286em;
	line-height: 1.35em;
}

.widget .widget_title,
.widget .widgettitle {
	margin-top: 0;
	margin-bottom: 0.75em;
}

.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
	text-align: center;
}

ul.wp-block-page-list,
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ul.wp-block-categories__list,
.widget ul {
	position: relative;
	margin: 0;
	padding-left: 0.9em;
	list-style-type: none;
}
ul.wp-block-page-list ul,
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul,
ul.wp-block-categories__list ul,
.widget ul ul {
	margin-top: 6px;
}

.widget ul ul ul ul {
	/* Remove padding for the levels 4+ */
	padding-left: 0.5em;
}

ul.wp-block-page-list li,
ul.wp-block-archives-list li,
ul.wp-block-categories-list li,
ul.wp-block-categories__list li,
.widget li {
	position: relative;
	list-style: none;
}
ul.wp-block-page-list li + li,
ul.wp-block-archives-list li + li,
ul.wp-block-categories-list li + li,
ul.wp-block-categories__list li + li,
.widget li + li {
	margin-top: 6px;
}
ul.wp-block-page-list.wp-widget-nav_menu li,
ul.wp-block-archives-list.wp-widget-nav_menu li,
ul.wp-block-categories-list.wp-widget-nav_menu li,
ul.wp-block-categories__list.wp-widget-nav_menu li,
.widget.wp-widget-nav_menu li {
	position: relative;
	line-height: 1.4em;
}

ul.wp-block-page-list li:before,
ul.wp-block-archives-list li:before,
ul.wp-block-categories-list li:before,
ul.wp-block-categories__list li:before {
	content: "\e95b";
	font-family: "fontello";
	font-size: 7px;
	position: absolute;
	z-index: 1;
	top: 48%;
	left: -2.1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget.wp-widget-nav_menu ul > li a:before,
.widget.widget_recent_entries ul > li a:before,
.widget.widget_archive ul > li a:before,
.widget.widget_categories ul > li a:before,
.widget.widget_pages ul > li a:before,
.widget.widget_nav_menu ul > li a:before,
.widget.widget_meta ul > li a:before {
	content: "\e95b";
	font-family: "fontello";
	font-size: 7px;
	position: absolute;
	z-index: 1;
	top: 48%;
	left: -2.1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget.widget_recent_comments ul {
	padding-left: 0;
}
.widget.widget_recent_comments ul > li a:before {
	display: none;
}
.widget.widget_recent_comments ul li + li {
	margin-top: 15px;
}
.widget.widget_categories ul > li a:before,
.widget.widget_pages ul > li a:before,
.widget.widget_nav_menu ul > li a:before {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.widget.widget_banner a {
	position: relative;
}
.widget.widget_banner a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.widget.widget_banner a:hover:before {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.widget li a img {
	vertical-align: baseline;
}

.elementor-widget-image a {
	position: relative;
}
.elementor-widget-image a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.elementor-widget-image a:hover:before {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.widget.widget_recent_comments li {
	margin-bottom: 1.55em;
}

ul.wp-block-social-links,
ul.wp-block-social-links li.wp-social-link,
.widget.widget_recent_comments ul,
ol.wp-block-latest-comments,
.single-post .post_item_single .post_content .wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

ul.wp-block-rss li:before,
.widget_rss li:before,
.wp-block-latest-comments li:before,
.wp-block-latest-posts__list li:before,
.wp-block-latest-posts__list li a:before,
.widget.widget_recent_comments li:before,
ul.wp-block-social-links li.wp-social-link:before {
	display: none !important;
}

ul.wp-block-latest-posts__list > li {
	list-style-type: none !important;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin-top: 0;
}

/* Widgets above and below the page (content and sidebar) */
.widgets_above_page_wrap,
.widgets_above_content_wrap {
	font-size: 1em;
	margin-bottom: 5em;
}

.widgets_below_content_wrap,
.widgets_below_page_wrap {
	font-size: 1em;
	margin-top: 5em;
}

.widgets_below_page_wrap {
	clear: both;
}

/* Widget: Calendar */
.wp-block-calendar table,
.widget_calendar table {
	width: 100%;
	position: relative;
}

.wp-block-calendar caption,
.widget_calendar caption {
	padding-bottom: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: left;
}

.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
	background-color: transparent !important;
}

.wp-block-calendar th,
.widget_calendar th,
.wp-block-calendar td,
.widget_calendar td {
	font-size: 13px !important;
	line-height: 2.6em;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	border: none !important;
	background-color: transparent;
	width: 12%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-calendar th,
.widget_calendar th {
	border-right: 8px solid #fff !important;
	padding: 0;
	position: relative;
	z-index: 2;
}
.wp-block-calendar th:last-child,
.widget_calendar th:last-child {
	border: none !important;
}
.content .wp-block-calendar th,
.content .widget_calendar th {
	border: none;
}
.wp-block-calendar th:before,
.widget_calendar th:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3em;
	text-align: center;
	will-change: transform;
}

.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
	display: block;
	position: relative;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
	content: " ";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 48%;
	width: 3px;
	height: 3px;
	line-height: 3px;
	text-align: center;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.wp-block-calendar td#today,
.widget_calendar td#today {
	position: relative;
	z-index: 2;
}

.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	will-change: transform;
}

.wp-block-calendar tfoot,
.widget_calendar tfoot {
	position: relative;
	top: 0.6em;
}

.wp-block-calendar tfoot td,
.widget_calendar tfoot td {
	text-transform: none !important;
	padding-top: 1rem;
}

.wp-calendar-nav-prev {
	text-align: left;
	overflow: hidden;
}

.wp-calendar-nav-next {
	text-align: right;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
	position: relative;
	font-size: 1rem;
	line-height: 1em;
}

.wp-calendar-nav-prev a {
	padding-left: 0.6rem;
}

.wp-calendar-nav-next a {
	padding-right: 0.6rem;
}

.wp-calendar-nav-prev a:before,
.wp-calendar-nav-next a:before {
	position: absolute;
	left: 5px;
	top: 60%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	width: 1.8em;
	height: 1.3em;
	line-height: 1.3em;
	display: inline-block;
	font-size: 7px;
}

.wp-calendar-nav-prev a:before {
	content: "\e965";
	font-family: "fontello";
}

.wp-calendar-nav-next a:before {
	content: "\e95b";
	font-family: "fontello";
	left: auto;
	right: 5px;
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wp-calendar-nav a {
	text-decoration: none;
}

.wp-block-calendar table {
	border-spacing: 1em;
	border-collapse: separate;
}

.wp-block-calendar table * {
	border-width: 0 !important;
}

.wp-block-calendar table caption {
	padding-bottom: 0.2em;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5rem;
}

/* Widget: Recent Posts */
.widget_recent_entries .post-date {
	display: inline-block;
	margin-left: 0.5em;
}

/* Widgets: WP Search, bbPress Forums Search */
.widget_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.widget_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
	content: "\e8eb";
	font-family: "fontello";
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 1.2em;
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	pointer-events: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget_search .search-field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
	width: 100%;
	padding: 1.25em 1.5em;
	padding-right: 3em !important;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_search input.search-submit,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
	display: block;
	text-indent: -1000px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 4em;
	height: 100%;
	padding: 0;
	border: none !important;
	background: none !important;
	cursor: pointer;
}

.wp-block-search:after {
	display: none !important;
}
.wp-block-search label {
	display: block;
	margin-bottom: 5px;
}
.wp-block-search .wp-block-search__button {
	padding: 0.4em 1.5em;
	position: relative;
}
.wp-block-search .wp-block-search__button.has-icon {
	width: 56px;
	padding: 0.4em;
}
.wp-block-search .wp-block-search__button.has-icon:before {
	content: "\e8eb";
	font-family: "fontello";
	font-weight: 300;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button svg {
	display: none;
}
.wp-block-search .wp-block-search__input {
	padding: 1em 1.2em;
}
.wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper
	.wp-block-search__input {
	padding: 0.8em 1.2em;
}
.wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper
	.wp-block-search__button {
	padding: 0.4em 1.5em;
}
.wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper
	.wp-block-search__button.has-icon {
	width: 49px;
}

/* Widget: RSS */
.widget_rss .widget_title a {
	display: inline-block;
	margin-right: 6px;
}

.widget_rss .widget_title a:first-child:before {
	content: "\e8ed";
	font-family: "fontello";
	display: inline-block;
	font-size: 0.9em;
}

.widget_rss .widget_title img {
	display: none;
}

.widget_rss ul,
.widget_rss li {
	padding-left: 0;
}

.widget_rss li:before {
	display: none;
}

.widget_rss li + li {
	margin-top: 2em;
}

/* Widgets: WP Tag Cloud */
.widget_product_tag_cloud,
.widget_tag_cloud {
	overflow: hidden;
}

.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title {
	margin-bottom: 1em;
}

.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.wp-block-tag-cloud a,
.widget_tag_cloud a {
	display: block;
	float: left;
	padding: 11px 15px;
	margin: 0 9px 9px 0;
	font-size: 13px !important;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
}

/* Widget: Custom Feeds for Instagram */
#sb_instagram .sbi_header_text {
	padding-top: 0 !important;
	margin-top: -2px;
}

#sb_instagram .sb_instagram_header {
	padding: 0 !important;
	margin-bottom: 0.5em !important;
}

.footer_fullwidth #sb_instagram .sb_instagram_header {
	float: none;
	text-align: center;
	overflow: hidden;
}

.footer_fullwidth #sb_instagram .sb_instagram_header > a {
	float: none;
	display: inline-block;
	overflow: hidden;
}

#sb_instagram .sb_instagram_header h3 {
	font-size: 1.2308em;
	line-height: 1.5em;
}

#sb_instagram .sb_instagram_header p {
	font-size: 1em;
	line-height: 1.5em;
}

#sb_instagram #sbi_load {
	margin-top: 0.5em;
}

/* Widget: Instagram */
ul.instagram-pics {
	margin-right: -5px;
}

ul.instagram-pics li {
	float: left;
	padding: 0 5px 5px 0;
	margin: 0;
	overflow: hidden;
	width: 33.3333%;
	height: auto;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.column-1_3 ul.instagram-pics li {
	width: 25%;
}

.column-1_2 ul.instagram-pics li {
	width: 20%;
}

.column-1_1 ul.instagram-pics li {
	width: 16.6666%;
}

ul.instagram-pics li:before {
	display: none;
}

/* 10. Footer areas
-------------------------------------------------------------- */
.footer_wrap.footer_default {
	padding-top: 3rem;
}

/* Footer widgets */
.footer_wrap .widget[class*="column-"] {
	margin: 1.5em 0;
}

.footer_wrap.footer_default .sc_layouts_row .widget[class*="column-"] {
	margin-bottom: 3rem !important;
}

.footer_wrap .vc_col-sm-4 .widget li {
	display: inline-block;
	width: 45%;
	margin-right: 3%;
	vertical-align: top;
}

.footer_wrap .vc_col-sm-4 .widget li li {
	display: block;
	width: 100%;
	margin-right: 0%;
}

.footer_wrap .footer_fullwidth {
	overflow: hidden;
}

.footer_wrap {
	content-visibility: auto;
}

.footer_wrap .widget_title,
.footer_wrap .widgettitle {
	text-align: left;
}

.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
	text-align: center;
	margin-bottom: 1.5em;
}

/* Footer logo */
.footer_logo_inner {
	padding: 4em 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
	border-top-width: 1px;
	border-top-style: solid;
}

.footer_logo_inner:after {
	content: " ";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 3em;
}

.trx_addons_absent .footer_logo_inner {
	padding: 1em 0;
}

.trx_addons_absent .footer_logo_inner:after {
	display: none;
}

.footer_logo_inner img {
	max-width: 25%;
}

.logo_footer_text {
	font-size: 3.3333em;
	line-height: 1em;
	letter-spacing: 6px;
	margin: 0;
}

.logo_footer_image + .logo_footer_text {
	margin: 0.63em 0 2em;
}

/* Socials in the default footer */
.footer_socials_inner {
	padding: 2em 0 3em;
	text-align: center;
}

/* Menu in the default footer */
.footer_menu_inner {
	padding: 2em 0;
	text-align: center;
}

.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
	display: inline-block;
	vertical-align: baseline;
	font-size: 12px;
	z-index: auto !important;
}

.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0.8em;
	margin: 0;
	vertical-align: baseline;
	border-left: 1px dotted #ddd;
}

.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
	padding: 0.5em 2.5em;
	display: inline-block;
}

.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
	padding: 0.5em 1em;
}

.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
	padding-right: 3.5em;
}

.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
	padding-right: 2em;
}

.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
	content: "\e828";
	font-family: "fontello";
	right: 2em;
}

.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
	right: 0.5em;
}

.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
	content: "\e836";
	font-family: "fontello";
}

.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
	top: auto;
	bottom: 3em;
	border: 1px solid #ddd;
}

.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
	top: auto;
	bottom: -1.4em;
	margin-left: 2px;
}

.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
	margin-left: -2px;
}

.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
	font-size: 12px;
}

.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
	display: block;
}

/* Copyright area in the default footer */
.footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
	border-top-width: 0;
	border-top-style: solid;
}

.footer_copyright_inner {
	font-size: 0.9333em;
	padding: 2em 0;
	overflow: hidden;
	text-align: center;
}

.footer_copyright_wrap p {
	margin: 0;
}

/* 11. Utils
-------------------------------------------------------------- */
/* Customizer message */
.maxify_customizer_message {
	padding: 2em;
	margin: 0 auto;
	max-width: 60%;
	background-color: #f3e6ce;
	color: #996600;
	border-left: 3px solid #666600;
}

.maxify_customizer_message b {
	color: #333300;
}

/* Debug window */
#debug_log {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.admin-bar #debug_log {
	top: 32px;
}

#debug_log_close {
	position: absolute;
	z-index: 1;
	top: -6px;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#debug_log_content {
	font-size: 12px;
	line-height: 15px;
	max-height: 66px;
	padding: 16px 16px 6px;
	overflow: auto;
	word-wrap: normal;
	white-space: pre-line;
}

/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
	position: absolute;
	z-index: 1;
	top: 3.3333em;
	right: 0;
	width: 37.5em;
	padding: 3em 2.5em 2em;
	display: none;
}

.popup_registration {
	right: -5.5em;
}

.popup_wrap .popup_close {
	display: block;
	font-size: 1.25em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	margin: 0.5em 0.5em 0 0;
	color: #cccccc;
	border: 2px solid #ebebeb;
	background-color: #f4f7f9;
}

.popup_wrap .popup_close:hover {
	color: #909090;
	border: 2px solid #cccccc;
	background-color: #ffffff;
}

.popup_wrap .popup_close:before {
	content: "\e8ac";
	font-family: "fontello";
	line-height: 1em;
	padding: 0 !important;
	margin: 0 !important;
}

.popup_wrap .form_wrap {
	position: relative;
	overflow: hidden;
}

.popup_wrap .form_left {
	float: left;
	padding-right: 2.5em;
	width: 54%;
	border-right: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.popup_wrap .form_right {
	float: right;
	padding-left: 2.5em;
	width: 45%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.popup_wrap.popup_registration .form_left {
	width: 50%;
	padding-right: 5px;
	border-right: none;
}

.popup_wrap.popup_registration .form_right {
	width: 50%;
	padding-left: 5px;
}

.popup_wrap .popup_form_field {
	margin-bottom: 0.625em;
}

.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="url"],
.popup_wrap input[type="password"] {
	width: 100%;
	border: 2px solid #ebebeb;
	background-color: #fafafa;
}

.popup_wrap input:not([type="submit"]):focus {
	background-color: #ffffff;
}

.popup_wrap .popup_form_field.iconed_field {
	position: relative;
}

.popup_wrap .popup_form_field.iconed_field:before {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 8px;
	margin-right: 0;
	color: #c9c9c9;
	width: 1em;
}

.popup_wrap .popup_form_field.iconed_field input {
	padding-right: 30px;
}

.popup_wrap .popup_form_field .forgot_password {
	float: right;
	line-height: 1.5em;
}

.popup_wrap .popup_form_field.submit_field {
	padding: 1em 0 4px 4px;
}

.popup_wrap .popup_form_field .submit_button {
	width: 100%;
}

.popup_wrap .login_socials_title {
	color: #222222;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.popup_wrap .login_socials_problem {
	line-height: 1.3em;
}

.popup_wrap .popup_form_field.remember_field {
	margin-top: 1.2em;
}

/* 13. Third part plugins
------------------------------------------------------------------------------------ */
/* WPBakery PageBuilder */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 0 !important;
}

.sc_gap .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.sc_gap .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
	padding-bottom: 0 !important;
}

.top_panel > .vc_row > .wpb_column {
	z-index: 10;
}

.top_panel > .vc_row:nth-child(2) > .wpb_column {
	z-index: 9;
}

.top_panel > .vc_row:nth-child(3) > .wpb_column {
	z-index: 8;
}

.top_panel > .vc_row:nth-child(4) > .wpb_column {
	z-index: 7;
}

.top_panel > .vc_row:nth-child(5) > .wpb_column {
	z-index: 6;
}

.top_panel > .vc_row:nth-child(6) > .wpb_column {
	z-index: 5;
}

.top_panel > .vc_row:nth-child(7) > .wpb_column {
	z-index: 4;
}

.top_panel > .vc_row:nth-child(8) > .wpb_column {
	z-index: 3;
}

.top_panel > .vc_row:nth-child(9) > .wpb_column {
	z-index: 2;
}

.top_panel > .vc_row:nth-child(10) > .wpb_column {
	z-index: 1;
}

.post_item_single .post_edit .vc_inline-link {
	display: none;
}

/* Google conversion */
iframe[name="google_conversion_frame"] {
	height: 1px;
	min-height: 0px;
	display: none;
}

/* Magnific popup */
.mfp-bg {
	z-index: 200001;
}

.mfp-wrap {
	z-index: 200002;
}

.mfp-arrow {
	background-color: transparent !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -20px;
	padding: 0;
	width: 44px;
	text-align: center;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background: none !important;
}

/* The GDPR Framework */
.gdpr-terms-container {
	clear: both;
	margin: 1em 0 !important;
}

/* WP GDPR Compliance */
table.wpgdprc-table {
	margin-bottom: 2em;
}

div.wpgdprc .wpgdprc-checkbox {
	display: inline;
}

/* 14. Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
	border-radius: 0;
}

.rounded_tiny {
	border-radius: 4px;
}

.rounded_small {
	border-radius: 6px;
}

.rounded_medium {
	border-radius: 10px;
}

.rounded_large {
	border-radius: 15px;
}

.rounded {
	border-radius: 50%;
}

/* Scroll button on the slider */
.theme_scroll_down {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px !important;
	line-height: 15px !important;
	letter-spacing: 2px;
}

.theme_scroll_down:after {
	content: "\e938"; /*'\e929';*/
	font-family: "fontello";
	font-size: 16px !important;
	line-height: 30px !important;
	display: block;
	text-align: center;
}

.theme_scroll_down:hover {
	-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
	animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}

/* Makeup image */
#makeup {
	position: absolute;
	z-index: 1000000;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0.5;
}

.admin-bar #makeup {
	top: 32px;
}

#makeup {
	margin-left: 0px;
	margin-top: 0px;
}

.widget_popular_posts [class*="extended_taxonomy_custom_"].trx_addons_extended_taxonomy_bg,
.sc_recent_news [class*="extended_taxonomy_custom_"].trx_addons_extended_taxonomy_bg {
	background-color: transparent !important;
}
.widget_popular_posts
	[class*="extended_taxonomy_custom_"].trx_addons_extended_taxonomy_bg
	.trx_addons_extended_taxonomy_icon,
.sc_recent_news
	[class*="extended_taxonomy_custom_"].trx_addons_extended_taxonomy_bg
	.trx_addons_extended_taxonomy_icon {
	background-color: transparent !important;
}

/* Custom classes */
.margin_void .sc_layouts_column .sc_layouts_item {
	margin-right: 0;
}

@media (max-width: 767px) {
	.home_logo {
		max-height: 50px;
	}
}
@media (max-width: 1279px) {
	.home_logo {
		max-height: 100px;
	}
}

@media (max-width: 699px) {
	.field-row {
		width: 100%;
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	.copyright_extra.elementor-section .elementor-widget-trx_sc_socials,
	.copyright_extra.elementor-section .elementor-widget-text-editor,
	.copyright_extra.elementor-section .widget_contacts {
		font-size: 15px;
	}
	.copyright_extra.elementor-section
		.elementor-widget-trx_sc_socials
		.contacts_wrap
		.contacts_description
		h5,
	.copyright_extra.elementor-section
		.elementor-widget-text-editor
		.contacts_wrap
		.contacts_description
		h5,
	.copyright_extra.elementor-section .widget_contacts .contacts_wrap .contacts_description h5 {
		font-size: 1.625rem;
	}
}
article.post_format_gallery.post_layout_masonry_3 .without_thumb + .top_wrap_meta {
	position: relative;
	margin-bottom: 0.8rem;
}

article.post_format_gallery.post_layout_masonry_3 .without_thumb + .top_wrap_meta a {
	background-color: #eff2f3 !important;
}

article.post_format_audio.post_layout_masonry_3 .mejs-controls .mejs-time {
	padding: 14px 0 0;
}

.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon.social_icon_socials-pi
	> span:before {
	content: "\e984";
	font-family: "fontello";
}

/*Gutenberg */
body.sidebar_hide .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	max-width: 100vw;
}

body.sidebar_hide .alignwide {
	position: relative;
	left: calc(-44vw + 50%);
	width: 88vw;
	max-width: none;
}

.alignfull > img,
.alignwide > img {
	max-width: none;
	width: 100%;
}

/*----------UT-New---------*/
body.sidebar_hide .has-background-dim.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	max-width: 100vw;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.has-large-font-size {
	line-height: 1.4em;
}

.has-large-font-size + p {
	line-height: 1.7857em;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
	margin-bottom: 0;
}

.wp-block-embed figcaption {
	margin-bottom: 0;
}

article.tag-gallery > .post_content > figure.wp-block-audio .mejs-container .mejs-time-rail {
	max-width: 100%;
}

figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
	margin: 0.5em 0 0;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
	content: "";
	display: block;
	width: 0;
}

.wp-block-embed.alignfull .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-2-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-3-4 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-18 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-21 .wp-block-embed__wrapper iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

figure figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
	z-index: 1;
	margin-bottom: 0;
	overflow: hidden;
	opacity: 1;
	max-height: 5.54em;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
figure figcaption:hover,
.wp-block-image figcaption:hover,
.wp-block-gallery .blocks-gallery-image figcaption:hover,
.wp-block-gallery .blocks-gallery-item figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
	opacity: 1 !important;
}

figure:hover > figcaption:not(.editor-rich-text__tinymce),
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
	margin-bottom: 0;
	opacity: 0;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
	margin-bottom: 0 !important;
}

figure.wp-block-audio {
	overflow: visible;
}

figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
	position: static;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background: none !important;
	margin: 0.5em 0 0;
}

figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
	margin: 0.5em 0 0;
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.wp-block-separator:not([class*="is-style"]) {
	width: 15%;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 10px 10px 9px;
	width: auto;
	max-height: 70% !important;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color > blockquote {
	background-color: transparent;
}

.sidebar .gallery-item .gallery-caption {
	font-size: 0.8em;
	padding-top: 2px;
	max-height: 2em;
}

.post_item_single::after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.comments_wrap
	> .comments_list_wrap
	> .comments_list
	> .comment
	> .comment_body
	> .comment_content
	> .comment_text_wrap
	> .comment_text
	> ol
	li,
.comments_wrap
	> .comments_list_wrap
	> .comments_list
	> .comment
	> .comment_body
	> .comment_content
	> .comment_text_wrap
	> .comment_text
	> ol
	ol
	li {
	list-style-type: decimal !important;
}

#trx_addons_login_popup input[type="text"],
#trx_addons_login_popup input[type="password"] {
	width: 100% !important;
}

#trx_addons_login_popup span > i.sc_form_field_icon {
	margin-right: 0.2em;
}

#trx_addons_login_popup
	.trx_addons_popup_form
	.trx_addons_popup_form_field
	+ .trx_addons_popup_form_field {
	padding-top: 1.5em;
}
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field input[type="password"],
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field input[type="text"] {
	margin-bottom: 0.5em;
}
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field_remember * {
	line-height: inherit;
}
#trx_addons_login_popup
	.trx_addons_popup_form
	.trx_addons_popup_form_field_remember
	input[type="checkbox"]
	+ label:before {
	top: 0.2em;
}

.elementor-widget-divider .elementor-divider {
	font-size: 0;
}

.wp-block-button.is-style-squared > a {
	border-radius: 0;
}

.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-latest-comments {
	padding-left: 0;
}

.post_content .has-drop-cap + * {
	clear: both;
	padding-top: 1em;
}

.wp-block-tag-cloud + * {
	clear: both;
	padding-top: 1em;
}

figure[class*="wp-block-embed"] figcaption,
figure.wp-block-video figcaption,
figure.wp-block-gallery > figcaption.blocks-gallery-caption {
	position: initial;
	opacity: 1 !important;
	width: 100%;
	margin: 0 0 1em !important;
}

figure.wp-block-gallery:hover .blocks-gallery-item figure figcaption.blocks-gallery-item__caption {
	opacity: 1;
}

figure.wp-block-gallery .blocks-gallery-item figure:hover figcaption.blocks-gallery-item__caption {
	opacity: 0;
}

.wp-block-group.has-background {
	padding: 1em;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container {
	margin: 0;
	padding: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > * {
	padding-bottom: 1em;
	margin-bottom: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
	padding-top: 0;
	margin-top: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.post_content div.wp-block-cover .wp-block-cover__inner-container > *:first-child {
	padding-top: 0;
	margin-top: 0;
}

.post_content div.wp-block-cover .wp-block-cover__inner-container > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.wp-block-gallery[class*="align"] {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

body .wpgdprc {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text {
	max-width: 90%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .wp-block-social-links li + li {
	margin-top: 0;
}

/* Styles of the supported plugins and other site modules
   Attention! Must be at the end of the main stylesheet
------------------------------------------------------- */
/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
/* Blog layout: Excerpt
------------------------- */
.post_layout_excerpt {
	position: relative;
	margin-bottom: 0;
}
.post_layout_excerpt .post_featured {
	margin-bottom: 0;
}
.post_layout_excerpt .inner_post_wrap_list {
	padding: 1.9rem 2rem 1.6rem 2rem;
}
.post_layout_excerpt .inner_post_wrap_list .more-link {
	margin-top: 1em;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list {
	padding: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list blockquote {
	margin: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .post_meta {
	padding: 1.2rem 2rem 1.6rem 2rem;
	margin-top: 0.9rem;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .post_meta .post_categories a {
	margin-bottom: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .more-link {
	margin: 0 2rem 2.2rem 2rem;
}
.post_layout_excerpt.post_format_gallery .slider_pagination_wrap {
	display: none;
}

.post_layout_excerpt + .post_layout_excerpt {
	margin-top: 0;
}

.post_layout_excerpt.sticky + .post_layout_excerpt.sticky {
	margin-top: 3.125rem;
}

.post_layout_excerpt + .post_layout_excerpt {
	padding-top: 3.125rem;
}

.post_layout_excerpt.sticky {
	padding: 1.5em;
}

.post_layout_excerpt .post_featured {
	display: inline-table;
}

.ua_ie_11 .post_layout_excerpt .post_featured {
	display: block;
}

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
	display: block;
}

.post_layout_excerpt .post_header {
	margin: 0;
	position: relative;
}

.post_layout_excerpt .post_header .post_price {
	width: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	font-size: 2.5em;
	line-height: 1.5em;
}

.post_layout_excerpt .post_title {
	margin: 0;
}

.post_layout_excerpt .post_meta {
	margin-top: 1.95rem;
}

.post_layout_excerpt .post_header + .post_content {
	margin-top: 1.15rem;
}

body[class*="blog_style_classic"] .post_layout_excerpt,
body[class*="blog_style_masonry"] .post_layout_excerpt {
	margin-bottom: 3em;
}

/* Blog layout: Classic
------------------------- */
.posts_container.columns_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_classic {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post_layout_classic {
	position: relative;
}
.post_layout_classic .post_featured {
	position: relative;
	margin-bottom: 0;
}
.post_layout_classic .post_featured + .top_wrap_meta {
	position: absolute;
	top: 1.8em;
	left: 2em;
	z-index: 6;
	padding: 0;
}
.post_layout_classic .post_featured + .top_wrap_meta .post_meta {
	margin-top: 0;
}
.post_layout_classic .inner_content_wrap {
	text-align: left;
	padding: 1.9em 2em 2em 2em;
}
.post_layout_classic .inner_content_wrap .top_wrap_meta {
	margin-bottom: 0.8rem;
}
.post_layout_classic .inner_content_wrap .post_content .post_meta {
	margin-top: 1.2rem;
}
.post_layout_classic .inner_content_wrap .post_content .post_meta .post_author {
	margin-left: 0;
}

.search-results .post_layout_classic .inner_content_wrap {
	padding: 1.4em 2em 1.5em 2em;
}

.post_layout_classic .post_featured img {
	width: 100%;
}

.post_layout_classic .post_header {
	padding-top: 0.01px;
}

.post_layout_classic .post_title {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0;
}

.post_layout_classic .post_title + .post_meta {
	margin-top: 0.5em;
}

.post_layout_classic blockquote {
	margin: 0 0 1.4em;
}

.post_layout_classic .post_header + .post_content {
	padding-top: 1.3em;
}

.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
	margin-top: 1em;
}

.post_layout_classic.post_format_audio .post_featured.with_thumb {
	min-height: 170px;
}
.post_layout_classic.post_format_audio .post_featured.with_thumb img {
	min-height: 170px;
}

/* Blog layout: Simple
------------------------- */
.posts_container.columns_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_simple {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post_layout_simple .post_featured {
	position: relative;
	margin-bottom: 0;
}
.post_layout_simple .post_featured img {
	width: 100%;
}
.post_layout_simple .inner_content_wrap {
	text-align: left;
	padding: 1.9em 2em 1.4em 2em;
}
.post_layout_simple .inner_content_wrap .post_content .post_meta {
	margin-top: 1.7rem;
}
.post_layout_simple .inner_content_wrap .post_content .post_meta .post_author {
	margin-left: 0;
}
.masonry_item-1_4
	.post_layout_simple
	.inner_content_wrap
	.post_content
	.post_meta
	.post_counters_comments,
.masonry_item-1_4 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_date,
.masonry_item-1_3
	.post_layout_simple
	.inner_content_wrap
	.post_content
	.post_meta
	.post_counters_comments,
.masonry_item-1_3 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_date {
	display: none;
}
.masonry_item-1_4
	.post_layout_simple
	.inner_content_wrap
	.post_content
	.post_meta
	.post_author:after,
.masonry_item-1_3
	.post_layout_simple
	.inner_content_wrap
	.post_content
	.post_meta
	.post_author:after {
	display: none;
}

.post_layout_simple .post_featured img {
	width: 100%;
}

.post_layout_simple .post_header {
	padding-top: 0.01px;
}

.post_layout_simple .post_title {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0;
}

.post_layout_simple .post_title + .post_meta {
	margin-top: 0.5em;
}

.post_layout_simple blockquote {
	margin: 0 0 1.4em;
}

.post_layout_simple .post_header + .post_content {
	padding-top: 1.3em;
}

.post_layout_simple.format-aside .post_content_inner + .post_meta,
.post_layout_simple.format-link .post_content_inner + .post_meta,
.post_layout_simple.format-status .post_content_inner + .post_meta {
	margin-top: 1em;
}

/* Blog layout: Masonry
------------------------- */
.masonry_wrap {
	position: relative;
	margin-right: -50px;
}

.masonry_wrap .masonry_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 50px 0;
	margin-bottom: 0;
	width: 50%;
	border-width: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.masonry_wrap .masonry_item-1_3 {
	width: 33.3333%;
}

.masonry_wrap .masonry_item-1_4 {
	width: 25%;
}

/* Blog layout: Portfolio
------------------------- */
.post_layout_portfolio .post_title {
	margin: 1em 0 0.4em;
}

.post_layout_portfolio .post_featured {
	margin-bottom: 0;
}

.post_layout_portfolio .post_featured img {
	width: 100%;
}

.post_layout_portfolio .label_sticky {
	top: -12px;
	left: -12px;
	right: auto;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* Blog layout: Portfolio Gallery (use Portfolio styles too)
------------------------------------------------------------- */
.post_layout_gallery * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post_layout_gallery .post_details {
	display: none;
}

.gallery_item_current {
	opacity: 0 !important;
}

.gallery_preview {
	position: fixed;
	z-index: 200000;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	pointer-events: none;
}

.gallery_preview:before {
	content: " ";
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.gallery_preview_show {
	pointer-events: auto;
}

.gallery_preview_show:before {
	opacity: 1;
}

.gallery_preview_image_clone {
	position: fixed;
	z-index: 110;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.gallery_preview_image_original {
	position: relative;
	z-index: 120;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	-webkit-backface-visibility: hidden;
}

.gallery_preview_show .gallery_preview_image_animate {
	/* open */
	-webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
	transition: opacity 0.2s, -webkit-transform 0.6s;
	-o-transition: transform 0.6s, opacity 0.2s;
	transition: transform 0.6s, opacity 0.2s;
	transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}

.gallery_preview_image_animate {
	/* close */
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
	transition: opacity 0.2s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.gallery_preview_description {
	position: absolute;
	z-index: 140;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	padding: 0 3em;
	opacity: 0;
}

.gallery_preview_show .gallery_preview_description {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gallery_preview_show .post_title {
	margin: 0 0 0.5em;
}

.gallery_preview_show .post_meta {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 2em;
}

.gallery_preview_show .post_description_content {
	max-width: 100%;
	font-size: 1.1429em;
	line-height: 2em;
}

.gallery_preview_close {
	font-size: 2em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	border: none;
	background: none;
	padding: 1em;
	opacity: 0;
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	-ms-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
}

.gallery_preview_image_loaded .gallery_preview_close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* Blog layout: Chess
------------------------- */
.chess_wrap {
	overflow: hidden;
}

.post_layout_chess {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.post_layout_chess.sticky {
	padding: 0;
	border-width: 0;
}

.post_layout_chess .label_sticky {
	top: -12px;
	left: -12px;
	right: auto;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.post_layout_chess .post_featured {
	margin-bottom: 0;
	width: 50%;
	float: right;
	max-height: none !important;
}

.post_layout_chess .post_featured_bg:before {
	padding-top: 100%; /* 112.5% - 16:9 */
}

.post_layout_chess .post_inner {
	width: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post_layout_chess blockquote {
	margin: 0;
}

.post_layout_chess_1 .post_inner_content {
	padding: 0 14%;
}

.post_layout_chess_2 .post_inner_content {
	padding: 0 12%;
}

.post_layout_chess_3 .post_inner_content {
	padding: 0 10%;
}

.post_layout_chess .post_header {
	padding-top: 0.01px;
}

.post_layout_chess .post_title {
	margin: 0;
}

.post_layout_chess .post_meta {
	margin-top: 1em;
	margin-bottom: 0 !important;
}

.post_layout_chess .post_header + .post_content {
	margin-top: 1em;
}

.post_layout_chess .post_content_inner {
	overflow: hidden;
	position: relative;
	padding-bottom: 1em;
}

.post_layout_chess:not(.post_format_aside) .post_content_inner {
	padding-top: 0;
}

.post_layout_chess .post_content_inner:after {
	content: " ";
	width: 100%;
	height: 1em;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
	margin-top: 1rem;
}

.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
	margin-top: 3rem;
}

.post_layout_chess_1 .post_header + .post_content {
	margin-top: 3.8rem;
}

.post_layout_chess.post_layout_chess_1 .more-link {
	margin-top: 3rem;
}

.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
	display: none;
}

.post_layout_chess_2 .post_title {
	font-size: 1.6rem;
}

.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(
		.post_format_status
	)
	.post_content_inner {
	font-size: 1em;
	line-height: 1.5em;
	max-height: 15.4em;
}

.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
}

.post_layout_chess_2.post_format_aside .post_meta {
	margin-top: 1.3333rem;
}

.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
	letter-spacing: 0;
}

.post_layout_chess_2.format-chat p > em,
.post_layout_chess_2.format-chat p > b,
.post_layout_chess_2.format-chat p > strong {
	margin-top: 0.8em;
}

.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
	padding: 1.1667em 2.3333em;
	letter-spacing: 2px;
	margin-top: 0.5rem;
}

.post_layout_chess_3 .post_title {
	font-size: 1.3333rem;
	line-height: 1.2em;
}

.post_layout_chess_3 .post_content_inner {
	max-height: 6.2rem;
}

.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
	display: none;
}

.body_style_boxed .post_layout_chess_2 .post_content_inner,
.body_style_boxed .post_layout_chess_2 .post_content_inner + p,
.body_style_boxed .post_layout_chess_3 .post_meta,
.body_style_boxed .post_layout_chess_3 .post_content_inner + p,
.body_style_wide .post_layout_chess_2 .post_content_inner,
.body_style_wide .post_layout_chess_2 .post_content_inner + p,
.body_style_wide .post_layout_chess_3 .post_meta,
.body_style_wide .post_layout_chess_3 .post_content_inner + p {
	display: none;
}

.post_layout_chess.post_layout_chess_3 .more-link {
	padding: 1em 2em;
}

.post_layout_chess_1:nth-child(2n + 2) .post_featured {
	float: left;
}

.post_layout_chess_1:nth-child(2n + 2) .post_inner {
	left: auto;
	right: 0;
}

.post_layout_chess_2 {
	width: 50%;
	float: left;
}

.post_layout_chess_2:nth-child(4n + 3) .post_featured,
.post_layout_chess_2:nth-child(4n + 4) .post_featured {
	float: left;
}

.post_layout_chess_2:nth-child(4n + 3) .post_inner,
.post_layout_chess_2:nth-child(4n + 4) .post_inner {
	left: auto;
	right: 0;
}

.post_layout_chess_3 {
	width: 33.3333%;
	float: left;
}

.post_layout_chess_3:nth-child(6n + 4) .post_featured,
.post_layout_chess_3:nth-child(6n + 5) .post_featured,
.post_layout_chess_3:nth-child(6n + 6) .post_featured {
	float: left;
}

.post_layout_chess_3:nth-child(6n + 4) .post_inner,
.post_layout_chess_3:nth-child(6n + 5) .post_inner,
.post_layout_chess_3:nth-child(6n + 6) .post_inner {
	left: auto;
	right: 0;
}

/* Blog layout: Custom
------------------------- */
.post_layout_custom {
	position: relative;
}

.post_layout_custom .post_featured img {
	width: 100%;
}

.post_layout_custom .post_header {
	padding-top: 0.01px;
}

/* Front Page sections
-------------------------------------------------------- */
.home-page.with_bg_image,
.frontpage.with_bg_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home-page.with_bg_image .page_content_wrap,
.frontpage.with_bg_image .page_content_wrap {
	background-color: transparent;
}

/* Common settings */
.front_page_section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.front_page_section > .customize-partial-edit-shortcut button {
	left: 2px !important;
}

.front_page_section_paddings_none .front_page_section_content_wrap {
	padding: 0;
}

.front_page_section_paddings_small .front_page_section_content_wrap {
	padding: 4% 0;
}

.front_page_section_paddings_medium .front_page_section_content_wrap {
	padding: 8% 0;
}

.front_page_section_paddings_large .front_page_section_content_wrap {
	padding: 12% 0;
}

.front_page_section_paddings_huge .front_page_section_content_wrap {
	padding: 16% 0;
}

.front_page_block_empty {
	height: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
	font-size: 1.1429em;
}

.front_page_section .front_page_section_caption {
	margin: 0;
	text-align: center;
}

.front_page_section_description {
	line-height: 1.5em;
	text-align: center;
}

.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
	margin-bottom: 0;
}

.front_page_section_buttons {
	text-align: center;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
	margin-top: 1em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
	margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
	margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
	margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
	margin-top: 2em;
}

.front_page_section_buttons > .front_page_section_button {
	margin-top: 1em;
	margin-right: 1em;
	font-size: 0.8em;
}

.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
	margin-right: 0;
}

.front_page_section_columns .front_page_section_caption {
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: left;
}

.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
	margin-top: 0;
}

.front_page_section_columns p {
	margin: 0;
}

.front_page_section_columns p + p {
	margin-top: 0.5em;
}

/* Section 'Title' */
.front_page_section_title_description {
	line-height: 1.75em;
}

.front_page_section_title_caption:not(.front_page_block_empty)
	+ .front_page_section_title_description {
	margin-top: 2em;
}

/* Section 'Features' */
.front_page_section_features .sc_item_descr {
	padding: 1em 0;
}

.front_page_section_features .sc_services_light .sc_services_item_icon {
	font-size: 4em;
}

/* Section 'Subscribe' */
.front_page_section_subscribe .front_page_section_output {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type="email"] {
	padding: 1em;
}

/* Section 'Googlemap' */
.front_page_section_googlemap .front_page_section_output {
	-webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
	-ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
}

/* Buttons hovers
------------------------------------------------------------------ */
/* Slide left and top */
[class*="sc_button_hover_slide"] {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sc_button_hover_just_init {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease,
		background-color 0s linear 0.3s;
	-o-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease,
		background-color 0s linear 0.3s;
	transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease,
		background-color 0s linear 0.3s;
}

/* Arrow */
.sc_button_hover_arrow {
	position: relative;
	overflow: hidden;
	padding-left: 2em !important;
	padding-right: 2em !important;
}

.sc_button_hover_arrow:before {
	content: "\e8f4";
	font-family: "fontello";
	position: absolute;
	z-index: 1;
	right: -2em !important;
	left: auto !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: transparent !important;
	color: inherit !important;
}

.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
	right: 0.5em !important;
}

/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*="hover_"] {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.post_featured[class*="hover_"],
.post_featured[class*="hover_"] * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post_featured .mask {
	content: " ";
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post_featured .post_info {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
	transform: translate(-50%, -50%) scale(0.5, 0.5);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
	font-size: 1.1429em;
	line-height: 1.3em;
	width: 90%;
	text-align: center;
	margin: -1em auto 0;
	opacity: 0;
}

/* Hover empty */
.post_featured.hover_ .icons {
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Hover Icon and Icons */
.post_featured.hover_icon,
.post_featured.hover_icons {
	position: relative;
}

.post_featured.hover_icon .mask {
	background-color: rgba(0, 0, 0, 0.4);
}

.post_featured.hover_icon:hover .mask {
	opacity: 1;
}

.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
	display: inline-block;
	font-size: 1.7143em;
	cursor: pointer;
	opacity: 0;
	margin: -1em 0 0 -1em;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.3, 0.3);
	-ms-transform: scale(0.3, 0.3);
	transform: scale(0.3, 0.3);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-webkit-transition: all 0.5s ease,
		-webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s,
		-webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
}

.post_featured.hover_icon .icons a {
	font-size: 4em;
}

.post_featured.hover_icons .icons a {
	margin-left: -2.25em;
}

.post_featured.hover_icons .icons a + a {
	margin-left: 0.25em;
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.post_featured.hover_icons .icons a.single_icon {
	margin-left: 0;
}

.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition: all 0.5s ease,
		-webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
		-webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_featured.hover_icons:hover .icons a + a {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* Hover Zoom: icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
	content: " ";
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(0, 0) rotate(0deg);
	-ms-transform: scale(0, 0) rotate(0deg);
	transform: scale(0, 0) rotate(0deg);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post_featured.hover_zoom:hover:before {
	-webkit-transform: scale(1, 1) rotate(45deg);
	-ms-transform: scale(1, 1) rotate(45deg);
	transform: scale(1, 1) rotate(45deg);
}

.post_featured.hover_zoom .mask {
	background-color: rgba(255, 255, 255, 0.15);
}

.post_featured.hover_zoom:hover .mask {
	opacity: 1;
}

.post_featured.hover_zoom .icons {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
}

.post_featured.hover_zoom .icons a {
	display: inline-block;
	font-size: 18px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	position: relative;
	left: -50px;
	opacity: 0;
	border-radius: 3px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post_featured.hover_zoom .icons a + a {
	margin-left: 8px;
	left: 50px;
}

.post_featured.hover_zoom .icons a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.post_featured.hover_zoom:hover .icons a {
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/* Hover Dots */
.post_featured.hover_dots:hover .mask {
	opacity: 1;
}

.post_featured.hover_dots .icons {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post_featured.hover_dots .icons span {
	display: inline-block;
	opacity: 0;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post_featured.hover_dots:hover .icons span {
	opacity: 1;
	display: inline-block;
}

.post_featured.hover_dots:hover .icons span:first-child {
	margin-left: -13px;
}

.post_featured.hover_dots:hover .icons span + span + span {
	margin-left: 13px;
}

.post_featured.hover_dots.hover_with_info .icons span {
	margin-top: 1em;
}

.post_featured.hover_dots .post_info {
	display: block;
	top: 45%;
}

.post_featured.hover_dots:hover .post_info {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

/* Hover Color */
.post_featured.hover_color:hover .mask {
	opacity: 1;
}

.post_featured.hover_color .icons {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Hover Fade, Slide, Pull, Border: Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
	position: relative;
	overflow: hidden;
}

.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: block;
	margin: 0;
	opacity: 1;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	text-align: center;
}

.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
	margin: 0;
	position: relative;
	padding: 0.5em 1em;
	text-align: center;
}

.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
	font-weight: 700;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
	display: none;
}

.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
	margin-top: 1em;
	display: none;
}

/* Hover Fade */
.post_featured.hover_fade:hover .mask {
	opacity: 1;
}

.post_featured.hover_fade .post_info .post_info_back {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 15px;
	margin-top: 100%;
	opacity: 0;
}

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
	margin-top: -100%;
}

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
	margin-top: 100%;
}

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
	margin-left: -100%;
}

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
	margin-left: 100%;
}

.post_featured.hover_fade:hover .post_info .post_info_back {
	margin: 0 !important;
	opacity: 1;
}

/* Hover Slide */
.post_featured.hover_slide .mask {
	opacity: 0.3;
}

.post_featured.hover_slide:hover .mask {
	opacity: 1;
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	text-align: left;
}

.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	position: relative;
	margin: 0;
}

.post_featured.hover_slide .post_info .post_title {
	padding: 0 0 15px;
	margin: 30px 30px 15px !important;
	overflow: hidden;
}

.post_featured.hover_slide .post_info .post_title:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.post_featured.hover_slide:hover .post_info .post_title:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.post_featured.hover_slide > img {
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.post_featured.hover_slide:hover > img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	text-align: left;
}

.post_featured.hover_slide .post_info .post_descr {
	padding: 0 30px 30px;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.post_featured.hover_slide:hover .post_info .post_descr {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Hover Pull */
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
	text-align: left;
}

.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.post_featured.hover_pull .mask {
	opacity: 0.3;
}

.post_featured.hover_pull:hover .mask {
	opacity: 1;
}

.post_featured.hover_pull:hover > img {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.post_featured.hover_pull .post_info .post_title {
	padding: 20px;
}

.post_featured.hover_pull:hover .post_info .post_title {
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}

.post_featured.hover_pull .post_info .post_descr {
	height: 60px;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.post_featured.hover_pull:hover .post_info .post_descr {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.post_featured.hover_pull .post_info .post_descr .post_meta {
	max-height: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0 10px 0 20px;
}

/* Hover Border */
.post_featured.hover_border:hover .mask {
	opacity: 1;
}

.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
	content: " ";
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	pointer-events: none;
}

.post_featured.hover_border .post_info:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.post_featured.hover_border:hover .post_info:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.post_featured.hover_border .post_info:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.post_featured.hover_border:hover .post_info:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.post_featured.hover_border .post_info .post_info_back {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 45px;
}

.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post_featured.hover_border:hover > img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	opacity: 0;
	position: relative;
	text-align: center;
	margin: 0;
}

.post_featured.hover_border .post_info .post_title {
	font-size: 1.2em;
	padding: 0 0 15px;
	-webkit-transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	transform: translateY(-1em);
}

.post_featured.hover_border:hover .post_info .post_title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.post_featured.hover_border .post_info .post_descr {
	padding: 0;
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
}

.post_featured.hover_border:hover .post_info .post_descr {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
	content: " ";
	display: block;
	margin: 0.5em 0 0 0;
}

/* Hover Shop (icons) */
.post_featured.hover_shop {
	position: relative;
	display: block;
}

.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
	opacity: 1;
}

.post_featured.hover_shop .icons {
	position: absolute;
	z-index: 1002;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.post_featured.hover_shop .icons a {
	display: inline-block;
	pointer-events: all;
	font-size: 1.2632em !important;
	padding: 0 !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	text-align: center;
	border: 3px solid #ddd !important;
	opacity: 0;
	margin-left: -1.76em;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em !important;
	border-radius: 0 !important;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}

.post_featured.hover_shop .icons a.added_to_cart {
	display: none;
}

.post_featured.hover_shop .icons a.product_out_stock {
	display: none;
}

.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
	margin-left: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
	margin-left: 1.76em;
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.post_featured.hover_shop .icons a.shop_cart:before {
	font-family: "fontello" !important;
	font-weight: 400 !important;
	content: "\e93d" !important;
}

.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.post_featured.hover_shop .icons a:after {
	position: absolute;
	top: 25%;
	left: 25%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	font-size: 0.6em;
}

.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
	-ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
	transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
	position: relative;
	display: block;
	overflow: hidden !important;
}

.post_featured.hover_shop_buttons .mask {
	display: none;
}

.post_featured.hover_shop_buttons .icons {
	position: absolute;
	z-index: 1002;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.post_featured.hover_shop_buttons .icons a {
	position: absolute;
	z-index: 10;
	bottom: -5em;
	left: 0;
	font-size: 1em !important;
	letter-spacing: 0 !important;
	display: block;
	text-transform: none !important;
	width: 50%;
	text-align: center;
	padding: 0.5em 1em !important;
	pointer-events: all;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
	left: 50%;
}

.post_featured.hover_shop_buttons .icons a:before {
	font-family: "fontello" !important;
	font-weight: 400 !important;
	content: "\e93d" !important;
	margin-right: 0.3em;
}

.post_featured.hover_shop_buttons .icons a.shop_link:before {
	content: "\e8b5" !important;
}

.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
	bottom: 0;
	border-radius: 0;
}

.post_featured.hover_shop_buttons .icons a.added_to_cart {
	display: none;
}

.post_featured.hover_shop_buttons .icons a.product_out_stock {
	display: none;
}

.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
	width: 100%;
	left: 0 !important;
}

/* ThemeREX Addons
------------------------------------------------------------------------------------ */
/* Grid */
.sidebar .trx_addons_columns_wrap {
	margin-right: 0;
}

.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
	display: block;
	width: 100%;
	padding: 0;
}

/* Title */
.sc_item_title {
	line-height: 1em;
}

/* Scroll to top */
.menu_style_right .trx_addons_scroll_to_top {
	left: 2em;
	right: auto;
}

/* Tooltp */
.trx_addons_tooltip:before {
	content: attr(data-tooltip);
	white-space: nowrap;
	font-size: 1rem;
}

.trx_addons_accent,
.trx_addons_accent_bg,
.trx_addons_tooltip,
.trx_addons_hover {
	font-weight: 500;
}

.trx_addons_dropcap {
	border-radius: 0;
	margin: 0.15em 0.3em 0 0;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
}

/* Shortcodes */
.sc_shift_y_medium_negative {
	top: -6.25rem !important;
}

.sc_item_columns + .sc_item_button {
	margin-top: 0.6em;
}

/* Custom list */
ul.trx_addons_list_custom {
	padding-left: 1.7em;
}
ul.trx_addons_list_custom > li {
	margin-bottom: 5px;
}
ul.trx_addons_list_custom > li:before {
	content: "\e968";
	font-family: "fontello";
	left: -1.7em;
	font-size: 13px;
}

/* Trx widgets */
.widget .trx_addons_tabs {
	margin-top: 2.3rem;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles {
	margin-bottom: 2.8em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 12px;
	display: inline-block;
}
.widget .trx_addons_tabs .post_item .post_thumb {
	width: 3.9em;
	height: 3.9em;
	margin: 0 1.4em 4px 0;
}
.widget .trx_addons_tabs .post_item + .post_item {
	margin-top: 1.1em;
}

/* Layouts */
.menu_style_left .sc_layouts_row_fixed_on {
	margin-left: 6rem !important;
}

.menu_style_right .sc_layouts_row_fixed_on {
	margin-right: 6rem !important;
}

body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
	margin-left: 0 !important;
}

body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
	margin-right: 0 !important;
}

.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
	background-color: transparent !important;
}

.sc_layouts_column_align_right
	.sc_layouts_item.elementor-widget-trx_sc_layouts_menu
	+ .sc_layouts_item.elementor-widget-trx_sc_layouts_search {
	margin-left: 0.2em !important;
}

.sc_shift_y_medium_negative
	.elementor-widget-trx_sc_layouts_featured
	.sc_layouts_featured.with_image {
	margin-bottom: -6.25rem;
}

.sc_layouts_title .sc_layouts_title_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.sc_layouts_title .sc_layouts_title_content .sc_layouts_title_meta + .sc_layouts_title_title {
	margin-bottom: 1.5rem;
}

.sc_layouts_column.sc_layouts_column_align_center .sc_layouts_item {
	display: block;
}

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
	background-color: transparent;
}

.sc_layouts_row_type_normal .search_wrap .search_submit:before {
	font-size: 1.4rem;
}

/* Search form layout */
.trx_addons_icon-search:before {
	content: "\e973";
	font-family: "fontello";
}

.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen:not(.search_opened) .search_field {
	width: 1em !important;
	padding: 0 1.3em 0 1.3em !important;
}
.search_wrap.search_style_fullscreen .search_field {
	height: 4em !important;
	background-color: transparent;
	border-color: transparent;
}
.search_wrap.search_style_fullscreen .search_submit {
	left: 1em !important;
	right: 0 !important;
	width: 2em !important;
	height: 4.6em;
	line-height: 4.6em;
	font-size: 11px;
}
.search_wrap.search_style_fullscreen .search_submit:before {
	font-size: 0.9rem;
}
.sc_layouts_row_type_compact
	.sc_layouts_column_align_center
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form {
	margin-left: auto;
	margin-right: auto;
}
.sc_layouts_row_type_compact
	.sc_layouts_column_align_right
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form {
	margin-left: auto;
	margin-right: 0;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form {
	position: relative;
	width: 31em;
	margin-left: 0;
	margin-right: auto;
}
.sc_layouts_row_type_compact
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form
	.search_field {
	padding: 0.7em 1.7em 0.7em 1.7em !important;
	font-size: 1rem;
	text-transform: capitalize;
	border-radius: 0;
	position: relative;
	height: 3.75em;
	line-height: 1.4em;
	width: 31em;
	margin-right: 0;
	border: 2px solid #000 !important;
	font-weight: 600;
}
.sc_layouts_row_type_compact
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form
	.search_field:before {
	display: none;
}
.sc_layouts_row_type_compact
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form
	.search_submit {
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	height: auto;
	line-height: 1.5em;
	padding: 0;
	width: auto;
	font-size: 0;
	background-color: transparent !important;
}
.sc_layouts_row_type_compact
	.search_wrap.search_style_normal
	.search_form_wrap
	.search_form
	.search_submit:before {
	content: "\e973";
	font-family: "fontello";
	display: block;
	padding: 1.9em 1.5em;
	font-size: 1rem;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
	padding: 0.7em 1.7em 0.7em 1.7em !important;
	font-size: 1rem;
	border-radius: 0;
	position: relative;
	height: 3.75em;
	line-height: 1.4em;
	width: 24em;
	margin-right: 15px;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_field:before {
	content: "\e973";
	font-family: "fontello";
	position: absolute;
	font-size: 10px;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	color: #ff0;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit {
	position: relative;
	display: inline-block;
	height: auto;
	line-height: 1.5em;
	padding: 1.2rem 1.8rem 1.2rem 1.8rem;
	width: auto;
	left: 0;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:before {
	display: none;
}

.header_type_default .search_wrap.search_style_fullscreen .search_submit {
	height: 5.1em;
}

.search_mobile .search_form_wrap .search_form {
	position: relative;
	width: 22em;
	margin-left: auto;
	margin-right: auto;
}
.search_mobile .search_form_wrap .search_form .search_field {
	padding: 0.7em 2.7em 0.7em 1.7em !important;
	font-size: 1rem;
	text-transform: capitalize;
	border-radius: 0;
	position: relative;
	height: 3.75em;
	line-height: 1.4em;
	width: 22em;
	margin-right: 0;
	border: 2px solid #000 !important;
	font-weight: 600;
}
.search_mobile .search_form_wrap .search_form .search_field:before {
	display: none;
}
.search_mobile .search_form_wrap .search_form .search_submit {
	position: absolute !important;
	top: 50%;
	right: 0;
	left: auto !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block !important;
	height: auto !important;
	line-height: 1.5em !important;
	padding: 0 !important;
	width: auto !important;
	font-size: 0 !important;
	background-color: transparent !important;
}
.search_mobile .search_form_wrap .search_form .search_submit:before {
	content: "\e973";
	font-family: "fontello";
	display: block !important;
	padding: 1.9em 1.5em;
	font-size: 1rem;
}

.search_style_fullscreen.search_opened .search_form,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form {
	width: 30%;
	border: none;
}
.search_style_fullscreen.search_opened .search_form .search_field,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.search_field {
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.5em !important;
	letter-spacing: 0;
	padding: 0 3em 0 2em !important;
	text-transform: none;
	border: 2px solid #d1d1d1;
	border-radius: 0;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.inner_search_wrap {
	margin-right: 70px;
	position: relative;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.inner_search_wrap
	.search_submit {
	left: auto !important;
	right: 1.2em !important;
	font-size: 1rem;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.inner_search_wrap
	.search_submit:before {
	line-height: 1em;
	font-size: 1.1rem;
}
.search_style_fullscreen.search_opened .search_form .search_close,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.search_close {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.3rem;
	background-color: transparent;
}
.search_style_fullscreen.search_opened .search_form .search_close:before,
.sc_layouts_row_type_normal
	.sc_layouts_column
	.search_style_fullscreen.search_opened
	.search_form
	.search_close:before {
	content: "\e981";
	font-family: "fontello";
}

/* Search field inside content */
.content .search_wrap {
	max-width: 50%;
	margin: 0;
}

.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
	max-width: none;
}

.content .search_wrap .search_form_wrap {
	width: 100%;
}

.content .search_wrap .search_form_wrap .search_field {
	width: 100%;
}

.content .search_wrap .search_submit {
	background-color: transparent;
}

.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
	padding: 1.2em 3em 1em 1em !important;
}

.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
	left: auto;
	right: 0;
	top: 0;
	padding: 0 1em;
}

.content .search_wrap .search_results {
	width: 100%;
}

/* Slider
---------------------------------------------- */
/* Pagination */
.sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
	bottom: 0.5em;
}

.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
}

.sc_slider_controls:not([class*="slider_pagination_style_none"]) .slider_controls_wrap {
	height: 2rem;
	padding-top: 0.95rem;
}
.sc_slider_controls:not([class*="slider_pagination_style_none"])
	.slider_controls_wrap
	.slider_pagination_wrap {
	height: 2px;
}

.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
	width: 3.4em;
	height: 2em;
	line-height: 2.1em;
}

.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
	opacity: 1;
	margin-left: 3.7em;
}

.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
	opacity: 1;
	margin-right: 3.7em;
}

.sc_slider_controls:not([class*="slider_pagination_style_none"]) .slider_controls_wrap.with_next {
	padding-right: 6em;
}

.sc_slider_controls:not([class*="slider_pagination_style_none"]) .slider_controls_wrap.with_prev {
	padding-left: 6em;
}

/* Controls */
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
	display: none;
}

/* Icons in controls */
.sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_outside .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
	font-family: "fontello";
	font-size: 2.8rem;
}

.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
	content: "\e96d";
}

.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
	content: "\e960";
}

.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
	content: "\e960";
}

.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
	margin-left: 3.7em;
}
.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
	margin-right: 3.7em;
}

/* Slider in the widgets area */
.header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
	background-color: transparent;
}

.header_widgets_wrap
	.slider_container.slider_titles_center:not(.slider_multi)
	.slide_info.slide_info_large {
	width: 18em;
}

.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
	bottom: 8px;
}

.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 6px;
}

.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
	font-size: 12px;
	line-height: 16px;
}

/* Widgets
---------------------------------------------- */
/* Recent news */
.sc_recent_news_style_news-excerpt .post_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.sc_recent_news_style_news-excerpt .post_item + .post_item {
	padding-top: 0;
	border: none;
	margin-top: 50px;
}
.sc_recent_news_style_news-excerpt .post_item .post_featured {
	max-width: 244px;
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.sc_recent_news_style_news-excerpt .post_item .post_featured.post_featured_bg {
	position: relative !important;
}
.sc_recent_news_style_news-excerpt .post_item .post_body {
	padding: 1.85em 1.7em 1.2em 1.8em;
	float: none;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background-color: white;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_content {
	margin-top: 1em;
	/* ADDED BY cha0t!k */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer {
	margin-top: 1.4em;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer .post_meta {
	margin: 0 !important;
}
.sc_recent_news_style_news-excerpt
	.post_item
	.post_body
	.post_footer
	.post_meta
	.post_meta_item.post_date:before {
	display: none;
}
.sc_recent_news_style_news-excerpt
	.post_item
	.post_body
	.post_footer
	.post_meta
	.post_meta_item.post_categories
	a {
	margin-bottom: 0;
}

.sc_recent_news_style_news-announce * {
	color: inherit !important;
}
.sc_recent_news_style_news-announce
	.post_meta
	.post_meta_item.post_categories
	a
	.trx_addons_extended_taxonomy_bg {
	background-color: transparent;
}
.sc_recent_news_style_news-announce
	.post_meta
	.post_meta_item.post_categories
	a:hover
	.trx_addons_extended_taxonomy_bg {
	background-color: transparent;
}

/* Widgets in the Footer */
.footer_wrap .sc_layouts_row {
	line-height: 1.7857em;
}

.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
	vertical-align: top;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.footer_wrap .sc_layouts_item .widget {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item {
	height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .elementor-widget-container {
	height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .elementor-widget-container .widget_area {
	height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget {
	height: 100%;
	padding: 3.5rem 4rem 2rem 3.8rem;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description {
	margin-top: 2em;
	line-height: 1.4em;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 {
	font-size: 2.125rem;
	margin-top: 0.8em;
	margin-bottom: 0;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 span {
	text-transform: none;
	font-size: 1rem;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	margin-right: 0;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_logo {
	margin-bottom: 3px;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description {
	margin-top: 0;
	line-height: 1em;
	margin-left: 1.6rem;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description h5 {
	margin-top: 0;
	line-height: 0.8em;
}
.footer_wrap
	.sc_layouts_column_align_center
	.widget_contacts_inline
	.widget_contacts
	.contacts_wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_wrap
	.sc_layouts_column_align_center
	.widget_contacts_inline
	.widget_contacts
	.contacts_wrap
	.contacts_description {
	margin-right: 0;
}
.footer_wrap .wp-widget-recent-comments ul {
	padding: 0 !important;
}
.footer_wrap .wp-widget-recent-comments ul li {
	margin-top: 12px !important;
	line-height: 1.5em;
}
.footer_wrap .wp-widget-recent-comments ul li:first-child {
	margin-top: 0;
}
.footer_wrap .wp-widget-recent-comments ul li:before {
	display: none;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap {
	white-space: normal;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item {
	display: inline-block;
	margin: 8px 0 0 1.9rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.4em;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: top;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_name {
	display: inline-block;
	margin-top: 0;
	line-height: 1.4em;
	padding-left: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover .social_icon {
	background-color: transparent;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:first-child {
	margin-left: 0;
}
.ua_safari .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon {
	line-height: 1.2em;
}

/* Widget Categories list in columns or sidebar */
.widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
	width: 100%;
	float: none;
	overflow: hidden;
}

.widget_categories_list[class*="column-"] [class*="column-"] + [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] + [class*="column-"] {
	margin-top: 0.5em;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
	text-align: left;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image {
	display: inline-block;
	width: 20%;
}

.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
	width: 100%;
	height: auto;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin: 0;
	font-size: 1em;
	text-align: left;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_categories_list[class*="column-"]
	.categories_list_style_1
	.categories_list_image
	+ .categories_list_title,
.sidebar
	.widget_categories_list
	.categories_list_style_1
	.categories_list_image
	+ .categories_list_title {
	padding-left: 1em;
}

/* Contacts */
.footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
	margin-left: auto;
	margin-right: auto;
}

.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
	max-width: none;
}

.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_address,
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_email,
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_phone {
	padding-left: 0;
	line-height: 1.5em;
	margin-bottom: 6px;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_address:before,
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_email:before,
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_phone:before {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	width: auto;
	padding-right: 5px;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_address:before {
	content: "Address:";
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_email:before {
	content: "Email:";
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_info
	.contacts_phone:before {
	content: "Phone:";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials {
	margin-top: 0.7em;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item {
	margin: 10px 10px 0 0;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon {
	background-color: transparent;
	width: auto;
	height: auto;
	line-height: 2.4em;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon
	span:before {
	font-size: 2rem;
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon.social_icon_socials-fb
	> span:before {
	content: "\e957";
	font-family: "fontello";
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon.social_icon_socials-tw
	> span:before {
	content: "\e95e";
	font-family: "fontello";
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon.social_icon_socials-li
	> span:before {
	content: "\e96b";
	font-family: "fontello";
}
.elementor-widget-trx_widget_contacts
	.sc_widget_contacts
	.contacts_wrap
	.contacts_socials
	.social_item
	.social_icon.social_icon_socials-go
	> span:before {
	content: "\e983";
	font-family: "fontello";
}

/* Recent News + Shortcode Recent News */
body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
	height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
	height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium {
	height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
	height: 264px;
}

.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
	font-size: 1em;
}

.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
	font-size: 0.8667em;
	line-height: 1.3846em;
}

.sc_recent_news_style_news-announce {
	margin-right: -50px;
}
.sc_recent_news_style_news-announce .post_layout_news-announce {
	margin-right: 50px;
	margin-bottom: 50px !important;
}
.sc_recent_news_style_news-announce .post_layout_news-announce.post_size_big {
	width: calc(66.66% - 50px);
}
.sc_recent_news_style_news-announce .post_layout_news-announce.post_size_medium {
	width: calc(33.33% - 50px);
}
.sc_recent_news_style_news-announce .post_layout_news-announce .mask {
	display: none;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured {
	position: relative;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured:before {
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 0;
	z-index: 0;
	padding: 0;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured:after {
	display: none;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info {
	z-index: 7;
	padding: 2.5rem 2.7rem;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce
	.post_featured
	.post_info
	.post_title {
	font-size: 1.875rem;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce
	.post_featured
	.post_info
	.post_info_bottom
	.post_meta {
	margin: 0 !important;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce
	.post_featured
	.post_info
	.post_info_bottom
	.post_author {
	margin-bottom: 1.2rem;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce
	.post_featured
	.post_info
	.post_info_bottom
	.post_categories {
	background-color: transparent;
	padding: 0;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce
	.post_featured
	.post_info
	.post_info_bottom
	.post_categories
	a {
	text-transform: none;
	font-size: 14px;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce.post_size_big
	.post_featured
	.post_info
	.post_title {
	font-size: 2.25rem;
}
.link_color_1
	.sc_recent_news_style_news-announce
	.post_layout_news-announce:nth-child(odd)
	.post_featured:before {
	background-color: inherit;
}
.link_color_1
	.sc_recent_news_style_news-announce
	.post_layout_news-announce:nth-child(even)
	.post_featured:before {
	background-color: inherit;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce:nth-child(odd)
	.post_featured:before {
	background-color: inherit;
}
.sc_recent_news_style_news-announce
	.post_layout_news-announce:nth-child(even)
	.post_featured:before {
	background-color: inherit;
}

/* Category list  */
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link {
	position: relative;
	font-size: 1.875rem;
	text-transform: uppercase;
}
.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link
	.trx_addons_extended_taxonomy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.8rem 2rem 3rem 2rem;
	border-radius: 0;
	font-size: 1.7rem;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	will-change: transform;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link
	.trx_addons_extended_taxonomy
	.trx_addons_extended_taxonomy_icon {
	line-height: 1.7em;
	margin-bottom: 1.1rem;
	margin-right: 0;
}
.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link
	.trx_addons_extended_taxonomy
	.trx_addons_extended_taxonomy_icon:before {
	font-size: 3rem;
}
.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link
	.categories_list_count {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link:hover
	.trx_addons_extended_taxonomy {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	will-change: transform;
}
.categories_list.categories_list_style_2
	.trx_addons_column-1_5
	.categories_list_item
	.list_item
	.categories_list_link
	.trx_addons_extended_taxonomy {
	padding: 3.6rem 2rem 3.5rem 2rem;
	font-size: 1.875rem;
}

/* Shortcodes
---------------------------------------------- */
/* Blogger */
.sc_blogger .post_featured + .post_header {
	max-width: none;
	padding: 0;
	display: block;
}

.sc_blogger .trx_addons_loading {
	background-color: transparent;
}
.sc_blogger .slider_container .slider-slide {
	max-height: 100%;
}
.sc_blogger.sc_blogger_masonry nav.sc_item_pagination {
	margin-top: 0;
}
.sc_blogger.sc_blogger_info .sc_blogger_item {
	min-height: 360px;
	background-color: transparent;
	position: relative;
}
.sc_blogger.sc_blogger_info .sc_blogger_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .post_featured {
	z-index: 0;
	width: 100%;
	height: 100%;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 2.7rem 2rem 2rem 3.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sc_blogger.sc_blogger_info
	.sc_blogger_item
	.sc_blogger_item_content
	.post_meta
	.post_counters_comments {
	display: none;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_header {
	margin-top: 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .bottom_meta {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .bottom_meta .post_author {
	margin-left: 0;
}
.sc_blogger.sc_blogger_info
	[class*="trx_addons_column-"]:nth-child(4n + 1)
	.sc_blogger_item:before {
	background-color: inherit;
}
.sc_blogger.sc_blogger_info
	[class*="trx_addons_column-"]:nth-child(4n + 2)
	.sc_blogger_item:before {
	background-color: inherit;
}
.sc_blogger.sc_blogger_info
	[class*="trx_addons_column-"]:nth-child(4n + 3)
	.sc_blogger_item:before {
	background-color: inherit;
}
.sc_blogger.sc_blogger_info
	[class*="trx_addons_column-"]:nth-child(4n + 4)
	.sc_blogger_item:before {
	background-color: inherit;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .post_featured {
	position: relative;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .top_wrap_meta .post_meta {
	justify-content: space-evenly;
	margin: 8px;
	text-align: left;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
	text-align: left;
	padding: 1.9em 2em 1em 2em;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
	margin-top: 1.2rem;
}
.sc_blogger.sc_blogger_default
	.sc_blogger_item
	.sc_blogger_item_content
	.sc_blogger_item_excerpt
	.sc_blogger_item_excerpt_text {
	line-height: 1.4em;
	max-height: none;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .post_meta {
	margin-top: 1.4rem;
}
.sc_blogger.sc_blogger_default
	.sc_blogger_item
	.sc_blogger_item_content
	.post_meta
	.post_meta_item.post_author {
	margin-left: 0;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .sc_blogger_item .sc_blogger_item_excerpt {
	display: block;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom {
	position: relative;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
	position: absolute;
	bottom: 18%;
	right: 6%;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item {
	padding: 0;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .post_featured {
	width: 50%;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
	text-align: left;
	left: 56%;
	width: 40%;
	padding: 0;
}
.sc_blogger.sc_blogger_modern
	.sc_blogger_item
	.sc_blogger_item_content
	.sc_blogger_item_header
	.post_meta {
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
	margin-top: 1.4em;
}
.sc_blogger.sc_blogger_modern
	.sc_blogger_item
	.sc_blogger_item_content
	.sc_blogger_item_excerpt
	.sc_blogger_item_button {
	margin-top: 3em;
}
.sc_blogger.sc_blogger_modern
	.sc_blogger_item
	.sc_blogger_item_content
	.sc_blogger_item_excerpt
	.sc_blogger_item_button
	.sc_button:after {
	content: "\e96f";
	font-family: "fontello";
	font-size: 10px;
	line-height: 1.2em;
	padding-left: 10px;
}
.sc_blogger.sc_blogger_excerpt .post_item .post_featured {
	position: relative;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list {
	padding: 2rem 2rem 1.6rem 2rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_header .post_title {
	font-size: 1.5rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta {
	margin-top: 2rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_counters_comments {
	display: none;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_date {
	display: none;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_author:after {
	display: none;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item {
	padding: 2.2em 2em 2.5em 3em;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content {
	text-align: left;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
	margin-top: 1.2rem;
}
.sc_blogger.sc_blogger_plain
	.sc_blogger_item
	.sc_blogger_item_content
	.sc_blogger_item_excerpt
	.sc_blogger_item_excerpt_text {
	line-height: 1.4em;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .post_meta {
	margin-top: 1.4rem;
}
.sc_blogger.sc_blogger_plain
	.sc_blogger_item
	.sc_blogger_item_content
	.post_meta
	.post_meta_item.post_author {
	margin-left: 0;
}
.sc_blogger.sc_blogger_plain
	.sc_blogger_item
	.sc_blogger_item_content
	.post_meta
	.post_categories
	a {
	margin-bottom: 0;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item + .sc_blogger_item {
	margin-top: 50px;
	border: none;
}
.sc_layouts_column_align_left .sc_blogger .sc_item_filters ul.sc_item_filters_titles {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sc_blogger .sc_item_filters {
	margin-bottom: 5.625rem;
	margin-top: 0;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li {
	padding: 0;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 9px 17px;
	font-size: 14px;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li a .trx_addons_extended_taxonomy {
	background-color: inherit;
	padding-left: 0;
	padding-right: 0;
}
.sc_blogger
	.sc_item_filters
	ul.sc_item_filters_titles
	li
	a
	.trx_addons_extended_taxonomy
	.trx_addons_extended_taxonomy_icon {
	display: none;
}

.ua_ie_11 .sc_blogger.sc_blogger_excerpt .post_item .post_featured {
	display: block;
}

/* Events */
.sc_events_item_button:before,
.sc_events_item_button:after {
	content: "\e93a";
	font-family: "fontello";
}

/* Skills */
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item .sc_skills_total {
	font-size: 3.125rem;
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item_title {
	font-style: normal;
	margin-top: 8px;
}

/* Price */
.sc_price .sc_price_item_inner {
	padding-bottom: 4rem !important;
}
.sc_price .sc_price_item_inner .sc_price_item_info {
	padding: 0;
}
.sc_price .sc_price_item_inner .sc_price_item_description,
.sc_price .sc_price_item_inner .sc_price_item_details {
	font-style: normal;
	font-size: 1rem;
}
.sc_price .sc_price_item_inner .sc_price_item_description ul li,
.sc_price .sc_price_item_inner .sc_price_item_description .trx_addons_list_custom li,
.sc_price .sc_price_item_inner .sc_price_item_details ul li,
.sc_price .sc_price_item_inner .sc_price_item_details .trx_addons_list_custom li {
	list-style-type: none;
}
.sc_price .sc_price_item_inner .sc_price_item_description ul li:before,
.sc_price .sc_price_item_inner .sc_price_item_description .trx_addons_list_custom li:before,
.sc_price .sc_price_item_inner .sc_price_item_details ul li:before,
.sc_price .sc_price_item_inner .sc_price_item_details .trx_addons_list_custom li:before {
	display: block;
}

/* Progress bar */
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
	line-height: 12px;
	margin-top: 5px;
	height: 6px;
	border-radius: 0;
}
.elementor-widget-progress
	.elementor-widget-container
	.elementor-progress-wrapper
	.elementor-progress-bar {
	height: 6px;
	border-radius: 0;
}
.elementor-widget-progress
	.elementor-widget-container
	.elementor-progress-wrapper
	.elementor-progress-bar
	.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	top: -29px;
	right: 0;
	font-size: 13px;
	line-height: 25px;
}
.elementor-widget-progress + .elementor-widget-progress {
	margin-top: 22px;
}

/* Form */
.sc_form .sc_form_info_item .sc_form_info_icon:before {
	font-family: "fontello";
}

.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
	content: "\e8fd";
}

.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
	content: "\e8fa";
}

.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
	content: "\e8f5";
}

.wpcf7 .columns_wrap > [class*="column-"] {
	padding-right: 21px;
	padding-top: 0 !important;
}

.wpcf7 .columns_wrap {
	margin-right: -21px;
	padding-right: 21px;
	letter-spacing: -15px;
}
.wpcf7 .columns_wrap div:last-child {
	padding-right: 0;
}

.wpcf7 .columns_wrap * {
	letter-spacing: 0;
}

.wpcf7-form > p {
	margin-bottom: 0;
}

.wpcf7 .select_container,
.wpcf7 textarea,
.wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 .wpcf7-not-valid {
	margin-bottom: 2px !important;
}

.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-bottom: 1em;
}

span.wpcf7-not-valid-tip {
	font-size: 1em;
}

/* Icons */
.footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
	margin-top: 1em;
	margin-bottom: 2em;
}

/* Portfolio */
.sc_portfolio_default .sc_portfolio_item {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Services */
.services_page_tabs {
	margin-top: 5em;
}

.services_page_tabs .comments_list_wrap,
.services_page_tabs .comments_form_wrap:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}

.services_page_tabs .comments_list_wrap + .comments_form_wrap {
	margin-top: 3em;
	padding-top: 3em;
	border-top-width: 1px;
}

/* Team */
.sc_team.sc_team_short .sc_team_item .post_featured {
	margin-bottom: 0;
}
.sc_team.sc_team_short .sc_team_item .post_featured.sc_team_item_thumb {
	border: none;
}
.sc_team.sc_team_short
	.sc_team_item
	.post_featured
	.trx_addons_hover_content
	.sc_team_item_socials
	.social_item
	.social_icon {
	border: none;
	font-size: 2rem;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	background-color: transparent !important;
}
.sc_team.sc_team_short
	.sc_team_item
	.post_featured
	.trx_addons_hover_content
	.sc_team_item_socials
	.social_item
	.social_icon
	> span
	> span:before {
	font-family: "fontello";
}
.sc_team.sc_team_short
	.sc_team_item
	.post_featured
	.trx_addons_hover_content
	.sc_team_item_socials
	.social_item
	.social_icon.social_icon_facebook
	span:before {
	content: "\e957";
}
.sc_team.sc_team_short
	.sc_team_item
	.post_featured
	.trx_addons_hover_content
	.sc_team_item_socials
	.social_item
	.social_icon.social_icon_twitter
	span:before {
	content: "\e95e";
}
.sc_team.sc_team_short
	.sc_team_item
	.post_featured
	.trx_addons_hover_content
	.sc_team_item_socials
	.social_item
	.social_icon.social_icon_google
	span:before {
	content: "\e956";
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info {
	padding: 1.6rem 1rem 1.6rem 1rem;
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header {
	text-align: center;
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title {
	font-size: 1.5rem;
}
.sc_team.sc_team_short
	.sc_team_item
	.sc_team_item_info
	.sc_team_item_header
	.sc_team_item_subtitle {
	font-style: normal;
	font-size: 1rem;
	margin-top: 10px;
}

.team_member_page .team_member_content {
	margin-top: 5.95em;
}

.team_member_page .team_member_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
}
.team_member_page .team_member_header .team_member_featured {
	width: 38%;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.team_member_page .team_member_header .team_member_description {
	width: 50%;
	padding: 3.5rem 5rem 3.7rem 5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.team_member_page .team_member_header .team_member_description .top_wrap_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team_member_page .team_member_header .team_member_description .top_wrap_info .team_member_socials {
	margin-top: 0;
}
.team_member_page
	.team_member_header
	.team_member_description
	.top_wrap_info
	.team_member_socials
	.social_item
	.social_icon {
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	font-size: 2em;
}
.team_member_page .team_member_header .team_member_description .team_member_details {
	margin-top: 2.3em;
}
.team_member_page
	.team_member_header
	.team_member_description
	.team_member_details
	> div
	.team_member_details_label {
	font-weight: 600;
	padding-right: 5px;
}
.team_member_page .team_member_header .team_member_description .team_member_details > * {
	margin-top: 6px;
}
.team_member_page
	.team_member_header
	.team_member_description
	.team_member_details
	> *:first-child {
	margin-top: 0;
}
.team_member_page .team_member_header .team_member_description .team_member_brief_info {
	margin-top: 1.4em;
}
.single-cpt_team .comments_list_wrap,
.single-cpt_team .comments_form_wrap {
	margin-top: 0;
	border-top: none;
}

/* Testimonials */
.sc_testimonials_item_content:before {
	content: "\e8b6";
	font-family: "fontello";
}

/* Default Elementor's grid
----------------------------------------------------------- */
:root {
	--theme-var-elm_gap_nogap: 0px;
	--theme-var-elm_gap_narrow: 10px;
	--theme-var-elm_gap_default: 20px;
	--theme-var-elm_gap_extended: 30px;
	--theme-var-elm_gap_wide: 40px;
	--theme-var-elm_gap_wider: 60px;
	--theme-var-elm_add_page_margins: var(--theme-var-elm_gap_extended);
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding: calc(var(--theme-var-elm_gap_narrow) / 2);
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding: calc(var(--theme-var-elm_gap_default) / 2);
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding: calc(var(--theme-var-elm_gap_extended) / 2);
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding: calc(var(--theme-var-elm_gap_wide) / 2);
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding: calc(var(--theme-var-elm_gap_wider) / 2);
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated {
	/* Elm 3.0+ */
	padding-top: 0;
	padding-bottom: 0;
}

/* Elementor styles
----------------------------------------------------------------- */
/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
.post_content > .elementor {
	margin-left: -25px;
	margin-right: -25px;
}

/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container:not(.elementor-column-gap-no) {
	max-width: none;
	position: relative;
}

/* Narrow: 5px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-narrow {
	width: 1280px;
}

.elementor-top-section.elementor-section-full_width.elementor-section-stretched {
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
}

.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-narrow,
.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-narrow {
	width: 810px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-narrow,
.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-narrow {
	left: -5px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

/* Default: 10px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-default {
	width: 1290px;
}

.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-default,
.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-default {
	width: 820px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-default,
.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-default {
	left: -10px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-default {
	margin-left: -10px;
	margin-right: -10px;
}

/* Extended: 15px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-extended {
	width: 1320px;
}

.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-extended,
.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-extended {
	width: 850px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-extended,
.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-extended {
	left: -25px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-extended {
	margin-left: -25px;
	margin-right: -25px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 25px;
}

/* Wide: 20px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wide {
	width: 1310px;
}

.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-wide,
.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wide {
	width: 840px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wide,
.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wide {
	left: -20px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-wide {
	margin-left: -20px;
	margin-right: -20px;
}

/* Wider: 30px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wider {
	width: 1330px;
}

.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-wider,
.sidebar_show
	.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wider {
	width: 860px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-boxed:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wider,
.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width:not(
		.elementor-section-stretched
	):not(.elementor-inner-section)
	> .elementor-container.elementor-column-gap-wider {
	left: -30px;
}

.content_wrap
	.elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(
		.elementor-inner-section
	)
	> .elementor-container.elementor-column-gap-wider {
	margin-left: -30px;
	margin-right: -30px;
}

[data-type^="trx-addons/socials"],
[data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not(
		[data-type^="trx-addons/layouts-container"]
	):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column
	.sc_layouts_item
	+ div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(
		.vc_wp_text
	) {
	width: auto !important;
}

.sc_layouts_column_align_left .elementor-widget-wrap {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.sc_layouts_column_align_center .elementor-widget-wrap {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.sc_layouts_column_align_right .elementor-widget-wrap {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

/* Fix: Vertical align items in columns */
.elementor-section-content-middle .elementor-widget-wrap {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.elementor-section-content-top .elementor-widget-wrap {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.elementor-section-content-bottom .elementor-widget-wrap {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

/* Horizontal align items in columns */
.sc_content_align_center[class*="sc_inner_width_"],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.sc_content_align_left[class*="sc_inner_width_"],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.sc_content_align_right[class*="sc_inner_width_"],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

/* Gutenberg
----------------------------------------------------------------- */
body.sidebar_hide .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body.sidebar_hide .alignwide {
	position: relative;
	left: calc(-44vw + 50%);
	width: 88vw;
	max-width: none;
}

.alignfull > img,
.alignwide > img {
	max-width: none;
	width: 100%;
}

.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
	max-width: 800px !important;
}

.editor-post-title__block .editor-post-title__input {
	min-height: 1em;
}

/* Cover image */
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container a {
	color: inherit;
}

/* MailChimp for WP styles
----------------------------------------------------------------- */
form.mc4wp-form {
	position: relative;
	padding-right: 7em;
}

form.mc4wp-form .mc4wp-form-fields input[type="email"] {
	width: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	max-width: 8em;
	vertical-align: top;
	padding-left: 2em;
	padding-right: 2em;
}

form.mc4wp-form .mc4wp-alert {
	margin: 1.5em 0;
	padding: 1em;
	line-height: 1.5em;
}

form.mc4wp-form p {
	margin: 0;
}

form.mc4wp-form p + p,
form.mc4wp-form input + p {
	margin-top: 1em;
}

/* Essential Grid styles
----------------------------------------------------------------- */
.esg-grid i[class*="eg-icon-"] {
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.esg-grid a:hover i[class*="eg-icon-"] {
	color: #888;
}

.esg-navigationbutton i[class*="eg-icon-"] {
	color: #888;
}

.esg-navigationbutton:hover i[class*="eg-icon-"] {
	color: #333;
}

.esg-entry-cover .eec > div {
	margin-right: 0 !important;
}

.esg-entry-cover .eec > div[class*="-element-1-a"] {
	margin-left: 10px !important;
}

.esg-starring {
	vertical-align: top;
}

.esg-starring .star-rating,
.esg-starring-page .star-rating {
	width: 6em;
}

.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
	line-height: 36px;
	margin: 0;
}

.flat-light .esg-filters .esg-sortbutton {
	padding-right: 0;
}

.esgbox-overlay {
	z-index: 228010 !important;
}

.esgbox-opened {
	z-index: 228030 !important;
}

.wp-widget-ess-grid-widget ul > li:before {
	display: none !important;
}

/* XNGRPH / Custom CSS */

#blogger_slider_sc_swiper {
	padding-top: 25px;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title {
	margin-bottom: 6px;
}
.post_content * {
	color: #000;
}
.post_content {
	font-family: 'Ubuntu', sans-serif;
}
.error404 .search_form {
	padding: 10px 0 50px 0;
}
.error404 .trx_addons_icon-search:before,
.post-navigation .screen-reader-text,
.search .post_item .post_categories,
.search .post_item .post_counters_likes,
.search .post_item .post_content .post_meta {
	display: none !important;
}

.post_content,
.xngrph-review-text {
	line-height: 1.4;
	font-size: 18px;
}
.post_content blockquote {
	color: #000;
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 75px;
	position: relative;
}
.post_content blockquote p {
	color: #000;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	background: none !important;
}

.xngrph-post-img {
	min-height: 100px;
}
.xngrph-post-archive {
	display: flex;
	justify-content: space-between;
}

.xngrph-search .search_wrap {
	max-width: 100%;
}
.xngrph-search .search_form_wrap .search_form .search_field {
	background-color: #fff !important;
	border: 0 !important;
}
.xngrph-search .search_submit:hover {
	background-color: #FF0700 !important;
}

.scheme_default .xngrph-h5 {
	line-height: 1.1em;
	font-family: "Ubuntu", cursive;
	font-weight: 400;
	font-size: 1.5rem;
	color: #1e1e1e;
	text-transform: uppercase;
	word-wrap: break-word;
}
.scheme_default .xngrph-h6 a {
	color: #1e1e1e;
}

.view-all-posts {
	display: block;
	max-width: 150px;
	margin: 50px auto;
}

.xngrph-post-title a {
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.single-post .xngrph-post-header .xngrph-post-rating {
	justify-content: center;
}
.single-post .xngrph-post-header .elementor-widget-wrap {
	justify-content: center;
}
.xngrph-post-rating {
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-family: "Unica One", cursive;
	font-size: 20px;
	color: #000;
}
.xngrph-post-rating.rating-in-form {
	justify-content: start;
	flex-direction: row;
}

.xngrph-post-rating.rating-in-form .xngrph-rating-text {
	font-weight: 400;
	color: #000;
}
.xngrph-stars {
	position: relative;
	height: 1em;
	font-size: 20px;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
}
.xngrph-stars-1 {
	display: flex;
	white-space: nowrap;
	opacity: 0.3;
}
.xngrph-stars-2 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	transition: width 0.3s ease;
}
.xngrph-stars-1 .star_review {
	color: #dde0e2;
	padding: 0 2px;
}
.xngrph-stars-2 .star_review {
	color: #ede06f;
	padding: 0 2px;
}
.rating-in-form .star_review {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	cursor: pointer;
}
.sc_layouts_title_caption ~ .xngrph-post-rating {
	margin-top: 25px;
}
.xngrph-rating-text,
.xngrph-rating-number {
	padding: 0px 10px 0px 5px;
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}
.xngrph-rating-text {
	font-family: "Ubuntu";
	font-weight: bold;
	font-size: 16px;
}

.xngrph-stars-2.added-star-5 * {
	color: #f00;
}
.xngrph-stars-2.added-star-4 * {
	color: #f00;
}
.xngrph-stars-2.added-star-4 span:nth-child(5) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-3 * {
	color: #f00;
}
.xngrph-stars-2.added-star-3 span:nth-child(5) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-3 span:nth-child(4) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-2 * {
	color: #f00;
}
.xngrph-stars-2.added-star-2 span:nth-child(5) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-2 span:nth-child(4) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-2 span:nth-child(3) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-1 * {
	color: #f00;
}
.xngrph-stars-2.added-star-1 span:nth-child(5) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-1 span:nth-child(4) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-1 span:nth-child(3) {
	color: #ede06f;
}
.xngrph-stars-2.added-star-1 span:nth-child(2) {
	color: #ede06f;
}

.xngrph-stars-2.active-star-5 * {
	color: #f00 !important;
}
.xngrph-stars-2.active-star-4 * {
	color: #f00 !important;
}
.xngrph-stars-2.active-star-4 span:nth-child(5) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-3 * {
	color: #f00 !important;
}
.xngrph-stars-2.active-star-3 span:nth-child(5) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-3 span:nth-child(4) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-2 * {
	color: #f00 !important;
}
.xngrph-stars-2.active-star-2 span:nth-child(5) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-2 span:nth-child(4) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-2 span:nth-child(3) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-1 * {
	color: #f00 !important;
}
.xngrph-stars-2.active-star-1 span:nth-child(5) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-1 span:nth-child(4) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-1 span:nth-child(3) {
	color: #ede06f !important;
}
.xngrph-stars-2.active-star-1 span:nth-child(2) {
	color: #ede06f !important;
}

#xngrph-comment-options > .acf-label {
	display: none;
}

.xngrph-post-likes::after {
	display: none !important;
}
.xngrph-post-likes {
	display: flex;
	gap: 10px;
}
.xngrph-post-likes .xngrph-pl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 45px;
	background: #eff2f3;
	padding: 0 10px;
}
.xngrph-post-likes .xngrph-pl i {
	font-style: normal;
	color: #000;
}
.xngrph-post-likes .xngrph-pl .xli em {
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 10;
	display: none;
	background: #fff;
	border: 2px solid #eff2f3;
	font-style: normal;
	font-size: 14px;
	white-space: nowrap;
	padding: 5px;
	margin-bottom: 10px;
}
.xngrph-post-likes .xngrph-pl .xli em::before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #eff2f3;
}
.xngrph-post-likes .xngrph-pl .xli:hover em {
	display: block;
}
.xngrph-post-likes .xngrph-like .xli::before {
	content: "\e8aa";
	font-family: "fontello";
}
.xngrph-post-likes .xngrph-dislike .xli::before {
	content: "\f028";
	font-family: "fontello-dislike";
}
.xngrph-post-likes .xli {
	opacity: 0.5;
	cursor: pointer;
	font-size: 20px;
}
.xngrph-post-likes .xngrph-like .xli:hover {
	color: #f00;
	opacity: 1;
}
.xngrph-post-likes .xngrph-dislike .xli:hover {
	color: #f00;
	opacity: 1;
}
.sc_blogger_item .xngrph-post-likes .xngrph-pl,
.search .xngrph-post-likes .xngrph-pl {
	background: #fff;
}
.xngrph-post-likes.liked .xngrph-like .xli,
.xngrph-post-likes.disliked .xngrph-dislike .xli {
	color: #f00;
	opacity: 1;
}
.xngrph-do-you-like {
	margin-top: 20px;
	margin-bottom: 40px;
}
.xngrph-do-you-like .xngrph-post-likes .xngrph-pl {
	gap: 10px;
	background: #fff;
}
.xngrph-do-you-like .xngrph-post-likes .xli {
	font-size: 30px;
}

.post_meta {
	display: flex;
	gap: 10px;
}
.post_meta > a,
.post_meta > .post_meta_item {
	display: flex;
	align-items: center;
	padding: 0 12px !important;
	margin: 0 !important;
}
.xngrph-all-posts .post_meta > a,
.xngrph-all-posts .post_meta > span,
.xngrph-all-posts .post_meta > .post_meta_item {
	font-size: 1.2em;
}

.xngrph-widget-reviews {
	display: grid;
	gap: 12px;
}
.xngrph-widget-review-inner {
	padding: 15px;
	display: grid;
	grid-template-columns: 65px 1fr;
	gap: 15px;
	border-radius: 15px;
	background-color: #EFF2F3;
}
.xngrph-widget-review-2 {
	overflow: hidden;
}
.xngrph-widget-review-header {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.xngrph-widget-review a.xngrph-widget-review-title {
	display: block;
	font-family: "Ubuntu";
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.xngrph-widget-review a.xngrph-widget-review-category {
	font-size: 14px;
	line-height: 1.28;
	text-decoration: underline;
	color: #4A11AE !important;
}
.xngrph-widget-review-author {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 5px;
	font-size: 14px;
	line-height: 1;
	color: #000;
}

.xngrph-widget-review-author span:last-child {
	color: #7B7B7B;
}
.xngrph-widget-review-author span:first-child {
	color: #FF0700;
}
.xngrph-widget-review .xngrph-post-rating * {
	font-size: 15px;
	height: max-content;
}
.xngrph-widget-review .xngrph-rating-text {
	display: none;
}
.xngrph-widget-review .xngrph-rating-number {
	font-size: 24px;
	font-weight: 700;
}
.xngrph-widget-review .xngrph-post-rating {
	justify-content: start;
}
.xngrph-widget-review a.xngrph-widget-review-title:hover {
	color: #FF0700;
}
.xngrph-widget-review-text {
	font-size: 16px;
	color: #000;
  padding: 7px 0px;
  line-height: 1.3;
}

.xngrph-widget-review-text-link {
	color: #4A11AE !important;
	text-decoration: underline !important;
}

.xngrph-post-image {
	max-width: 635px;
	margin: 0 auto;
	margin-top: -150px;
	margin-bottom: 25px;
}
.xngrph-post-image img {
	display: block;
}

/* XNGRPH / Review */
.xngrph-reviews-wrap .section_title,
.xngrph-reviews-wrap .comments_list_title {
	font-size: 25px;
}
.xngrph-reviews-wrap .comments_list_title {
	margin: 50px 0 25px 0;
}
.xngrph-review-wrap {
	color: #000;
}
.xngrph-review {
	padding: 15px;
	margin-bottom: 30px;
	background: #EFF2F3;
	border-radius: 15px;
	position: relative;
}
.xngrph-review-header {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 15px;
}
.xngrph-review-header-1 .lavatar {
	width: 80px;
	height: 80px;
	background-color: #fff !important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000 !important;
	border-radius: 15px;
}
.xngrph-review-author {
	color: #FF0700;
}
.xngrph-review-cheating .xngrph-post-rating-wr::after {
	content: "";
	display: block;
	width: 192px;
	height: 34px;
	background-image: url('https://investmentsguard.com/wp-content/uploads/2025/05/Frame-291.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.xngrph-review-cheating .xngrph-stars-2 {
	opacity: 0;
}
.xngrph-review-counter {
	margin-top: 0 !important;
	font-size: 14px;
	color: #7B7B7B;
	margin-top: 10px;
}
.xngrph-review-counter::before {
	content: "\e982";
	font-family: "fontello";
	color: #ba9cc9;
	margin-right: 5px;
	display: none;
}
.xngrph-review-counter span {
	color: #4A11AE;
	text-decoration: underline;
}
.xngrph-review-line {
	display: flex;
	border-top: 1px solid #dde0e2;
	padding: 20px 0 0 0;
	margin-top: 20px;
}
.xngrph-review-line .xngrph-post-rating {
	margin-right: 20px;
}
.xngrph-review-date {
	font-size: inherit;
	color: #7B7B7B;
}
.xngrph-review-title {
	font-weight: 700;
	margin: 20px 0;
}
.xngrph-review-text {
	color: #7B7B7B;
	margin-top: 15px;
	word-break: break-word;
}
.xngrph-review-footer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	margin-top: 15px;
}
.xngrph-review-footer .comment_reply a {
	text-decoration-line: underline;
	font-size: 14px;
	color: #4A11AE !important;
}
.xngrph-review-footer .xngrph-like .xli {
	padding: 6px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
  background: #FF0700;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.depth-2 .xngrph-review-footer .xngrph-like .xli {
	background: #000;
}
.xngrph-review-footer .xngrph-post-likes.liked .xli {
	background: #ba9cc9;
}
.xngrph-review-footer .xngrph-like i {
	font-size: 14px;
	color: #fff;
	opacity: 1;
}
.xngrph-review-footer .xngrph-like b {
	font-weight: normal;
	color: #fff;
	margin-right: 5px;
}
.xngrph-review-footer .xngrph-like .xli::before {
	display: none;
}
.xngrph-review-footer .xngrph-like .xln::before {
	content: "(";
}
.xngrph-review-footer .xngrph-like .xln::after {
	content: ")";
}
.depth-2 .xngrph-review {
	margin-left: 110px;
}
.xngrph-review-line .xngrph-rating-text,
.xngrph-review-line .xngrph-rating-number,
.xngrph-review-wrap .xngrph-post-rating.rating-in-form,
.xngrph-review-wrap .write-a-review,
#xngrph-comment-options {
	display: none;
}
.xngrph-more-reviews {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	background: #ba9cc9;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
.xngrph-review .xngrph-post-likes .xngrph-pl {
	background: transparent;
}
input#send_comment {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	background: #000;
	color: #fff;
	text-transform: none;
	padding: 0;
}

/* XNGRPH / Lavatar */
.lavatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-family: "Unica One", cursive;
	font-size: 36px;
	color: #fff !important;
}

.xngrph-widget-review .lavatar {
	width: 65px;
	height: 65px;
	border-radius: 15px;
	background-color: #fff !important;
	font-family: "Ubuntu";
	font-size: 24px;
	font-weight: 700;
	color: #000 !important;
}
.lavatar.lavatar-a,
.lavatar.lavatar-b,
.lavatar.lavatar-c,
.lavatar.lavatar-d,
.lavatar.lavatar-e,
.lavatar.lavatar-f,
.lavatar.lavatar-g,
.lavatar.lavatar-h,
.lavatar.lavatar-h,
.lavatar.lavatar-1,
.lavatar.lavatar-2,
.lavatar.lavatar-3 {
	background: #ba9cc9;
}
.lavatar.lavatar-i,
.lavatar.lavatar-j,
.lavatar.lavatar-k,
.lavatar.lavatar-l,
.lavatar.lavatar-m,
.lavatar.lavatar-n,
.lavatar.lavatar-o,
.lavatar.lavatar-p,
.lavatar.lavatar-4,
.lavatar.lavatar-5,
.lavatar.lavatar-6 {
	background: #e0abc8;
}
.lavatar.lavatar-q,
.lavatar.lavatar-r,
.lavatar.lavatar-s,
.lavatar.lavatar-t,
.lavatar.lavatar-u,
.lavatar.lavatar-v,
.lavatar.lavatar-w,
.lavatar.lavatar-x,
.lavatar.lavatar-y,
.lavatar.lavatar-z,
.lavatar.lavatar-7,
.lavatar.lavatar-8,
.lavatar.lavatar-9,
.lavatar.lavatar-0 {
	background: #ede06f;
}

/* XNGRPH / Review Filter */
.xngrph-reviews-filter {
	display: grid;
	gap: 10px;
	background: #fff;
	color: #000;
	padding: 15px 15px 5px 15px;
	margin-bottom: 50px;
}
.xngrph-reviews-filter .xngrph-post-rating {
	justify-content: start;
}
.xngrph-reviews-filter .xngrph-review-ch {
	display: grid;
	grid-template-columns: 25px 1fr 100px;
	align-items: center;
	cursor: pointer;
}
.xngrph-reviews-filter .xngrph-review-ch:hover {
	background: #ba9cc9;
	color: #fff;
}
.xngrph-reviews-filter .xngrph-review-ch:hover .xngrph-rating-number {
	color: #fff;
}
.xngrph-reviews-filter .ch-0 {
	position: relative;
	text-align: center;
}
.xngrph-reviews-filter .ch-0::before {
	content: "";
	position: absolute;
	inset: 0;
}
.xngrph-reviews-filter .ch-0 input {
	display: block;
	margin: 0 auto;
}
.xngrph-reviews-filter .ch-2 {
	display: flex;
	gap: 5px;
	font-size: 14px;
	text-align: right;
}
.xngrph-reviews-filter .ch-2 div {
	width: 25px;
	background: #ba9cc9;
	color: #fff;
	text-align: center;
}
.xngrph-reviews-filter .xngrph-rating-number {
	font-size: 14px;
}
.xngrph-review-ft {
	display: flex;
	gap: 10px;
}
.xngrph-review-ft div {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #dde0e2;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
.xngrph-review-ft div.ch_active {
	display: flex;
}
.xngrph-review-ft div:hover {
	border: 1px solid #ba9cc9;
}
.xngrph-review-ft-0 {
	background: #dde0e2;
}
.xngrph-review-ft-0:hover {
	background: #ba9cc9;
	border: 1px solid #ba9cc9;
	color: #fff;
}
.xngrph-review-ft div::after {
	content: "\e8ac";
	font-family: "fontello";
}

/* XNGRPH / Footer */
.xngrph-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 75px;
	padding: 0 25px;
}
.home .xngrph-footer {
	padding: 0;
}
.xngrph-footer > div {
	background-color: #fff;
	padding: 30px;
}
.xngrph-footer-title {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.xngrph-footer-logo {
	max-width: 120px;
	margin-bottom: 30px;
}

.xngrph-footer-1 .xngrph-footer-text {
	line-height: 21px;
}
.xngrph-footer-1 .xngrph-footer-text p:last-child {
	margin-bottom: 0;
}
.xngrph-footer-3 {
	background: url(/wp-content/themes/maxify/images/footer-fr.svg) center 86% no-repeat;
	background-size: 215px;
}
.xngrph-fc {
	display: grid;
	grid-template-columns: 65px 1fr;
	gap: 20px;
	border-bottom: 1px solid #dde0e2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.xngrph-fc-img {
	width: 65px;
	height: 65px;
	border: 1px solid #dde0e2;
}
.xngrph-fc-title {
	font-family: "Unica One";
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	text-decoration-line: underline;
}
.xngrph-fc-inf {
	display: flex;
	gap: 10px;
	line-height: 15px;
}
.xngrph-fc-inf .xngrph-rating-number {
	display: none;
}
.xngrph-fc-review-sing::after {
	content: "review";
	font-size: 14px;
	margin-left: 5px;
}
.xngrph-fc-review-plur::after {
	content: "reviews";
	font-size: 14px;
	margin-left: 5px;
}
.xngrph-footer-companies .xngrph-fc:last-child {
	border-bottom: 0;
}
.xngrph-footer a.afcs {
	line-height: 15px;
	font-size: 12px;
	color: #ba9cc9 !important;
	text-decoration-line: underline;
}
.xngrph-fr {
	display: grid;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.xngrph-fr li {
	display: flex;
	gap: 20px;
}
.xngrph-fr li::before {
	content: "+";
	font-size: 35px;
	color: #ba9cc9 !important;
}

.xngrph-footer-ln {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 75px;
	padding: 0 25px;
	margin-top: 50px;
}
.xngrph-footer-links {
	display: flex;
	gap: 20px;
}
.xngrph-footer-links a {
	color: #909698 !important;
}
.xngrph-footer-links a:hover {
	color: #ba9cc9 !important;
}
.xngrph-footer-email a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 65px;
	background: #eff2f3;
	font-weight: bold;
	font-size: 18px;
}
.xngrph-footer-email a::before {
	content: "\e818";
	font-family: fontello;
	font-weight: normal;
	font-size: 30px;
}
.xngrph-footer-co {
	padding: 0 25px;
}

.xngrph-sitemap-html ul,
.xngrph-sitemap-html li {
	margin: 10px 0;
}

/* XNGRPH / Comments Form */
#xngrph-cform {
	display: grid;
	gap: 30px;
}
#xngrph-cform h3.xngrph-cform-title {
	margin: 0;
}
.xngrph-cform-inputs,
.xngrph-cform-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.xngrph-cform-buttons {
	padding-top: 30px;
	border-top: 1px solid #EFF2F3;
}
#xngrph-cform-textarea {
	display: block;
	width: 100%;
	min-height: 150px;
}
.xngrph-cform-inputs input,
.xngrph-cform-textarea textarea {
	padding: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #EFF2F3 !important;
	border-radius: 3px !important;
}
#xngrph-cform-rating {
	display: none;
}
input#xngrph-cform-send {
	background: #FF0700;
	color: #fff;
	text-transform: none;
	width: max-content;
	line-height: 1;
	font-weight: 400;
	padding: 20px 60px;
	text-transform: uppercase;
}
#xngrph-calert {
	display: grid;
	background: rgb(204 104 104 / 25%);
	color: #000;
}
#xngrph-calert > span {
	padding: 10px;
}
#xngrph-calert > span::before {
	content: "!";
	font-weight: bold;
	font-size: 20px;
	color: #f00;
	margin-right: 10px;
}
#xngrph-calert.success {
	background: rgb(133 204 104 / 25%);
}
#xngrph-calert.success > span::before {
	display: none;
}
.xngrph-checkbox.wpgdprc {
	display: flex;
	align-items: center;
}
.xngrph-checkbox.wpgdprc.error {
	background: #e6cfd0;
}
input.cform-error,
textarea.cform-error,
.rating-in-form.cform-error,
.xngrph-wpgdprc.cform-error,
.xngrph-checkbox.wpgdprc.cform-error {
	outline: 2px solid #f00;
}
.xngrph-checkbox input[type="checkbox"] + label {
	font-size: 16px;
	color: #000 !important;
	padding-left: 36px;
}
.xngrph-checkbox input[type="checkbox"] + label::before {
	background-color: transparent;
	border-color: #EFF2F3;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	top: 1px;
	color: #fff !important;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xngrph-checkbox input[type="checkbox"]:checked + label::before {
	background-color: #519600;
	border-color: #519600 !important;
}
.xngrph-cform-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xngrph-cform-close {
	position: relative;
	cursor: pointer;
}
.xngrph-cform-close::before {
	content: "\e916";
	font-family: "fontello";
	font-size: 18px;
	display: block;
}
.xngrph-cform-close {
	display: none;
}
#comments .xngrph-cform-close {
	display: block;
}
#comments #xngrph-cform {
	margin-bottom: 50px;
}

/* XNGRPH / FAQ */
.xngrph-faq-title {
	margin: 50px 0 0px 0;
}
.xngrph-faq {
	display: grid;
	gap: 25px;
	background: #fff;
	padding: 25px 15px;
}
.xngrph-faq-q {
	display: grid;
	grid-template-columns: 25px 1fr;
	gap: 15px;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
.xngrph-faq-q .faqq::before {
	content: "\e828";
	display: flex;
	justify-content: center;
	font-family: fontello;
	font-size: 25px;
	color: #9cc9a9;
	transition: all 250ms ease-out;
}
.xngrph-faq-q.active .faqq::before {
	transform: rotate(180deg);
}
.xngrph-faq-a {
	display: none;
	padding-left: 40px;
}
.xngrph-faq-a.active {
	display: block;
}

@media (max-width: 1440px) {
	/* .xngrph-footer-ln {grid-template-columns:1fr 1fr} */
	.xngrph-footer-ln > div:nth-child(2) {
	}

	.xngrph-footer,
	.xngrph-footer-ln {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 0;
	}
	.xngrph-footer-links {
		justify-content: center;
	}
	.xngrph-footer-email a {
		max-width: 300px;
		font-size: 16px;
		margin: 0 auto;
	}
	.xngrph-footer-co {
		text-align: center;
		margin-top: 25px;
	}
	.xngrph-footer {
		grid-template-columns: 1fr 1fr;
	}
	.xngrph-footer-1 {
		grid-column: 1 / -1;
	}
	.xngrph-footer-3 .xngrph-fr {
		justify-content: center;
	}
	.xngrph-footer-title {
		text-align: center;
	}
	.xngrph-footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.xngrph-footer-companies {
		margin: auto;
		width: max-content;
	}
}

@media (max-width: 1280px) {
	/* .xngrph-footer,
	.xngrph-footer-ln {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 0;
	} */
	.xngrph-footer-links {
		justify-content: center;
	}
	.xngrph-footer-email a {
		max-width: 300px;
		font-size: 16px;
		margin: 0 auto;
	}
	.xngrph-footer-co {
		text-align: center;
		margin-top: 25px;
	}
}

@media (max-width: 1024px) {
	.elementor-468 .elementor-element.elementor-element-004a96d > .elementor-element-populated {
		margin: 10px 0 0 0 !important;
	}
}

@media (max-width: 767px) {
	.xngrph-post-rating {
		justify-content: center;
	}
	.xngrph-post-image {
		margin-top: -70px;
	}
	.depth-2 .xngrph-review {
		margin-left: 25px;
	}
	.xngrph-review-author {
		display: block;
	}
	.xngrph-fc .xngrph-post-rating {
		justify-content: start;
	}
	.xngrph-footer {
		grid-template-columns: 1fr;
	}
	.xngrph-footer-3 {
		background: none;
	}
	.post-template-default.single .page_content_wrap {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
	.xngrph-post-archive {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.xngrph-footer > div {
		padding: 20px;
	}
	.xngrph-fc-inf {
		flex-direction: column;
		margin-top: 10px;
	}
	.xngrph-post-title a {
		flex-direction: column;
		gap: 10px;
	}
	.xngrph-review-ch.rch.review-filter-6 .xngrph-stars {
		display: none;
	}
}

@media (max-width: 640px) {
	.pros-cons {
		flex-direction: column;
	}
	.pros {
		width: 100%;
	}
	.cons {
		width: 100%;
	}
	.author-block {
		flex-direction: column;
		align-items: center;
	}
	.author-block-right {
		text-align: center;
	}
	.author-name span {
		display: block;
	}
	.author-name + div {
		padding-top: 15px;
	}

	.about-point1 {
		padding: 115px 0 30px 0;
		background-position: center top;
		text-align: center;
	}
	.about-point2 {
		padding: 115px 0 30px 0;
		background-position: center top;
		text-align: center;
	}
	.about-point3 {
		padding: 115px 0 30px 0;
		background-position: center top;
		text-align: center;
	}
	.about-point4 {
		padding: 115px 0 30px 0;
		background-position: center top;
		text-align: center;
	}
}

.elementor-element-7151fe89 h1 {
	letter-spacing: inherit !important;
	font-size: 2.125rem !important;
	text-align: left;
}
.elementor-element-7151fe89 {
	max-width: 455px;
}

@media (min-width: 1280px) and (max-width: 1679px) {
	.elementor-section.elementor-element-64733a99 {
		display: block !important;
	}
	.elementor-section.elementor-element-65728df {
		display: none !important;
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	.sidebar_right:not(.elementor-page-7615) [class*="content_wrap"] > .content {
		width: 710px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.sidebar_right:not(.elementor-page-7615) [class*="content_wrap"] > .content {
		width: 621px !important;
	}
}

@media (max-width: 767px) {
	.category .content {
		padding: 50px 10px !important;
	}
	.category .post_layout_excerpt .inner_post_wrap_list {
		padding: 1.5rem 0.5rem 1.7rem 0.5rem;
	}
	.category .sidebar.widget_area .sidebar_inner .widget {
		padding: 2.4rem 1rem 2.4rem 1rem;
	}
}

@media (max-width: 767px) {
	.home .elementor-section.elementor-section-boxed > .elementor-container {
		/* max-width: 470px; */
		max-width: calc(100% - 0px) !important;
	}
	.home
		.elementor-column-gap-extended
		> .elementor-row
		> .elementor-column
		> .elementor-element-populated {
		padding: 15px 0;
	}
	.home .elementor-element-d543649 {
		padding: 0 15px;
	}
	.home
		.elementor-section.elementor-section-boxed.elementor-element-779af173
		> .elementor-container {
		max-width: calc(100% - 60px) !important;
	}
}

.elementor-element-215a7a51 .sc_layouts_title_caption {
	margin: 0;
}

.categories_list.categories_list_style_2 .categories_list_item .list_item {
	height: 100%;
}

.categories_list.categories_list_style_2
	.categories_list_item
	.list_item
	.categories_list_link
	.trx_addons_extended_taxonomy {
	height: 100%;
}

a.view-all-posts {
	text-align: center;
}

.widget_popular_posts {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.widget_popular_posts .trx_addons_tabs_titles {
	display: flex;
	justify-content: center;
}

.widget_title.xngrph-h5 {
	text-align: center;
	margin-bottom: 1.75em;
}

.widget_popular_posts .ui-widget-content {
	width: fit-content;
	margin: auto;
}

.sc_blogger_default .sc_blogger_item {
	display: flex;
	flex-direction: column;
}

.sc_blogger_default .sc_blogger_item .top_wrap_meta {
	order: 1;
	margin-top: auto;
}

.error404 .search_field {
	padding: 0.7em 1.7em 0.7em 1.7em !important;
	font-size: 1rem;
	text-transform: capitalize;
	border-radius: 0;
	position: relative;
	height: 3.75em;
	line-height: 1.4em;
	width: 24em;
	margin-right: 15px;
}

.cookie-box {
	z-index: 100002;
}

.cookie-box__button {
	border-radius: 24px !important;
}

.h2 {
	font-family: "Unica One", cursive;
	color: #1e1e1e;
	font-size: 2.75rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin-top: 0.9952em;
	margin-bottom: 0.5619em;
}

@media (max-width: 767px) {
	.sc_layouts_title_title > .sc_layouts_title_caption {
		text-align: center;
	}
	.sc_layouts_title_title {
		align-items: center !important;
	}
}