/*
Theme Name: eCommerce2019
Theme URI: https://www.glitchagency.com/
Author: Glitch Agency
Author URI: https://www.glitchagency.com/
Description: eCommerce2019 theme
Version: 1.0
Text Domain: gliesewp
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i,800,800i|Noto+Serif:400,400i,700,700i&display=swap&subset=cyrillic");

body {
  background: #fdfcfd;
  color: #404041;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  padding-top: 240px;
}

a,
a:hover {
  color: #c12038;
}

.site-content {
  background: #fdfcfd;
}

p {
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  body {
    padding-top: 280px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1260px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 12px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.block {
  display: block;
}

.padded {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padded60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.img-rounded {
  border-radius: 3px;
}

.clear {
  clear: both;
}

.panel {
  -webkit-box-shadow: 1px 1px rgba(230, 231, 232, 0.75);
  -moz-box-shadow: 1px 1px rgba(230, 231, 232, 0.75);
  box-shadow: 1px 1px rgba(230, 231, 232, 0.75);
}

.relative {
  position: relative;
}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.line-height1 {
  line-height: 1;
}

.line-height1-5 {
  line-height: 1.5;
}

.line-height2 {
  line-height: 2;
}

.weight100 {
  font-weight: 100;
}

.weight200 {
  font-weight: 200;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

.text-upper {
  text-transform: uppercase;
}

.lead-medium {
  font-size: 24px;
  position: relative;
}

.lead-large {
  font-size: 27px;
  position: relative;
}

.lead-xlarge {
  font-size: 33px;
  position: relative;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: black;
}

.color-red,
.cr {
  color: #c12038;
}

.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 23px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 19px;
  }

  h4,
  .h4 {
    font-size: 15px;
  }

  h5,
  .h5 {
    font-size: 12px;
  }

  h6,
  .h6 {
    font-size: 10px;
  }

  .lead-medium {
    font-size: 18px;
    font-weight: 600;
  }

  .lead-large {
    font-size: 18px;
    font-weight: 600;
  }

  .lead-xlarge {
    font-size: 18px;
    font-weight: 600;
  }

  .padded,
  .padded60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.form-control {
  border: 1px solid #dedede;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-lg {
  height: 66px;
  padding: 15px 26px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .input-lg {
    height: 46px;
    padding: 5px 16px;
    font-size: 18px;
  }
}

/**
 * Modals
 * ----------------------------------------------------------------------------
 */

@media (min-width: 1200px) {
  .modal-lg {
    width: 1060px;
  }
}

@media (min-width: 1300px) {
  .modal-lg {
    width: 1160px;
  }
}

@media (min-width: 1400px) {
  .modal-lg {
    width: 1160px;
  }
}

.modal-content {
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 39px rgba(0, 0, 0, 0.25);
}

.modal-body {
  padding: 30px;
}

.modal-body .title {
  font-size: 40px;
}

.close {
  z-index: 10;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 60px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .modal-body .title {
    font-size: 27px;
  }

  .modal-body {
    padding: 20px;
  }

  .close {
    top: 5px;
    right: 10px;
    font-size: 50px;
  }
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */

.btn {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #c12038;
  border-color: #c12038;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}

.btn-bordered {
  color: #c12038;
  background-color: transparent;
  border-color: #c12038;
}

.btn-bordered:hover,
.btn-bordered:focus {
  color: #fff;
  background-color: #c12038;
  border-color: #c12038;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  filter: alpha(opacity=100);
  border-color: #dedede;
  color: #9b9b9b;
  background-color: transparent;
  opacity: 100;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 31px;
  font-weight: bold;
}

.btn-prevnext {
  margin: 10px 0;
  background: #fafafa;
}

@media only screen and (max-width: 767px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 21px;
    font-weight: 400;
  }
}

/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */

.navbar-language {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 250px;
  margin: 0;
}

.qtranxs_language_chooser {
  display: block;
  padding: 0;
  margin: 0;
  z-index: 20;
}

.qtranxs_language_chooser li {
  display: inline-block;
  position: relative;
  text-align: left;
  text-indent: -9999px;
}

.qtranxs_language_chooser li a {
  display: block;
  width: 40px;
  color: #fff;
  font-weight: 400;
  height: 25px;
}

.qtranxs_language_chooser li a:after {
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  content: "";
  height: 12px;
  width: 1px;
  display: block;
}

.page .qtranxs_language_chooser li a,
.archive .qtranxs_language_chooser li a {
  color: #404041;
}

.page .qtranxs_language_chooser li a:after,
.archive .qtranxs_language_chooser li a:after {
  background-color: #404041;
}

.qtranxs_language_chooser li:last-child a:after {
  content: none;
}

.qtranxs_language_chooser li.active a {
  font-weight: bold;
}

.qtranxs_language_chooser li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: right;
  text-indent: 0px;
}

.qtranxs_language_chooser li.lang-en a:before {
  content: "EN";
}

.qtranxs_language_chooser li.lang-mk a:before {
  content: "MK";
}

.qtranxs_language_chooser li.lang-sq a:before {
  content: "AL";
}

