@charset "UTF-8";
/*!
Theme Name: Eventorian
Theme URI: https://eventorian.weblusive-themes.com
Author: UIUXAesthetics
Author URI: http://weblusive-themes.com
Description: A Powerful theme for event rental businesses
Tested up to: 6.3
Requires PHP: 7.4
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventorian
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Service Classes
# Base (Normalize, etc..)
# Elements
# Objects
# Components
# Pages
# Posts
# Mobile styles
--------------------------------------------------------------*/

* {
  min-height: 0;
  /*min-width: 0;*/
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}


.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center,
.eventorian-icon-box.center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-hide {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xxl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}


.col-xs-is-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-xs-pull-is-5 {
  right: 20%;
}

.col-xs-push-is-5 {
  left: 20%;
}

.col-xs-offset-is-5 {
  margin-left: 20%;
}

[class*="-overlay"]:before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

button,
input,
a {
  transition: all 0.5s ease;
}


/*
Base
================================================
reset and/or normalize styles, box-sizing definition, etc.
This is the first layer which generates actual CSS.
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
.eventorian-button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
.eventorian-button,
input,
select {
  overflow: visible;
  outline: none;
}

.button.disabled {
  opacity: .4;
  cursor: default;
}

.button.disabled {
  background: initial;
  color: initial;
}

button,
.eventorian-button,
input,
select,
textarea {
  margin: 0;
}

button,
.eventorian-button,
select {
  text-transform: none;
}

button,
.eventorian-button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
.eventorian-button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
.eventorian-button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
.eventorian-button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  /*color: inherit;*/
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  /*color: inherit;*/
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

.wp-block-cover-text {
  color: #fff !important;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
.eventorian-button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus,
.eventorian-button:focus {
  outline: none
}

input,
button,
.eventorian-button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
  background: #fafafa;
  border: none;
  padding: 6px;
  width: 100%;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/*
ELEMENTS
================================================
styling for bare HTML elements (like H1, A, etc.).
moThese come with default styling from the browser so we can redefine them here.
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}


abbr[title] {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

address {
  font-style: italic;
  font-size: 14px;
  border: 1px solid #dddddd;
  padding: 20px;
}

address p {
  font-size: 14px;
}

.text-white {
  color: #fff !important
}


body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.compare-opened,
body.search-opened {
  overflow: hidden !important;
}

body.ajax-loading .main-container {
  position: relative;
}

body.ajax-loading .main-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: .8;
  z-index: 100;
}

body.ajax-loading .main-container:after {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 101;
  transform: scale(2) translateX(-50%);
}

body.ajax-loading .main-container * {
  animation: fadeOut .5s forwards;
  animation-delay: 1s;
}


.minicart-dropdown-wrapper a.button.wc-forward:hover {
  opacity: .9
}

del {
  color: #aaaaaa;
}

dl {
  margin: 0 20px;
}

dd {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  margin: 25px 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='tel'],
textarea {
  font-size: 14px;
  display: block;
  color: #222;
  width: 100%;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #cccccc;
  padding: 9px 0;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='number']:hover,
input[type='number']:focus,
input[type='email']:hover,
input[type='email']:focus,
input[type='search']:hover,
input[type='search']:focus,
input[type='password']:hover,
input[type='password']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
textarea:hover,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #333333;
}

input[type='search'] {
  width: auto
}

input ::-webkit-input-placeholder,
input :-moz-placeholder,
textarea ::-webkit-input-placeholder,
textarea :-moz-placeholder {
  color: #ababab;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.7;
}

ins {
  text-decoration: none;
}

label .required {
  color: #ff0000;
  font-size: 16px;
}

.link-secret {
  color: currentColor;
}

.link-underline a,
a.link-underline {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}

p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.wpb_text_column p {
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 0;
  border-radius: 0;
  border-left: 3px solid #222;
}

blockquote,
blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

blockquote {
  border-left: 0;
  padding: 10px 0;
  margin-left: 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}

table th {
  font-weight: bold;
}

table thead th {
  text-transform: uppercase;
}

table tr>th {
  padding-right: 20px;
}

table td {
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed;
}

table tr td:first-of-type {
  padding-left: 10px;
}

/*===================== OBJECTS ====================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-is-5,
.col-sm-is-5,
.col-md-is-5,
.col-lg-is-5,
.col-xl-is-5,
.col-xxl-is-5,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.galpost-slider .slick-list {
  height: auto !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* Theme Animations */

@keyframes widget-item-move-up {
  0% {
    padding-top: 100px;
  }

  100% {
    padding-top: 0;
  }
}

/* Widget item move down */

@keyframes widget-item-move-down {
  0% {
    padding-top: 0;
  }

  100% {
    padding-top: 100px;
  }
}

/* Slide out when remove an widget item */

@keyframes widget-item-slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}

/* Slide up when undo remove an widget item */

@keyframes widget-item-slide-in {
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  0% {
    transform: translateX(80px);
    opacity: 0;
  }
}

/* Slide in for quick view */

@keyframes quickview-slide-in {
  0% {
    transform: translate3d(-40px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Social shortcode */

@keyframes social-hover {
  0% {
    opacity: 1;
    visibility: visible;
    height: 0;
    width: 0;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    height: 5em;
    width: 5em;
  }
}

/* Animate Gradient on Landing page */

@keyframes animate-gradient {
  0% {
    background-position: 0 76%;
  }

  50% {
    background-position: 100% 25%;
  }

  100% {
    background-position: 0 76%;
  }
}

/* Spin */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blink */

@keyframes blink {
  from {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1.0;
  }
}

/* Fade Out Up & Down small for site-menu */

@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
}

.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

@keyframes moveVertical {
  0% {}

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {}

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {}

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  0% {}

  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {}

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {}

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  0% {}

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {}

  70% {
    transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/* Clear float */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.page-content:after {
  clear: both;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  margin-right: 1em;
}

.list-inline>li:last-child {
  margin-right: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*
COMPONENTS
================================================
Page-specific components.
*/

/*--- 404 Section ---*/
.error404 {
  overflow: hidden;
}

.error404 .site-header {
  position: absolute;
  width: 100%;
  left: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

.error404 .site-logo {
  height: 90px;
}

.area-404 {
  text-align: center;
  background: url('assets/images/404-bg.svg') no-repeat bottom center !important;
  min-height: 500px;
  padding: 200px 0;
}

.area-404__heading,
.area-404__sub-heading {
  font-size: 60px;
  line-height: 100px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 0;
}

.area-404__sub-heading {
  margin-bottom: 50px !important;
}

.area-404__content {
  height: 100vh;
}

.error404 .site-breadcrumbs {
  display: none !important;
}

.error404 .area-404__content-heading {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 24px;
  color: #696969;
  background: #f0f0f0;
  display: inline-block;
}

.error404 .col-404 {
  margin-top: 80px;
}


/*--- Blog Section ---*/
.post {
  margin-bottom: 60px;
}

.single-post .post {
  margin-bottom: 40px;
  background: #fafafa;
}

.post.sticky {
  border: solid 2px
}

.post.list-item {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #d8d8d8;
}

.post.list-item:last-child {
  border: none;
}

.post.masonry-item {
  padding: 0 15px;
}

.post.masonry-item.grid-sizer-2 {
  width: 50%;
}

.post.masonry-item.grid-sizer-3 {
  width: 33.333333%;
}

.list-container.row {
  margin: 0;
}

.masonry-container {
  opacity: 0;
}

.masonry-container.loaded {
  opacity: 1;
}

.row.standard-container {
  margin: 0 !important;
}

.post-full-grid,
.post-fullwidth {
  text-align: center;
}

.post-fullwidth .entry-aux {
  padding: 20px 0 30px 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.single .has-no-sidebars .entry-header,
.single .has-no-sidebars .entry-meta {
  text-align: center;
  margin-bottom: 50px;
}

.single .has-no-sidebars .entry-meta {
  margin-bottom: 15px;
}

.single .has-no-sidebars .related-posts {
  max-width: 860px;
  margin: 0 auto;
}

.entry-header.single-nav-on {
  position: relative;
}


.grid-item .entry-header {
  margin-bottom: 20px;
}

.list-item .entry-header {
  margin-bottom: 10px;
}

.entry-thumbnail {}

.post-related .entry-thumbnail {
  margin-bottom: 15px;
}

.entry-thumbnail .post-thumb {
  overflow: hidden;
  text-align: center
}

.entry-thumbnail .post-thumb img {
  /*width: 100%; */
}

.entry-thumbnail .slick-slider.slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, height .4s ease;
}

.entry-thumbnail .slick-slider.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.entry-thumbnail .slick-slider.slider img {
  margin: 0 auto;
}

.entry-thumbnail .slick-slider.slider img:hover {
  transform: scale(1);
}

.entry-thumbnail .slick-slider.slider .slick-slide a {
  margin: 0;
}

.entry-thumbnail .slick-slider.slider .slick-arrow {
  opacity: .6;
  visibility: visible;
}

.entry-thumbnail .slick-slider.slider .slick-arrow.slick-prev {
  left: 0;
}

.entry-thumbnail .slick-slider.slider .slick-arrow.slick-next {
  right: 0;
}

.entry-thumbnail .slick-slider.slider .single-image a:focus {
  outline: none;
}

.list-item .entry-thumbnail {
  margin-bottom: 20px;
  padding: 0;
}

.post-fullwidth {
  margin-bottom: 30px
}

.post-fullwidth>article {
  margin-bottom: 0
}

.post-fullwidth .entry-body {
  background: #fafafa;
}

.entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}

.post.sticky .entry-title a:before {
  content: "";
  font-family: 'icon54com';
  margin-right: 10px;
}

.single .entry-title {
  font-size: 34px;
  font-weight: 400;
  display: inline-block;
  width: 80%;
}

.post-related .entry-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.post-related .entry-title a {
  font-weight: 500;
}

.post-fullwidth .entry-title {
  font-size: 34px;
  margin-bottom: 15px;
}

.entry-heading {
  margin-bottom: 30px;
}

.entry-body {
  padding: 30px
}

.entry-meta {
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.entry-meta li {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
}

.entry-meta span {
  margin-right: 2px;
  position: relative;
  top: 1px;
  font-weight: bold;
}

.entry-meta span a {

  display: inline-block;
  font-weight: bold
}

.entry-meta span a:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

.entry-meta span a:hover {
  color: #333333;
}

.entry-meta span a:hover:after {
  opacity: .2;
}

.entry-meta .vcard {
  margin: 0;
}

.single .entry-meta {
  margin-bottom: 10px;
}

.grid-item .entry-meta {
  margin-bottom: 15px;
}

.list-item .entry-meta {
  margin-bottom: 10px;
}

.post-related .entry-meta {
  margin-bottom: 0;
}

.entry-meta .meta-date:before,
.entry-meta .meta-comments:before,
.entry-meta .meta-author:before,
.entry-meta .meta-featured-post:before {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-right: 8px;
}

.entry-meta .meta-categories a {}

.entry-content {
  word-wrap: break-word;
  margin-bottom: 20px;
}

.single.post .entry-content {
  margin-bottom: 60px !important;
  font-size: 15px;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}

.single .entry-header {
  padding: 10px 30px
}

.single .entry-meta,
.single .entry-footer {
  padding: 0 30px
}

.single .entry-content blockquote {
  position: relative;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  padding: 10px 20px;
  margin: 40px 0 40px 60px;
  color: #7e7e7e;
}

.single .entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #333333;
}

.grid-item .entry-content {
  margin-bottom: 25px;
}

.single .has-no-sidebars article .entry-content,
.single .has-no-sidebars article .entry-footer {
  max-width: 860px;
  margin: 0 auto;
}

.page-links {
  margin-bottom: 15px;
}

.page-links>span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.page-links>span:not(.page-links-title) {
  border-bottom: 1px dotted #666666;
}

.page-links a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.post-related {
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 30px;
}

.has-no-sidebars .post-related {
  margin: 0 auto 30px auto;
  max-width: 860px;
}

.post-related:hover .entry-body {
  opacity: 1;
  visibility: visible;
}

.post-related:hover .entry-header {
  transform: translateY(-50%);
}

.post-single-hr {
  margin: 22px 0 32px 0;
}

.single .has-no-sidebars .post-single-hr {
  max-width: 860px;
  margin: 22px auto 32px auto;
}

.post-share {
  margin-bottom: 15px;
}

.share-list {
  margin-bottom: 0;
}

.share-list__title {
  font-size: 15px;
  color: #7e7e7e;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.blog .share-list__title .title {
  display: none;
}

.blog .share-list__title ul.social-links {
  display: inline-block;
  vertical-align: top;
}

.share-list__item {
  font-size: 16px;
}

.share-list__item>a {
  color: currentColor;
}

.share-list__item:not(:last-child) {
  margin-right: 15px;
}

.post-tags .tagcloud {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.post-tags .tagcloud li.tag-cloud__item {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.tagcloud a,
.comment-text .date {
  padding: 2px 10px;
  margin: 0;
  border-radius: 15px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 13px;
  display: block;
}

.post-tags .tagcloud li.tag-cloud__item:hover {
  background: #f0f0f0;
}


.author-info {
  display: table;
  text-align: center;
  margin-bottom: 40px;
}

.has-no-sidebars .author-info {
  max-width: 860px;
  margin: 0 auto 40px auto;
}

.author-link {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}

.author-avatar {
  margin-bottom: 20px;
}

.author-avatar img {
  border-radius: 50%;
}

.author-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}

.author-bio {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .03em;
  margin-bottom: 14px;
}


.comments-area .comments-title {

  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
}

.comments-area .comment-count {
  color: #ababab;
}

.page .comments-area {
  margin-top: 40px;
}

.has-no-sidebars .comments-area {
  max-width: 860px;
  margin: 0 auto;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.comment-list .children {
  list-style: none;
  padding-left: 30px;
}

.comment,
.review {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-text .author {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.comment-text .date {
  font-size: 14px;
  display: inline-block;
}

.comment-text p {
  font-size: 18px;
  padding-right: 30px;
  margin-top: 20px;
}

.comment-actions a {
  margin-right: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 1px;
  background: #f5f5f5;
  padding: 6px 14px;
  border-radius: 14px;
}

.comment-actions span {
  font-weight: 700;
  margin-right: 8px;
}

.comment-actions a.comment-edit-link {
  background: #ffd700;
}

#response {
  margin-bottom: 20px;
  overflow: hidden;
}

#reply-title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}

#reply-title small a {
  font-size: 14px;
  font-weight: 400;
}

#commentform {
  text-align: left;
}

#commentform label {
  display: none;
}

#commentform input[type='text'] {
  margin-bottom: 15px;
}

#commentform textarea {
  height: 200px;
  padding: 15px 0;
  margin-bottom: 20px;
}

#commentform p.form-submit {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}


/*--- Structure / Page header ---*/
.back-to-top {
  display: block;
  color: #ababab !important;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 0;
  opacity: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #333333;
}

.back-to-top i {
  font-size: 22px;
  color: #ffffff;
  line-height: 46px;
}

.back-to-top.show {
  opacity: 1;
}

.back-to-top:hover {
  opacity: .9
}

.block-list {
  list-style: none;
  margin-left: 0;
  line-height: 2.8;
  padding-left: 0;
}

.block-list .title {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: .01em;
  color: #333333;
}

/*--- Breadcrumbs ---*/

.site-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-title .site-breadcrumbs {
  margin-top: 10px;
  margin-bottom: 0;
}

.site-breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.site-breadcrumbs ul li:after {
  content: '\2192';
  margin: 0 5px 0 10px;
}

.site-breadcrumbs ul li:last-child:after {
  display: none;
}

.shop-display .site-breadcrumbs {
  margin: 0;
}

.site-breadcrumbs+.container.container {
  padding-top: 0;
}

.col-xs-6 .site-breadcrumbs,
.page-title .col-xs-6 .entry-title {
  margin: 0
}

.col-xs-6 .site-breadcrumbs ul li {
  font-size: inherit
}

.logged-in-as a:last-child {
  display: inline-block;
  color: #333333;
  line-height: 1.3;
}

.logged-in-as a:last-child:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

.logged-in-as a:last-child:hover {
  color: #333333;
}

.logged-in-as a:last-child:hover:after {
  opacity: .2;
}


/*--- Contact Page  ---*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  margin-bottom: 30px;
}

.contact-form--light input[type="text"],
.contact-form--light input[type="email"],
.contact-form--light textarea {
  background: #fff;
}


/*--- Cookies ---*/
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;

}

.cookie-wrapper.animated {
  opacity: 1;
  visibility: visible;
}

.cookie-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 5px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cookie-header i {
  font-size: 40px;
  background: #fff;
  color: #333;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  top: 30px;
}

.cookie-message {
  display: inline-block;
  text-align: center;
  padding: 20px;
}

.cookie-close {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  right: 15px;
  font-size: 30px;
  border: solid 1px #fff;
  background: #fff;
  color: #333;
  top: 10px;
  cursor: pointer;
}

.cookie-buttons {
  text-align: center;
  padding: 15px;
  border-top: solid 1px #eee;
  background: #fafafa;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cookie-buttons:before {
  height: 1px;
  width: 60px;
  margin: 0 auto;
  border: solid 1px #000;
}

/*--- Footer ---*/
.site-footer {
  padding-top: 60px;
}

.site-footer>.container {
  padding-bottom: 20px;
}

.site-footer .menu li {
  color: #ababab;
  letter-spacing: 0;
}

.site-footer .menu li>a {
  line-height: 1.3;
}

.site-footer .menu li>a:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

.site-footer .menu li>a:hover {
  color: #333333;
}

.site-footer .menu li>a:hover:after {
  opacity: .2;
}

.site-footer .mc4wp-form-fields br {
  display: none;
}

.site-footer .widget.section-widget {
  padding: 0 20px 0 0;
  width: 100%;
  flex-basis: auto;
  height: max-content;
}

.site-footer.no-widgets {
  padding-top: 0;
  margin-top: 60px
}

.site-footer .footer-column:last-child .section-widget {
  padding-right: 0;
}

.site-footer--dark .widget_uiux_recent_posts .recent-post {
  border-bottom-color: #555;
}

.site-footer .footer-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
  align-self: flex-start;
}

.site-header-vertical .site-footer {
  margin-left: -120px;
}

.site-footer .mc4wp-form .mc4wp-form-fields {
  position: relative;
  margin-bottom: 30px;
}

.site-footer .mc4wp-form input[type="text"] {
  display: none !important;
}

.site-footer .mc4wp-form input[type="email"],
.site-footer .mc4wp-form button,
.site-footer .mc4wp-form .eventorian-button {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #cccccc;
}

.site-footer .mc4wp-form input[type="email"]:focus,
.site-footer .mc4wp-form button:focus,
.site-footer .mc4wp-form .eventorian-button:focus {
  border-bottom-color: #333333;
}

.site-footer .mc4wp-form input[type="email"] {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 6px;
  padding: 0 120px 0 12px;
}

.site-footer.site-footer--dark .mc4wp-form input[type="email"] {
  background-color: #333;
  border-bottom: none;
}

.site-footer .mc4wp-form-fields {
  position: relative
}

.site-footer .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 0;
  border-radius: 4px;
  margin: 6px;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  border: none
}

