/*!
Theme Name: Smash N Splash
Theme URI: https://smashnsplashma.com/
Author: J&R Marketing
Author URI: https://jandrmarketing.com/
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pandemic
Tags: One Column, Two Columns, Right Sidebar, Custom Background, Custom Header, custom-menu, Editor Style, Featured Images, flexible-header, Full Width Template, microformats, Post Formats, rtl-language-support, Sticky Post, Theme Options, translation-ready

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

default is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
SETTINGS
store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
used with preprocessors and contain font, colors definitions, etc
================================================
*/
/**
Colors
*/
/**
* Fonts
*/
/*
TOOLS
================================================
store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*
* Font-face
*/
.col-xs-pandemic-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.offset-xs-pandemic-5 {
  margin-left: 20%;
}

#offcanvas-menu li.menu-item-has-children::after, #searchform button::before {
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
}

.pandemic-match-slider .slick-arrow::before, .pandemic-match-slider .slick-arrow::after, .pandemic-video-slider .video-slider__next-btn::before, .pandemic-video-slider .video-slider__next-btn::after,
.pandemic-video-slider .video-slider__prev-btn::before,
.pandemic-video-slider .video-slider__prev-btn::after, .slick-arrow::before, .slick-arrow::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
a.button, .btn, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, a, .pandemic-match-slider .slick-arrow::before, .pandemic-match-slider .slick-arrow::after, .pandemic-news-main__item::before, .pandemic-news-main__link strong, .pandemic-players__item .player__avatar img, .pandemic-post-slider .post-slider__image img, .pandemic-video-slider .video-slider__next-btn::before, .pandemic-video-slider .video-slider__next-btn::after,
.pandemic-video-slider .video-slider__prev-btn::before,
.pandemic-video-slider .video-slider__prev-btn::after, .pandemic-video-slider .video-slider__next-btn span,
.pandemic-video-slider .video-slider__prev-btn span, .pandemic-video-slider .video-slider__progressbar-inner, .pandemic-video-slider .video-slider__image, .pandemic-video-slider .video-slider__link, .pandemic-video-slider .video-slider__link::before, .pandemic-video-slider .video-slider__link::after, .pandemic-video-slider .video-slider__content, .site-branding .logo-img--fixed, .offcanvas-toggle rect, .match-team__players .player__img, #primary-menu li .children,
#primary-menu li .sub-menu, #offcanvas-wrapper, #offcanvas-menu ul.sub-menu, .slide__nav-text.h6, .slide--right::before,
.slide--left::before, .slide--right .slide__img,
.slide--left .slide__img, .slide--right .slide__arrow--big,
.slide--left .slide__arrow--big, .slick-initialized, .slick-arrow::before, .slick-arrow::after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/*
GENERIC
================================================
reset and/or normalize styles, box-sizing definition, etc.
This is the first layer which generates actual CSS.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

#wp-calendar {
  width: 100%;
}

.wp-calendar-nav {
  margin-top: 10px;
}

#wp-calendar td, #wp-calendar th {
  padding: 10px;
  border: 1px solid #000;
  background: #1f242c;
  text-align: center;
}

#wp-calendar td:hover, #wp-calendar th:hover {
  background: #252b34;
}

#wp-calendar th {
  background: #1f242c;
}

#wp-calendar caption {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000;
  background: #252b34;
  border-bottom: 0px;
  color: #cccccc;
  font-weight: 600;
}

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  padding: 25px 30px;
  background: #ffffff14;
  margin: 20px 0px;
}

code, address, kbd {
  padding: 10px 20px;
  background: #ffffff14;
  display: inline-block;
  margin: 20px 5px;
}

blockquote {
  padding: 10px 20px;
  background: #ffffff14;
}

blockquote p {
  margin: 10px !important;
}

.clearfix {
  clear: both;
}

.page-template-default, .single-post {
  border-collapse: collapse;
  border-spacing: 0;
  border: medium none;
  vertical-align: middle;
  border-radius: 3px;
  margin: auto;
}

.page-template-default #page, .single-post #page {
  line-height: 28px;
}

.page-template-default #page ul, .page-template-default #page ol, .single-post #page ul, .single-post #page ol {
  padding-left: 20px;
}

.page-template-default #page li, .single-post #page li {
  margin: 5px 0px;
}

.page-template-default #page p, .page-template-default #page h2, .single-post #page p, .single-post #page h2 {
  margin: 20px 0px;
}

.page-template-default #page p:after, .page-template-default #page h2:after, .single-post #page p:after, .single-post #page h2:after {
  display: block;
  content: '';
  clear: both;
}

.page-template-default #page td, .page-template-default #page th, .single-post #page td, .single-post #page th {
  padding: 10px;
  background: #000000c4;
}

.page-template-default #page tfoot tr td, .single-post #page tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.page-template-default #page tfoot tr td:first-child, .single-post #page tfoot tr td:first-child {
  border-left: none;
}

.page-template-default #page tr td, .single-post #page tr td {
  font-weight: bold;
  font-size: 14px;
  padding: 9px 20px;
  vertical-align: top;
  border: none;
  background: #00000059;
}

dt {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  width: 100%;
}

dt::after {
  content: ":";
}

dd {
  padding: 0 0 10px 0;
  width: 100%;
}

.page-links {
  content: '';
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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.
*/
form#bbp-topic-search-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-bottom: 10px;
}

#bbpress-forums {
  background: 0 0;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  padding: 0;
  padding-top: 50px;
}

#bbpress-forums hr {
  margin: 0 0 24px;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
  background-color: #ffffff05;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
  background-color: #ffffff09;
}

.col-sm-8 #bbpress-forums {
  padding: 0;
}

body.reply-edit .reply {
  float: none;
}

#bbpress-forums div.reply {
  height: auto;
  width: 100%;
}

#bbpress-forums .status-spam.even, #bbpress-forums .status-trash.even {
  background-color: #fee;
}

#bbpress-forums .status-spam.odd, #bbpress-forums .status-trash.odd {
  background-color: #fdd;
}

#bbpress-forums .status-closed {
  color: #ccc;
}

#bbpress-forums .status-closed a {
  color: #ccc;
}

#bbpress-forums ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bbpress-forums li {
  margin: 0;
  list-style: none;
}

#bbpress-forums li > i {
  font-size: 60px;
  position: absolute;
  opacity: 0.1;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
  font-size: 12px;
  overflow: hidden;
  clear: both;
}

#bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
  clear: both;
}

#bbpress-forums li.bbp-footer {
  font-weight: 700;
  padding: 8px;
  text-align: center;
  background: #0000001c;
  border: 1px solid #ffffff1c;
}

#bbpress-forums fieldset.bbp-form legend, #bbpress-forums li.bbp-header {
  line-height: 20px;
  padding: 15px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  color: #ccc;
  background: #13151c96;
  border: 1px solid #ffffff1c;
}

.bbp-topic-title h3 {
  line-height: 20px;
  padding: 15px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  color: #ccc;
}

#bbpress-forums fieldset.bbp-form legend {
  margin-bottom: 10px;
}

#bbpress-forums li.bbp-header ul {
  overflow: hidden;
  color: #ccc;
}

#bbpress-forums .bbp-forums-list {
  margin: 0;
  padding-left: 0;
  border-left: 1px solid #000;
}

#bbpress-forums li > i {
  font-size: 60px;
  position: absolute;
  opacity: 0.05;
}

#bbpress-forums .bbp-forums-list li {
  font-size: 11px;
  width: 49%;
  margin-right: 1%;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #000;
}

#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}

li.bbp-forum-info, li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%;
}

li.bbp-forum-info i.fa-comments-o, li.bbp-topic-title i.fa-comment {
  width: 10%;
  display: inline-block;
  font-size: 24px;
  min-height: 46px;
  padding: 12px 20px 12px 12px;
  float: left;
}

.bbp-titlewrapper {
  display: inline-block;
  width: 90%;
  z-index: 10;
  position: relative;
}

#bbpress-forums .bbp-titlewrapper {
  padding-left: 30px;
}

a.bbp-forum-title, a.bbp-topic-permalink {
  font-weight: 500;
  font-size: 14px;
}

.bbp-author-name {
  color: #ccc;
}

.footer_widget a.bbp-forum-title {
  font-weight: 400;
  font-size: 12px;
}

a.bbp-forum-title:hover {
  color: white;
}

.widget a.bbp-forum-title {
  font-weight: 400;
  font-size: 12px;
}

.widget .bbp-logged-in h4 {
  margin: 0 0 10px;
}

.widget .bbp-logged-in a {
  font-weight: 700;
}

.widget .bbp-logged-in a.logout-link {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
  float: left;
  text-align: center;
  width: 10%;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
  text-align: center;
  float: left;
  width: 22%;
}

li.bbp-forum-freshness a, li.bbp-topic-freshness a {
  font-size: 10px;
  color: #999;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #ffffff1c;
  overflow: hidden;
  padding: 20px 15px 15px;
  border-right: 1px solid #ffffff1c;
  border-left: 1px solid #ffffff1c;
}

#bbpress-forums li.bbp-body ul.forum:first-child, #bbpress-forums li.bbp-body ul.topic:first-child {
  border-top: 0 solid #000;
}

li.bbp-header div.bbp-reply-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle {
  float: right;
}

li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-topic-content span#subscription-toggle {
  float: right;
}

#bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-reply-title h3, #bbpress-forums div.bbp-topic-title h3 {
  line-height: 1em;
  margin: 8px 0;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
  float: left;
  text-align: center;
  width: 115px;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0;
  float: none;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name {
  margin: 0 12px;
  word-break: break-word;
  display: inline-block;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role {
  font-size: 11px;
  font-style: italic;
}

#bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-topic-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
}

#bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-header .bbp-topic-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
}

#bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-topic-content {
  margin-left: 123px;
  padding: 0;
  text-align: left;
}

#bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-header .bbp-topic-content {
  margin-left: 123px;
  padding: 0;
  text-align: left;
}

div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}

li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}

.bbp-reply-header:first-child {
  border-top: 0 !important;
}

div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
  clear: both;
}

span.bbp-author-ip {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left;
}

#bbpress-forums div.bbp-reply-content a, #bbpress-forums div.bbp-topic-content a {
  background: 0 0;
  border: none;
  display: inline;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#bbpress-forums div.bbp-reply-content h1, #bbpress-forums div.bbp-reply-content h2, #bbpress-forums div.bbp-reply-content h3, #bbpress-forums div.bbp-reply-content h4, #bbpress-forums div.bbp-reply-content h5, #bbpress-forums div.bbp-reply-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0;
}

#bbpress-forums div.bbp-topic-content h1, #bbpress-forums div.bbp-topic-content h2, #bbpress-forums div.bbp-topic-content h3, #bbpress-forums div.bbp-topic-content h4, #bbpress-forums div.bbp-topic-content h5, #bbpress-forums div.bbp-topic-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0;
}

#bbpress-forums div.bbp-reply-content img, #bbpress-forums div.bbp-topic-content img {
  max-width: 100%;
}

#bbpress-forums div.bbp-reply-content ol, #bbpress-forums div.bbp-reply-content ul {
  margin: 0 15px 15px;
  padding: 0;
}

#bbpress-forums div.bbp-topic-content ol, #bbpress-forums div.bbp-topic-content ul {
  margin: 0 15px 15px;
  padding: 0;
}

#bbpress-forums div.bbp-reply-content ul li, #bbpress-forums div.bbp-topic-content ul li {
  list-style-type: disc;
}

#bbpress-forums div.bbp-reply-content ol li, #bbpress-forums div.bbp-topic-content ol li {
  list-style-type: decimal;
}

#bbpress-forums div.bbp-reply-content ol li li, #bbpress-forums div.bbp-topic-content ol li li {
  list-style-type: lower-alpha;
}

#bbpress-forums div.bbp-reply-content ol li li li, #bbpress-forums div.bbp-topic-content ol li li li {
  list-style-type: upper-roman;
}

#bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 2px;
}

#bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-topic-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 2px;
}

#bbpress-forums div.bbp-reply-content pre, #bbpress-forums div.bbp-topic-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto;
}

#bbpress-forums div.bbp-reply-content pre code, #bbpress-forums div.bbp-topic-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
}

div.bbp-breadcrumb {
  float: none;
  font-size: 12px;
}

div.bbp-breadcrumb p {
  margin-bottom: 0;
}

div.bbp-breadcrumb span {
  font-size: 12px;
}

div.bbp-topic-tags {
  font-size: 12px;
}

#bbpress-forums div.bbp-breadcrumb p {
  margin-bottom: 10px;
}

#bbpress-forums div.bbp-topic-tags {
  float: right;
}

#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px;
}

#bbp-topic-hot-tags {
  clear: both;
}

.bbp-meta span {
  font-size: 10px;
  text-transform: uppercase;
  color: #bbb;
}

#bbpress-forums #bbp-search-form {
  clear: left;
  margin-bottom: 0;
  margin-top: 20px;
}

#bbpress-forums div.bbp-search-form {
  float: right;
}

span.bbp-admin-links {
  float: right;
  color: #ddd;
}

span.bbp-admin-links a {
  color: #bbb;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

fieldset span.bbp-admin-links {
  float: left;
}

tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}

td.bbp-topic-admin-links, td.bbp-topic-counts {
  width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 700;
  font-size: 13px;
}

.bbp-topic-action #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}

.bbp-topic-action #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}

.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 700;
  font-size: 13px;
}

.bbp-topic-action #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

.bbpress .page-header-wrap {
  padding-bottom: 0px;
  margin-bottom: -50px;
  padding-top: 120px;
}

#bbpress-forums .bbp-pagination-links a:hover, #bbpress-forums .bbp-pagination-links span.current, #bbpress-forums .bbp-topic-pagination a:hover {
  opacity: 1;
  color: black;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
  margin: 5px 0;
  padding: 0;
  font-size: 11px;
}

#bbpress-forums p.bbp-topic-meta {
  margin: 5px 0;
  padding: 0;
  font-size: 11px;
}

#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
  font-size: 10px;
}

#bbpress-forums p.bbp-topic-meta span a {
  color: #ccc;
}

.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
  font-size: 10px;
  color: #666;
  margin-top: 10px;
}

.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline;
}

.bbp-pagination-links a, .bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none;
}

.bbp-pagination-links a:hover {
  background: #66fc98;
  color: black;
}

.bbp-pagination-links span.current {
  background: #66fc98;
  color: black;
}

.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.widget #bbp_search {
  width: 95%;
}

#bbp_search_submit {
  margin-left: 15px;
}

.widget #bbp_search_submit {
  margin-left: 0;
}

#bbp_search {
  margin-top: 8px;
}

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}

.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #000;
  text-decoration: none;
}

#wp-link .submitbox {
  height: auto !important;
}

#bbpress-forums fieldset.bbp-form {
  clear: left;
  margin-bottom: 10px;
  border: 1px solid #000 !important;
}

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
}

#bbpress-forums fieldset.bbp-form label[for=bbp_topic_subscription] {
  font-size: 10px;
  color: #666;
  position: relative;
  top: -3px;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label, #bbp-login fieldset label, #bbp-lost-pass fieldset label, #bbp-register fieldset label {
  width: 100px;
}

#bbpress-forums fieldset.bbp-form input, #bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
  margin: 0 0 8px;
  height: auto;
}

#bbpress-forums fieldset.bbp-form p:last-child {
  margin-bottom: 0;
}

textarea#bbp_forum_content, textarea#bbp_reply_content, textarea#bbp_topic_content {
  width: 97%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea#bbp_forum_content {
  height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}

.bbp-reply-form, .bbp-topic-form, .bbp-topic-tag-form {
  clear: left;
}

body.reply-edit .bbp-reply-form div.avatar img, body.single-forum .bbp-topic-form div.avatar img, body.single-reply .bbp-reply-form div.avatar img, body.topic-edit .bbp-topic-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #dddddd;
  line-height: 0;
  background-color: #efefef;
}

body.page .bbp-reply-form code, body.page .bbp-topic-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

body.reply-edit .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.topic-edit .bbp-topic-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

#delete_tag, #merge_tag {
  display: inline;
}

div.bbp-submit-wrapper {
  margin-top: 0px;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

div.bbp-submit-wrapper button {
  width: 100%;
}

p.form-allowed-tags {
  width: 462px;
}

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
  margin-top: -10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
}

#bbpress-forums div.bbp-the-content-wrapper table, #bbpress-forums div.bbp-the-content-wrapper tbody, #bbpress-forums div.bbp-the-content-wrapper td, #bbpress-forums div.bbp-the-content-wrapper tr {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px !important;
  min-height: 26px;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input[type=button] {
  padding: 5px 10px !important;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 5px;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
  margin-top: 30px;
  border: 0px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}

#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0;
}

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}

#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}

#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 8px;
  border-radius: 0;
}

#bbpress-forums #bbp-your-profile fieldset input:focus, #bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #000;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}

#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
}

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: 1px solid #fff;
  background-color: #000;
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password input, #bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}

div.bbp-template-notice, div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 .6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  clear: both;
}

div.bbp-template-notice {
  border: 1px solid #000 !important;
  background-color: #1A1D1F !important;
}

div.bbp-template-notice a {
  color: #fff;
  text-decoration: none;
}

div.bbp-template-notice.important {
  border: 1px solid #e6db55;
  background-color: #000;
}

div.bbp-template-notice.error, div.bbp-template-notice.warning {
  margin: 0 0 20px;
  font-size: 12px;
  color: #DF9A9A !important;
  border-radius: 3px;
  background: rgba(205, 36, 36, 0.1);
  border: 1px solid #CB4D4D;
}

div.bbp-template-notice.error a, div.bbp-template-notice.warning a {
  color: #c00;
}

div.bbp-template-notice p {
  margin: 0.5em 0 6px !important;
  padding: 2px;
  font-size: 10px;
  line-height: 140%;
}

.bbp-forum-content ul.sticky {
  background-color: #15171A !important;
  font-size: 1.1em;
}

.bbp-topics ul.sticky, .bbp-topics ul.super-sticky {
  background-color: #15171A !important;
  font-size: 1.1em;
}

.bbp-topics-front ul.super-sticky {
  background-color: #15171A !important;
  font-size: 1.1em;
}

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log {
  border-top: 1px dotted #fff;
  width: 100%;
  margin: 0;
  padding: 8px 0 0;
  font-size: 11px;
  color: #aaa;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log {
  border-top: 1px dotted #fff;
  width: 100%;
  margin: 0;
  padding: 8px 0 0;
  font-size: 11px;
  color: #aaa;
}

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li {
  list-style-type: none;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li {
  list-style-type: none;
}

.bbp-login-form fieldset legend {
  display: none;
}

.bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input, .bbp-login-form .bbp-username input {
  padding: 5px;
}

.bbp-login-form label {
  width: 140px;
  display: inline-block;
}

#sidebar .bbp-login-form label {
  width: 70px;
}

.bbp-login-form .bbp-email, .bbp-login-form .bbp-password, .bbp-login-form .bbp-remember-me, .bbp-login-form .bbp-submit-wrapper, .bbp-login-form .bbp-username {
  margin-top: 10px;
}

.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
  font-weight: 700;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
  float: none;
  width: 14px;
  border: 1px double #111;
}

#bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
  float: none;
  width: 14px;
  border: 1px double #111;
}

fieldset div.avatar {
  float: right;
}

.activity-list li.bbp_reply_create .activity-content .activity-inner, .activity-list li.bbp_topic_create .activity-content .activity-inner {
  border-left: 2px solid #000;
  margin-left: 5px;
  padding-left: 10px;
}

#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px;
}

#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}

#bbpress-forums .bbp-user-section {
  overflow: auto;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none;
}

#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper ul.bbp-topics {
  clear: none;
}

#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px;
  width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  color: black;
}

#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}

#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}

#bbpress-forums fieldset.bbp-form input, #bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
  margin: 0 0 8px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: 0px !important;
}

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
}

#send-invite-form.standard-form > .submit {
  display: none;
}

#bbpress-forums #new-post fieldset.bbp-form p {
  margin: 0 5px 8px 0px;
}

/* advance bbforums bar fixes*/
.bbp-bbcodes-toolbar {
  margin-bottom: 20px;
}

.bbp-bbtbar-button {
  display: inline-block;
  margin-right: 5px;
  /* padding: 5px; */
}

.bbp-bbtbar-button a {
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid black;
  border-radius: 5px;
}

.bbp-bbtbar-button a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.bbPress-signature button {
  -webkit-box-shadow: 0 0 10px rgba(5, 199, 247, 0.5), inset 0 0 1px 1px #05c7f7;
  box-shadow: 0 0 10px rgba(5, 199, 247, 0.5), inset 0 0 1px 1px #05c7f7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#096aa1), to(#26c3f6));
  background-image: linear-gradient(to top, #096aa1, #26c3f6);
  color: white;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #000;
  overflow: hidden;
  padding: 10px;
}

.wpb_widgetised_column dl {
  background-color: #1d1d1d;
  border: 1px solid #000;
  background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
  background-image: radial-gradient(ellipse farthest-corner at center 0px, #31a2a6 -150%, #333240 45%, #333240 85%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.wpb_widgetised_column dt, .wpb_widgetised_column dd {
  width: 50%;
  display: inline-block;
}

.wpb_widgetised_column dl dt {
  width: 40%;
}

.wpb_widgetised_column dl dd {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 15px;
  margin-bottom: 10px;
}

.media-frame select {
  height: 24px;
  padding: 2px;
  color: #333;
}

.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus {
  background-color: #0073aa !important;
}

.wp-core-ui .media-frame.mode-grid .attachment.selected .check {
  background-color: #0073aa !important;
}

body .wp-core-ui .wp-editor-tabs button {
  background: #1a1a1a !important;
  padding: 5px 10px !important;
  border: 1px solid black !important;
}

body .wp-core-ui .wp-editor-tabs button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}

body .wp-core-ui.html-active .wp-editor-tabs button#aboutMe-html, body .wp-core-ui.tmce-active .wp-editor-tabs button#aboutMe-tmce {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}

body .upload-ui .browser {
  color: #fff !important;
}

body .quicktags-toolbar {
  border: 1px solid #000;
  border-bottom: 0;
  background: #181B1E;
}

body .mce-container, body .mce-widget, body .mce-reset {
  background: #26262f !important;
  color: #555d66 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
}

body .mce-widget * {
  background: #26262f;
}

body .mce-toolbar .mce-btn button, body .qt-dfw {
  border: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .mce-btn .mce-txt {
  color: #555d66;
}

body .wp-core-ui button {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
  text-transform: capitalize;
  font-weight: 500;
  outline: none !important;
  border: 1px solid transparent;
}

.mce-toolbar .mce-btn, .qt-dfw {
  overflow: hidden !important;
}

body .wp-core-ui button.media-menu-item:hover {
  border: 0px !important;
  color: #1a1a1a;
}

body .mce-panel .mce-btn:focus i.mce-caret, body .mce-panel .mce-btn:hover i.mce-caret {
  border-top-color: #7d8a98;
}

body .wp-switch-editor {
  border: 1px solid #5a5a5a;
  border-radius: 5px 5px 0px 0px;
}

body .mce-menu-item .mce-ico, body .mce-menu-item .mce-text {
  color: #555d66;
}

body .mce-btn-small button {
  padding: 1px 5px;
  font-size: 12px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100%;
  color: #555d66;
  border: 1px solid transparent;
}

#wp-description-editor-container > .mce-container > .mce-container-body {
  border: 1px solid black;
}

body .mce-panel.mce-menu {
  border: 1px solid #000;
}

body div.mce-panel {
  border: 0;
  background: #26262f;
}

body .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-radius: 0;
  direction: ltr;
  background: #26262f;
  border: 1px solid #555d66;
}