.btn-navbar {
  padding: 14px 0px;
  font-size: 13px;
  position: absolute;
  top: -2px;
  right: 15px;
  width: 200px;
  font-weight: bold;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 70px 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.navbar.scrolled {
  padding: 25px 0;
  background-color: #d0d0d0;

  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
}

.navbar-default.scrolled .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-default.scrolled .qtranxs_language_chooser li a {
  color: #fff;
}

.navbar-default.scrolled .qtranxs_language_chooser li a:after {
  background-color: #fff;
}
.navbar-right {
  margin-right: 330px;
}

.navbar-brand {
  line-height: 62px;

  height: 62px;
  padding: 0 0 0 15px;
}

.navbar-brand img {
  height: 62px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin-top: 0px;
}

.navbar.scrolled .navbar-brand {
  line-height: 44px;
  height: 44px;
}

.navbar.scrolled .navbar-brand img {
  height: 44px;
}

.navbar-nav {
  margin-top: 8px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  left: 0 !important;
  border: 0;
  background: #666;
}

.dropdown-menu > li > a {
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.82857143;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #666;
  background-color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #8896a5;
}

.caret {
  display: none;
}

@media only screen and (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 0px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-bottom: 2px solid transparent;
}

.page .navbar-default .navbar-nav > li > a,
.archive .navbar-default .navbar-nav > li > a {
  color: #404041;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c7c7c7;
  border-bottom: 2px solid #dfdfdf;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #404041;
  border-bottom: 2px solid #c12038;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #8896a5;
  background-color: transparent !important;
}

@media (max-width: 1399px) {
  .navbar-default .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1299px) {
  .navbar-right {
    margin-right: 110px;
  }

  .navbar-language {
    right: 15px;
  }

  .btn-navbar {
    top: 69px;
  }
}

@media (max-width: 1199px) {
  .navbar-right {
    margin-right: -10px;
  }

  .navbar-language {
    top: -12px;
    right: 15px;
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    margin-left: -20px;
  }

  .navbar.scrolled .navbar-brand img {
    margin-left: -13px;
  }

  .navbar-right {
    float: left !important;
    margin-left: -15px;
    margin-top: 30px;
    margin-right: 0;
  }

  .navbar-default .navbar-nav > li > a {
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-language {
    top: 96px;
    right: 15px;
  }

  .navbar.scrolled .navbar-language {
    top: 78px;
  }

  .btn-navbar {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .navbar {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.075);
  }

  .navbar-right {
    margin-left: -6px;
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .navbar-language {
    top: 15px;
    right: 80px;
  }

  .navbar.scrolled .navbar-language {
    top: 15px;
  }

  .btn-navbar {
    display: none;
  }

  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    background-color: transparent;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 0px;
    border-radius: 0px;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #404041;
  }

  .navbar-default .navbar-toggle.active .icon-bar {
    background-color: #c12038;
  }

  .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
  }

  .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
  }

  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 100ms ease-in-out;
    width: 27px;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
  }

  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
  }

  .navbar {
    background-color: #fdfcfd;
    padding: 6px 0 !important;
  }

  .navbar.scrolled {
    background-color: #d0d0d0;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 10px 0;
    font-weight: 500;
    margin: 0;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #bc2038;
    background-color: transparent;
  }

  .navbar-brand {
    line-height: 31px;
    padding-left: 0;
    height: 31px;
  }

  .navbar-brand img {
    height: 31px;
    margin-left: 0;
    margin-top: 8px;
  }

  .navbar.scrolled .navbar-brand {
    line-height: 31px;
    height: 31px;
  }

  .navbar.scrolled .navbar-brand img {
    margin-left: 0;
    height: 31px;
  }
}

/**
 * WooCommerce
 * ----------------------------------------------------------------------------
 */

html:lang(en) label[for="payment_method_bacs"] {
  font-size: 0;
}

html:lang(en) label[for="payment_method_bacs"]:before {
  font-size: 16px;
  content: "Pay with pro forma invoice";
}

html:lang(en) .payment_box.payment_method_bacs p {
  font-size: 0;
}

html:lang(en) .payment_box.payment_method_bacs p:before {
  font-size: 16px;
  content: "Make a payment via pro forma invoice, during transfer please refer to the order ID.";
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 8px;
  border: 1px solid #d3ced2;
}

.woocommerce-info {
  border-top-color: #c12038;
}

.woocommerce-info::before {
  color: #c12038;
}

html:lang(en) label[for="payment_method_halk_gateway"] {
  font-size: 0;
}

html:lang(en) label[for="payment_method_halk_gateway"]:before {
  font-size: 16px;
  content: "Pay with a credit or debit card";
}

html:lang(en) .payment_box.payment_method_halk_gateway p {
  font-size: 0;
}

html:lang(en) .payment_box.payment_method_halk_gateway p:before {
  font-size: 16px;
  content: "Make a payment via a credit or debit card.";
}