.widget-title:empty {
  display: none
}

.footer-bottom {
  text-align: center;
  padding: 30px 0;
}

.site-footer.site-footer--dark {
  background-color: #111111;
  color: #ddd;
}

.site-footer.site-footer--dark a {
  color: #eee;
}

.site-footer.site-footer--dark a:hover {
  color: #fff;
}

.site-footer.site-footer--dark .footer-bottom {
  background-color: #111111;
  border-top: 1px solid #333333;
}

.site-footer.site-footer--dark .widget-title {
  color: #ffffff;
}

.site-footer.site-footer--dark .col-offset {
  padding-left: 100px;
}

.site-footer.site-footer--dark .footer-bottom {
  background-color: #111111;
}

.site-footer.site-footer--dark .footer-bottom a {
  color: #333333;
}

.site-footer.site-footer--dark .footer-bottom a:hover {
  color: #ffffff;
}

.site-footer.site-footer--dark h3.title-subscribe {
  color: #ffffff;
}

.site-footer.site-footer--dark .site-footer .widget ul li>a:after {
  background-color: #ffffff;
}

.site-footer.site-footer--dark input[type="email"]:focus,
.site-footer.site-footer--dark button:focus,
.site-footer.site-footer--dark .eventorian-button:focus {
  border-bottom-color: #ffffff;
}

.site-footer.site-footer--dark button[type="submit"]:hover:before,
.site-footer.site-footer--dark .eventorian-button[type="submit"]:hover:before,
.site-footer.site-footer--dark input[type="submit"]:hover:before {
  color: #ffffff;
}

.site-footer.site-footer--light {
  background-color: #ffffff;
  color: #666;
  border-top: 1px solid #eeeeee;
}

.site-footer.site-footer--light ul li>a,
.site-footer.site-footer--light .widget_uiux_contact_info p>a {
  color: #666;
}

.site-footer.site-footer--light ul li>a:hover,
.site-footer.site-footer--light .widget_uiux_contact_info p>a:hover {
  color: #111111;
}

.site-footer.site-footer--light .footer-bottom {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

.site-footer.site-footer--light .footer-bottom a:hover {
  color: #111111;
}

.site-footer.site-footer--light .widget-title {
  color: #111111;
}

.site-footer.site-footer--light .widget-title:after {
  background-color: #d3d3d3;
}

.site-footer.site-footer--light .footer-bottom {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.site-footer.site-footer--light .footer-bottom a {
  color: #333333;
}

.site-footer.site-footer--light .footer-bottom a:hover {
  color: #111111;
}

.site-footer.site-footer--light h3.title-subscribe {
  color: #333333;
}


/*--- Header ---*/


.site-header {
  position: relative;
  transition: all .5s ease, background 1.2s ease;
}

.site-header>.container>.row {
  display: table;
  margin: 0;
  width: 100%;
}

.site-header .site-logo,
.site-header .header-tools {
  display: table-cell;
  vertical-align: middle;
}

.site-header .site-logo a {
  z-index: 1;
  line-height: 30px;
  font-size: 1.2em;
  white-space: nowrap;
  word-break: break-word
}

.site-header .site-logo img {
  padding: 10px 0;
  vertical-align: middle;
}

.site-header .left-col {
  display: none;
  z-index: 1;
}

.site-header .header-tools {
  text-align: right;
  /*font-size: 0; */
}

.tagline {
  line-height: 30px;
  display: block;
  color: #000;
  font-size: .9rem;
}

.site-header .header-tools>div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.site-header .header-tools section {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
}

.site-header .header-tools .widget-title {
  display: none;
}

.site-header.has-margin-bottom {
  margin-bottom: 40px;
}

.site-header.header-menu-bottom {
  border-bottom: none;
}

.site-header.header-menu-bottom .site-menu-wrap {
  display: none;
  max-height: 90px;
}

.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .children li.page_item .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .children li.page_item .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .sub-menu {
  top: 0;
}

.site-header.header-menu-bottom.sticky-header .site-menu {
  width: 60%;
}

.site-header.header-menu-bottom.sticky-header .site-menu .menu>ul>li,
.site-header.header-menu-bottom.sticky-header .site-menu .menu>li {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header.header-menu-bottom.sticky-header .left-col,
.site-header.header-menu-bottom.sticky-header .right-col {
  width: 20%;
}

.site-header.header-vertical .header-text {
  display: none;
}

.site-header.header-vertical .hamburger-icon {
  display: none;
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.site-header.header-vertical .hamburger-inner,
.site-header.header-vertical .hamburger-inner:before,
.site-header.header-vertical .hamburger-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #333;
}

.site-header.header-vertical .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.site-header.header-vertical .hamburger-inner:before {
  top: -14px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.site-header.header-vertical .hamburger-inner:after {
  top: -7px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.site-header.header-vertical .site-logo {
  text-align: center;
}

.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  border-bottom: none;
  border-color: transparent !important;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
  transition: opacity .5s ease, transform .5s ease;
}

.sticky-header:after {
  content: '';
  opacity: 0;
}

body.body-boxed .sticky-header {
  left: 50%;
  transform: translate(-50%, -100%);
  /*
    max-width: 1200px !important;
    */
}

body.mobile-menu-opened .sticky-header:after,
body.search-opened .sticky-header:after,
body.minicart-opened .sticky-header:after,
body.quick-view-opened .sticky-header:after,
body.offcanvas-sidebar-opened .sticky-header:after {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  background-color: rgba(35, 35, 44, 0.5);
}

body.minicart-opened {
  overflow-y: hidden
}

.sticky-header.is-sticky {
  opacity: 1;
  transform: translate(0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

body.body-boxed .sticky-header.is-sticky {
  transform: translate(-50%, 0);
}

.admin-bar .sticky-header.is-sticky {
  top: 32px;
}

.header-overlap .site-header:not(.sticky-header) {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}

body.mobile-menu-opened .site-header:not(.sticky-header).real-header:after,
body.minicart-opened .site-header:not(.sticky-header).real-header:after,
body.quick-view-opened .site-header:not(.sticky-header).real-header:after,
body.offcanvas-sidebar-opened .site-header:not(.sticky-header).real-header:after {
  display: none;
}

.header-overlap .site-menu-wrap:not(.sticky-header) {
  background-color: transparent !important;
}

.header-overlap .header-menu-bottom:not(.sticky-header) .site-logo img {
  filter: brightness(0) invert(1);
}


.header-overlap .header-menu-bottom:not(.sticky-header) i,
.header-overlap .header-menu-bottom:not(.sticky-header) #menu-primary-menu>.menu-item>a,
.header-overlap .header-menu-bottom:not(.sticky-header) #menu-primary-menu>.menu-item>a:before {
  color: #fff;
}

.header-overlap .header-menu-bottom:not(.sticky-header):hover .site-logo img {
  filter: none;
}

.header-overlap .header-menu-bottom:not(.sticky-header):hover i,
.header-overlap .header-menu-bottom:not(.sticky-header):hover #menu-primary-menu>.menu-item>a,
.header-overlap .header-menu-bottom:not(.sticky-header):hover #menu-primary-menu>.menu-item>a:before {
  color: #333;
}

.site-header.header-scheme--dark {
  color: #ababab;
  background-color: #333;
  border-color: #333;
}

.site-header.header-scheme--dark a {
  color: #ababab;
}

.site-header.header-scheme--dark a:hover {
  color: #fff;
}

.site-header.header-scheme--dark .social-links li i {
  color: #ababab;
}

.site-header.header-scheme--dark .social-links li:hover i {
  color: #fff;
}

.site-header.header-scheme--dark a {
  color: #fff;
}

.site-header.header-scheme--dark .offcanvas-btn i {
  color: #fff !important;
}

.site-header.header-scheme--dark .header-minicart a.toggle .minicart-count {
  border-color: #fff;
  color: #fff;
}

.site-header.header-scheme--dark .hamburger-inner,
.site-header.header-scheme--dark .hamburger-inner:before,
.site-header.header-scheme--dark .hamburger-inner:after {
  background-color: #fff;
}

.site-header.header-scheme--dark .header-text,
.site-header.header-scheme--dark .site-menu .menu>li.menu-item>a {}

.site-header.header-scheme--dark .site-menu .menu li.menu-item.menu-item-has-children:hover>a:before,
.site-header.header-scheme--dark .site-menu .menu>li.menu-item:hover>a {
  color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu>li.menu-item .menu-item-text:after {
  background-color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu>li.menu-item .sub-menu {
  background-color: #333;
}

.site-header.header-scheme--dark .site-menu .menu>li.menu-item .sub-menu a {
  color: #ababab;
}

.site-header.header-scheme--dark .site-menu .menu>li.menu-item .sub-menu a:hover {
  color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu>li.menu-item .sub-menu a:before,
.site-header.header-scheme--dark .site-menu .menu>li.menu-item .sub-menu li.menu-item:not(.menu-item-object-uiux_mega_menu):before {
  background-color: #fff;
}

.site-header.header-scheme--dark.header-vertical .site-menu,
.site-header.header-scheme--dark.header-menu-bottom .site-menu-wrap,
.site-header.header-scheme--dark .left-col .switcher-menu .menu li .sub-menu {
  background-color: #444;
}


/*-----------------------
 Instagram shortcode
-----------------------*/
.uiux-instagram {
  text-align: center;
}

.uiux-instagram-pics {
  padding: 0;
}

.uiux-instagram-pics .item {
  position: relative;
  display: inline-block;
}

.uiux-instagram-pics .item:hover .overlay,
.uiux-instagram-pics .item:hover .item-info {
  opacity: 1;
  visibility: visible;
}

.uiux-instagram-pics .item:hover .play-button {
  opacity: 0;
  visibility: hidden;
}

.uiux-instagram-pics .item .play-button {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 0;
  transform: translate(-50%, -50%);
}

.uiux-instagram-pics .item .play-button:before {
  font-family: 'icon54com';
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  border-radius: 100%;
  content: "\eeb5";
}

.uiux-instagram-pics .item .overlay {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.uiux-instagram-pics .item .overlay a {
  font-size: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.uiux-instagram-pics .item-info {
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.uiux-instagram-pics .item-info>div {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 0 10px !important;
  border: none !important;
}

.uiux-instagram-pics .item-info>div a {
  display: inline-block !important;
  color: #ffffff !important;
  padding: 0 !important;
}

.uiux-instagram-pics .item-info>div:before {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.uiux-instagram-pics .item-info>div.likes:before,
.uiux-instagram-pics .item-info>div.comments:before {
  font-family: 'icon54com';
  font-weight: bold;
}

.uiux-instagram-pics .item-info>div.likes:before {
  content: '\ecf9';
}

.uiux-instagram-pics .item-info>div.comments:before {
  content: '\e90d';
}

.uiux-instagram-follow-links {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.eventorian-loadmore-wrap {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.eventorian-loadmore-wrap .eventorian-loadmore-btn:before {
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
  font-family: 'icon54com';
  content: "\ebd6";
}

.eventorian-loadmore-wrap.loading {
  cursor: wait;
}

.eventorian-loadmore-wrap.loading .eventorian-loadmore-btn:before {
  display: inline-block;
  vertical-align: -11px;
  height: 0;
  margin-right: 10px;
}

.eventorian-loadmore-wrap.woocommerce-pagination.hidden {
  display: none;
}

.eventorian-loadmore-wrap.hidden {
  display: none !important;
}

.main-container>.container,
.main-container>.site-content {
  padding-top: 30px;
}

.error404 .main-container .site-content,
.main-container.no-whitespace>.container,
.main-container.no-whitespace>.site-content {
  padding-top: 0;
}


.header-login i {
  font-size: 24px;
  display: none
}

.header-login.login-icon i {
  display: inline-block
}

.header-login.login-icon span {
  display: none
}

.header-login span {
  font-size: initial
}

.header-login a {
  display: block;
  padding: 10px 20px;
}


.header-custom-link a {
  font-size: 1.1rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: 500
}

.header-custom-link i {
  font-size: 1.8rem;
  margin-right: 5px
}

/*-- Mini Cart --*/
.header-minicart {
  position: relative;
  margin-left: 10px;
}

.header-minicart>a.toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-minicart>a.toggle .minicart-count {
  position: absolute;
  top: -5px;
  left: 12px;
  height: 16px;
  min-width: 16px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  border: .5px solid transparent;
  border-radius: 14px;
  padding: 0 3px;
}

.header-minicart>a.toggle .minicart-title,
.header-minicart>a.toggle .minicart-total {
  display: none;
}

.widget_shopping_cart_content {
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  /*z-index: 10;*/
}

.widget-minicart-title {
  background: rgba(0, 0, 0, .02);
  color: #282828;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.widget-minicart-title h6 {
  margin: 0;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
}

.minicart-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 0;
  background: #fff;
  right: 0;
  will-change: transform;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  max-width: 100%;
  overflow: hidden;
}

.minicart-dropdown-wrapper.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.minicart-dropdown-wrapper.loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #ffffff;
  content: '';
  opacity: .9;
}

.minicart-opened .minicart-dropdown-wrapper {
  transform: translateX(0%);
  z-index: 9999;
  opacity: 1;
}

.minicart-dropdown-wrapper .widget_shopping_cart {
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.minicart-dropdown-wrapper .widget-minicart-title .undo {
  float: right;
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
  margin-right: 15px;
}

.minicart-dropdown-wrapper .widget-minicart-title .undo.visible {
  visibility: visible;
  opacity: 1;
}

.minicart-dropdown-wrapper .widget-minicart-title .undo a {
  text-decoration: underline;
  font-weight: bold;
}

.minicart-dropdown-wrapper .widget-minicart-title .close-btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.minicart-dropdown-wrapper .widget-minicart-title .close-btn:hover {
  color: #000
}

.minicart-dropdown-wrapper .product_list_widget {
  flex: 1;
  margin: 0;
  padding: 20px;
}

.minicart-dropdown-wrapper .product_list_widget:not(.ps) {
  overflow-y: auto
}

.minicart-dropdown-wrapper .woocommerce-mini-cart__empty-message.hidden {
  display: none !important;
}

.minicart-dropdown-wrapper .minicart-message {
  font-size: 14px;
  font-weight: 700;
  background: repeating-radial-gradient(circle,
  #f0f0f0,
  #fafafa 1px,
  #FEFEFF 10px,
  #f7f7f7 12px);
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}

.top-minicart-message {
  margin-top: 0;
}

/*-- Mobile Menu --*/
.mobile-menu-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  transition: all .2s ease-in-out;
  margin-left: 16px;
  margin-top: -6px;
}

.mobile-menu-btn:after,
.mobile-menu-btn:before,
.mobile-menu-btn span {
  display: block;
  transition: all .2s ease-in-out;
  content: '';
  margin: 7px 0;
  height: 3px;
  border-radius: 3px;
  background-color: #666;
}

.mobile-menu-btn.is-active:before {
  transform: translateY(7px) rotate(135deg);
  height: 3px;
}

.mobile-menu-btn.is-active:after {
  transform: translateY(-13px) rotate(-135deg);
  height: 3px;
}

.mobile-menu-btn.is-active span {
  transform: scale(0);
}

.site-mobile-menu {
  position: fixed;
  left: 0;
  z-index: 1001;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 270px;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  transition: transform .5s ease;
}

.mobile-menu-opened .site-mobile-menu {
  transform: translate3d(0, 0, 0);
}

.mobile-search-opened .site-mobile-menu {
  display: none;
}

.site-mobile-menu .menu>ul,
.site-mobile-menu .menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-mobile-menu .menu-item-icon {
  margin-right: 10px;
}

.site-mobile-menu .menu>ul li.page_item,
.site-mobile-menu .menu li.menu-item {
  display: block;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #e6e6e6;
  vertical-align: top;
}

.site-mobile-menu .menu>ul li.page_item.hide,
.site-mobile-menu .menu li.menu-item.hide {
  display: none;
}

.site-mobile-menu .menu>ul li.page_item.over>.children,
.site-mobile-menu .menu>ul li.page_item.over>.sub-menu,
.site-mobile-menu .menu li.menu-item.over>.children,
.site-mobile-menu .menu li.menu-item.over>.sub-menu {
  transform: translateX(0);
}

.site-mobile-menu .menu>ul li.page_item.mega-menu .sub-menu .menu-item-object-uiux_mega_menu,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-uiux_mega_menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-mobile-menu .menu>ul li.page_item.mega-menu .sub-menu .menu-item-object-uiux_mega_menu .open-child,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-uiux_mega_menu .open-child {
  display: none;
}

.site-mobile-menu .menu>ul li.page_item.mega-menu .sub-menu .mega-menu-content,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .mega-menu-content {
  padding: 0;
}

.site-mobile-menu .menu>ul li.page_item.page_item_has_children,
.site-mobile-menu .menu>ul li.page_item.menu-item-has-children,
.site-mobile-menu .menu li.menu-item.page_item_has_children,
.site-mobile-menu .menu li.menu-item.menu-item-has-children {
  padding-right: 0;
}

.site-mobile-menu .menu>ul li.page_item>a,
.site-mobile-menu .menu li.menu-item>a {
  display: block;
  position: relative;
  line-height: 40px;
  z-index: 1;
  color: #333
}

.site-mobile-menu .menu>ul li.page_item .open-child,
.site-mobile-menu .menu li.menu-item .open-child {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 0;
  line-height: 0;
  width: 40px;
  z-index: 2;
  /*background-color: rgba(239, 239, 239, 0.8);*/
}

.site-mobile-menu .menu>ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before {
  display: block;
  opacity: .6;
  font-size: 20px;
  line-height: 40px;
  font-family: 'icon54com';
  content: "\ebd5";
}

.site-mobile-menu .menu>ul>li .children,
.site-mobile-menu .menu>li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 100% !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: #f5f5f5;
  list-style: none;
  transform: translateX(100%);
}

.site-mobile-menu .menu-back {
  position: relative;
  display: block;
  text-align: center;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.site-mobile-menu .menu-back a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  opacity: .5;
}

.site-mobile-menu .menu-back:before {
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 39px;
  font-family: 'icon54com';
  content: "\f0a7";
}

.site-mobile-menu .menu-item-tag {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: lowercase;
  position: absolute;
  top: 50%;
  right: auto;
  min-width: 35px;
  min-height: 16px;
  text-align: center;
  transform: translateY(-50%);
  padding: 3px;
  margin-left: 10px;
}

.site-mobile-menu .menu-item-tag:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent transparent transparent transparent;
  transform: translateY(-50%);
}

/*.site-mobile-menu img {*/
/*  display: none; }*/

.site-mobile-menu #mobile-searchform {
  position: relative;
  padding: 10px;
  background-color: #e6e6e6;
}

.site-mobile-menu #mobile-searchform input[type='text'] {
  padding: 9px 15px;
}

.site-mobile-menu #mobile-searchform button,
.site-mobile-menu #mobile-searchform .eventorian-button {
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: transparent;
  border: none;
  color: #aaaaaa;
  font-size: 0;
  padding: 0;
  transform: translateY(-50%);
}


#site-mobile-menu .mega-menu .vc_row[data-vc-full-width] {
  left: 0 !important;
}

.nice-select {
  padding-right: 35px;
  background-color: #fafafa;
  border-radius: 6px;
  font-weight: 500;
  border: none;
}

.nice-select:after {
  font-family: 'icon54com';
  position: absolute;
  top: 50%;
  right: 15px;
  width: auto;
  height: auto;
  border: none;
  pointer-events: none;

  transform: translateY(-50%);
  margin-top: 0;
  content: "\ebd0";
}

.nice-select.open:after {
  font-family: 'icon54com';
  transform: rotate(0) translateY(-50%);
  content: "\ebd0";
}

.nice-select .list {
  border-radius: 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.nice-select .option {
  display: block;
  min-height: 0;
  line-height: initial;
  padding: 8px 15px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #ffffff;
}

.nice-select .option:hover {
  transform: translate(5px);
}

.nice-select .option.selected {
  font-weight: 400;
}

/*-- Off canvas sidebar --*/
.offcanvas-btn {
  position: relative;
}

.offcanvas-btn span {
  font-size: 0;
}

.offcanvas-btn.on-left {
  display: table-cell;
  vertical-align: middle;
  width: 24px;
}

.offcanvas-btn.on-left i {
  margin-right: 20px;
}

.offcanvas-btn.on-right {
  margin-left: 20px;
}

.site-header.header-menu-bottom:not(.sticky-header) .offcanvas-btn.on-right {
  display: table-cell;
  vertical-align: middle;
}

.offcanvas-close {
  font-size: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  color: #333333 !important;
  z-index: 1;
}

.offcanvas-close:before {
  font-size: 25px;
  content: "\00D7";
}

.offcanvas-menu .offcanvas-close {
  top: 40px;
  right: 40px;
}

.offcanvas-close:hover {
  opacity: 0.9
}

.offcanvas-sidebar {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 360px;
  height: 100vh;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.offcanvas-sidebar.on-left {
  left: 0;
  box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.05);
  transform: translateX(-100%);
}

.offcanvas-sidebar.on-right {
  right: 0;
  transform: translateX(100%);
  box-shadow: -3px 0 15px 0 rgba(0, 0, 0, 0.05);
}

.offcanvas-sidebar.open {
  transform: translateX(0);
}

.admin-bar .offcanvas-sidebar {
  top: 32px;
}

.offcanvas-sidebar .custom-html-widget {
  /*position: absolute;*/
  /*bottom: 0;*/
  padding-bottom: 80px;
}

.offcanvas-sidebar .custom-html-widget h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.offcanvas-sidebar .custom-html-widget li {
  padding: 0;
}

.offcanvas-sidebar .custom-html-widget li:first-child {
  padding-left: 0;
}

.offcanvas-sidebar .custom-html-widget li:last-child {
  padding-right: 0;
}

.offcanvas-sidebar .custom-html-widget .social i {
  font-size: 18px;
}

.offcanvas-sidebar-inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 40px 40px;
}

.offcanvas-sidebar-inner .social-links li {
  padding: 10px;
}

.offcanvas-sidebar-inner .social-links li:first-child {
  padding-left: 0;
  padding-top: 10px;
}

.offcanvas-sidebar-inner .social-links li a {
  font-size: 18px !important;
}

.offcanvas-sidebar-inner .social-links .title {
  display: none;
}

.offcanvas-menu-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.offcanvas-menu {
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: rgba(255, 255, 255, 0.9);
}

.offcanvas-menu .menu {
  margin: 50px;
  padding: 0;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0
}

.offcanvas-menu .menu>li {
  opacity: 0;
  transition: all .5s ease;
  transform: translateY(50px);
}

.offcanvas-menu .menu ul>li>a {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333333;
}

.offcanvas-menu .menu>li>a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.offcanvas-menu .menu>li>a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  background-color: #333333;
}

.offcanvas-menu .menu>li .sub-menu {
  display: none;
}

.admin-bar .offcanvas-menu {
  top: 32px;
}

body.offcanvas-menu-opened .offcanvas-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

body.offcanvas-menu-opened .menu>ul>li,
body.offcanvas-menu-opened .menu>li {
  opacity: 1;
  transform: translateY(0);
}

#menu-full-screen-menu .sub-menu {
  list-style: none;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}

#menu-full-screen-menu .sub-menu li>a {
  position: relative;
  display: inline-block;
  color: #333333;
}

#menu-full-screen-menu .sub-menu li>a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

#menu-full-screen-menu .sub-menu li>a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  background-color: #333333;
}

#menu-full-screen-menu li.opened>a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

#page-container {
  position: relative;
  overflow: hidden;
  /*background-color: #ffffff; */
}

#page-container:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(35, 35, 44, 0.5);
}