.mce-container-body {
  border: 1px solid black;
}

.mce-btn button i {
  font-size: 16px !important;
}

#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
  width: 60%;
  background-color: #000;
  border: 1px solid #fff;
}

body .wp-core-ui .button-secondary:focus, body .wp-core-ui .button-secondary:hover {
  background: #131313;
  border-color: #000;
  color: #999;
}

body .wp-core-ui .button.focus, body .wp-core-ui .button.hover, body .wp-core-ui .button:focus, body .wp-core-ui .button:hover {
  background: #131313;
  border-color: #000;
  color: #999;
}

#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
  min-height: 48px;
  height: 48px;
  padding: 0px 20px !important;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums fieldset.bbp-form legend {
  background-color: #1c2026;
  border: 1px solid #ffffff1c;
}

/*
 * Page-level setup
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.offcanvas-menu-opened {
  overflow: hidden;
}

#page {
  background-size: cover;
}

.elementor-shape.headerdivider .elementor-shape-fill {
  fill: #12151E;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
a.button, .btn, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border: 2px solid #fff0;
  border-radius: 0 10px;
  background-color: transparent;
  padding: 20px 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
a.button:hover, .btn:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #68fe9a;
  color: #11131c;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
a.button:focus, .btn:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
  outline: none;
}

button.alt,
input[type='button'].alt,
input[type='reset'].alt,
input[type='submit'].alt,
a.button.alt, .btn.alt, .woocommerce #respond input#submit.alt.alt, .woocommerce a.button.alt.alt, .woocommerce button.button.alt.alt, .woocommerce input.button.alt.alt {
  background-color: #68fe9a;
  color: #11131c;
}

button.alt:hover,
input[type='button'].alt:hover,
input[type='reset'].alt:hover,
input[type='submit'].alt:hover,
a.button.alt:hover, .btn.alt:hover, .woocommerce #respond input#submit.alt.alt:hover, .woocommerce a.button.alt.alt:hover, .woocommerce button.button.alt.alt:hover, .woocommerce input.button.alt.alt:hover {
  background-color: transparent;
  color: #68fe9a;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea, select {
  margin-bottom: 30px;
  border: 1px solid #ffffff26;
  border-radius: 0 10px;
  background-color: #131418b3;
  padding: 15px 30px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transition: all .5s ease;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus, select:focus {
  outline: none;
  border-color: #68fe9a;
}

input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='range']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='color']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  text-transform: none;
  color: #d7d7d7;
  opacity: 1;
  font-size: 14px;
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='range']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='week']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='color']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  text-transform: none;
  color: #d7d7d7;
  opacity: 1;
  font-size: 14px;
}

input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='range']:-ms-input-placeholder, input[type='date']:-ms-input-placeholder, input[type='month']:-ms-input-placeholder, input[type='week']:-ms-input-placeholder, input[type='time']:-ms-input-placeholder, input[type='datetime']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, input[type='color']:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  text-transform: none;
  color: #d7d7d7;
  opacity: 1;
  font-size: 14px;
}

input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='range']::-ms-input-placeholder, input[type='date']::-ms-input-placeholder, input[type='month']::-ms-input-placeholder, input[type='week']::-ms-input-placeholder, input[type='time']::-ms-input-placeholder, input[type='datetime']::-ms-input-placeholder, input[type='datetime-local']::-ms-input-placeholder, input[type='color']::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  text-transform: none;
  color: #d7d7d7;
  opacity: 1;
  font-size: 14px;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='range']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='time']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='color']::placeholder,
textarea::placeholder, select::placeholder {
  text-transform: none;
  color: #d7d7d7;
  opacity: 1;
  font-size: 14px;
}

textarea {
  padding: 25px 30px;
}

option {
  background: #11131c;
  color: #fff;
}

.wpcf7-form label {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1.1em top 50%, 0 0;
  background-size: 0.8em auto, 100%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="white" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" ></path></svg>');
}

.wp-block-search .wp-block-search__input {
  margin-bottom: 0px;
}

/**
* Style for headings 1 through 6
*/
a {
  text-decoration: none !important;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.pagination ul, .woocommerce nav.woocommerce-pagination ul {
  padding-left: 0;
  list-style: none;
}

.pagination li, .woocommerce nav.woocommerce-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.pagination li a, .woocommerce nav.woocommerce-pagination li a {
  display: block;
  opacity: .9;
  margin: 0 10px 0 0;
  border-width: 3px;
  border-style: solid;
  background: rgba(0, 0, 0, 0);
  padding: 7px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.pagination li .page-selector, .woocommerce nav.woocommerce-pagination li .page-selector {
  font-size: 22px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child span {
  margin-left: 10px;
}

.woocommerce nav.woocommerce-pagination span.current {
  display: block;
  opacity: .9;
  margin: 0 10px 0 0;
  border-width: 3px;
  border-style: solid;
  background: rgba(0, 0, 0, 0);
  padding: 7px 15px;
  color: #fff;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 14px;
}

.woocommerce nav.woocommerce-pagination a {
  display: block !important;
  opacity: .9;
  margin: 0px 3px 0px 10px !important;
  border-width: 3px;
  border-style: solid;
  background: rgba(0, 0, 0, 0);
  padding: 7px 15px !important;
  color: #fff;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-color: white;
  line-height: 30px !important;
}

.page-links {
  padding-top: 20px;
}

.page-links span, .page-links a {
  display: inline-block;
  opacity: .9;
  margin: 0px 0px 0px 10px;
  border-width: 3px;
  border-style: solid;
  background: rgba(0, 0, 0, 0);
  padding: 1px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-active .site-header .col-full {
  position: relative;
}

.woocommerce-active .site-branding, .woocommerce-active .site-logo-anchor {
  float: left;
}

.site-header-cart {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.site-header-cart .cart-contents {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.244em;
  height: 2.244em;
  background-color: rgba(0, 0, 0, 0.05);
  text-indent: -9999px;
}

.site-header-cart .cart-contents:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  line-height: 2.244;
  text-align: center;
  text-indent: 0;
  content: "\f07a";
}

.site-header-cart .cart-contents span {
  display: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
  background-color: #2c2d33;
}

.site-search {
  clear: both;
  font-size: 0.857em;
}

.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
  padding: 1.387em 1.618em 1.387em 3.631em;
  line-height: 1;
}

.site-search .widget_product_search form:before {
  top: 1.387em;
  left: 1.618em;
}

.site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.sidebar-shop .widget_product_search input[type=search] {
  margin-bottom: 20px;
}

.sidebar-shop .widget_product_search input[type=submit] {
  width: 100%;
}

table.shop_table_responsive tbody th, table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
}

table.shop_table_responsive tr td:before {
  font-weight: 700;
  content: attr(data-title) ": ";
}

ul.products {
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 70px;
  padding-right: 0;
  padding-left: 0;
}

ul.products::before {
  display: table;
  content: " ";
}

ul.products::after {
  display: table;
  clear: both;
  content: "";
}

ul.products li.product {
  position: relative;
  margin-bottom: 4.236em;
  margin-left: 0;
  text-align: center;
  list-style: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
  -moz-transition: box-shadow 0.35s ease-in-out;
  -webkit-transition: box-shadow 0.35s ease-in-out;
  -o-transition: box-shadow 0.35s ease-in-out;
  padding-top: 15px;
}

ul.products li.product:hover {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

ul.products li.product .price, ul.products li.product .star-rating {
  margin: 0 auto 1em;
}

ul.products li.product .price {
  display: block;
  color: #60646c;
  font-weight: 400;
}

ul.products li.product .price ins {
  margin-left: 0.618em;
  background-color: transparent;
  font-weight: 700;
}

ul.products li.product h2, ul.products li.product h3 {
  margin: 15px 0 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wccm-td div {
  margin: 15px 0 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.products li.product .star-rating {
  margin-bottom: 5px;
  font-size: 12px;
}

ul.products li.product img {
  display: block;
  margin: 0 auto 1.618em;
}

ul.products li.product.product-category img {
  margin-bottom: 1.618em;
}

ul.products li.product .button {
  margin-bottom: 0.236em;
}

.single-product .main-content {
  padding-top: 50px;
}

.elementor-element .single-product div.product {
  margin: 0px !important;
  border-top: 1px solid #3e4148;
}

ul.single-product div.product {
  overflow: hidden;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 0px;
  margin-right: 1px;
  background: #0f1014;
  border-top: 1px solid #ffffff33;
}

.cspacing .single-product div.product {
  margin: 0px 1rem;
}

.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
  display: block;
  padding: 0.3em 0;
  border-bottom: none;
}

.single-product div.product::after {
  display: table;
  clear: both;
  content: "";
}

.single-product div.product .images, .single-product div.product .summary {
  margin-top: 0;
  margin-bottom: 2.618em;
}

.single-product div.product .images img {
  width: 100%;
}

.single-product div.product .images > img {
  margin-bottom: 1.618em;
}

.single-product div.product .images .woocommerce-main-image {
  display: block;
  margin-bottom: 1.618em;
}

.single-product .product_title {
  margin: 0 0 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-product.woocommerce div.product .summary .product_title {
  display: none;
}

.single-product div.product .images .thumbnails a.zoom {
  float: left;
  width: 15%;
  margin: 0 1% 12px;
}

.single-product div.product .images .thumbnails a.zoom.last {
  clear: right;
  margin-right: 0;
}

.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
  margin-left: 0;
}

.single-product div.product .images .thumbnails a.zoom img {
  width: 100%;
}

.single-product div.product form.cart {
  margin-bottom: 0;
  padding: 10px 0;
}

.single-product div.product form.cart::after {
  display: table;
  clear: both;
  content: "";
}

.single-product div.product form.cart .quantity {
  float: left;
}

.single-product div.product form.cart .button:hover {
  background: rgba(17, 17, 17, 0.8);
}

.single-product div.product table.variations {
  margin: 0;
}

.single-product div.product table.variations td, .single-product div.product table.variations th {
  display: list-item;
  float: left;
  padding: 0;
  color: #666;
  background-color: transparent;
  list-style: none;
}

.single-product div.product table.variations td.label {
  margin-right: 10px;
  font-size: 12px;
  line-height: 33px;
}

.single-product div.product table.variations td.label label {
  font: 400 12px/1.8 "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.single-product div.product table.variations a.reset_variations {
  margin-left: 10px;
  padding: 5px 15px;
  border-color: #eee #eee #ddd;
  border-radius: 2px;
  background-color: #eee;
  margin-top: 0px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.single-product div.product .single_variation .price {
  display: block;
  margin-bottom: 1em;
}

.single-product div.product .variations_button {
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product div.product .variations_button::after {
  display: table;
  clear: both;
  content: "";
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 0.618em;
  padding: 0 0 1.618em;
  line-height: 1;
}

.single-product div.product .woocommerce-product-rating::after {
  display: table;
  clear: both;
  content: "";
}

.single-product .blog-ptw.page-title-wrap h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 60px;
}

.single-product .page-title-wrap h4 {
  margin-bottom: 40px;
  margin-top: 10px;
  display: none;
}

.add_to_cart_button {
  padding: 8px 37px;
  border-radius: 2px;
  color: #fff;
  background: #111111;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single_add_to_cart_button {
  padding: 10px 45px;
  border: black;
  border-radius: 2px;
  color: #fff;
  background: #111111;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product .product-button-wrap .product_type_simple, ul.products li.product .product-button-wrap .button.product_type_simple, .shop-item .product-button-wrap .product_type_simple {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 0;
  opacity: 1;
  color: #aaa;
  color: #fff;
  background: #111111;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.product .product-button-wrap .product_type_simple:hover, ul.products li.product .product-button-wrap .button.product_type_simple:hover, .shop-item .product-button-wrap .product_type_simple:hover {
  background: rgba(17, 17, 17, 0.8);
}

.single-product div.product .woocommerce-product-rating a {
  font-size: 0.857em;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0px 4px 0 0;
}

.product_meta {
  float: left;
  width: 100%;
}

.single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}

.single-product div.product p.stock:before {
  margin-right: 0.53em;
  font-family: "Font Awesome 5 Free";
}

.single-product div.product p.stock.in-stock:before {
  content: "\f118";
}

.single-product div.product p.stock.out-of-stock:before {
  content: "\f119";
}

#reviews #comments {
  margin-top: 0;
  padding-top: 0;
}

#reviews .commentlist {
  float: left;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#reviews .commentlist li {
  clear: both;
  margin-bottom: 3.631em;
  list-style: none;
  position: relative;
}

#reviews .commentlist li time {
  opacity: 0.5;
  font-style: italic;
  font-size: 10px;
}

#reviews .commentlist li .avatar {
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  border: 0px !important;
  background: transparent !important;
  padding: 0px !important;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #fff;
  font-size: .75em;
}

#reviews .commentlist li p.meta {
  margin-bottom: 5px;
  opacity: 0.6;
  font-size: 12px;
}

#reviews .commentlist li .description {
  padding-bottom: 35px;
}

#reviews .commentlist li ul.children {
  float: right;
  width: 81.8181818182%;
  margin-right: 0;
  padding-top: 2.618em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-breadcrumb {
  float: left;
  margin-bottom: 1.236em;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.single-product .woocommerce-breadcrumb {
  float: none;
}

.woocommerce-breadcrumb a.home:before {
  margin-right: 0.53em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f015";
}

.product_list_widget {
  margin-left: 0;
  list-style: none;
}

.product_list_widget .amount {
  font-size: 12px;
  letter-spacing: 0;
}

.product_list_widget li::after {
  display: table;
  clear: both;
  content: "";
}

.product_list_widget li img {
  float: right;
  max-width: 2.618em;
}

.product_list_widget li .quantity {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.widget_shopping_cart_content .quantity span.woocommerce-Price-amount.amount {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.product_list_widget a:hover {
  color: #96588a;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  left: 0;
  opacity: 1;
}

.widget_shopping_cart p.buttons {
  margin: 0;
  padding: 0;
  text-align: center;
}

.widget_shopping_cart p.total {
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_product_categories ul {
  margin: 0;
}

.widget_product_categories ul li {
  margin-bottom: 0.618em;
  list-style: none;
}

.widget_product_categories ul li.current-cat:before {
  content: "\f115";
}

.widget_product_categories .children {
  margin-top: 0.618em;
  padding-left: 0px !important;
  margin-left: 10px !important;
}

.widget_product_search {
  padding: 0px !important;
}

.site-header .widget_shopping_cart li {
  padding-right: 1.387em;
  padding-left: 1.387em;
  background-color: rgba(0, 0, 0, 0.025);
}

.site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
  padding-right: 1.387em;
  padding-left: 1.387em;
  background-color: rgba(0, 0, 0, 0.025);
}

.widget_layered_nav li {
  margin-bottom: 0.618em;
}

.widget_layered_nav li:before {
  float: left;
  position: absolute;
  top: 9px;
  left: 0;
  padding-right: 5px;
  opacity: 1;
  color: #666;
  content: "\00BB";
}

.widget_layered_nav .chosen:before {
  content: "\f14a";
}

.widget.woocommerce li .count {
  float: right;
  font-size: 1em;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  line-height: 2.4em;
  text-align: right;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  margin-top: -0.25em;
  border-radius: 1em;
  outline: 0;
  opacity: 1;
  background: #96588a;
  cursor: ew-resize;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: 0;
  border-radius: 1em;
  background: #96588a;
  font-size: 0.7em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

table.cart {
  margin-bottom: 3.631em;
}

table.cart thead th {
  padding: 0;
}

table.cart td, table.cart th {
  padding: 0.53em;
}

table.cart .qty {
  max-width: 1.618em;
  padding: 0.236em;
}

table.cart td.actions label {
  display: none;
}

table.cart td.actions .coupon {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.236em 0;
}

.wc-tabs .active a {
  border-bottom: 2px solid #68fe9a !important;
  color: white !important;
}

.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}

.wc-proceed-to-checkout::after {
  display: table;
  clear: both;
  content: "";
}

.wc-proceed-to-checkout .button {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}

.wc-proceed-to-checkout .button.checkout-button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 37px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

.wc-proceed-to-checkout .button.checkout-button:hover {
  background: #111111;
}

ul#shipping_method {
  margin: 0;
  list-style: none;
}

a.remove {
  display: block;
  position: relative;
  height: 1.618em;
  font-weight: 400;
  line-height: 1.618;
  text-indent: -9999px;
}

.checkout_coupon {
  margin-bottom: 2.618em;
}

#shop-isle-checkout-coupon .checkout_coupon {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-info {
  display: none;
}

.woocommerce-cart .woocommerce-info {
  padding-left: 50px;
}

.woocommerce-thankyou-order-received {
  padding: 20px;
  border-top-color: #8fae1b;
  border-top-width: 3px;
  border-top-style: solid;
}

.woocommerce-checkout #shop-isle-checkout-coupon .woocommerce-info {
  display: block;
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-first {
  width: 100%;
  margin-right: 0;
  margin-left: -200px;
  padding-left: 200px;
}

#shop-isle-checkout-coupon .woocommerce-info, #shop-isle-checkout-coupon .woocommerce-error {
  margin-bottom: 15px;
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-first input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 2px;
}

.woocommerce #shop-isle-checkout-coupon .form-row input[type="submit"] {
  max-width: 195px;
  margin-right: 0;
}

#shop-isle-checkout-coupon .checkout_coupon .form-row-last {
  width: auto;
}

form.checkout::after {
  display: table;
  clear: both;
  content: "";
}

#payment {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

#payment::after {
  display: table;
  clear: both;
  content: "";
}

#payment .create-account {
  clear: both;
}

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #000 !important;
}

#payment .payment_methods li {
  margin-left: 0;
  padding: 1.387em !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  list-style: none !important;
}

#payment .payment_methods li img {
  float: right;
  max-height: 1.618em;
  padding: 0;
  border: 0;
}

#payment .payment_methods li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#payment .payment_methods li label {
  width: 92%;
  margin-left: 0.618em;
  padding-top: 0 !important;
  font-weight: 700;
}

#payment .payment_methods li p {
  margin: 0;
}

#payment .payment_methods li .payment_box {
  padding: 1.387em;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.035);
  margin-bottom: 0px;
  color: white;
}

#payment .payment_methods li .payment_box fieldset {
  margin: 0;
  padding: 1em 0 0;
  border: 0;
  font-size: 0.857em;
}

#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}

#payment .payment_methods li .payment_box fieldset .form-row-first select {
  width: 48%;
}

#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
  float: right;
}

#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}

#payment .payment_methods li .payment_box fieldset .help {
  float: right;
  width: 75%;
}

#payment .terms {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}

#payment .terms label {
  display: inline;
}

#payment .terms input {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0.327em 0.53em 0 0;
}

#payment .place-order {
  float: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1.387em;
}

#payment .place-order .button {
  width: 100%;
  font-size: 1.387em;
}

#customer_login .col-1 {
  margin-bottom: 1.618em;
  padding-bottom: 1.618em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

ul.order_details {
  position: relative;
  margin-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
}

ul.order_details::after {
  display: table;
  clear: both;
  content: "";
}

ul.order_details li {
  float: left;
  padding: 1em 1.618em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  text-transform: uppercase;
}

ul.order_details li:last-child {
  border-right: 0;
}

ul.order_details li strong {
  display: block;
  font-size: 1.387em;
  text-transform: none;
}

ul.digital-downloads {
  margin-left: 0;
  list-style: none;
}

ul.digital-downloads li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

ul.digital-downloads li:before {
  margin-right: 0.53em;
  font-family: "Font Awesome 5 Free";
  content: "\e092";
}

.my_account_orders .button {
  margin-right: 0.236em;
  padding: 0.53em 1em;
  font-size: 0.857em;
}

.form-row label {
  display: block;
}

.form-row input, .form-row select, .form-row textarea {
  width: 100%;
}

.form-row .button {
  width: auto;
}

.form-row input[type=checkbox], .form-row input[type=radio] {
  width: auto;
}

.form-row.create-account label {
  display: inline-block;
}

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
  box-shadow: inset 2px 0 0 #e2401c;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

abbr.required {
  border-bottom: 0 !important;
  color: red;
}

.demo_store {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em 1.387em;
  color: #fff;
  background-color: #3d9cd2;
}

.demo_store:before {
  margin-right: 0.53em;
  font-family: Font Awesome 5 Free;
  content: "\70";
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 5.5em;
  height: 1em;
  margin-bottom: 10px;
  font-family: star;
  font-size: 1em;
  line-height: 1;
}

.star-rating:before {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.2);
  content: "\73\73\73\73\73";
}

.star-rating span {
  float: left;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
}

.star-rating span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\53\53\53\53\53";
}

.onsale {
  position: absolute;
  top: 17px;
  left: 17px;
  left: auto;
  min-width: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.9);
  line-height: 50px;
  text-align: center;
}

.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 17px;
  left: 17px;
  left: auto;
  min-width: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.9);
  line-height: 50px;
  text-align: center;
}

.onsale.out-of-stock {
  padding: 0 10px;
  background-color: #e03958;
}

.product-main-content .onsale {
  right: auto;
}

.product-main-content .onsale.out-of-stock {
  width: auto;
}

.quantity .qty {
  height: 49px;
  min-width: 80px;
  padding: 26px 16px;
  border: 1px solid #68fe9a;
  border-radius: 0px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
}

.shop-isle-sorting {
  margin-bottom: 2.618em;
  font-size: 0.857em;
}

.woocommerce-tabs {
  padding: 1em 0;
}

.woocommerce-tabs ul.tabs {
  margin-left: 0;
  text-align: center;
  list-style: none;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #555;
}

.woocommerce-error {
  list-style: none;
}

.page-title ~ .woocommerce-error, .page-title ~ .woocommerce-info, .page-title ~ .woocommerce-message {
  width: 1170px;
  margin: 10px auto;
  padding-left: 48px;
}

.woocommerce-page-title ~ .woocommerce-error, .woocommerce-page-title ~ .woocommerce-info, .woocommerce-page-title ~ .woocommerce-message {
  width: 1110px;
  margin: 50px auto 20px;
}

.woocommerce-error ~ .module-small, .woocommerce-info ~ .module-small, .woocommerce-message ~ .module-small {
  padding-top: 10px;
}

.module-small-shop ul.products {
  padding-top: 50px;
}

.module-small-shop .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.sidebar-shop {
  padding-top: 50px;
}

.woocommerce-noreviews, p.no-comments {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid rgba(234, 234, 234, 0.13);
  border-radius: 4px;
  color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 15px 15px 15px 25px;
  border-radius: 0px;
  background: #0a0b11;
  color: white;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #68fe9a !important;
  color: #11131c !important;
}

.woocommerce-error {
  padding-left: 50px;
}

form.checkout.woocommerce-checkout .col-1, form.checkout.woocommerce-checkout .col-2 {
  max-width: none !important;
}

