@charset "UTF-8";
-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
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%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/
										  controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -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-header,
div.ui-widget .ui-widget-content {
  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 {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* 2. Default tag's settings
-------------------------------------------------------------- */
html {
  font-size: 16px;
}

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

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

/* p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
address:last-child {
  margin-bottom: 0;
} */

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 li:before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 12px;
}

ul.trx_addons_list_custom {
  padding-left: 0;
}

ul.trx_addons_list_custom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.trx_addons_list_custom li span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
}

ul.trx_addons_list_custom li:before {
  display: none;
}

/* Links */
a {
  text-decoration: none;
  background: transparent;
}

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


a:focus {
  outline: #fd8f8f 1px solid;
}

a img {
  border: none;
}

a,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-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 !important;
} */

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

/* Tables */
table:not(:where([class*="tribe-events"])) {
  border-collapse: collapse;
}

table:not(:where([class*="tribe-events"])) th+th,
table:not(:where([class*="tribe-events"])) th+td,
table:not(:where([class*="tribe-events"])) td+th,
table:not(:where([class*="tribe-events"])) td+td {
  border-left: 1px solid #ddd;
}

table:not(:where([class*="tribe-events"])) td,
table:not(:where([class*="tribe-events"])) th {
  padding: 1.65em 1em;
}

table:not(:where([class*="tribe-events"])) th {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
}

table:not(:where([class*="tribe-events"]))>p {
  margin: 0 !important;
}

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

.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
  font-weight: 400;
}

/* Blockquotes */
blockquote {
  position: relative;
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0;
}

blockquote,
blockquote[class*="wp-block-quote"][class*="is-style-"] {
  padding: 5.8rem 5.2rem 4.9rem 8.4rem;
}

blockquote:before {
  content: '“';
  font-size: 275px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 5.6rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  font-weight: 400;
}

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

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

blockquote p {
  margin: 0;
  font-weight: 700;
  z-index: 4;
  position: relative;
}

blockquote>cite,
blockquote>p>cite {
  display: block;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  margin-top: 2.2em;
  letter-spacing: 0.4px;
}

/* 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;
  letter-spacing: 0;
}

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

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 15px;
  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 {
  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: .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 {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

figure figcaption {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  text-align: center;
  padding: 6px !important;
  overflow: hidden;
  max-height: 50% !important;
  overflow-y: auto;
}

figure:not(.wp-block-gallery):hover figcaption,
figure a:hover+figcaption,
figure img:hover+figcaption,
figure div:hover+figcaption {
  opacity: 0;
}

figure figcaption:hover,
figure a:hover+figcaption:hover,
figure img:hover+figcaption:hover,
figure div:hover+figcaption:hover,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
  opacity: 1 !important;
}

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

h1.sc_item_title_tag+.sc_item_slider,
h1.sc_item_title_tag+.sc_item_columns,
h1.sc_item_title_tag+.sc_item_content {
  margin-top: 1.3em;
}

/* 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;
}

iframe,
video {
  margin: 0 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 {
  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]::-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,
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;
  -ms-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;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
}

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 {
  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 {
  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 {
  -webkit-appearance: none;
  outline: none;
  resize: none;
}

/* 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,
a.bp-title-button,
.mc4wp-form .mc4wp-form-fields input[type="submit"],
.sc_button,
#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,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.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 {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 1.219em 3.172em;
  letter-spacing: 0;
  height: auto;
  border-width: 0 !important;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
}


.sc_button.sc_button_size_small,
.post_item .more-link {
  padding: 0.66em 2.49em;
}

/* Bordered button */
.sc_button.sc_button_bordered {
  border-width: 2px !important;
  padding: calc(1.219em - 2px) calc(3.172em - 2px);
}

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


.sc_layouts_item_icon {
  font-size: 18px;
}

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

.sc_layouts_iconed_text:not(.sc_layouts_menu_mobile_button) {
  height: 54px;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  padding: 15px 32px;
  line-height: 24px;
}

/* 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: '\e93a';
  font-family: "fontello";
  font-style: normal;
}

/* 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,
form.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 0.85em 1.8em;
  border: 2px solid #ddd;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  min-height: 10em;
}

/* 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 {
  padding: 1em 1.2em;
}

/* Radio buttons and checkboxes */
input[type="radio"],
input[type="checkbox"] {
  display: none;
}

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

.gdpr-terms-container span:has(> input[type="checkbox"]),
input[type="radio"]+label,
input[type="checkbox"]+label {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.gdpr-terms-container span:has(> input[type="checkbox"])>input[type="checkbox"],
.gdpr-terms-container span:has(> input[type="checkbox"])::before,
input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
  content: ' ';
  font-family: "fontello";
  font-size: 1.5em;
  display: block;
  text-align: center;
  border: 1px solid #694c5c;
  width: 0.6em;
  height: 0.6em;
  line-height: 0.53em;
  position: absolute;
  z-index: 1;
  top: 0.2em;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.gdpr-terms-container span:has(> input[type="checkbox"])>input[type="checkbox"] {
  display: inline-block;
  z-index: 1;
  opacity: 0;
}

input[type="radio"]+label:before {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.gdpr-terms-container span:has(> input[type="checkbox"]:checked)::before,
input[type="checkbox"]:checked+label:before {
  content: '\e8ab';
}

input[type="radio"]:checked+label:before {
  content: '\e83c';
}

/* GDPR */
.cc-header {
  margin-right: 1em;
}

.cc-revoke,
.cc-window {
  z-index: 999999;
}

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

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

/* Our wrapper to decorate select fields */
.select_container {
  width: 100%;
  position: relative;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.select_container,
.select_container:after,
.select_container select {
  -webkit-transition: all 0.3s ease;
  -ms-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: 12px;
  bottom: 2px;
  left: auto;
  width: 2em;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  border-radius: 30px !important;
}


.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;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #c1c1c1 !important;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin-bottom: 1.5rem;
}

.widget .select_container:before {
  width: 2em;
  border-radius: 0 30px 30px 0;
}

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

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

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

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

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

.alignnone {
  margin-bottom: 1em;
}

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

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

.sticky {
  position: relative;
  border: none;
  padding: 0;
}

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

.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;
}

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

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

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

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

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

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

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

.gallery-columns-3 .gallery-item {
  width: 33.33333% !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 {
  max-height: 50%;
  overflow-y: auto;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

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

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

.post-password-form label>input[type="password"] {
  height: 55px;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  margin-left: 0.2em;
  height: 55px;
  padding: 10px 35px;
}

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

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

.row>[class*="column-"],
.columns_wrap>[class*="column-"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  /* padding-left: 0px;
  padding-right: 30px; */
  -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: -30px;
  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: 30px;
  padding-right: 0;
}

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

.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: 30px;
}

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

.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: 15px;
  padding-right: 15px;
}

.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: 30px;
}

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

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

/* Columns, push, pull and offset sizes */
.column-1,
.column-1_1 {
  width: 100%;
}

.column-1_2 {
  width: 50%;
}

.push-1_2 {
  left: 50%;
}

.pull-1_2 {
  right: 50%;
}

.offset-1_2 {
  margin-left: 50%;
}

.column-1_3 {
  width: 33.33333%;
}

.push-1_3 {
  left: 33.33333%;
}

.pull-1_3 {
  right: 33.33333%;
}

.offset-1_3 {
  margin-left: 33.33333%;
}

.column-1_4 {
  width: 25%;
}

.push-1_4 {
  left: 25%;
}

.pull-1_4 {
  right: 25%;
}

.offset-1_4 {
  margin-left: 25%;
}

.column-1_5 {
  width: 20%;
}

.push-1_5 {
  left: 20%;
}

.pull-1_5 {
  right: 20%;
}

.offset-1_5 {
  margin-left: 20%;
}

.column-1_6 {
  width: 16.66667%;
}

.push-1_6 {
  left: 16.66667%;
}

.pull-1_6 {
  right: 16.66667%;
}

.offset-1_6 {
  margin-left: 16.66667%;
}

.column-1_7 {
  width: 14.28571%;
}

.push-1_7 {
  left: 14.28571%;
}

.pull-1_7 {
  right: 14.28571%;
}

.offset-1_7 {
  margin-left: 14.28571%;
}

.column-1_8 {
  width: 12.5%;
}

.push-1_8 {
  left: 12.5%;
}

.pull-1_8 {
  right: 12.5%;
}

.offset-1_8 {
  margin-left: 12.5%;
}

.column-1_9 {
  width: 11.11111%;
}

.push-1_9 {
  left: 11.11111%;
}

.pull-1_9 {
  right: 11.11111%;
}

.offset-1_9 {
  margin-left: 11.11111%;
}

.column-1_10 {
  width: 10%;
}

.push-1_10 {
  left: 10%;
}

.pull-1_10 {
  right: 10%;
}

.offset-1_10 {
  margin-left: 10%;
}

.column-1_11 {
  width: 9.09091%;
}

.push-1_11 {
  left: 9.09091%;
}

.pull-1_11 {
  right: 9.09091%;
}

.offset-1_11 {
  margin-left: 9.09091%;
}

.column-1_12 {
  width: 8.33333%;
}

.push-1_12 {
  left: 8.33333%;
}

.pull-1_12 {
  right: 8.33333%;
}

.offset-1_12 {
  margin-left: 8.33333%;
}

.column-2_2 {
  width: 100%;
}

.column-2_3 {
  width: 66.66667%;
}

.push-2_3 {
  left: 66.66667%;
}

.pull-2_3 {
  right: 66.66667%;
}

.offset-2_3 {
  margin-left: 66.66667%;
}

.column-2_4 {
  width: 50%;
}

.push-2_4 {
  left: 50%;
}

.pull-2_4 {
  right: 50%;
}

.offset-2_4 {
  margin-left: 50%;
}

.column-2_5 {
  width: 40%;
}

.push-2_5 {
  left: 40%;
}

.pull-2_5 {
  right: 40%;
}

.offset-2_5 {
  margin-left: 40%;
}

.column-2_6 {
  width: 33.33333%;
}

.push-2_6 {
  left: 33.33333%;
}

.pull-2_6 {
  right: 33.33333%;
}

.offset-2_6 {
  margin-left: 33.33333%;
}

.column-2_7 {
  width: 28.57143%;
}

.push-2_7 {
  left: 28.57143%;
}

.pull-2_7 {
  right: 28.57143%;
}

.offset-2_7 {
  margin-left: 28.57143%;
}

.column-2_8 {
  width: 25%;
}

.push-2_8 {
  left: 25%;
}

.pull-2_8 {
  right: 25%;
}

