/*
Theme Name: exkluzivnipisma
Author: Vlastimil Greš
Version: 1.0
*/

:root {
  --white: #fff;
  --black: #000;
  --gray: #333;
  --light-gray: #f5f5f5;
  --footer: #b0b0b0;
  --typography: #e6e6e6;
  --header: #272727;
  --red: #ff0000;
  --yellow: #ffcc00;
}

/*
@font-face {
  font-family: "LipoWebMedium";
  src: url("./fonts/LipoWeb-Medium.woff2") format("woff2"),
    url("./fonts/LipoWeb-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LipoTextWebMedium";
  src: url("./fonts/LipoTextWeb-Medium.woff2") format("woff2"),
    url("./fonts/LipoTextWeb-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LipoWebSemibold";
  src: url("./fonts/LipoWeb-Semibold.woff2") format("woff2"),
    url("./fonts/LipoWeb-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/


@font-face {
  font-family: 'LipoWebMedium';
  src: url('./fonts/LipoWeb-Medium.eot');
  src: url('./fonts/LipoWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/LipoWeb-Medium.woff2') format('woff2'),
    url('./fonts/LipoWeb-Medium.woff') format('woff'),
    url('./fonts/LipoWeb-Medium.ttf') format('truetype'),
    url('./fonts/LipoWeb-Medium.svg#LipoWeb-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LipoTextWebMedium';
  src: url('./fonts/LipoTextWeb-Medium.eot');
  src: url('./fonts/LipoTextWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/LipoTextWeb-Medium.woff2') format('woff2'),
    url('./fonts/LipoTextWeb-Medium.woff') format('woff'),
    url('./fonts/LipoTextWeb-Medium.ttf') format('truetype'),
    url('./fonts/LipoTextWeb-Medium.svg#LipoTextWeb-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'LipoWebSemibold';
  src: url('./fonts/LipoWeb-Semibold.eot');
  src: url('./fonts/LipoWeb-Semibold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/LipoWeb-Semibold.woff2') format('woff2'),
    url('./fonts/LipoWeb-Semibold.woff') format('woff'),
    url('./fonts/LipoWeb-Semibold.ttf') format('truetype'),
    url('./fonts/LipoWeb-Semibold.svg#LipoWeb-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "LipoTextWebMedium", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--light-gray);
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Specifické nastavení pro zařízení Apple */
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    letter-spacing: -0.5px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: geometricPrecision;
  }
}

