/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "SpaceGrotesk";
  src: url("/wp-content/themes/potfaj_theme/assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("/wp-content/themes/potfaj_theme/assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "SpaceGrotesk";
  font-weight: normal;
  line-height: 1.6;
  color: #5A5A5A;
  font-variant-numeric: lining-nums;
  font-feature-settings: "ss02" on, "ss03" on, "salt" on, "ss04" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
  background-color: #101010;
}
body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/PaperNoise.png");
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 600;
  color: white;
  font-size: 3.8vw;
}

h1 {
  font-size: 3.8vw;
  margin-bottom: 0.46em;
}

/*
h2 { 
    margin-bottom: 0.96em;
}

h3 {
    margin-bottom: 0.64em;
}

h4 {
    margin-bottom: 0.77em;
}

h5 {
    margin-bottom: 1em; 
}

h6 {
    margin-bottom: 1em;
}*/
/**/
.big_tit {
  font-size: 5.375em;
  line-height: 0.9;
}

.line_tit {
  font-size: 1.5vw;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #5A5A5A;
  margin-bottom: 1em;
}

.small_title {
  font-size: 1.76em;
}

p {
  font-size: 3.8vw;
  line-height: 1.1;
  margin-bottom: 1em;
  font-weight: 700;
}

.p_lit {
  font-size: 0.88em;
}

.p_big {
  font-size: 1.29em;
}

img {
  vertical-align: middle;
}

/*btns*/
a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: white;
  text-decoration: underline;
}