.offset-2_8 {
  margin-left: 25%;
}

.column-2_9 {
  width: 22.22222%;
}

.push-2_9 {
  left: 22.22222%;
}

.pull-2_9 {
  right: 22.22222%;
}

.offset-2_9 {
  margin-left: 22.22222%;
}

.column-2_10 {
  width: 20%;
}

.push-2_10 {
  left: 20%;
}

.pull-2_10 {
  right: 20%;
}

.offset-2_10 {
  margin-left: 20%;
}

.column-2_11 {
  width: 18.18182%;
}

.push-2_11 {
  left: 18.18182%;
}

.pull-2_11 {
  right: 18.18182%;
}

.offset-2_11 {
  margin-left: 18.18182%;
}

.column-2_12 {
  width: 16.66667%;
}

.push-2_12 {
  left: 16.66667%;
}

.pull-2_12 {
  right: 16.66667%;
}

.offset-2_12 {
  margin-left: 16.66667%;
}

.column-3_3 {
  width: 100%;
}

.column-3_4 {
  width: 75%;
}

.push-3_4 {
  left: 75%;
}

.pull-3_4 {
  right: 75%;
}

.offset-3_4 {
  margin-left: 75%;
}

.column-3_5 {
  width: 60%;
}

.push-3_5 {
  left: 60%;
}

.pull-3_5 {
  right: 60%;
}

.offset-3_5 {
  margin-left: 60%;
}

.column-3_6 {
  width: 50%;
}

.push-3_6 {
  left: 50%;
}

.pull-3_6 {
  right: 50%;
}

.offset-3_6 {
  margin-left: 50%;
}

.column-3_7 {
  width: 42.85714%;
}

.push-3_7 {
  left: 42.85714%;
}

.pull-3_7 {
  right: 42.85714%;
}

.offset-3_7 {
  margin-left: 42.85714%;
}

.column-3_8 {
  width: 37.5%;
}

.push-3_8 {
  left: 37.5%;
}

.pull-3_8 {
  right: 37.5%;
}

.offset-3_8 {
  margin-left: 37.5%;
}

.column-3_9 {
  width: 33.33333%;
}

.push-3_9 {
  left: 33.33333%;
}

.pull-3_9 {
  right: 33.33333%;
}

.offset-3_9 {
  margin-left: 33.33333%;
}

.column-3_10 {
  width: 30%;
}

.push-3_10 {
  left: 30%;
}

.pull-3_10 {
  right: 30%;
}

.offset-3_10 {
  margin-left: 30%;
}

.column-3_11 {
  width: 27.27273%;
}

.push-3_11 {
  left: 27.27273%;
}

.pull-3_11 {
  right: 27.27273%;
}

.offset-3_11 {
  margin-left: 27.27273%;
}

.column-3_12 {
  width: 25%;
}

.push-3_12 {
  left: 25%;
}

.pull-3_12 {
  right: 25%;
}

.offset-3_12 {
  margin-left: 25%;
}

.column-4_4 {
  width: 100%;
}

.column-4_5 {
  width: 80%;
}

.push-4_5 {
  left: 80%;
}

.pull-4_5 {
  right: 80%;
}

.offset-4_5 {
  margin-left: 80%;
}

.column-4_6 {
  width: 66.66667%;
}

.push-4_6 {
  left: 66.66667%;
}

.pull-4_6 {
  right: 66.66667%;
}

.offset-4_6 {
  margin-left: 66.66667%;
}

.column-4_7 {
  width: 57.14286%;
}

.push-4_7 {
  left: 57.14286%;
}

.pull-4_7 {
  right: 57.14286%;
}

.offset-4_7 {
  margin-left: 57.14286%;
}

.column-4_8 {
  width: 50%;
}

.push-4_8 {
  left: 50%;
}

.pull-4_8 {
  right: 50%;
}

.offset-4_8 {
  margin-left: 50%;
}

.column-4_9 {
  width: 44.44444%;
}

.push-4_9 {
  left: 44.44444%;
}

.pull-4_9 {
  right: 44.44444%;
}

.offset-4_9 {
  margin-left: 44.44444%;
}

.column-4_10 {
  width: 40%;
}

.push-4_10 {
  left: 40%;
}

.pull-4_10 {
  right: 40%;
}

.offset-4_10 {
  margin-left: 40%;
}

.column-4_11 {
  width: 36.36364%;
}

.push-4_11 {
  left: 36.36364%;
}

.pull-4_11 {
  right: 36.36364%;
}

.offset-4_11 {
  margin-left: 36.36364%;
}

.column-4_12 {
  width: 33.33333%;
}

.push-4_12 {
  left: 33.33333%;
}

.pull-4_12 {
  right: 33.33333%;
}

.offset-4_12 {
  margin-left: 33.33333%;
}

.column-5_5 {
  width: 100%;
}

.column-5_6 {
  width: 83.33333%;
}

.push-5_6 {
  left: 83.33333%;
}

.pull-5_6 {
  right: 83.33333%;
}

.offset-5_6 {
  margin-left: 83.33333%;
}

.column-5_7 {
  width: 71.42857%;
}

.push-5_7 {
  left: 71.42857%;
}

.pull-5_7 {
  right: 71.42857%;
}

.offset-5_7 {
  margin-left: 71.42857%;
}

.column-5_8 {
  width: 62.5%;
}

.push-5_8 {
  left: 62.5%;
}

.pull-5_8 {
  right: 62.5%;
}

.offset-5_8 {
  margin-left: 62.5%;
}

.column-5_9 {
  width: 55.55556%;
}

.push-5_9 {
  left: 55.55556%;
}

.pull-5_9 {
  right: 55.55556%;
}

.offset-5_9 {
  margin-left: 55.55556%;
}

.column-5_10 {
  width: 50%;
}

.push-5_10 {
  left: 50%;
}

.pull-5_10 {
  right: 50%;
}

.offset-5_10 {
  margin-left: 50%;
}

.column-5_11 {
  width: 45.45455%;
}

.push-5_11 {
  left: 45.45455%;
}

.pull-5_11 {
  right: 45.45455%;
}

.offset-5_11 {
  margin-left: 45.45455%;
}

.column-5_12 {
  width: 41.66667%;
}

.push-5_12 {
  left: 41.66667%;
}

.pull-5_12 {
  right: 41.66667%;
}

.offset-5_12 {
  margin-left: 41.66667%;
}

.column-6_6 {
  width: 100%;
}

.column-6_7 {
  width: 85.71429%;
}

.push-6_7 {
  left: 85.71429%;
}

.pull-6_7 {
  right: 85.71429%;
}

.offset-6_7 {
  margin-left: 85.71429%;
}

.column-6_8 {
  width: 75%;
}

.push-6_8 {
  left: 75%;
}

.pull-6_8 {
  right: 75%;
}

.offset-6_8 {
  margin-left: 75%;
}

.column-6_9 {
  width: 66.66667%;
}

.push-6_9 {
  left: 66.66667%;
}

.pull-6_9 {
  right: 66.66667%;
}

.offset-6_9 {
  margin-left: 66.66667%;
}

.column-6_10 {
  width: 60%;
}

.push-6_10 {
  left: 60%;
}

.pull-6_10 {
  right: 60%;
}

.offset-6_10 {
  margin-left: 60%;
}

.column-6_11 {
  width: 54.54545%;
}

.push-6_11 {
  left: 54.54545%;
}

.pull-6_11 {
  right: 54.54545%;
}

.offset-6_11 {
  margin-left: 54.54545%;
}

.column-6_12 {
  width: 50%;
}

.push-6_12 {
  left: 50%;
}

.pull-6_12 {
  right: 50%;
}

.offset-6_12 {
  margin-left: 50%;
}

.column-7_7 {
  width: 100%;
}

.column-7_8 {
  width: 87.5%;
}

.push-7_8 {
  left: 87.5%;
}

.pull-7_8 {
  right: 87.5%;
}

.offset-7_8 {
  margin-left: 87.5%;
}

.column-7_9 {
  width: 77.77778%;
}

.push-7_9 {
  left: 77.77778%;
}

.pull-7_9 {
  right: 77.77778%;
}

.offset-7_9 {
  margin-left: 77.77778%;
}

.column-7_10 {
  width: 70%;
}

.push-7_10 {
  left: 70%;
}

.pull-7_10 {
  right: 70%;
}

.offset-7_10 {
  margin-left: 70%;
}

.column-7_11 {
  width: 63.63636%;
}

.push-7_11 {
  left: 63.63636%;
}

.pull-7_11 {
  right: 63.63636%;
}

.offset-7_11 {
  margin-left: 63.63636%;
}

.column-7_12 {
  width: 58.33333%;
}

.push-7_12 {
  left: 58.33333%;
}

.pull-7_12 {
  right: 58.33333%;
}

.offset-7_12 {
  margin-left: 58.33333%;
}

.column-8_8 {
  width: 100%;
}

.column-8_9 {
  width: 88.88889%;
}

.push-8_9 {
  left: 88.88889%;
}

.pull-8_9 {
  right: 88.88889%;
}

.offset-8_9 {
  margin-left: 88.88889%;
}

.column-8_10 {
  width: 80%;
}

.push-8_10 {
  left: 80%;
}

.pull-8_10 {
  right: 80%;
}

.offset-8_10 {
  margin-left: 80%;
}

.column-8_11 {
  width: 72.72727%;
}

.push-8_11 {
  left: 72.72727%;
}

.pull-8_11 {
  right: 72.72727%;
}

.offset-8_11 {
  margin-left: 72.72727%;
}

.column-8_12 {
  width: 66.66667%;
}

.push-8_12 {
  left: 66.66667%;
}

.pull-8_12 {
  right: 66.66667%;
}

.offset-8_12 {
  margin-left: 66.66667%;
}

.column-9_9 {
  width: 100%;
}

.column-9_10 {
  width: 90%;
}

.push-9_10 {
  left: 90%;
}

.pull-9_10 {
  right: 90%;
}

.offset-9_10 {
  margin-left: 90%;
}

.column-9_11 {
  width: 81.81818%;
}

.push-9_11 {
  left: 81.81818%;
}

.pull-9_11 {
  right: 81.81818%;
}

.offset-9_11 {
  margin-left: 81.81818%;
}

.column-9_12 {
  width: 75%;
}

.push-9_12 {
  left: 75%;
}

.pull-9_12 {
  right: 75%;
}

.offset-9_12 {
  margin-left: 75%;
}

.column-10_10 {
  width: 100%;
}

.column-10_11 {
  width: 90.90909%;
}

.push-10_11 {
  left: 90.90909%;
}