.woocommerce-info {
  border-color: #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

.woocommerce-info a {
  color: #31708f;
  font-weight: bold;
}

.woocommerce-info a.button {
  float: right;
  border: none;
  color: #31708f;
  font-weight: bold;
}

.woocommerce-message::before {
  position: relative;
  margin-right: 5px;
  top: 2px;
  left: 0px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  height: auto !important;
  padding: 15px !important;
  min-height: 55px !important;
}

.woocommerce-message a {
  color: #3c763d;
  font-weight: bold;
}

.woocommerce-message a.button {
  float: right;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 25px;
  margin-top: -4px;
}

.woocommerce-error a {
  color: #a94442;
  font-weight: bold;
}

.woocommerce-error a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.woocommerce-message a:hover, .woocommerce-info a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.woocommerce-error a.button {
  float: right;
  border: none;
  color: #a94442;
  font-weight: bold;
}

.woocommerce-error a.button:hover {
  opacity: 0.7;
}

.woocommerce-error a.wc-backward {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  background: #a94442;
}

.woocommerce-error::after {
  display: table;
  clear: both;
  content: "";
}

.woocommerce-info::after, .woocommerce-message::after, .woocommerce-noreviews::after, p.no-comments::after {
  display: table;
  clear: both;
  content: "";
}

.woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  margin-top: 2.618em;
}

dl.variation {
  font-size: 0.857em;
}

dl.variation dd {
  margin: 0 0 1em;
}

.shop-isle-product-section {
  margin-bottom: 4.236em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.025);
}

.shop-isle-product-section .section-title {
  text-align: center;
}

.shop-isle-product-section:last-child {
  border-bottom: 0;
}

p.stars {
  font-size: 1em;
}

p.stars .active {
  color: #68fe9a !important;
}

p.stars a {
  display: inline-block;
}

p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table.shop_table_responsive thead {
  display: table-header-group;
}

table.shop_table_responsive tbody th {
  display: table-cell;
}

table.shop_table_responsive tr td {
  display: table-cell;
}

table.shop_table_responsive tr td:before {
  display: none;
}

.site-header-cart {
  position: relative;
}

.site-header-cart .cart-contents {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 1em 2.244em;
  background-color: transparent;
  text-indent: 0;
}

.site-header-cart .cart-contents:after {
  top: 0;
  right: 1.618em;
  width: 1em;
  height: 1em;
  line-height: 1.387;
}

.site-header-cart .cart-contents .amount {
  margin-right: 0.327em;
}

.site-header-cart .cart-contents .count {
  opacity: 0.5;
  font-size: 0.857em;
  font-weight: 400;
}

.site-header-cart .cart-contents span {
  display: inline;
}

.site-header-cart .widget_shopping_cart {
  display: block;
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: -999em;
  width: 100%;
  font-size: 0.857em;
}

.site-header-cart .widget_shopping_cart h2.widgettitle {
  display: none;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
  float: left;
  position: relative;
  top: auto;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
  text-align: left;
}

.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
  left: 0;
}

ul.products li.product {
  float: left;
  clear: none;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0.857em;
}

.shop-with-sidebar ul.products li.product {
  width: 33.2%;
}

.shop-with-sidebar ul.products li.product:nth-child(3n+1) {
  clear: left;
}

ul.products li.product.last {
  margin-right: 0;
}

ul.products li.product.first {
  clear: both;
}

.single-product ul.products li.product.first {
  clear: none;
}

.page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product, .page-template-template-homepage-php .site-main .columns-1 ul.products li.product, .shop-isle-full-width-content .site-main .columns-1 ul.products li.product {
  float: none;
  width: 100%;
  margin-right: 0;
}

.page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product, .page-template-template-homepage-php .site-main .columns-2 ul.products li.product, .shop-isle-full-width-content .site-main .columns-2 ul.products li.product {
  float: left;
  width: 47.8260869565%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product, .page-template-template-homepage-php .site-main .columns-3 ul.products li.product, .shop-isle-full-width-content .site-main .columns-3 ul.products li.product {
  float: left;
  width: 30.4347826087%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .shop-isle-full-width-content .site-main .columns-4 ul.products li.product {
  float: left;
  width: 21.7391304348%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product, .page-template-template-homepage-php .site-main .columns-5 ul.products li.product, .shop-isle-full-width-content .site-main .columns-5 ul.products li.product {
  width: 16.9%;
  margin-right: 3.8%;
}

.site-main .columns-1 ul.products li.product {
  float: none;
  width: 100%;
  margin-right: 0;
}

.site-main .columns-2 ul.products li.product {
  width: 48%;
  margin-right: 3.8%;
}

.site-main .columns-3 ul.products li.product {
  float: left;
  width: 29.4117647059%;
  margin-right: 5.8823529412%;
}

.site-main .columns-4 ul.products li.product {
  width: 22.05%;
  margin-right: 3.8%;
}

.site-main .columns-5 ul.products li.product {
  width: 16.9%;
  margin-right: 3.8%;
}

.site-main ul.products li.product {
  float: left;
  width: 29.4117647059%;
  margin-right: 5.8823529412%;
}

.single-product div.product .images {
  float: left;
  position: relative;
  width: 41.1764705882%;
  margin-right: 5.8823529412%;
  margin-bottom: 3.631em;
}

.single-product div.product .images .thumbnails::after {
  display: table;
  clear: both;
  content: "";
}

.single-product div.product .summary {
  float: right;
  width: 52.9411764706%;
  margin-right: 0;
  margin-bottom: 3.631em;
}

.single-product div.product .woocommerce-tabs {
  clear: both;
  position: relative;
}

.single-product div.product .woocommerce-tabs:before {
  content: '';
  width: 1000%;
  left: -200%;
  height: 1px;
  opacity: 0.25;
  position: absolute;
  bottom: 0px;
}

.single-product .header-shopping-cart .amount {
  font-size: 12px;
}

.widget_shopping_cart .product_list_widget li.empty {
  color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 0px !important;
  padding-left: 80px !important;
  width: 100%;
}

.woocommerce ul.products li.product .button {
  margin-top: 0px;
  margin-bottom: 10px;
}

#reviews .comment-form-author {
  width: 50%;
  padding: 0 15px;
}

#reviews .comment-form-email {
  width: 50%;
  padding: 0 15px;
  margin-right: 0;
  padding-right: 0;
}

.shop-isle-full-width-content.single-product div.product .images {
  float: left;
  width: 30.4347826087%;
  margin-right: 4.347826087%;
  margin-bottom: 3.631em;
}

.shop-isle-full-width-content.single-product div.product .images .thumbnails a.zoom {
  float: left;
  width: 14.2857142857%;
  margin-right: 14.2857142857%;
}

.shop-isle-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}

.shop-isle-full-width-content.single-product div.product .summary {
  float: right;
  width: 65.2173913043%;
  margin-right: 0;
  margin-bottom: 3.631em;
}

.shop-isle-full-width-content.single-product div.product .woocommerce-tabs {
  clear: both;
}

.shop-isle-full-width-content.single-product .related ul.products li.product, .shop-isle-full-width-content.single-product .upsells ul.products li.product {
  float: left;
  width: 30.4347826087%;
  margin-right: 4.347826087%;
}

.woocommerce .page-description {
  float: left;
  width: 100%;
  margin-bottom: 1.618em;
  padding: 0 15px 15px;
}

.shop-isle-sorting {
  margin-bottom: 2.618em;
}

.shop-isle-sorting::after {
  display: table;
  clear: both;
  content: "";
}

.shop-isle-sorting select {
  width: 9.505em;
}

.woocommerce-result-count {
  float: left;
  position: relative;
  padding: 0.327em 0;
  margin: 5px 0px 0px 0px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.woocommerce-ordering {
  float: right;
  margin-right: 1em;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-ordering select {
  letter-spacing: 2px;
}

.woocommerce-pagination {
  clear: none;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent !important;
}

.woocommerce-pagination ul.page-numbers {
  margin-left: 0;
  padding-left: 0;
}

.page-template-template-fullwidth-php table.cart .product-thumbnail {
  display: table-cell;
}

.page-template-template-fullwidth-php table.cart .product-thumbnail img {
  max-width: 3.631em;
  height: auto;
  border: 0.327em solid #fff;
}

.page-template-template-fullwidth-php table.cart thead {
  font-size: 1em;
  text-indent: 0;
}

.page-template-template-fullwidth-php table.cart thead th {
  padding: 0.857em 1.387em;
}

table.cart td, table.cart th {
  padding: 0.857em 1.387em;
}

table.cart .qty {
  max-width: 3.632em;
  padding: 0.857em;
}

table.cart .product-remove {
  display: table-cell;
}

table.cart .product-quantity .minus, table.cart .product-quantity .plus {
  display: inline-block;
}

table.cart .quantity .qty {
  width: 100%;
  max-width: 100%;
  height: 33px;
  padding: 0.618em;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  font-size: 12px;
  line-height: 1.42857143;
  text-align: left;
  letter-spacing: 1px;
}

table.cart td.actions {
  text-align: right;
}

table.cart td.actions label {
  display: none;
}

table.cart td.actions .coupon {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.coupon button.button {
  padding: 10px;
  margin-left: 5px;
}

table.cart td.actions input {
  display: inline-block;
  width: auto;
  margin: 0;
}

.cart-collaterals::after {
  display: table;
  clear: both;
  content: "";
}

.cart-collaterals .cross-sells {
  float: left;
  width: 41.1764705882%;
  margin-right: 5.8823529412%;
}

.cart-collaterals .cross-sells ul.products li.product {
  float: left;
  width: 42.8571428571%;
  margin-right: 14.2857142857%;
}

.cart-collaterals .cart_totals {
  float: right;
  clear: right;
  width: 52.9411764706%;
  margin: 0;
}

.cart-collaterals .shipping_calculator {
  float: right;
  clear: right;
  width: 52.9411764706%;
  margin: 0;
  clear: right;
}

.page-template-template-fullwidth-php .cart-collaterals .cross-sells {
  float: left;
  width: 47.8260869565%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
  float: left;
  width: 45.4545454545%;
  margin-right: 9.0909090909%;
}

.page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
  float: right;
  width: 47.8260869565%;
  margin-right: 0;
}

.col2-set {
  float: left;
  width: 52.9411764706%;
  margin-right: 5.8823529412%;
}

.cart_totals h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.cross-sells h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.cross-sells ul.products {
  padding-top: 0;
}

.cross-sells ul.products li.product {
  padding-right: 0;
  padding-left: 0;
}

.cross-sells .product:hover .product-button-wrap {
  bottom: 60%;
}

.cart_totals table {
  padding: 12px;
  border: 1px solid #000;
}

.cart_totals table td, .cart_totals table th {
  padding: 12px;
  border: 1px solid #000;
}

.cart_totals table > tbody > tr:nth-of-type(odd) {
  background-color: rgba(10, 10, 10, 0.3);
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
  border: 1px solid #000 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: 1px solid #000 !important;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: 1px solid #000 !important;
}

.col2-set .form-row-first {
  float: left;
  width: 33.3333333333%;
  margin-right: 11.1111111111%;
}

.col2-set .form-row-last {
  float: right;
  width: 55.5555555556%;
  margin-right: 0;
}

.col2-set .col-1, .col2-set .col-2 {
  margin-bottom: 1.618em;
}

.col2-set + #customer_details {
  display: none;
}

#order_review {
  float: right;
  clear: right;
  width: 100%;
  margin-right: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

#order_review_heading {
  float: right;
  clear: right;
  width: 100%;
  margin-right: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
  margin-bottom: 0;
  padding: 0.618em 2.0833333333%;
}

.woocommerce-order-pay #order_review {
  float: none;
  width: 100%;
  border-width: 3px;
}

.woocommerce-order-pay #order_review #payment h3 {
  padding-top: 1em;
  padding-left: 1em;
}

.woocommerce-order-pay #order_review .payment_methods + .form-row {
  padding: 1em;
}

.woocommerce-order-pay #order_review .button#place_order {
  display: block;
  width: 100%;
}

#wc_checkout_add_ons {
  float: left;
  width: 41.1764705882%;
  margin-right: 5.8823529412%;
}

.page-template-template-fullwidth-php .col2-set {
  float: left;
  width: 47.8260869565%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .col2-set .form-row-first {
  width: 45.4545454545%;
  margin-right: 9.0909090909%;
}

.page-template-template-fullwidth-php .col2-set .form-row-last {
  float: right;
  width: 45.4545454545%;
  margin-right: 0;
}

.page-template-template-fullwidth-php #order_review, .page-template-template-fullwidth-php #order_review_heading, .page-template-template-fullwidth-php #wc_checkout_add_ons {
  float: right;
  width: 47.8260869565%;
  margin-right: 0;
}

.page-template-template-fullwidth-php #order_review {
  font-size: 0.857em;
}

.form-row-first {
  float: left;
  clear: both;
  width: 47.0588235294%;
  margin-right: 5.8823529412%;
}

.form-row-last {
  float: right;
  width: 47.0588235294%;
  margin-right: 0;
}

.page-template-template-fullwidth-php .form-row-first {
  float: left;
  width: 47.8260869565%;
  margin-right: 4.347826087%;
}

.page-template-template-fullwidth-php .form-row-last {
  float: right;
  width: 47.8260869565%;
  margin-right: 0;
}

.shop-isle-full-width-content .woocommerce-tabs ul.tabs {
  float: left;
  width: 30.4347826087%;
  margin-right: 4.347826087%;
}

.shop-isle-full-width-content .woocommerce-tabs .panel {
  float: right;
  width: 65.2173913043%;
  margin-right: 0;
  margin-bottom: 3.631em;
}

.woocommerce-tabs {
  margin-bottom: 2.618em;
  padding-top: 2.618em;
  padding-bottom: 2.618em;
}

.woocommerce-tabs::after {
  display: table;
  clear: both;
  content: "";
}

.woocommerce-tabs ul.tabs {
  float: left;
  width: 100%;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  float: left;
  margin: 0;
  margin-bottom: -1px;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 15px;
}

.woocommerce-tabs ul.tabs li.active {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #555;
  background-color: #fff;
  cursor: default;
}

.woocommerce-tabs .panel {
  float: left;
  width: 100%;
  margin-top: 0;
}

#order_review .shop_table {
  padding: 12px;
  border: 1px solid #000;
}

#order_review .shop_table th, #order_review .shop_table td {
  padding: 12px;
  border: 1px solid #000;
}

.module-cart-top {
  padding-bottom: 0;
}

.module-cart-bottom {
  padding-top: 0;
}

table.cart td.actions input[name="update_cart"] {
  padding: 8px 37px;
  border: 1px solid transparent;
  border: #111111;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

table.cart td.actions input[name="update_cart"]:hover {
  background: #111111;
}

table.cart td.actions input[name="apply_coupon"] {
  padding: 8px 37px;
  border: #d8d8d8;
  border-radius: 2px;
  color: #111;
  background: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

table.cart td.actions input[name="apply_coupon"]:hover {
  background: #d8d8d8;
}

.shop_table.cart {
  padding: 12px;
  border: 1px solid #0a0a0a;
}

.shop_table.cart td, .shop_table.cart th {
  padding: 12px;
  border: 1px solid #0a0a0a;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 15px 12px;
  line-height: 1.5em;
  font-size: 12px;
  text-transform: uppercase;
}

.shop_table.cart img {
  max-width: 83px;
}

.shop_table.cart > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

table.cart td.actions input[name="coupon_code"] {
  height: 33px;
  padding: 6px 12px !important;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 1px;
}

tr.cart_item td.product-name a {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

td.product-price span.amount, td.product-subtotal span.amount {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.related.products {
  padding: 70px 0 0 0;
}

.related.products .amount {
  font: 400 12px/1.8 "Open Sans", sans-serif;
}

.upsells.products .amount {
  font: 400 12px/1.8 "Open Sans", sans-serif;
}

.related.products h2, .upsells.products h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#review_form_wrapper {
  clear: both;
  padding-top: 30px !important;
}

#reviews #comments .comment-text {
  float: left;
  margin-left: 20px;
}

#reviews #comments p.meta strong {
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#reviews form input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 33px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid rgba(234, 234, 234, 0.3);
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 2px;
}

#reviews form p {
  float: left;
  margin: 0;
}

#reviews p.comment-form-comment {
  width: 100%;
  padding-left: 15px;
}

#reviews p.comment-form-comment textarea {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
  padding: 6px 12px;
  border: 1px solid rgba(234, 234, 234, 0.3);
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 2px;
}

#review_form_wrapper form {
  float: left;
  margin-top: 25px;
  margin-left: -15px;
}

p.comment-form-rating {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

#reviews form input[type="submit"] {
  margin-left: 15px;
  padding: 8px 37px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
}

#reviews form input[type="submit"]:hover {
  background: #111111;
}

.wc-backward {
  padding: 8px 37px;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wc-backward:hover {
  color: #fff;
  background: #111111;
}

.shipping-calculator-form button {
  padding: 8px 37px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

.shipping-calculator-form button:hover {
  background: #111111;
}

.shipping-calculator-form input, .shipping-calculator-form select {
  width: 100%;
  max-width: 100%;
  height: 33px;
  padding: 0.618em;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.42857143;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce-account h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce-account input {
  height: 33px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="password"], .woocommerce-account input[type="tel"] {
  padding: 10px;
}

.woocommerce-account input[type="submit"] {
  border-radius: 2px;
}

.woocommerce-account input[type="submit"]:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

ul.products li.product {
  overflow: hidden;
}

.shop-with-sidebar ul.products li.product:nth-child(4n+1) {
  clear: none;
}

.shop-with-sidebar ul.products li.product:nth-child(3n+1) {
  clear: left;
}

h1.page-title {
  margin-top: 0;
}

.container-wooinfo {
  padding-right: 0;
  padding-left: 0;
}

.shop_isle_hidden_if_not_customizer {
  display: none !important;
}

body.home .navbar-color-customizer {
  background-color: rgba(10, 10, 10, 0.9) !important;
}

.shop-item-detail {
  padding: 0;
}

.shop-item-detail .add_to_cart_inline {
  border: 0 !important;
}

.shop-item-detail del, .shop-item-detail ins {
  display: none;
}

.navbar-cart-inner {
  float: right;
  position: relative;
  width: 25px;
  height: 25px;
}

.navbar-cart-inner .icon-basket {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 14px;
}

.navbar-cart-inner:hover .icon-basket {
  color: white;
}

.navbar-cart-inner .cart-item-number {
  position: absolute;
  top: 9px;
  right: initial;
  left: 7px;
  width: auto;
  min-width: 14px;
  border-radius: 2px;
  background: #e5e5e5;
}

.navbar-cart {
  display: table-cell !important;
  width: 90px;
  height: 25px;
  margin-left: 20px;
  padding-left: 30px;
  vertical-align: middle;
}

/*******************************************/
/** Header shopping cart               *****/
/*******************************************/
.header-shopping-cart {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 300px;
  padding: 11px 15px;
  background-color: rgba(26, 26, 26, 0.9);
}

.navbar-cart-inner:hover .header-shopping-cart {
  display: block;
}

.header-shopping-cart .mini_cart_item a {
  display: block;
  padding-top: 10px;
  color: #999;
  font-size: 11px;
  text-align: right;
  letter-spacing: 2px;
}

.header-shopping-cart .product_list_widget li img {
  float: left;
  max-width: 57px;
  margin-top: -10px;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.header-shopping-cart .widget.woocommerce a:hover {
  color: #fff;
}

.header-shopping-cart .mini_cart_item .quantity {
  color: #888;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}

.header-shopping-cart .mini_cart_item .quantity span {
  color: #888;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}

.header-shopping-cart .widget_shopping_cart p.buttons {
  margin-bottom: -10px;
  padding-bottom: 0;
}

.header-shopping-cart .widget_shopping_cart p.buttons a {
  padding: 8px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-shopping-cart .widget_shopping_cart p.buttons a.wc-forward {
  margin-left: 5px;
}

.header-shopping-cart .widget_shopping_cart p.buttons a:hover {
  opacity: 0.85;
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li a.remove {
  top: -10px;
  right: 5px;
  bottom: 15px;
  left: auto;
  color: #aaa;
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li a.remove:hover {
  color: #f96262;
  background-color: transparent;
}

.header-shopping-cart .widget_shopping_cart p.total {
  margin: 20px 0;
  padding: 0;
  color: #aaa;
  text-align: right;
}

.header-shopping-cart .widget_shopping_cart .amount {
  color: #fff;
}

.header-shopping-cart .widget_shopping_cart .product_list_widget li.mini_cart_item {
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid rgba(73, 71, 71, 0.15);
}

.header-shopping-cart dl.variation {
  display: inline-block;
  width: 100%;
}

.header-shopping-cart dl.variation dd {
  float: right;
  width: 49%;
  margin: 0;
  text-align: right;
}

.header-shopping-cart dl.variation dt {
  float: left;
  width: 49%;
  margin-bottom: 5px;
  text-align: right;
}

.header-shopping-cart dl.variation dd p {
  margin-bottom: 5px;
}

/* rating stars */
p.stars {
  position: relative;
  width: 100px;
  height: 20px;
}

p.stars span {
  float: left;
  overflow: hidden;
  width: 100px;
  height: 20px;
  line-height: 20px;
}

p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  float: left;
  position: relative;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  color: transparent;
}

p.stars span:before {
  font-family: star;
  font-size: 16px;
  text-align: left;
  letter-spacing: 2px;
}

p.stars a.star-1:hover:before, p.stars a.star-2:hover:before, p.stars a.star-3:hover:before, p.stars a.star-4:hover:before, p.stars a.star-5:hover:before {
  font-family: star;
  font-size: 16px;
  text-align: left;
  letter-spacing: 2px;
}

p.stars span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: "\53\53\53\53\53";
  opacity: 0.2;
}

p.stars a.star-1 {
  z-index: 10;
  width: 18px;
}

p.stars a.star-2 {
  z-index: 8;
  width: 36px;
  margin-left: -18px;
}

p.stars a.star-3 {
  z-index: 6;
  width: 54px;
  margin-left: -36px;
}

p.stars a.star-4 {
  z-index: 4;
  width: 72px;
  margin-left: -54px;
}

p.stars a.star-5 {
  z-index: 2;
  width: 90px;
  margin-left: -72px;
}

p.stars a.star-1:hover:before, p.stars a.star-2:hover:before, p.stars a.star-3:hover:before, p.stars a.star-4:hover:before, p.stars a.star-5:hover:before, p.stars a.star-1.active:before, p.stars a.star-2.active:before, p.stars a.star-3.active:before, p.stars a.star-4.active:before, p.stars a.star-5.active:before {
  position: absolute;
  top: 2px;
  right: 0;
  left: auto;
  height: 20px;
  font-family: star;
  font-size: 16px;
  letter-spacing: 2px;
}

p.stars a.star-1:hover:before, p.stars a.star-1.active:before {
  z-index: 9;
  width: 18px;
  content: "\53" !important;
}

p.stars a.star-2:hover:before, p.stars a.star-2.active:before {
  z-index: 7;
  width: 36px;
  content: "\53\53" !important;
}

p.stars a.star-3:hover:before, p.stars a.star-3.active:before {
  z-index: 5;
  width: 54px;
  content: "\53\53\53" !important;
}

p.stars a.star-4:hover:before, p.stars a.star-4.active:before {
  z-index: 3;
  width: 72px;
  content: "\53\53\53\53" !important;
}

p.stars a.star-5:hover:before, p.stars a.star-5.active:before {
  z-index: 1;
  width: 90px;
  content: "\53\53\53\53\53" !important;
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  display: none;
  content: "";
}

a.remove {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  border: 0;
  border-radius: 100%;
  color: #f96262;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

a.remove:hover {
  color: #fff;
  background: #f96262;
}

/****
Search form Header
****/
.header-search {
  float: left;
  position: relative;
  width: 25px;
  height: 25px;
  text-align: center;
}

.header-search-button {
  color: #cbc7c2;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.header-search:hover .header-search-button {
  color: #fff;
}

.header-search-input {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  padding: 5px;
  background: rgba(26, 26, 26, 0.9);
}

.header-search.header-search-open .header-search-input {
  display: block;
}

.header-search.header-search-open .header-search-button {
  color: #fff;
}

.header-search-input input[type=submit] {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 33px;
  border: none;
  background: none;
  text-indent: -9999999px;
}

.header-search-input input[type="search"] {
  width: 100%;
  padding: 10px;
  padding-right: 28px;
  border: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
}

.header-search-input:after {
  display: inline-block;
  position: absolute;
  z-index: 8;
  top: 5px;
  right: 5px;
  width: 20px;
  width: 33px;
  color: #999;
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  line-height: 33px;
  content: "\e003";
}

.woocommerce .page-header-wrap {
  padding-bottom: 60px;
  margin-bottom: -50px;
  padding-top: 170px;
}

/****
Single product page
****/
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 0.7;
}

.woocommerce.single-product .price ins .amount {
  float: left;
  width: 100%;
  /* line-height: 36px; */
  text-decoration: none;
  margin-left: 10px;
}

.woocommerce div.product form.cart .variations select {
  max-width: none;
  min-width: initial;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}

.woocommerce label[for=pa_color] {
  margin-top: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #666;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 0px;
}

.product-main-content .onsale {
  z-index: 10;
  right: auto;
  left: 3px;
}

.woocommerce .comment_container {
  float: left;
  position: relative;
  width: 100%;
}

.woocommerce .form-row input[type="submit"] {
  width: auto;
  padding: 8px 37px;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: #111111;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce .form-row input[type="submit"]:hover {
  background: rgba(17, 17, 17, 0.8);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0px;
}

#reviews .commentlist li .avatar {
  float: left !important;
  width: 55px !important;
  height: auto !important;
  border-radius: 50%;
}

#reviews #comments .comment-text {
  float: left;
  margin-left: 70px !important;
  position: relative;
  padding-top: 18px  !important;
}

#reviews #comments .comment-text .star-rating {
  position: absolute;
  top: 0;
  right: 0px;
}

#reviews .commentlist li {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
}

#review_form_wrapper form {
  width: 100%;
  margin-left: 0;
}

#reviews .comment-form-rating {
  min-height: 33px;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 0px !important;
}

#reviews p.comment-form-comment {
  padding-left: 0;
}