body.mobile-menu-opened #page-container:after,
body.minicart-opened #page-container:after,
body.search-opened #page-container:after,
body.quick-view-opened #page-container:after,
body.offcanvas-sidebar-opened #page-container:after {
  opacity: 1;
  z-index: 599;
}

.body-boxed #page-container {
  margin: 0 auto;
  max-width: 1360px;
}

/*-- Page Title --*/
.page-title {
  position: relative;
  text-align: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  padding: 0;
  background-color: #f0f0f0;
}

.page-title.page-title-bg_color {
  background-image: none;
}

.page-title.page-title-bg_color:before {
  display: none;
}

.page-title:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-title>.container>.row {
  -ms-flex-align: center;
  align-items: center;
}

.page-title-shop {
  margin-bottom: 0 !important;
}

.page-title.no-page-title {
  display: none !important;
}

.page-title h1 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-title+.container,
.page-title+.site-content {
  padding-top: 0 !important;
}


/*-- Pagination --*/
.eventorian-pagination,
.woocommerce-pagination {
  margin-bottom: 100px;
}

.eventorian-pagination.woocommerce-pagination,
.woocommerce-pagination {
  margin-bottom: 30px;
}

.eventorian-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  font-size: 0;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.eventorian-pagination ul li,
.woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10px 0 0;
}

.eventorian-pagination ul li a,
.woocommerce-pagination ul li a,
.eventorian-pagination ul li span,
.woocommerce-pagination ul li span {
  position: relative;
  line-height: 1.7;
  width: auto;
  min-width: 35px;
  height: 35px;
  display: block;
  background: #fafafa;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
}

.eventorian-pagination .current,
.woocommerce-pagination .current {
  background: #333;
  color: #fff;
}

.eventorian-pagination ul li a:hover,
.woocommerce-pagination ul li a:hover {
  color: #333333;
  transition: all 0.5s ease;
}

.eventorian-pagination ul li a:hover:after,
.woocommerce-pagination ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}


.header-search {
  position: relative;
  margin-right: 25px;
}

.header-search>a.toggle {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-search>a.toggle span {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.header-search>a.toggle>i:before {
  display: inline-block;
}

.site-header .left-col .header-search {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.site-header .left-col .header-search i:before {
  vertical-align: -3px;
}

.site-header.header-menu-bottom .site-menu-wrap .header-search {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  margin-left: 20px;
}

.site-header.header-menu-bottom .site-menu-wrap .header-search input.fake-input {
  width: 200px;
}


/*-- Search Form --*/
.with-overlay .search-form {
  width: 50%;
  margin: 50px auto 20px auto;
}

.with-overlay .search-widget-submit {
  display: none
}

.with-overlay.search-form-wrapper {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1001;
  padding: 40px;
  transition: transform .5s ease-out;
  transition-delay: .4s;
}

.with-overlay.search-form-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  transition: transform .5s ease-out;
}

.search-form-wrapper.search-loading input.search-input {
  margin: 0 auto;
}

.with-overlay.search-form-wrapper.search--open {
  pointer-events: auto;
  transform: translate3d(-100%, 0, 0);
  transition-delay: 0s;
}

.with-overlay.search-form-wrapper.search--open:after {
  transform: translate3d(100%, 0, 0);
  transition-delay: .4s;
}

.with-overlay.search-form-wrapper input.search-input {
  font-size: 1.4rem;
  display: block;
  vertical-align: middle;
  line-height: 1;
  border: none;
  background: #fff;
  padding: 10px;
  box-shadow: 3px 4px 9px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-bottom: 20px;
}

.with-overlay.search-form-wrapper .select2 {
  font-size: 1.2rem;
  display: block;
  vertical-align: middle;
  line-height: 1;
  box-shadow: 3px 4px 9px rgba(0, 0, 0, .1);
  border-radius: 8px;
  background: #fff;
  width: 100% !important;
}

.search-description {
  width: 50%;
  text-align: center;
  margin: 20px auto 40px auto;
}

.search-form-wrapper .select2-container--default .select2-selection--single {
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
  text-align: left
}

.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1em;
  font-family: 'icon54com';
  content: "\ebd5";
  transform: translateY(-50%);
}

.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.search-form-wrapper input.search-input::-webkit-input-placeholder {
  color: #aaa;
}

.search-form-wrapper input.search-input::-moz-placeholder {
  color: #aaa;
}

.search-form-wrapper input.search-input:-ms-input-placeholder {
  color: #aaa;
}

.search-form-wrapper input.search-input::-webkit-search-cancel-button,
.search-form-wrapper input.search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.with-overlay.search-form-wrapper select {
  display: none;
}

.search-form-wrapper #search-btn {
  display: none;
}

.search-form-wrapper .search-description span {
  display: inline-block;
  margin-right: 20px;
  color: #333;
}

.search-form-wrapper .search-description {
  color: #333 !important;
}

.search-form-wrapper .btn-search-close {
  cursor: pointer;
  position: fixed;
  top: 96px;
  right: 80px;
  width: 35px;
  height: 35px;
}

.search-form-wrapper .btn-search-close.btn--hidden {
  opacity: 0;
  visibility: hidden;
}

.search-form-wrapper .btn-search-close svg {
  width: 40px;
  z-index: 1001;
  fill: #333333;
}

.search-form-wrapper .btn-search-close:hover svg {
  background: #333;
  border-radius: 50%;
  fill: #fff;
}

.search-form-wrapper .search-results-wrapper .eventorian-scroller-pane {
  z-index: 2;
}

.search-form-wrapper .search-results-wrapper .search-view-all {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
}

.search-form-wrapper .search-results-wrapper .search-view-all .suggestion-title {
  font-size: 14px;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
  display: block !important;
  max-height: 60%;
  z-index: 1
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
  background-color: #fafafa;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion:last-child {
  border-bottom: 1px solid #eeeeee;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion>div {
  display: table-cell;
  vertical-align: top;
}

.search-form-wrapper .search-results-wrapper .suggestion-thumb {
  padding-right: 20px;
  width: 130px;
}

.search-form-wrapper .search-results-wrapper .suggestion-title {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.search-form-wrapper .search-results-wrapper .suggestion-title a {
  font-weight: 500;
}

.search-form-wrapper .search-results-wrapper .suggestion-title ins {
  border-bottom: dashed 3px
}

.search-form-wrapper .search-results-wrapper .suggestion-sku,
.search-form-wrapper .search-results-wrapper .suggestion-price {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}

.search-form-wrapper .ajax-search-notice {
  font-size: 20px;
  color: red;
}

.no-results.not-found .page-title {
  background: transparent;
}

.no-results.not-found input[type="text"] {
  margin-bottom: 40px;
}

.no-overlay .search-input {
  background: #fff;
  border: none;
  padding: 12px 10px 13px 10px;
  font-size: 1.1rem;
  max-width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.no-overlay .search-form {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.no-overlay .search-select {
  height: 46px;
  width: 190px;
  color: #333;
  padding: 0 8px;
  border: none;
  border-left: solid 1px #ddd;
  background: #f0f0f0;
}

.search-widget-submit {
  line-height: 30px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 8px 12px !important;
  min-width: 80px;
}

.search-widget-submit svg {
  width: 20px;
  height: 20px;
}

.search-form-wrapper.no-overlay {
  width: 100%
}

.search-form-wrapper.no-overlay .search-results-wrapper .autocomplete-suggestion {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  height: 90px;
  border-bottom: dotted 1px #ddd;
}

.search-form-wrapper.no-overlay .search-results-wrapper .autocomplete-suggestion>div {
  display: block;
  height: 50px
}

.search-form-wrapper.no-overlay .search-results-wrapper .suggestion-title {
  font-size: 14px;
  color: #333
}

.search-form-wrapper.no-overlay .search-results-wrapper .suggestion-thumb {
  width: 100px
}

.search-form-wrapper.no-overlay .search-results-wrapper .autocomplete-suggestions {
  margin-top: -15px;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1)
}

.search-form-wrapper.no-overlay .select2-container--default .select2-selection--single {
  height: 46px;
  margin-top: -1px;
  background: #f0f0f0
}

.search-form-wrapper.no-overlay .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  background: #f0f0f0
}

.search-form-wrapper.no-overlay .suggestion-details {
  color: #333 !important;
}

.no-overlay .suggestion-thumb img {
  width: 60px
}

.select2 {
  margin-bottom: 20px;
}

.select2.select2-container--open .select2-selection__rendered:after {
  font-family: 'icon54com';
  content: '\f0af';
}

.select2 .select2-selection__arrow {
  display: none;
}

.select2 .select2-selection__rendered {
  position: relative;
  line-height: 1;
  padding: 0 !important;
}

.select2 .select2-selection__rendered:after {
  font-family: 'icon54com';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\ebd5";
}

.select2 .select2-selection--single {
  outline: none;
  height: auto;
  border-radius: 0;
  border: 0 solid #cccccc;
  border-bottom-width: 2px;
  padding: 5px 14px
}

.select2 .select2-selection--single .select2-selection__rendered {
  outline: none;
}

.select2 .select2-selection--multiple {
  border: 0 solid #cccccc !important;
  border-bottom-width: 2px !important;
  border-radius: 0;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  background-color: #333333;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  display: none;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  display: block;
  box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
}

.select2-dropdown .select2-search--dropdown {
  padding: 10px 15px;
}

.select2-dropdown .select2-results__option {
  position: relative;
  padding: 10px 15px;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: transparent;
  font-weight: 500;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
  background-color: #f7f7f7;
}

/**
 * Single Navigation
 */
.single-nav-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: right;
  background: #fff;
  padding: 0 7px 4px 7px;
  margin-top: 10px;
  position: relative;
}