.pull-10_11 {
  right: 90.90909%;
}

.offset-10_11 {
  margin-left: 90.90909%;
}

.column-10_12 {
  width: 83.33333%;
}

.push-10_12 {
  left: 83.33333%;
}

.pull-10_12 {
  right: 83.33333%;
}

.offset-10_12 {
  margin-left: 83.33333%;
}

.column-11_11 {
  width: 100%;
}

.column-11_12 {
  width: 91.66667%;
}

.push-11_12 {
  left: 91.66667%;
}

.pull-11_12 {
  right: 91.66667%;
}

.offset-11_12 {
  margin-left: 91.66667%;
}

.column-12_12 {
  width: 100%;
}

/* 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;
}
/* 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: 1290px;
}

.page_content_wrap {
  padding-top: 7.5rem;
  padding-bottom: 0;
}

.news-detail .page_content_wrap {
  padding-top: 5rem;
}

.single-cpt_team .page_content_wrap {
  padding-top: 7.5rem;
  padding-bottom: 0;
}

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

.content_wrap,
.content_container {
  width: 1170px;
  margin: 0rem auto 5rem 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;
}

.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;
}

/* 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: 770px;
}

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

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

.sidebar_right [class*="content_wrap"]>.content {
  float: left;
}

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

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

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

/* 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);
}

/* Background video in the header */
#background_video {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  z-index: -1 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

div#background_video {
  position: absolute !important;
}

div#background_video:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

div#background_video iframe,
div#background_video video {
  position: absolute;
  z-index: 1;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 50%) !important;
  -ms-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
  max-width: none;
}

#tubular-container {
  display: none;
}

.top_panel.with_bg_video {
  background: #000;
}

/* 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 .sc_layouts_row_fixed_on {
  -webkit-transition: padding 0.3s ease;
  -ms-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;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.sc_layouts_menu_nav>li.menu-item-has-children>a:after {
  display: none;
}

.sc_layouts_menu_nav>li.menu-item-has-children>a {
  padding-right: 1em;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,
.sc_layouts_menu_nav>li li>a {
  padding: 0.6em 2.5em;
}

div .sc_layouts_menu_nav>li>ul {
  left: -1.5em;
}

/* 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_row_type_compact .sc_layouts_menu_nav>li>a {
  padding: 0 1.3em;
}

.sc_layouts_row_type_compact .sc_layouts_menu_nav>li>ul {
  top: 2.65em;
  left: 0;
}

/* 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;
  -ms-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;
}

.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;
}

.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;
  -ms-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;
  -webkit-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  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;
  -webkit-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  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;
  -ms-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;
  -ms-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;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  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;
  -ms-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.25em;
  padding-bottom: 0.25em;
}

.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;
  -ms-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 .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 .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;
  -ms-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: 0;
  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 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 .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
  position: relative;
  bottom: auto;
  margin: 1em 0 0;
}

/* 7.2 Sliders
-------------------------------------------------------------- */
/* Revolution slider */
.slider_wrap .rev_slider_wrapper {
  z-index: 0;
}

.tparrows,
.custom.tparrows,
.sr7-arrows,
.custom.sr7-arrows {
  background: transparent !important;
}

.tparrows:before,
.custom.tparrows:before,
.sr7-arrows:before,
.custom.sr7-arrows:before {
  font-family: "fontello" !important;
  font-size: 30px !important;
}

.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-leftarrow:before,
.sr7-arrows.sr7-leftarrow:before,
.custom.sr7-arrows.sr7-leftarrow:before {
  content: "" !important;
}

.tparrows.tp-rightarrow:before,
.custom.tparrows.tp-rightarrow:before,
.sr7-arrows.sr7-rightarrow:before,
.custom.sr7-arrows.sr7-rightarrow:before {
  content: "" !important;
}

.rev_slider_wrapper:before,
sr7-module:before {
  content: '';
  width: 2px;
  height: 55px;
  position: absolute;
  display: block;
  left: calc(50% - 1px);
  bottom: -27px;
  z-index: 21;
}

@media (max-width: 1023px) {

  .rev_slider_wrapper:before,
  sr7-module:before {
    display: none;
  }
}

.decoration-border:before {
  content: '';
  width: 100%;
  display: block;
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* 7.3 Post info (page/post title, category or tag name, author, meta, etc.)
-------------------------------------------------------------- */
/* Common styles */

.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.1em;
}

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

.mptt-navigation-tabs li {
  display: inline-block;
  margin: 0 0 3px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.mptt-navigation-tabs li+li {
  margin-left: 3px;
}

.mptt-navigation-tabs li a {
  display: block;
  float: none;
  padding: 1.75em 3em;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-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;
}


/* Post's header and featured elements
----------------------------------------------------------------- */

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

.post_header_position_above .top_panel {
  border-bottom: 1px solid #eee;
}

.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_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'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;
  -ms-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;
}

/* 
.news-listing.columns_wrap .post_layout_classic {
  height: 83% !important;
}


.news-listing .post_item a {
    top: -45px;
    position: relative;
} */


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

.post_featured img {
  border-radius: 10px;
}

.post_featured .post_featured_caption {
  text-align: center;
}

.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 {
  font-size: inherit;
  display: inline-block;
  margin-left: 0;
  white-space: normal;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.post_meta .post_meta_item:after {
  content: '';
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  margin: 0 15px;
}

.post_meta .post_meta_item:last-child:after {
  display: none;
}

.post_meta a.post_meta_item:before {
  margin-right: 0.3em;
}

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

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

.post_meta .post_meta_item .post_meta_number+.post_meta_label {
  margin-left: 0.3em;
  text-transform: lowercase;
}

.post_meta a.post_meta_item:before {
  margin-right: 8px;
}

.post_meta_item.post_date {
  position: relative;
}

.post_meta_item.post_date:before {
  content: '\e969';
  font-family: "fontello";
  padding-right: 0.3em;
  font-size: 18px;
}

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

.post_share .social_items .icon-x {
  font-size: 14px;
}

.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;
  vertical-align: middle;
  margin-top: 3px;
}

.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);
}

/* WordPress Playlist */
.wp-playlist .wp-playlist-current-item img {
  background-color: #fff;
}

.trx_addons_audio_player .audio_author {
  margin-left: 0;
  margin-right: 0;
  text-transform: none;
}

.trx_addons_audio_player .audio_caption {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: none;
  margin: 5px 0;
}

.trx_addons_audio_player.with_cover .audio_author {
  color: #ffffff;
}

.vc_row .trx_addons_audio_player .audio_caption {
  font-size: 1.2em;
  line-height: 1.35em;
}

.trx_addons_audio_player .audio_author+.audio_caption {
  margin: -0.6em 0 0.25em;
}

.trx_addons_audio_player.with_cover .audio_author {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 35px;
}

.trx_addons_audio_player .audio_caption {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured>div>.mejs-container,
.post_featured>div>.mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.wp-audio-shortcode .mejs-playpause-button,
.wp-audio-shortcode .mejs-fullscreen-button,
.wp-video-shortcode .mejs-playpause-button,
.wp-video-shortcode .mejs-fullscreen-button {
  padding: 0 !important;
}

.wp-audio-shortcode .mejs-playpause-button>button,
.wp-audio-shortcode .mejs-fullscreen-button>button,
.wp-video-shortcode .mejs-playpause-button>button,
.wp-video-shortcode .mejs-fullscreen-button>button {
  padding: 0 !important;
}

.mejs-button.mejs-fullscreen-button button:before {
  content: '\e918';
  font-family: 'fontello';
}

.mejs-video .mejs-inner .mejs-time-total,
.wp-video-shortcode .mejs-inner .mejs-time-total {
  margin: 1px;
}

.mejs-video .mejs-time,
.wp-video-shortcode .mejs-time {
  padding-top: 11px;
}

.sidebar .widget_media_audio .mejs-horizontal-volume-slider {
  margin-top: 5px;
}

/* Shortcode "Audio" */
.trx_addons_audio_player {
  padding: 58px 28px 45px;
}

.trx_addons_audio_player.without_cover {
  border: 1px solid #ddd;
}

.wp-audio-shortcode {
  height: 50px !important;
}

.wp-audio-shortcode .mejs-controls {
  height: 50px !important;
}

.wp-audio-shortcode .mejs-inner .mejs-time {
  padding: 16px 8px 0 12px;
}


.mejs-inner .mejs-time {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-left: 18px;
  padding-right: 12px;
}

.mejs-inner .mejs-time-total,
.mejs-inner .mejs-horizontal-volume-total,
.mejs-time-total .mejs-time-buffering {
  height: 17px;
  border-radius: 10px !important;
}

.sidebar .mejs-horizontal-volume-total {
  top: 11px;
}

.mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  left: 6px !important;
  max-width: calc(100% - 12px) !important;
  height: 8px;
  top: 4px;
  border-radius: 5px !important;
}

.mejs-inner .mejs-time-total {
  margin: 7px 0 0;
}

.mejs-inner .mejs-time-total .mejs-time-loaded {
  background-color: transparent !important;
}

.mejs-inner .mejs-time-total .mejs-time-current {
  left: 6px !important;
  max-width: calc(100% - 12px) !important;
  height: 8px;
  top: 4px;
  border-radius: 5px !important;
}

.mejs-inner .mejs-time-total .mejs-time-hovered {
  top: 4px;
  left: 6px !important;
  max-width: calc(100% - 12px);
  height: 8px;
  background-color: transparent !important;
}

.mejs-inner .mejs-time-total .mejs-time-handle {
  display: none;
}

.wp-audio-shortcode .mejs-button.mejs-volume-button,
.trx_addons_audio_wrap .mejs-button.mejs-volume-button {
  height: 48px;
  font-size: 14px;
}

.wp-audio-shortcode .mejs-button.mejs-volume-button button,
.trx_addons_audio_wrap .mejs-button.mejs-volume-button button {
  height: 48px;
  margin: 0;
}

.sc_layouts_popup .mejs-button.mejs-volume-button,
.sc_layouts_popup .mejs-button.mejs-volume-button button {
  font-size: 1em;
}

.sc_layouts_popup .mejs-inner .mejs-time {
  font-size: 14px;
}

.sc_layouts_popup .mejs-time {
  padding-top: 11px;
}

.sc_layouts_popup .mejs-inner .mejs-time-total {
  margin-top: 3px;
}

.sc_layouts_popup .mejs-inner .mejs-time-total,
.sc_layouts_popup .mejs-inner .mejs-horizontal-volume-total,
.sc_layouts_popup .mejs-time-total .mejs-time-buffering {
  height: 14px;
}