#reviews p.comment-form-comment textarea {
  padding-left: 0;
  height: 75px;
  padding: 6px 12px;
}

#reviews form input[type="submit"] {
  margin-left: 0;
  line-height: 15px;
}

#reviews .comment-form-author {
  padding-left: 0;
  padding-right: 20px !important;
}

#reviews form .form-submit {
  clear: left;
}

.woocommerce.single-product table.shop_attributes tr:nth-child(odd) {
  background-color: #ffffff08;
}

.woocommerce.single-product table.shop_attributes tr td, .woocommerce.single-product table.shop_attributes tr th {
  padding: 15px 20px;
  font-weight: normal;
}

.woocommerce.single-product table.shop_attributes p {
  margin: 0;
  padding: 0;
}

.single-product div.product form.cart .button {
  width: 210px;
  padding: 19px;
  font-size: 12px;
  border-radius: 0px 10px 0px 0px;
}

.single-product div.product form.cart .button:hover {
  background: white !important;
  border-color: white;
}

.single-product div.product form.cart .quantity {
  width: auto;
  padding: 0 15px 0 0;
}

.woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
}

.woocommerce-tabs ul.tabs li.active {
  border: none;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: visible;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  width: 1000% !important;
  left: -500%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  z-index: 2;
  border-bottom-color: transparent;
}

.woocommerce-tabs ul.tabs li:before, .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  margin-right: 2px;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: none !important;
  border: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  margin-right: 2px;
  padding: 10px 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: none !important;
  border: 0px;
  color: #dcdcdc;
  background: #ffffff1a !important;
  font-size: 14px !important;
}

.woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  cursor: pointer;
  color: black !important;
}

.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a:hover {
  cursor: default;
}

.single-product div.product .images {
  width: 50%;
  margin-right: 0;
  padding: 0;
}

.single-product .flex-viewport {
  margin-bottom: 20px;
}

.single-product figure.woocommerce-product-gallery__wrapper {
  max-width: inherit;
  margin-bottom: 20px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  display: inline-block;
  margin: 2px 11px 10px 0;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n) {
  margin-right: 0;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+1), .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: auto;
  cursor: pointer;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 9;
  top: 20px !important;
  right: 20px !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 36px;
  height: 36px;
  border-radius: 0px !important;
  font-size: 2em;
  text-indent: -9999px;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  display: block;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2px;
  height: 8px;
  border-radius: 6px;
  background: #000;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  content: "";
}

.single-product div.product .summary {
  width: 50%;
  padding: 0 0 0 15px;
}

.single-product div.product .woocommerce-product-rating a {
  padding-left: 5px;
  font-size: 12px;
}

.single-product div.product p.stock.in-stock:before, .single-product div.product p.stock.out-of-stock:before {
  display: none;
}