.single-nav__prev-item,
.single-nav__next-item {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.single-nav__prev-item:hover .item-wrapper,
.single-nav__prev-item:focus .item-wrapper,
.single-nav__next-item:hover .item-wrapper,
.single-nav__next-item:focus .item-wrapper {
  opacity: 1;
  visibility: visible;
}

.single-nav__prev-item:hover>a,
.single-nav__prev-item:focus>a,
.single-nav__next-item:hover>a,
.single-nav__next-item:focus>a {
  color: #333333;
}

.single-nav__prev-item>a,
.single-nav__next-item>a {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.single-nav__prev-item .item-wrapper,
.single-nav__next-item .item-wrapper {
  display: none;
  position: absolute;
  top: 94%;
  min-width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
  z-index: 99;
  border-radius: 5px;
}

.single-nav__prev-item .item-wrapper div,
.single-nav__next-item .item-wrapper div {
  display: table-cell;
  vertical-align: top;
  line-height: 1;
}

.single-nav__prev-item .item-wrapper div.thumbnail,
.single-nav__next-item .item-wrapper div.thumbnail {
  width: 70px;
  padding-right: 10px;
}

.single-nav__prev-item .item-wrapper a.title,
.single-nav__next-item .item-wrapper a.title {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}

.single-nav__prev-item .item-wrapper span.meta-date,
.single-nav__next-item .item-wrapper span.meta-date {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #333;
}

.single-nav__prev-item .item-wrapper span.meta-date:before,
.single-nav__next-item .item-wrapper span.meta-date:before {
  margin-right: 5px;
  font-family: 'icon54com';
  content: "\eab9";
}

.single-nav__prev-item .item-wrapper span.price,
.single-nav__next-item .item-wrapper span.price {
  display: block;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.single-nav__prev-item .item-wrapper span.price del,
.single-nav__next-item .item-wrapper span.price del {
  margin-right: 5px !important;
}

.single-nav__prev-item {
  margin-right: 5px;
}

.single-nav__prev-item .item-wrapper {
  left: 20px;
}

.single-nav__prev-item:hover .item-wrapper {
  left: 0;
}

.single-nav__next-item {
  margin-left: 5px;
}

.single-nav__next-item .item-wrapper {
  right: 20px;
}

.single-nav__next-item:hover .item-wrapper {
  right: 0;
}

.site-menu {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.header-vertical .site-menu{
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-menu.menu-align-center {
  text-align: center;
}

.site-menu.menu-align-right {
  text-align: right;
}

.site-menu.menu-hover-top .menu>ul>li>a:after,
.site-menu.menu-hover-top .menu>li>a:after {
  top: -25px;
  bottom: auto;
}

.site-menu .menu>ul,
.site-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.site-menu .menu-item-icon {
  margin-right: 10px;
}

.site-menu .menu>ul>li,
.site-menu .menu>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.header-vertical .site-menu .menu>ul>li {
  display: block
}

.site-menu .menu>ul>li>a,
.site-menu .menu>li>a {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-weight: 500;
}

.site-menu .menu>ul>li>a>i,
.site-menu .menu>li>a>i {
  margin-right: 10px;
}

.site-menu .menu>ul>li span.menu-item-text,
.site-menu .menu>li span.menu-item-text {
  position: relative;
}

.site-menu .menu>ul>li span.menu-item-text:after,
.site-menu .menu>li span.menu-item-text:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}

.site-menu .menu li.page_item:hover span.menu-item-text:after,
.site-menu .menu li.menu-item:hover span.menu-item-text:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.site-menu .menu li.page_item:hover>.children,
.site-menu .menu li.page_item:hover>.sub-menu,
.site-menu .menu li.menu-item:hover>.children,
.site-menu .menu li.menu-item:hover>.sub-menu {
  display: block;
}

.site-menu .menu li.page_item.page_item_has_children>a:before,
.site-menu .menu li.page_item.menu-item-has-children>a:before,
.site-menu .menu li.menu-item.page_item_has_children>a:before,
.site-menu .menu li.menu-item.menu-item-has-children>a:before {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  /* opacity: .6; */
  transform: translateY(-50%);
  font-family: 'icon54com';
  content: "\ebd0";
  font-weight: bold;
  fill: #000;
}

.site-menu .menu li.current_page_item>a:after,
.site-menu .menu li.current-menu-item>a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.site-menu .menu>ul>li .children,
.site-menu .menu>li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 25px;
  width: 100%;
  min-width: 280px;
  background-color: #ffffff;
  box-shadow: -2px 2px 81px -20px rgba(0, 0, 0, 0.3);
  list-style: none;
  text-align: left;
  animation-duration: .6s;
  transition: left .5s ease, right .5s ease;
  margin: 0;
  padding: 10px 0;
  z-index: 9999;
}

.site-menu .menu>ul>li .children.hover-back,
.site-menu .menu>li .sub-menu.hover-back {
  right: 0;
  left: auto;
}

.site-menu .menu>ul>li .children li.page_item,
.site-menu .menu>li .sub-menu li.menu-item {
  position: relative;
  display: block;
  line-height: 1.5;
}

.site-menu .menu>ul>li .children li.page_item.page_item_has_children>a:before,
.site-menu .menu>ul>li .children li.page_item.menu-item-has-children>a:before,
.site-menu .menu>li .sub-menu li.menu-item.page_item_has_children>a:before,
.site-menu .menu>li .sub-menu li.menu-item.menu-item-has-children>a:before {
  display: none;
}

.site-menu .menu>ul>li .children li.page_item.page_item_has_children:after,
.site-menu .menu>ul>li .children li.page_item.menu-item-has-children:after,
.site-menu .menu>li .sub-menu li.menu-item.page_item_has_children:after,
.site-menu .menu>li .sub-menu li.menu-item.menu-item-has-children:after {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #ababab;
  font-size: 16px;
  background-color: transparent !important;
  margin: -1px;
  transform: translateY(-50%);
  font-family: 'icon54com';
  content: "\ebd0";
}

.site-menu .menu>ul>li .children li.page_item.page_item_has_children.has-hover-back:after,
.site-menu .menu>ul>li .children li.page_item.menu-item-has-children.has-hover-back:after,
.site-menu .menu>li .sub-menu li.menu-item.page_item_has_children.has-hover-back:after,
.site-menu .menu>li .sub-menu li.menu-item.menu-item-has-children.has-hover-back:after {
  font-family: 'icon54com';
  content: "\ebd0";
}

.site-menu .menu>ul>li .children li.page_item.page_item_has_children.has-hover-back>a,
.site-menu .menu>ul>li .children li.page_item.menu-item-has-children.has-hover-back>a,
.site-menu .menu>li .sub-menu li.menu-item.page_item_has_children.has-hover-back>a,
.site-menu .menu>li .sub-menu li.menu-item.menu-item-has-children.has-hover-back>a {
  padding-left: 25px;
}

.site-menu .menu>ul>li .children li.page_item.current_page_item:before,
.site-menu .menu>ul>li .children li.page_item.current-menu-item:before,
.site-menu .menu>li .sub-menu li.menu-item.current_page_item:before,
.site-menu .menu>li .sub-menu li.menu-item.current-menu-item:before {
  opacity: 1 !important;
  width: 12px !important;
}

.site-menu .menu>ul>li .children li.page_item a,
.site-menu .menu>li .sub-menu li.menu-item a {
  display: block;
  font-size: 15px;
  padding: 12px 30px;
}

.site-menu .menu>ul>li .children li.page_item span.menu-item-text,
.site-menu .menu>li .sub-menu li.menu-item span.menu-item-text {
  line-height: 1.3;
}

.site-menu .menu>ul>li .children li.page_item span.menu-item-text:after,
.site-menu .menu>li .sub-menu li.menu-item span.menu-item-text:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

.site-menu .menu>ul>li .children li.page_item span.menu-item-text:hover,
.site-menu .menu>li .sub-menu li.menu-item span.menu-item-text:hover {
  color: #333333;
}

.site-menu .menu>ul>li .children li.page_item span.menu-item-text:hover:after,
.site-menu .menu>li .sub-menu li.menu-item span.menu-item-text:hover:after {
  opacity: .2;
}

.site-menu .menu>ul>li .children li.page_item .children,
.site-menu .menu>ul>li .children li.page_item .sub-menu,
.site-menu .menu>li .sub-menu li.menu-item .children,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -10px;
}

.site-menu .menu>ul>li .children li.page_item .children.hover-back,
.site-menu .menu>ul>li .children li.page_item .sub-menu.hover-back,
.site-menu .menu>li .sub-menu li.menu-item .children.hover-back,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu.hover-back {
  right: 100%;
  left: auto;
}

.site-menu .menu>ul>li .children li.page_item .children.hover-back li.page_item_has_children:after,
.site-menu .menu>ul>li .children li.page_item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu>ul>li .children li.page_item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu>ul>li .children li.page_item .sub-menu.hover-back li.menu-item-has-children:after,
.site-menu .menu>li .sub-menu li.menu-item .children.hover-back li.page_item_has_children:after,
.site-menu .menu>li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children:after {
  font-family: 'icon54com';
  content: "\f0a7";
}

.site-menu .menu>ul>li .children li.page_item .children.hover-back li.page_item_has_children>a,
.site-menu .menu>ul>li .children li.page_item .children.hover-back li.menu-item-has-children>a,
.site-menu .menu>ul>li .children li.page_item .sub-menu.hover-back li.page_item_has_children>a,
.site-menu .menu>ul>li .children li.page_item .sub-menu.hover-back li.menu-item-has-children>a,
.site-menu .menu>li .sub-menu li.menu-item .children.hover-back li.page_item_has_children>a,
.site-menu .menu>li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children>a,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children>a,
.site-menu .menu>li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children>a {
  padding-left: 25px;
}

.site-menu .menu-item-tag {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: lowercase;
  position: absolute;
  top: -20px;
  right: -25px;
  min-width: 35px;
  min-height: 16px;
  text-align: center;
  padding: 3px;
}

.site-menu .menu-item-tag:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: transparent transparent transparent transparent;
  transform: translateX(-50%);
}

.menu-item-tag.menu-item-tag--hot {
  background: red;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.site-header.header-split .site-menu {
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
}

.site-header.header-split .site-menu.menu-calculated {
  opacity: 1;
}

.site-header.header-menu-bottom .site-menu {
  width: 100%;
}

.site-header.header-menu-bottom .site-menu .menu>ul>li,
.site-header.header-menu-bottom .site-menu .menu>li {
  height: auto !important;
  line-height: 1 !important;
  padding: 25px 0;
}

.site-header.header-menu-bottom .site-menu>div {
  display: inline-block;
  vertical-align: middle;
}

.site-header.header-vertical.header-scheme--dark .menu-item-text {
  color: #ffffff !important;
}

.site-header.header-vertical.header-scheme--dark li.menu-item a {
  color: #ffffff !important;
}

.site-menu .menu>li.mega-menu .sub-menu {
  padding: 0;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}

.site-menu .menu>li.mega-menu .sub-menu li.menu-item {
  overflow: hidden;
}

.site-menu .menu>li.mega-menu .sub-menu li.menu-item a {
  display: inline-block;
  padding: 0;
  line-height: 1.3;
}

.site-menu .menu>li.mega-menu .sub-menu li.menu-item a:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

.site-menu .menu>li.mega-menu .sub-menu li.menu-item a:hover {
  color: #333333;
}

.site-menu .menu>li.mega-menu .sub-menu li.menu-item a:hover:after {
  opacity: .2;
}

.site-menu .menu>li.mega-menu .sub-menu .col-md-is-5.has-line {
  position: relative;
}

.site-menu .menu>li.mega-menu .sub-menu .col-md-is-5.has-line:after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 20px;
  background-color: #e7e7e7;
}

.site-menu .menu>li.mega-menu.menu-item-home li.menu-item {
  overflow: visible;
}


.sub-menu-columns ul.sub-menu {
  width: 800px !important;
}

.sub-menu-columns ul.sub-menu li {
  display: inline-block;
  float: left;
  width: 190px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
  float: left;
  margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
  float: right;
}

/*-- Social Links --*/
.social-links {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
}

.social-links li a {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
  background: #f0f0f0;
  padding: 6px;
  width: 36px;
  height: 36px;
  line-height: 36px;

}

.site-footer .social-links li a {
  margin-right: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  /* margin: 0 !important; */
  line-height: 36px;
}

.social-links li i {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;

}

.social-links .title {
  font-size: 15px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.horizontal-bar .social-links li {
  padding: 0 5px !important;
  height: 36px
}

.horizontal-bar .social-links li:first-child,
.horizontal-bar .contact-info li:first-child {
  padding-left: 0;
}

.horizontal-bar .social-links li:last-child,
.horizontal-bar .contact-info li:last-child {
  padding-right: 0;
}

.horizontal-bar .social-links li:before,
.horizontal-bar .social-links li:after,
.horizontal-bar .social-links li span.title {
  display: none;
}

.horizontal-bar.horizontal-bar-switchers-right .social-links li:last-child:after {
  display: block;
}

.site-mobile-menu .social-links {
  padding: 0 20px;
  margin-top: 40px;
}

.site-mobile-menu .social-links li {
  margin-right: 15px;
}

.site-mobile-menu .social-links li:last-of-type {
  margin-right: 0;
}

.site-mobile-menu .social-links li span.title {
  line-height: 30px;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
}

.site-mobile-menu .social-links .title {
  display: none;
}

.site-header .content-social .social-links li {
  margin-right: 20px;
}

.site-header .content-social .social-links li i {
  font-size: 14px;
}

.site-header .content-social .social-links li span.title {
  display: none;
}

.site-footer .social-links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  padding-top: 0;
}


.social-links--large li i {
  font-size: 18px;
}

.social-links--large li+li {
  margin-left: 18px;
}

.social-links.dark-mode li a {
  background: #333
}

.social-links.dark-mode li i {
  color: #fff
}

.post-share-buttons {
  display: inline-block;
  padding: 0;
}


.social-list {
  list-style: none;
  padding: 0;
}

.social-list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.social-list__link {
  font-size: 0;
  display: inline-block;
  color: currentColor;
}

.social-list__icon.social-list__icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}


.site-header .content-switchers .switcher {
  display: inline-block;
  vertical-align: middle;
}

.site-header .content-switchers .switcher .menu li {
  padding-right: 20px;
  padding-left: 20px;
}

.site-header .content-switchers .switcher .menu li:first-child {
  padding-left: 0;
}

.site-header .content-switchers .switcher .nice-select {
  position: relative;
  border-right: none;
}

.site-header .content-switchers .switcher .nice-select:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: -10px;
  height: 15px;
  width: 1px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
}

.site-header .content-switchers .switcher:last-child .nice-select {
  padding-left: 25px;
}

.site-header .content-switchers .switcher:last-child .nice-select:before {
  display: none;
}

/*-- Top Bar --*/
.horizontal-bar {
  position: relative;
  font-size: 14px;
  min-height: 44px;
  border-bottom: 1px solid #dedede;
}

.horizontal-bar.closed {
  transform: translateY(-100%);
}

.horizontal-bar.closed+.horizontal-bar-open-btn {
  opacity: 1;
  visibility: visible;
}

.horizontal-bar .horizontal-bar-widget {
  position: relative;
  font-weight: bold
}

.horizontal-bar .horizontal-bar-widget ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.horizontal-bar .horizontal-bar-widget li {
  display: inline-block;
  margin-right: 25px;
}

.horizontal-bar .horizontal-bar-widget li:last-child {
  margin-right: 0;
}

.horizontal-bar .horizontal-bar-widget i {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 8px;
  font-weight: bold
}

.horizontal-bar .horizontal-bar-widget a {
  text-decoration: none;
  font-weight: bold
}

.horizontal-bar .menu {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.horizontal-bar .menu>li>.sub-menu.hover-back {
  right: 0 !important;
}

.horizontal-bar .menu>li:after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-bar .menu li,
.horizontal-bar .widget ul>li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.horizontal-bar .menu li.menu-item-has-children>a:after {
  opacity: .6;
  font-size: 12px;
  margin-left: 5px;
  font-family: 'icon54com';
  content: "\ebd0";
}

.horizontal-bar .menu li:hover>.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.horizontal-bar .menu li>a {
  display: block;
}

.horizontal-bar .menu li>a>i {
  margin-right: 10px;
}

.horizontal-bar .menu li .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  min-width: 150px;
  background-color: #ffffff;
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 0;
  transition: top .5s ease-in-out, visibility .5s ease-in-out, opacity .5s ease-in-out, z-index .6s ease-in-out;
}

.horizontal-bar .menu li .sub-menu.hover-back {
  right: 100%;
  left: auto !important;
}

.horizontal-bar .menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: initial;
}

.horizontal-bar .menu li .sub-menu li:hover {
  transform: translateX(5px);
}

.horizontal-bar .menu li .sub-menu li a {
  display: block;
  padding: 8px 15px;
}

.horizontal-bar .menu li .sub-menu li .sub-menu {
  top: -1px;
  left: 100%;
}

.horizontal-bar .horizontal-bar-left>div,
.horizontal-bar .horizontal-bar-left>ul {
  float: left;
}

.horizontal-bar .horizontal-bar-left.text-xs-center>div,
.horizontal-bar .horizontal-bar-left.eventorian-icon-box.center>div {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.horizontal-bar .horizontal-bar-right>div,
.horizontal-bar .horizontal-bar-right>ul {
  float: right;
}

.horizontal-bar .horizontal-bar-right .horizontal-bar-menu .menu li:last-of-type {
  padding-right: 0;
}

.horizontal-bar .horizontal-bar-right .horizontal-bar-menu .menu li:last-of-type:after {
  display: none;
}

.horizontal-bar .horizontal-bar-right .social-links+.horizontal-bar-menu {
  padding-right: 15px;
}

.horizontal-bar .horizontal-bar-right .social-links+.horizontal-bar-menu .menu li:last-of-type {
  padding-right: 20px;
}

.horizontal-bar .horizontal-bar-right .social-links+.horizontal-bar-menu .menu li:last-of-type:after {
  display: inline-block;
}

.header-overlap header .horizontal-bar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1001;
  background-color: transparent !important;
}

.horizontal-bar.horizontal-bar-switchers-right .menu li .sub-menu {
  left: auto;
  right: 0;
}