.sc_layouts_popup .mejs-inner .mejs-time-total .mejs-time-current {
  height: 5px;
}

.trx_addons_audio_wrap .mejs-button.mejs-volume-button {
  margin-top: 0;
}

.trx_addons_audio_player .audio_info+.audio_embed,
.trx_addons_audio_player .audio_info+.audio_frame {
  margin-top: 0.6em;
}

.wp-audio-shortcode .mejs-playpause-button,
.trx_addons_audio_wrap .mejs-inner .mejs-playpause-button {
  font-size: 11px;
  height: 46px;
  line-height: 46px;
  margin: 2px 0;
  width: 46px;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wp-audio-shortcode .mejs-playpause-button>button,
.trx_addons_audio_wrap .mejs-inner .mejs-playpause-button>button {
  height: 46px;
  width: 46px;
  line-height: 46px;
  margin: 0;
}

.sidebar .trx_addons_audio_player,
footer .trx_addons_audio_player {
  padding: 1em;
}

.sidebar .trx_addons_audio_player .mejs-controls .mejs-button>button,
footer .trx_addons_audio_player .mejs-controls .mejs-button>button {
  font-size: 15px;
}

.sidebar .trx_addons_audio_player .mejs-button.mejs-volume-button,
footer .trx_addons_audio_player .mejs-button.mejs-volume-button {
  padding-top: 1px;
}

.sidebar .trx_addons_audio_player .mejs-horizontal-volume-slider,
footer .trx_addons_audio_player .mejs-horizontal-volume-slider {
  display: none !important;
}

.mejs-button>button {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent !important;
  outline: none;
}

.mejs-controls .mejs-button>button {
  background: none !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1.3em;
  line-height: 20px;
}

.mejs-controls .mejs-volume-button.mejs-mute>button:before {
  content: '\e903';
  font-family: "fontello";
}

.mejs-controls .mejs-playpause-button.mejs-play>button:before,
.mejs-controls .mejs-playpause-button.mejs-replay>button:before {
  content: '\e967';
  font-family: "fontello";
  margin-left: 3px;
}

.mejs-controls .mejs-playpause-button.mejs-pause>button:before {
  content: '\e8e3';
  font-family: "fontello";
}

.mejs-controls .mejs-volume-button.mejs-unmute>button:before {
  content: '\e904';
  font-family: "fontello";
}

.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured>div>.mejs-container,
.post_featured>div>.mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
  background: none;
  padding: 0;
}

.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
  display: none;
}

.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}

.trx_addons_video_player.with_cover .video_hover {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: -44px 0 0 -44px;
  font-size: 2em;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  background-color: white;
  border: none;
}

.trx_addons_video_player.with_cover:hover .video_hover {
  opacity: 1;
  margin-top: -44px;
}

.trx_addons_video_player.with_cover .video_hover {
  font-size: 30px;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  padding-left: 8px;
}

.widget_video .trx_addons_video_player.with_cover .video_hover {
  font-size: 30px;
}

.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
  font-size: 1.8em;
}

.trx_addons_video_player.with_cover .video_hover:before,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover:before {
  content: '\e967';
  font-family: "fontello";
}

.sc_layouts_blog_item_featured .post_featured.post_video_play .post_video {
  opacity: 1;
  z-index: 100;
}

.sc_layouts_blog_item_featured .post_featured.post_video_play .mask {
  opacity: 1;
  background-color: #000;
}

.sc_layouts_blog_item_featured .post_featured.post_video_play .post_video_hover {
  display: none;
}

/* 7.5 Paginations
-------------------------------------------------------------- */
/* Blog pagination: Load more and Infinite */
.nav-links-more {
  text-transform: uppercase;
  letter-spacing: 1px;
  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-top: 2em;
  position: relative;
}

.nav-links-more a:before {
  content: '\e929';
  font-family: "fontello";
  font-size: 1.6em;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-left: -0.5em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}

.nav-links-more a:hover {
  -webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
  -ms-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);
}

.nav-links-more.loading a:before {
  content: '\e810';
  -webkit-animation: spin 2s infinite linear;
  -ms-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: '\e939';
}

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

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

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

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

.nav-links.pagination {
  text-align: center;
}

.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;
}

.page_links>span:not(.page_links_title),
.page_links>a,
.nav-links .page-numbers {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  margin: 5px 2px 0 0;
  padding: 0;
  border: none;
  width: 3.375em;
  height: 3.375em;
  line-height: 3.375em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
  -ms-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;
  font-weight: 500;
}

.page_links>span:not(.page_links_title),
.page_links .post-page-numbers {
  margin: 5px 6px 0 0;
}

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

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

.nav-links .page-numbers.prev:before {
  content: '\e939';
}

.nav-links .page-numbers.next:before {
  content: '\e93a';
}

/* Single page Prev/Next navigation */
.nav-links-single .nav-links {
  font-size: 0.8667em;
  text-align: left;
  margin-top: 2.2em;
  padding-top: 0;
  border-top: none;
  overflow: hidden;
  text-transform: none;
}

div .post-navigation .nav-previous a .nav-arrow:after,
div .post-navigation .nav-next a .nav-arrow:after {
  opacity: 1;
}

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

.nav-links-single .nav-links a .nav-arrow {
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
}

.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links a .post_date {
  display: none;
}

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

.nav-links-single .nav-links a .nav-arrow:after {
  content: '\e939';
  font-family: "fontello";
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 0;
  opacity: 1;
  color: #292929;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 30px;
}

.nav-links-single .nav-links a .screen-reader-text {
  position: relative !important;
  top: 0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.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: '\e93a';
}

.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: 15px;
}

.nav-links-single .nav-links .nav-previous a {
  padding-left: 3.5em;
}

.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: 15px;
}

.nav-links-single .nav-links .nav-next a {
  padding-right: 3.5em;
}

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

.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;
  -ms-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 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;
  -ms-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;
  width: 220px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -ms-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;
}

/* 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;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  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);
  -webkit-border-radius: 2em;
  -ms-border-radius: 2em;
  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;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  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;
}

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

.single-post .post_item_single {
  background: white;
  padding-bottom: 60px;
  padding-top: 1px;
  border-radius: 10px;
}

.single-post .post_item_single .post_content_single,
.single-post .post_item_single .post_header {
  padding: 0 70px;
}

.single-mp-column .post_item_single,
.single-mp-event .post_item_single {
  padding: 60px 70px;
}

.single-post.thumbnail_type_boxed .post_item_single,
.single-post.thumbnail_type_fullwidth .post_item_single {
  padding-top: 60px;
}

.single-post.post_header_position_default .post_item_single {
  padding-top: 60px;
}

.single-post.post_header_position_default .post_item_single.post_format_quote {
  padding-top: 22px;
}

.post_item_single .post_header_single {
  margin-bottom: 30px;
}

/* 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;
}

.post_item_single.post_format_quote {
  padding-top: 22px;
}

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

.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: 1em;
  line-height: 1.375em;
  margin-top: 0;
  padding-top: 2em;
  letter-spacing: 0;
  overflow: hidden;
  clear: both;
}

.post_item_single .post_content>.post_meta_single .post_tags {
  display: block;
  max-width: 100%;
  margin-top: 6px;
}

.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 {
  display: block;
  max-width: 100%;
}

.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 5px 5px;
}

.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;
}

.post_meta_single .post_tags .post_meta_label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.post_meta_single .post_tags a {
  padding: 5px 20px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.post_meta_single .post_share .socials_caption {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  margin-right: 11px;
}

.post_meta_single .post_share .socials_caption:before {
  content: none;
}

.post_meta_single .post_share .social_items {
  background-color: transparent !important;
}

/* 8.3 Post author
------------------------------------------------------ */
.author_info {
  margin-top: 35px;
  padding: 58px 75px 40px 58px;
  position: relative;
}

.author_avatar {
  width: 6.7rem;
  height: 6.7rem;
  line-height: 6.7rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 60px;
}

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

.author_description {
  padding-left: 9.2rem;
}

.author_title {
  margin-top: 0;
  margin-bottom: 1.6em;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}

.author_bio p {
  margin: 0;
}

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

.author_bio .author_link {
  display: block;
  margin-top: 1.9em;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
}

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

form .trx_addons_message_box {
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  text-align: center;
}

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);
}


/* 9. Sidebars
-------------------------------------------------------------- */
/* 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 .widget+.widget,
.sidebar[class*="scheme_"] .widget+.widget {
  padding-top: 40px;
  margin-top: 35px;
  border-top: none;
}

.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;
}

.sidebar .widget {
  padding: 40px 50px 45px;
}

.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,
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6 {
  margin-top: 0;
  margin-bottom: 0.85em;
}

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

.widget ul {
  margin: 0;
  padding-left: 1.5em;
  list-style-type: none;
}

.widget ul ul {
  padding-left: 1em;
}

.widget li {
  position: relative;
}

.widget ul:not(.custom_links_list):not(.trx_addons_tabs_titles):not(.stack__images)>li:before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0.63em;
  left: -1.2em;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

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

/* 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 caption {
  padding-bottom: 0.5em;
  font-weight: 400;
}

.wp-block-calendar table {
  font-family: inherit;
}

.wp-block-calendar table thead th {
  font-weight: 700;
  color: inherit;
  border: none;
}

.wp-block-calendar table thead th,
.wp-block-calendar table>tbody>tr:nth-child(2n+1)>td {
  background-color: transparent !important;
}

.wp-block-calendar table tbody td {
  border: none;
}

.wp-block-calendar tbody td a {
  display: block;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.wp-block-calendar tbody td a:after {
  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;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

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

.wp-block-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.1em;
  height: 2.1em;
  line-height: 2.1em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget_calendar tfoot {
  position: relative;
  top: 0.6em;
}

.widget_calendar tfoot td {
  text-transform: none !important;
}

/* Widgets: WP Search, WooCommerce Products Search and bbPress Forums Search */
.wp-block-search {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item+div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  margin-left: 0.5em;
}

/* WP Search */
.wp-block-search {
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.wp-block-search:after {
  display: none !important;
}

.wp-block-search.alignleft {
  float: none;
  margin-bottom: 0;
}

.wp-block-search.alignright {
  float: none;
  margin-bottom: 0;
}

/* 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 {
  padding-left: 1.2em;
}

.widget_rss li {
  padding-left: 0;
}

.widget_rss li:before {
  display: none;
}

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

/* 10. Footer areas
-------------------------------------------------------------- */
/* Footer widgets */
.footer_wrap p {
  margin: 0;
}

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

.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 .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;
}

.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;
}

.socials_wrap .social_item .social_icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.socials_wrap .social_item .icon-x {
  font-size: 14px;
}