.woocommerce-tabs .panel h2 {
  margin: 0 0 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce.single-product ul.products {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce.single-product .related.products, .woocommerce.single-product .upsells.products {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 70px;
}

.woocommerce.single-product ul.products li.product img {
  width: 100%;
}

.woocommerce.single-product .price del {
  color: #999;
}

.woocommerce.single-product .price del .amount {
  color: #999;
}

.woocommerce.single-product ul.products li.product .price del {
  color: #999;
}

.woocommerce.single-product .owl-carousel .ex-product .woocommerce-Price-amount, .woocommerce.single-product ul.products li.product .price del .amount {
  font-size: 12px;
}

/* you may also like */
.single-product .owl-carousel .ex-product ins {
  text-decoration: none;
}

.woocommerce.single-product ul.products li.product .price ins {
  margin-left: 0;
}

.woocommerce.single-product ul.products li.product .price ins .amount {
  line-height: 20px;
}

.form-row #rememberme {
  vertical-align: -12px;
}

.form-row label {
  font-weight: normal;
}

.add_to_cart_button:not(.product_type_variable):before, .icon-basket:before, .single-product div.product form.cart .button:before {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: "\f07a";
}

.elementor-widget-tp-product-listout .add_to_cart_button:before {
  display: none !important;
}

.shop-with-sidebar {
  float: right;
  padding: 0;
}

/****
product list
****/
.woocommerce ul.products {
  float: left;
  min-width: 100%;
}

.woocommerce ul.products li.product .price del {
  float: left;
  width: 100%;
  color: #999;
  font-size: 12px;
}

.woocommerce ul.products li.product .price del .amount {
  color: #999;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price ins {
  float: left;
  width: 100%;
  margin: 0;
  color: #999;
  font-size: 12px;
  text-decoration: none;
}

.woocommerce ul.products li.product .price ins .amount {
  color: #68fe9a;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price .amount {
  color: #68fe9a;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.products li.product .button.product_type_simple {
  padding: 5px 37px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute !important;
  top: 35% !important;
  left: 0px !important;
  right: 0px !important;
  opacity: 0;
  width: 200px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

ul.products li.product:hover .button.product_type_simple {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

ul.products li.product .button.product_type_simple:hover, ul.products li.product .button.product_type_simple:focus {
  background: rgba(17, 17, 17, 0.8);
}

html .woocommerce #respond input#submit.alt:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover {
  background: rgba(17, 17, 17, 0.8);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: 1px solid transparent;
  border-radius: 0px;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
  padding: 16px 30px 30px 30px;
  border-radius: 0px 20px;
}

table.cart .quantity .qty {
  float: none;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.product-rating-home .star-rating {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

ul.products li.product .product-button-wrap .button, .product-button-wrap .button {
  display: inline-block;
  margin: 10px 5px 0;
  padding: 0 10px;
}

ul.products li.product .product-button-wrap .add-to-cart-button-wrap .button, .add-to-cart-button-wrap .button {
  display: inline;
}

/****
Cart page
****/
.shop_table.cart {
  border: none;
}

.shop_table.cart td, .shop_table.cart th {
  border: 1px solid #0a0a0a;
}

.shop_table.cart tr:last-child td {
  padding-right: 0;
  padding-left: 0;
  border-right: none;
  border-left: none;
}

.shop_table.cart > tbody > tr:nth-of-type(odd) {
  background: none;
}

.shop_table.cart > thead > tr, .shop_table.cart > tbody > tr:nth-of-type(even) {
  background-color: rgba(10, 10, 10, 0.3);
}

.shop_table.cart tbody tr:last-child {
  background: none;
}

ul.products li.product img {
  width: 100%;
}

ul.products li.product:hover img {
  /*	opacity: 0.6;*/
}

.woocommerce-billing-fields input {
  height: 33px;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-row textarea {
  height: 75px;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice {
  height: 42px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 0px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single {
  height: 42px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 0px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 11px;
}

.select2-dropdown {
  padding: 0px 20px;
  border: 0px;
}

#order_review, #order_review_heading {
  border: none;
}

#payment .place-order .button {
  padding: 8px 37px;
  border: none;
  border-radius: 0;
  border-radius: 2px;
  color: #fff;
  background: #111111;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#payment .place-order .button:hover, #payment .place-order .button:focus {
  background: rgba(17, 17, 17, 0.8);
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  padding: 20px;
}

#payment {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#payment .place-order {
  padding-right: 0;
  padding-left: 0;
}

#payment .payment_methods li label {
  width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0px;
  background: #0000003b;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(158, 158, 158, 0.08);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -14px !important;
}

.product .product-button-wrap .add_to_cart_button {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  background: #111111;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

ul.products li.product .product-button-wrap .button.product_type_simple, ul.products li.product .product-button-wrap .button.product_type_grouped {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 0;
  opacity: 1;
  color: #aaa;
  color: #fff;
  background: #111111;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.shop-item .product-button-wrap .add_to_cart_button {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 0;
  opacity: 1;
  color: #aaa;
  color: #fff;
  background: #111111;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.shop-item .product-button-wrap .button.product_type_grouped, .shop-item .product-button-wrap .button.product_type_variable {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 0;
  opacity: 1;
  color: #aaa;
  color: #fff;
  background: #111111;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

ul.products li.product .product-button-wrap .product_type_variable {
  position: relative;
  bottom: 0;
  padding: 10px 30px;
  border-radius: 2px;
  opacity: 0;
  opacity: 1;
  color: #aaa;
  color: #fff;
  background: #111111;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.product .product-button-wrap .add_to_cart_button:hover {
  background: rgba(17, 17, 17, 0.8);
}

ul.products li.product .product-button-wrap .button.product_type_simple:hover, ul.products li.product .product-button-wrap .button.product_type_grouped:hover {
  background: rgba(17, 17, 17, 0.8);
}

.shop-item .product-button-wrap .add_to_cart_button:hover {
  background: rgba(17, 17, 17, 0.8);
}

.shop-item .product-button-wrap .button.product_type_grouped:hover, .shop-item .product-button-wrap .button.product_type_variable:hover {
  background: rgba(17, 17, 17, 0.8);
}

ul.products li.product .product-button-wrap .product_type_variable:hover {
  background: rgba(17, 17, 17, 0.8);
}

.single .col-sm-8 .product .product-button-wrap .add_to_cart_button {
  padding: 10px 10px;
}

.single .col-sm-8 ul.products li.product .product-button-wrap .button.product_type_simple, .single .col-sm-8 ul.products li.product .product-button-wrap .button.product_type_grouped {
  padding: 10px 10px;
}

.single .col-sm-8 .shop-item .product-button-wrap .add_to_cart_button {
  padding: 10px 10px;
}

.single .col-sm-8 .shop-item .product-button-wrap .button.product_type_grouped, .single .col-sm-8 .shop-item .product-button-wrap .button.product_type_variable {
  padding: 10px 10px;
}

.single .col-sm-8 ul.products li.product .product-button-wrap .product_type_variable {
  padding: 10px 10px;
}

.shop-with-sidebar .product .product-button-wrap .add_to_cart_button, .shop-with-sidebar ul.products li.product .product-button-wrap .button.product_type_simple {
  padding-right: 10px;
  padding-left: 10px;
}

.shop-with-sidebar .added_to_cart {
  display: inline-block;
  clear: left;
  margin-top: 10px;
  padding: 4px 10px;
}

.product .product-button-wrap, .shop-item .product-button-wrap {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product:hover .product-button-wrap, .shop-item:hover .product-button-wrap {
  bottom: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.prod-img-wrap {
  position: relative;
}

.post-type-archive-product .products li > a {
  float: left;
  width: 100%;
}

.added_to_cart {
  margin-bottom: 24px;
  padding: 10px 5px;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.added_to_cart:hover {
  color: #fff;
  background: #439c73;
  -webkit-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

.form-row .button {
  float: left;
  margin-right: 5px;
}

.form-row input[type=checkbox], .form-row input[type=radio] {
  float: left;
  margin-right: 5px;
}

.woocommerce-checkout input[type=radio] {
  float: left;
  margin-right: 5px;
}

#payment .payment_methods li label {
  margin-left: 0;
}

.select2-drop-active {
  border: 1px solid #eaeaea;
}

ul.order_details {
  padding: 0;
}

.shop_table.order_details tr {
  padding: 5px 0;
}

/****
Breacrumb
****/
.woocommerce-breadcrumb {
  line-height: 33px;
}

.woocommerce-ordering {
  margin-right: 0;
}

.woocommerce-pagination {
  float: left;
  width: auto;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 10px;
}

.page-numbers {
  text-align: left;
}

ul.page-numbers, .page-numbers li {
  border: 0px !important;
}

a.page-numbers, span.page-numbers {
  border: 1px solid transparent;
  padding: 15px !important;
  margin-right: 5px !important;
}

/* woocommerce sidebar */
.widget_price_filter .ui-slider .ui-slider-handle {
  background: #212121;
}

.widget_price_filter .ui-slider .ui-slider-range {
  background: #e5e5e5;
}

.widget_price_filter .price_slider_amount .button {
  padding: 10px 30px;
  line-height: 13px;
  float: left;
  height: 50px;
}

.price_label {
  line-height: 33px;
}

.sidebar-shop .widget.widget_products ul li:before, .sidebar-shop .widget.widget_recent_reviews ul li:before, .sidebar-shop .widget.widget_recently_viewed_products ul li:before, .sidebar-shop .widget.widget_top_rated_products ul li:before, .sidebar-shop .widget.widget_product_categories ul li:before, .sidebar-shop .widget.widget_layered_nav .chosen:before {
  float: left;
  position: absolute;
  top: 9px;
  left: 0;
  padding-right: 5px;
  color: #666;
  content: "\00BB";
}

.product_list_widget del {
  opacity: 0.6;
}

.product_list_widget ins {
  text-decoration: none;
}

.product_list_widget .amount {
  margin-right: 10px;
  font-size: 16px;
}

.widget.woocommerce li {
  position: relative;
}

.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-left: 2em;
}

.widget_shopping_cart_content .buttons a {
  display: inline-block;
  width: 40%;
  margin-bottom: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.widget_shopping_cart_content .buttons a:hover {
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
}

.widget.woocommerce.widget_shopping_cart_content .button a:hover {
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
}

.widget.woocommerce.widget_rating_filter .star-rating {
  position: absolute;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.widget.woocommerce.widget_rating_filter .star-rating:before {
  float: right;
}

.widget_shopping_cart li:before {
  display: none;
  content: "";
}

.sidebar-shop .widget_shopping_cart li {
  padding-left: 2em;
}

.widget_shopping_cart li {
  padding-left: 2em;
}

.widget_shopping_cart .product_list_widget li a.remove {
  top: 12px;
}

.widget_shopping_cart .product_list_widget li a.remove:hover {
  color: #fff;
}

.widget_recently_viewed_products li a, .widget_top_rated_products li a {
  display: block;
}

.bottom-page-wrap {
  position: relative;
  z-index: 19;
}

.bottom-page-wrap .widget_shopping_cart .amount {
  color: #fff;
}

.bottom-page-wrap .widget_shopping_cart_content .buttons a, .bottom-page-wrap .widget_price_filter .price_slider_amount .button {
  background: rgba(255, 255, 255, 0.2);
}

.bottom-page-wrap .widget_shopping_cart_content .buttons a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.bottom-page-wrap .widget_price_filter .price_slider_amount .button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.bottom-page-wrap .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
}

.bottom-page-wrap .widget ul li {
  position: relative;
}

.bottom-page-wrap .widget.woocommerce ul li:before {
  float: left;
  position: absolute;
  top: 9px;
  left: 0;
  padding-right: 5px;
  color: #777;
  content: "\00BB";
  color: #777;
  content: "\00BB";
}

.bottom-page-wrap .widget .tagcloud a {
  background: rgba(255, 255, 255, 0.2);
}

.bottom-page-wrap .product-title, .bottom-page-wrap .widget.woocommerce a {
  color: #aaa;
}

.bottom-page-wrap .widget_product_categories a .product-title:hover, .bottom-page-wrap .widget.woocommerce a:hover {
  text-decoration: underline;
}

/****************************************/
/** WooCommerce Compare List plugin *****/
/****************************************/
a.button.compare, .shop-isle-compare-list-wrapper a.button.alt {
  position: relative;
  bottom: 0;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  background: #0b5b34;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

a.button.compare:hover {
  background: rgba(11, 91, 52, 0.8);
}

.shop-isle-compare-list-wrapper {
  margin-top: 20px;
  margin-bottom: -40px;
}

.shop-isle-compare-list-wrapper a.button.alt {
  margin-left: 10px;
}

.wccm-catalog-items {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.wccm-catalog-item {
  margin-bottom: 12px;
}

.wccm-catalog-item a.button {
  float: left;
  height: auto;
  margin-top: 12px;
  padding: 0 10px 0;
  border: 1px solid #111111;
  border-radius: 2px;
  opacity: 1;
  color: #111111;
  background: transparent;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.wccm-catalog-item a.button:hover {
  border: 1px solid rgba(17, 17, 17, 0.3);
  color: rgba(17, 17, 17, 0.6);
}

.wccm-catalog-item a.button.alt {
  border: 1px solid rgba(17, 17, 17, 0.3);
  color: #999;
}

.shop-isle-compare-list-wrapper a.button.alt {
  border: 1px solid rgba(17, 17, 17, 0.3);
  color: #999;
}

.wccm-catalog-item a.button.alt:hover, .shop-isle-compare-list-wrapper a.button.alt:hover {
  border: 1px solid rgba(17, 17, 17, 0.15);
  color: rgba(153, 153, 153, 0.75);
}

.wccm-frontpage-compare-list .wccm-catalog-item {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 1em;
}

.wccm-frontpage-compare-list .wccm-catalog-item img {
  width: 48px;
  height: 48px;
}

.wccm-frontpage-compare-list .wccm-catalog-item a.dashicons {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.wccm-catalog-item a.dashicons {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.wccm-catalog-item a.dashicons:hover {
  color: #fff;
  background: #a94442;
}

.wccm-thumb {
  width: 150px;
  height: 150px;
  background: rgba(221, 221, 221, 0.35);
}

.wccm-thumb a {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  padding-left: 1px;
  border-radius: 1px;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.wccm-thumb a:hover {
  color: #fff;
  background: #a94442;
}

.product_meta a.button.compare, .shop-isle-compare-list-wrapper a.button.alt {
  float: left;
  height: auto;
  margin-top: 12px;
  padding: 0 10px 0;
  border: 1px solid rgba(17, 17, 17, 0.3);
  border-radius: 2px;
  opacity: 1;
  color: #999;
  background: transparent;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.product_meta a.button.compare:hover, .shop-isle-compare-list-wrapper a.button.alt:hover {
  border: 1px solid rgba(17, 17, 17, 0.15);
  color: rgba(153, 153, 153, 0.75);
}

/****************************************/
/** YITH WooCommerce Wishlist plugin *****/
/****************************************/
.yith-wcwl-add-button a.add_to_wishlist {
  float: left;
  height: auto;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 0 10px 0;
  border: 1px solid #111111;
  border-radius: 2px;
  opacity: 1;
  color: #111111;
  background: transparent;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.yith-wcwl-add-button a.add_to_wishlist:hover {
  border: 1px solid rgba(17, 17, 17, 0.3);
  color: rgba(17, 17, 17, 0.6);
}

.yith-wcwl-add-button a.add_to_wishlist:before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: "\e005";
}

.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
  float: left;
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 0 10px 0;
  border: 1px solid rgba(17, 17, 17, 0.3);
  border-radius: 2px;
  color: #999;
  background: transparent;
  font-size: 12px;
  line-height: 21px;
}

.yith-wcwl-wishlistexistsbrowse:before, .yith-wcwl-wishlistaddedbrowse:before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: "\e005";
}

.shop_table.wishlist_table {
  font-size: 12px;
}

.shop_table.wishlist_table tr:last-child td {
  padding: 16px 12px;
  border: 1px solid #e7e7e7;
}

.shop_table.wishlist_table tfoot tr:last-child td {
  border: none;
}

.shop_table.wishlist_table tr td.product-name, .shop_table.wishlist_table tr td.product-price, .shop_table.wishlist_table tr td.product-stock-status {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#yith-wcwl-popup-message {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 2px;
  color: #fff;
  background: rgba(34, 34, 34, 0.75);
  line-height: 20px;
  text-align: center;
}

.page-template-template-fullwidth-php table.wishlist_table {
  font-size: 12px;
}

.page-template-template-fullwidth-php table.wishlist_table thead {
  font-size: 12px;
}

.wishlist-title {
  display: none;
}

.summary .product_meta {
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.6;
}

.variations select, .variations .reset_variations {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

a.reset_variations {
  padding: 3px 14px 4px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
}

a.reset_variations:hover {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  color: #9e9e9e;
}

div.product > .onsale {
  top: 0px;
  right: initial;
  left: 0px;
}

.woocommerce-product-details__short-description {
  margin: 10px 0px 20px 0px;
  line-height: 32px;
}

.summary .product_title {
  margin-bottom: 0px;
}

.woocommerce-product-rating .star-rating, .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-variation-add-to-cart .quantity {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}

.summary .product_meta > span {
  display: block;
}

.summary .price {
  font-size: 34px !important;
  font-weight: bold !important;
  line-height: 70px !important;
}

.summary .price del {
  opacity: 0.4;
}

.widget.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0px;
}

.woocommerce.widget_shopping_cart .cart_list li:first-child a.remove {
  top: 6px;
}

.widget.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 6px;
  width: 70px;
  max-width: none;
}

.widget.woocommerce .star-rating {
  font-size: 9px;
  margin-bottom: 2px;
}

.widget.woocommerce .star-rating span:before {
  color: white;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  font-weight: 400;
  position: absolute;
  top: 20px;
  font-size: 20px;
  left: 3px;
  z-index: 10;
}

.widget.woocommerce .wishlist_table td.product-add-to-cart a {
  display: block !important;
  position: relative;
  width: auto;
  margin: 0;
  margin-top: 5px;
  margin-bottom: -3px;
  padding: 0;
  opacity: 1;
  color: #666;
  background: none;
  text-align: center;
  letter-spacing: 0;
}

.woocommerce .wishlist_table td.product-add-to-cart a.add_to_cart:before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: "\e116";
}

.term-description {
  width: 1170px;
  max-width: 100%;
  margin: 70px auto 30px;
  padding: 0 30px;
}

/*******************************************/
/** YITH WooCommerce Quick View plugin *****/
/*******************************************/
a.button.yith-wcqv-button {
  position: relative;
  top: 15px;
  padding: 7px 10px !important;
  border-radius: 2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.button.yith-wcqv-button:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  content: "\e101";
}

a.button.yith-wcqv-button:hover {
  background-color: #000;
}

.shop-isle-yith-wcqv-button-wrapper {
  margin-top: 90px;
  margin-bottom: -70px;
}

.shop-isle-yith-wcqv-button-wrapper a.button.alt {
  margin-left: 10px;
}

.yith-wcqv-main .onsale {
  right: auto;
  left: 0;
}

#yith-quick-view-close {
  width: 22px;
  height: 22px;
  border: 1px solid #a94442;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  background: #a94442;
  line-height: 22px;
  text-align: center;
}

#yith-quick-view-close:hover {
  border: 1px solid #c73735;
  color: #fff;
  background: #c73735;
}

/* My Account Styling */
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: right;
  width: 75%;
  margin-left: 5%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f009";
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f013";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f290";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2bb";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-EditAccountForm input[type="submit"] {
  float: right;
  margin-top: 50px;
}

.woocommerce-account table.shop_table_responsive thead {
  color: #fff;
  background-color: #333;
}

.woocommerce-account table.shop_table_responsive thead th {
  padding: 10px;
  border-right: 1px solid;
  text-align: center;
}

.woocommerce-account table.shop_table_responsive tbody td {
  padding: 10px;
  text-align: center;
}

.woocommerce-account table.shop_table_responsive tbody tr {
  border-bottom: 1px solid #eee;
}

.woocommerce-account .my_account_orders .button {
  text-decoration: underline;
  text-transform: uppercase;
}

#ship-to-different-address .checkbox {
  display: inline-block;
}

.product > .images, .product > .summary {
  float: left;
  width: 50%;
}

.woocommerce-tabs {
  clear: both;
}

/* Widget */
.cart-notification, .widget_shopping_cart {
  position: absolute;
  right: 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  min-width: 420px;
  padding: 20px;
  top: 100%;
}

.woocommerce .cart-notification {
  position: absolute;
  right: 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  min-width: 420px;
  padding: 20px;
  top: 100%;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0px;
  padding: 15px 0px;
}

.widget_shopping_cart .total {
  padding: 20px 0 !important;
  text-align: center;
  font-size: 20px !important;
  border-bottom: 0px;
  border-top: 0px;
  margin-bottom: 15px;
}

.widget_shopping_cart .buttons {
  position: relative;
}

.widget_shopping_cart .buttons a.button {
  display: inline-block;
}

.widget_shopping_cart .buttons a.checkout {
  margin-left: 5%;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 0px;
}

.widget_shopping_cart_content .buttons a#woo_pp_ec_button {
  padding: 0px !important;
  background: transparent;
  margin: 0px !important;
  margin-top: 5px !important;
}

.widget_shopping_cart_content .buttons a#woo_pp_ec_button img {
  padding: 0px !important;
  background: transparent;
  margin: 0px !important;
  margin-top: 5px !important;
}

.widget_shopping_cart {
  display: none;
}

.cart-notification {
  display: none;
  right: 0px;
  top: 100%;
  padding: 22px !important;
  position: absolute !important;
  height: auto;
  line-height: normal;
}

.hcart:hover .widget_shopping_cart, .widget_shopping_cart:hover {
  display: block;
  position: absolute;
  top: 100%;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 0px;
  margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .total span {
  font-size: 18px;
  margin-top: 10px;
}

/* carousel */
.s-car-header, .shop-car {
  text-align: center;
}

.s-car-header h5 {
  margin-top: 10px;
  opacity: 0.7;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 14px;
}

.s-car-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0px;
}

a.sc-wrap img {
  margin: 0px auto;
  max-width: 500px;
}

span.sc-price {
  font-size: 16px;
  opacity: 1;
  color: white;
}

span.sc-price del {
  opacity: 0.5;
}

.elementor-widget-shop_carousel h4 {
  margin-top: 30px;
}

.sc-imgw {
  display: inline-block;
  position: relative;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: black !important;
}

/* Shop simple block */
ul.single-product li > a {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: #18181c;
  border: 1px solid #ffffff21;
}

.product-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

span.select2-dropdown {
  border: 1px solid #35373b !important;
  background-color: #000 !important;
}

.woocommerce form .form-row .select2-container {
  border: 1px solid #ffffff26;
  border-radius: 0 10px;
  background-color: #131418b3;
  outline: none !important;
}

.select2-container--default .select2-selection--single {
  outline: none !important;
}

select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2e2e2e;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.product-list ul.single-product li .product-price span {
  padding: 4px 2px;
  font-weight: 500;
  display: inline-block;
  font-size: 20px !important;
  color: white;
}

.product-list ul.single-product li .product-price span.current-price {
  font-weight: bold;
}

.product-tag span {
  padding: 10px 15px;
  text-transform: uppercase;
}

.product-list ul.single-product li .product-price .regular-price {
  text-decoration: line-through;
  opacity: 0.7;
}

.product-tag .tag-sale {
  font-size: 12px;
  font-weight: 600;
  color: black;
}

.product-tag .tag-new {
  font-size: 12px;
  font-weight: 600;
  background-color: #fb4343;
}

ul.single-product li {
  overflow: hidden;
  position: relative;
}

.woocommerce-page ul.single-product li {
  padding: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0px 1% 40px 1%;
}

.single-product .single-product div.product a.pr-image img {
  height: auto;
  min-height: 100%;
  min-width: calc(100% + 1px);
  max-width: none;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

ul.single-product {
  padding-left: 0px;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.single-product li:hover .product {
  margin-top: -40px;
  padding-bottom: 50px;
  -webkit-transition: all .35s;
  transition: all .35s;
  overflow: hidden;
}

ul.single-product li .pr-image img {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.63, 0.13, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
  width: 100%;
  display: block;
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  /* filter: grayscale(100%); */
  background: #0e0e1c;
}

ul.single-product li:hover .pr-image img {
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
  opacity: 0.5;
}

ul.single-product .product {
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

.product-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 35px 10px 35px 10px;
  text-align: center;
  -webkit-transition: all 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.63, 0.13, 0.25, 1);
}

ul.single-product li:hover .product .product-wrapper {
  padding-top: 25px;
}

.product-list ul.single-product li:hover a.btn, .related.products ul.single-product li:hover a.btn {
  bottom: -20px;
}

.product-list ul.single-product li a.btn, .related.products ul.single-product li a.btn {
  display: block;
  height: auto;
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  bottom: -56px;
  margin-left: 0px;
  text-align: center;
  padding: 10px 20px;
  width: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 1px;
  border-radius: 0 15px;
}

div.add-to-cart a:after {
  content: '+';
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  display: inline;
}

.product-wrapper h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px !important;
}

/* ==========================================================================
   WooCommerce Widgets styles - begin
   ========================================================================== */
.widget.woocommerce {
  clear: both;
}

.widget.woocommerce.widget_rating_filter ul, .widget.woocommerce.widget_shopping_cart ul, .widget.woocommerce.widget_layered_nav ul, .widget.woocommerce.widget_layered_nav_filters ul, .widget.woocommerce.widget_product_categories ul, .widget.woocommerce.widget_products ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_recent_reviews ul, .widget.woocommerce.widget_top_rated_products ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.woocommerce.widget_rating_filter ul li, .widget.woocommerce.widget_shopping_cart ul li, .widget.woocommerce.widget_layered_nav ul li, .widget.woocommerce.widget_layered_nav_filters ul li, .widget.woocommerce.widget_product_categories ul li, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_top_rated_products ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 14px;
  clear: both;
}

.widget.woocommerce.widget_rating_filter ul li:last-child, .widget.woocommerce.widget_shopping_cart ul li:last-child, .widget.woocommerce.widget_layered_nav ul li:last-child, .widget.woocommerce.widget_layered_nav_filters ul li:last-child, .widget.woocommerce.widget_product_categories ul li:last-child, .widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_recent_reviews ul li:last-child, .widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin: 0;
}

.widget.woocommerce.widget_rating_filter ul li ul, .widget.woocommerce.widget_shopping_cart ul li ul, .widget.woocommerce.widget_layered_nav ul li ul, .widget.woocommerce.widget_layered_nav_filters ul li ul, .widget.woocommerce.widget_product_categories ul li ul, .widget.woocommerce.widget_products ul li ul, .widget.woocommerce.widget_recently_viewed_products ul li ul, .widget.woocommerce.widget_recent_reviews ul li ul, .widget.woocommerce.widget_top_rated_products ul li ul {
  margin: 14px 0 0 10px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  display: block;
  max-width: 84px;
  margin: 0px 20px 0px 0px;
  top: 0px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 18px;
  left: initial;
  line-height: 19px;
  color: #fff !important;
  background: red;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:hover {
  opacity: 0.7;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 25px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: -20px;
  margin-right: -20px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: 10px 0 0;
}

.widget.woocommerce.widget_layered_nav .qodef-widget-title {
  margin: 0 0 17px;
}

.widget.woocommerce.widget_layered_nav ul li {
  margin: 2px 0;
}

.widget.woocommerce.widget_layered_nav_filters .qodef-widget-title {
  margin: 0 0 17px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
  margin-top: 36px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 3px;
  background-color: #e5e5e5;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -5px;
  height: 13px;
  width: 13px;
  border-radius: 100%;
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: medium none;
  z-index: 2;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #29282d;
  z-index: 1;
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
  margin: 31px 0 0;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 16px;
  padding-top: 10px;
}

.widget.woocommerce.widget_product_categories ul {
  margin-top: 20px;
}

.widget.woocommerce.widget_product_categories ul li {
  margin: 3px 0 4px 0;
}

.widget.woocommerce.widget_product_categories ul li a {
  font-size: 12px;
}

.widget.woocommerce.widget_product_categories ul li ul {
  margin: 0 0 0 10px;
}

.widget.woocommerce.widget_products .qodef-widget-title, .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, .widget.woocommerce.widget_recent_reviews .qodef-widget-title, .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
  margin: 0 0 29px;
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_top_rated_products ul li {
  min-height: 53px;
}

.widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_recent_reviews ul li a img, .widget.woocommerce.widget_top_rated_products ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 85px;
}

.widget.woocommerce.widget_products ul li a span, .widget.woocommerce.widget_recently_viewed_products ul li a span, .widget.woocommerce.widget_recent_reviews ul li a span, .widget.woocommerce.widget_top_rated_products ul li a span {
  position: relative;
  display: block;
  padding: 0 0 0 68px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget.woocommerce.widget_products ul li > *:not(a), .widget.woocommerce.widget_recently_viewed_products ul li > *:not(a), .widget.woocommerce.widget_recent_reviews ul li > *:not(a), .widget.woocommerce.widget_top_rated_products ul li > *:not(a) {
  margin: 0 0 0 68px;
  line-height: 20px;
}

.widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating, .widget.woocommerce.widget_top_rated_products ul li .star-rating {
  position: relative;
  display: none;
}

.widget.woocommerce.widget_products ul li .star-rating span, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span, .widget.woocommerce.widget_recent_reviews ul li .star-rating span, .widget.woocommerce.widget_top_rated_products ul li .star-rating span {
  max-width: 100px;
}

.widget.woocommerce.widget_products ul li del, .widget.woocommerce.widget_products ul li ins {
  display: block;
}

.widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li ins {
  display: block;
}

.widget.woocommerce.widget_recent_reviews ul li del, .widget.woocommerce.widget_recent_reviews ul li ins {
  display: block;
}

.widget.woocommerce.widget_top_rated_products ul li del, .widget.woocommerce.widget_top_rated_products ul li ins {
  display: block;
}

.widget.woocommerce.widget_products ul li del span, .widget.woocommerce.widget_products ul li ins span {
  color: inherit;
}

.widget.woocommerce.widget_recently_viewed_products ul li del span, .widget.woocommerce.widget_recently_viewed_products ul li ins span {
  color: inherit;
}

.widget.woocommerce.widget_recent_reviews ul li del span, .widget.woocommerce.widget_recent_reviews ul li ins span {
  color: inherit;
}

.widget.woocommerce.widget_top_rated_products ul li del span, .widget.woocommerce.widget_top_rated_products ul li ins span {
  color: inherit;
}

.widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li ins, .widget.woocommerce.widget_top_rated_products ul li ins {
  text-decoration: none;
}

.widget.woocommerce.widget_products ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_top_rated_products ul {
  margin-top: 20px;
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
  margin: 0 0 23px;
}

.widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_recently_viewed_products ul li .product-title, .widget.woocommerce.widget_top_rated_products ul li .product-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 7px;
}

.widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_top_rated_products ul li a img {
  width: 53px;
  height: auto;
}

.widget.woocommerce.widget_products ul li .amount, .widget.woocommerce.widget_recently_viewed_products ul li .amount, .widget.woocommerce.widget_top_rated_products ul li .amount {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 1px;
}

.widget.woocommerce.widget_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_top_rated_products ul li del {
  color: #ababab;
  float: left;
  margin-right: 0px;
}

.widget.woocommerce.widget_products ul li del .woocommerce-Price-amount, .widget.woocommerce.widget_recently_viewed_products ul li del .woocommerce-Price-amount, .widget.woocommerce.widget_top_rated_products ul li del .woocommerce-Price-amount {
  color: #ababab;
}

.widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li > .amount {
  display: block;
}

.widget.woocommerce.widget_recent_reviews ul li .star-rating {
  margin-top: 7px;
  margin-bottom: 10px;
}

.widget.woocommerce.widget_recent_reviews a {
  display: block;
  padding: 0 0 0 102px;
}

.widget.woocommerce.widget_recent_reviews .reviewer {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  clear: both;
}

.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  margin-top: 10px;
  margin-bottom: 12px;
}

.widget.woocommerce.widget_top_rated_products ul li .amount {
  display: block;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 15px;
  margin: 0 2px 5px 0;
  letter-spacing: 0.25em;
  border-radius: 0px;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
  display: none;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input, .widget.woocommerce.widget_product_search .woocommerce-product-search button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  height: 54px;
  line-height: 32px;
  width: 100%;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input {
  padding: 10px 10px 10px 20px;
  font-size: 13px;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input::-webkit-input-placeholder {
  color: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input:-moz-placeholder, .widget.woocommerce.widget_product_search .woocommerce-product-search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input:-ms-input-placeholder {
  color: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button:hover {
  background: transparent !important;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button span {
  display: block;
  line-height: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button span:before {
  display: block;
  line-height: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #f1f1f12e !important;
}

.single-product .site-content {
  max-width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.woocommerce #respond .comment-reply-title {
  margin-bottom: 15px;
  margin: 0px;
  width: 100%;
  display: block;
}

.woocommerce #review_form #respond p {
  padding: 0px;
}

.woocommerce #review_form #respond p p.comment-form-author {
  padding-right: 30px;
}

/* ==========================================================================
   WooCommerce Widgets styles - end
   ========================================================================== */
.c1, .c2, .c3, .c4, .c5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .c5 .spcard, .c5 ul.single-product li {
  width: 18%;
}

body .c4 .spcard, .c4 ul.single-product li {
  width: 23%;
}

body .c3 .spcard, .c3 ul.single-product li {
  width: 31.33%;
}

body .c2 .spcard, .c2 ul.single-product li {
  width: 48%;
}

body .c1 .spcard, .c1 ul.single-product li {
  width: 100%;
}

body .cspacing .spcard, .cspacing ul.single-product li {
  margin: 0px 1% 2% 1%;
}

/* Slick slider fixes */
.no-items {
  padding: 25px 30px;
}

.slick-slider {
  padding-left: 0px !important;
  padding-right: 0px  !important;
}

.slick-slide {
  width: 470px;
}

.slick-slide.spcard {
  margin-bottom: 0px;
}

.slick-slide .sptitle, .psimple-wrap .sptitle {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.slick-slide .sptitle a, .psimple-wrap .sptitle a {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}

.slick-slide .spheader, .psimple-wrap .spheader {
  padding: 5px 0px 10px 0px;
}

.slick-slide.spcard .spbgimg, .psimple-wrap .spcard .spbgimg {
  height: 250px;
  display: block !important;
  overflow: hidden;
}

.slick-slide.spcard .spbgimg img, .psimple-wrap .spcard .spbgimg img {
  min-height: 100% !important;
  min-width: 100%;
}

.slick-slide.spcard .spdata .spcontent, .slick-slide.spcard .spextra, .psimple-wrap .spcard .spextra {
  padding: 2em 2em 2em 2em;
}

.slick-arrows-fix .slick-prev:before, .slick-arrows-fix .slick-next:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  color: #fff;
  position: relative;
  left: 2px;
  display: block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

.slick-arrows-fix .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -1px;
}

.slick-arrows-fix .slick-prev {
  left: 0%;
  z-index: 100;
}

.slick-arrows-fix .slick-next {
  right: 0%;
  z-index: 100;
}

.slick-slider:hover > .slick-arrow {
  opacity: 1;
}

.elementor-widget-shop_slider .slick-arrow, .posts_slider .slick-arrow {
  height: 100%;
}

.elementor-widget-shop_slider .slick-slide {
  padding: 0px;
}

.slick-arrows-fix .slick-arrow {
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  width: auto;
  height: calc(100% - 40px);
  padding: 15px;
  color: white !important;
  background: transparent !important;
}

.slick-arrows-fix .slick-arrow:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

.slick-arrows-fix .slick-arrow:hover:after {
  opacity: 0.2;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-initialized .slick-slide {
  display: block;
  opacity: 0.3;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  margin: 0px;
}

.elementor-widget-pandemic_shop_slider .slick-initialized .slick-slide {
  margin: 0px -1px 2px 0px;
  border: 1px solid #3e4148;
}

.elementor-widget-pandemic_shop_slider .slick-initialized .slick-slide > a {
  border: 0px !important;
}

.slick-initialized .slick-slide.slick-active.s_opacity {
  opacity: 0.5 !important;
}

.slick-slide.slick-current.slick-active {
  opacity: 1 !important;
}

.slick-initialized .slick-slide.slick-active {
  display: block;
  opacity: 0.7;
}

.slick-initialized.no_slider_style .slick-slide {
  opacity: 1 !important;
}

/*
OBJECTS
================================================
"formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-pandemic-5, .col-sm-pandemic-5, .col-md-pandemic-5, .col-lg-pandemic-5, .col-xl-pandemic-5, .col-xxl-pandemic-5, .col-xxxl-pandemic-5, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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-xl,
.col-xl-auto, .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, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

/*
COMPONENTS
================================================
Specific UI components.
This is where majority of our work takes place
and our UI components are often composed of Objects and Components
*/
.page-template-tpl-all-matches-php .pandemic-tabs .pandemic-tabs-wrapper {
  text-align: left;
}

.page-template-tpl-all-matches-php .pandemic-tabs .pandemic-tabs-wrapper .pandemic-tab-title a {
  font-weight: 700;
}

.page-template-tpl-all-matches-php .page-header-wrap {
  padding-top: 150px;
  padding-bottom: 70px;
}

.post > a img {
  -webkit-box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86);
  box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86) !important;
  border: 5px solid #2d2f3b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post .full-width img {
  width: 100%;
}

.post .entry-meta {
  margin: 30px 0 5px 0;
  text-transform: uppercase;
  font-size: 11px !important;
  opacity: 0.7;
  letter-spacing: 1.5px;
}

.post .entry-meta span {
  margin-right: 5px;
}

.post .entry-meta a {
  font-weight: 300;
}

.post .entry-meta .date::after {
  margin-left: 5px;
}

.post .entry-title {
  margin-bottom: 20px;
}

.post .entry-title a {
  line-height: 1.3;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-break: break-word;
}

.post .entry-title a:hover {
  color: #fff;
}

.post .entry-content p {
  line-height: 1.8;
  font-size: 14px;
}

.post .readmore-button {
  display: inline-block;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px !important;
  letter-spacing: 0px;
}

.post .readmore-button:hover::after {
  right: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.post .readmore-button::after {
  content: '+';
  position: relative;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
}

article {
  margin-bottom: 50px;
  border-bottom: 2px solid #191c26;
  padding-bottom: 30px;
}

#breadcrumbs {
  margin: 7px 0px 0px 0px;
  padding: 0;
}

#breadcrumbs a {
  font-size: 14px;
}

#breadcrumbs a:hover {
  color: white;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

#breadcrumbs li.separator {
  margin: 0 8px;
}

#breadcrumbs strong {
  font-weight: 300;
  opacity: 0.7;
  font-size: 14px;
}

#comments {
  margin-top: 95px;
}

#comments h2,
#comments h3 {
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 36px;
}

#comments sup {
  display: inline-block;
  margin-left: 10px;
}

#comments textarea {
  padding: 35px;
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-list .comment {
  position: relative;
  margin-bottom: 40px;
  margin-left: 40px;
  border-radius: 0 30px;
  background-color: #151821;
  padding: 40px 110px;
}

.comment-list div#respond {
  margin-top: 70px;
  margin-bottom: 50px;
}

.comment-list div#respond h3 {
  margin-bottom: 0px;
}

.comment-list .author-avatar {
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment-list .author-avatar img {
  border-radius: 0 30px;
}

.comment-list .author {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 23px;
}

.comment-list .bypostauthor::after {
  position: absolute;
  bottom: 40px;
  right: 45px;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 10px;
  content: 'Author';
}

.logged-in-as a {
  color: #707070;
}

.comment-actions a {
  margin-left: 5px;
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
}

.comment-actions .action {
  position: absolute;
  top: 45px;
  right: 50px;
}

.comment-actions .date {
  text-transform: uppercase;
  font-size: 12px !important;
  opacity: 0.7;
  letter-spacing: 1px;
}

#respond {
  margin-top: 40px;
}

#commentform .comment-form-cookies-consent {
  margin-left: 15px;
}

#commentform .comment-form-cookies-consent label {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.elementor-counter .elementor-counter-number-prefix.elementor-counter-number-prefix {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: left;
}

.pandemic-gallery__tiles {
  position: relative;
  height: 52vw;
  overflow: hidden;
}

.pandemic-gallery__tiles--rotated .pandemic-gallery__tiles-wrap {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
          transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
  height: calc(52vw * 1.8);
}

.pandemic-gallery__tiles--rotated .pandemic-gallery__img {
  margin: 1vw;
  width: calc(16.6666% - 1vw * 2);
  height: calc(52vw * 1.8 / 5 - (4 * 1vw / 2));
}

.pandemic-gallery__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 2vw;
  background-position: 50% 50%;
  background-size: cover;
  width: calc(16.6666% - 2vw * 2);
  height: calc(52vw / 3 - (3 * 2vw / 2));
}