a,
.btn,
#cookie-notice #cn-notice-buttons a,
.btn_outline, button, input {
  cursor: pointer;
  font-size: inherit;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #101010;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.underline_link:hover {
  color: #DF0000;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}
button:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

.btn, #cookie-notice #cn-notice-buttons a, .btn_outline {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}
.btn:hover, #cookie-notice #cn-notice-buttons a:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

.btn_outline {
  background-color: transparent;
  padding: 0.58em 1.66em;
  border: 1px solid #E2E712;
  color: #E2E712;
}
.btn_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

.btn_big_outline {
  background-color: transparent;
  padding: 0.58em 1.66em;
  border: 1px solid #E2E712;
  color: #E2E712;
}
.btn_big_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

.btn_small_outline {
  background-color: transparent;
  padding: 0.58em 1.66em;
  border: 1px solid #E2E712;
  color: #E2E712;
}
.btn_small_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_round {
  font-size: 1.125em;
  line-height: 1;
  background: #E2E712;
  border-radius: 50%;
  box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  text-decoration: none;
  text-align: center;
}
.btn_round:hover {
  transform: scale(1.08);
  color: #101010;
  text-decoration: none;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/chevron2.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  vertical-align: middle;
  margin-left: 0.6em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  color: #101010;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}
.btn_arrow:hover::after {
  transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url(/wp-content/themes/potfaj_theme/assets/img/cancel_btn.svg);
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 1px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-color: #F5F5F5;
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url(/wp-content/themes/potfaj_theme/assets/img/close.svg);
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/close.svg");
  background-size: 1.8em;
}

/*forms*/
label input {
  margin-top: 0.3em;
}

input[type=button], input[type=submit] {
  border: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=number], input[type=password], input[type=search], input[type=date], input[type=month], input[type=time], input[type=week], input[type=url], input[type=datetime-local], input[type=file], select {
  padding: 0.7em 1em;
  font-size: 1em;
  line-height: 1;
  color: white;
  border: 1px solid;
  border-radius: 1px;
  height: 42px;
  cursor: auto;
  outline: none !important;
  margin-top: 8px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder {
  color: #AFB7D3;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=url]::placeholder, input[type=datetime-local]::placeholder, input[type=file]::placeholder, select::placeholder {
  color: #AFB7D3;
}

.input_big {
  height: 2.95em;
  font-size: 1.125em;
}

input[type=submit], input[type=reset] {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}
input[type=submit]:hover, input[type=reset]:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

textarea {
  padding: 0.7em 1em;
  font-size: 1em;
  line-height: 1;
  color: white;
  border: 1px solid;
  border-radius: 1px;
  height: 5em;
  margin-top: 8px;
  outline: none !important;
}
textarea::-moz-placeholder {
  color: #AFB7D3;
}
textarea::placeholder {
  color: #AFB7D3;
}

select option {
  padding: 0.2em 1em;
  transition: 0.3s ease-in-out;
}
select option:hover {
  background: #F5F5F5;
}
input[type=file] {
  background: #F5F5F5;
  padding: 0;
  padding-right: 1em;
  position: relative;
}

input[type=file]::file-selector-button {
  padding: 10px 33px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: #E2E712;
  color: white;
  border: 0px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  padding: 0.7em 1.5em;
  height: 100%;
}
input[type=file]::file-selector-button:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: black;
}

/*line*/
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  border-top: 1px solid #414141;
  width: 100%;
}

/*table*/
table {
  border-collapse: collapse;
}
table tr td, table tr th {
  line-height: 1;
  padding: 0.3em 0.1em;
}

.responsive_table {
  overflow-x: auto;
}

/*quantity spinner*/
.quantity_spinner {
  width: 6em;
  height: 2.3em;
  display: flex;
  background: #F5F5F5;
  position: relative;
  border-radius: 1px;
  min-height: 1em;
}
.quantity_spinner .quantity_spinner_minus, .quantity_spinner .quantity_spinner_plus {
  min-width: 1em;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/minus.svg");
  background-size: 0.82em;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 1px 0 0 1px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.quantity_spinner .quantity_spinner_minus:hover, .quantity_spinner .quantity_spinner_plus:hover {
  background-color: #5A5A5A;
}
.quantity_spinner .quantity_spinner_plus {
  background-image: url("/wp-content/themes/potfaj_theme/assets/img/plus.svg");
  border-radius: 0 1px 1px 0;
}
.quantity_spinner .quantity_spinner_input {
  min-width: 1.4em;
  width: 100%;
  height: 100%;
  padding: 0.1em;
  text-align: center;
  border: 0;
  border-right: 1px solid #5A5A5A;
  border-left: 1px solid #5A5A5A;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.quantity_spinner .quantity_spinner_input::-webkit-outer-spin-button, .quantity_spinner .quantity_spinner_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/*
input[type=checkbox] {

}
input[type=radio] {

}
input[type=color] {

}
input[type=file] {

}
input[type=image] {

}

*/
/*---------cookie------------*/
#cookie-notice * {
  font-family: "SpaceGrotesk";
}
#cookie-notice #cn-notice-buttons a {
  background: #DF0000;
}

/*-----------respo---------------*/
@media (max-width: 575px) {
  h1 {
    font-size: 8vw;
  }
  h2 {
    font-size: 8vw;
  }
  h3 {
    font-size: 8vw;
  }
  p {
    font-size: 8vw;
  }
  .line_tit {
    font-size: 4vw;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1530px) {
  .container {
    max-width: 1480px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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]::-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;
}

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


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
body > main {
  padding-top: 74px;
}

#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: 0.3s ease-in-out;
  width: 100%;
  color: #5A5A5A;
  font-size: 1vw;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  transition: 0.3s ease-in-out;
  padding: 0px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  max-width: 56px;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  text-decoration: none;
  color: #5A5A5A;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#masthead .ds_wrapper_menu_main .navbar-brand a:hover {
  color: white;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin-right: 2vw;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:last-of-type {
  margin-right: 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #5A5A5A;
  font-weight: 700;
  height: 100%;
  display: flex;
  transition: 0.3s ease-in-out;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: white;
}
#masthead.smallHeader {
  background: #161616;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 35px;
}

/*
body:not(.home){

    #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen):not(.home) {
        .ds_wrapper_menu_main {
            border-color: transparent;
            #main-nav ul li a {
                color: color(dark); 

                &:hover {
                    color: color(yellow);
                }
            }
        }

        .navbar-toggler span {
            background: black;
        }

        .ds_wrapper_menu_main{
            .ds_search_wrapper{
                &::before{
                    opacity: 0;
                }
                &::after{
                    opacity: 1;
                }
                input{
                    background: #EEEEEE;
                    color: color(dark);
                    &::placeholder{
                        color: color(dark);
                    }
                }
            }
        }
    }
}


*/
/*----------burger menu------------

@media only screen and (max-width: 991px) {

    #masthead .ds_wrapper_menu_main {
        .navbar{
            display: flex;
            justify-content: flex-end;
            order: 3;

            #main-nav {
                @include fcen;
                position: fixed;
                width: 100vw;
                height: 100vh;
                background-color:color(dark);
                top: 0;
                right: 0;
                z-index: 99;
                text-align: center;
                transform: translateX(100%);
                transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);

                .navbar-nav {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding-left: 0;
                    margin-bottom: 0;
                    list-style: none;
                    width: 40%;

                    li {
                        margin-left: 0!important;
                        margin-bottom: 0px;
                        width: 100%;

                        &:first-of-type{
                            border-top: 1px solid white!important;
                        }

                        a {
                            width: 100%;
                            padding: 20px;
                            border: 0!important;
                            text-align: center;
                            display: flex;
                            text-transform: unset;
                            color: white!important;
                            text-align: left;
                            justify-content: flex-start;
                            font-size: 16px;
                            border-bottom: 1px solid white!important;
                        }                      

                    }
                }     
            }

            &.ds_navbar_open{
                #main-nav{
                    transform: translateX(0%);
                }
            }
        }
    }



    .navbar-toggler {

        height: 40px;
        width: 40px;
        position: relative;
        z-index: 99999;
        display: block!important;
        margin: auto;
        padding: 0;
        background: transparent!important;
        border: 0;

        &:hover {
            transform: translateY(-3px);
        }


        span {
            display: block;
            position: absolute;
            height: 3px;
            width: 40px;
            background: white;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);

            transition: $trans;

            &:nth-child(1){
                top: 10px;
            }
            &:nth-child(2){
                top: 20px;
            }
            &:nth-child(3) {
                top: 30px;
                left: unset;
                right: 0;            
            }
        }

        &.open {
            span {
                background-color: color(yellow);
                border: 0;
                &:nth-child(1) {
                    top: 10px;
                    width: 0%;
                    left: 50%;
                }
                &:nth-child(2) {
                    transform: rotate(45deg);
                    top: 20px;
                }
                &:nth-child(3) {
                    transform: rotate(-45deg);
                    top: 20px;
                }
                &:nth-child(4) {
                    top: 18px;
                    width: 0%;
                    left: 50%;
                }
            }
        }
    }
}
*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 575px) {
  body > main {
    padding-top: 17vw;
  }
  #masthead {
    font-size: 4vw;
  }
  #masthead .ds_wrapper_menu_main {
    height: 14vw;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    margin-right: 5vw;
  }
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 10vw;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
footer {
  position: relative;
  padding: 2vw 0;
}
.portfolio_slider .swiper-wrapper .swiper-slide {
  width: 60vw;
  /*width: 60%;
  &:nth-child(2) {
      width: 40%;
  }
  &:nth-child(3) {
      width: 40%;
  }*/
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper {
  padding: 0 1.7vw;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a {
  text-decoration: none;
  /*
  &:hover {
      .portfolio_slide_content h3, .portfolio_slide_content .portfolio_slide_excerpt  {
          color: white;
      }

  }
  */
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a figure {
  margin-bottom: 1vw;
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a figure .portfolio_slide_img {
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a .portfolio_slide_content h3 {
  text-transform: uppercase;
  font-size: 1.6vw;
  margin-bottom: 0;
  color: #5A5A5A;
  transition: 0.3s ease-in-out;
}
.portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a .portfolio_slide_content .portfolio_slide_excerpt {
  font-size: 1.6vw;
  color: #5A5A5A;
  transition: 0.3s ease-in-out;
}
.portfolio_slider .swiper-wrapper .swiper-slide-active .portfolio_slide_wrapper {
  opacity: 1;
}

.accordion_wrapper .accordion_item .accordion_header {
  border-top: 1px solid #414141;
  background-color: transparent;
  padding: 2vw 0;
  position: relative;
  outline: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion_wrapper .accordion_item .accordion_header .acrd_year {
  font-weight: 400;
  margin-bottom: 0.2em;
}
.accordion_wrapper .accordion_item .accordion_header .acrd_work {
  color: #5A5A5A;
}
.accordion_wrapper .accordion_item .accordion_header .accordion_header_ico {
  width: 3vw;
  height: 3vw;
  position: relative;
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.accordion_wrapper .accordion_item .accordion_header .accordion_header_ico::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #5A5A5A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion_wrapper .accordion_item .accordion_header .accordion_header_ico::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #5A5A5A;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion_wrapper .accordion_item .accordion_header.accordion_open .accordion_header_ico {
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .accordion_wrapper .accordion_item .accordion_header:hover {
    background-color: transparent;
    padding: 3vw 0;
  }
}
.accordion_wrapper .accordion_item:last-child {
  border-bottom: 1px solid;
}
.accordion_wrapper .accordion_item.upp h4 {
  font-size: 2.7vw;
  margin-bottom: 0.4vw;
  margin-top: 1vw;
}
.accordion_wrapper .accordion_item.upp p {
  padding-bottom: 0;
}
.accordion_wrapper .accordion_item.upp a {
  font-weight: 700;
}
.accordion_wrapper .accordion_item.upp .upp_last {
  padding-bottom: 3vw;
}
.accordion_wrapper .accordion_body {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_wrapper .accordion_body .accordion_panel {
  padding-bottom: 2vw;
}
.accordion_wrapper .accordion_body p {
  margin-bottom: 0;
  padding-bottom: 3vw;
  font-size: 2.5vw;
}
.accordion_wrapper .accordion_body p span::after {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin: 0 0.6em 0.2em 0.9em;
  border-radius: 50%;
  background: #5A5A5A;
}
.accordion_wrapper .accordion_body p span:last-of-type::after {
  display: none;
}

.wpcf7 .wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form label {
  color: white;
  position: relative;
  display: block;
  margin-bottom: 1.35em;
}
.wpcf7 .wpcf7-form label span {
  color: #DA2D39;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:not([type=checkbox]), .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: #101010;
  transition: 0.2s ease-out;
  border: 1px solid rgba(97, 110, 166, 0.01);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:not([type=checkbox]):hover, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:not([type=checkbox]):focus, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:not([type=checkbox]):active, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:hover, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:active {
  border: 1px solid rgb(97, 110, 166);
}
.wpcf7 .wpcf7-form .req-input {
  color: #DF0000;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  font-size: 16px;
  padding: 0.625em 2.19em;
  border-radius: 1px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 1px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #DF0000;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #6AF100;
}
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #DF0000;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.tabs_header {
  border-bottom: 1px solid;
}
.tabs_header .tabs_header_row {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}
.tabs_header .tabs_header_row .tab_button {
  padding: 0.85em 2.5em;
  line-height: 1;
  border-radius: 1px 1px 2px 2px;
  background-color: transparent;
  color: #101010;
  border: 0;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  margin-left: 4px;
}
.tabs_header .tabs_header_row .tab_button.active {
  background-color: #101010;
  color: white;
}
@media (min-width: 992px) {
  .tabs_header .tabs_header_row .tab_button:hover {
    color: white;
    text-decoration: none;
  }
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 992px) {
  .tabs_header .tabs_header_row .tab_button {
    padding: 0.85em 1.2em;
  }
}
/*add class to open button - ds_modal_opener*/
/*use button ds_modal_close for closingr*/
.ds_modal {
  padding: 1em;
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
}
.ds_modal.ds_modal_open {
  animation: showModal 0.3s ease-in 0s 1 forwards normal;
  display: flex;
}
.ds_modal .modal_body {
  padding: 2em;
  background: white;
  border-radius: 1px;
  position: relative;
  max-width: 780px;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.ds_modal .modal_body .modal_title {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 2.2em;
}
.ds_modal .modal_body .btn_x_close {
  position: absolute;
  top: 2em;
  right: 2em;
}
.ds_modal .ds_prod_name input {
  pointer-events: none;
}

@keyframes showModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*tvy tridy pro tvy modaly*/
.size_guide_modal .line_tit {
  font-size: 1em;
  margin-top: 2em;
}
.size_guide_modal .text {
  margin-top: 0;
}
.size_guide_modal table {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
  margin-bottom: 3em;
}
.size_guide_modal table tbody tr td {
  border: 1px solid #5A5A5A;
  padding: 0.3em 0.5em;
}
.size_guide_modal table tbody tr:first-child td {
  background: #F5F5F5;
}
.size_guide_modal table tbody tr:first-child td:first-child {
  border-radius: 1px 0 0 0;
}
.size_guide_modal table tbody tr:first-child td:last-child {
  border-radius: 0 1px 0 0;
}
.size_guide_modal table tbody tr:last-child td:first-child {
  border-radius: 0 0 1px 0;
}
.size_guide_modal table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 1px;
}

/*insert parent selector to add custom checkbox funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_check, .comment-form-cookies-consent {
  position: relative;
}
.ds_custom_check label, .comment-form-cookies-consent label {
  padding-left: 2em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}
.ds_custom_check input[type=checkbox], .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  top: 0.06em;
  left: 0;
}

/*insert selector to label add custom checkbox funcionality*/
/*html like:
    label
        input
*/
.ds_custom_check_lab, .woocommerce-form__label {
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

.ds_acceptance {
  display: flex;
  justify-content: space-between;
}
.ds_acceptance br {
  display: none;
}
.ds_acceptance span {
  display: block;
}
.ds_acceptance span .wpcf7-list-item {
  margin-left: 0;
}
.ds_acceptance span .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.ds_acceptance span .wpcf7-list-item label input {
  top: 8px;
  margin-right: 0;
  max-width: 2em;
  width: 100%;
}
.ds_acceptance span .wpcf7-list-item label span {
  color: white;
  font-size: 15px;
  margin-left: 1.18em;
  max-width: 326px;
}
.ds_acceptance span .wpcf7-list-item label span a {
  font-weight: bold;
  text-decoration: none;
}
.ds_acceptance span .wpcf7-list-item label span a:hover {
  text-decoration: underline;
}

input[type=checkbox] {
  position: relative;
  width: 0;
  height: 0;
  top: -1.1em;
  margin-right: 1.6em;
  margin-top: 0em;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  border-radius: 0.29em;
  background: #101010;
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.7em;
  top: 0.3em;
  width: 0.4em;
  height: 0.9em;
  opacity: 0.2;
  border-bottom: 3px solid #2F53CD;
  border-right: 3px solid #2F53CD;
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  transition: border-color 0.3s ease;
}
input[type=checkbox]:checked:before {
  content: "";
  background: #101010;
}
input[type=checkbox]:checked:after {
  content: "";
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*-------------------radio------------------------------*/
/*insert parent selector to add custom radio funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_radio label, .wc_payment_method label, #shipping_method li label {
  cursor: pointer;
}

/*insert selector to label add custom radio funcionality*/
/*html like:
    label
        input
*/
.ds_custom_radio_lab {
  cursor: pointer;
}

input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
  top: -0.9em;
  margin-right: 1.3em;
  margin-top: 0em;
}
input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #2F53CD;
  border-radius: 50%;
  background: #101010;
  transition: background 200ms ease-out;
}
input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.258em;
  top: 0.255em;
  width: 0.4em;
  height: 0.4em;
  background: #2F53CD;
  opacity: 0.2;
  border-radius: 50%;
  transition: background 0.3s ease;
}
input[type=radio]:checked:before {
  content: "";
  background: #101010;
}
input[type=radio]:checked:after {
  content: "";
  opacity: 1;
  background: #fff;
}

.hero_section .hero_title {
  max-width: 41vw;
  margin-top: 2vw;
  margin-bottom: 24vw;
}
.hero_section .hero_video_wrapper {
  overflow: hidden;
  width: 56vw;
  height: auto;
  position: absolute;
  top: -10px;
  right: 0;
  mix-blend-mode: screen;
  filter: contrast(0.88);
  z-index: 1;
  opacity: 0.4;
}
.hero_section .hero_video_wrapper .hero_video {
  width: calc(100% + 2px);
  height: 100%;
  position: relative;
  left: -1px;
  top: 10px;
}

.hp_portfolio .hp_portfolio_title {
  display: flex;
  width: 100%;
  align-items: baseline;
  margin-bottom: 1vw;
  opacity: 0.5;
}
.hp_portfolio .hp_portfolio_title > * {
  margin-right: 1vw;
}
.hp_portfolio .hp_portfolio_title a:last-child {
  margin-right: 0;
}
.hp_portfolio .hp_portfolio_title h3.line_tit {
  width: 30vw;
}
.hp_portfolio .hp_portfolio_title .insta_ico img {
  width: 1.5vw;
  position: relative;
  bottom: 0.2vw;
}
.hp_portfolio .hp_portfolio_title .youtube_ico img {
  width: 2.2vw;
  position: relative;
  bottom: 0.2vw;
}
.hp_portfolio .hp_portfolio_title .title_ico:hover {
  filter: brightness(1.5);
}
.hp_portfolio .portfolio_slider {
  margin-bottom: 20vw;
}

.hp_work {
  margin-bottom: 16vw;
}

.hp_programs {
  margin-bottom: 16vw;
}
.hp_programs .line_tit {
  max-width: 22vw;
  margin-bottom: 2.4vw;
}
.hp_programs .programs_wrapper .programs_line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1vw;
}
.hp_programs .programs_wrapper .programs_line .program_item {
  display: flex;
  align-items: center;
  margin-right: 2vw;
}
.hp_programs .programs_wrapper .programs_line .program_item img {
  width: 3vw;
  margin-right: 1vw;
}
.hp_programs .programs_wrapper .programs_line .program_item h3 {
  color: #5A5A5A;
}

.hp_about_me {
  margin-bottom: 16vw;
}
.hp_about_me .about_title p {
  max-width: 57vw;
}
.hp_about_me .about_slider {
  position: relative;
}
.hp_about_me .about_slider::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(22, 22, 22, 0.82) 0%, rgba(45, 45, 45, 0.5) 50%, rgba(22, 22, 22, 0.82) 100%);
  opacity: 1;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.hp_about_me .about_slider .swiper-slide {
  width: 8vw;
}
.hp_about_me .about_slider .swiper-slide figure {
  border-left: 0.8vw solid rgb(0, 0, 0);
  background: rgba(22, 22, 22, 0.5);
  position: relative;
  z-index: 1;
}
.hp_about_me .about_slider .swiper-slide figure img {
  width: 100%;
  opacity: 0.06;
  transition: 0.3s ease-in-out;
}
.hp_about_me .about_slider .swiper-slide figure img:hover {
  opacity: 0.3;
}
.hp_about_me .about_slider .swiper-slide figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #303030;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.hp_about_me .about_slider .swiper-slide-active figure {
  z-index: 3;
}
.hp_about_me .about_slider .swiper-slide-active figure img {
  opacity: 0.9;
}

.hp_contact {
  margin-bottom: 5vw;
}
.hp_contact .line_tit {
  margin-bottom: 2vw;
}
.hp_contact .contact_line {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5vw;
}
.hp_contact .contact_line h3 {
  color: #5A5A5A;
  width: 12vw;
}
.hp_contact .contact_line a, .hp_contact .contact_line p {
  color: white;
  font-size: 3.8vw;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 575px) {
  .hero_section .hero_title {
    max-width: 100vw;
    margin-top: 2vw;
    margin-bottom: -16vw;
  }
  .hero_section .hero_video_wrapper {
    width: 100vw;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10vw;
  }
  .hp_portfolio .portfolio_slider {
    margin-bottom: 30vw;
  }
  .portfolio_slider .swiper-wrapper .swiper-slide {
    width: 85vw;
  }
  .portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a figure {
    margin-bottom: 3vw;
  }
  .portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a figure .portfolio_slide_img {
    height: 55vw;
  }
  .portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a .portfolio_slide_content h3 {
    font-size: 4vw;
  }
  .portfolio_slider .swiper-wrapper .swiper-slide .portfolio_slide_wrapper a .portfolio_slide_content .portfolio_slide_excerpt {
    font-size: 4vw;
  }
  .hp_portfolio .hp_portfolio_title {
    flex-wrap: wrap;
  }
  .hp_portfolio .hp_portfolio_title h2.line_tit {
    margin-bottom: 2vw;
  }
  .hp_portfolio .hp_portfolio_title hr {
    margin: 0;
  }
  .hp_portfolio .hp_portfolio_title h3.line_tit {
    margin-top: 3vw;
    width: unset;
  }
  .hp_portfolio .hp_portfolio_title > * {
    margin-right: 4vw;
  }
  .hp_portfolio .hp_portfolio_title .insta_ico img {
    width: 4.5vw;
    bottom: 0.5vw;
  }
  .hp_portfolio .hp_portfolio_title .youtube_ico img {
    width: 7.2vw;
    bottom: 0.4vw;
  }
  .hp_work {
    margin-bottom: 36vw;
  }
  .accordion_wrapper .accordion_item .accordion_header {
    padding: 5vw 0;
  }
  .accordion_wrapper .accordion_item .accordion_header .accordion_header_txt {
    max-width: 90vw;
  }
  .accordion_wrapper .accordion_item .accordion_header .accordion_header_ico {
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 9vw;
    right: 0;
  }
  .accordion_wrapper .accordion_item .accordion_header .accordion_header_ico::after {
    height: 2px;
  }
  .accordion_wrapper .accordion_item .accordion_header .accordion_header_ico::before {
    width: 2px;
  }
  .accordion_wrapper .accordion_item .accordion_body p {
    padding-bottom: 6vw;
    font-size: 5vw;
  }
  .accordion_wrapper .accordion_item.upp h4 {
    font-size: 4.7vw;
  }
  .accordion_wrapper .accordion_item.upp .upp_last {
    padding-bottom: 6vw;
  }
  .hp_programs {
    margin-bottom: 36vw;
  }
  .hp_programs .programs_wrapper .programs_line .program_item img {
    width: 7vw;
    margin-right: 2vw;
  }
  .hp_programs .line_tit {
    max-width: 59vw;
    margin-bottom: 2.4vw;
  }
  .hp_about_me .about_title p {
    max-width: 100vw;
  }
  .hp_about_me .about_slider .swiper-slide {
    width: 28vw;
  }
  .hp_about_me {
    margin-bottom: 36vw;
  }
  .hp_contact .line_tit {
    margin-bottom: 7vw;
  }
  .hp_contact .contact_line {
    margin-bottom: 5vw;
  }
  .hp_contact .contact_line h3 {
    font-size: 7vw;
    width: 16vw;
  }
  .hp_contact .contact_line a, .hp_contact .contact_line p {
    font-size: 7vw;
  }
}
.home #about {
  display: none;
}

/*404*/
.error404 .error-404-wrapper {
  color: white;
  max-width: 760px;
  margin: auto;
}
.error404 .error-404-wrapper h1 {
  margin-bottom: 0.4em;
}
.error404 .error-404-wrapper .page-content .line_tit {
  font-size: 19.6em !important;
  margin-bottom: 0.1em;
}

.page-template-default main {
  padding-left: 4vw;
  padding-right: 4vw;
}
.page-template-default main .entry-title {
  text-transform: uppercase;
  color: #5A5A5A;
  margin-bottom: 0;
}
.page-template-default main .entry-subtitle {
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: -0.3em;
}
.page-template-default main .entry-content .post-thumbnail {
  display: none;
}
.page-template-default main .entry-content .post-thumbnail img {
  width: 100%;
  margin-bottom: 4vw;
  height: auto;
}
.page-template-default main .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 55%;
  position: relative;
}
.page-template-default main .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-default main .entry-content .wp-block-video {
  padding-top: 55%;
  position: relative;
  background: black;
}
.page-template-default main .entry-content .wp-block-video video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}
.page-template-default main .entry-content .wp-block-video.poster {
  padding-top: 0%;
}
.page-template-default main .entry-content .wp-block-video.poster video {
  height: 100%;
  position: unset;
}
.page-template-default main .entry-content .wp-block-image, .page-template-default main .entry-content .wp-block-video {
  margin-bottom: 4vw;
}
.page-template-default main .entry-content hr {
  margin-bottom: 4vw;
}
.page-template-default main .entry-content .ds_other_post_wrapper {
  margin-left: -1vw;
  margin-right: -1vw;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper {
  width: 50%;
  margin-left: 1vw;
  margin-right: 1vw;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a {
  text-decoration: none;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a img, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a h3, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a h3 {
  text-transform: uppercase;
  font-size: 1.6vw;
  margin-bottom: 0;
  color: #5A5A5A;
  transition: 0.3s ease-in-out;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a:hover, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a:hover {
  opacity: 1;
}
.page-template-default main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a:hover h3, .page-template-default main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a:hover h3 {
  color: white;
}
@media (max-width: 575px) {
  .single-post main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .single-post main .entry-subtitle {
    font-size: 5vw;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  .error404 .error-404-wrapper .page-content .line_tit {
    font-size: 13.6em !important;
  }
}
@media (max-width: 575px) {
  #main {
    padding-top: 1em;
  }
  .error404 .error-404-wrapper .page-content .line_tit {
    margin-top: 30px;
    font-size: 36vw !important;
  }
}
.dot-preloader-overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  top: 50%;
  transform: translatey(-50%);*/
  transition: 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.dot-preloader-overlay.d-none {
  opacity: 0;
  display: flex !important;
  pointer-events: none;
}
.dot-preloader-overlay .dot-preloader {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-preloader-overlay .dot-flashing::before, .dot-preloader-overlay .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
}
.dot-preloader-overlay .dot-flashing::before {
  left: -15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-preloader-overlay .dot-flashing::after {
  left: 15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%, 100% {
    background-color: #ffd9cf;
  }
}
.single-post main {
  padding-left: 4vw;
  padding-right: 4vw;
}
.single-post main .entry-title {
  text-transform: uppercase;
  color: #5A5A5A;
  margin-bottom: 0;
}
.single-post main .entry-subtitle {
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: -0.3em;
}
.single-post main .entry-content .post-thumbnail {
  display: none;
}
.single-post main .entry-content .post-thumbnail img {
  width: 100%;
  margin-bottom: 4vw;
  height: auto;
}
.single-post main .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 55%;
  position: relative;
}
.single-post main .entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post main .entry-content .wp-block-video {
  padding-top: 55%;
  position: relative;
  background: black;
}
.single-post main .entry-content .wp-block-video video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}
.single-post main .entry-content .wp-block-video.poster {
  padding-top: 0%;
}
.single-post main .entry-content .wp-block-video.poster video {
  height: 100%;
  position: unset;
}
.single-post main .entry-content .wp-block-image, .single-post main .entry-content .wp-block-video {
  margin-bottom: 4vw;
}
.single-post main .entry-content hr {
  margin-bottom: 4vw;
}
.single-post main .entry-content .ds_other_post_wrapper {
  margin-left: -1vw;
  margin-right: -1vw;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper {
  width: 50%;
  margin-left: 1vw;
  margin-right: 1vw;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a {
  text-decoration: none;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a img, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a h3, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a h3 {
  text-transform: uppercase;
  font-size: 1.6vw;
  margin-bottom: 0;
  color: #5A5A5A;
  transition: 0.3s ease-in-out;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a:hover, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a:hover {
  opacity: 1;
}
.single-post main .entry-content .ds_other_post_wrapper .ds_next_post_wrapper a:hover h3, .single-post main .entry-content .ds_other_post_wrapper .ds_prev_post_wrapper a:hover h3 {
  color: white;
}
@media (max-width: 575px) {
  .single-post main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .single-post main .entry-subtitle {
    font-size: 5vw;
  }
}/*# sourceMappingURL=main.css.map */