.sidebar .wp-block-social-links {
  padding-left: 0;
}

.wp-block-social-links .wp-block-social-link::before {
  display: none !important;
}

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

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

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

.footer_wrap .sc_layouts_menu>ul>li>a {
  padding: 0.5em 24px;
  display: inline-block;
}

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

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

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

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

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


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


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


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

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

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

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

.decoration-divider {
  position: relative;
}

.decoration-divider:before {
  content: '';
  width: 2px;
  height: 55px;
  position: absolute;
  top: -27px;
  left: calc(50% - 1px);
  display: block;
  z-index: 2;
}

.footer_copyright_wrap p {
  margin: 0;
}


/* 13. Third part plugins
------------------------------------------------------------------------------------ */


/*Gutenberg */
body.sidebar_hide .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  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%;
}

/* Gutenberg blocks */
table.is-style-stripes>tbody>tr:nth-child(even)>td {
  background-color: transparent;
}

p[style*="font-size:"] {
  line-height: 1.1em;
}

.wp-block-media-text,
.wp-block-media-text {
  margin: 2em 0;
}

.wp-block-separator {
  margin: 3em 0;
}

.wp-block-separator:not([class*="is-style"]) {
  width: 15%;
}

.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
  font-size: 30px;
  letter-spacing: 1.5em;
  padding-left: 1.5em;
}

/* Cover image */
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
  padding: 0 1.5em;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 50%;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wp-block-gallery figure:hover figcaption {
  opacity: 0;
}

.wp-block-gallery.alignleft.extraclass {
  margin-right: 20px;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 5.4em;
}

.has-drop-cap.has-medium-font-size+* {
  clear: both;
}

/* 14. Predefined classes for users
-------------------------------------------------------------- */
.post_content>p:last-child>img.alignright {
  margin: 3em 0;
}

blockquote.has-text-align-right {
  padding: 5.8rem 8.4rem 4.9rem 5.2rem;
}

blockquote.has-text-align-right::before {
  right: 5.6rem;
  left: auto;
}

.post_content.post_content_single table {
  width: 100%;
  text-align: center;
}

figure.wp-block-video figcaption,
figure.wp-block-gallery figcaption.blocks-gallery-caption {
  position: static;
  margin: 0;
}

.sidebar .wp-block-search[class*='align'] {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*='__datepicker-button']):not(.tribe-events-calendar-month__day-cell):hover,
.wp-block-navigation .wp-block-navigation__submenu-icon:not([disabled]):not([class*='__datepicker-button']):not(.tribe-events-calendar-month__day-cell) {
  color: inherit !important;
  background: inherit !important;
}

.wp-block-post-author__avatar,
.wp-block-post-author__content {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.wp-block-post-author__avatar {
  margin-right: 0.3em;
}

.wp-block-post-author__avatar img {
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}

.sidebar_inner blockquote:before,
.footer_widgets_inner blockquote:before {
  font-size: 200px;
  top: -0.5rem;
  left: 4.6rem;
}

/* 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;
  padding: 1rem;
  /* box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff; */

  
}

@media (min-width: 768px) {
  .posts_container.columns_wrap .column-1_3:not(:last-child):not(:nth-child(3n)) .post_layout_classic {
    border-right: 1px solid #44233b3d;
  }
}

@media (max-width: 767px) {
  .posts_container.columns_wrap .column-1_3:not(:last-child) .post_layout_classic {
    border-bottom: 1px solid #44233b3d;
  }
}


.post_layout_classic {
  position: relative;
}

.post_layout_classic .post_featured img {
  width: 100%;
  transition: transform .4s ease;
}

.post_layout_classic a:hover .post_featured img {
    transform: scale(1.05);
}

.post_layout_classic .post_header {
  padding-top: 0.01px;
}

.post_layout_classic .post_title {
  font-size: 1.5em;
  line-height: 1.3em;
  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: 1em;
}

.post_layout_classic_2.post_format_quote blockquote {
  padding: 2.8rem 3.2rem 2.8rem 3.4rem;
}

.post_layout_classic_2.post_format_quote blockquote:before {
  top: 1rem;
  left: 1.6rem;
}


/* Play button container */
.post_layout_classic .play-video-youtube {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url("/assets/images/play-yt.png") center/contain no-repeat;
    z-index: 10;
}


/* Triangle play icon */
.post_layout_classic .play-video-youtube::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

/* Hover effect */
.post_layout_classic a:hover .play-video-youtube {
    transform: translate(-50%, -50%) scale(1.15);
    transition: transform 0.25s ease;
}

/* Blog layout: Masonry
------------------------- */
.masonry_wrap {
  position: relative;
  margin-right: -30px;
}

.masonry_wrap .masonry_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 30px 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%;
}


/* 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: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-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;
  -ms-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;
  -ms-transition: -ms-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;
  -ms-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;
  -ms-transition: -ms-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;
  -ms-transition: -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -ms-transition: -ms-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);
  -ms-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;
  -ms-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;
  -ms-transition: -ms-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: 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;
}

/* Buttons hovers
------------------------------------------------------------------ */
/* Slide left and top */
[class*="sc_button_hover_slide"] {
  -webkit-transition: all 0.3s ease;
  -ms-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;
  -ms-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 !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
  -ms-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
  -o-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
  transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
}

/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*="hover_"] {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-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;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/* Hover Fade, Slide Common Rules */
.post_featured.hover_slide {
  position: relative;
  overflow: hidden;
}

/* Hover Slide */
.post_featured.hover_slide .mask {
  opacity: 0.3;
}

.post_featured.hover_slide:hover .mask {
  opacity: 1;
}

/* 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;
}

/* Scroll to top */
.menu_style_right .trx_addons_scroll_to_top {
  left: 2em;
  right: auto;
}

/* 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;
}

.sc_layouts_menu_nav .menu-collapse {
  margin: 0 10px;
}

.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
  background-color: transparent !important;
}

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
  background-color: transparent;
}

/* 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;
}

/* Controls */
/* Icons in controls */
.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: 1.6em;
}

.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: '\e939';
}

.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: '\e93a';
}

.slider_container.slider_controls_side .slider_controls_wrap>.slider_prev:after,
.slider_outer_controls_side .slider_controls_wrap>.slider_prev:after,
.slider_outer_controls_outside .slider_controls_wrap>.slider_prev:after,
.slider_outer_controls_top .slider_controls_wrap>.slider_prev:after,
.slider_outer_controls_bottom .slider_controls_wrap>.slider_prev:after {
  display: none;
}

.slider_container.slider_controls_side .slider_controls_wrap>.slider_next:after,
.slider_outer_controls_side .slider_controls_wrap>.slider_next:after,
.slider_outer_controls_outside .slider_controls_wrap>.slider_next:after,
.slider_outer_controls_top .slider_controls_wrap>.slider_next:after,
.slider_outer_controls_bottom .slider_controls_wrap>.slider_next:after {
  display: none;
}

/* Widgets
---------------------------------------------- */
/* Widgets in the Footer */
.footer_wrap .sc_layouts_row {
  line-height: 1.7857em;
}

.footer_wrap .sc_layouts_item:not(.elementor-widget-spacer),
.footer_wrap .sc_layouts_row .widget {
  vertical-align: top;
  margin-top: 0.5em !important;
  /* margin-bottom: 2.5em !important; */
}

.footer_wrap .sc_layouts_item .widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Shortcodes
---------------------------------------------- */
/* Title */
.sc_title .sc_button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Icons */
.footer_wrap .sc_icons .sc_icons_icon+.sc_icons_item_title {
  margin-top: 1em;
  margin-bottom: 2em;
}