.pandemic-gallery__tiles-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 150%;
  height: 52vw;
}

.pandemic-gallery__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tiles--columns {
  --tiles-height: 140vh;
}

.tiles--columns .tiles__wrap {
  --tileswrap-height: calc($tiles-height * 1.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
}

.tiles--columns .tiles__line {
  display: block;
  padding: 0 1rem;
  width: 25%;
}

.tiles--columns .tiles__line-img {
  --tile-margin: 2rem 0;
  display: block;
  width: 100%;
  height: calc(25vw * 1.3);
}

.tiles__line-img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tiles__line-img:hover {
  opacity: 0.8;
}

.pandemic-match-slider .slick-slide {
  padding-bottom: 35px;
}

.pandemic-match-slider .match-slider__item {
  display: block !important;
  position: relative;
  margin: 0 auto 50px;
  font-size: 0;
}

.pandemic-match-slider .match-slider__item:hover .match-slider__team-img {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.pandemic-match-slider .match-slider__item:hover .col-12:last-child .match-slider__team-img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.pandemic-match-slider .slick-slide > div:last-child .match-slider__item {
  margin-bottom: 0 !important;
}

.pandemic-match-slider .match-slider__link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.pandemic-match-slider .match-slider__link:focus {
  outline: none;
}

.pandemic-match-slider .match-slider__team-link {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

.pandemic-match-slider .match-slider__team-link:focus {
  outline: none;
}

.pandemic-match-slider .match-slider__team-link:hover .match-slider__team-name {
  opacity: .5;
}

.pandemic-match-slider .match-slider__team-img {
  display: inline-block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.pandemic-match-slider .match-slider__team-name {
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.pandemic-match-slider .match-slider__team-name small {
  display: block;
  margin-top: 5px;
  width: 100%;
  line-height: 14px;
  color: #68fe9a;
  font-size: 14px;
}

.pandemic-match-slider .match-slider__score {
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0 55px 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#242631), to(#0a0912));
  background: linear-gradient(90deg, #242631 0%, #0a0912 100%);
  background-color: #0a0811c2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 66px;
  font-size: 68px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pandemic-match-slider .match-slider__score span {
  position: relative;
  top: 10px;
  opacity: .5;
  line-height: 40px;
  font-size: 30px;
  padding: 0px 10px;
}

.pandemic-match-slider .match-slider__time {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  color: #11131c;
  font-size: 13px;
}

.pandemic-match-slider .match-slider__time span {
  display: inline-block;
  position: relative;
  opacity: .6;
  border-radius: 0 0 20px 20px;
  background-color: #0b0b0ccf;
  padding: 12px 40px;
  color: #fff;
  font-family: Montserrat, arial;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 10px;
}

.pandemic-match-slider .match-slider__info {
  position: relative;
  padding: 20px 0;
}

.pandemic-match-slider .match-slider__info::after {
  display: none;
  position: absolute;
  left: 10%;
  opacity: 0.5;
  z-index: -1;
  border-radius: 0 55px 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#242631), to(#0a0912));
  background: linear-gradient(90deg, #242631 0%, #0a0912 100%);
  background-color: #11141d75;
  border: 2px solid #090b0f;
  width: 80%;
  height: 120px;
  content: '';
}

.pandemic-match-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 0;
}

.pandemic-match-slider .slick-arrow::before, .pandemic-match-slider .slick-arrow::after {
  width: 100%;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.pandemic-match-slider .slick-arrow:hover::before, .pandemic-match-slider .slick-arrow:hover::after {
  color: #68fe9a;
}

.pandemic-match-slider .slick-next {
  right: 0;
}

.pandemic-match-slider .slick-next::before {
  content: '\f054';
}

.pandemic-match-slider .slick-prev {
  left: 0;
}

.pandemic-match-slider .slick-prev::before {
  content: '\f053';
}

.pandemic-match-slider .slick-dots {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pandemic-match-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.pandemic-match-slider .slick-dots li:not(.slick-active) a {
  color: #fff;
}

.pandemic-match-slider .slick-dots li.slick-active a {
  cursor: default;
}

.pandemic-match-slider .slick-dots a {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 24px !important;
}

.pandemic-news-main__list {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.pandemic-news-main__list::after {
  display: block;
  clear: both;
  content: '';
}

.pandemic-news-main__item {
  position: relative;
  float: left;
  margin-bottom: 10px;
  background-size: cover;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.pandemic-news-main__item::before {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 5;
  background: #191e26;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 30, 38, 0.3)), color-stop(95%, #13171d));
  background: linear-gradient(180deg, rgba(25, 30, 38, 0.3) 0%, #13171d 95%);
  width: 100%;
  height: 100%;
  content: '';
}

.pandemic-news-main__item:hover::before {
  top: -20%;
  height: 120%;
}

.pandemic-news-main__item:hover a {
  padding-bottom: 40px;
}

.pandemic-news-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  background-size: cover;
  padding: 20px;
  height: 100%;
  text-align: center;
}

.pandemic-news-main__link strong {
  display: block;
  width: 100%;
  color: #fff;
}

.pandemic-news-main__link > span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: .5px;
  color: #14171f;
  font-size: 10px;
  font-weight: 800;
}

.pandemic-news-main__link small {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2px;
  color: #fff;
  font-size: 10px;
}

.pandemic-news-main__link .pandemic-news-main__meta {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.pandemic-news-main__link .pandemic-news-main__meta span {
  margin: 0 15px;
}

.pandemic-news-main__link .pandemic-news-main__meta span i {
  margin-right: 2px;
  font-size: 10px;
}

.pandemic-news-small__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ffffff1a;
  background-color: #ffffff05;
  padding: 20px 25px;
  list-style: none;
}

.pandemic-news-small__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 10px 0;
  width: 100%;
}

.pandemic-news-small__link {
  display: block;
  position: relative;
  left: 0;
}

.pandemic-news-small__link::before {
  position: absolute;
  top: 19px;
  left: -20px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
  width: 2px;
  height: 60%;
  content: '';
}

.pandemic-news-small__link:hover {
  left: 20px;
}

.pandemic-news-small__link:hover::before {
  opacity: 1;
}

.pandemic-news-small__link:hover small {
  opacity: 1;
}

.pandemic-news-small__link i {
  color: #fff;
}

.pandemic-news-small__link small {
  display: block;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  opacity: .5;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.pandemic-news-small__title {
  display: block;
  padding-right: 0;
  color: #fff;
}

.pandemic-players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pandemic-players:hover .pandemic-players__item:not(:hover) .player__avatar {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.pandemic-players__item {
  position: relative;
  margin: 1%;
  -webkit-box-shadow: 0 0 25px rgba(30, 33, 42, 0.3);
          box-shadow: 0 0 25px rgba(30, 33, 42, 0.3);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.pandemic-players__item:hover .player__avatar {
  border: 2px solid #68fe9a;
}

.pandemic-players__item:hover .player__avatar img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.pandemic-players__item .player__avatar {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid #000;
  background: #050616;
  overflow: hidden;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  background: radial-gradient(circle, #2b3f79 0%, #192839 100%);
}

.pandemic-players__item .player__avatar:before {
  position: absolute;
  bottom: 0px;
  height: 50%;
  left: 0px;
  width: 100%;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#161620), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #161620 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.pandemic-players__item .player__avatar img {
  opacity: .6;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pandemic-players__item .player__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 18%;
  left: 11%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
  text-align: left;
}

.pandemic-players__item .player__content h4,
.pandemic-players__item .player__content p {
  z-index: 4;
  width: 100%;
  text-shadow: 0 1px 3px #1e212a;
}

.pandemic-players__item .player__name {
  line-height: 1.2;
  font-size: 18px;
}

.pandemic-players__item .player__role {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.pandemic-post-slider {
  padding-top: 55px;
}

.pandemic-post-slider .slick-list {
  overflow: visible;
}

.pandemic-post-slider .post-slider__item {
  position: relative;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  outline: none;
  overflow: visible;
  text-align: right;
  pointer-events: none;
}

.pandemic-post-slider .post-slider__item:hover .post-slider__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pandemic-post-slider .post-slider__item.slick-current {
  pointer-events: initial;
}

.pandemic-post-slider .post-slider__image {
  display: inline-block;
  overflow: visible;
  position: relative;
}

.pandemic-post-slider .post-slider__image:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f22e), to(#11131C));
  background-image: linear-gradient(180deg, #f2f2f22e 0%, #11131C 100%);
  opacity: 0.2;
  z-index: 5;
}

.pandemic-post-slider .post-slider__image img {
  display: inline-block;
}

.pandemic-post-slider .post-slider__content {
  padding-right: 15px;
  padding-left: 35px;
  text-align: left;
  z-index: 6;
  position: relative;
}

.pandemic-post-slider .post-slider__date {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 13px;
}

.pandemic-post-slider .post-slider__title {
  position: relative;
  max-width: 600px;
  text-shadow: 0 0 10px #000c;
  line-height: 1.2;
  font-size: 25px;
}

.pandemic-post-slider .post-slider__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  background-color: #68fe9a;
  width: 10px;
  height: 100%;
  content: '';
}

.pandemic-post-slider .slick-prev:before, .pandemic-post-slider .slick-next:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
}

.pandemic-post-slider .slick-prev:before {
  content: '\f053';
}

.pandemic-post-slider .slick-next:before {
  content: '\f054';
}

.pandemic-tabs .pandemic-tabs-title {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.pandemic-tabs .pandemic-tabs-title__text {
  position: relative;
}

.pandemic-tabs .pandemic-tabs-title__text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #68fe9a;
  width: 10px;
  height: 100%;
  content: '';
}

.pandemic-tabs .pandemic-tabs-wrapper {
  overflow: hidden;
  text-align: right;
}

.pandemic-tabs .pandemic-tab-title.pandemic-active a,
.pandemic-tabs .pandemic-tab-title:hover a {
  color: #1e212a !important;
}

.pandemic-tabs .pandemic-tab-title a {
  display: block;
  border-radius: 5px;
  padding: 15px 30px;
}

.pandemic-tabs .pandemic-tab-desktop-title {
  display: none;
  vertical-align: middle;
}

.pandemic-tabs .pandemic-tab-mobile-title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 10px;
}

.pandemic-tabs .pandemic-tab-mobile-title[data-tab='1'] {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pandemic-tabs .pandemic-tab-mobile-title.pandemic-active {
  color: #1e212a !important;
}

.pandemic-tabs .pandemic-tab-mobile-title + .pandemic-tab-content.pandemic-active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pandemic-tabs .pandemic-tabs-content-wrapper {
  position: relative;
}

.pandemic-tabs .pandemic-tab-content {
  padding: 20px 0;
  overflow: hidden;
}

.pandemic-video-slider {
  overflow: hidden;
}

.pandemic-video-slider .slick-slide {
  -webkit-transition: opacity margin-top .5s ease;
  transition: opacity margin-top .5s ease;
  outline: none;
  overflow: hidden;
}

.pandemic-video-slider .video-slider__next-btn,
.pandemic-video-slider .video-slider__prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-image: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
}

.pandemic-video-slider .video-slider__next-btn::before, .pandemic-video-slider .video-slider__next-btn::after,
.pandemic-video-slider .video-slider__prev-btn::before,
.pandemic-video-slider .video-slider__prev-btn::after {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.pandemic-video-slider .video-slider__next-btn:focus,
.pandemic-video-slider .video-slider__prev-btn:focus {
  outline: none;
}

.pandemic-video-slider .video-slider__next-btn:hover::before, .pandemic-video-slider .video-slider__next-btn:hover::after,
.pandemic-video-slider .video-slider__prev-btn:hover::before,
.pandemic-video-slider .video-slider__prev-btn:hover::after {
  color: #68fe9a;
}

.pandemic-video-slider .video-slider__next-btn:hover span,
.pandemic-video-slider .video-slider__prev-btn:hover span {
  opacity: 1;
}

.pandemic-video-slider .video-slider__next-btn span,
.pandemic-video-slider .video-slider__prev-btn span {
  display: none;
  opacity: 0;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 55px;
  color: #fff;
}

.pandemic-video-slider .video-slider__next-btn {
  right: 0;
}

.pandemic-video-slider .video-slider__next-btn::after {
  content: '\f054';
}

.pandemic-video-slider .video-slider__prev-btn {
  left: 0;
}

.pandemic-video-slider .video-slider__prev-btn::before {
  content: '\f053';
}

.pandemic-video-slider .video-slider__progressbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.pandemic-video-slider .video-slider__progressbar-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
}

.pandemic-video-slider .video-slider__progressbar-wrapper span.h6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  width: 10%;
  font-size: 15px;
}

.pandemic-video-slider .video-slider__progressbar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  height: 2px;
}

.pandemic-video-slider .video-slider__progressbar-inner {
  position: absolute;
  top: -2px;
  background-color: #68fe9a;
  height: 6px;
}

.pandemic-video-slider .video-slider__item {
  position: relative;
  -webkit-box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86);
  box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86) !important;
}

.pandemic-video-slider .video-slider__item:hover .video-slider__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pandemic-video-slider .video-slider__image-wrap {
  position: relative;
  height: 100%;
}

.pandemic-video-slider .video-slider__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pandemic-video-slider .video-slider__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.pandemic-video-slider .video-slider__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .3;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  content: '';
}

.pandemic-video-slider .video-slider__link::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: .6;
  z-index: -1;
  border-radius: 100%;
  background-color: #11131c;
  width: 100px;
  height: 100px;
  content: '';
}

.pandemic-video-slider .video-slider__link:hover::before {
  opacity: .8;
}

.pandemic-video-slider .video-slider__link:hover::after {
  background-color: #68fe9a;
}

.pandemic-video-slider .video-slider__link svg {
  z-index: 3;
  margin-left: 5px;
}

.pandemic-video-slider .video-slider__content {
  position: relative;
  margin-top: 20px;
}

.pandemic-video-slider .video-slider__sub-title {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1.55px;
  font-size: 14px;
}

.pandemic-video-slider h3.video-slider__title {
  width: 100%;
  line-height: 1.2;
  font-size: 30px;
}

.pandemic-video-slider h3.video-slider__title::after {
  display: none;
  margin-top: 30px;
  width: 90px;
  height: 8px;
  content: '';
}

.site-footer {
  position: relative;
}

.site-footer .site-footer__inner {
  margin: 0 auto;
  width: 95%;
}

.site-footer .footer-column {
  margin-bottom: 30px;
}

.site-footer .widget {
  margin-bottom: 50px;
}

.site-footer .widget:last-child {
  margin-bottom: 0;
}

.site-footer .widget-title {
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 25px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer ul li {
  margin-bottom: 15px;
}

.site-footer ul a {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 15px;
}

.site-footer ul a:hover {
  opacity: 1;
}

.site-footer .social a {
  display: inline-block;
  margin: 0 20px 10px 0;
  border: 1px solid transparent;
  border-radius: 0 12px 0 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.site-footer .social a:hover {
  opacity: .5;
}

.site-footer .widget_nav_menu ul.sub-menu ul.sub-menu ul.sub-menu li {
  padding: 0px;
  margin: 0px;
  background: transparent;
  margin-top: 10px;
  border: 0px;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}

.site-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#11131c), to(rgba(17, 19, 28, 0.5)));
  background: linear-gradient(0deg, #11131c 0%, rgba(17, 19, 28, 0.5) 100%);
  width: 100%;
  height: 100%;
}

.site-header {
  position: relative;
  -webkit-transition: padding .2s ease;
  transition: padding .2s ease;
  z-index: 99;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 95%;
}

.is-sticky .site-header--fixed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  /* stylelint-disable-line */
  padding: 0;
}

.is-sticky .site-header--fixed .site-branding.has-fixed-logo .logo-img {
  opacity: 0;
}

.is-sticky .site-header--fixed .site-branding.has-fixed-logo .logo-img--fixed {
  opacity: 1;
}

.site-branding {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.site-branding .logo-img--fixed {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  max-height: 100%;
}

.main-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.offcanvas-toggle {
  display: none;
  position: absolute;
  top: 40px;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.offcanvas-toggle:hover #bar-1,
.offcanvas-toggle:hover #bar-3, .offcanvas-toggle:hover #bar-4,
.offcanvas-toggle:hover #bar-6 {
  width: 57px;
}

.offcanvas-toggle:hover #bar-3, .offcanvas-toggle:hover #bar-6 {
  -webkit-transform: translate(0, 34px) !important;
          transform: translate(0, 34px) !important;
}

.offcanvas-toggle:hover #bar-2, .offcanvas-toggle:hover #bar-5 {
  -webkit-transform: translate(16px, 17px);
          transform: translate(16px, 17px);
  width: 25px;
}

.match-header-wrap {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
  overflow: hidden;
}

.match-header-wrap .match-header .row.align-items-center {
  position: relative;
  padding: 20px 0;
}

.match-header-wrap .match-header .row.align-items-center .match-score span {
  position: relative;
  top: -10px;
  line-height: 6px;
  margin: 0 5px;
  font-size: 30px;
}

.match-header-wrap .match-header .row.align-items-center::after {
  display: none;
  position: absolute;
  left: 10%;
  opacity: .9;
  z-index: 0;
  border-radius: 0 55px 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#242631), to(#0a0912));
  background: linear-gradient(90deg, #242631 0%, #0a0912 100%);
  background-color: #0a0811c2;
  width: 80%;
  height: 120px;
  content: '';
}

.match-header-wrap .match-header .row.align-items-center > div {
  z-index: 2;
}

.match-header-wrap .match-score {
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0 55px 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#242631), to(#0a0912));
  background: linear-gradient(90deg, #242631 0%, #0a0912 100%);
  background-color: #0a0811c2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 66px;
  color: #68fe9a;
  font-size: 54px;
  font-weight: 600;
}

.match-header-wrap .match-time {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: .05em;
  color: #11131c;
  font-size: 13px;
}

.match-header-wrap .match-time span {
  display: inline-block;
  position: relative;
  opacity: .6;
  border-radius: 0 0 20px 20px;
  background-color: #0b0b0ccf;
  padding: 13px 40px;
  color: #fff;
  font-family: Montserrat, arial;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 10px;
}

.match-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.match-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#11131c), to(#08091273));
  background: linear-gradient(0deg, #11131c 0%, #08091273 100%);
  width: 100%;
  height: 100%;
}

.match-header__title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  font-size: 18px;
}

.match-header__team-link {
  display: block;
  text-align: center;
}

.match-header__team-link:hover .match-header__team-name {
  top: -10px;
  opacity: .5;
}

.match-header__team-name {
  position: relative;
  top: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000057;
  line-height: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.match-header__team-name small {
  display: block;
  margin-top: 5px;
  width: 100%;
  line-height: 14px;
  color: #68fe9a;
  font-size: 14px;
}

.match-header__game-img {
  margin-top: 30px;
  max-width: 80px;
}

.match-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.match-content::before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #68fe9a;
  width: 5px;
  height: 60px;
  content: '';
}

.match-stats {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #1e212a;
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 95%;
}

.match-stats .match-stats__item {
  margin-bottom: 20px;
}

.match-stats .match-stats__item::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  opacity: .15;
  background-color: #fff;
  width: 1px;
  height: 100%;
  content: '';
}

.match-stats .match-stats__item:last-child::after {
  display: none;
}

.match-stats .match-stats__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 18px;
  color: #68fe9a;
  font-size: 15px;
}

.match-stats .match-stats__value {
  text-transform: uppercase;
  line-height: 42px;
  font-size: 28px;
}

.match-lineups {
  position: relative;
  padding-top: 50px;
}

.match-lineups .big-heading {
  text-transform: uppercase;
  line-height: 66px;
  font-size: 55px;
}

.match-lineups .match-lineups__bg-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .65;
  z-index: -1;
  line-height: 1;
  white-space: nowrap;
  color: #1e212a;
  font-size: 450px;
}

.match-lineups__team {
  margin-bottom: 0;
}

.match-lineups__team .match-team__winner {
  margin-left: 10px;
  vertical-align: super;
  text-transform: uppercase;
  font-size: .85em;
  color: #68fe9a;
}

.match-description {
  margin-bottom: 80px;
}

.match-team__info {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1e212a;
  padding-bottom: 10px;
}

.match-team__name {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 25px;
}

.match-team__img {
  max-height: 60px;
}

.match-team__players .player__info .player__name {
  line-height: 22px;
  font-size: 18px;
}

.match-team__players .player__img-wrapper {
  margin-bottom: 20px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}

.match-team__player {
  margin-bottom: 30px;
}

.match-team__player:hover .player__name a {
  color: #68fe9a;
}

.match-team__player:hover .player__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#site-navigation .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

#site-navigation .menu-toggle svg {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
  width: 80px;
  height: 80px;
}

#site-navigation .menu-toggle path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #fff;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 20px;
}

#site-navigation .menu-toggle path#top, #site-navigation .menu-toggle path#bottom {
  stroke-dasharray: 240px 950px;
}

#site-navigation .menu-toggle path#middle {
  stroke-dasharray: 240px 240px;
}

#site-navigation .menu-toggle.is-active path#top,
#site-navigation .menu-toggle.is-active path#bottom {
  stroke-dashoffset: -650px;
}

#site-navigation .menu-toggle.is-active path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

#primary-menu,
#primary-menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#primary-menu li.page_item,
#primary-menu li.menu-item {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

#primary-menu li.page_item > .children .children, #primary-menu li.page_item > .sub-menu .sub-menu,
#primary-menu li.menu-item > .children .children,
#primary-menu li.menu-item > .sub-menu .sub-menu {
  left: 100%;
  top: 0px !important;
}

#primary-menu li.page_item:hover > .children,
#primary-menu li.page_item:hover > .sub-menu,
#primary-menu li.menu-item:hover > .children,
#primary-menu li.menu-item:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

#primary-menu li .children,
#primary-menu li .sub-menu {
  position: absolute;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  padding: 15px;
  min-width: 250px;
  list-style: none;
  pointer-events: none;
}

#primary-menu li .children li,
#primary-menu li .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu li .children li:last-child,
#primary-menu li .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#primary-menu li .children a,
#primary-menu li .sub-menu a {
  padding: 10px 15px;
  line-height: 20px;
}

#primary-menu a {
  display: block;
}

#primary-menu .open-child {
  display: none;
}

#offcanvas-wrapper {
  display: none;
  position: fixed;
	right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  background-color: #11131c;
  width: 10%;
  height: 100vh;
}

#offcanvas-wrapper.is-open {
  visibility: visible;
  opacity: 1;
}

#offcanvas-wrapper .container,
#offcanvas-wrapper .row,
#offcanvas-wrapper .col-12 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#offcanvas-wrapper .container > div,
#offcanvas-wrapper .row > div,
#offcanvas-wrapper .col-12 > div {
  height: 100%;
}

#offcanvas-wrapper .container {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

#offcanvas-wrapper .menu-off-canvas-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#offcanvas-wrapper .offcanvas-toggle {
  top: 30px;
  right: 50px;
  -webkit-transform: none;
          transform: none;
}

#offcanvas-wrapper .offcanvas__text-bg {
  position: absolute;
  opacity: .1;
  text-transform: uppercase;
  color: transparent;
  font-weight: 700;
  pointer-events: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}

#offcanvas-wrapper .offcanvas__text-bg--wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: .28;
  line-height: 144px;
  font-size: 120px;
	display: none !important;
}