.woocommerce table.shop_table {
  border-radius: 0px;
  background: #fff;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}

.woocommerce a.remove {
  font-size: 2em;
  color: #c12038 !important;
  font-weight: 300;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #c12038;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0px;
  font-weight: 600;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #bc2038;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0px;
  background: #ececec;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 20px 40px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #404041;
  color: #fff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 19px 22px;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-billing-fields h3,
h3#order_review_heading,
.woocommerce-additional-fields h3,
h4.fooevents-attendee-number {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

h4.fooevents-attendee-number {
  margin-top: 40px;
  color: #c12038;
  font-weight: 800;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-bottom: 50px;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  margin-top: 40px;
}

.woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-radius: 0px;
  padding: 16px 22px;
}

.woocommerce table.shop_table td.product-name a {
  color: #404041;
}

.woocommerce ul.order_details {
  padding: 0;
}

.return-to-shop,
.woocommerce-notices-wrapper .wc-forward {
  display: none !important;
}

.order-total {
  text-decoration: underline;
  color: #c12038;
}

.order-total {
  font-size: 24px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dedede;
  border-radius: 0px;
  font-size: 14px;
}

.select2-dropdown {
  border: 1px solid #dedede;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-results__option {
  padding: 6px 10px;
}

.woocommerce-additional-fields h3.fooevents-eventname {
  margin-bottom: -20px;
  margin-top: 60px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #c12038;
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.woocommerce form .form-row label {
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em 0;
  background: #fdfcfd;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 22px;
  border-bottom: 0px solid #d3ced2;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 0.67em 1em;
}

@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    border-right: 0;
    display: block;
    margin: 0;
    padding: 15px 0 10px 0;
    width: 100%;
    border-bottom: 1px dashed #d3ced2;
  }

  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    padding: 9px 12px;
    font-size: 14px;
  }

  .woocommerce table.shop_table td.product-remove {
    padding: 0;
    position: relative;
    border: 0;
  }

  .woocommerce table.shop_table td.product-name {
    padding: 19px 50px 19px 12px;

    font-size: 16px;
    text-align: left !important;
    font-weight: 700;
  }

  .woocommerce table.shop_table td.product-name a {
    color: #c12038;
  }

  .woocommerce table.shop_table td.product-name:before {
    display: none;
  }

  .woocommerce table.shop_table td.product-remove a {
    position: absolute;
    top: 20px;
    right: 13px;
  }
}

#order_review_heading {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 800 !important;
  font-size: 25px;
}

@media (min-width: 768px) {
  #order_review_heading {
    font-weight: 800 !important;
    font-size: 30px;
  }
}

/**
 * Hero
 * ----------------------------------------------------------------------------
 */
.hero {
  overflow: hidden;
  background-color: #f8f6f7;
  background-image: url(images/hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 240px 0 125px 0;
  -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.06);
  margin: 0;
  color: #fff;
}

.hero .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f2f5+1,ffffff+100&0+0,0.5+100 */
  background: -moz-linear-gradient(
    top,
    rgba(49, 49, 49, 0) 0%,
    rgba(10, 10, 10, 0.01) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(49, 49, 49, 0) 0%,
    rgba(10, 10, 10, 0.01) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(49, 49, 49, 0) 0%,
    rgba(10, 10, 10, 0.01) 1%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f2f5', endColorstr='#80ffffff', GradientType=0);
  /* IE6-9 */
  content: "";
}

.hero h1 {
  font-size: 65px;
  line-height: 0.9;
  font-weight: bold;
}

.hero .seb-wrap {
  margin: 70px 0 100px 0;
}

.hero .seb-txt {
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: -2px 0 0 0;
}

.hero .list-inline {
  font-size: 24px;
}

.hero .list-inline li {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .hero {
    margin: 0;
  }

  .hero h1 {
    font-size: 94px;
  }

  .hero .seb-wrap {
    margin: 50px 0 80px 0;
  }

  .hero .list-inline {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .hero {
    padding: 280px 0 60px 0;
    background-position: bottom -50px right -650px;
    margin: 0;
  }

  .hero h1 {
    font-size: 74px;
  }

  .hero .seb-wrap {
    margin: 40px 0 70px 0;
  }

  .hero .list-inline {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 80px 0 10px 0;
    background-size: 1000px 375px;
    background-position: bottom right -280px;
    margin: 0;
  }

  .hero h1 {
    font-size: 27px;
    line-height: 1;
    text-transform: lowercase;
    font-weight: 300;
    margin-bottom: 30px;
  }

  .hero h1 span {
    font-size: 49px;
    margin-left: -3px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
  }

  .hero .seb-wrap {
    margin: 30px 0 40px 0;
  }

  .hero .list-inline {
    font-size: 18px;
  }

  .hero .seb-wrap .btn {
    width: auto;
  }

  .hero .seb-txt {
    display: block;
    padding: 0px;
    margin: 0 0 20px 0;
    font-size: 22px;
  }

  .hero .list-inline li {
    display: block;
    margin-top: 10px;
  }

  .hero .list-inline li i {
    min-width: 20px;
    text-align: center;
  }
}

/**
 * Speakers
 * ----------------------------------------------------------------------------
 */

.speakers {
  background: #f5f4f5;
  padding: 100px 0;
}

.speakers h1 {
  margin-bottom: 80px;
}

.speakers-archive {
  padding: 0;
  background: transparent;
}

.speakers a.speaker {
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  -ms-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  text-decoration: none;
  margin: 0 0 20px 0;
  display: block;
  color: #404041;
}

.speakers a.speaker h2 {
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  -ms-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  color: #c12038;
}

.speakers a.speaker:hover h2 {
  color: #c12038;
}

.speakers a.speaker figure {
  margin-bottom: 30px;
  position: relative;
  border-top: 5px solid #c12038;
}

.speakers a.speaker:hover figure {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  border-top: 5px solid transparent;
}

.speakers a.speaker figure img {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  top: 0;
  transform: rotate(0deg);
  transition: all 350ms ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.9;
}

.speakers a.speaker:hover figure img {
  top: 20px;
  transform: rotate(5deg);
  opacity: 0;
}

.speakers a.speaker figure .desc {
  position: absolute;
  top: 20px;
  left: 0px;
  color: #fff;
  width: 100%;
  padding: 40px 30px 0 40px;
  z-index: 1;
  font-size: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: "Noto Serif", serif;
  opacity: 0;
  height: 100%;
}

.speakers a.speaker:hover figure .desc {
  top: 0px;
  opacity: 1;
}

.speakers a.speaker figure .desc:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: #333;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: rotate(-15deg);
}