.sc_icons_default .sc_icons_item {
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.sc_icons_default .sc_icons_item.sc_icons_item_linked {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 62px 38px 72px;
}

.sc_icons_default .sc_icons_item.sc_icons_item_linked:hover {
  -webkit-box-shadow: 0 15px 25px rgba(253, 143, 143, 0.4);
  box-shadow: 0 15px 25px rgba(253, 143, 143, 0.4);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.sc_icons_item_title {
  font-size: 24px !important;
  line-height: 38px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}

.sc_icons_item_title+.sc_icons_item_description {
  margin-top: 1.2em;
  text-wrap: balance;
}

.sc_icons_item_description {
  line-height: 1.75rem;
}

.sc_item_subtitle_above {
  margin-bottom: 2px;
}

/* Services */
.services_page_tabs {
  margin-top: 5em;
}

.sc_team_featured .sc_team_item_subtitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 50px;
}

.sc_item_title+.sc_item_button,
.sc_item_title+.sc_item_button_image,
.sc_item_subtitle+.sc_item_button,
.sc_item_subtitle+.sc_item_button_image,
.sc_item_content+.sc_item_button,
.sc_item_content+.sc_item_button_image,
.sc_item_slider+.sc_item_button,
.sc_item_slider+.sc_item_button_image,
.sc_item_columns+.sc_item_button,
.sc_item_columns+.sc_item_button_image {
  margin-top: .9em;
}

.sc_title .sc_item_subtitle+.sc_item_title {
  margin-top: 0 !important;
}

/* Breadcrambs */
.sc_layouts_title {
  position: relative;
}

.sc_layouts_title:after {
  content: '';
  width: 2px;
  height: 55px;
  position: absolute;
  bottom: -91px;
  left: calc(50% - 1px);
  display: block;
  z-index: 2;
}

.sc_layouts_title:before {
  content: '';
  width: 2px;
  height: 230px;
  position: relative;
  bottom: 15px;
  left: calc(50% - 1px);
  display: block;
  z-index: 2;
}

.breadcrumbs {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.sc_layouts_title_breadcrumbs {
  margin-top: .8em;
}

/* Slider */
.slider_container.slider_controls_side .slider_controls_wrap>a,
.slider_outer_controls_side .slider_controls_wrap>a,
.slider_container.slider_controls_side .slider_controls_wrap>.slider_prev,
.slider_outer_controls_side .slider_controls_wrap>.slider_prev {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}

.widget_slider .video_embed h6 {
  margin-top: 0;
}

.slider_outer_controls_bottom>.slider_controls_wrap {
  text-align: left;
  margin-top: 1.4em;
}

.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px 0 4px;
}

/* Audio */
.trx_addons_audio_player.with_cover:after {
  background: -moz-linear-gradient(top, rgb(73 43 62 / 55%) 0%, #412236 100%);
  background: -webkit-linear-gradient(top, rgb(73 43 62 / 55%) 0%, #412236 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(73 43 62 / 55%) 0%), to(#412236));
  background: -o-linear-gradient(top, rgb(73 43 62 / 55%) 0%, #412236 100%);
  background: linear-gradient(to top, rgb(73 43 62 / 55%) 0%, #412236 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00412236', endColorstr='#412236', GradientType=0);
}

/* Action */
.sc_action_item_default.with_image:not(.with_bg_color) {
  min-height: 28.5em;
}

.sc_action_item_default.with_image:not(.with_bg_color):before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(65, 34, 54, 0) 0%, #412236 100%);
  background: -webkit-linear-gradient(top, rgba(65, 34, 54, 0) 0%, #412236 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 34, 54, 0)), to(#412236));
  background: -o-linear-gradient(top, rgba(65, 34, 54, 0) 0%, #412236 100%);
  background: linear-gradient(to bottom, rgba(65, 34, 54, 0) 0%, #412236 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00412236', endColorstr='#412236', GradientType=0);
}

.sc_action_item_title {
  font-size: 3.125em;
  line-height: 1.2em;
}

.sc_action_item.with_image:not(.with_bg_color) .sc_action_item_inner {
  padding: 2em 17% 2em 34%;
}

.sc_action_item_subtitle+.sc_action_item_link,
.sc_action_item_title+.sc_action_item_link,
.sc_action_item_description+.sc_action_item_link {
  margin-top: 2.7em;
}

/* Elementor styles
----------------------------------------------------------------- */
/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
@media screen and (min-width: 720px) { 
  .post_content>.elementor {
    margin-left: -15px;
    margin-right: -15px;
  }
}


/* Default Elementor's grid */
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px;
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px;
}

.elementor-container[class*="elementor-column-gap-"]>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 0;
}

/* 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-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-container>.elementor-row>.elementor-column>.elementor-element-populated,
div .elementor-container>.elementor-column>.elementor-element-populated {
  /* Elm 3.0+ */
  padding-top: 0;
  padding-bottom: 0;
}

/* Progress Bar */
.elementor-widget:not(:last-child),
.elementor-element.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal {
  position: static !important;
  background: none !important;
  overflow: visible;
  padding: 0 !important;
}

#modal .vs__selected {
  line-height: 42px !important;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none !important;
  outline: none !important;
  margin: 4px 0 0 0 !important;
  padding: 0 18px !important;
}

#modal[style*="fixed;"]+.btn-buy,
#modal[style*="position: fixed;"]+.btn-buy {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}

@media (min-width: 720px) {
  .timeslot-mobile-title {
    display: none;
  }
}


/* MP Timetable styles
----------------------------------------------------------------- */
/* Table */
table.mptt-shortcode-table {
  border-collapse: inherit;
}

.mptt-inner-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mptt-inner-event-content .event-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.mptt-inner-event-content .timeslot {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mptt-navigation-tabs li a {
  padding: 1em 2em;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
}

/* Slots in the single event */
.post_type_mp-event .timeslot {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-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;
  border: 1px solid;
  margin-bottom: 5px;
}

/* Tribe Events Calendar styles
----------------------------------------------------------------- */
/* Grid */
#tribe-events-pg-template,
.tribe-events-pg-template {
  margin: 0;
  padding: 0;
  max-width: inherit;
}

.tribe-events .tribe-events-l-container {
  padding: 0;
}

.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}

#tribe-events-bar {
  margin: 6px 0 2.7em;
}

table[class*="tribe-events"] *,
table[class*="tribe-events"] caption,
table[class*="tribe-events"] tbody,
table[class*="tribe-events"] tfoot,
table[class*="tribe-events"] thead,
table[class*="tribe-events"] tr,
table[class*="tribe-events"] th,
table[class*="tribe-events"] td {
  word-wrap: normal;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Views */
.tribe-bar-views-inner {
  padding: 0;
  background: none;
}

.tribe-bar-mini .tribe-bar-views-inner {
  padding: 0;
}

#tribe-bar-views .select_container {
  display: none;
}

#tribe-bar-views .tribe-bar-views-list {
  border: none;
  background-color: transparent;
  top: 27px;
  z-index: 1;
  padding: 27px 0 0 0;
  border-radius: 0 0 31px 31px;
  overflow: hidden;
}

.tribe-common .tribe-events-c-view-selector__list-item-text {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
  padding: 1.1667em 2.5em;
  display: block;
  text-align: left;
  background: unset;
}

#tribe-bar-views-toggle:after,
.tribe-bar-collapse #tribe-bar-views-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 6px;
  margin-top: 3px;
}

.tribe-bar-views-open #tribe-bar-views-toggle:after {
  margin-top: 0;
  top: 50%;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  content: '\e929';
  font-family: "fontello";
  border: none;
  width: auto;
  height: auto;
  margin-top: -9px;
}

#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
  content: '\e92c';
  font-family: "fontello";
  margin-top: -10px;
}

#tribe-bar-views-toggle,
#tribe-bar-views .tribe-bar-views-option {
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#tribe-bar-views [class^="tribe-icon-"] {
  display: inline-block;
  vertical-align: top;
}

#tribe-bar-views-toggle [class^="tribe-icon-"] {
  margin-top: 2px;
}

#tribe-bar-views span[class^=tribe-icon-] {
  display: none !important;
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) [class^='tribe-icon-'],
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-month,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-month {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-month.png);
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-list,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-list {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-list.png);
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-week,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-week {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-week.png);
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-day,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-day {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-day.png);
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-photo,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-photo {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-photo.png);
}

#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-map,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-map {
  background-image: url(plugins/the-events-calendar/images/events-bar/icon-map.png);
}

@media (min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2 / 1),
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {

  #tribe-bar-views [class^='tribe-icon-'],
  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-month,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-month {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
  }

  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-list,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-list {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-list@2x.png);
  }

  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-week,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-week {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-week@2x.png);
  }

  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-day,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-day {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-day@2x.png);
  }

  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-photo,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-photo {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-photo@2x.png);
  }

  #tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-map,
  #tribe-bar-views-toggle:not(:hover) .tribe-icon-map {
    background-image: url(plugins/the-events-calendar/images/events-bar/icon-map@2x.png);
  }
}

.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-submit {
  padding: 0;
}

.tribe-bar-collapse .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-submit {
  padding: 0;
}

.datepicker {
  z-index: 7999 !important;
}

.datepicker table {
  border-collapse: collapse !important;
}

.datepicker table,
.datepicker table td,
.datepicker table th {
  border-width: 0 !important;
}

.tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-date-filter {
  width: 45.978%;
  padding-right: 30px;
}

.tribe-bar-mini .tribe-bar-date-filter {
  padding-left: 0;
}

.tribe-events .datepicker table {
  width: 100%;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg,
.tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg {
  vertical-align: middle;
}

.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year,
.datepicker th,
.datepicker td,
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-search-filter {
  width: calc(100% - 45.978% - 30px);
}

.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-submit {
  width: 21.2%;
  margin: 0;
}

#tribe-bar-views-toggle:after {
  content: '\e929';
  font-family: "fontello";
  border: none;
  width: auto;
  height: auto;
  margin-top: 0;
}

.tribe-bar-views-open #tribe-bar-views-toggle:after {
  content: '\e92c';
  font-family: "fontello";
}

/* Page title */
.tribe-events-page-title {
  display: block;
  margin: 0;
  font-size: 24px;
}

#tribe-events-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#tribe-events-content-wrapper #tribe-events-bar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#tribe-events-content-wrapper .tribe-events-title-bar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#tribe-events-content-wrapper #tribe-events-content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* Page content */
#tribe-events-content.tribe-events-month {
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
}

#tribe-events-content.tribe-events-month #tribe-events-footer {
  display: none;
}

#tribe-events-content.tribe-events-month #tribe-events-header {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

#tribe-events-content.tribe-events-month #tribe-events-header .tribe-events-sub-nav li a {
  font-size: 0;
  padding: 0 10px;
}

#tribe-events-content.tribe-events-month #tribe-events-header .tribe-events-sub-nav li a:after,
#tribe-events-content.tribe-events-month #tribe-events-header .tribe-events-sub-nav li a:before {
  font-size: 32px;
}

#tribe-events-content {
  padding: 0;
  margin: 1.3em 0 0;
}

#tribe-events-footer,
#tribe-events-header {
  margin: 0;
}

.tribe-events-month #tribe-events-header .tribe-events-sub-nav {
  margin-bottom: 3em;
  display: block;
}

#tribe-events-content table.tribe-events-calendar {
  margin: 0 0 2em;
  font-size: 1em;
  border-collapse: separate;
  border: none;
}

body.tribe-events-day {
  padding: 0;
}

.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-calendar+#tribe-events-footer {
  margin: 3.4em 0 1.8em;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  padding-top: 3em;
  border-top-style: dotted;
}

/* Calendar */
#tribe-events-content .tribe-events-calendar {
  border-spacing: 0;
  border-collapse: collapse;
}

.tribe-events-calendar thead th {
  padding: 1.1em 0 !important;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  position: relative;
}

#tribe-events-content .tribe-events-calendar th,
#tribe-events-content .tribe-events-calendar td {
  border: 4px solid #ddd;
}

#tribe-events-content .tribe-events-calendar td {
  font-size: 12px;
  padding: 0;
  height: 8.5em;
  text-align: center;
}

#tribe-events-content .tribe-events-calendar td:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"],
.tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
  font-size: 1rem;
  font-weight: 500;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  padding: .5em 1em 0;
  margin-bottom: 0;
  text-align: center;
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"]>a {
  background-color: transparent;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"],
.tribe-events-calendar td div[id*="tribe-events-daynum-"]>a,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
  background: none;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
  background-color: transparent;
}

.tribe-events-calendar td.tribe-events-present {
  position: relative;
}

.tribe-events-calendar td.tribe-events-present:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  border: 1px solid #ddd;
  pointer-events: none;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0;
  padding: 1em 1.5em;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 15px !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-event-"] {
  display: none;
  pointer-events: none;
}

.tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  display: none;
  pointer-events: none;
}

.tribe-bar-filters-inner {
  position: relative;
}

@media (min-width: 1024px) {
  .tribe-bar-filters-inner .tribe-bar-submit {
    position: absolute;
    right: auto;
    left: 45.978%;
    height: 58px;
    width: 50px;
  }

  .tribe-bar-filters-inner .tribe-bar-submit:before {
    font-size: 16px;
    content: '\e966';
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    left: 21px;
    bottom: 17px;
  }
}

.tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-search-filter {
  padding-left: 52px;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  background: #F6E0CE;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  width: 100%;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-size: 13px;
}

/* Mobile view */
.tribe-events-othermonth.tribe-events-past,
.tribe-events-othermonth.tribe-events-future {
  pointer-events: none;
}