#offcanvas-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  padding-left: 60px;
  height: 100%;
  list-style: none;
  vertical-align: middle;
}

#offcanvas-menu::before {
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #68fe9a;
  width: 10px;
  height: 85px;
  content: '';
	display: none !important;
}

#offcanvas-menu li {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
	display: none !important;
}

#offcanvas-menu li:hover ul.sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
	display:none !important;
}

#offcanvas-menu li.menu-item-has-children::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  content: '\f054';
	display: none !important;
}

#offcanvas-menu li a {
  display: none !important;
}

#offcanvas-menu ul.sub-menu {
  position: absolute;
  top: 20px;
  left: 110%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  margin: 0;
  background-color: #1e212a;
  padding: 20px;
  min-width: 300px;
  list-style: none;
}

#offcanvas-menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#offcanvas-menu ul.sub-menu li {
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0px 10px;
}

.offcanvas__search {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  height: 100%;
  overflow: hidden;
}

.offcanvas__search #searchform {
  position: relative;
  width: 80%;
	display: none !important;
}

.offcanvas__search .offcanvas__text-bg {
  top: 0;
  left: 0;
  line-height: 800px;
  font-size: 800px;
	display:none !important;
}

.offcanvas__social {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offcanvas__social .offcanvas__social-title {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
}

.offcanvas__social .pandemic-social-links {
  margin-top: 80px;
}

.offcanvas__social .social-links__item {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  width: 25px;
  height: 25px;
  text-align: center;
}

.pandemic-social-links {
  margin-top: 90px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.social-links__item {
  margin: 0 auto 40px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 0;
}

.social-links__icon {
  font-size: 20px;
}

.blog .page-header-wrap {
  padding-top: 150px;
  padding-bottom: 70px;
}

.single-post .page-header-wrap {
  padding-top: 170px;
  padding-bottom: 70px;
}

.page-header-wrap {
  position: relative;
  overflow: hidden;
}

.page-header-wrap form#searchform {
  margin-top: 20px;
}

.page-header-wrap .page-title {
  margin: 0;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 2px;
  font-size: 55px;
}

.page-header-wrap .page-title::before {
  display: block;
  margin-bottom: 30px;
  width: 100px;
  height: 6px;
  content: '';
}

.single-post .page-header-wrap .page-title::before {
  display: none;
}

.page-header-wrap .page-header-bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-15%);
  transform: translate(-15%);
  opacity: .03;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 250px;
  pointer-events: none;
}

.search .page-header-wrap .page-header-bg-text {
  display: none;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#11131c), to(rgba(17, 19, 28, 0.5)));
  background: linear-gradient(0deg, #11131c 0%, rgba(17, 19, 28, 0.5) 100%);
  width: 100%;
  height: 100%;
}

.player-information__col {
  padding-top: 20px;
  padding-bottom: 30px;
}

.player-information__col::after {
  display: none;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  opacity: .15;
  background-color: #fff;
  width: 1px;
  height: 100%;
  content: '';
}

.player-information__col.player-information__col--country::after {
  display: none !important;
}

.player-information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player-information__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

.player-information__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  padding-left: 20px;
  width: 75%;
}

i.player-information__icon {
  color: #fff;
  font-size: 40px;
}

img.player-information__icon {
  max-width: 75px;
}

.player-information__title {
  text-transform: uppercase;
  line-height: 18px;
  color: #68fe9a;
  font-size: 15px;
}

.player-information__value {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 23px;
}

.player-header {
  z-index: 2;
  position: relative;
}

.player-header-wrap {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}

.player-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.player-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background-color: #11131c85;
  width: 100%;
  height: 100%;
}

.player-header__image {
  display: inline-block;
  position: relative;
}

.player-header__image::before {
  position: absolute;
  border-radius: 0 50px 0 50px;
  background-color: #68fe9a;
  width: 160px;
  height: calc(100% + 15px);
  content: '';
}

.player-header__image img {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 0 50px 0 50px;
  max-width: 240px;
}

.player-header__info {
  margin-top: 50px;
}

.player__name {
  line-height: 1.2;
  font-size: 55px;
}

.player__nick-name {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 23px;
  color: #68fe9a;
}

.player__social {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.player__social-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

.player__social-item:last-child {
  margin-right: 0;
}

.player__social-link {
  font-size: 0;
}

.player__social-icon {
  font-size: 20px;
}

.player-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.player-content::before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #68fe9a;
  width: 5px;
  height: 60px;
  content: '';
  z-index: 2;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 780px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slide .container,
.slide .row {
  height: 50vh;
}

.slide .container {
  position: relative;
  z-index: 10;
}

.slide .container::before, .slide .container::after {
  display: none;
  position: absolute;
  top: 0;
  opacity: .05;
  z-index: 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
  content: '';
}

.slide .container::before {
  left: -96px;
}

.slide .container::after {
  right: 0;
}

.slide--current {
  position: relative;
}

.slide__img-wrap,
.slide__title,
.slide__subtitle,
.slide__numbers,
.slide__nav,
.slide__explore {
  opacity: 0;
  pointer-events: none;
}

.slide__img-wrap {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.slide__img-wrap::before {
  display: block;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#16191a), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #16191a 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.slide__img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slide--current.slide--visible .slide__img-wrap,
.slide--current.slide--visible .slide__title,
.slide--current.slide--visible .slide__subtitle,
.slide--current.slide--visible .slide__numbers,
.slide--current.slide--visible .slide__nav,
.slide--current.slide--visible .slide__explore {
  opacity: 1;
}

.slide--current.slide--visible .slide__title-wrap,
.slide--current.slide--visible .slide__title,
.slide--current.slide--visible .slide__explore,
.slide--current.slide--visible .slide__nav {
  pointer-events: auto;
}

.slide--current.slide--visible .slide__title-wrap,
.slide--current.slide--visible .slide__numbers {
  display: block;
  pointer-events: none;
}

.slide--current .slide__img::after {
  position: absolute;
  top: 0;
  left: -15px;
  background-color: rgba(30, 33, 42, 0.6);
  width: 100%;
  height: 100%;
  content: '';
}

.slide__img-reveal {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-color: #1e212a;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slide__subtitle {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.slide__subtitle-inner {
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.slide__title {
  position: relative;
  margin-bottom: 30px;
}

.slide__title::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  z-index: 2;
  width: 9px;
  height: 85px;
  content: '';
}

.slide__title:hover::before {
  margin-top: 10px;
}

.slide__title:hover .slide__title-inner {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.slide__title-inner {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow: hidden;
  line-height: 1.2;
  font-size: 40px;
}

.slide__title-inner a {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
  color: #fff !important;
  font-weight: 600;
}

.slide__explore.button {
  display: inline-block;
  border-radius: 0 20px 0 20px;
  padding: 15px 30px;
}

.slide__arrows {
  display: none;
}

.slide__numbers {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
  margin-top: 20px;
  width: 80%;
}

.slide__index.h5 {
  display: none;
  z-index: 1;
  margin-bottom: 10px;
  line-height: 100px;
  color: transparent;
  font-size: 100px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}

.slide__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.slide__min,
.slide__max {
  width: 5%;
  line-height: 18px;
  color: #fff;
  font-size: 15px;
}

.slide__min {
  margin-right: 5px;
}

.slide__max {
  margin-left: 5px;
  text-align: right;
}

.slide__progress-bar {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  width: 90%;
  height: 2px;
}

.slide__progress-bar-inner {
  position: absolute;
  top: -2px;
  height: 6px;
}

.slide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.slide__nav-text.h6 {
  display: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 13px;
}

.slide__nav-button {
  border: 0;
  border-radius: 100%;
  padding: 0;
  width: 30px;
  height: 30px;
}

.slide__nav-button:hover {
  border-color: #68fe9a;
  background-color: transparent;
}

.slide__nav-button i {
  line-height: 51px;
  color: #fff;
  font-size: 20px;
}

.slide__nav--next,
.slide__nav--prev {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.slide__nav--next {
  top: 15%;
}

.slide__nav--next:hover .slide__nav-text {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.slide__nav--next .slide__nav-text {
  margin-right: 20px;
}

.slide__nav--prev {
  bottom: 15%;
  left: 70px;
}

.slide__nav--prev:hover .slide__nav-text {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.slide__nav--prev .slide__nav-text {
  margin-left: 20px;
}

.slide--right,
.slide--left {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.slide--right::before,
.slide--left::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  border: 3px solid #68fe9a;
  width: 100%;
  height: 100%;
  content: '';
}

.slide--right:hover::before,
.slide--left:hover::before {
  top: 20px;
  left: 25px;
  opacity: 1;
}

.slide--right:hover .slide__img,
.slide--left:hover .slide__img {
  -webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0) !important;
          transform: matrix(1.25, 0, 0, 1.25, 0, 0) !important;
}

.slide--right:hover .slide__title::before,
.slide--left:hover .slide__title::before {
  width: 25px;
}

.slide--right:hover .slide__arrow--big,
.slide--left:hover .slide__arrow--big {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.slide--right .slide__container::before,
.slide--right .slide__container::after,
.slide--left .slide__container::before,
.slide--left .slide__container::after {
  display: none !important;
}

.slide--right .slide__img-wrap,
.slide--left .slide__img-wrap {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.slide--right .slide__subtitle,
.slide--right .slide__numbers,
.slide--right .slide__nav,
.slide--right .slide__explore,
.slide--left .slide__subtitle,
.slide--left .slide__numbers,
.slide--left .slide__nav,
.slide--left .slide__explore {
  display: none;
}

.slide--right .slide__title-wrap,
.slide--left .slide__title-wrap {
  position: absolute;
  bottom: 35px;
  left: 0;
}

.slide--right .slide__title,
.slide--left .slide__title {
  opacity: 1;
  margin-bottom: 0;
  padding-left: 50px;
  max-width: 70%;
}

.slide--right .slide__title::before,
.slide--left .slide__title::before {
  left: 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  width: 15px;
  height: 35px;
}

.slide--right .slide__arrows,
.slide--left .slide__arrows {
  display: block;
  position: absolute;
  top: 50%;
  right: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slide--right .slide__arrow--big,
.slide--left .slide__arrow--big {
  margin-left: -25px;
}

.slide--right {
  right: 100px;
}

.slide--left {
  right: -270px;
}

body.search .no-results.not-found {
  padding-left: 100px;
  width: 100%;
}

body.search .page-header i {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 80px;
}

#searchform {
  position: relative;
}

#searchform:focus button::before {
  color: #11131c;
}

#searchform input {
  display: block;
  margin: 0;
  border-color: #2d2f3b;
  padding: 20px 20px 20px 70px;
  background: #ffffff0a;
}

#searchform button {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 100%;
  font-size: 0;
}

#searchform button::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  content: '\f002';
}

.sidebar .widget {
  margin-bottom: 80px;
}

.sidebar .widget h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: 23px;
  text-transform: uppercase;
}

.sidebar .widget h4::before {
  display: block;
  margin-right: 20px;
  width: 25px;
  height: 3px;
  content: '';
}

.sidebar ul.children, .sidebar .sub-menu {
  margin-top: 10px;
}

.sidebar .widget_nav_menu ul.sub-menu ul.sub-menu ul.sub-menu li {
  padding: 0px;
  margin: 0px;
  background: transparent;
  margin-top: 10px;
  border: 0px;
}

.single-post .site-content {
  padding-bottom: 50px !important;
}

.single-post .site-content .post .entry-meta span a {
  color: #68fe9a;
}

.single-post .blog-content {
  padding: 0px 0px 50px 0px;
}

.single-post .blog-content ul {
  padding: 10px 55px;
}

.single-post .blog-content ul li {
  margin-bottom: 10px;
}

.single-post .blog-content .blogc-extra-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.single-post .blog-content .blogc-extra-w a {
  color: #68fe9a;
}

.single-post .blog-content .blogc-extra-w a:hover {
  color: white;
}

.single-post .blog-content .blogc-extra-w .be-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .blog-content .blogc-extra-w .be-tags > div {
  opacity: 0.8;
}

.single-post .blog-content .blogc-extra-w .be-tags h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 10px;
}

.single-post .blog-content .blogc-extra-w .be-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .blog-content .blogc-extra-w .be-share h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 10px;
}

.single-post .blog-content .blogc-extra-w .be-share a {
  font-size: 16px;
  margin-left: 20px;
}

.single-post .post-thumbnail {
  margin-bottom: 20px;
}

.single-post .post-thumbnail img {
  -webkit-box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86) !important;
          box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86) !important;
  border: 5px solid #2d2f3b;
}

.single-post p {
  line-height: 2.2;
  color: #ffffffad;
  font-size: 14px;
}

.single-post blockquote {
  margin: 20px 0 31px 0px;
  quotes: none;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0px 10% 0px 26px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0;
  border-left: 4px solid #68fe9a;
}

.single-post blockquote p {
  font-size: 16px;
  font-weight: 800;
  font-family: 'Roboto';
  color: #ffffffe0;
  margin: 0;
  /* stylelint-disable */
}

.single-post .wp-block-image {
  margin-bottom: 60px;
}

.single-post .blog-extra {
  margin-bottom: 30px;
  border-bottom: 2px solid #151823;
  padding-bottom: 30px;
}

.single-post .blog-extra .btn {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0 5px 5px 0;
  border: 2px solid #1e212a;
  border-radius: 0 15px;
  background-color: transparent;
  padding: 5px 10px;
  color: #fff;
}

.single-post .blog-extra .btn:hover {
  text-decoration: none;
}

.single-post .author-wrapper {
  margin-bottom: 45px;
  background-color: #ffffff0a;
  padding: 45px;
  border: 1px solid #ffffff1a;
}

.single-post .author-wrapper .author,
.single-post .author-wrapper #author-info {
  display: inline-block;
}

.single-post .author-wrapper #author-info {
  margin-left: 40px;
  width: calc(100% - 150px);
}

.single-post .author-wrapper #author-info p {
  font-size: 14px;
}

.single-post .author-wrapper #author-info h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 26px;
}

.single-post .author-wrapper #author-info .author-link {
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
}

.single-post .author-wrapper #author-info .author-link::after {
  margin-left: 5px;
  font-size: 18px;
  content: '+';
}

.single-post .author-wrapper .author-link {
  font-size: 15px;
}

.single-post .author-wrapper img {
  border-radius: 0 30px;
  margin: 0 !important;
}

.single-post .related-posts {
  margin-top: 90px;
}

.single-post .related-posts ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.single-post .related-posts ul li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-post .related-posts ul li:last-child {
  margin-right: 0px;
}

.single-post .related-posts ul li h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-word;
}

.single-post .related-posts ul li:hover {
  top: -10px;
}

.single-post .related-posts ul li:hover a h5 {
  color: #68fe9a;
}

.single-post .related-posts ul li span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  color: #ffffff78;
}

.single-post .big-heading span {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 36px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: Roboto;
}

.nav-links .nav-title:hover svg {
  opacity: 1;
  fill: #68fe9a;
}

.nav-links svg {
  fill: #fff;
  opacity: 0.2;
  height: 50px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  width: 25px;
}

.nav-links .nav-next .nav-title:hover svg {
  -webkit-clip-path: inset(0 0 0 30%);
  clip-path: inset(0 0 0 30%);
}

.nav-links .nav-next svg {
  margin-left: 20px;
}

.nav-links .nav-previous .nav-title:hover svg {
  -webkit-clip-path: inset(0 30% 0 0);
  clip-path: inset(0 30% 0 0);
}

.nav-links .nav-previous svg {
  margin-right: 20px;
}

.site-content {
  padding: 50px 0;
}

body.single-matches .site-content,
body.single-player .site-content,
body.page-template-tpl-homepage .site-content,
body.single-post .site-content {
  padding: 0;
}

.pandemic-social-links {
  padding: 0;
  list-style: none;
}

.pandemic-social-links .social-links__url {
  font-size: 0;
}

.pandemic-social-links .social-links__icon {
  font-size: 20px;
}

.widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_entries li {
  margin-bottom: 18px;
  border-radius: 0 10px 0 10px;
  background-color: #ffffff0a;
}

.widget_recent_entries a {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 2px solid transparent;
  border-radius: 0 10px 0 10px;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
}

.widget_recent_entries a:hover {
  text-decoration: none;
}

.widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_meta ul, .widget_rss ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_nav_menu ul li, .widget_meta ul li, .widget_rss ul li {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 2px solid transparent;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 18px;
  border-radius: 0 10px 0 10px;
  background-color: #ffffff0a;
}

img.rss-widget-icon {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -4px;
}

.widget.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

/* .gallery-columns-3 .gallery-item {
  max-width: 100%;

  img {
    width: 100%;
  }
}*/
.gallery-icon {
  position: relative;
}

.gallery-icon::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(31, 31, 31, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}

.gallery-icon:hover::after {
  visibility: visible;
  opacity: 1;
}

.pandemic-gallery-widget-block .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0px;
}

.pandemic-gallery-widget-block .gallery a {
  display: block;
}

.pandemic-gallery-widget-block .gallery a img {
  position: relative;
  z-index: 5;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pandemic-gallery-widget-block .gallery a img:hover {
  opacity: 0.7;
}

.latest-post-list .single_latest_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.latest-post-list .single_latest_post > a {
  width: 20%;
}

.latest-post-list .single_latest_post > a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.latest-post-list .single_latest_post > a img:hover {
  opacity: 0.7;
}

.latest-post-list .single_latest_post .info {
  width: 80%;
  padding-left: 15px;
}

.latest-post-list .single_latest_post .info a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Oswald;
}

.latest-post-list .single_latest_post .info .date {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.widget .menu {
  padding-left: 10px;
}

.widget .menu ul ul ul {
  padding-left: 0px;
}

.widget_rss li {
  padding-bottom: 20px;
}

.tagcloud a {
  font-family: montserrat, arial !important;
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 2px;
  border-radius: 5px 0px;
  font-size: 10px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  color: black !important;
  opacity: 1;
}

.tagcloud a:hover {
  color: black;
  opacity: 0.8;
}

.widget select {
  margin-bottom: 0px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #f1f1f1;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #21759b;
  font-weight: 600;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  font-size: 0.05469rem;
}

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

.alignnone {
  margin: .5em 1.5em 1.5em 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: .5em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: .5em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: .5em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*
Trumps
================================================
utilities and helper classes with ability to override anything
which goes before in the triangle, eg. .hide helper class
*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

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

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.heading-line,
.comments-title,
.big-heading {
  position: relative;
  padding-top: 15px;
}

.heading-line::before,
.comments-title::before,
.big-heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 15px;
  width: 100px;
  height: 6px;
  content: '';
}

.heading-line-vertical .elementor-heading-title {
  position: relative;
  padding-left: 15px;
}

.heading-line-vertical .elementor-heading-title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  content: '';
}

.section-heading {
  left: calc((100vw - 1240px) / 2) !important;
  padding-left: 15px;
}

.section-heading .elementor-heading-title {
  display: inline-block;
  position: relative;
}

.section-heading .elementor-heading-title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 100%;
  content: '';
}

.elementor-section.row-has-divider .elementor-column::before {
  display: none;
  position: absolute;
  top: 50%;
  right: -17.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 100%;
  background-color: #11131c;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%2368FE9AFF' stroke-width='7' stroke-dasharray='14%2c 14' stroke-dashoffset='50' stroke-linecap='butt'/%3e%3c/svg%3e");
  /* stylelint-disable-line function-url-quotes */
  width: 35px;
  height: 35px;
  content: '';
}

.elementor-section.row-has-divider .elementor-column::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  opacity: .15;
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 100%;
  content: '';
}

.elementor-section.row-has-divider .elementor-column:last-child::before, .elementor-section.row-has-divider .elementor-column:last-child::after {
  display: none;
}

.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}

.btn-buy-theme {
  display: block;
  border-color: transparent;
  width: 100%;
  font-size: 14px !important;
}

.logo-line {
  position: relative;
}

.logo-line::after {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  width: 180px;
  height: 15px;
  content: '';
}

.title-quote {
  position: relative;
}

.title-quote::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 65px;
  content: '"';
}

.title-quote::before {
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 65px;
  content: '"';
}

.section-quote .elementor-background-overlay {
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.wpcf7 input[type='text'] {
  border-radius: 0 0 0 30px;
}

.wpcf7 input[type='email'] {
  border-radius: 0 0 30px 0;
}

.gm-style-mtc button {
  border-radius: 0;
}

.slick-initialized {
  opacity: .3;
}

.slick-initialized.slick-slider {
  opacity: 1;
}

.slick-slide:focus,
.slick-slide a:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border: 0;
  background-color: transparent !important;
  padding: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 0;
}

.slick-arrow::before, .slick-arrow::after {
  width: 100%;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: '\f054';
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: '\f053';
}