h1 {
  background: linear-gradient(to right, #00adea, #0020b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1,
h1 span {
  font-size: 100px;
  line-height: 1.2;
  font-family: "LipoWebSemibold", sans-serif;
  /* white-space: normal;
  word-break: break-word; */
  margin-bottom: 41px;
  padding-bottom: 5px;
}

.info-h1 {
  font-size: 100px;
  line-height: 1.2;
  font-family: "LipoWebSemibold", sans-serif;
  color: #fff;
  margin-bottom: 84px;
  text-align: center;
}

@media (max-width: 1250px) {

  h1,
  h1 span,
  .info-h1 {
    font-size: 86px;
  }
}

@media (max-width: 960px) {

  h1,
  h1 span,
  .info-h1 {
    font-size: 72px;
  }
}

@media (max-width: 767px) {

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

  .info-h1 {
    margin-bottom: 48px;
  }
}

@media (max-width: 650px) {

  h1,
  h1 span,
  .info-h1 {
    font-size: 48px;
  }
}

@media (max-width: 550px) {

  h1,
  h1 span {
    font-size: 32px;
  }

  .info-h1 {
    font-size: 38px;
    margin-bottom: 24px;
  }
}

@media (max-width: 400px) {
  .info-h1 {
    font-size: 34px;
  }
}

h2,
h2 span {
  font-size: 56px;
  font-family: "LipoWebSemibold", sans-serif;
}

h3,
h3 span,
h3 a {
  font-size: 48px;
  font-family: "LipoWebSemibold", sans-serif;
}

h4,
h4 span,
h4 a {
  font-size: 28px;
  font-family: "LipoWebSemibold", sans-serif;
}

h5,
h5 span,
h5 a {
  font-size: 24px;
  font-family: "LipoWebMedium", sans-serif;
  font-weight: normal;
}

li {
  list-style: none;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 1.62;
  padding: 0 0 24px 0;
  font-family: "LipoTextWebMedium", sans-serif;
}

a {
  cursor: pointer;
  text-decoration-skip-ink: auto;
  text-decoration: unset;
  color: var(--headline-color);
}

a:hover,
a:hover span {}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input:focus-visible,
:focus-visible {
  outline: unset;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.logged-in body {
  margin-top: 32px !important;
}

.logged-in header {
  top: 32px;
}

/* JS Composer settings */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -sand-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  animation: fadein 2s;
}

/* end of JS Composer settings */

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.aligncenter {
  display: block;
  margin: auto;
}

.site-padding {
  padding-inline: 100px;
}

@media (max-width: 1450px) {

  .site-padding,
  body footer {
    padding-inline: 80px;
  }
}

@media (max-width: 1250px) {

  .site-padding,
  body footer {
    padding-inline: 50px;
  }

  body footer {
    padding-block: 50px;
  }
}

@media (max-width: 991px) {

  .site-padding,
  body footer {
    padding-inline: 30px;
  }

  /* footer {
    margin-top: 35px;
  } */
}

@media (max-width: 576px) {

  .site-padding,
  body footer {
    padding-inline: 15px;
  }

  body footer {
    padding-block: 30px;
  }
}

/* Header */
header {
  margin-top: 96px;
  margin-bottom: 100px;
}

@media (max-width: 1250px) {
  header {
    margin-top: 48px;
    margin-bottom: 63px;
  }
}

@media (max-width: 767px) {
  header {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  header h4 {
    font-size: 3.92vw;
    text-align: left;
  }
}

@media (max-width: 567px) {
  header {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 400px) {
  header {
    text-align: center;
  }
}

/* Footer */
footer {
  background-color: var(--black);
  padding: 100px;
  /* margin-top: 120px; */
}

footer img {
  width: 96px;
  height: auto;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  footer img {
    margin-bottom: 24px;
  }
}

footer p {
  color: #bfbfbf;
}

body footer p:last-child {
  padding-bottom: 0;
}

.footer-text-container {
  max-width: 815px;
}

.container {
  max-width: 1320px;
  margin-inline: auto;
  width: 100%;
  height: 100%;
}

/* main {
  padding-top: 50px;
}

@media screen and (max-width: 1100px) {
  main {
    padding-top: 135px;
  }

  body:not(.body) main {
    padding-top: 115px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 125px;
  }

  .home main {
    padding-inline: 15px;
  }

  html {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
  main {
    padding-inline: 50px;
  }
} */

#content .vc_row-fluid {
  margin-left: 0;
  margin-right: 0;
}

/* 
.wpb-content-wrapper {
    max-width: 1200px;
    margin: auto !important;
    padding: 0 20px 0 20px !important;
} */

/* Zde můžeš začít  */

body .vc_column_container>.vc_column-inner {
  padding: 0;
}

.btn-blue {
  padding: 14px 16px;
  color: #fff;
  background-color: #00afeb;
  transition: all 0.2s;
  border-radius: 5px;
}

.btn-blue:hover {
  background-color: #099fd1;
}

.grey-text {
  font-size: 16px;
  font-family: "LipoWebSemibold", sans-serif;
  color: #636363;
  text-align: center;
  letter-spacing: 1.4px;
}

.grey-text.w-mt {
  margin-top: 190px;
}

#images-row {
  margin-bottom: 198px;
  margin-top: 45px;
}

#images-row .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-inline: 70px;
}

#images-row .wpb_wrapper img {
  max-width: 100%;
  height: auto;
  overflow: auto;
}

@media (max-width: 1630px) {
  #images-row .wpb_wrapper {
    gap: 70px;
  }
}

@media (max-width: 1360px) {
  #images-row .wpb_wrapper {
    margin-inline: 20px;
  }

  .grey-text.w-mt {
    margin-top: 100px;
  }

  #images-row {
    margin-bottom: 100px;
  }
}

@media (max-width: 1100px) {
  #images-row .wpb_wrapper {
    gap: 50px;
  }
}

@media (max-width: 960px) {
  #images-row .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #images-row .wpb_wrapper img {
    flex-basis: 22%;
  }
}


@media (max-width: 550px) {
  #images-row .wpb_wrapper img {
    flex-basis: 34%;
  }

  .grey-text.w-mt {
    margin-top: 40px;
  }

}

.big-img-left,
.big-img-right {
  margin-bottom: 72px;
}

.big-img-left p,
.big-img-right p {
  font-family: "LipoWebMedium", sans-serif;
}