.horizontal-bar-close-btn,
.horizontal-bar-open-btn {
  display: inline-block;
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.horizontal-bar-close-btn:before {
  display: inline-block;
  font-size: 30px;
  content: "\00D7";
}

.horizontal-bar-open-btn {
  opacity: 0;
  visibility: hidden;
  right: 15px;
  z-index: 999;
}

.horizontal-bar-open-btn i {
  font-size: 15px;
}

.horizontal-bar.horizontal-bar-scheme--light {
  background-color: #ffffff;
}

.horizontal-bar.horizontal-bar-scheme--light .horizontal-bar-text a,
.horizontal-bar.horizontal-bar-scheme--light .horizontal-bar-menu>.menu>li>a:hover,
.horizontal-bar.horizontal-bar-scheme--light .switcher-menu>.menu>li>a:hover,
.horizontal-bar.horizontal-bar-scheme--light .switcher .nice-select .list>li:hover,
.horizontal-bar.horizontal-bar-scheme--light .switcher>.menu>li>a:hover {
  color: #333333;
}

.horizontal-bar.horizontal-bar-scheme--dark {
  color: #eee;
  background-color: #333333;
  border-color: #333333;
}

.horizontal-bar.horizontal-bar-scheme--dark .switcher-menu:after,
.horizontal-bar.horizontal-bar-scheme--dark .menu>li:after {
  background-color: #eee;
}

.horizontal-bar.horizontal-bar-scheme--dark .social-links a,
.horizontal-bar.horizontal-bar-scheme--dark .horizontal-bar-menu>.menu>li>a,
.horizontal-bar.horizontal-bar-scheme--dark .horizontal-bar-text a,
.horizontal-bar.horizontal-bar-scheme--dark .switcher-menu>.menu>li>a,
.horizontal-bar.horizontal-bar-scheme--dark .switcher .nice-select .list>li,
.horizontal-bar.horizontal-bar-scheme--dark .switcher>.menu>li>a {
  color: #ffffff;
}

.horizontal-bar.horizontal-bar-scheme--dark a.horizontal-bar-close-btn,
.horizontal-bar-scheme--dark .widget a:hover {
  color: #ffffff;
}

.horizontal-bar-scheme--dark * {
  color: #fff
}

.horizontal-bar-scheme--dark .widget a {
  color: #eee
}

.horizontal-bar-scheme--dark svg {
  fill: #fff
}

/*--Widgets --*/
.widget {
  margin: 0 0 30px;
  padding-bottom: 15px;
  /* Make sure select elements fit in widgets. */
}

.horizontal-bar .widget {
  margin-bottom: 0;
  padding-bottom: 0
}

.topbar-widget-2 {
  text-align: right
}

.topbar-widget-2 ul li:last-child::after {
  display: none
}

.topbar.horizontal-bar .widget {
  font-weight: bold;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget li {
  font-size: 15px;
  word-wrap: break-word;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.widget li:first-of-type {
  padding-top: 0;
}

.widget li>a {
  /*display: inline-block;*/
  color: #999999;
  line-height: 1.3;
}

.widget li>a:hover {
  color: #333333;
}

.widget li>a:hover:after {
  opacity: .2;
}

.widget li>a:hover {
  color: #333333;
}

.widget li ul.children,
.widget li ul.sub-menu {
  padding-left: 1em;
  margin-top: 15px;
  margin-bottom: -10px;
}

.site-footer .widget {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.filters-area .widget {
  border-bottom: none;
  margin-bottom: 0;
}

.active-filters .widget {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-header .widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.offcanvas-sidebar .widget {
  border-bottom: none;
}

.widget-title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none;
}

.filters-area .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.site-footer .widget-title {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 600;
}

.widget_calendar thead th {
  color: #333333;
}

.widget_calendar tbody td a {
  color: #333333;
  font-weight: 600;
  border-bottom: 1px dotted #7e7e7e;
}

.widget_calendar tfoot td#next {
  text-align: right;
}

.widget_recent_comments ul li.recentcomments {
  color: #333333;
  padding: 10px 0;
}

.widget_recent_comments ul li.recentcomments>a {
  display: inline;
}

.widget_search form,
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}

.widget_search form:hover button:after,
.widget_search form:hover .eventorian-button:after,
.widget_search form:focus button:after,
.widget_search form:focus .eventorian-button:after,
.widget_product_search form:hover button:after,
.widget_product_search form:hover .eventorian-button:after,
.widget_product_search form:focus button:after,
.widget_product_search form:focus .eventorian-button:after {
  color: #333333;
}

/*.widget_search input,*/
/*.widget_product_search input {*/
/*  background: transparent;*/
/*  width: 100%;*/
/*  height: 40px;*/
/*  font-size: 14px;*/
/*  line-height: 19px;*/
/*  background-clip: padding-box;*/
/*  padding-left: 0;*/
/*  padding-right: 20px;*/
/*  margin: 0;*/
/*  border: none;*/
/*  border-bottom: 2px solid #cccccc;*/
/*}*/

.widget_search input[type='submit'],
.widget_product_search input[type='submit'] {
  display: none;
}

.widget_search .eventorian-button,
.widget_product_search .eventorian-button {
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 0;
  background-color: transparent !important;
  border: none;
  padding: 0;
}

.widget_tag_cloud .tagcloud {
  font-size: 0;
}

.widget_tag_cloud .tagcloud li {
  display: inline-block;
  margin-right: 5px
}

.widget_tag_cloud .tagcloud li:last-child a {
  margin-right: 0;
}

.widget_tag_cloud .tagcloud li:last-child:after {
  display: none;
}

.widget_tag_cloud .tagcloud a {

  display: block;
}

.widget_product_tag_cloud .tagcloud {
  font-size: 0;
}

.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
}

.widget_product_tag_cloud .tagcloud a:after {
  display: inline-block;
  content: '/';
  color: #999999;
  margin: 0 5px;
}

.widget_product_tag_cloud .tagcloud a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333333;
  height: 1px;
  width: calc(100% - 18px);
  opacity: 0;
  transition: opacity .5s ease;
}

.widget_product_tag_cloud .tagcloud a:hover:before {
  opacity: .2;
}

.widget_categories ul li {
  padding: 8px 0;
}

.widget_categories ul li:hover>a,
.widget_categories ul li:hover>.count {
  color: #333333;
}

.widget_categories .count:before {
  content: "("
}

.widget_categories .count:after {
  content: ")"
}

.widget_product_categories ul li:hover>a,
.widget_product_categories ul li:hover>span.count .count,
.widget_product_categories ul li:hover>i {
  color: #333333;
}

.widget_product_categories span.count {
  float: right;
  color: #ababab;
}

.widget_product_categories i {
  float: right;
  cursor: pointer;
  padding-left: 10px;
  margin-top: 8px;
  color: #000;
}

.widget_product_categories li.expand>i:before {
  content: '\f0b0';

}

.widget_rss {
  color: #333333;
}

.widget_rss .rss-date {
  font-size: 12px;
}

.widget_nav_menu .title-wrap {
  margin-bottom: 15px;
}