@media (min-width: 576px) {
  .col-sm-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-sm-pandemic-5 {
    margin-left: 20%;
  }
  .container, .container-sm {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .pandemic-players__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    width: 31%;
  }
  .slide__nav-button {
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .col-md-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-md-pandemic-5 {
    margin-left: 20%;
  }
  body.home .navbar-transparent {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  #comments #author {
    border-radius: 0 0 0 30px;
  }
  #comments #email {
    border-radius: 0 0 30px 0;
  }
  .pandemic-match-slider .match-slider__team-link.ms__team-link-right .match-slider__team-name {
    text-align: left;
  }
  .pandemic-match-slider .match-slider__team-name {
    text-align: right;
  }
  .pandemic-match-slider .match-slider__score {
    margin: 0;
    background: none;
    padding: 0;
  }
  .pandemic-match-slider .match-slider__time {
    position: absolute;
    bottom: -66px;
    left: -25px;
    margin-bottom: 0;
    min-width: 250px;
  }
  .pandemic-match-slider .match-slider__info {
    padding: 0;
  }
  .pandemic-match-slider .match-slider__info::after {
    display: block;
  }
  .pandemic-match-slider .slick-arrow::before, .pandemic-match-slider .slick-arrow::after {
    line-height: 55px;
    font-size: 25px;
  }
  .pandemic-match-slider .slick-dots li {
    margin-top: 20px;
  }
  .pandemic-news-main__item {
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc(50% - 5px);
  }
  .pandemic-news-main__item:nth-child(2n) {
    margin-left: 0;
  }
  .pandemic-news-main__item:first-child {
    margin-left: 0;
    width: 100%;
  }
  .pandemic-news-main__item:first-child a strong {
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .pandemic-news-main__item:first-child a > span {
    padding: 10px 18px;
    text-transform: uppercase;
    font-size: 10px;
  }
  .pandemic-news-main__item:first-child a small {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .pandemic-news-main__item:first-child a .nm-main {
    margin-top: 30px;
  }
  .pandemic-news-small__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .pandemic-news-small__title {
    padding-right: 50px;
  }
  .pandemic-players__item .player__content {
    min-height: 100px;
  }
  .pandemic-players__item .player__name {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .pandemic-players__item .player__role {
    font-size: 14px;
  }
  .pandemic-post-slider .post-slider__item {
    margin-right: 30px;
    margin-left: 30px;
  }
  .pandemic-post-slider .post-slider__image {
    margin-right: 0;
    margin-left: auto;
    width: 80%;
    text-align: right;
    border: 11px solid #30344a;
  }
  .pandemic-post-slider .post-slider__image img {
    width: 810px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86);
    box-shadow: 0 17px 27px 0 rgba(14, 8, 18, 0.86) !important;
  }
  .pandemic-post-slider .post-slider__content {
    position: absolute;
    bottom: 30px;
    left: 35px;
    padding: 0;
  }
  .pandemic-post-slider .post-slider__title {
    font-size: 35px;
  }
  .pandemic-post-slider {
    padding-top: 0;
  }
  .pandemic-tabs .pandemic-tab-desktop-title {
    display: inline-block;
  }
  .pandemic-tabs .pandemic-tab-mobile-title {
    display: none;
  }
  .pandemic-tabs .pandemic-tab-mobile-title + .pandemic-tab-content.pandemic-active {
    border: 0;
  }
  .pandemic-tabs .pandemic-tab-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
  }
  .pandemic-tabs .pandemic-tab-content.pandemic-active {
    visibility: visible;
    opacity: 1;
  }
  .pandemic-video-slider .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
  }
  .pandemic-video-slider .video-slider__next-btn::before, .pandemic-video-slider .video-slider__next-btn::after,
  .pandemic-video-slider .video-slider__prev-btn::before,
  .pandemic-video-slider .video-slider__prev-btn::after {
    line-height: 55px;
    font-size: 25px;
  }
  .pandemic-video-slider .video-slider__next-btn,
  .pandemic-video-slider .video-slider__prev-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
    height: 55px;
  }
  .pandemic-video-slider .video-slider__prev-btn {
    right: 75px;
  }
  .pandemic-video-slider .video-slider__item {
    border: 11px solid #30344a;
  }
  .pandemic-video-slider .video-slider__image {
    height: 500px;
  }
  .pandemic-video-slider .video-slider__content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-top: 0;
  }
  .pandemic-video-slider h3.video-slider__title {
    width: 60%;
  }
  .match-header-wrap .match-header .row.align-items-center::after {
    display: block;
  }
  .match-header-wrap .match-score {
    margin: 0;
    background: none;
    padding: 0;
  }
  .match-header-wrap .match-time {
    position: absolute;
    bottom: -69px;
    left: -25px;
    margin-bottom: 0;
    min-width: 250px;
  }
  .match-header__team-link.ms__team-link-right .match-header__team-name {
    text-align: left;
  }
  .match-header__team-name {
    text-align: right;
  }
  .match-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .player__social-item {
    margin-right: 0;
    margin-left: 30px;
  }
  .player__social {
    margin-top: 70px;
  }
  .player-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .slide .container,
  .slide .row {
    height: 100%;
  }
  .slide__img-wrap {
    position: absolute;
    height: 100%;
  }
  .slide--current .slide__title-wrap {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .slide__title::before {
    display: block;
    left: -115px;
  }
  .slide__numbers {
    margin-top: 0;
    width: 50%;
  }
  .slide__index.h5 {
    display: block;
  }
  .sidebar {
    padding-left: 50px;
  }
  .site-content {
    padding: 100px 0;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .slick-arrow::before, .slick-arrow::after {
    line-height: 55px;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-header-wrap {
    padding-top: 180px !important;
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 53em) {
  .frame {
    display: grid;
    grid-template-areas: 'title title links demos';
    grid-template-columns: auto auto auto 1fr;
    grid-gap: 5vw;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
  }
  .frame__title {
    grid-area: title;
    margin: 0;
  }
  .frame__demos {
    grid-area: demos;
    justify-self: end;
    margin: 0;
  }
  .frame__links {
    grid-area: links;
    justify-self: end;
    padding: 0;
  }
  .tiles--columns-rotated .tiles__line {
    width: 33vmax;
  }
  .tiles--columns-rotated .tiles__line:nth-child(even) {
    margin-top: -20vmax;
  }
  .tiles--columns-rotated .tiles__line-img {
    height: 40vmax;
  }
  .content--numbered::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -2rem;
    border: 1px solid;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: var(--color-alt);
    content: counter(contentSection, decimal-leading-zero);
    counter-increment: contentSection;
  }
  .content__text {
    width: 50vw;
    min-width: calc(300px - 6rem);
    max-width: 800px;
  }
  .content__text--wide {
    width: 65vw;
    max-width: 1000px;
  }
  .tiles--small {
    --tiles-height: 240px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .added_to_cart {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 10px;
  }
}

@media (min-width: 992px) {
  .col-lg-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-lg-pandemic-5 {
    margin-left: 20%;
  }
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  #respond {
    margin-top: 95px;
  }
  .pandemic-match-slider .match-slider__team-name {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pandemic-news-main__item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(25% - 20px);
    height: 240px;
  }
  .pandemic-news-main__item:nth-child(2n) {
    margin-left: 20px;
  }
  .pandemic-news-main__item:first-child {
    width: 50%;
    height: 500px;
  }
  .pandemic-news-small__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: 0;
    width: 25%;
  }
  .pandemic-video-slider .video-slider__progressbar-wrapper span.h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5%;
            flex: 0 0 2.5%;
    width: 2.5%;
  }
  .pandemic-video-slider .video-slider__progressbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    width: 95%;
  }
  .pandemic-video-slider h3.video-slider__title {
    line-height: 50px;
    font-size: 40px;
  }
  .site-footer .footer-column {
    margin-bottom: 0;
  }
  .site-footer .footer-column:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .widget_media_image {
    text-align: center;
  }
  .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
  .main-navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .offcanvas-toggle {
    display: block;
  }
  .match-header-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .match-header__title {
    margin-bottom: 0;
  }
  .match-header__team-name {
    margin-top: 0;
    margin-bottom: 0;
  }
  .match-header__game-img {
    margin-top: 70px;
  }
  .match-stats {
    padding-bottom: 45px;
  }
  .match-lineups {
    padding-top: 100px;
  }
  .match-lineups__team {
    margin-bottom: 70px;
  }
  .match-team__info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .match-team__players .player__img-wrapper {
    margin-bottom: 30px;
  }
  .match-team__player {
    margin-bottom: 0;
  }
  #offcanvas-wrapper {
    display: block;
  }
  .player-information__col.player-information__col--game,
  .player-information__col.player-information__col--age {
    padding-left: 70px;
  }
  .player-information__col.player-information__col--country {
    padding-left: 70px;
  }
  .player-information__col--team .player-information__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    width: 75px;
  }
  .player-header-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .slide__title-inner {
    font-size: 50px;
  }
  .slide__index.h5 {
    font-size: 200px;
  }
  .single-post .author-wrapper {
    margin-bottom: 95px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .heading-line-vertical .elementor-heading-title {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1001px) {
  .nav-previous {
    margin: 10px 0px;
    display: block;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .nav-next {
    display: block;
    text-align: right;
    margin: 10px 0px;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .nav-previous {
    margin: 10px 0px;
    display: block;
  }
  nav.navigation.post-navigation {
    margin-top: -30px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .col-xl-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xl-pandemic-5 {
    margin-left: 20%;
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .pandemic-match-slider .match-slider__item {
    margin-bottom: 70px;
  }
  .pandemic-match-slider .match-slider__team-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pandemic-players__item .player__content {
    min-height: 120px;
  }
  .pandemic-post-slider .slick-prev {
    left: 100px;
  }
  .pandemic-post-slider .slick-next {
    right: 50px;
  }
  .pandemic-video-slider .video-slider__link::before {
    width: 150px;
    height: 150px;
  }
  .pandemic-video-slider h3.video-slider__title {
    line-height: 54px;
    font-size: 45px;
  }
  .pandemic-video-slider h3.video-slider__title::after {
    display: block;
  }
  .match-header-wrap .container {
    max-width: 1200px;
  }
  .match-header__team-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .match-stats .match-stats__item {
    margin-bottom: 0;
  }
  .match-stats .match-stats__item::after {
    display: block;
  }
  .match-stats .match-stats__value {
    font-size: 35px;
  }
  .player-information__col {
    margin-bottom: 0;
  }
  .player-information__col::after {
    display: block !important;
  }
  .slide .container::before, .slide .container::after {
    display: block;
  }
  .slide__subtitle {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .slide__title {
    margin-bottom: 50px;
    max-width: 60%;
  }
  .slide__explore.button {
    padding: 20px 50px;
  }
  .slide__numbers {
    bottom: 30px;
  }
  .slide--right .slide__title-inner.slide__title-inner,
  .slide--left .slide__title-inner.slide__title-inner {
    font-size: 20px;
  }
  .slide--right,
  .slide--left {
    display: block;
    width: 350px;
    height: 250px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .heading-line-vertical .elementor-heading-title {
    padding-left: 60px;
  }
  .elementor-section.row-has-divider .elementor-column::before, .elementor-section.row-has-divider .elementor-column::after {
    display: block;
  }
}

@media (min-width: 1440px) {
  .col-xxl-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xxl-pandemic-5 {
    margin-left: 20%;
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1240px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
  .pandemic-match-slider .slick-next {
    right: -110px;
  }
  .pandemic-match-slider .slick-prev {
    left: -110px;
  }
  .pandemic-post-slider .post-slider__item {
    opacity: .5;
    margin: 0 100px 0;
    width: 910px !important;
    height: 500px !important;
  }
  .pandemic-post-slider .post-slider__item.slick-current {
    opacity: 1;
    margin-top: 0;
  }
  .pandemic-post-slider .slick-prev {
    left: 350px;
  }
  .pandemic-post-slider .slick-next {
    right: 350px;
  }
  .pandemic-tabs .pandemic-tabs-title {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .elementor-section-full_width .pandemic-tabs .pandemic-tabs-title {
    width:50vw;
  }
  }
	}
  .pandemic-video-slider .slick-slide {
    opacity: .5;
    margin: 75px 100px 0;
    width: 1210px !important;
    height: 475px;
  }
  .pandemic-video-slider .slick-slide.slick-current {
    opacity: 1;
    margin-top: 0;
    height: 625px;
    margin-bottom: 50px;
  }
  .pandemic-video-slider .video-slider__next-btn,
  .pandemic-video-slider .video-slider__prev-btn {
    width: 130px;
  }
  .pandemic-video-slider .video-slider__next-btn span,
  .pandemic-video-slider .video-slider__prev-btn span {
    display: inline-block;
  }
  .pandemic-video-slider .video-slider__next-btn {
    right: 20px;
    padding-right: 10px;
    text-align: right;
  }
  .pandemic-video-slider .video-slider__next-btn::after {
    margin-left: 20px;
  }
  .pandemic-video-slider .video-slider__prev-btn {
    left: 20px;
    padding-left: 10px;
    text-align: left;
  }
  .pandemic-video-slider .video-slider__prev-btn::before {
    margin-right: 20px;
  }
  .pandemic-video-slider .video-slider__image {
    height: 100%;
  }
  .slide__title {
    margin-bottom: 70px;
    max-width: 70%;
  }
  .slide__title-inner {
    font-size: 55px;
  }
  .slide__index.h5 {
    font-size: 255px;
  }
  .slide__nav {
    display: block;
    top: 0;
    right: 100px;
    height: 100%;
  }
  .slide__nav-text.h6 {
    display: inline-block;
  }
  .slide__nav--next,
  .slide__nav--prev {
    position: absolute;
    width: 200px;
  }
  .slide--right .slide__title-inner.slide__title-inner,
  .slide--left .slide__title-inner.slide__title-inner {
    font-size: 25px;
  }
  .slide--right,
  .slide--left {
    width: 490px;
    height: 350px;
  }
  .slide--right {
    right: 200px;
  }
  .slide--left {
    right: -330px;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .col-xxxl-pandemic-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xxxl-pandemic-5 {
    margin-left: 20%;
  }
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
  .elementor-section-full_width .pandemic-video-slider .video-slider__next-btn {
    right: 225px;
  }
  .pandemic-video-slider .video-slider__prev-btn {
    text-align: left;
  }
  .elementor-section-full_width .pandemic-video-slider .video-slider__prev-btn {
    left: 225px;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  #bbpress-forums li {
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: left;
  }
  #bbpress-forums div.bbp-reply-author img {
    max-width: 100%;
    height: auto;
  }
  #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    float: left;
    text-align: center;
    width: 45px;
  }
  #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 60px;
    padding: 12px 12px 12px 0;
    text-align: left;
  }
  #subscription-toggle, #favorite-toggle {
    display: none;
  }
  #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input[type=button] {
    padding: 15px 10px !important;
  }
  div.bbp-submit-wrapper {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
  #shop-isle-checkout-coupon .checkout_coupon .form-row-first {
    margin-left: 0;
    padding-left: 0;
  }
  #shop-isle-checkout-coupon .checkout_coupon .form-row-last {
    width: 100%;
  }
  .woocommerce #shop-isle-checkout-coupon .form-row input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .cart-collaterals .cross-sells ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /*My Account Styling*/
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }
  .woocommerce-account .my_account_orders .button {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .page-title ~ .woocommerce-error, .page-title ~ .woocommerce-info, .page-title ~ .woocommerce-message {
    width: 970px;
  }
  .woocommerce-page-title ~ .woocommerce-error, .woocommerce-page-title ~ .woocommerce-info, .woocommerce-page-title ~ .woocommerce-message {
    width: 910px;
  }
  .term-description {
    width: 970px;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 2px 10px 10px 0;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n) {
    margin-right: 10px;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1), .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  /* single product page */
  #reviews .comment-form-author {
    width: 50%;
  }
  #reviews .comment-form-email {
    width: 50%;
    padding-right: 15px;
  }
  #reviews form p.comment-form-rating {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  /*+*/
  .woocommerce.single-product ul.products li.product {
    width: 50%;
  }
  .woocommerce.single-product ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce.single-product ul.products li.product.first {
    clear: none !important;
  }
  .woocommerce.single-product ul.products li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce.single-product ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* product list */
  .shop-with-sidebar ul.products li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce-ordering {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-ordering select {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-breadcrumb {
    width: 100%;
    margin-bottom: 20px;
    line-height: 33px;
    text-align: center;
  }
  .page-numbers {
    text-align: center;
  }
  .page-title ~ .woocommerce-error, .page-title ~ .woocommerce-info, .page-title ~ .woocommerce-message {
    width: 750px;
  }
  .woocommerce-page-title ~ .woocommerce-error, .woocommerce-page-title ~ .woocommerce-info, .woocommerce-page-title ~ .woocommerce-message {
    width: 690px;
    margin-top: 40px;
  }
  .module-small-shop .woocommerce-breadcrumb {
    margin-bottom: 1.236em;
  }
  .cross-sells ul.products li.product {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
  }
  .cart-collaterals .cross-sells {
    width: 100%;
  }
  .cross-sells ul.products li.product {
    width: 42.8571428571% !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 100%;
  }
  .term-description {
    width: 750px;
  }
  /*My Account Styling*/
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: table;
    width: 100%;
    margin: 0 0 25px;
    border: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: table-cell;
    border: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-left: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 5px;
    opacity: 0.25;
  }
  .woocommerce-account input.woocommerce-Button.button {
    height: auto;
    margin-top: 10px;
    padding: 8px 37px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: #111111;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .woocommerce-account input.woocommerce-Button.button:hover {
    background: rgba(17, 17, 17, 0.8);
  }
  .woocommerce-pagination {
    float: none;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 2px 4px 10px 0 !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
    margin-right: 4px;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1), .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .navbar-custom .navbar-cart {
    position: absolute;
    top: 12px;
    right: 35px;
  }
  .navbar-fixed-top .navbar-collapse {
    float: left;
    width: 100%;
  }
  .header-search {
    position: initial;
  }
  .header-search-input {
    width: 100%;
  }
  .navbar-custom .navbar-cart {
    position: initial;
    width: 70px;
    padding: 10px 0 10px 5px;
  }
  .navbar-cart {
    width: 80px;
  }
  .shop_isle_header_title {
    margin-left: 0;
  }
  .header-shopping-cart, .navbar-cart-inner:hover .header-shopping-cart {
    display: none;
  }
  /* single product page */
  .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #ddd;
  }
  .woocommerce-tabs ul.tabs li {
    margin-bottom: -1px;
  }
  .woocommerce-tabs ul.tabs li.active a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    cursor: pointer;
  }
  .woocommerce-tabs ul.tabs li a:hover {
    border-bottom-color: #eee;
  }
  .single-product div.product form.cart .button {
    width: 100%;
  }
  .single-product div.product form.cart .quantity {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-product div.product form.cart .quantity input {
    width: 100%;
  }
  .single-product div.product .images {
    float: left;
  }
  .single-product div.product .images img {
    width: 100%;
  }
  .single-product div.product .summary {
    float: left;
  }
  .single-product div.product .images, .single-product div.product .summary {
    width: 100%;
    padding: 0;
  }
  .single-product div.product form.cart .quantity {
    padding: 0;
  }
  #reviews .comment-form-author, #reviews .comment-form-email {
    width: 100%;
    padding: 0;
  }
  p.comment-form-rating {
    width: 100%;
    padding: 0;
  }
  .comment-form-rating {
    margin-bottom: 20px;
  }
  p.stars {
    padding: 0;
    text-align: left;
  }
  p.stars a {
    display: inline-block;
    font-size: 12px;
  }
  /*+*/
  .woocommerce.single-product ul.products li.product, .woocommerce ul.products li.product {
    width: 100%;
  }
  /* product list */
  /* cart */
  .col2-set, #order_review, #order_review_heading {
    width: 100%;
  }
  ul.order_details {
    padding-left: 0;
  }
  ul.order_details li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  ul.order_details li:last-child {
    border-bottom: none;
  }
  .page-title ~ .woocommerce-error, .page-title ~ .woocommerce-info, .page-title ~ .woocommerce-message {
    width: 100%;
  }
  .woocommerce-page-title ~ .woocommerce-error, .woocommerce-page-title ~ .woocommerce-info, .woocommerce-page-title ~ .woocommerce-message {
    width: 90%;
  }
  .shop-item-image, .woocommerce ul.products li.product {
    float: none;
    max-width: 370px;
    margin: 25px auto;
  }
  .header-shopping-cart-wrap {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .shop-with-sidebar {
    float: none !important;
  }
  .woocommerce .page-description, .woocommerce-breadcrumb {
    float: initial;
  }
  .woocommerce-ordering {
    float: initial;
  }
  .woocommerce-ordering select {
    float: initial;
  }
  .cart_totals h2, .cross-sells h2 {
    text-align: center;
  }
  /*My Account Styling*/
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: table;
    width: 100%;
    margin: 0 0 25px;
    border: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    min-width: 125px;
    border: none;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 2px 4px 10px 0 !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
    margin: 2px 4px 10px 0 !important;
  }
}

@media (max-width: 600px) {
  .woocommerce #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce table.my_account_orders tr td.order-actions:before {
    display: none;
  }
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions:before {
    display: none;
  }
  .woocommerce-page .woocommerce .product-name a {
    float: left;
    font-size: 10px;
    line-height: 13px;
  }
  .woocommerce table.shop_table td {
    font-size: 10px;
    line-height: 11px;
  }
  .woocommerce table.shop_table td .amount, .woocommerce table.shop_table td span, .woocommerce table.shop_table td a, .woocommerce table.shop_table td strong {
    font-size: 10px;
    line-height: 11px;
  }
  .woocommerce table.shop_table th {
    padding: 5px 5px;
    font-size: 10px;
  }
  .shop_table.cart {
    padding: 5px;
  }
  .shop_table.cart td, .shop_table.cart th {
    padding: 5px;
  }
  table.cart .quantity .qty {
    max-width: 40px;
  }
  table.cart td.actions .coupon {
    width: 100%;
  }
  table.cart td.actions input[name="coupon_code"], table.cart td.actions input[name="apply_coupon"] {
    width: 49%;
  }
  table.cart td.actions input[name="coupon_code"] {
    float: left;
  }
  table.cart td.actions input[name="apply_coupon"] {
    float: right;
    padding: 12px 0 10px 0;
  }
  table.cart td.actions input[name="update_cart"] {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 10px 37px;
    font-size: 12px;
  }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 100%;
  }
  .woocommerce-pagination {
    width: 100%;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-page ul.single-product li {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .post .entry-title a {
    font-size: 25px;
  }
  #comments h2,
  #comments h3 {
    font-size: 25px;
  }
  .comment-list .comment {
    margin: 0 0 30px 0;
    padding: 20px;
  }
  .comment-list .author-avatar {
    position: static;
  }
  .site-footer {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  #primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 9999;
    width: 270px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .admin-bar #primary-menu {
    top: 46px;
  }
  .menu-open #primary-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #primary-menu,
  #primary-menu > ul {
    line-height: 15px;
  }
  #primary-menu li.page_item,
  #primary-menu li.menu-item {
    display: block;
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #primary-menu li.page_item.hide,
  #primary-menu li.menu-item.hide {
    display: none;
  }
  #primary-menu li.page_item.open > .children,
  #primary-menu li.page_item.open > .sub-menu,
  #primary-menu li.menu-item.open > .children,
  #primary-menu li.menu-item.open > .sub-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #primary-menu li.page_item.page_item_has_children, #primary-menu li.page_item.menu-item-has-children,
  #primary-menu li.menu-item.page_item_has_children,
  #primary-menu li.menu-item.menu-item-has-children {
    padding-right: 0;
  }
  #primary-menu li .children,
  #primary-menu li .sub-menu {
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
    opacity: 1;
    z-index: 10;
    margin: 0;
    background-color: #fff;
    padding: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    pointer-events: initial;
  }
  #primary-menu li .children a,
  #primary-menu li .sub-menu a {
    padding-top: 0;
    padding-bottom: 0;
  }
  #primary-menu .open-child {
    position: relative;
    float: right;
    clear: right;
    z-index: 2;
    margin-top: 1px;
    background-color: rgba(239, 239, 239, 0.05);
    width: 32px;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
  }
  #primary-menu .open-child::before {
    display: block;
    color: #ccc;
    font-size: 12px;
    content: '\f054';
  }
  #primary-menu .menu-item-back {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  #primary-menu .menu-item-back::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    line-height: 50px !important;
    color: #777;
    font-size: 12px;
    content: '\f053';
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
  }
  #primary-menu .menu-item-back a {
    display: inline-block;
    padding: 0 !important;
    line-height: 50px !important;
  }
  .page-header-wrap .page-title::before {
    margin-bottom: 20px;
  }
  .page-header-wrap {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
  }
  .page-header-wrap .page-header-bg-text {
    display: none;
  }
  body.search .no-results.not-found {
    padding-left: 110px;
  }
  body.search .page-header i {
    left: 15px;
  }
  .widget_recent_entries a {
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-page ul.single-product li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .pandemic-post-slider .slick-arrow {
    top: -55px;
    -webkit-transform: none;
            transform: none;
  }
  .pandemic-post-slider .slick-prev {
    right: 55px;
    left: auto;
  }
  .pandemic-tabs .pandemic-tabs-content-wrapper {
    height: auto !important;
  }
  .pandemic-tabs .pandemic-tab-content {
    display: none;
    height: auto !important;
  }
  .pandemic-tabs .pandemic-tab-content.pandemic-active {
    display: block;
  }
  .site-footer .footer-column {
    text-align: center;
  }
  .page-header-wrap .page-title {
    line-height: 50px;
    font-size: 40px;
  }
  .logo-line::after {
    left: 100px;
  }
}

@media (max-width: 1199.98px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .page-header-wrap .page-header-bg-text {
    font-size: 200px;
  }
  .section-heading {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}

@media (max-width: 575.98px) {
  .site-footer .social a {
    margin: 0 10px 10px 0;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