.big-img-left .vc_col-sm-4,
.big-img-right .vc_col-sm-4 {
  width: 40%;
}

.big-img-left .vc_col-sm-8,
.big-img-right .vc_col-sm-8 {
  width: 60%;
}

.big-img-left,
.big-img-right {
  display: flex;
}

.big-img-left .left-img,
.big-img-right .left-img {
  margin-right: 100px;
}

.big-img-left .left-text,
.big-img-right .right-text {
  max-width: 636px;
}

.big-img-left h5,
.big-img-right h5 {
  margin-block: 32px;
}

@media (max-width: 1350px) {

  .big-img-left h5,
  .big-img-right h5 {
    margin-block: 16px;
  }

  .big-img-left .left-img,
  .big-img-right .left-img {
    margin-right: 50px;
  }
}

@media (max-width: 1150px) {

  .big-img-left h5,
  .big-img-right h5 {
    margin-block: 8px;
  }

  /* .big-img-left .left-img,
  .big-img-right .left-img {
    margin-right: 25px;
  } */
}

@media (max-width: 960px) {

  .big-img-left .vc_col-sm-8,
  .big-img-left .vc_col-sm-4,
  .big-img-right .vc_col-sm-8,
  .big-img-right .vc_col-sm-4 {
    width: 100%;
  }

  .big-img-left .left-img,
  .big-img-right .left-img {
    margin-right: 0;
  }

  .big-img-left,
  .big-img-right {
    flex-direction: column;
  }

  .big-img-left h5,
  .big-img-right h5 {
    margin-block: 24px;
  }

  .big-img-left,
  .big-img-right {
    margin-bottom: 0px;
  }
}

.jgg p {
  padding-bottom: 0;
}

.blue-text {
  font-size: 24px;
  font-family: "LipoWebMedium", sans-serif;
  color: #00aeeb;
  text-align: center;
}

body .interest {
  margin-bottom: 72px !important;
}

@media (max-width: 960px) {
  body .interest {
    margin-block: 50px !important;
  }
}

@media (max-width: 550px) {
  body .interest {
    margin-block: 30px !important;
  }
}

.interest p {
  text-align: center;
}

body .interest p:first-child {
  padding-bottom: 30px;
}

.info-text-white {
  font-family: "LipoWebMedium", sans-serif;
  font-size: 24px;
  line-height: 1.42;
  color: #fff;
  text-align: center;
  margin-bottom: 78px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .info-text-white {
    font-size: 20px;
    margin-bottom: 39px;
  }
}