.speakers a.speaker:hover figure .desc:before {
  transform: rotate(-5deg);
}

.speakers a.speaker figure .desc .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 10px 0;
  font-size: 15px;
}

@media (max-width: 1399px) {
  .speakers a.speaker h2 {
    font-size: 27px;
  }

  .speakers a.speaker figure .desc {
    font-size: 18px;
  }
}

@media (max-width: 1299px) {
  .speakers a.speaker h2 {
    font-size: 25px;
  }

  .speakers a.speaker figure .desc {
    padding: 30px 20px 0 30px;
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .speakers a.speaker h2 {
    font-size: 28px;
  }

  .speakers a.speaker figure .desc {
    padding: 40px 30px 0 40px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .speakers {
    padding: 50px 0 100px 0;
  }

  .speakers h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .speakers {
    padding: 30px 0 100px 0;
  }

  .speakers a.speaker {
    margin: 0 0 -20px 0;
  }

  .speakers a.speaker figure {
    margin-bottom: 10px;
    width: 50%;
    position: relative;
  }

  .speakers a.speaker:hover figure img {
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
  }

  .speakers a.speaker figure .desc {
    top: 0px;
    left: 100%;
    padding: 15px 15px 0 15px;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
  }

  .speakers a.speaker figure .desc:before {
    transform: rotate(0deg);
  }

  .speakers a.speaker:hover figure .desc:before {
    transform: rotate(0deg);
  }

  .speakers a.speaker figure .desc .title {
    margin: 0 0 10px 0;
  }

  .speakers h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .speakers a.speaker h2 {
    font-size: 20px;
  }
}

/**
 * Tickets
 * ----------------------------------------------------------------------------
 */
.tickets {
  top: -50px;
  padding: 50px 0 100px 0;
  position: relative;
}

.tickets:before {
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(images/bg-tickets.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.tickets .ticket {
  display: block;
  padding: 30px 25px;
  position: relative;
  height: 420px;
  background: #fff;
  text-align: center;
}

.tickets .ticket:before {
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 84%;
  content: "";
  background: #e6e6e6;
}

.tickets .ticket.soon,
.tickets .ticket.soldout {
  color: #7f7f7f;
}

.tickets .ticket.soldout .btn.disabled,
.btn[disabled],
.tickets .ticket.soldout fieldset[disabled] .btn {
  filter: alpha(opacity=100);
  border-color: #c12038;
  color: #c12038;
  text-decoration: line-through;
  background-color: transparent;
  opacity: 100;
}

.tickets .ticket.dinner:before {
  position: absolute;
  top: 0%;
  left: 0;
  outline: 15px solid #c12038;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
}

.tickets .ticket p {
  font-size: 20px;
}

.tickets .ticket h1 {
  position: absolute;
  top: 37%;
  left: 0;
  font-size: 70px;
  z-index: 2;
  width: 100%;
}

.tickets .ticket .buy-now {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.tickets .ticket .buy-now .btn {
  min-width: 205px;
}

.tickets .ticket .stock {
  position: absolute;
  bottom: 100px;
  z-index: 2;
  margin-bottom: 10px !important;
  left: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .tickets .ticket:before {
    top: 0;
    width: 1px;
    height: 100%;
  }

  .tickets .ticket:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #e6e6e6;
  }

  .tickets .ticket.dinner:before {
    outline: 5px solid #c12038;
    border: 10px solid #c12038;
  }

  .tickets .ticket.dinner:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .tickets .ticket {
    padding: 10px 25px 30px 25px;
    margin-bottom: 15px;
    height: 290px;
  }

  .tickets .ticket h1 {
    top: 34%;
    font-size: 37px;
  }

  .tickets .ticket p {
    font-size: 16px;
  }

  .tickets .ticket .stock {
    bottom: 80px;
  }

  .tickets .ticket:before {
    display: none;
  }

  .tickets .ticket.dinner:before {
    display: inherit;
    outline: 5px solid #c12038;
    border: 5px solid #c12038;
  }
}

.list-styled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-styled li {
  padding: 0 0 0 22px;
  margin: 10px 0;
  position: relative;
}

.list-styled li:before {
  background: #c12038;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}

.izvestaj {
  margin: 50px 0 0 0;
}

.izvestaj h1 {
  font-size: 40px;
}

.izvestaj h1 span {
  font-size: 25px;
  margin: 10px 0 0 0;
  display: block;
}

.izvestaj .i-left {
  padding: 40px 40px 40px 30px;
  background: #fff;
}

.izvestaj .i-left .list-styled {
  padding-right: 20px;
}

.izvestaj .i-right {
  padding: 40px;
  margin-top: 0px;
  margin-left: -20px;
  background: #c12038;
  color: #fff;
}

@media (max-width: 1199px) {
  .izvestaj .i-right img {
    max-height: 60px;
  }
}

@media (max-width: 991px) {
  .izvestaj .i-right {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .izvestaj .i-left {
    padding: 25px 25px 25px 15px;
  }

  .izvestaj .i-left img {
    margin-bottom: 30px;
  }

  .izvestaj .i-right {
    padding: 25px;
  }
}

/**
 * What to expect
 * ----------------------------------------------------------------------------
 */
.what-to-expect {
  top: -50px;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}

.what-to-expect:before {
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  left: 0;
  top: 0;
  background-image: url(images/bg-red-corner.png);
  background-position: bottom -95px right -135px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.175);
  background-color: #fff;
  position: absolute;
}

.what-to-expect .item {
  font-size: 25px;
  font-family: "Noto Serif", serif;
  line-height: 1.2;
  text-align: center;
}

.what-to-expect .item span {
  font-size: 45px;
  color: #c12038;
  display: block;
}

@media (max-width: 1199px) {
  .what-to-expect .item {
    margin-bottom: 20px;
  }

  .what-to-expect .btn {
    position: relative;
    margin-top: -210px;
    width: 290px;
  }
}

@media (max-width: 991px) {
  .what-to-expect .btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  .what-to-expect:before {
    background-position: bottom -135px right -135px;
  }

  .what-to-expect .btn {
    margin-top: 0;
    width: 70%;
    margin-right: 15%;
  }
}

/**
 * Agenda
 * ----------------------------------------------------------------------------
 */

.agenda {
  top: -50px;
  padding: 100px 0;
  margin-bottom: -50px;
  background: #fdfcfd;
  position: relative;
}

.agenda-full {
  top: 0px;
  padding: 0;
  margin-bottom: 0px;
}

.agenda-section.na {
  filter: blur(5px);
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
					  supported by Chrome and Opera */
}

.agenda-heading {
  padding: 13px 18px;
  margin-top: 30px;
  background: #404041;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.agenda-heading span {
  font-weight: 300;
}

.agenda-section {
  position: relative;
}

.agenda-section.faded:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfcfd+0,fdfcfd+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(253, 252, 253, 0) 0%,
    rgba(253, 252, 253, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(253, 252, 253, 0) 0%,
    rgba(253, 252, 253, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(253, 252, 253, 0) 0%,
    rgba(253, 252, 253, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdfcfd', endColorstr='#fdfcfd', GradientType=0);
  /* IE6-9 */
  content: "";
  z-index: 1;
}

.agenda-section .agenda-item {
  flex-wrap: wrap;
  display: none;
  margin: 25px 0;
}

.agenda-section .agenda-item:nth-child(-n + 5) {
  display: flex;
}

.agenda-section.full .agenda-item {
  display: flex;
}

.agenda-section .agenda-item .time {
  font-size: 22px;
  color: #c12038;
  font-weight: 700;
  padding-right: 30px;
  font-family: "Noto Serif", serif;
  display: inline-block;
}

.agenda-section .agenda-item .icon {
  font-size: 22px;
  color: #000;
  min-width: 60px;
  text-align: center;
  display: inline-block;
  padding-right: 25px;
}

.agenda-section .agenda-item .desc {
  font-size: 14px;
  padding-left: 0px;
  position: relative;
  display: inline-block;
  width: calc(100% - 280px);
}

.agenda-section .agenda-item .desc .title {
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .agenda {
    padding: 50px 0;
  }

  .agenda h1 {
    margin-bottom: 20px;
  }

  .agenda-heading {
    padding: 11px 15px;
    margin-top: 30px;
    font-size: 16px;
  }

  .agenda-section .agenda-item .icon {
    min-width: 40px;
    text-align: left;
    line-height: 1;
    padding-right: 5px;
  }

  .agenda-section .agenda-item span.time {
    width: 100%;
    margin-bottom: 10px;
  }

  .agenda-section .agenda-item span.icon {
    padding: 0;
    width: 44px;
    font-size: 24px;
  }

  .agenda-section .agenda-item span.desc {
    flex: 1;
    font-size: 16px;
  }
}

/**
 * newsletter
 * ----------------------------------------------------------------------------
 */
.newsletter {
  padding: 50px 0 80px 0;
  background-image: url(images/bg-newsletter.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 767px) {
  .newsletter {
    padding: 30px 0 60px;
  }

  .newsletter .btn {
    width: auto;
    margin-top: 10px;
  }
}

/**
 * Sponsors
 * ----------------------------------------------------------------------------
 */
.sponsors {
  padding: 100px 0 30px 0;
  background: #fdfcfd;
}

.sponsors .sponsor {
  float: left;
  background: #f5f5f5;
  position: relative;
}

.sponsors .sponsor ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sponsors a img {
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sponsors a:hover img {
  opacity: 0.6;
}

.sponsors .sponsor img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

.sponsors .sponsor a:hover > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.sponsors .title {
  top: 20px;
  left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 100;
  color: #c3c3c3;
  text-transform: uppercase;
  position: absolute;
}

.sponsors .title.media {
  top: auto;
  left: auto;
  position: relative;
}

.sponsors .sponsor.general {
  width: 450px;
  height: 260px;
}

.sponsors .sponsor.vip {
  width: 255px;
  height: 260px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.sponsors .sponsor.gold {
  width: 615px;
  height: 260px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.sponsors .sponsor.gold li {
  width: 50%;
}

.sponsors .sponsor.platinum {
  width: 450px;
  height: 200px;
}

.sponsors .sponsor .master-sm {
  display: block;
}

.sponsors .sponsor .master-lg {
  display: none;
}

.sponsors .sponsor.silver {
  width: 100%;
  height: 200px;
  margin-left: 0;
}

.sponsors .sponsor.bronze {
  width: 1330px;
  min-height: 185px;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sponsors .sponsor.last {
  width: 1330px;
  min-height: 135px;
  padding: 50px 0 20px 0;
  margin-top: 5px;
}

.sponsors .sponsor.last a img {
  max-width: 220px;
}

.sponsors .list-media-partners {
  margin: 20px 0;
}

.sponsors .list-media-partners li {
  margin: 0 20px;
}

.sponsors .list-media-partners li a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

.sponsors .list-media-partners li a:hover > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 1399px) {
  .sponsors .sponsor.general {
    width: 400px;
    height: 235px;
  }

  .sponsors .sponsor.vip {
    width: 235px;
    height: 235px;
  }

  .sponsors .sponsor.gold {
    width: 585px;
    height: 235px;
  }

  .sponsors .sponsor.gold a img {
    max-width: 280px;
  }

  .sponsors .sponsor.platinum {
    width: 400px;
    height: 160px;
  }

  .sponsors .sponsor.silver {
    width: 100%;
    height: 200px;
  }

  .sponsors .sponsor.bronze {
    width: 1230px;
    height: auto;
    padding: 5px 0;
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 50px;
  }

  .sponsors .sponsor.last {
    width: 1230px;
    height: auto;
    min-height: 50px;
  }

  .sponsors .sponsor.last a img {
    max-width: 200px;
  }
}

@media (max-width: 1299px) {
  .sponsors .sponsor.general {
    width: 310px;
    height: 290px;
  }

  .sponsors .sponsor.vip {
    width: 270px;
    height: 290px;
  }

  .sponsors .sponsor.gold {
    width: 550px;
    height: 290px;
  }

  .sponsors .sponsor.gold a img {
    max-height: 230px;
    max-width: 280px;
  }

  .sponsors .sponsor.platinum {
    width: 1140px;
    margin-bottom: 5px;
    height: 200px;
  }

  .sponsors .sponsor .master-sm {
    display: none;
  }

  .sponsors .sponsor .master-lg {
    display: block;
  }

  .sponsors .sponsor.platinum img {
    margin: 0;
  }

  .sponsors .sponsor.silver {
    width: 1140px;
    margin-left: 0;
    height: 185px;
  }

  .sponsors .sponsor.bronze {
    width: 1140px;
    height: auto;
    padding: 5px 0;
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 50px;
  }

  .sponsors .sponsor.last {
    width: 1140px;
    height: auto;
    min-height: 50px;
  }

  .sponsors .sponsor.last a img {
    max-width: 190px;
  }
}

@media (max-width: 1199px) {
  .sponsors .sponsor.general {
    width: 250px;
    height: 250px;
  }

  .sponsors .sponsor.vip {
    width: 230px;
    height: 250px;
  }

  .sponsors .sponsor.gold {
    width: 450px;
    padding: 10px 0;
    height: 250px;
  }

  .sponsors .sponsor.gold a img {
    margin: 40px 0 0 0;
    max-height: 175px;
  }

  .sponsors .sponsor.platinum {
    width: 940px;
    height: 200px;
  }

  .sponsors .sponsor.silver {
    width: 940px;
    margin-left: 0;
    height: auto;
    padding: 5px 0;
    min-height: 50px;
  }

  .sponsors .sponsor.bronze {
    width: 940px;
    height: auto;
    padding: 5px 0;
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 50px;
  }

  .sponsors .sponsor.last {
    width: 940px;
    height: auto;
    min-height: 50px;
  }

  .sponsors .sponsor.last a img {
    max-width: 185px;
  }
}

@media (max-width: 991px) {
  .sponsors .title {
    top: 15px;
    left: 15px;
    font-weight: 400;
    font-size: 15px;
  }

  .sponsors .sponsor.general {
    width: 400px;
    height: 340px;
  }

  .sponsors .sponsor.vip {
    width: 315px;
    height: 340px;
  }

  .sponsors .sponsor.gold {
    width: 720px;
    margin-top: 0px;
    padding: 10px 0;
    margin-left: 0;
    height: 230px;
  }

  .sponsors .sponsor.gold a img {
    margin: -20px 0 0 0;
    max-height: 1000px;
  }

  .sponsors .sponsor.platinum {
    width: 720px;
    margin-bottom: 5px;
    height: 200px;
  }

  .sponsors .sponsor.silver {
    width: 720px;
    margin-left: 0;
    height: auto;
    padding: 5px 0;
    min-height: 50px;
  }

  .sponsors .sponsor.bronze {
    width: 720px;
    height: auto;
    padding: 5px 0;
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 50px;
  }

  .sponsors .sponsor.last {
    width: 720px;
    height: auto;
    min-height: 50px;
  }

  .sponsors .sponsor.last a img {
    max-width: 175px;
  }
}

@media (max-width: 767px) {
  .sponsors {
    padding: 50px 0 30px 0;
  }

  .sponsors .title {
    top: 10px;
    left: 10px;
    font-weight: 400;
    font-size: 12px;
  }

  .sponsors .sponsor.general {
    width: 100%;
    height: auto;
  }

  .sponsors .sponsor.vip {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
  }

  .sponsors .sponsor.vip li {
    width: 100%;
  }

  .sponsors .sponsor.vip img {
    margin: 0 auto;
  }

  .sponsors .sponsor.gold {
    width: 100%;
    margin-top: 05px;
    margin-left: 0;
    min-height: 50px;
    padding: 5px 0;
    height: auto;
  }

  .sponsors .sponsor.gold li {
    width: 50%;
  }

  .sponsors .sponsor.gold a img {
    margin: 0;
    max-height: auto;
    max-width: 100%;
  }

  .sponsors .sponsor.silver {
    width: 100%;
    margin-left: 0;
    min-height: 50px;
    padding: 5px 0;
    height: auto;
  }

  .sponsors .sponsor.platinum {
    width: 100%;
    padding: 5px;
    height: auto;
  }

  .sponsors .sponsor.platinum img {
    margin: 0 auto;
  }

  .sponsors .sponsor.silver li {
    width: 50%;
  }

  .sponsors .sponsor.bronze {
    width: 100%;
    min-height: 50px;
    padding: 5px 0;
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
  }

  .sponsors .sponsor.bronze li {
    width: 50%;
  }

  .sponsors .sponsor.last {
    width: 100%;
    min-height: 50px;
    padding: 30px 0 20px 0;
    height: auto;
  }

  .sponsors .sponsor.last a img {
    max-width: 125px;
  }

  .sponsors .btn {
    width: 100%;
  }
}

/**
 * Paginate
 * ----------------------------------------------------------------------------
 */
.wp-paginate {
  margin-top: 60px !important;
}

.wp-paginate a {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  color: #333;
  margin-right: 4px;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}

.wp-paginate a:hover {
  background: #e5e5e5 !important;
}

.wp-paginate .current {
  color: #fff;
  background: #ccc !important;
  border: 1px solid #ccc !important;
  margin-right: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .wp-paginate {
    margin-top: 30px !important;
  }

  .wp-paginate a {
    margin-right: 2px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .wp-paginate .current {
    margin-right: 2px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

footer.main {
  padding: 30px 0;
  padding-top: 100px;
  font-size: 15px;
  background: #fdfcfd;
  margin: 0;
}

footer.main .site-info {
  display: flex;
}

footer.main .site-info img {
  width: 88px;
  height: 66px;
  margin-right: 20px;
}

.by-glitch {
  width: 100%;
  height: 60px;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: -1;
  text-align: center;
  font-size: 12px;
}

.by-glitch span {
  position: relative;
  top: -10px;
}

.by-glitch a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  display: block;
  color: #fff;
  padding: 16px 0 9px 0;
  text-decoration: none;
  background-color: #c12038;
}

.by-glitch a:hover {
  background-color: #404041;
}

.glitch-logo {
  background-image: url(images/glitch-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 69px;
  height: 30px;
  background-size: 69px 30px;
  display: inline-block;
  margin: auto;
  margin-left: 5px;
  margin-right: 1px;
}

@media (max-width: 767px) {
  footer.main {
    padding: 30px 0;
  }

  footer.main .site-info {
    display: block;
    text-align: center;
  }

  footer.main .site-info img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/**
 * Social Profiles
 * ----------------------------------------------------------------------------
 */

.social-profiles {
  margin-left: -12px;
  margin-right: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}

.social-profiles li {
  list-style: none;
  margin-left: 12px;
  text-align: left;
  margin-bottom: 12px;

  display: inline-block;
}

.social-profiles li a {
  width: 40px;
  height: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  border-radius: 1000px;
  position: relative;
  background: transparent;
  border: 1px solid #aaaaaa;
  font-size: 0;
}

.social-profiles li a.facebook:hover {
  background: #39599f;
  border-color: #39599f;
}

.social-profiles li a.twitter:hover {
  background: #269fd8;
  border-color: #269fd8;
}

.social-profiles li a.googleplus:hover {
  background: #ca4638;
  border-color: #ca4638;
}

.social-profiles li a.linkedin:hover {
  background: #007ab9;
  border-color: #007ab9;
}

.social-profiles li a.youtube:hover {
  background: #cf3427;
  border-color: #cf3427;
}

.social-profiles li a.vimeo:hover {
  background: #63cece;
  border-color: #63cece;
}

.social-profiles li a.pinterest:hover {
  background: #c12128;
  border-color: #c12128;
}

.social-profiles li a.instagram:hover {
  background: #517fa6;
  border-color: #517fa6;
}

.social-profiles li a:before {
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  color: #aaaaaa;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.social-profiles li a:hover:before {
  color: #fff;
}

.social-profiles li a.facebook:before {
  content: "\f39e";
}

.social-profiles li a.twitter:before {
  content: "\f099";
}

.social-profiles li a.googleplus:before {
  content: "\f0d5";
}

.social-profiles li a.linkedin:before {
  content: "\f0e1";
}

.social-profiles li a.youtube:before {
  content: "\f167";
}

.social-profiles li a.vimeo:before {
  content: "\f27d";
}

.social-profiles li a.pinterest:before {
  content: "\f231";
}

.social-profiles li a.instagram:before {
  content: "\f16d";
}

@media (max-width: 767px) {
  .social-profiles li a {
    width: 28px;
    height: 28px;
  }

  .social-profiles li a:before {
    font-size: 14px;
    line-height: 28px;
  }
}

/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
  clear: both;
  font-weight: 600;
  font-size: 12px;
  background: none;
  margin: 10px 0 20px 0;
  border: 0;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.featured-post:before {
  font-family: FontAwesome;
  content: "\f0a1";
  margin-right: 2px;
}

.entry-meta a:before {
  margin-right: 4px;
}

.entry-meta .date a:before {
  font-family: FontAwesome;
  content: "\f133";
}

.comments-link a:before {
  font-family: FontAwesome;
  content: "\f075";
  margin-right: 2px;
  position: relative;
}

.entry-meta .author a:before {
  font-family: FontAwesome;
  content: "\f007";
  position: relative;
  top: -1px;
}

.categories-links a:first-child:before {
  font-family: FontAwesome;
  content: "\f192";
}

.tags-links a:first-child:before {
  font-family: FontAwesome;
  content: "\f02c";
  position: relative;
}

.edit-link a:before {
  font-family: FontAwesome;
  content: "\f040";
  position: relative;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
}

/**
 * Post
 * ----------------------------------------------------------------------------
 */

.entry-content {
}

article .entry-title {
  margin-top: 0;
  margin-bottom: 50px;
}

article.post .entry-thumbnail {
  margin: 0 0 30px 0;
}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */

.widget-area {
}

.widget-area .widget {
  background: #fff;
  margin: 0 0 50px 0;
  padding: 0px;
}

.widget-area .widget .widget-title {
  margin-top: 0;
  line-height: 1;
}

.widget-area .widget ul,
.widget-area .widget ol,
.widget-area .widget dl {
  margin: 0;
}

/**
 * Images
 * ----------------------------------------------------------------------------
 */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
 * Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.comments-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 50px;
  width: calc(100% - 50px);
  float: left;
}

.comment-list li {
  float: left;

  width: 100%;
}

.comment-list li article {
  background: none;
  padding: 1.25em 0;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;

  box-shadow: none;
}

.comment-list li .comment-body {
  float: left;

  width: 100%;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  float: left;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 1.25rem 0;
  position: relative;
  float: left;
}

.comment-author {
  float: left;
  max-width: 100px;
}

.comment-author.vcard {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
}

.comment-author .avatar {
  display: block;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-reply-link,
.comment-reply-login {
  font-style: normal;
  font-weight: normal;
}

.comment-author .url {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn {
  color: #000;
  position: relative;
  font-style: normal;
  padding: 15px;
  font-weight: normal;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
  color: #000;
  font-size: 13px;
}

.comment-metadata {
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f05e";
  font-family: FontAwesome;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  font-family: FontAwesome;
  content: "\f112";
  margin-right: 3px;
}

/* Comment form */
.comment-respond {
  background: #fff;
  margin-bottom: 50px;
  width: 100%;
  padding: 0;
  float: left;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 30px;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 16px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  text-indent: 0;
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 2.5rem;
  color: #999;
  font-size: 0.8rem;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #999;
}

.form-allowed-tags code {
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 1.25rem;
}

.comment-navigation {
  padding: 20px 0 30px;
  width: 100%;
  float: left;
}

.comment-navigation .section-heading {
  font-weight: 300;
  font-size: 1.8rem;
  font-style: italic;
  margin-top: 1.25rem;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .comment-author {
    max-width: 50px;
  }

  .comment-author.vcard img {
    width: 36px;
    height: 36px;
  }

  .comment-metadata,
  .comment-awaiting-moderation,
  .comment-content,
  .comment-list .reply {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }

  .comment-list .children {
    margin-left: 25px;
    width: calc(100% - 25px);
    float: left;
  }

  .comment-metadata {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 12px;
  }
}

/**
 * Block Grid
 * ----------------------------------------------------------------------------
 */

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-alt-pad {
  margin: -30px;
}

.block-grid-item.alt {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .block-grid-alt-pad {
    margin: -15px;
  }

  .block-grid-item.alt {
    padding: 15px;
  }
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n + 1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n + 1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n + 1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n + 1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n + 1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n + 1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n + 1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n + 1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n + 1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n + 1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n + 1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n + 1) {
  clear: both;
}

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%;
  }

  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n + 1) {
    clear: both;
  }

  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%;
  }

  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n + 1) {
    clear: both;
  }

  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%;
  }

  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n + 1) {
    clear: both;
  }

  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n + 1) {
    clear: both;
  }

  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%;
  }

  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n + 1) {
    clear: both;
  }

  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n + 1) {
    clear: both;
  }

  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%;
  }

  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n + 1) {
    clear: both;
  }

  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%;
  }

  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-1 > .block-grid-item:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-2 > .block-grid-item:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%;
  }

  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-3 > .block-grid-item:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-4 > .block-grid-item:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-5 > .block-grid-item:nth-of-type(5n + 1) {
    clear: both;
  }

  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%;
  }

  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-6 > .block-grid-item:nth-of-type(6n + 1) {
    clear: both;
  }

  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%;
  }

  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-7 > .block-grid-item:nth-of-type(7n + 1) {
    clear: both;
  }

  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-8 > .block-grid-item:nth-of-type(8n + 1) {
    clear: both;
  }

  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%;
  }

  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-9 > .block-grid-item:nth-of-type(9n + 1) {
    clear: both;
  }

  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-10 > .block-grid-item:nth-of-type(10n + 1) {
    clear: both;
  }

  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%;
  }

  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-11 > .block-grid-item:nth-of-type(11n + 1) {
    clear: both;
  }

  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%;
  }

  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-12 > .block-grid-item:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%;
  }

  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n + 1) {
    clear: both;
  }

  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%;
  }

  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n + 1) {
    clear: both;
  }

  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%;
  }

  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n + 1) {
    clear: both;
  }

  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n + 1) {
    clear: both;
  }

  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%;
  }

  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n + 1) {
    clear: both;
  }

  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n + 1) {
    clear: both;
  }

  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%;
  }

  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n + 1) {
    clear: both;
  }

  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%;
  }

  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n + 1) {
    clear: both;
  }
}

.agenda-blur {
  filter: blur(5px);
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