.tribe-events-othermonth.tribe-events-past:after,
.tribe-events-othermonth.tribe-events-future:after {
  display: none;
}

#tribe-events-footer:after,
#tribe-events-footer:before,
#tribe-events-header:after,
#tribe-events-header:before {
  display: none;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  padding-right: 70px;
}

.tribe-bar-collapse .tribe-bar-filters-inner>.tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner>.tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-filters-inner>.tribe-bar-submit {
  float: left;
  width: 32%;
}

.tribe-bar-collapse .tribe-bar-filters-inner>.tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner>.tribe-bar-search-filter {
  margin-right: 2%;
}

.tribe-events-calendar .tribe-events-has-events.mobile-trigger:after {
  margin: 1.5em auto 0;
}

.tribe-events-calendar td.mobile-trigger div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.mobile-trigger div[id*="tribe-events-daynum-"] a {
  margin-top: 0;
}

.tribe-mobile-day-heading {
  font-size: 1.4286em;
  line-height: 1.25em;
}

#tribe-mobile-container {
  margin-bottom: 2em;
}

#tribe-mobile-container .type-tribe_events {
  padding-top: 1em;
}

#tribe-mobile-container .type-tribe_events h4 {
  font-size: 1.0714em;
  margin-bottom: 1em;
}

#tribe-mobile-container .type-tribe_events .tribe-event-date-start {
  display: inline-block;
  margin-bottom: 0.8em;
}

#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
  margin-top: 0;
  padding: 0;
}

/* Tooltip */
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 0;
  bottom: 8.4em !important;
  left: -2em;
  width: 32.5em;
  z-index: 10000;
  text-transform: none;
}

.tribe-events-tooltip .tribe-events-arrow {
  background: none;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  bottom: -7px;
  left: 5.2em;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 1em;
  line-height: 1.8em;
  padding: 1em 1.8em 1.5em;
}

#tribe-events-content .tribe-events-tooltip .summary {
  padding: 0.5em 0.8em;
  margin: 0;
}

#tribe-events-content.tribe-events-listm,
#tribe-events-content-wrapper #tribe-events-content {
  margin-bottom: 0;
}

.tribe-events-tooltip .tribe-event-duration {
  margin: 0 0 1em;
  line-height: 1.5em;
  overflow: hidden;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
  padding: 0.5em 1.5em 0 0;
}

.tribe-events-tooltip .tribe-event-description p {
  margin: 0;
  line-height: 1.7em;
}

.tribe-events-tooltip .tribe-event-description p+p {
  margin-top: 1em;
}

/* Buttons and Navigation */
#tribe-events-footer .tribe-events-sub-nav {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#tribe-events-footer .tribe-events-sub-nav li {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: top;
  float: none !important;
  text-align: justify;
}

#tribe-events-footer .tribe-events-sub-nav li a {
  white-space: nowrap;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}

.tribe-events-sub-nav li a span {
  display: none !important;
}

#tribe-events .tribe-events-button:after,
.tribe-events-button:after,
.tribe-events-cal-links a:after,
.tribe-events-sub-nav li.tribe-events-nav-next a:after {
  content: '\e93a';
  font-family: "fontello";
  margin-left: 0.5em;
}

#tribe-events .tribe-events-ical {
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
}

#tribe-events .tribe-events-ical:after {
  display: none;
}

.tribe-events-sub-nav li.tribe-events-nav-previous a:before {
  content: '\e939';
  font-family: "fontello";
  margin-right: 0.5em;
}

.tribe-common .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,
.tribe-common .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg {
  width: 7px;
}

.tribe-common .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,
.tribe-common .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Buttons */
.tribe-events-read-more {
  display: block;
  margin-top: 1.5em;
  padding: 0 !important;
}

/* Events list */
.tribe-events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop {
  max-width: 770px;
  margin: 0 auto;
}

.tribe-events-list .tribe-events-list-separator-month {
  margin: 3.5em auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25em;
  line-height: 1.6em;
  font-weight: 400;
  z-index: 0;
}

.tribe-events-list .tribe-events-list-separator-month:first-child {
  margin-top: 2em;
}

.tribe-events-list .tribe-events-event-cost {
  margin: 0;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.tribe-events-list .tribe-events-event-cost span {
  padding: 0.6em 1em;
  font-weight: 400;
}

.tribe-events-list .tribe-events-event-meta {
  font-weight: 400;
}

.tribe-events-event-meta a {
  white-space: nowrap;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.5em;
  font-style: normal;
}

.tribe-events-event-meta .tribe-event-schedule-details {
  margin-bottom: 0.8em;
  font-size: 1.0667em;
  font-style: italic;
  letter-spacing: 0;
}

.tribe-events-list .type-tribe_events,
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
  padding: 0;
  margin: 0;
  position: relative;
}

.tribe-events-list .type-tribe_events {
  border-bottom: none !important;
}

.tribe-events-list .type-tribe_events+.type-tribe_events,
.tribe-events-day .tribe-events-day-time-slot+.tribe-events-day-time-slot+.tribe-events-day-time-slot {
  border-top: 1px solid #eee;
  margin-top: 4em;
  padding-top: 4em;
}

.tribe-events-list .type-tribe_events+.type-tribe_events .tribe-events-event-cost {
  top: 4em;
}

.tribe-events-list .tribe-events-event-image {
  margin-top: 0.4em;
  width: 30%;
  float: left;
}

.tribe-events-list .tribe-events-loop .tribe-events-content {
  text-align: justify;
}

.tribe-events-loop .tribe-events-content {
  padding-right: 0;
}

/* Events day */
.tribe-events-day {
  padding: 0;
}

.tribe-events-day #tribe-events-header {
  display: none;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  margin: 0 0 1em;
  padding: 1em 2em;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}

.tribe-events-list .time-details {
  font-style: italic;
}

/* Single event */
#tribe-events-content.tribe-events-single {
  margin-top: 0;
}

.tribe-events-single #tribe-events-header {
  display: none;
}

.tribe-events-back {
  display: none;
}

.tribe-events-notices {
  margin: 0 0 1em 0;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  text-shadow: none;
  border: 2px solid transparent;
  padding: 10px 35px 10px 24px;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}

.tribe-events-notices+.tribe-events-single-event-title {
  margin-top: 1.5em;
}

.tribe-events-schedule {
  position: relative;
}

.tribe-events-schedule h2 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  display: block;
  text-align: center;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  font-size: 1em;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  display: none;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-weight: 400;
}

.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule {
  display: none;
}

.single-tribe_events .tribe-events-event-image {
  float: left;
  width: 40%;
  margin: 0.4em 3% 2em 0;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 1em;
  line-height: 1.25em;
}