@media (max-width: 550px) {
  .info-text-white {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .info-text-white {
    font-size: 16px;
  }
}

.page-id-72 {
  background: linear-gradient(to bottom, #ff7c00, #d515d4);
}

.page-id-72 header h4 {
  color: #fff;
}

.info-container {
  max-width: 930px;
  margin: 0 auto !important;
}

.info-container p {
  text-align: center;
}

.info-container p:last-child {
  padding-bottom: 0;
}

.btn-info {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  transition: all 0.2s;
}

.btn-info:hover {
  background-color: #dfdfdf;
}

@media (max-width: 767px) {
  .btn-info {
    font-size: 14px;
  }
}

.info-image {
  margin-block: 78px;
  position: relative;
}

@media (max-width: 550px) {
  .info-image {
    margin-block: 60px;
  }
}

.info-image::after {
  content: "";
  position: relative;
  left: 0;
  bottom: -160px;
  width: 70%;
  height: 1px;
  background-color: black;
  transform: translateX(21.5%);
}

@media (max-width: 1350px) {
  .info-image::after {
    bottom: -100px;
  }
}

@media (max-width: 1100px) {
  .info-image::after {
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .info-image::after {
    bottom: -50px;
  }
}

.modifikovane-puvodni {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-block: 66px;
}

.modifikovane-puvodni .white {
  color: #fff;
  font-family: "LipoWebMedium", sans-serif;
  padding-bottom: 0;
}

.modifikovane-puvodni .black {
  color: #000;
  font-family: "LipoWebMedium", sans-serif;
  padding-bottom: 0;
}

.custom.info-image::after {
  bottom: -70px;
}

@media (max-width: 1350px) {
  .custom.info-image::after {
    bottom: -40px;
  }

  .modifikovane-puvodni {
    margin-top: 36px;
  }
}

@media (max-width: 1100px) {
  .custom.info-image::after {
    bottom: -30px;
  }

  .modifikovane-puvodni {
    margin-top: 26px;
  }
}

.info-h1.w-mt {
  margin-top: 183px;
}

.info-h1.w-mt-2 {
  margin-top: 105px;
}

@media (max-width: 1350px) {
  .info-h1.w-mt {
    margin-top: 90px;
  }

  .info-h1.w-mt-2 {
    margin-top: 30px;
  }
}

@media (max-width: 1250px) {
  .info-h1.w-mt {
    margin-top: 100px;
  }
}

@media (max-width: 1100px) {
  .info-h1.w-mt {
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .info-h1.w-mt {
    margin-top: 24px;
  }

  .info-h1.w-mt-2 {
    margin-top: 8px;
  }
}

.info-image.custom-image {
  max-width: 75%;
  margin-inline: auto !important;
}

@media (max-width: 767px) {
  .info-image.custom-image {
    max-width: 100%;
    margin-inline: 0;
  }
}

.info-text-white.last {
  margin-bottom: 192px !important;
}

@media (max-width: 1100px) {
  .info-text-white.last {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 560px) {
  .info-text-white.last {
    margin-bottom: 45px !important;
  }
}

.contact-form {
  max-width: 600px;
  margin-inline: auto;
}

.contact-form input {
  border: none;
  padding: 5px 10px;
  margin-bottom: 24px;
  font-family: "LipoWebMedium", sans-serif;
  font-size: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
}

.contact-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.contact-form input::placeholder {
  font-size: 16px;
  font-family: "LipoWebMedium", sans-serif;
  color: #000;
}

.contact-form h5 {
  margin-bottom: 66px;
}

@media (max-width: 560px) {

  .contact-form h5,
  .contact-form .grey-text {
    margin-bottom: 45px !important;
  }
}

.contact-form input[type="submit"] {
  font-family: "LipoTextWebMedium", sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #0000a5;
  padding: 12px 24px;
  border-radius: 6px;
  letter-spacing: 1.25px;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.contact-form input[type="submit"]:hover {
  background-color: #04048a;
}

.contact-form .wpcf7-not-valid-tip {
  display: inline !important;
  margin-left: 10px;
}

.wpcf7-response-output {
  display: none;
}

.contact-form .grey-text {
  text-align: start;
  margin-bottom: 96px;
  padding-bottom: 0;
}

.single .wp-block-gallery {
  margin-bottom: 24px;
}

.single h2 {
  margin-bottom: 24px;
}

.single p {
  font-family: "LipoWebMedium", sans-serif;
}

@media (max-width: 767px) {
  .single h2 {
    font-size: 42px;
  }
}

@media (max-width: 560px) {
  .single h2 {
    font-size: 36px;
    text-align: center;
  }

  .single p {
    text-align: center;
  }
}

.popup-container {
  max-width: 720px;
  width: 100%;
  background-color: #fc1d1c;
  border-radius: 20px;
  padding: 30px;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
}

.popup-container.active {
  display: block;
}

@media (max-width: 860px) {
  .popup-container {
    max-width: none;
    width: 85%;
  }
}

@media (max-width: 600px) {
  .popup-container {
    top: 40%;
  }
}

.popup-container p {
  font-size: 16px;
  color: #e4e4e4;
  text-align: center;
  font-family: "LipoWebMedium", sans-serif;
}

.popup-container h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-block: 42px;
  font-family: "LipoWebMedium", sans-serif;
  font-weight: normal;
}

@media (max-width: 600px) {
  .popup-container h4 {
    margin-block: 22px;
  }
}

.bars {
  display: flex;
  justify-content: end;
  position: relative;
}

.bar {
  width: 2px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -13px;
  cursor: pointer;
  z-index: 101;
}

.bar.first {
  transform: rotate(45deg);
}

.bar.second {
  transform: rotate(-45deg);
}


.page-id-72.active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000073;
  z-index: 5;
  display: block;
}



@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: white;
  }
}

.typing {
  visibility: hidden;
  overflow: hidden;
  white-space: pre-wrap;
  /* Keep white spaces */
  /* border-right: .15em solid white; */
  animation: blink .75s step-end infinite;
}


.cursor {
  /*animation: blink 0.7s step-end infinite;*/
}

/* Změna písma */

.puvodni-pismo {
  display: none;
}

.modifikovane-puvodni p {
  cursor: pointer;
}