.widget_nav_menu ul.sub-menu {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.widget_nav_menu ul.sub-menu li {
  padding-left: 15px;
}

.widget_uiux_contact_info .contact-info__logo {
  margin-bottom: 30px;
}

.contact-info li i {
  font-size: 1.6em;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.widget_uiux_recent_posts .recent-post {
  display: table;
  padding-top: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.widget_uiux_recent_posts .recent-post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_uiux_recent_posts .recent-post__thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding-right: 20px;
}

.widget_uiux_recent_posts .recent-post__info {
  display: table-cell;
  vertical-align: top;
}

.widget_uiux_recent_posts .recent-post__info h3 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
}

.widget_uiux_recent_posts .recent-post__info .post-meta {
  font-size: 14px;
}


.eventorian-blog {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.eventorian-blog.loaded {
  opacity: 1;
}

.eventorian-blog .js-post-carousel {
  opacity: 0;
  visibility: hidden;
}

.eventorian-blog .js-post-carousel .slick-slide a {
  margin: 0;
}

.eventorian-blog .js-post-carousel .slick-slide .entry-meta a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.eventorian-blog .single-image.slick-slide {
  opacity: 1;
}

.eventorian-blog .post-item.adding-item {
  opacity: 0;
  visibility: hidden;
}

.eventorian-blog .post-grid-layout .post-item>article {
  margin-bottom: 30px;
}

.eventorian-blog .post-grid-layout .post-item>article .entry-body {
  left: 0;
  width: 100%;
}

.eventorian-blog .entry-aux {
  position: absolute;
}

.eventorian-button {
  -webkit-appearance: initial;
  font-size: 14px;
}

.eventorian-button.small {
  font-size: 12px;
  padding: 8px 15px;
}

.eventorian-button.large {
  font-size: 16px;
  padding: 12px 35px;
}

.eventorian-button.xlarge {
  font-size: 19px;
  padding: 20px 45px;
}

.eventorian-button i.icon-right {
  margin-left: 5px;
}

.eventorian-button i.icon-left {
  margin-right: 5px;
}

.eventorian-countdown {
  opacity: 0;
}

.eventorian-countdown.is-countdown {
  opacity: 1;
  background-color: transparent;
  border: none;
}

.eventorian-countdown .countdown-section {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 1;
  max-width: 130px;
  word-wrap: normal;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-right: 18px;
}

.eventorian-countdown .countdown-section:first-child {
  border-left: 2px solid transparent;
}

.eventorian-countdown .countdown-section:after {
  position: absolute;
  top: 35%;
  right: 10px;
  content: ':';
  font-weight: 300;
  font-size: 30px;
  color: #696969;
  transform: translateY(-50%);
}

.eventorian-countdown .countdown-section:last-child:after {
  display: none;
}

.eventorian-countdown .countdown-amount {
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
}

.eventorian-countdown .countdown-period {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eventorian-image-carousel {
  opacity: 0;
}

.eventorian-image-carousel.slick-initialized {
  opacity: 1;
}

.eventorian-image-carousel .tm-carousel-item {
  text-align: center;
}

.eventorian-image-carousel .tm-carousel-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.eventorian-image-carousel .slick-dots {
  margin-top: -40px;
  position: relative;
}


.eventorian-mailchimp .mailchimp-message {
  margin-bottom: 0;
}

.eventorian-mailchimp .mailchimp-message:before {
  font-size: 25px;
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
}

.eventorian-mailchimp .mailchimp-message.success:before {
  content: '\f3fd';
}

.eventorian-mailchimp .mailchimp-message.error:before {
  content: '\f404';
}

.eventorian-mailchimp .mailchimp-form {
  position: relative;
}

.eventorian-mailchimp .mailchimp-form.mailchimp-loading .mailchimp-button {
  opacity: 0;
  visibility: hidden;
}

.eventorian-mailchimp .mailchimp-form.mailchimp-loading:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  text-align: center;
  transform: translateY(-50%);
}

.eventorian-mailchimp .mailchimp-email {
  font-size: 15px;
  font-style: normal;
  height: 50px;
  letter-spacing: .03em;
  background-color: transparent;
  border-width: 0;
  border-bottom-width: 2px;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 95px;
}

.eventorian-mailchimp .mailchimp-button {
  position: absolute;
  height: 50px;
  right: 0;
  top: 50%;
  font-size: 14px;
  letter-spacing: .1em;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
}

.eventorian-mailchimp.color-scheme--dark .mailchimp-email {
  border-bottom-color: #cccccc;
}

.eventorian-mailchimp.color-scheme--dark .mailchimp-button {
  color: #333333;
}

.eventorian-mailchimp.color-scheme--light .mailchimp-message {
  color: #ffffff;
}

.eventorian-mailchimp.color-scheme--light .mailchimp-email {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.eventorian-mailchimp.color-scheme--light .mailchimp-email::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.eventorian-mailchimp.color-scheme--light .mailchimp-email::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.eventorian-mailchimp.color-scheme--light .mailchimp-email:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.eventorian-mailchimp.color-scheme--light .mailchimp-button {
  color: #ffffff;
}

.block-list li {
  position: relative;
}

.block-list li>img {
  position: absolute;
  top: -80%;
  left: 30%;
  width: 250px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.block-list li:hover img {
  opacity: 1;
  visibility: visible;
  top: -100%;
}

.vc_custom_heading.style-eventorian {
  font-weight: 500;
  letter-spacing: 0;
}

.vc_custom_heading.style-eventorian>span {
  display: inline-block;
}

.vc_custom_heading.align-center>span:after {
  margin-left: auto;
  margin-right: auto;
}

.vc_custom_heading.align-right>span:after {
  margin-left: auto;
  margin-right: 0;
}

.vc_row.row:before,
.vc_row.row:after {
  display: none;
}

.vc_tta-panel-body {
  box-sizing: border-box !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-body {
  border-width: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tabs-list {
  margin-bottom: 30px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab {
  color: #888888;
  padding-bottom: 7px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab>a {
  position: relative;
  font-size: 56px;
  line-height: 72px;
  font-weight: 300;
  border: none;
  margin: 0;
  padding: 0 0 10px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab>a>span {
  cursor: pointer;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel .vc_tta-panel-title>a {
  display: inline-block;
  color: #7e7e7e;
  border: none;
  padding: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel .vc_tta-panel-title>a:hover {
  color: #333333;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_active.vc_tta-panel .vc_tta-panel-title>a {
  color: #333333 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-title {
  line-height: 1.5;
  padding-bottom: 30px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-heading {
  border: none;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab {
  padding: 0 30px;
  position: relative;
  color: #9b9b9b;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:first-child {
  padding-left: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:last-child {
  padding-right: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:last-child:after {
  display: none;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:hover,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:active {
  color: #333333 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:after {
  content: '/';
  position: absolute;
  top: 50%;
  right: -35px;
  font-size: 50px;
  color: #cccccc;
  background-color: transparent;
  transform: translateY(-50%);
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab>a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab.vc_active>a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel .vc_tta-panel-title>a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian.vc_tta-controls-align-left .vc_tta-tab:first-child>a {
  margin-left: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian.vc_tta-controls-align-right .vc_tta-tab:last-child>a {
  margin-right: 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel .vc_tta-panel-heading {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 1px solid #eeeeee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel:first-child .vc_tta-panel-heading {
  border-top: 1px solid #eeeeee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel.vc_active {
  border-bottom: 1px solid #eeeeee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #eeeeee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-title {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-body {
  border: none !important;
  padding: 30px 0 !important;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian {
  margin-bottom: 20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian .vc_toggle_title h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  display: block;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 14px 20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian.vc_toggle_active .vc_toggle_title {
  background-color: #eeeeee;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian.vc_toggle_active .vc_toggle_content {
  border-bottom: 1px solid #eeeeee;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian+.vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian {
  margin-top: -20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian+.vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian .vc_toggle_title h4 {
  border-top-width: 0;
}

.wpb-js-composer .vc_toggle.vc_toggle_eventorian.vc_toggle_eventorian .vc_toggle_content {
  margin: 0;
  padding: 30px 0;
}

.ajax-results-wrapper .suggestion-sku,
.ajax-results-wrapper .suggestion-price,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-tab.vc_active>a {
  color: #333333 !important;
}

/*
Trumps
================================================
utilities and helper classes with ability to override anything which goes before in the triangle, eg. hide helper class
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

/*=====================================
Custom CSS of the theme
 =====================================*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#wp-admin-bar-eventorian-coming-soon a:before {
  font-family: 'icon54com';
  content: "\e961";
}

#wp-admin-bar-eventorian-coming-soon.coming-soon-success a {
  color: #20b862 !important;
}

#wp-admin-bar-eventorian-coming-soon.coming-soon-warning a {
  color: #f0ad4e !important;
}

#wp-admin-bar-eventorian-coming-soon.coming-soon-warning a:before {
  color: #f0ad4e !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.font-italic {
  font-style: italic !important;
}

.mfp-close {
  background: transparent !important;
}

.text-offset {
  display: block;
}

.vc_row.column-center {
  text-align: center;
}

.header-white .site-menu .menu>li>a,
.header-white .header-search a.toggle,
.header-white .header-tools .header-login a,
.header-white .header-minicart a.toggle {
  color: #fff;
}

.header-white .offcanvas-btn i {
  color: #fff !important;
}

.header-white .site-header.is-sticky .offcanvas-btn i,
.header-white .site-header:hover .offcanvas-btn i {
  color: #333 !important;
}


.vc_row.brands-row img {
  opacity: 0.3;
}

.vc_row.brands-row img:hover {
  opacity: 1;
}

.button-video img:hover {
  transform: scale(1.2);
}

.vertical-text {
  position: absolute;
  top: 50%;
  width: 120px;
  letter-spacing: 1px;
  transform: rotate(-90deg) translateY(-50%);
  z-index: 1;
}

.contact-form {
  text-align: center;
}

.full-product {
  background-color: #ececec;
}

.full-product .product {
  border: 1px solid #ddd;
  margin: 0 !important;
}

.full-product .isw-product-swatched .product-thumb {
  border-bottom: none !important;
  border-top: none !important;
}

.wpb_single_image.img-megamenu {
  position: absolute;
}

.wpb_single_image.img-megamenu-feature {
  position: absolute;
  bottom: 0;
  margin-bottom: -30px;
}


.vc_row.row-overflow-visible {
  overflow: visible !important;
  text-align: center;
}

.vc_row.row-overflow-visible.row-slider .text-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.vc_row.row-overflow-visible.row-slider .text-slider .button-scroll {
  border-radius: 100%;
  width: 40px;
  height: 39px;
  border-color: rgba(51, 51, 51, 0.2) !important;
  text-align: center;
  padding: 0 0 0 5px;
  line-height: 40px;
}

.page-template-coming-soon form.mailchimp-form {
  max-width: 600px;
}

.page-template-coming-soon form.mailchimp-form input[type="email"] {
  border-bottom-color: #454545;
  opacity: 0.3;
}

.page-template-coming-soon form.mailchimp-form input[type="email"]:hover,
.page-template-coming-soon form.mailchimp-form input[type="email"]:active {
  border-bottom-color: #333;
  opacity: 1;
}

.menu-image {
  overflow: hidden;
  margin: -30px 0;
}

.mega-menu .sub-menu li:nth-child(7n-1) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-1) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}

.mega-menu .sub-menu li:nth-child(7n-2) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-2) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}

.mega-menu .sub-menu li:nth-child(7n-3) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-3) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}

.mega-menu .sub-menu li:nth-child(7n-4) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-4) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}

.mega-menu .sub-menu li:nth-child(7n-5) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-5) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}

.mega-menu .sub-menu li:nth-child(7n-6) .tm-animation--mega-menu {
  opacity: 0;
}

.mega-menu .sub-menu li:nth-child(7n-6) .tm-animation--mega-menu.fade-up--mega-menu.animated--mega-menu {
  transform: translateY(30px);
  animation: moveVertical 0.5s ease forwards;
}


ul.menu-tags {
  list-style: none;
  text-align: center;
  padding: 0;
}

ul.menu-tags li {
  display: inline-block;
  font-size: 18px;
  padding: 0 5px;
  color: #333;
  line-height: 1.3;
}

ul.menu-tags li:after {
  content: '';
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .5s ease;
}

ul.menu-tags li:hover {
  color: #333333;
}

ul.menu-tags li:hover:after {
  opacity: .2;
}

.play-gif {
  line-height: 45px !important;
}


.vc_row.custom-heading-color .vc_column-inner {
  position: relative;
}


.vc_editor div[class*="col-"] {
  max-width: unset !important;
}

.vc_row.custom-tab .eventorian-product-tabs .product-filter li>a:after {
  display: none !important;
}


.wpb_revslider_element.slider-left {
  margin-bottom: 0 !important;
}

.img-rotate img {
  animation-name: spin;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.heading-new {
  margin: 0 10px;
  background-color: #fff;
}

/* Slick */
.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide a {
  margin: 0;
}

.slick-slide .product.product-loop,
.slick-slide .category-grid-item {
  min-width: 100%
}

button.slick-arrow,
.slick-arrow.eventorian-button {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  color: #e7e7e7;
  background-color: transparent;
  border: none;
  z-index: 1;
  transform: translateY(-50%);
  padding: 0 !important;
}

button.slick-arrow:hover,
.slick-arrow.eventorian-button:hover,
button.slick-arrow:focus,
.slick-arrow.eventorian-button:focus {
  background-color: transparent;
}

button.slick-arrow:before,
.slick-arrow.eventorian-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  transform: translate(-50%, -50%);
}

button.slick-arrow.slick-prev,
.slick-arrow.slick-prev.eventorian-button {
  left: 0;
}

button.slick-arrow.slick-prev:before,
.slick-arrow.slick-prev.eventorian-button:before {
  content: '\279E';
  transform: translate(-50%, -50%) rotate(180deg)
}

button.slick-arrow.slick-next,
.slick-arrow.slick-next.eventorian-button {
  right: 0;
}

button.slick-arrow.slick-next:before,
.slick-arrow.slick-next.eventorian-button:before {
  content: '\279E';
}

button.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled.eventorian-button {
  opacity: 0 !important;
  visibility: hidden !important;
}

button.slick-arrow.slick-disabled:before,
.slick-arrow.slick-disabled.eventorian-button:before {
  opacity: 1;
}

.vc_row[data-vc-stretch-content="true"] button.slick-arrow.slick-prev,
.vc_row[data-vc-stretch-content="true"] .slick-arrow.slick-prev.eventorian-button {
  left: 15px;
}

.vc_row[data-vc-stretch-content="true"] button.slick-arrow.slick-next,
.vc_row[data-vc-stretch-content="true"] .slick-arrow.slick-next.eventorian-button {
  right: 15px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin-top: 35px !important;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0;
  line-height: 1.5;
  height: initial;
  width: initial;
  padding: 0;
  cursor: pointer;
  background: none;
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li button,
.slick-dots li .eventorian-button {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f;
  opacity: .2;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
}

.slick-dots li button:focus,
.slick-dots li .eventorian-button:focus {
  outline: 0;
}

.slick-dots li button:hover,
.slick-dots li .eventorian-button:hover {
  opacity: .75;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active .eventorian-button {
  background-color: transparent ;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}


.slick-track {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  min-width: 100%;
}

.slick-arrow:hover {
  opacity: 1 !important;
}

/* Hint.css */
[class*="hint--"]:after {
  font-family: inherit !important;
  text-shadow: none !important;
  letter-spacing: 0;
  -webkit-backface-visibility: hidden;
}

/* Photoswipe */
.pswp__caption {
  display: none;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: transparent !important;
}

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-color: transparent !important;
}

.pswp__button.pswp__button--arrow--left,
.pswp__button.pswp__button--arrow--right {
  background-color: transparent !important;
  background-image: none !important;
}

/**
perfect scrollbar
 */
.ps {
  position: relative;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  height: 6px;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  width: 6px;
}

.ps>.ps__scrollbar-x-rail {
  height: 6px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  background-color: #9f9f9f;
  border-radius: 3px;
  bottom: 0;
  height: 3px;
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
  height: 6px;
}

.ps>.ps__scrollbar-y-rail {
  width: 6px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #9f9f9f;
  border-radius: 3px;
  right: 0;
  width: 3px;
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
  width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  width: 6px;
}

.ps:active>.ps__scrollbar-x-rail,
.ps:active>.ps__scrollbar-y-rail {
  opacity: .6;
}

.ps:hover>.ps__scrollbar-x-rail:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

.ps:hover>.ps__scrollbar-y-rail:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

/* magnific popups */
.mfp-bg {
  opacity: .7;
}

button.mfp-close,
.mfp-close.eventorian-button {
  background-color: transparent !important;
}

/*body.no-redux.single .page-title .entry-title {*/
/*  font-size: 46px !important;*/
/*  font-weight: 300 !important;*/
/*}*/
.single-post p {
  line-height: 1.6;
  font-size: 1em;
}


@media (min-width: 544px) {
  .flex-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-sm-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-sm-unordered {
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-items-sm-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-sm-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-sm-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-sm-top {
    align-self: flex-start;
  }

  .flex-sm-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flex-sm-bottom {
    align-self: flex-end;
  }

  .flex-items-sm-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-sm-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-sm-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-sm-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .hidden-sm-up {
    display: none !important;
  }

  .col-sm-is-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-pull-is-5 {
    right: 20%;
  }

  .col-sm-push-is-5 {
    left: 20%;
  }

  .col-sm-offset-is-5 {
    margin-left: 20%;
  }

  .container {
    max-width: 576px;
  }

  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .author-info {
    text-align: left;
  }

  .author-avatar {
    display: table-cell;
    vertical-align: top;
    width: 130px;
  }

  .author-description {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
  }

  .comment,
  .review {
    text-align: left;
  }

  .comment-text {
    display: table-cell;
    vertical-align: top;
  }

  .comment-text .date {
    float: right;
  }

  .comment-text .date i {
    font-weight: bold;
    position: relative;
    top: 1px;
  }

  .comment-text p {
    padding-right: 40px;
  }

  .single-nav__prev-item .item-wrapper,
  .single-nav__next-item .item-wrapper {
    display: table;
  }

  .products.list .product-loop .product-thumb {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .eventorian-product-tabs .product-filter li>a {
    font-size: 36px;
    line-height: 54px;
    margin: 0 20px;
  }

  .eventorian-product-tabs .product-filter li>a:after {
    padding-left: 25px;
  }

  .eventorian-social.social-align-left {
    text-align: left;
  }

  .eventorian-social.social-align-right {
    text-align: right;
  }

  .eventorian-social.social-align-center {
    text-align: center;
  }

  .wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian li.vc_tta-tab:after {
    padding: 0 25px;
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  .post.masonry-item {
    width: 50% !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .eventorian-blog .slick-arrow.post-carousel-arrow {
    opacity: 0;
    visibility: hidden;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-next {
    right: -30px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-prev {
    left: -30px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow {
    opacity: .6;
    visibility: visible;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
    right: 10px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
    left: 10px;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .sticky-header.is-sticky {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .flex-md-first.mobile-sidebar-top {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-md-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-md-unordered {
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-items-md-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-md-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-md-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-md-top {
    align-self: flex-start;
  }

  .flex-md-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flex-md-bottom {
    align-self: flex-end;
  }

  .flex-items-md-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-md-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-md-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-md-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .hidden-md-up {
    display: none !important;
  }

  .col-md-is-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-pull-is-5 {
    right: 20%;
  }

  .col-md-push-is-5 {
    left: 20%;
  }

  .col-md-offset-is-5 {
    margin-left: 20%;
  }

  .container {
    max-width: 720px;
  }

  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .comment-list .children {
    padding-left: 40px;
  }

  #reply-title small {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 16px;
    margin-left: 10px;
  }

  .cookie-wrapper {
    right: 20px;
    bottom: 20px;
    max-width: 400px;
  }

  .site-mobile-menu {
    top: auto !important;
  }

  .page-title>.container>.row {}

  .page-title h1 {
    font-size: 48px;
  }

  .has-no-sidebars .list-item .entry-thumbnail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 15px;
    margin: 0;
  }

  .entry-title {
    font-size: 24px;
  }

  .has-no-sidebars .list-item .entry-body {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .post-related .entry-meta {
    margin-bottom: 20px;
  }

  .post-share {
    margin-bottom: 0;
  }

  .share-list__item:not(:last-child) {
    margin-right: 20px;
  }

  .shop-toolbar .controls {
    text-align: right;
  }

  .shop-toolbar .toolbar-control {
    display: block;
  }

  .shop-toolbar .col-switcher a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .shop-toolbar .filter-button .open-filters {
    transform: none;
  }

  .cart-actions {
    text-align: center;
  }

  .woocommerce-checkout .validate-phone,
  .woocommerce-checkout .validate-email {
    display: inline-block;
    width: 48%;
  }

  .woocommerce-checkout .validate-phone {
    float: right;
  }

  form.track_order {
    max-width: 630px;
    margin: 0 auto;
    padding: 60px;
  }

  .product-loop .product-buttons {
    top: 10px;
    right: 10px;
  }

  .woocommerce.single-product .product .woocommerce-product-gallery.thumbnails-left>div.col-md-9 {
    padding-left: 0;
  }

  .woocommerce.single-product .product .summary form.cart .quantity {
    margin: 0 5% 0 12%;
  }

  .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--description>p {
    max-width: 70%;
    margin: 0 auto;
  }

  #reviews {
    max-width: 70%;
    margin: 0 auto;
  }

  .woocommerce.single-product .product #comments .comment .avatar,
  .woocommerce.single-product .product #comments .review .avatar {
    float: left;
  }

  .woocommerce.single-product .product #comments {
    padding-top: 40px;
  }

  .woocommerce.single-product .product #comments .comment .children {
    margin-left: 100px;
  }

  .eventorian-social .social-links li {
    display: inline-block;
  }

  .eventorian-testimonial-carousel__text {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 40px;
  }

  .single-testimonial .eventorian-testimonial-carousel__text {
    font-size: 24px;
    line-height: 40px;
  }

  .multiple-testimonials img {
    margin: 0 auto;
  }

  .full-product .products {
    margin-left: 0;
    margin-right: 0;
  }

  .full-product .product {
    padding: 0;
  }

  .vc_row.custom-instagram .tm-shortcode.eventorian-instagram .col-lg-4.col-xs-12 {
    padding-left: 50px;
  }

  .vc_row.gif-image {
    margin-top: -300px;
  }

  .eventorian-testimonial-carousel button.slick-arrow,
  .eventorian-testimonial-carousel .slick-arrow.eventorian-button {
    width: 80px;
    height: 80px;
  }

  .eventorian-testimonial-carousel button.slick-arrow:before,
  .eventorian-testimonial-carousel .slick-arrow.eventorian-button:before {
    font-size: 72px;
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-mobile-menu {
    width: 80%;
  }

  .shop-toolbar .totals {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-grid-item .woocommerce-loop-category__title {
    font-size: 16px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow {
    opacity: 0;
    visibility: hidden;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-next {
    right: -30px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-prev {
    left: -30px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow {
    opacity: .6;
    visibility: visible;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
    right: -20px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
    left: -20px;
  }
}


@media (min-width: 992px) {
  .flex-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-lg-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-lg-unordered {
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-items-lg-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-lg-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-lg-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-lg-top {
    align-self: flex-start;
  }

  .flex-lg-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flex-lg-bottom {
    align-self: flex-end;
  }

  .flex-items-lg-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-lg-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .hidden-lg-up {
    display: none !important;
  }

  .col-lg-is-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-pull-is-5 {
    right: 20%;
  }

  .col-lg-push-is-5 {
    left: 20%;
  }

  .col-lg-offset-is-5 {
    margin-left: 20%;
  }

  .container {
    max-width: 940px;
  }

  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .comment-list .children {
    padding-left: 60px;
  }

  .comment-text {
    padding-right: 60px;
  }

  .site-footer .container.wide {
    max-width: 95%;
  }

  .body-boxed.header-overlap .site-header:not(.sticky-header) {
    max-width: 1200px;
  }

  .site-header.has-margin-bottom {
    margin-bottom: 60px;
  }

  .main-container>.container,
  .main-container>.site-content {
    padding-top: 60px;
  }

  .page-title {
    margin-bottom: 50px;
  }

  .page-title.no-parallax {
    background-attachment: initial;
  }

  .post-related .entry-header {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 30px;
    transform: translateY(-30%);
    transition: all 0.5s ease;
  }

  .post-related .entry-thumbnail {
    margin-bottom: 0;
  }

  .post-related .entry-thumbnail img {
    width: 100%;
  }

  .list-item .entry-thumbnail {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 0;
    padding-right: 15px;
    margin: 0;
  }

  .has-no-sidebars .list-item .entry-thumbnail {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .post-related .entry-body {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    transition: all 0.5s ease;
  }

  .list-item .entry-body {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 15px;
  }

  .has-no-sidebars .list-item .entry-body {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .post-related {
    overflow: hidden;
    max-height: 200px;
  }

  .site-header.header-vertical .site-menu {
    position: fixed;
    top: 0;
    left: 120px;
    width: 320px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fafafa;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.05);
    transform: translateX(-50px);
    transition: all 0.5s ease;
  }

  .admin-bar .site-header.header-vertical .site-menu {
    top: 32px;
  }

  .site-header.header-vertical .site-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  .site-header.header-vertical .site-menu .vertical-menu-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }

  .site-header.header-vertical .site-menu .sub-menu {
    left: 320px;
    top: -300%;
  }

  .site-header.header-vertical .site-menu .sub-menu li a {
    width: 100%;
  }

  .site-header.header-vertical .site-menu li.menu-item-has-children:after {
    color: #ffffff !important;
  }

  .site-header.header-vertical .site-menu .menu {
    display: table-cell;
    vertical-align: middle;
  }

  .site-header.header-vertical .site-menu .menu>li {
    display: block;
  }

  .site-header.header-vertical .site-menu .menu>li>a {
    height: auto !important;
    font-size: 28px;
    vertical-align: middle;
    line-height: 1.5 !important;
    padding: 0;
    margin-bottom: 30px;
  }

  .site-header.header-vertical .site-menu .menu>li>a:before {
    display: none;
  }

  .site-header.header-vertical .site-menu .menu>li .sub-menu {
    display: none;
  }

  .horizontal-bar-switchers-right .switcher+.horizontal-bar-text {
    padding-left: 0;
    padding-right: 20px;
  }


  .eventorian-blog .slick-arrow.post-carousel-arrow {
    opacity: 0;
    visibility: hidden;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-next {
    right: -50px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-prev {
    left: -50px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow {
    opacity: .6;
    visibility: visible;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
    right: -30px;
  }

  .eventorian-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
    left: -30px;
  }

  .multiple-testimonials .box-cite {
    width: calc(100% - 110px);
    margin: 10px 0 20px 20px;
    text-align: left;
  }

  .multiple-testimonials {
    text-align: left;
  }

  .vc_row.vc_row-eventorian-wide {
    opacity: 0;
    transition: all .5s ease-in-out !important;
  }

  .vc_row.vc_row-eventorian-wide.row-calculated {
    opacity: 1;
  }

  .slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }

  button.slick-arrow.slick-prev,
  .slick-arrow.slick-prev.eventorian-button {
    left: -30px;
  }

  button.slick-arrow.slick-next,
  .slick-arrow.slick-next.eventorian-button {
    right: -30px;
  }

  button.slick-arrow,
  .slick-arrow.eventorian-button {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-logo {
    width: 30%;
  }

  .site-header .header-tools {
    width: 70%;
  }

  .admin-bar .site-mobile-menu {
    top: 32px;
  }

  #woo-quick-view .summary {
    max-height: 530px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .header-minicart .product_list_widget {
    /*max-height: 400px;*/
  }
}

@media only screen and (min-width: 1024px) {
  .shop-full-width-no-space .product {
    padding: 0;
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xl-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xl-unordered {
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-items-xl-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-xl-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-xl-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-xl-top {
    align-self: flex-start;
  }

  .flex-xl-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flex-xl-bottom {
    align-self: flex-end;
  }

  .flex-items-xl-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-xl-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-xl-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-xl-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .hidden-xl-up {
    display: none !important;
  }

  .col-xl-is-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-pull-is-5 {
    right: 20%;
  }

  .col-xl-push-is-5 {
    left: 20%;
  }

  .col-xl-offset-is-5 {
    margin-left: 20%;
  }

  .container {
    max-width: 1200px;
  }

  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .header-tools .header-login {
    display: inline-block !important;
  }

  .site-header.header-split .site-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-header.header-split .left-col {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
  }

  .site-header.header-split .right-col {
    width: 150px;
  }

  .site-header.header-menu-bottom:not(.sticky-header) .site-logo {
    text-align: center;
    width: 20%;
  }

  .site-header.header-menu-bottom:not(.sticky-header) .header-tools {
    width: 40%;
  }

  .site-header.header-menu-bottom .left-col {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }

  .site-header.header-menu-bottom.sticky-header .site-logo {
    width: 20%;
  }

  .site-header.header-menu-bottom.sticky-header .left-col {
    width: auto;
  }

  .site-header.header-menu-bottom .site-menu-wrap {
    display: block;
  }

  .site-header.header-menu-bottom .site-menu-wrap>.container {
    display: table;
    width: 100%;
  }

  .site-header.header-vertical .hamburger-icon {
    display: block;
  }

  .site-header.header-vertical {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    z-index: 1000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }

  .admin-bar .site-header.header-vertical {
    top: 32px;
  }

  .site-header.header-vertical>.container {
    height: 100%;
    width: 100%;
    max-width: none;
  }

  .site-header.header-vertical>.container>.row {
    display: block;
    position: relative;
    height: 100%;
  }

  .site-header.header-vertical .hamburger-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .site-header.header-vertical .header-text {
    display: block;
    position: fixed;
    left: 0;
    bottom: 80px;
    transform: rotate(270deg);
    margin: 0;
  }

  .site-header.header-vertical .header-tools {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
  }

  .site-header.header-vertical .header-tools>div {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .site-header.header-vertical .header-tools+.header-text {
    bottom: 250px;
  }

  .minicart-dropdown-wrapper {
    left: auto;
    right: 0;
    width: 350px;
    transform: translate3d(100%, 0, 0);
  }

  .header-login a {
    padding: 10px 20px;
  }

  .site-mobile-menu {
    display: none;
  }

  body.mobile-menu-opened #page-container:after {
    display: none;
  }

  body.site-header-vertical #page-container {
    padding-left: 120px;
  }

  .page-title>.container>.row {
    min-height: 100px;
    max-height: 500px;
  }

  .has-no-sidebars .list-item .entry-thumbnail {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .has-no-sidebars .list-item .entry-body {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .site-menu .menu>li.mega-menu {
    position: static;
  }

  .site-menu .menu>li.mega-menu.mega-menu-custom {
    position: relative;
  }

  .site-menu .menu>li.mega-menu.mega-menu-wide .mega-menu-content,
  .site-menu .menu>li.mega-menu.mega-menu-full-width .mega-menu-content {
    max-width: none;
  }

  .site-menu .menu>li.mega-menu .sub-menu {
    width: 100%;
  }

  .site-menu .menu>li.mega-menu .mega-menu-content {
    padding: 30px;
  }

  .site-menu .menu>li.mega-menu .vc_row {
    max-width: 100%;
    overflow: visible;
  }

  .horizontal-bar .switcher+.horizontal-bar-text,
  .horizontal-bar .switcher-menu+.horizontal-bar-text,
  .horizontal-bar .social-links+.horizontal-bar-text {
    padding-left: 20px;
  }

  .container.wide {
    max-width: 95%;
  }

  .container.full {
    max-width: 100%;
  }

  .container.full-no-paddings {
    max-width: 100%;
    padding: 0;
  }

  .heading-new:before,
  .heading-new:after {
    display: inline-block;
    content: '';
    background-color: #eee;
    height: 1px;
    width: 40%;
    vertical-align: middle;
  }

  .heading-new:before {
    left: 0;
  }

  .heading-new:after {
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {

  .site-header.header-split .site-menu .menu>ul>li,
  .site-header.header-split .site-menu .menu>li {
    padding: 0;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {

  .site-header.header-split .left-col,
  .site-header.header-split .right-col {
    width: 15%;
  }
}


@media (min-width: 1920px) {
  .flex-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xxl-last {
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xxl-unordered {
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-items-xxl-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-items-xxl-middle {
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-items-xxl-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-xxl-top {
    align-self: flex-start;
  }

  .flex-xxl-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flex-xxl-bottom {
    align-self: flex-end;
  }

  .flex-items-xxl-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-items-xxl-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-items-xxl-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-items-xxl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-items-xxl-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pull-xxl-left {
    float: left !important;
  }

  .pull-xxl-right {
    float: right !important;
  }

  .pull-xxl-none {
    float: none !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-is-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-pull-is-5 {
    right: 20%;
  }

  .col-xxl-push-is-5 {
    left: 20%;
  }

  .col-xxl-offset-is-5 {
    margin-left: 20%;
  }

  .col-xxl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .site-header.header-split .left-col,
  .site-header.header-split .right-col {
    width: 20%;
  }

}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }

  form.woocommerce-ResetPassword {
    max-width: none;
    width: 80%;
  }

  .woocommerce form .form-row.form-row-last {
    margin-bottom: 20px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-next {
    right: 10px;
  }

  .eventorian-blog .slick-arrow.post-carousel-arrow.slick-prev {
    left: 10px;
  }

  .eventorian-blog .slick-slide {
    opacity: .5;
  }

  .eventorian-blog .slick-active,
  .eventorian-blog .slick-current {
    opacity: 1;
  }

  .eventorian-image-carousel .slick-arrow.slick-next {
    right: 10px;
  }

  .eventorian-image-carousel .slick-arrow.slick-prev {
    left: 10px;
  }

  .eventorian-image-carousel .slick-slide {
    opacity: .5;
  }

  .eventorian-image-carousel .slick-active {
    opacity: 1;
  }

  .eventorian-product-categories.categories-layout-carousel .slick-arrow.slick-next {
    right: 10px;
  }

  .eventorian-product-categories.categories-layout-carousel .slick-arrow.slick-prev {
    left: 10px;
  }

  .eventorian-product-categories.categories-layout-carousel .slick-slide {
    opacity: .5;
  }

  .eventorian-product-categories.categories-layout-carousel .slick-active {
    opacity: 1;
  }

  .eventorian-product-carousel .products .slick-arrow.slick-next {
    right: 10px;
  }

  .eventorian-product-carousel .products .slick-arrow.slick-prev {
    left: 10px;
  }

  .eventorian-product-carousel .products .slick-slide {
    opacity: .5;
  }

  .eventorian-product-carousel .products .slick-active,
  .eventorian-product-carousel .products .slick-current {
    opacity: 1;
  }


  .topbar-widget-2 {
    text-align: center
  }
}

@media (max-width: 767px) {
  .contact-info li a span {
    display: none
  }

  .hidden-sm-down {
    display: none !important;
  }

  .ev-popup .vc_row {
    background: none !important;
  }

  .ev-popup .vc_column-inner {
    padding: 35px;
  }

  .post.masonry-item {
    /*position: relative !important;*/
    width: 100% !important;
  }

  .single .has-no-sidebars .entry-header,
  .single .has-no-sidebars .entry-meta {
    text-align: left;
  }

  .horizontal-bar .horizontal-bar-widget li {
    margin-right: 10px;
  }

  .eventorian-countdown .countdown-section {
    padding: 0 18px 0 0;
    margin: 0;
  }

  .eventorian-countdown .countdown-period {
    letter-spacing: 0.3em;
  }

  .block-list li:first-child {
    margin: 10px 0;
  }

  .eventorian-product-tabs .product-filter {
    margin-bottom: 30px;
  }

  .eventorian-product-tabs .product-filter li {
    padding-top: 10px;
    border: none;
  }

  .eventorian-product-tabs .product-filter li>a {
    display: inline-block;
    padding-bottom: 5px;
  }

  .vc_tta-panel-body .tm-shortcode .products {
    margin-left: -5px;
    margin-right: -5px;
  }

  .eventorian-product .product-title {
    margin-bottom: 15px;
  }

  .eventorian-product .product-info {
    bottom: 30px;
  }

  .wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 56px;
    line-height: 72px;
    font-weight: 300;
  }

  .wpb-js-composer .vc_tta-tabs.vc_tta-style-eventorian.vc_tta-style-eventorian .vc_tta-panel-heading {
    text-align: center !important;
  }

  .vc_tta-tabs {
    padding: 0 15px;
  }

  .no-padding-reponsive.no-padding-reponsive {
    padding: 0 15px !important;
  }

  .no-margin-reponsive.no-margin-reponsive .vc_column-inner {
    margin: 0 !important;
  }

  .vc_row.countdown h3 {
    font-size: 40px !important;
  }

  .vc_row.row-overflow-visible.row-slider .text-slider {
    position: static;
    transform: none;
    padding: 30px 0;
  }

  .vc_row.about-comestic .custom-header p {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .vc_row.footer-vc-copyright .wpb_single_image {
    text-align: left !important;
  }

  .vc_row.cat-bikini {
    padding: 0 15px !important;
  }

  .growl {
    margin: 15px auto !important;
  }
}

@media (max-width: 991px) {
  .horizontal-bar .social-links {
    display: none;
  }

  .search-form-wrapper.no-overlay,
  .hidden-md-down {
    display: none !important;
  }

  .header-login.login-icon i {
    display: none;
  }

  .site-header .site-logo {
    width: 50%;
  }

  .site-header .header-tools {
    width: 50%;
  }

  .site-header .header-tools .header-widget {
    display: none;
  }

  .single .entry-content blockquote {
    font-size: 20px;
    line-height: 30px;
    margin-left: 20px;
  }

  .single .has-no-sidebars article .entry-content,
  .single .has-no-sidebars article .entry-footer {
    padding: 0;
  }

  .single .has-no-sidebars .post-single-hr {
    padding: 0;
  }

  .horizontal-bar .switcher {
    display: none;
  }

  .horizontal-bar {
    display: table;
    width: 100%;
    text-align: center;
  }

  .horizontal-bar>.container {
    display: table-cell;
    vertical-align: middle;
  }

  .horizontal-bar .horizontal-bar-left>div {
    float: none;
  }

  .horizontal-bar .horizontal-bar-left,
  .horizontal-bar .horizontal-bar-right,
  .horizontal-bar .horizontal-bar-center {
    line-height: 1.5 !important;
  }

  .horizontal-bar .horizontal-bar-widget {
    padding: 5px 0;
  }


  .eventorian-countdown .countdown-section {
    border: none !important;
    width: auto;
  }

  .eventorian-countdown .countdown-amount {
    font-size: 40px !important;
  }

  .eventorian-countdown .countdown-period {
    font-weight: 400 !important;
  }

  .wpb_column.padding-xs-0 .vc_column-inner {
    padding: 0 15px !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }

  input[type='text'],
  input[type='number'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  input[type='tel'],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .site-header-vertical .site-footer {
    margin-left: 0;
  }

  .site-header>.container>.row {
    min-height: 60px;
  }

  .site-header.header-menu-bottom.sticky-header>.container>.row {
    min-height: 60px;
  }

  .offcanvas-sidebar {
    display: none;
  }

  .header-search {
    display: none !important;
  }

  .switcher-menu {
    display: none;
  }

  .product-loop {
    margin-bottom: 30px;
  }

  .isw-swatches--in-loop {
    display: none;
  }

  .up-sells .slick-arrow,
  .related .slick-arrow {
    background-color: #ffffff !important;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }

  .eventorian-banner2 .banner-button {
    min-width: 0;
  }

  .vertical-text {
    display: none;
  }

  .vc_row.title-instagram .col-sm-2 p {
    display: none;
  }

  .vc_row.shop-full-product .add-to-cart-btn {
    margin: 0;
    padding-left: 30px;
  }

  .vc_row.shop-full-product .product-info {
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .vc_row.row-overflow-visible.row-slider .text-slider {
    top: 50%;
  }

  .vc_row.row-overflow-visible.row-slider .text-slider .wpb_single_image {
    margin-bottom: 10px !important;
  }

  .vc_row.row-overflow-visible.row-slider .text-slider .sub-title--above {
    font-size: 14px !important;
    line-height: 40px !important;
    margin: 0;
  }

  .vc_row.row-overflow-visible.row-slider .text-slider .title {
    font-size: 30px !important;
    line-height: 50px !important;
    margin: 0;
  }

  .vc_row.custom-row-landingpage .text {
    padding: 0 15px !important;
  }
}

@media (max-width: 1919px) {
  .hidden-xl-down {
    display: none !important;
  }

  .site-footer.site-footer--dark .col-offset {
    padding-left: 15px;
  }
}

@media print {
  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }

  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .sticky-header.is-sticky {
    top: 0;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar #growls.tr {
    top: 56px;
  }
}


#eventorian-space-1 {
  height: 100px
}

.eventorian-button {
  border-radius: 10px;
}


@media screen and (max-width:768px) {
  #eventorian-space-1 {
    height: 80px
  }
}

/*********************** From Eventorian ********************/


/*-----------------------------------------------------------------------------------*/
/*  58. Testimonials // Blockquotes
/*-----------------------------------------------------------------------------------*/
blockquote .end {
  background: url('assets/images/quote.png') no-repeat;
  position: absolute;
  bottom: 16px;
  right: 20px;
  height: 11px;
  width: 16px;
  display: block;
}

blockquote .name {
  position: absolute;
  bottom: 12px;
  right: 50px;
  font-size: 14px;
  line-height: 20px;
}

/* animations*/

@-webkit-keyframes fadeInFromLeft {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInFromLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


@-webkit-keyframes fadeOutToLeft {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
}

@keyframes fadeOutToLeft {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }

  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutToRight {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
}

@keyframes fadeOutToRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }

  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}


@-webkit-keyframes fadeInFromRight {
  0% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInFromRight {
  0% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.widget.horizontal-bar-widget {
  margin: 0;
  padding-bottom: 0;
}

.header-minicart a svg,
.header-search a svg,
#searchsubmit svg,
.search-submit svg {
  width: 25px;
  height: 25px
}

svg.wh32 {
  width: 32px !important;
  height: 32px !important;
  display: block;
}

#searchsubmit {
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
}

#searchsubmit svg {
  position: relative;
  top: 4px
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic
}

article.post-item {
  width: 100%
}

.post-share-buttons li {
  display: inline-block;
  margin-left: 5px
}

.post-share-buttons span {
  width: 25px;
  height: 25px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}

.post-share-buttons.share-condensed span {
  background: #f0f0f0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}

[data-type="facebook"] {
  background: #3a589e
}

[data-type="twitter"] {
  background: #429cd6
}

[data-type="pinterest"] {
  background: #c8232c
}

[data-type="google-plus"] {
  background: #dd4b39
}

.post-share-buttons [data-type="email"] {
  background: forestgreen
}

.process-step-title:empty {
  display: none !important;
}

.cancel-comment-reply-link {
  color: darkred
}

.zigzag {
  position: relative;
  padding: 0 8px 16px 8px;
  background: #fafafa;
}

.zigzag:after {
  background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
  background-repeat: repeat-x;
  background-size: 24px 32px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
}

.post-media .flex-video .wp-video,
.mejs-container.mejs-video {
  width: 100% !important;
}

.related-posts h3 {
  border-bottom: solid 4px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.related-posts .card-horizontal a {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #fafafa;
}

.single-post .related-posts .post {
  background: none
}

.related-posts .card-horizontal div:last-child {
  margin-left: auto;
}

.related-posts .card-body {
  padding: 15px;
}

.related-posts .card-horizontal>div.card-body {
  margin-left: 15px;
}

.related-post-thumb {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.related-posts .related-post-thumb img {
  height: 100%;
}

/****************** Notification *******************/

.notification {
  position: relative;
  margin-bottom: 30px;
}

.notification__title {
  font-size: 1.375rem;
  margin-bottom: 15px;
  margin-top: 0;
}

.notification__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bold;
  font-size: 25px;
}

.notification__content p {
  margin-bottom: 0;
}

.notification-type-3 {
  display: table;
  width: 100%
}

.notification-type-3 .notification__status {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  width: 80px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.notification-type-3 .notification__icon {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.6em;
  top: 8px;
  position: relative;
}

.notification-type-3 .notification__content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  background: #fff;
}

.text p {}

.working-hours-opening-time {
  list-style: none;
  padding: 0;
  margin: 0
}

.working-hours-opening-time .working-hours-day-open {
  text-align: left;
  vertical-align: top;
}

.working-hours-opening-time .working-hours-time-open {
  text-align: right;
}

.working-hours-opening-time li {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #efefef;
  padding: 0 0 5px;
  margin-bottom: 5px;
  line-height: 3em;
}

.working-hours-opening-time li span {
  display: inline-block;
  width: 50%;

}

.working-hours-opening-time li span:last-child {
  font-weight: bold;
}

.working-hours-opening-time li:last-child {
  border-bottom: none;
}

.email a {
  overflow-wrap: anywhere;
}

.rntp-button-wrap {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  border: solid 1px transparent;
  background-color: #333333;
  padding: 8px 24px;
  box-shadow: 0 3px 24px rgba(0, 0, 0, .2);
  transition: 1s all;
}

.rntp-button-wrap.small {
  font-size: 12px;
  padding: 6px 12px;
}

.rntp-button-wrap.large {
  font-size: 16px;
  padding: 12px 35px;
}

.rntp-button-wrap.xlarge {
  font-size: 19px;
  padding: 20px 45px;
}

.rntp-button-wrap i.icon-right {
  margin-left: 5px;
}

.rntp-button-wrap i.icon-left {
  margin-right: 5px;
}

.rntp-button-wrap.alt {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}

.rntp-button-wrap:hover,
.rntp-button-wrap:focus {
  opacity: .9 !important;
  color: #fff;
}

.rntp-button-wrap.alt:hover {
  background-color: #333333;
  color: #ffffff;
  border-color: transparent;
}

.rntp-button-primary.alt:hover {
  /*border: 1px solid #333333;*/
}

.rntp-button-secondary,
.rntp-button-secondary.alt:hover {
  background: #3778ff;
  box-shadow: 0 2px 8px 0 rgba(55, 120, 255, 0.37)
}

.rntp-button-secondary:hover {
  background: #417fff;
  box-shadow: 0 2px 8px 0 rgba(55, 120, 255, 0.9)
}

.rntp-button-neutral,
.rntp-button-neutral.alt:hover {
  background: #f0f0f0;
  color: #333
}

.rntp-button-neutral:hover {
  color: #111
}

.rntp-button-neutral.alt {}

.rntp-button-white,
.rntp-button-white.alt:hover {
  background: #fff;
  color: #333
}

.rntp-button-white:hover {
  color: #111
}

.rntp-button-white.alt {}

.rntp-button-green,
.rntp-button-green.alt:hover {
  background: #00c363;
  color: #fff
}

.rntp-button-green.alt {}

.rntp-button-orange,
.rntp-button-orange.alt:hover {
  background: #fc6223;
  color: #fff
}

.rntp-button-orange.alt {}

.rntp-button-red,
.rntp-button-red.alt:hover {
  background: #f04e51;
  color: #fff
}

.rntp-button-red.alt {}

@media screen and (max-width:768px) {

  .iconbox,
  .iconbox__rntp,
  .counterBox,
  .team-member {
    margin-bottom: 30px
  }

  .iconbox.iconbox-top.left_alignment,
  .iconbox.iconbox-top.left_alignment .icon {
    text-align: center;
  }

  .page-title {
    padding: 0;
    margin-bottom: 0
  }

  .horizontal-bar .horizontal-bar-right>div,
  .horizontal-bar .horizontal-bar-right>ul {
    float: none;
    text-align: center;
    margin: 10px 0
  }

  .entry-meta li {
    margin-bottom: 10px
  }

  .single .entry-title {
    font-size: 26px
  }

  .woocommerce.single-product .product .summary .single_add_to_cart_button,
  input[type="submit"] {
    margin-bottom: 20px
  }

  .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: block;
    border-radius: 6px;
    width: 100%;
  }
}

.single article.post .wpb_wrapper .wpb_text_column.wpb_content_element ul {
  list-style: initial
}

article.post .entry-body {
  background: #fafafa
}

.page-title .page-subtitle {
  font-weight: 700
}

.single-post p {
  line-height: 1.5;
  font-size: 1.1em;
}

#commentform textarea,
#commentform input[type='text'],
#commentform input[type='email'] {
  background: #fafafa;
  padding: 16px;
}

.eventorian-loadmore-wrap.loading .eventorian-loadmore-btn:before,
#woo-quick-view .quickview-loading span:before,
.eventorian-product-tabs .products.loading:after,
body.ajax-loading .main-container:after,
.product-loop .product-buttons>div.loading a:before,
.minicart-dropdown-wrapper.loading:before,
.switcher.loading .nice-select:after,
.eventorian-mailchimp .mailchimp-form.mailchimp-loading:before,
.woocommerce .blockUI.blockOverlay:before,
.pw_brand_loading_cnt .pw_brand_le_loading:before,
.products.yith-wcan-loading,
.product-loop .product-thumb.loading:before,
.woocommerce.single-product .product .summary .compare-btn.loading a:before,
.woocommerce.single-product .product .summary .single_add_to_cart_button.loading:before {
  content: url('assets/images/loading.svg');
}

.search-form-wrapper.search-loading input.search-input {
  background-image: url('assets/images/loading.svg');
}

.site-header .logo-mobile {
  max-height: 80px
}


[class*='bg--gradient-'] {
  background-size: 100%;
}

.bg--gradient-orange {
  background-image: -webkit-linear-gradient(left, #ff9700, #ed1c24);
  background-image: linear-gradient(90deg, #ff9700 0, #ed1c24);
  color: #fff;
}

.bg--gradient-green {
  background-image: linear-gradient(90deg, #39b54a 0, #8dc63f);
  color: #fff;
}

.bg--gradient-blue {
  background-image: -webkit-linear-gradient(left, #5771e6, #605ca8);
  background-image: linear-gradient(90deg, #5771e6 0, #605ca8);
  color: #fff;
}


.bg--gradient-yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.bg--gradient-pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.bg--gradient-red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.bg--gradient-purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.bg--gradient-teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.bg--gradient-blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.bg--gradient-blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.bg--gradient-green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.bg--gradient-green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.bg--gradient-silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #9e9e9e;
}

.bg--gradient-gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}


.banner-wrapper-info .content {
  padding: 30px
}

/**** Popular posts widget *****/
aside>.widget-area {
  padding: 15px 30px;
  background: #fafafa;

}

.widget-area .widget .popular-latest-posts li {
  margin-bottom: 0;
  border-radius: 0;
}

.widget-area .widget .popular-latest-posts ul {
  padding-left: 0;
  padding-bottom: 10px
}

.widget-area .widget .popular-latest-posts ul.nav-tabs {
  padding-bottom: 0;
  margin-bottom: 20px
}

.popular-latest-posts .nav-tabs>li.active>a,
.popular-latest-posts .nav-tabs>li.active>a:focus,
.popular-latest-posts .nav-tabs>li.active>a:hover {
  background-color: transparent;
  color: #fff;
  border: none
}

.popular-latest-posts .nav-tabs>li.active,
.popular-latest-posts .nav>li.active:hover {
  background: #000
}

.popular-latest-posts .nav-tabs>li>a {
  color: #333;
  display: block;
  padding: 10px 5px;
}

.popular-latest-posts .post-item .media {
  margin-top: 10px;
  margin-bottom: 10px
}

.popular-latest-posts .nav>li>a:hover {
  background: none;
  border-color: transparent;
}

.popular-latest-posts .nav>li:hover {
  background: #f8f8f8
}

.widget-area .widget .popular-latest-posts #postTab {
  border-bottom: solid 2px #000
}

.widget-area .widget .popular-latest-posts #postTab li {
  padding: 0;
}

.popular-latest-posts .tab-pane.fade:not(.in) {
  display: none;
}

.ion-navicon::before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMTAxODIwO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgNSIgaWQ9IkxheWVyXzUiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2LDMxQTE1LDE1LDAsMSwxLDMxLDE2LDE1LDE1LDAsMCwxLDE2LDMxWk0xNiwzQTEzLDEzLDAsMSwwLDI5LDE2LDEzLDEzLDAsMCwwLDE2LDNaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEsMTdIMTFhMSwxLDAsMCwxLDAtMkgyMWExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLDEySDExYTEsMSwwLDAsMSwwLTJIMjFhMSwxLDAsMCwxLDAsMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMSwyMkgxMWExLDEsMCwwLDEsMC0ySDIxYTEsMSwwLDAsMSwwLDJaIi8+PC9nPjwvc3ZnPg==");
  width: 30px;
  height: 30px;
  display: block;
  opacity: .9;
}

.offcanvas-btn i {
  position: relative;
  top: 0;
}

.list-item .entry-body {
  background: none
}

.page-title .page-subtitle {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 4px;
}

@media all and (max-width: 767px) {
  .entry-body {
    padding: 0
  }
}

hr.wave {
  width: 35%;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 15" width="12" height="15"><path fill="none" stroke="rgba(191, 191, 191, 0.9)" stroke-width="3" d="M0,13.5c3,0,3-12,6-12s3,12,6,12"/></svg>') 0 0 100% repeat;
  border-width: 0 0 15px;
  border-style: solid;
  position: relative;
  background: transparent;
}

hr.wave:before,
hr.wave:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  background-color: #bfbfbf;
  bottom: -22.5px;
}

hr.wave:before {
  border-radius: 30px 0 0 30px;
  left: -2px;
}

hr.wave:after {
  border-radius: 0 30px 30px 0;
  right: -2px;
}

.dashed-border {
  border: dashed 1px #ccc;
}

.dashed-border-10 {
  border: dashed 10px #eee;
}

/*************************Announcement***********************/

.announcement-container {
  min-height: 50px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.announcement-container .announcement-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 8px;
  line-height: 30px;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 28px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

.announcement-container .announcement-close:hover {
  opacity: .9;
}

.announcement-container .announcement-container__content.animated {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translateX(100%);
  animation: scroll-left 24s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*************Wide Row*************/
body:not(.body-boxed) .row.vc_row-eventorian-wide {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.row.vc_row-eventorian-wide>.wpb_column>.vc_column-inner:first-child {
  padding-left: 0;
  padding-right: 0;
}

/****************Single product slider bullets*********************/
.woocommerce-product-gallery__slider .slick-dots li {
  box-sizing: border-box;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  outline: none;
  background: transparent;
  vertical-align: middle;
  opacity: 1;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.woocommerce-product-gallery__slider .slick-dots li button {
  display: none;
}

.woocommerce-product-gallery__slider .slick-dots li:hover:before,
.woocommerce-product-gallery__slider .slick-dots li.slick-active:before {
  background: #fff;
  width: 5px;
  height: 5px;
}

.woocommerce-product-gallery__slider .slick-dots li:hover,
.woocommerce-product-gallery__slider .slick-dots li.slick-active {
  background: transparent;
}

.woocommerce-product-gallery__slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#review_form .comment-form-cookies-consent,
#review_form label {
  display: inline-block;
}

.shadow--lg {
  box-shadow: 0 4px 17px rgba(0, 0, 0, .1)
}

.eventorian-payment-icons li {
  display: inline-block;
  opacity: .6;
  transition: opacity .3s;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 5px 5px !important;
  margin: 3px 3px 0;
}

.eventorian-payment-icons svg {
  vertical-align: middle;
  height: 20px;
  width: auto !important;
}

.site-footer--dark .eventorian-payment-icons svg {
  fill: #FFF;
}

div[class*="vc_custom_"] {
  background-blend-mode: multiply;
}

.product-in-widget .checkout-button,
.product-in-widget .button.alt,
.product-in-widget .woocommerce-checkout-review-order .rntp-button-wrap {
  padding: 5px 10px;
}

.site-footer--dark .product-in-widget.product {
  border-bottom-color: #333;
}

.site-footer--dark .product-in-widget .product-price {
  color: #fff;
}

.eventorian-product-category-banner a.banner-link {
  font-size: 0;
  z-index: 6;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.eventorian-product-category-banner .image:after {
  display: block;
  position: absolute;
  content: '';
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
}

.eventorian-product-category-banner .image {
  position: relative;
  overflow: hidden;
}

.eventorian-product-category-banner img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .8s ease;
  margin: 0 auto;
}

.eventorian-product-category-banner .button-view {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60%);
}

.eventorian-product-category-banner .category-name {
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 544px) {
  .eventorian-product-category-banner.style-inside .banner-content {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}

.eventorian-product-category-banner.style-inside .banner-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 50px);
}

.eventorian-product-category-banner .banner-content {
  position: relative;
  margin: 25px 0;
  z-index: 5;
}

/******************blog masonry styles *******************/

/**masonry style 1**/
.masonry-post .blog-post {
  position: relative;
}

.masonry-post .blog-post .blog-post-image img {
  width: 100%;
  transition: all 1s cubic-bezier(0, 0, .2, 1);
}

.blog-post:hover .blog-post-image img {
  opacity: .6;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

article.post-item.masonry-style--style1 {
  padding: 20px;
  width: 25%;
  margin-bottom: 150px;
  background: none;
}

.masonry-style--style1 .blog-post-image {

  background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
}

.masonry-style--style1 .blog-post-image a {
  display: block
}

.masonry-style--style1 .post-details {
  padding: 3rem;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: -100px;
  left: 30px;
  width: calc(100% - 60px);
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  -webkit-transition: all .5s cubic-bezier(0, 0, .2, 1);
  transition: all .5s cubic-bezier(0, 0, .2, 1);
}

.masonry-style--style1 .blog-category {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0038e3;
  text-transform: uppercase;
}

.masonry-style--style1 .blog-title {
  margin-bottom: 20px;
  line-height: 26px;
  color: #232323;
  font-size: 18px;
  display: block;
}

.masonry-style--style1 .blog-date {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
}

.masonry-style--style1:hover .post-details {
  box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

.masonry-style--style1:hover .post-details {
  transform: translateY(-20px);
}

.masonry-style--style1 .blog-post:hover .blog-post-image img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

@media (max-width: 1600px) {
  .masonry-style--style1 .post-details {
    padding: 2rem;
  }
}

/**masonry style 2**/
article.post-item.masonry-style--style2 {
  padding: 20px;
  width: 33.33%;
  margin-bottom: 0;
  background: none;
}

.masonry-style--style2 .blog-post {
  z-index: 1;
  padding: 3.5rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  transition: all .3s ease-in-out;
}

.masonry-style--style2 .blog-post .blog-post-image,
.masonry-style--style2 .blog-post .blog-post-image .blog-overlay-image {
  transform: scale(1.1, 1.1);
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition-duration: .3s;
}

.masonry-style--style2 .cover-background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center;
}

.masonry-style--style2 .blog-post .blog-post-image .blog-overlay-image {
  z-index: 1;
  background: #232323;
  background: linear-gradient(0deg, #232323 0, rgba(35, 35, 35, 0) 89%);
}

.masonry-style--style2 .post-details {
  transition: all .5s ease-in-out;
  position: relative;
}

.masonry-style--style2 .blog-category {
  border-radius: 2px;
  padding: 6px 13px;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 6.5rem;
}

.masonry-style--style2 .blog-post .post-details .post-date {
  opacity: 0;
  margin-bottom: -20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  transform: scale(1, 0);
}

.masonry-style--style2 .blog-post .post-details .post-title {
  width: 95%;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1f232c;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
}

.masonry-style--style2 .blog-post .post-details .post-read {
  opacity: 1;
  transform: scale(1, 1);
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .masonry-style--style2 .blog-post .post-details .post-read {
    border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e) 1/0 0 1 0;
    border-image-slice: 1;
  }
}

.masonry-style--style2 .blog-category,
.masonry-style--style2 .blog-post .post-details .post-date,
.masonry-style--style2 .blog-post .post-details .post-read,
.masonry-style--style2 .blog-post .post-details .post-title {
  transition: all .4s ease-in-out;
}

.masonry-style--style2 .blog-post:hover .blog-post-image,
.masonry-style--style2 .blog-post:hover .blog-post-image .blog-overlay-image {
  transform: scale(1, 1);
  opacity: 1;
  transition-duration: .3s;
}

.masonry-style--style2 .blog-post:hover .blog-category {
  background: #232323;
  color: #fff;
  border-color: #232323;
}

.masonry-style--style2 .blog-post:hover .post-details .post-date {
  opacity: .75;
  margin-bottom: 15px;
  transform: scale(1, 1);
}

.masonry-style--style2 .blog-post:hover .post-details .post-title {
  margin-bottom: -20px;
  position: relative;
  z-index: 4;
}

.masonry-style--style2 .blog-post:hover .post-details .post-read {
  opacity: 0;
  transform: scale(1, 0);
}

.masonry-style--style2 .blog-post:hover .post-details * {
  color: #fff;
  transition-duration: .3s;
}


@media (max-width: 1600px) {
  .masonry-style--style2 .blog-post {
    padding: 2.5rem;
  }
}

/**masonry style 3**/
article.post-item.masonry-style--style3 {
  padding: 10px;
  width: 25%;
  margin-bottom: 0;
  background: none;
}

.masonry-style--style3 .blog-post-image {
  background-color: #1f232c;
  position: relative;
  overflow: hidden;
}

.masonry-style--style3 .blog-post .blog-post-image .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1f232c;
  background: linear-gradient(0deg, rgba(23, 23, 23, .95) 0, rgba(23, 23, 23, 0) 88%);
  transition: all .5s ease-in-out;
}

.masonry-style--style3 .blog-post .post-details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.masonry-style--style3 .w-100 {
  width: 100%;
}

.masonry-style--style3 .mb-auto {
  margin-bottom: auto;
}

.masonry-style--style3 .align-self-end {
  align-self: flex-end;
}

.masonry-style--style3 .post-details .blog-category {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 13px;
  background: rgba(20, 21, 22, .7);
  border-radius: 2px;
}

.masonry-style--style3 .post-details .blog-date {
  margin-bottom: 10px;
  opacity: .6;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
}

.masonry-style--style3 .post-details .blog-title {
  width: 85%;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  display: block;
}

.masonry-style--style3 .blog-post:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.masonry-style--style3 .blog-post:hover .blog-category {
  background: #fff;
  color: #232323;
  box-shadow: 0 0 20px rgba(23, 23, 23, .2);
}

@media (max-width: 1600px) {
  .masonry-style--style3 .post-details .blog-title {
    width: 100%;
  }
}

article.post-item.item-size--2 {
  width: 50%;
}

article.post-item.item-size--3 {
  width: 33.33%;
}

article.post-item.item-size--4 {
  width: 25%;
}

.widget-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.flex-align-center {
  justify-content: center;
}

.flex-align-left {
  justify-content: flex-start
}

.flex-align-right {
  justify-content: flex-end
}

.full-width video,
.full-width,
.submit-full-width input[type="submit"] {
  width: 100%
}

.list_text {
  font-size: .9em
}

.list-default .list_text {
  padding-left: 30px
}

.flatpickr-day.nextMonthDay {
  color: #393939 !important;
}

#rental_min_date_form input::placeholder {
  color: #333 !important;
}

@media screen and (min-width:1200px) and (max-width:1289px) {
  .site-header.header-menu-bottom.sticky-header .site-menu {
    width: 80%;
  }

  .site-header.header-menu-bottom.sticky-header .left-col,
  .site-header.header-menu-bottom.sticky-header .right-col {
    width: 10%
  }
}

.current-menu-item>a span.menu-item-text,
.current_page_parent>a span.menu-item-text {
  padding: 3px 21px;
}

.wp-block-social-links .wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
  font-size: inherit;
  padding: initial;
  line-height: initial;
}

.wp-block-social-links .wp-social-link a {
  height: 36px;
}

.wp-block-social-links .wp-social-link {
  padding: 0;
}

/**** Plugin Overrides ******/

#brand-div{position: relative; z-index: -1;}
#rntp-form-holder:empty{display:none}

.eventorian-tag-menu ul{list-style:none; text-align: center}
.eventorian-tag-menu li{display:inline-block; position:relative; text-align:center}
.eventorian-tag-menu li::before{ font-size:34px}
.eventorian-tag-menu li > a {padding: 20px; display: block; color: green; font-size: 20px;}
.eventorian-tag-menu  .current-menu-item a{font-weight: bold}

.rental-dates-final{
  border: solid 2px #000;
  padding: 10px;
  background-color: #f7f7f7;
  font-size: 1.1em;

}
table{max-width:100%}