.single-tribe_events .tribe-events-cal-links:after {
  content: ' ';
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.single-tribe_events .type-tribe_events {
  padding-top: 0;
}

.single-tribe_events .tribe-events-single-section {
  clear: none;
  float: left;
  width: 50%;
  margin: 0;
  padding: 3em 0 0;
  border: none;
  background-color: transparent;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 3em 0 0 0;
  margin: 0;
  width: 40%;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
  width: 50%;
  margin-top: 3em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map>div {
  height: 250px !important;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group+.tribe-events-meta-group,
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group+.tribe-events-venue-map {
  margin-left: 3em;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 0;
  font-size: 1.2em;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  line-height: 1.4em;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-size: 1.0667em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.single-tribe_events .tribe-events-venue-map {
  margin: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.single-tribe_events #tribe-events-footer {
  border-top: none;
}

.single-tribe_events .tribe-events-sub-nav li a {
  white-space: normal;
}

.single-tribe_events .tribe-events-sub-nav li a:before,
.single-tribe_events .tribe-events-sub-nav li a:after {
  display: inline-block;
  line-height: inherit;
  margin: 0 0.3em 0 0;
}

.single-tribe_events .tribe-events-sub-nav li a:after {
  margin: 0 0 0 0.3em;
}

.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next a {
  text-align: right;
}

.tribe-events-sub-nav {
  padding-left: 0;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before {
  background: none !important;
  content: '\e837' !important;
  font-family: "fontello";
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
  background: none !important;
  content: '\e836' !important;
  font-family: "fontello";
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
  display: inline-block !important;
  height: 20px;
  vertical-align: baseline;
  width: 11px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after {
  display: none;
}

#tribe-events-footer:before,
#tribe-events-footer:after {
  display: none;
}

/* Widget */
.tribe-events-list-widget .tribe-list-widget {
  padding-left: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
  margin-bottom: 1.5em;
  padding: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-title {
  font-size: 1.2em;
  margin: 0;
}

.single-tribe_events .tribe-events-nav-pagination li.tribe-events-nav-next a:after,
.single-tribe_events .tribe-events-nav-pagination li.tribe-events-nav-previous a:before {
  display: none;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
  top: 50px;
}

.single-tribe_events .tribe-events-cal-links {
  clear: none;
}

.tribe-events-gcal.tribe-events-button,
.tribe-events-ical.tribe-events-button,
.tribe-events-button.tribe-events-ics {
  margin-top: 9px !important;
}

.tribe-events-gcal.tribe-events-button:after,
.tribe-events-ical.tribe-events-button:after,
.tribe-events-button.tribe-events-ics:after {
  display: none;
}

.tribe-events-single>.tribe_events>.tribe-events-event-image,
.single-tribe_events .tribe-events-event-image {
  float: left;
  width: 45%;
  margin: 0.4em 6.5% 2em 0;
}

.tribe-events-single>.tribe_events>.tribe-events-single-event-description,
.single-tribe_events .tribe-events-event-image {
  width: 48.5%;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 24px;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  margin: 0 0 27px;
}

.single-tribe_events .tribe-events-single-section {
  padding-top: 0.7em;
}

/* The Events Calendar 5+ */
.tribe-common .tribe-events-calendar-month-mobile-events__mobile-event-title,
.tribe-common.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-title,
.tribe-common.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
  line-height: 1.1em;
}

.tribe-common.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-venue,
.tribe-common.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tribe-common.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-venue .tribe-events-calendar-day__event-venue-title,
.tribe-common.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-venue .tribe-events-calendar-list__event-venue-title,
.tribe-common.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue .tribe-events-calendar-day__event-venue-title,
.tribe-common.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue .tribe-events-calendar-list__event-venue-title {
  margin-right: 10px;
}

.tribe-common button[disabled] {
  pointer-events: none;
}

.tribe-common .tribe-common-form-control-text__input {
  font-size: 14px;
}

.tribe-common .tribe-events-c-top-bar__datepicker-button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}

.tribe-common .tribe-events-c-view-selector__button-icon,
.tribe-common .tribe-events-c-top-bar__datepicker-button:after,
.tribe-common.tribe-common--breakpoint-medium .tribe-events-c-nav__prev:before,
.tribe-common.tribe-common--breakpoint-medium .tribe-events-c-top-bar__nav-link:before,
.tribe-common.tribe-common--breakpoint-medium .tribe-events-c-nav__next:after,
.tribe-common .tribe-events-c-nav__prev:before,
.tribe-common .tribe-events-c-nav__next:after,
.tribe-common .tribe-events-c-nav__prev:disabled:before,
.tribe-common .tribe-events-c-nav__next:disabled:before,
.tribe-common .datepicker .prev .tribe-common-svgicon,
.tribe-common .datepicker .next .tribe-common-svgicon,
.tribe-common .datepicker .prev:active .tribe-common-svgicon,
.tribe-common .datepicker .prev:focus .tribe-common-svgicon,
.tribe-common .datepicker .prev:hover .tribe-common-svgicon,
.tribe-common .datepicker .next:active .tribe-common-svgicon,
.tribe-common .datepicker .next:focus .tribe-common-svgicon,
.tribe-common .datepicker .next:hover .tribe-common-svgicon {
  background-image: none;
}

.tribe-common.tribe-common--breakpoint-medium .tribe-events-c-events-bar--border {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-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;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  border: 2px solid #ddd;
  overflow: hidden;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}

.tribe-common .datepicker .prev .tribe-common-svgicon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left:before {
  content: '\e837';
}

.tribe-common .datepicker .next .tribe-common-svgicon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right:before {
  content: '\e836';
}

.tribe-common .tribe-common-svgicon--list:before,
.tribe-common .datepicker .prev .tribe-common-svgicon:before,
.tribe-common .datepicker .next .tribe-common-svgicon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before {
  font-family: "fontello";
  line-height: 1em;
}

.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:after {
  line-height: 1.65em;
  border-radius: 31px;
}

.tribe-common .tribe-common-c-btn-icon {
  border-radius: 31px;
}

.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:after {
  height: 1.7em;
  width: 1.4em;
  text-align: center;
}

.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin {
  border: none !important;
}

.tribe-common .tribe-events-c-ical__link:before {
  content: none;
}

.tribe-common.tribe-common--breakpoint-medium .tribe-events-calendar-day__event-description,
.tribe-common.tribe-common--breakpoint-medium .tribe-events-calendar-list__event-description {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

.tribe-common button.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common .tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common .tribe-common button.tribe-common-c-btn:focus,
.tribe-common .tribe-common button.tribe-common-c-btn:hover {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 0.8em 1.2em !important;
  letter-spacing: 0;
  height: auto;
  border-width: 0 !important;
  border-radius: 31px !important;
}

.tribe-common .tribe-events-header .tribe-events-c-top-bar__nav-list {
  margin-right: 15px;
}

.tribe-common .tribe-events-c-top-bar__nav-list-item {
  padding: 0;
}

.tribe-common .tribe-events-c-ical__link,
.tribe-common .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-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;
  -webkit-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  padding: 8px 15px;
  border: 2px solid #ddd;
}

.tribe-common .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon,
.tribe-common .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon:disabled {
  padding: 6px 9px;
  border-radius: 31px;
}

.tribe-common .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link--prev {
  margin-right: 5px;
}

.tribe-common .tribe-events-c-nav__list button[disabled],
.tribe-common .tribe-events-c-view-selector__button,
.tribe-common .tribe-events-header .tribe-events-c-top-bar__datepicker-button {
  background-color: transparent !important;
}

.tribe-common .tribe-events-c-top-bar__datepicker .tribe-common-h3.tribe-events-c-top-bar__datepicker-button {
  font-size: inherit;
}

.tribe-common .tribe-events-calendar-month__multiday-event-bar-inner {
  padding-top: 3px;
  padding-bottom: 3px;
}

.tribe-common .tribe-events-c-top-bar__datepicker .datepicker {
  margin: 0 !important;
  padding: 5px;
}

.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .datepicker-switch,
.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .prev,
.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .next {
  padding: 10px 5px;
}

.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .datepicker-switch .tribe-common-svgicon,
.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .prev .tribe-common-svgicon,
.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead .next .tribe-common-svgicon {
  height: 18px;
}

.tribe-common .tribe-events-c-top-bar__datepicker .datepicker thead th.dow {
  line-height: 2.2em;
}

.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__next,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__prev,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__today {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__next:before,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__next:after,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__prev:before,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__prev:after,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__today:before,
.tribe-common .tribe-events-c-nav__list .tribe-events-c-nav__today:after {
  display: none;
}

.tribe-common .tribe-events-c-view-selector__button:before {
  background-color: transparent;
}

.tribe-common .tribe-common-anchor,
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
  border-bottom-color: transparent;
  border-bottom: none !important;
  opacity: 1;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 13px;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  padding-top: 0;
}

a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:before,
button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:before,
a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:after,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:after {
  content: none;
}

.tribe-events .tribe-events-c-small-cta> :first-child {
  font-size: 20px;
  font-weight: 700;
}

.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-list {
  word-break: break-word;
}

.tribe-events .tribe-events-c-messages__message {
  display: block;
}

.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-list:before {
  content: '\e959';
  font-family: "fontello";
  font-size: 19px;
  background-image: none;
}

.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:active,
.tribe-common .tribe-common-anchor-thin-alt:focus,
.tribe-common .tribe-common-anchor-thin-alt:hover {
  border-bottom: 0;
}

/* LOADER */
.tribe-common .tribe-common-c-loader {
  /* Dots */
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot+.tribe-common-c-loader__dot {
  margin-left: 20px;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--first {
  -webkit-animation: preloader_dot_one 1.5s infinite;
  -ms-animation: preloader_dot_one 1.5s infinite;
  animation: preloader_dot_one 1.5s infinite;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--second {
  -webkit-animation: preloader_dot_two 1.5s infinite;
  -ms-animation: preloader_dot_two 1.5s infinite;
  animation: preloader_dot_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--third {
  -webkit-animation: preloader_dot_three 1.5s infinite;
  -ms-animation: preloader_dot_three 1.5s infinite;
  animation: preloader_dot_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes preloader_dot_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes preloader_dot_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes preloader_dot_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes preloader_dot_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes preloader_dot_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes preloader_dot_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg,
.tribe-events .tribe-events-c-ical__link-icon-svg,
.tribe-common.tribe-common--breakpoint-medium .tribe-events-c-top-bar__nav-link>svg {
  display: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  text-transform: none;
  letter-spacing: 0px;
}

.tribe-events-event-meta:before {
  border-top: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-events.tribe-common .tribe-events-c-view-selector__list-item-link:focus,
.tribe-common .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:focus a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover {
  background-color: transparent;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
  min-width: auto;
  width: auto;
}

.tribe-events-c-top-bar__datepicker-container .datepicker.dropdown-menu .datepicker-months,
.tribe-events-c-top-bar__datepicker-container .datepicker.dropdown-menu .datepicker-years,
.tribe-events-c-top-bar__datepicker-container .datepicker.dropdown-menu .datepicker-decades,
.tribe-events-c-top-bar__datepicker-container .datepicker.dropdown-menu .datepicker-centuries {
  max-width: 185px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: 28px;
}

.single-tribe_events .tribe-events-venue-map>iframe {
  height: 100% !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
div .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
div .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  border-radius: 50px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  padding: 0;
  border: 0;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg {
  display: none;
}

.tribe-events-gcal.tribe-events-button,
.tribe-events-ical.tribe-events-button {
  background-image: none;
}

@media (min-width: 768px) {

  .tribe-events-cal-links .tribe-events-gcal,
  .tribe-events-cal-links .tribe-events-ical {
    margin-right: 40px;
  }
}

.single-tribe_events .tribe-events-cal-links .tribe-events-gcal,
.single-tribe_events .tribe-events-cal-links .tribe-events-ical,
.tribe-events-button.tribe-events-ical {
  padding-left: 3.172em;
}

/* Subscribe button */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border {
  padding: 0;
  border: none;
  background: transparent;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border svg {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-text {
  padding: 1.3em 2.2em;
  border-radius: 31px;
  line-height: 1em;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: transparent;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  padding: 0;
  border: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
  display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  width: 100%;
  padding: 15px 20px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.tribe-events .tribe-events-l-container {
  min-height: unset;
  padding: 0;
  max-width: 100%;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event--featured:after,
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  border-radius: 4px;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tribe-events-event-meta address.tribe-events-address .tribe-events-gmap {
  display: inline-block;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-common.tribe-events .tribe-events-calendar-day__event-title-link,
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg,
.tribe-common.tribe-events a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/* new */
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  background: none;
}

/* HISTORY teaser: mobile image on top + vertical center align text with image on desktop */
/* Add spacing between teaser rows */
.history .elementor-container {
  margin: 5rem auto;
}

/* Desktop / Tablet: align image + content vertically center */
@media (min-width: 769px) {
  .history .elementor-container {
    display: flex !important;
    align-items: center !important; /* ✅ vertical center */
  }

  /* Ensure columns behave nicely in flex */
  .history .elementor-column {
    width: 50% !important;
  }
}

/* Mobile: image always on top */
@media (max-width: 768px) {
  .history .elementor-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .history .elementor-column {
    width: 100% !important;
  }

  /* Image always first */
  .history .teaser-image {
    order: 1 !important;
  }

  /* Content always second */
  .history .teaser-content {
    order: 2 !important;
    margin-top: 3rem;
  }
}


.pk-fullwidth-overlay {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  /* Make sure it doesn't get constrained by inner wrapper */
  .pk-fullwidth-overlay .elementor-widget-container {
    width: 100%;
  }


.pk-events-list { list-style: none; padding: 0; margin: 0; }
.pk-event-item { margin-bottom: 20px; }
.pk-event-card { display: flex; gap: 20px; }
.pk-event-thumb img { width: 260px; height: auto; display: block; }
.pk-event-title a { text-decoration: none; }
@media (max-width: 767px) {
  .pk-event-card { flex-direction: column; }
  .pk-event-thumb img { width: 100%; }
}


.scheme_default p a {
  text-decoration: underline;
  color: #db4242;
}

.scheme_default p a:hover {
  color: #7e4555;
}

.video-listing.youtube .post_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  overflow: hidden;
}



.video-player.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}


.music-player {
  border-radius: 10px;
  overflow: hidden;
}

.music-player.elementor-widget:not(:last-child) {
  margin-bottom: 2rem;
}