/*
Theme Name: normalnelegalne.cz REDESIGNED
Author: Vlastimil Greš, Ondřej Koňařík
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --white: #fff;
  --black: #0D0C0A;
  --light-blue: #27EED8;
  --dark-blue: #2637D1;
  --fast-black: #0D0C0A;
  --dark-gray: #BFB4B2;
  --light-gray: #D9D1D1;
  --orange: #FF8400;
  --light-pink: #FDD9D2;
  --light-red: #ff4b63;
}

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: 'Montserrat';
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--black);
  margin: 0;
  overflow-x: hidden;
}

body.home {
  background: var(--black);
}

h1 {
  color: var(--red);
  font-weight: 500;
  font-size: 50px;
  line-height: 0.9em;
  padding: 50px 0 30px 0;
  letter-spacing: 0;
}

h1 span {
  font-size: 50px;
}

h2 {
  font-size: 21px;
  padding: 0 0 0px 0;
}

h2 em {
  font-size: 20px;
  padding: 0 0 0px 0;
  font-style: normal;
  display: block;
  margin: 80px 0 -50px 0;
}

h3 {
  font-size: 32px;
  padding: 0 0 28px 0;
}

h4 {
  font-size: 25px;
  padding: 0 0 25px 0;
}

h5 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.podnadpis {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: var(--red);
  margin-bottom: 0 !important;
}

#content ul {
  max-width: 940px;
  display: block;
  margin-inline: auto;
}

#content li {
  list-style: none;
  margin-bottom: 10px;
}

#content li::before {
  content: '■';
  display: inline-block;
  position: relative;
  top: -3px;
  left: -15px;
  color: var(--red);
}

p {
  font-size: 20px;
  padding: 0 0 30px 0;
  color: #fff;
}

a {
  text-decoration-skip-ink: auto;
  color: #FFF;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none
}

ol,
ul {
  list-style: none;
  max-width: 1000px;
  margin: auto;
}

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 {
  outline: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

img {
  max-width: 100%;
  height: auto;
}

body:not(.home) {
  background-color: var(--black);
  color: var(--white);
}

.page-id-15 #content {
  padding-block: 45px;
}

.home #animacka svg {
  max-width: 100% !important;
}

body:not(.home) #animacka {
  margin-top: 50px;
}

/* header */
@media screen and (max-width: 1100px) {

  #header .fb,
  #header .ig {
    display: none;
  }
}

header .wpb-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 50px;
}

#logo {
  z-index: 1;
}

#logo svg {
  max-width: 130px;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#logo {
  animation: fadeIn 2s ease-out 1;
  animation-play-state: running;
}

#logo:after {
  content: "";
  display: block;
  animation: none;
  visibility: hidden;
}

#menu li a {
  text-decoration: none;
}

ul#menu-hlavni-menu {
  display: flex;
  gap: 40px;
}

#menu li a {
  position: relative;
}

#menu li a,
#menu li a span {
  color: var(--orange);
  font-size: 16px;
  text-transform: capitalize;
  /* font-weight: bold; */
}

#menu li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--orange);
  transition: width 0.3s ease-in-out;
}

#menu li a:hover::after {
  width: 100%;
}

#menu-item-92 a span {
  font-weight: bold;
}

#menu .menu-item-home {
  border: 2px solid var(--red);
  border-radius: 4px;
}

.socials {
  width: auto;
  display: flex;
  gap: 10px;
  display: none;
}

.socials a {
  height: auto;
}

.socials a,
.socials img {
  width: 30px;
  height: 30px;
}

/* Footer - contact form */
.wpcf7-submit,
.wpcf7-text,
.wpcf7-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

label {
  display: block;
}

input[type="text"],
input[type="email"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding: 5px 12px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #2637d1;
  font-family: inherit;
  font-size: inherit;
  appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #cde0e9;
  outline: none;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #fbfcfe;
}

input[type="text"]:invalid,
input[type="email"]:invalid,
textarea:invalid {
  border-color: #ffc3be;
}

textarea[rows] {
  height: auto;
}

textarea {
  max-width: 100%;
}

input[type="submit"] {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  border-radius: 35px;
  padding: 9px 22px;
  margin-bottom: 25px;
  font: inherit;
  border: none;
  background-color: #ffffff;
  color: #adadad;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  min-width: 150px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ffffff;
  color: #868686;
}

input[type="submit"]:active {
  background-color: #adadad;
  color: #868686;
}

/* :target {
    scroll-margin-top: 120px;
    scroll-snap-align: start none;
} */
input.wpcf7-not-valid {
  margin-bottom: 5px !important;
}

span.wpcf7-not-valid-tip {
  color: #272230;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  color: #272230 !important;
  font-weight: bold;
  border-width: 4px;
}

/* Hamburger icon for mobile menu */
.hamburger {
  display: none;
  cursor: pointer;
  font-size: 34px;
  color: var(--white);
}

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

.vc_do_custom_heading {
  margin-bottom: 0 !important;
}

/* HP */
#uvod {
  color: var(--white);
  padding-bottom: 0px;
}

#uvod .vc_col-sm-8 p {
  max-width: 90%;
}

#uvod .vc_col-sm-6:nth-child(2) .vc_column-inner {
  padding-top: 0;
}

#uvod p {
  color: var(--light-gray);
}

#uvod .line-2 {
  padding-bottom: 0;
}

#uvod .wpb_content_element {
  margin-bottom: 0;
}

#ikony h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.box {
  max-width: 190px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.box a span {
  text-align: center;
}

.boxes img {
  max-width: 120px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  transition: transform 0.3s ease-in-out;
}

.boxes img:hover {
  transform: scale(1.2);
}

.box.casopisy img {
  min-height: 111px;
}

.two-bg-colors {
  display: flex;
  align-items: stretch;
}

.two-bg-colors .vc_col-sm-8 * {
  width: 100%;
  height: 100%;
}

.two-bg-colors .vc_col-sm-4 {
  background-color: #1434D5 !important;
  display: flex;
}

.two-bg-colors .vc_col-sm-8 .wpb_text_column,
.two-bg-colors .vc_col-sm-4 .wpb_text_column,
.two-bg-colors .vc_col-sm-4 .wpb_content_element {
  margin-bottom: 0;
}

.two-bg-colors .vc_col-sm-8>.vc_column-inner,
.two-bg-colors .vc_col-sm-4>.vc_column-inner {
  display: flex;
  align-items: center;
  /* height: 330px; */
  padding: 0 !important;
}

.two-bg-colors .vc_col-sm-4>.vc_column-inner img {
  padding-inline: 20px;
  width: 100%;
}

/* .two-bg-colors .vc_col-sm-8>.vc_column-inner {
    justify-content: center;
} */
.two-bg-colors .vc_col-sm-4>.vc_column-inner {
  justify-content: center;
}

.two-bg-colors .vc_col-sm-8::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  z-index: 1;
}

.two-bg-colors .vc_col-sm-4::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  z-index: 1;
}

.two-bg-colors p {
  font-size: 32px;
  font-weight: bold;
}

/* .ytb-video {
    display: flex;
    justify-content: center;
} */
.ytb-video iframe {
  aspect-ratio: 16 / 7;
  width: 100% !important;
}

#copyright p {
  display: flex;
  gap: 100px;
  margin-top: 30px;
}

a.blue-btn {
  color: var(--white);
  background-color: var(--dark-blue);
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 24px;
}

#ilustrace {
  padding-bottom: 50px;
}

#ilustrace .vc_col-sm-12 .vc_column-inner {
  padding-top: 0;
}

#ilustrace p:first-child {
  margin-top: 50px;
}

#ilustrace p {
  color: var(--light-gray);
  font-weight: 300;
}

#ilustrace p .smaller {
  font-size: 14px;
  max-width: 60%;
  display: block;
}

.ilustrace-img * {
  width: 100%;
}

#ilustrace .loga p {
  display: flex;
  justify-content: space-between;
}

#ilustrace .loga img {
  max-width: 150px;
}

#overlay {
  display: none;
}

.d-none,
#menu-item-23 {
  display: none !important;
}

/* Kontakt */
.dve-loga {
  display: flex;
  align-items: center;
  gap: 80px;
}

.dve-loga {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  #menu.active {
    display: block;
    right: 0;
    z-index: 99;
  }

  .socials {
    display: flex;
  }

  #menu {
    width: 250px;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    background-color: var(--fast-black);
    overflow-y: auto;
    transition: right 0.5s ease;
    z-index: 9999999;
  }

  #menu .menu-hlavni-menu-container ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-inline: 15px;
    padding-top: 20%;
    gap: 15px;
  }

  #overlay {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    pointer-events: none;
    transition: right 0.5s ease;
    right: -100%;
  }

  #overlay.active {
    right: 0;
  }

  #menu .menu-hlavni-menu-container ul li {
    padding: 10px;
    border: 0 solid #ddd;
  }

  /* header */
  #menu-nove-menu {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
  }

  #menu-nove-menu li {
    padding-block: 10px;
  }

  .hamburger {
    display: block;
    margin-left: 20px;
    color: transparent;
    background: url("https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/hamburger.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hamburger.close {
    position: absolute;
    background: transparent;
    color: white;
    right: 15px;
    top: 5px;
    z-index: 99999;
  }

  .socials a {
    display: flex;
  }

  .socials img {
    width: 25px;
  }

  #menu .socials {
    display: flex;
    position: absolute;
    gap: 15px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
  }

  #uvod .vc_col-sm-6 p {
    font-size: 22px;
    font-weight: bold;
    max-width: 360px;
  }

  .boxes {
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  #uvod .vc_col-sm-6 p {
    max-width: 100%;
  }

  #uvod .vc_col-sm-8 p {
    max-width: 100%;
  }

  .boxes {
    grid-template-columns: repeat(3, 1fr);
  }

  .two-bg-colors {
    display: block;
  }

  .two-bg-colors .vc_col-sm-4>.vc_column-inner,
  .two-bg-colors .vc_col-sm-8>.vc_column-inner {
    justify-content: center;
    height: 100%;
  }

  .two-bg-colors .wpb_wrapper {
    width: 100%;
  }

  .two-bg-colors .vc_col-sm-4>.vc_column-inner img {
    padding: 40px;
  }

  .two-bg-colors h3 {
    text-align: center !important;
  }

  .two-bg-colors .vc_col-sm-8::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    z-index: 1;
  }

  .two-bg-colors .vc_col-sm-4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--light-red);
    z-index: 1;
  }

  .two-bg-colors .vc_col-sm-4>.vc_column-inner .vc_single_image-wrapper {
    display: flex;
    justify-content: center;
  }

  #copyright h3 {
    text-align: center !important;
  }

  #copyright p {
    gap: 0;
    justify-content: space-around;
  }

  a.blue-btn {
    font-size: 16px;
  }

  #ilustrace .loga p {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  /* Kontakt */
  .dve-loga {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 567px) {
  #uvod .vc_col-sm-6 p {
    font-size: 20px;
  }

  .boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .boxes img {
    max-width: 110px;
  }

  #copyright p {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  a.blue-btn {
    text-align: center;
    width: fit-content;
  }
}

/* Legalní zdroje */
.filters .wpb_content_element {
  margin-bottom: 0;
}

.filters p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 0;
  padding-block: 50px;
}

.filters a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 35px;
  padding: 9px 22px;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  min-width: 150px;
  background: #ff8400;
  color: var(--white);
}

.page-id-11 h2 {
  font-size: 21px;
  /* margin-top: 8px; */
  margin-bottom: 0;
  padding-bottom: 35px;
  /* border-top: solid 1px #beb4b2; */
  padding-top: 10px;
}

.p-5 {
  padding: 0 !important;
}

.page-id-11 .agorateka-top-box .wpb_content_element,
.page-id-11 .agorateka-top-text .wpb_content_element,
.page-id-11 .agroteka-top-imgs .wpb_content_element,
.page-id-11 .agorateka-bottom-imgs .wpb_content_element {
  margin-bottom: 0;
}

.agorateka-top-box {
  background-color: #2637d1;
  padding: 30px;
  /* border-radius: 35px; */
  margin-top: 20px;
}

.agorateka-bottom-text {
  color: #fff;
}

.page-id-11 #content .agorateka-top-box a {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #27eed8;
  margin-top: 0;
  text-decoration: none;
}

.page-id-11 :where(img[class*=wp-image-]) {
  max-width: 140px !important;
}

.blueline .vc_column-inner {
  /* padding-top: 20px !important; */
}

.pt-0 .vc_column-inner {
  padding-top: 0px !important;
}

.blueline .vc_col-sm-12,
.blueline .vc_col-sm-3 {
  margin-top: -29px;
  margin-bottom: -45px;
}

.blueline .vc_col-sm-12::before {
  content: "";
  height: calc(75%);
  position: absolute;
  left: unset;
  margin-left: 19px;
  top: 25px;
  border-left: 10px solid #1633d6;
}

.blueline .vc_col-sm-3::before {
  content: "";
  height: calc(53%);
  position: absolute;
  left: unset;
  margin-left: 19px;
  top: 25px;
  border-left: 10px solid #1633d6;
}

@media (max-width: 1200px) {}

@media (max-width: 768px) {
  .wp-image-23125 {
    margin: 10px 20px 20px 20px;
  }
}

@media (max-width: 767px) {
  .page-id-11 #content .agorateka-top-box a {
    text-align: center;
    display: block;
  }

  .page-id-11 .agorateka-top-box .text {
    text-align: center;
  }

  .page-id-11 :where(img[class*=wp-image-]) {
    margin-left: 0 !important;
  }

  .page-id-11 .wp-image-22445.lazy-loaded {
    max-width: 80%;
  }

  /* legalní zdroje */
  .page-id-11 h2 {
    padding-bottom: 15px;
  }

  .filters p {
    justify-content: center;
    padding-block: 10px 50px;
  }
}

@media (max-width: 550px) {
  .page-id-11 #content .agorateka-top-box a {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .page-id-11 #content .agorateka-top-box a {
    font-size: 26px;
  }

  .page-id-11 .agorateka-top-box .text {
    margin-top: 20px !important;
  }
}

@media (max-width: 400px) {
  .page-id-11 #content .agorateka-top-box a {
    font-size: 22px;
    line-height: 26px;
  }
}

.page-id-11 .agorateka-top-box p:not(.text) {
  margin: 0;
}

.page-id-11 .agorateka-top-box .text {
  margin-top: 70px;
  color: #27eed8;
}

@media (max-width: 960px) {
  .page-id-11 .agorateka-top-box .text {
    margin-top: 30px;
  }
}

.page-id-11 .agorateka-top-text p {
  margin-top: 20px;
  width: 60%;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .page-id-11 .agorateka-top-text p {
    width: 100%;
  }
}

.agroteka-top-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.page-id-11 .agroteka-top-imgs.vc_row::after,
.page-id-11 .agroteka-top-imgs.vc_row::before {
  content: none;
}

.page-id-11 .agroteka-top-imgs .vc_col-sm-3 {
  width: 100%;
}

.page-id-11 .agroteka-top-imgs .vc_col-sm-3 *,
.page-id-11 #custom-img img {
  height: 100%;
}

.page-id-11 .agroteka-top-imgs .vc_column-inner {
  padding: 0 8px;
}

.page-id-11 #custom-img img {
  object-fit: cover;
}

@media (max-width: 1001px) {
  .agroteka-top-imgs {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}

@media (max-width: 620px) {
  .agroteka-top-imgs {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 30px;
  }
}

/* aktv.cz/agorateka --- OSTATNÃ ROW */
/* ----------------------------------*/
.page-id-11 .vc_custom_1721836819928 h2 {
  color: #27eed8;
}

.page-id-11 .vc_custom_1721836819928 .vc_col-sm-3::before {
  border-left: 10px solid #27eed8;
}

.page-id-11 .agorateka-bottom-text p {
  margin-top: 0;
}

.agorateka-bottom-imgs {
  display: flex;
  align-items: center;
}

@media (max-width: 1001px) {
  .agorateka-bottom-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }

  .page-id-11 .agorateka-bottom-imgs .vc_column-inner {
    padding-inline: 8px;
  }

  .page-id-11 .agorateka-bottom-imgs.vc_row::after,
  .page-id-11 .agorateka-bottom-imgs.vc_row::before {
    content: none;
  }

  .page-id-11 .agorateka-bottom-imgs .vc_col-sm-3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .agorateka-bottom-imgs {
    margin-bottom: 35px;
  }

  .vc_custom_1721998365841 {
    margin-left: 40px;
  }

  h2 {
    font-size: 20px !important;
  }

  #years p {
    font-size: 27px;
  }

  #stanoviska .card-name {
    height: unset !important;
    margin-bottom: 0 !important;
  }

  #stanovbox .wpb_text_column a {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #clenove-loga .wpb_column:last-child {
    margin-bottom: 25px;
  }
}

@media (max-width: 620px) {
  .agorateka-bottom-imgs {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.page-id-11 .agorateka-bottom-text .vc_column-inner {
  padding-top: 0;
}

.vc_custom_1721998365841 p,
.vc_custom_1721998365841 h2 {
  color: #27eed8 !important;
}

.vc_custom_1721998365841 {
  padding-bottom: 30px !important;
}

.vc_custom_1721998365841.blueline .vc_col-sm-3::before {
  content: "";
  height: calc(53%);
  position: absolute;
  left: unset;
  margin-left: 19px;
  top: 25px;
  border-left: 10px solid #27eed8;
}

/* END OF Legální zdroje */
/********************************************************************************
*************** OLD CSS *********************************************************
********************************************************************************/
/* Single post */
.single #content .wpb-content-wrapper {
  padding-block: 50px !important;
}

.featured-thumbnail-header {
  width: 100%;
  height: calc(100vh - 80px);
  background-position: center 20% !important;
  background-size: cover;
  overflow: hidden;
}

.blog-heading-color {
  color: var(--white);
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
}

.featured-thumbnail-header>div {
  position: relative;
  height: 100%;
  width: 100%;
}

.featured-thumbnail-header>div>div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.featured-thumbnail-header>div>div>div {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.featured-thumbnail-header>div>div>div>h1 {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 3.2vw;
}

.featured-thumbnail-header>div>div>div>div.post-meta {
  display: inline-block;
  width: 100%;
}

.cat-1-id .featured-thumbnail-header>div>div>div>div.post-meta {
  display: none;
  width: 100%;
}

.featured-thumbnail-header>div>div>div>div.post-meta p:first-child {
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.featured-thumbnail-header>div>div>div>div.post-meta p {
  display: inline-block;
  font-size: 1vw;
}

.featured-thumbnail-header>div {
  background-color: rgba(0, 0, 0, .4);
}

/* Gallery */
.gallery {
  display: flex;
  gap: 10px;
}

.gallery img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

dt.gallery-icon {
  height: 100%;
}

.portrait_text img {
  border-radius: 50%;
}

.portrait_text:nth-child(odd) .vc_col-sm-3 {
  float: right;
  padding: 20px;
}

.portrait_text:nth-child(even) .vc_col-sm-3 {
  float: left;
  padding: 20px;
}

#aktuality,
#News {
  position: relative
}

#aktuality #circle,
#News #circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -370px;
  right: 50px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 30px;
  z-index: 9;
  width: 300px;
  height: 300px;
  text-align: center;
}

html {
  margin-top: 0 !important;
}

.logged-in.admin-bar {
  padding-top: 32px;
}

@keyframes loadingAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.loading-effect {
  max-width: 840px;
  opacity: 0.8;
  border: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:%23fff;display:block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%23312783'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}

/* CF7 upload */
.wpcf7 {
  display: block;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

.wpcf7-form label {
  width: 100%;
}

.wpcf7-drag-n-drop-file.d-none {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}

.dnd-upload-counter {
  position: absolute;
  right: 5px;
  bottom: 3px;
  font-size: 12px;
}

.codedropz-upload-handler {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.codedropz-upload-container {
  padding: 15px 20px;
}

.codedropz-upload-inner {
  overflow: hidden;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: inherit;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  text-decoration: none;
  box-shadow: none;
}

.nahratSoubor {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  padding: 0;
  position: relative;
}

.codedropz-upload-handler {
  border: 1px dashed #2d414f !important;
  border-radius: 0.4rem;
  background-color: #fff;
  margin-top: 15px;
}

.nahratSoubor .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}

.nahratSoubor input {
  font-size: 0;
  color: black;
  width: 100% !important;
  height: 100% !important;
  padding: 20px !important;
  position: relative;
  opacity: 0;
}

.nahratSoubor input::placeholder,
.dnd-upload-counter {
  display: none;
}

.codedropz-upload-inner span {
  margin-left: 10%;
  font-size: 18px;
}

.codedropz-upload-inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-38%);
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M21 16V22H1V16' stroke='%232D414F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 16L11 1' stroke='%232D414F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7L11 1L17 7' stroke='%232D414F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.codedropz-upload-handler {
  margin-bottom: 0 !important;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  font-size: 0;
  text-decoration: none;
  box-shadow: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.dnd-upload-status {
  margin-top: 7px;
}

.dnd-upload-status .dnd-upload-details .name {
  align-items: flex-end;
}

.dnd-upload-status .dnd-upload-details .name span {
  font-size: 13px;
}

.dnd-upload-status .dnd-upload-details .name em {
  color: #444242;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  padding-right: 10px;
}

.codedropz-upload-inner span+span {
  display: none;
}

.page-id-2150 .nahratSoubor {
  margin-bottom: 32px;
}

@media only screen and (max-width: 900px) {
  .codedropz-upload-inner a::after {
    left: 30%;
  }
}

@media screen and (max-width: 575px) {
  .codedropz-upload-inner a::after {
    left: 25%;
  }
}

@media (max-width: 430px) {
  .codedropz-upload-inner a::after {
    left: 15%;
  }
}

.generate-after-success {
  text-align: center;
}

.generate-after-success img {
  display: block;
  margin: auto;
}

/* Cookies */
.moove-gdpr-branding-cnt {
  display: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #f7e3e4 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  box-shadow: unset !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
  color: #272230 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-size: 10px !important;
  line-height: 1.2em !important;
}

#cmplz-cookiebanner-container p,
#cmplz-cookiebanner-container p strong {
  max-width: 100%;
  font-size: 14px !important;
  line-height: 1.2em !important;
  padding-bottom: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: #b3b3b380 !important;
}

.cmplz-description span {
  font-size: 14px !important;
  line-height: 1.2em !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  display: flex;
}

#moove_gdpr_cookie_modal *,
#moove_gdpr_cookie_info_bar * {
  font-family: 'Montserrat' !important;
}

/* Ochrana osobních údajů */
.page-id-425 #content h1,
.page-id-425 #content h2 {
  text-align: center;
}

.cmplz-cookiebanner-container {
  display: block !important;
}

.page-id-425 #cmplz-cookies-overview,
.page-id-425 #cmplz-manage-consent-container {
  max-width: 1000px;
  margin-bottom: 35px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .page-id-425 #content h1 {
    font-size: 32px;
  }

  .page-id-425 #content h2 {
    font-size: 28px;
  }

  .page-id-425 #content p,
  .page-id-425 #content span,
  .page-id-425 #content li,
  .page-id-425 #content h5,
  .page-id-425 #content div {
    font-size: 15px;
  }

  .page-id-425 #content li strong {
    font-size: 16px;
  }
}

footer .cookies {
  margin-top: 10px;
  font-size: 15px;
}

.vyklad-nadpis {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

#content #pojmy a {
  text-decoration: unset;
  text-transform: uppercase;
  color: black;
}

.expandbtn {
  color: #ff8400 !important;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer
}

.expandbtn svg {
  fill: #ff8400;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: 7px;
}

.show-hide-text {
  /*border-right: 10px solid #fff;*/
  padding-right: 10px;
}

#pojmy .show-hide-text p {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .show-hide-text {
    border-left: 10px solid #fff;
    padding-left: 15px;
    border-right: unset;
    padding-right: 0;
  }

  .show-hide-text {
    border-right: unset;
  }
}

.show-hide-text.readmore svg {
  transform: rotate(180deg);
  left: 10px;
}

.show-hide-text p {
  transition: all 0.2 ease-in-out;
}

.show-hide-text.readmore p {
  height: auto !important;
  transition: all 0.2 ease-in-out;
}

.vc_tta-title-text {
  font-size: 21px;
  font-weight: 700;
  color: white;
}

/* .vc_tta-panel.vc_active .vc_tta-title-text {
  color: #ff8400;
} */
.vc_tta-panel-heading {
  background: transparent !important;
  border: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: black !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: black !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border: 0 !important;
  background-color: transparent !important;
}

.sleduj-legalne .vc_col-sm-8 .wpb_wrapper .wpb_wrapper {
  display: flex;
  gap: 15px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sleduj-legalne .vc_col-sm-8 .wpb_wrapper .wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright .pagination {
  grid-column: 1 / -1;
  margin: 35px 0 25px;
  display: flex;
  justify-content: center;
}

.card-name,
.card a,
.page-numbers {
  text-decoration: none !important;
}

.card-desc {
  height: auto;
}

.card-data {
  /* padding: 25px 30px 0 30px; */
  /*border-left: 10px solid #ff8400;*/
  padding-top: 25px;
  height: 275px;
  overflow: hidden;
}

.card-name,
.card-date {
  color: black;
}

@media only screen and (max-width: 991px) {
  .card {
    width: 33%;
  }

  .card-name {
    height: auto;
  }

  .card {
    width: 46%;
  }

  .copyright .card {
    width: 48%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright .card {
    width: 100%;
  }

  .card:nth-child(2) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .card-data {
    padding: 15px 10px 0 20px;
  }

  .copyright .card {
    padding-bottom: 25px !important;
  }

  .copyright .card-data {
    padding: 5px 0px 0 0px !important;
  }

  body:not(.single) .copyright {
    display: inline-block;
  }

  .card:first-child {
    margin: 0;
  }

  .card-name {
    margin-bottom: 10px !important;
    overflow: hidden !important;
  }

  .img-att {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .copyright .card {
    width: 100%;
    margin-bottom: 0px !important;
    margin: 0px !important;
  }
}

.card-data a {
  text-decoration: none !important;
}

.card {
  width: 31%;
  border: 0;
  background: transparent;
  border-left: 3px solid #ff8400;
  border-radius: 0;
  padding-left: 10px;
}

.card .card-name {
  color: #ff8400;
  font-weight: 800;
  font-size: 20px;
}

.card .card-date {
  margin-top: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.card .card-desc {
  margin-top: 8px;
  color: #fff;
}

.prev.page-numbers {
  border: 2px solid #ff8400;
  padding: 5px 15px;
}

input[type="text"],
input[type="email"] {
  background-color: #d9d1d1;
  border: 0;
  border-radius: 25rem;
  padding: 22px 20px;
  color: #5c5b5b;
}

textarea {
  border-radius: 1.5rem;
  background-color: #d9d1d1;
  border: 0;
  padding: 22px 20px;
  color: #5c5b5b;
}

label {
  color: #d9d1d1;
}

input.wpcf7-form-control[type="submit"] {
  background: #ff8400;
  color: white;
}

input.wpcf7-form-control[type="submit"]:hover {
  background: #d87102;
}

span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: 400;
  font-size: 14px;
  padding-left: 20px;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  background: rgba(212, 20, 31, 0.6);
  color: #fff !important;
  font-weight: 500;
  border: 0;
  padding: 20px;
  border-radius: 1.5rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgb(20 212 58 / 60%) !important;
}

.page-id-15 .kontakt-text p {
  color: #d9d1d1;
}

.img-att img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}

.img-att {
  aspect-ratio: 1 !important;
  width: 100%;
}

@media (max-width: 991px) {
  .admin-bar #menu {
    margin-top: 40px;
  }

  nav#menu .menu {
    padding: 40px;
    margin-top: 30px;
  }

  nav#menu .menu li {
    margin-bottom: 8px;
  }

  #menu {
    margin-bottom: auto;
  }
}

nav#menu ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#menu .menu li.current_page_item>a>span {
  color: var(--white);
  font-weight: 600;
}

.card-desc p:after {
  content: "";
  /*background: linear-gradient(180deg, transparent 0%, #272230 80%);*/
  display: block;
  height: 40px;
  position: absolute;
  inset-block-end: -5px;
  pointer-events: none;
  width: 100%;
}

.blue-bg .card-desc p:after {
  background: linear-gradient(180deg, transparent 0%, #2637d1 80%);
}

.text-block-container {
  justify-content: space-between;
}

.text-block-container>h2 {
  height: fit-content;
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 25px;
  font-size: 21px;
  border-top: solid 1px #969095;
  padding-top: 10px;
}

.text-block-container>p {
  font-size: 20px;
}

.blueline h2 {
  word-break: break-word;
}

.image-block-container {
  display: flex;
}

.image-block-container .text-part {
  width: 30%;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

.image-block-container .image-part {
  width: 70%;
}

.card-button {
  display: none;
}

@media (max-width: 550px) {
  .card-desc p:after {
    inset-block-end: 15px;
  }

  .archive .card-desc p:after {
    inset-block-end: -10px;
  }
}

@media (max-width: 991px) {
  .text-block-container {
    flex-direction: column;
    gap: 15px
  }

  .text-block-container>p,
  .text-block-container>h2 {
    width: 100%;
  }

  .image-block-container {
    flex-direction: column;
  }

  .image-block-container .text-part {
    width: 100%;
  }

  .image-block-container .image-part {
    width: 100%;
  }
}

.show-hide-text p {
  position: relative;
}

.show-hide-text p::after {
  content: "";
  /*background: linear-gradient(180deg, transparent 0%, #272230 80%);*/
  display: block;
  height: 40px;
  position: absolute;
  inset-block-end: 0;
  pointer-events: none;
  top: 155px;
  width: 100%;
}

.show-hide-text.readmore p::after {
  display: none;
}

.archive .post-content,
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0 0 35px;
}

.archive .post-content,
.search .post-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 0 35px;
}

.archive .post-content .card,
.search .post-content .card {
  width: 100%;
  margin: 0;
  display: unset;
  float: unset;
  padding-bottom: 0;
  overflow: hidden;
}

.search .post-content .card-desc,
.archive .post-content .card .card-desc {
  height: 90px;
}

.archive .post-content .pagination {
  grid-column: 1 / -1;
  justify-content: center;
}

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

  .archive .post-content,
  .search .post-content {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}

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

  .archive .post-content,
  .search .post-content {
    grid-template-columns: 1fr;
  }
}

.pagination {
  margin: 75px 0 25px;
}

/*
* 1. Clearfix hack
*/
.pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
  font-weight: 700;
}

.pagination .page-numbers.current {
  color: #ff8400;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.next,
.page-numbers.prev {
  padding: 5px 15px;
  border-radius: 50px;
  background: #ff8400;
  font-size: 21px;
  padding: 13px;
  margin-top: 75px;
}

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

  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: inline-block;
  }

  .page-numbers.prev .screen-reader-text,
  .page-numbers.next .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}

.legal-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 50px;
  justify-content: space-between;
  max-width: 100%;
}

.legal-sources>* {
  margin-right: 0px;
}

.legal-sources> :last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .legal-sources {
    justify-content: left;
    column-gap: 130px;
  }

  .legal-sources>* {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .legal-sources {
    flex-direction: column;
    justify-content: flex-start;
    column-gap: 50px;
    margin-top: 30px;
    margin-left: 0 !important;
  }

  .legal-sources>* {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.footer-image {
  display: flex;
  justify-content: center;
  margin-top: -35px;
}

.filmy-porady {
  margin-top: -35px !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-width: 5px 0 0 2px !important;
  border-radius: 25% !important;
  width: 20px !important;
  margin-left: 2px !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  border-width: 2px 0 0 5px !important;
  border-radius: 25% !important;
  height: 19px !important;
  margin-top: 2px !important;
}

.vc_tta .vc_tta-controls-icon {
  border: solid 1px #ff8400;
  border-radius: 50%;
  background: #ff8400;
  width: 25px !important;
  height: 25px !important
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 0px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 60px !important;
}

.vc_tta-panel-body>.wpb_text_column {
  padding-left: 40px !important;
}

@media (max-width: 767px) {
  .card-data {
    height: auto;
  }

  .page-id-9 .pagination .page-numbers {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .card-data {
    height: auto;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: rgb(32 32 32 / 30%) !important;
  border-top: 0 !important;
  height: 100% !important;
  min-height: 100%;
  z-index: 999999 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  left: 0 !important;
  flex-direction: row !important;
  display: flex !important;
  background: white;
  padding: 30px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  justify-content: center !important;
}

#mysticky-nav.wrapfixed {
  z-index: 999;
  height: 75px;
}

.gdpr_lightbox {
  z-index: 99999999 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #ff8400 !important;
}

.moove-gdpr-infobar-settings-btn:hover,
.moove-gdpr-infobar-allow-all:hover {
  background-color: #fff !important;
  color: #ff8400 !important;
  border: 1px solid #ff8400 !important;
}

.moove-gdpr-infobar-settings-btn,
.moove-gdpr-infobar-allow-all {
  background-color: #ff8400 !important;
  border: 1px solid !important;
  border-color: #ff8400 !important;
  box-shadow: unset !important;
  opacity: 1 !important;
}

.moove-gdpr-branding-cnt {
  display: none;
}

.gdpr-infobar-visible {
  overflow-y: hidden;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  border-radius: unset !important;
}

@media (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    flex-direction: column;
    text-align: center !important;
  }

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 127px;
  }
}

/* Bublina */
.d-none {
  display: none;
}

.speech-bubble,
.home .typing {
  top: 4px;
  position: relative;
  background: #746e72;
  padding: 25px !important;
  border-radius: 10px;
  max-width: 540px;
}

.home .typing {
  /* max-width: 90%; */
  margin-left: auto;
  min-width: 326px;
}

.speech-bubble p {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.home .typing span,
.home .typing p {
  font-weight: bold;
  font-size: 21px;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -45px;
  width: 0px;
  height: 0;
  border-bottom: 44px solid transparent;
  border-left: 50px solid #746e72;
}

.home .typing::after {
  content: "";
  position: absolute;
  bottom: 65px;
  left: -45px;
  width: 0px;
  height: 0;
  border-bottom: 44px solid transparent;
  border-right: 50px solid #746e72;
}

.speech-bubble p:nth-child(2) {
  padding-bottom: 0;
}

@media (max-width: 1240px) {
  .speech-bubble {
    max-width: 90%;
  }

  .speech-bubble p {
    font-size: 22px;
  }
}

@media (max-width: 1100px) {

  #uvod .vc_col-sm-8,
  #uvod .vc_col-sm-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #uvod {
    display: flex;
    flex-direction: column-reverse;
  }

  #uvod .vc_col-sm-8,
  #uvod .vc_col-sm-4 {
    width: 100%;
  }

  #uvod .vc_col-sm-4>.vc_column-inner {
    padding-block: 0 35px;
  }

  #uvod .vc_col-sm-8 div {
    margin-bottom: 0;
  }

  #uvod {
    padding-bottom: 0;
  }

  #uvod .typing {
    margin-inline: auto;
  }

  .speech-bubble {
    max-width: 100%;
  }

  .speech-bubble p {
    font-size: 20px;
  }

  .speech-bubble::after,
  .home .typing::after {
    bottom: -45px;
    right: 25%;
    border-bottom: 46px solid transparent;
    border-right: 50px solid #746e72;
    border-left: 0;
  }

  .home .typing::after {
    left: 33%;
  }
}

.legalni-zdroje-row img.vc_single_image-img,
.legalni-zdroje-row .replaced-svg {
  height: auto !important;
  width: auto !important;
  max-width: 160px;
  max-height: 50px !important;
  vertical-align: middle !important;
}

.legalni-zdroje-row .replaced-svg {
  height: 35px !important;
}

.legalni-zdroje-row .wpb_wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

blockquote {
  position: relative;
  margin: 25px 0 0 0;
  background-color: #5f586c;
  padding: 18px 20px 18px 20px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 767px) {
  .legalni-zdroje-row .wpb_wrapper {
    gap: 0px;
    align-items: center;
    flex-direction: column;
  }

  .legalni-zdroje-row img.vc_single_image-img,
  .legalni-zdroje-row .replaced-svg {
    height: 40px !important;
  }
}

.single-post .wpb-content-wrapper p {
  padding: 0;
}

.single-post .wpb-content-wrapper p.post-date {
  padding: 0 0 30px 0;
}

.pre-footer {
  background-color: #272230;
  color: #fff;
}

.boxes img.hudba-img {
  margin-bottom: 6px;
}

#kategorie {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-id-11 h2.opened span {
  color: #d6d6d6 !important;
}

.legalni-zdroje-row .vapet img.vc_single_image-img {
  max-height: 75px !important;
}

.legalni-zdroje-row .vapet svg {
  max-height: 70px !important;
  height: 70px !important;
}

.legalni-zdroje-row #tympanum .replaced-svg {
  height: 70px !important;
}

@media (max-width: 767px) {

  .legalni-zdroje-row .vapet img.vc_single_image-img,
  .legalni-zdroje-row #tympanum .replaced-svg {
    height: 60px !important;
  }

  .legalni-zdroje-row .vapet svg {
    max-height: 60px !important;
    height: 60px !important;
  }
}

.wpb_text_column#filmy-a-tv-porady,
.wpb_text_column#hudba,
.wpb_text_column#sport,
.wpb_text_column#e-knihy,
.wpb_text_column#casopisy-a-noviny {
  position: relative;
}

.wpb_text_column#filmy-a-tv-porady::before,
.wpb_text_column#hudba::before,
.wpb_text_column#sport::before,
.wpb_text_column#e-knihy::before,
.wpb_text_column#casopisy-a-noviny::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}

.legalni-zdroje-row {
  position: relative;
}

.legalni-zdroje-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: inherit;
}

.legalni-zdroje-row .filmy-row .vc_column-inner>.wpb_wrapper {
  border-bottom: 4px solid #23EDD8;
}

.legalni-zdroje-row .hudba-row .vc_column-inner>.wpb_wrapper {
  border-bottom: 4px solid #FE8400;
}

.legalni-zdroje-row .sport-row .vc_column-inner>.wpb_wrapper {
  border-bottom: 4px solid #2639D1;
}

.legalni-zdroje-row .knihy-row .vc_column-inner>.wpb_wrapper {
  border-bottom: 4px solid #FE8400;
}

.zdroje-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.zdroje-row h2 {
  width: auto;
  cursor: pointer;
}

.zdroje-row h2>span.selected {
  border-bottom: 3px solid #FE8400;
  padding-bottom: 5px;
}

#tab-eknihy,
#tab-audioknihy {
  display: none;
}

.text-block-container>h2.border-tyrkys {
  border-top: solid 4px #23EDD8;
}

.text-block-container>h2.border-oranz {
  border-top: solid 4px #FE8400;
}

.text-block-container>h2.border-modra {
  border-top: solid 4px #2639D1;
}

.line-tyrkys {
  border-bottom: solid 4px #23EDD8;
}

.line-oranz {
  border-bottom: solid 4px #FE8400;
}

.line-modra {
  border-bottom: solid 4px #2639D1;
}

@media (min-width: 768px) {
  .pseudo-line {
    position: relative;
  }

  .pseudo-line::before {
    width: 100%;
    background-color: #23EDD8;
    height: 4px;
    position: absolute;
    top: -15px;
    left: 0;
    content: "";
  }

  .pseudo-line.line-oranz::before {
    background-color: #FE8400;
  }

  .pseudo-line.line-modra::before {
    background-color: #2639D1;
  }
}

.pseudo-line.line-oranz {
  border-bottom: none;
}

.pseudo-line.line-modra {
  border-bottom: none;
}

.vc_tta-panel-title {
  padding-top: 25px;
}

/* Nový slovník */
.text-white {
  color: #fff;
}

.text-cyan {
  color: #23EDD8;
}

.text-orange {
  color: #FE8400;
}

.slovnik-show-btn {
  display: none;
}

/* Edukace  */
.education-category {
  background: #746e72;
  padding: 25px !important;
  border-radius: 10px;
  display: flex;
  gap: 25px;
  align-items: center;
  height: 140px;
  text-decoration: none;
}

.education-panel {
  background: #fff;
  padding: 5px !important;
  border-radius: 10px;
  display: flex;
  height: 140px;
  text-decoration: none;
}

.education-panel .panel-title {
  background: #FE8403;
  box-shadow: 0px 4px 14px 1px #d56f0136;
  border: 1px solid #D56F01;
  border-bottom: 6px solid #d56f01;
  padding: 25px !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: all 0.25s ease-out;
  font-size: 18px;
  text-align: center;
}

.education-panel.no-bg {
  background: transparent;
}

.education-panel.orange .panel-title {
  background: #FE8403;
  box-shadow: 0px 4px 14px 1px #d56f0136;
  border: 1px solid #D56F01;
  border-bottom: 6px solid #d56f01;
}

.education-panel.cyan .panel-title {
  background: #23EDD8;
  box-shadow: 0px 4px 14px 1px #139c8e44;
  border: 1px solid #139c8e;
  border-bottom: 6px solid #139c8e;
  color: #3f3f3f !important;
}

.education-panel.blue .panel-title {
  background: #2639D1;
  box-shadow: 0px 4px 14px 1px #1a299b44;
  border: 1px solid #1a299b;
  border-bottom: 6px solid #1a299b;
}

.education-panel.cyan:hover .panel-title {
  box-shadow: 0px 5px 14px 3px #139c8e64;
  border-bottom: 4px solid #139c8e;
}

.education-panel.blue:hover .panel-title {
  box-shadow: 0px 5px 14px 3px #1a299b64;
  border-bottom: 4px solid #1a299b;
}

.education-panel:hover .panel-title {
  box-shadow: 0px 5px 14px 3px #d56f0148;
  border-bottom: 4px solid #d56f01;
}

.edukace-back-link {
  font-size: 18px;
  color: #FE8403;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}

.edukace-back-link::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 6L9 12L15 18" stroke="%23FE8403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.edukace-back-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.education-category .category-img {
  height: 100%;
  width: auto;
  transition: transform .3s ease-in-out;
}

.education-category:hover .category-img {
  transform: scale(1.08);
}

.education-category .category-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.game-card {
  background: #23EDD8;
  padding: 25px !important;
  padding-right: 40px !important;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 220px;
  text-decoration: none;
  position: relative;
  width: 94%;
}

.game-card.orange {
  background: #FE8403;
}

.game-card .game-desc {
  color: #3f3f3f;
}

.game-card .game-title {
  font-size: 32px;
  font-weight: 600;
  color: #FE8403;
}

.game-card .play-button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #e69e50, #FE8403);
  right: -24px;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 0 #b76113, 0 8px 7px 1px rgba(0, 0, 0, .3);
}

.game-card .play-button.cyan {
  background: linear-gradient(180deg, #6deade, #19cfbc);
  box-shadow: 0 4px 0 #138a7e, 0 8px 7px 1px rgba(0, 0, 0, .3);
}

.game-card .play-button.cyan:hover {
  margin-top: 2px;
  box-shadow: 0 2px 0 #138a7e, 0 8px 7px 1px rgba(0, 0, 0, .3);
}

.game-card .play-button:hover {
  margin-top: 2px;
  box-shadow: 0 2px 0 #b76113, 0 6px 7px 1px rgba(0, 0, 0, .3);
}

.game-card .play-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.4086 9.35258C23.5305 10.5065 23.5305 13.4935 21.4086 14.6474L8.59662 21.6145C6.53435 22.736 4 21.2763 4 18.9671L4 5.0329C4 2.72368 6.53435 1.26402 8.59661 2.38548L21.4086 9.35258Z" fill="%23ffffffdd"/></svg>');
}

.game-card .play-button.cyan::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.4086 9.35258C23.5305 10.5065 23.5305 13.4935 21.4086 14.6474L8.59662 21.6145C6.53435 22.736 4 21.2763 4 18.9671L4 5.0329C4 2.72368 6.53435 1.26402 8.59661 2.38548L21.4086 9.35258Z" fill="%2312504a"/></svg>');
}

@media (max-width: 1050px) {
  .game-card .game-title {
    font-size: 28px;
  }

  .education-category .category-title {
    font-size: 24px;
    line-height: 28px;
  }

  .education-category .category-img {
    height: 90%;
  }
}

@media (max-width: 991px) {
  .game-card .game-title {
    font-size: 22px;
  }

  .education-category .category-title {
    font-size: 20px;
    line-height: 24px;
  }

  .education-category .category-img {
    height: 60%;
  }

  .education-category {
    gap: 15px
  }
}

@media (max-width: 767px) {
  .education-category {
    flex-direction: column;
    height: auto;
  }

  .education-category .category-img {
    height: 80px;
  }
}

.post-thumbnail {
  position: relative;
}

.post-thumbnail .wp-caption-text {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.wp-caption-text {
  color: #cecece;
  font-size: 12px;
}


.interests-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #FD8404;
  padding: 20px;
  border-radius: 15px;
  text-decoration: none;
  height: 180px;
}

.interests-card .card-title {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 18px;
}

.interests-card .card-topic {
  color: #FD8404;
  font-size: 14px;
}

.interests-card .card-button {
  display: block;
  width: fit-content;
  background: #FD8404;
  color: white;
  border: 0;
  border-radius: 100px;
  padding: 6px 18px;
  font-weight: 500;
  text-decoration: none;
  margin-top: auto;
  font-size: 14px;
}

@media (max-width: 1020px) {
  .interests-card {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .interests-card {
    height: 180px;
  }
}

.language-selector-wrapper {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 991px) {
  .language-selector-wrapper {
    left: 20px;
    right: unset;
  }
}

img.country-flag {
  width: 35px;
  height: auto;
}

/* =========== NEW STYLES ============= */

header {
  background-color: #1C1C1C36;
  border: 1px solid #262626C9;
  padding: 20px 38px;

  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 20px;
}

@media (max-width: 991px) {
  header {
    background-color: transparent;
    border: none;
    padding-inline: 0;
  }
}

/* New HP */

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  padding-block: 30px;
}

.hero-bg-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 40px;
  width: 60%;
}

.hero-bg-holder::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(90deg, rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.6) 57%, rgba(12, 12, 10, 0) 99%);
  z-index: 1;
}

.hero-bg-holder::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.67) 67%, rgba(12, 12, 10, 0) 99%);
  z-index: 1;
}

img.hero-bg {
  mix-blend-mode: lighten;
  border-radius: 40px;
  opacity: .8;
}

.hero-mobile {
  display: none;
}

.hero-mobile {
  background: url("https://www.normalnelegalne.cz/wp-content/uploads/2026/01/hero-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  aspect-ratio: 1 / 1;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}

.hero-mobile .mobile-arrow {
  margin-top: 35px;
  transition: all .3s ease-in-out;
}

.hero-mobile .mobile-arrow:hover {
  transform: translateY(3px);
}

.mobile-text {
  margin-top: 35px;
  text-align: center;
  font-weight: 500;
  padding-inline: 10px;
  max-width: 380px;
  color: #fff;
}

.hero-img-wrapper {
  width: 45%;
  margin-right: -40px;
  margin-bottom: -60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

span.hero-title {
  color: #FFF9F8;
  font-size: 58px;
  line-height: normal;
  font-weight: bold;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 55%;
}

span.hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.hero-wrapper .btn-cta {
  background: #FF8400;
  width: 380px;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0px 9px 6.2px 0px #00000069;
  transition: all .2s ease-in;
}

.hero-wrapper .btn-cta:hover {
  background: #d26d00;
}

@media (max-width: 991px) {
  span.hero-title {
    font-size: 44px;
  }

  span.hero-subtitle {
    font-size: 22px;
  }

  .hero-bg-holder {
    width: 80%;
  }
}

@media (max-width: 767px) {
  span.hero-title {
    font-size: 40px;
  }

  span.hero-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  .hero-mobile {
    display: flex;
  }

  .hero-bg-holder {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-content {
    width: 100%;
  }

  .hero-wrapper .btn-cta {
    max-width: 380px;
    width: 100%;
  }

  span.hero-title {
    font-size: 38px;
  }

  span.hero-subtitle {
    font-size: 18px;
  }
}


/* Katalog */

.katalog-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.katalog-tab {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #FD85024A;
  background: transparent;
  min-width: 170px;
  cursor: pointer;
  color: #FD8502;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.katalog-tab:hover {
  background: #fff;
  color: #1F2937;
  border-color: #fff;
}

.katalog-tab.active {
  background: #fff;
  color: #1F2937;
  border-color: #fff;
}

.katalog-tab .katalog-tab-icon {
  display: none;
}

.katalog-tab.active .katalog-tab-icon {
  display: inline;
  margin-left: 3px;
}

.katalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}

.katalog-item {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(0deg, #1D1D1D 0%, #2A2A2A 100%);
}

/* .katalog-slider .katalog-item {
  background: rgba(38, 56, 210, 1);
} */

.katalog-item.slick-slide .katalog-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.katalog-item.slick-slide {
  padding: 5px;
}

.katalog-item:hover img {
  transform: scale(1.05);
}

.katalog-item img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  transition: all .3s ease-in;
}

.katalog {
  position: relative;
}

.katalog-bg {
  mix-blend-mode: lighten;
  position: absolute;
  bottom: -85px;
  left: -100px;
  width: 60%;
  z-index: -2;
  opacity: .6;
}

.katalog[data-mode="grid"] .katalog-bg {
  top: calc(50% + 45px);
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .katalog:before {
    content: "";
    position: absolute;
    left: -120px;
    top: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(90deg,rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.6) 57%, rgba(12, 12, 10, 0) 99%);
    z-index: -1;
}

.katalog:after {
    content: "";
    position: absolute;
    right: 40%;
    transform: translateX(-50%);
    top: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(-90deg,rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.6) 57%, rgba(12, 12, 10, 0) 99%);
    z-index: -1;
} */

.katalog-slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.6) 57%, rgba(12, 12, 10, 0) 99%);
}

.katalog-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.katalog-all {

  width: fit-content;
  margin: 0.75rem auto 0;
  padding: 0.75rem 2.5rem;
  font-size: 0.9rem;

  border: 1px solid #FD85024A;
  color: #FD8502;
  min-width: 320px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease-in-out;
  background: #0C0C0A;
}

.katalog-all svg {
  transition: all .3s ease-in-out;
}

.katalog-all:hover {
  border: 1px solid #fd840272;
  box-shadow: 0px 0px 20px 2px #fd850230;
}

.katalog-all:hover svg {
  transform: translateX(2px);
}

.katalog-slider {
  display: block;
}

.katalog-slider .katalog-item {
  width: 140px;
  margin-right: 16px;
}

.katalog .slick-prev {
  display: none !important;
}

.katalog-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.katalog-next svg {
  transition: all .3s ease-in;
}

.katalog-next:hover svg {
  transform: translateY(4px);
}

button.btn-outline.katalog-show-more {
  margin: 20px auto auto;
  width: 85%;
}

@media (max-width: 767px) {
  .katalog-tab {
    min-width: unset;
  }

  .katalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 12px;
  }
}


.cp-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* První příspěvek */
.cp-post-card.cp-featured {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.cp-featured .cp-featured-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cp-featured .cp-featured-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(253, 133, 2, 0.95) 22%, rgba(253, 133, 2, 0.76));
}

.cp-featured .cp-static-image {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  width: auto;
  height: 75%;
  z-index: 2;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}

.cp-featured .cp-card-content {
  position: relative;
  z-index: 3;
  padding: 2.2rem 2rem;
  max-width: 60%;
  margin-bottom: auto !important;
}

.cp-featured .cp-post-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-decoration: none;
}

.cp-featured .cp-card-content a {
  text-decoration: none;
}

.cp-featured .cp-post-title a {
  color: inherit;
  text-decoration: none;
}

.cp-featured .cp-post-title a:hover {
  text-decoration: underline;
}

/* Běžné karty */
.cp-post-card.cp-regular {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cp-regular .cp-card-content {
  flex: 1;
}

.cp-regular .cp-post-title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.cp-regular .cp-post-title a {
  color: inherit;
  text-decoration: none;
}

.cp-regular .cp-post-title a:hover {
  text-decoration: underline;
}

.cp-regular .cp-thumbnail-wrapper {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
}

.cp-regular .cp-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Maskot obrázek */
.cp-mascot-wrapper {
  flex-shrink: 0;
  width: 290px;
  height: 260px;
  background: #FD8503;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.cp-mascot-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/waves.svg);
  background-size: cover;
  background-position: bottom;
  opacity: 0.5;
  pointer-events: none;
}

.cp-mascot-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Meta informace */
.cp-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cp-tag {
  display: inline-block;
  background: #32958B;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}

.cp-tag:hover {
  opacity: 0.9;
}

.cp-featured .cp-reading-time {
  color: #fff;
}

.cp-reading-time {
  color: #8E8E93;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}



/* Tlačítko Více */
.cp-more-button {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.75rem 2rem;
  background: transparent;
  border: 1px solid #FD85024A;
  border-radius: 30px;
  color: #FD8502;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cp-more-button:hover {
  border: 1px solid #fd840272;
  box-shadow: 0px 0px 20px 2px #fd850230;
}

@media (max-width: 991px) {
  .cp-mascot-wrapper {
    width: 220px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .cp-post-card.cp-featured {
    flex-direction: column-reverse;
    background: rgb(253 133 2);
    padding-bottom: 3%;
    align-items: flex-start;
  }

  .cp-post-title {
    padding-bottom: 0;
  }

  .cp-featured .cp-featured-bg {
    position: unset;
    width: 94%;
    height: 340px;
    border-radius: 8px;
    margin: auto;
  }

  .cp-featured .cp-featured-bg::after {
    background: rgba(253, 133, 2, 0.62);
    mix-blend-mode: color;
  }

  .cp-featured .cp-card-content {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 3%;
  }

  .cp-featured .cp-static-image {
    display: none;
  }

  .cp-featured .cp-post-title {
    font-size: 1.5rem;
  }

  .cp-mascot-wrapper {
    width: 30%;
    height: auto;
  }

  .cp-regular .cp-post-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  .cp-featured .cp-featured-bg {
    height: 240px;
  }

  .cp-regular .cp-post-title {
    font-size: 1.2rem;
  }

  .cp-tag {
    font-size: 0.65rem;
  }

  .cp-more-button {
    width: 90%;
    text-align: center;
  }
}

.widget-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.widget-title h2 {
  color: #27EED8;
  font-size: 1.5rem;
  font-weight: 500;
}


/* Side posts */

.sp-side-posts {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.sp-posts-list {
  display: flex;
  flex-direction: column;
}

.sp-post-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #FFFFFF33;
}

.sp-post-item:first-child {
  padding-top: 0;
}

.sp-post-item:last-child {
  border-bottom: none;
}

.sp-post-content {
  flex: 1;
  min-width: 0;
}

.sp-post-title {
  color: #fff;
  font-size: 0.985rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0;
}

.sp-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sp-post-title a:hover {
  color: #FD8502;
}

.sp-post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #8E8E93;
}

.sp-post-category {
  color: #8E8E93;
}

.sp-post-separator {
  color: #8E8E93;
}

.sp-post-date {
  color: #8E8E93;
}

.sp-post-thumbnail {
  flex-shrink: 0;
  width: 150px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  background: #FD8503;
}

.sp-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tlačítko Další novinky */
.sp-more-button {
  display: block;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 0.75rem 2.5rem;
  background: transparent;
  border: 1px solid #FD85024A;
  border-radius: 30px;
  color: #FD8502;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sp-more-button:hover {
  border: 1px solid #fd840272;
  box-shadow: 0px 0px 20px 2px #fd850230;
}

/* Responzivita */
@media (max-width: 480px) {
  .sp-post-thumbnail {
    width: 120px;
    height: 110px;
  }

  .sp-post-meta {
    font-size: 0.785rem;
  }

  .sp-post-title {
    font-size: 0.9rem;
  }

  .sp-more-button {
    width: 90%;
    text-align: center;
  }
}

/* Tv spot */

.tv-spot-wrapper h3 {
  text-align: center;
  color: #27EED8;
  font-weight: 500;
  font-size: 1.925rem;
}

.tv-spot-container {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(38, 57, 209, 1);
  border-radius: 20px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.tv-video-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tv-spot-inner-container {
  position: relative;
  padding: 25px 30px;
  padding-bottom: 0;
}

.tv-spot-inner-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/waves.svg);
  background-size: cover;
  background-position: bottom;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}

.tv-spot-container img {
  border-radius: 20px;
  width: 100%;
}

.tv-video-length {
  font-weight: 500;
}

.tv-spot-image {
  margin-bottom: 15px;
  position: relative;
}

.tv-spot-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/play.svg);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .3s ease-in;
}

.tv-spot-image:hover {
  cursor: pointer;
}

.tv-spot-image:hover::before {
  opacity: 0.9;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}


.tv-spot-container .tv-spot-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tv-spot-wrapper {
  position: relative;
}

.tv-copik {
  display: none;


  position: absolute;
  bottom: -29%;
  right: 3%;
  z-index: 2;
  width: 35%;
}

/* FAQ */

#faq-title {
  font-weight: 500;
}

.vc_tta-container {
  max-width: 900px;
  margin: 0 auto;
}

.vc_tta-title-text {
  font-size: 20px;
  font-weight: 500;
}

.vc_tta-panel-body p {
  font-size: 18px;
  opacity: 0.9;
}


.vc_tta .vc_tta-controls-icon {
  border-color: transparent;
  background: transparent;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff !important;
  border-width: 0px 3px 3px 0px !important;
}

.vc_tta-panel {
  border-bottom: 1px solid #FFFFFF36;
}

.vc_tta-panel:last-child {
  border-bottom: none;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
  padding-right: 50px !important;
}

.btn-outline {
  display: block;
  width: fit-content;
  padding: 0.75rem 2.5rem;
  background: transparent;
  border: 1px solid #FD85024A;
  border-radius: 30px;
  color: #FD8502;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border: 1px solid #fd840272;
  box-shadow: 0px 0px 20px 2px #fd850230;
}

.btn-outline.faq-more {
  margin: 1.5rem auto 0;
}

@media (max-width: 480px) {
  .btn-outline.faq-more {
    width: 90%;
    text-align: center;
  }
}

/* Footer */
footer {
  /* background-color: #272230; */
}

footer * {
  color: #FFF9F899;
  font-size: 16px;
}

.fb,
.li,
.ytb {
  width: 22px;
  height: 34px;
  display: inline-block;
  color: #fff;
}

.fb {
  margin-left: 20px;
}

.li {
  margin-left: 8px;
}

.ytb {
  margin-right: 20px;
  margin-left: 8px;
}

.podminky,
.zpracovani {
  margin-right: 15px;
  text-decoration: none;
}

.obsah {
  text-align: center;
  padding: 30px 0;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #FFFFFF36;
}

.page-id-26092 .obsah {
  border-top: none;
}

footer {
  margin-top: 50px;
}

.page-id-26092 footer {
  margin-top: 0;
}



@media (min-width: 992px) {
  .socials-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

  .obsah {
    display: grid;
    justify-content: unset;
    gap: 15px;
  }

  .legal-row {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .copyright-row {
    order: 2;
  }

  .socials-row {
    order: 3;
    margin-top: 25px;
  }

  .page-template .pasek .obsah {
    margin-top: 0;
  }

  .podminky,
  .zpracovani {
    display: block;
  }

  .fb,
  .li,
  .ytb {
    width: 34px;
  }
}

.support-container h6 {
  color: #27EED8;
  font-size: 1.925rem;
  text-align: center;
}

.support-container p {
  font-size: 0.985rem;
  text-align: center;
  max-width: 80%;
}

.support-container {
  display: none;
}

.page-id-26092 .support-container {
  display: flex;
}

.support-container {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
  max-width: 70%;
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #FFFFFF36;
  margin-top: 40px;
}

img.support-logos {
  width: 50%;
}

@media (max-width: 767px) {
  .support-container {
    max-width: 90%;
  }

  img.support-logos {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .support-container p {
    max-width: 95%;
  }
}

/* Page hero */

.page-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.page-hero-title {
  display: flex;
  flex-direction: column;
}

.page-hero-bg {
  position: relative;
  width: 45%;
  float: right;
  opacity: 0.7;
}

.page-hero-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.6) 57%, rgba(12, 12, 10, 0) 99%);
  z-index: 1;
}

.page-hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(12, 12, 10, 1) 17%, rgba(12, 12, 10, 0.67) 67%, rgba(12, 12, 10, 0) 99%);
  z-index: 1;
}

.page-hero-title h2 {
  font-size: 64px !important;
  font-weight: 400;
}

.page-hero-title h3 {
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 10px;
}

.page-hero-title {
  margin-top: 35px;
}

/* .page-hero {
    position: absolute;
    top: -150px;
    z-index: 2;
} */

@media (max-width: 991px) {

  .page-hero-title h2 {
    font-size: 54px !important;
  }

  .page-hero-title h3 {
    font-weight: 500;
    font-size: 23px;
  }

}

@media (max-width: 767px) {
  .page-hero-bg {
    width: 100%;
  }

  .page-hero-mobile-title h2 {
    font-size: 24px !important;
  }

  .page-hero {
    top: -15px;
  }

  .page-hero-title,
  .page-hero-bg {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-hero-mobile-title {
    display: none;
  }
}

/* Jeden příspěvek ( v katalog stránce ) */
.fp-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #E37B08;
  min-height: 450px;
  display: flex;
  flex-direction: column;
}

.fp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/waves.svg);
  background-size: cover;
  background-position: bottom;
  opacity: 0.15;
  pointer-events: none;
}

.fp-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.fp-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  padding-top: 0;
  flex: 0 0 auto;
  bottom: -60px;
  background: linear-gradient(180deg, transparent 0%, #e37b08c2 80%, #e37b08c2);
}

.fp-title {
  color: #fff;
  font-size: 1.985rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.25rem 0;
  margin-top: -20px;
}

.fp-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.fp-tag {
  display: inline-block;
  background: rgba(39, 238, 216, 1);
  color: #000;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  font-size: 0.775rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: opacity 0.2s ease;
}

.fp-tag:hover {
  opacity: 0.85;
}

.fp-date,
.fp-reading-time {
  color: #fff;
  font-size: 0.8375rem;
  font-weight: 500;
}

.fp-separator {
  color: #fff;
  font-weight: 600;
}

.fp-image-wrapper {
  position: relative;
  flex: 1;
  min-height: 250px;
  margin-top: auto;
}

.fp-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea800d87;
  z-index: 1;
}

/* Responzivita */
@media (max-width: 768px) {
  .fp-card {
    min-height: 380px;
  }

  .fp-title {
    font-size: 1.75rem;
    max-width: 100%;
  }

  .fp-content {
    padding: 1.5rem;
  }

  .fp-image-wrapper {
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .fp-card {
    min-height: 320px;
  }

  .fp-title {
    font-size: 1.5rem;
  }

  .fp-meta {
    gap: 0.5rem;
  }

  .fp-tag {
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
  }

  .fp-date,
  .fp-reading-time {
    font-size: 0.85rem;
  }
}

/* Časté dotazy */

@media (min-width: 768px) {
  .page-id-26222 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    background: rgba(38, 57, 209, 1);
    font-weight: 500;
    border-radius: 100px;
    transition: all .3s ease-in;
    padding-left: 40px;
    padding-block: 20px;
    padding-right: 80px !important;
  }

  .page-id-26222 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background: rgba(253, 133, 2, 1);
  }

  .page-id-26222 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 40px;
  }

  .page-id-26222 .vc_tta-title-text {
    font-size: 18px;
  }
}

/* Slovník */
.slovnik-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .slovnik-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.slovnik-item {
  perspective: 1200px;
  /* nutné pro 3D efekt */
  width: 100%;
  aspect-ratio: 4 / 3;
}

.slovnik-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  will-change: transform;
  /* umožní otočení */
}

.slovnik-icon {
  width: 80px;
  height: auto;
}

.slovnik-inner {
  animation-fill-mode: forwards;
}

.slovnik-item:hover .slovnik-inner {
  animation: lift-flip 0.8s ease-in-out forwards;
}

.slovnik-item:not(:hover) .slovnik-inner {
  animation: drop-flip-back 0.7s ease-in-out forwards;
}

@keyframes lift-flip {
  0% {
    transform: translateY(0) rotateX(0deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  25% {
    transform: translateY(-12px) rotateX(10deg);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  }

  60% {
    transform: translateY(-12px) rotateX(180deg);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  }

  100% {
    transform: translateY(0) rotateX(180deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

}

@keyframes drop-flip-back {
  0% {
    transform: translateY(0) rotateX(180deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  25% {
    transform: translateY(-12px) rotateX(170deg);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  }

  100% {
    transform: translateY(0) rotateX(0deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
}

/* přední strana */
.slovnik-front,
.slovnik-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* skryje zadní stranu */
  overflow: hidden;
  border-radius: 14px;
}

/* přední */
.slovnik-front {
  background: rgba(38, 57, 209, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

/* zadní */
.slovnik-back {
  background: rgba(253, 133, 2, 1);
  color: #000;
  transform: rotateX(180deg);
  display: flex;
  padding: 20px;
  padding-top: 25px;
  flex-direction: column;
}

.slovnik-back p {
  font-size: 16px;
  padding-bottom: 0;
}

.slovnik-item:hover .slovnik-back {
  overflow: auto;
  overflow-x: hidden;
}

.slovnik-nadpis {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slovnik-text {
  font-size: 16px;
  padding-bottom: 0;
  margin-top: 10px;
}

.selected-pojem {
  aspect-ratio: 1 / 1;
  background: rgba(253, 133, 2, 1);
  color: #000;
  padding: 25px;
  border-radius: 12px;
  font-weight: 500;
  position: relative;
  /* margin-top: 55px; */
}

.selected-pojem #pojem-insert {
  display: flex;
  flex-direction: column;
}

.selected-pojem b {
  font-size: 20px;
  padding-right: 28px;
}

.selected-pojem .select-close {
  position: absolute;
  content: "";
  top: 25px;
  right: 25px;
  background: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 -0.5 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.96967 16.4697C6.67678 16.7626 6.67678 17.2374 6.96967 17.5303C7.26256 17.8232 7.73744 17.8232 8.03033 17.5303L6.96967 16.4697ZM13.0303 12.5303C13.3232 12.2374 13.3232 11.7626 13.0303 11.4697C12.7374 11.1768 12.2626 11.1768 11.9697 11.4697L13.0303 12.5303ZM11.9697 11.4697C11.6768 11.7626 11.6768 12.2374 11.9697 12.5303C12.2626 12.8232 12.7374 12.8232 13.0303 12.5303L11.9697 11.4697ZM18.0303 7.53033C18.3232 7.23744 18.3232 6.76256 18.0303 6.46967C17.7374 6.17678 17.2626 6.17678 16.9697 6.46967L18.0303 7.53033ZM13.0303 11.4697C12.7374 11.1768 12.2626 11.1768 11.9697 11.4697C11.6768 11.7626 11.6768 12.2374 11.9697 12.5303L13.0303 11.4697ZM16.9697 17.5303C17.2626 17.8232 17.7374 17.8232 18.0303 17.5303C18.3232 17.2374 18.3232 16.7626 18.0303 16.4697L16.9697 17.5303ZM11.9697 12.5303C12.2626 12.8232 12.7374 12.8232 13.0303 12.5303C13.3232 12.2374 13.3232 11.7626 13.0303 11.4697L11.9697 12.5303ZM8.03033 6.46967C7.73744 6.17678 7.26256 6.17678 6.96967 6.46967C6.67678 6.76256 6.67678 7.23744 6.96967 7.53033L8.03033 6.46967ZM8.03033 17.5303L13.0303 12.5303L11.9697 11.4697L6.96967 16.4697L8.03033 17.5303ZM13.0303 12.5303L18.0303 7.53033L16.9697 6.46967L11.9697 11.4697L13.0303 12.5303ZM11.9697 12.5303L16.9697 17.5303L18.0303 16.4697L13.0303 11.4697L11.9697 12.5303ZM13.0303 11.4697L8.03033 6.46967L6.96967 7.53033L11.9697 12.5303L13.0303 11.4697Z" fill="%23000000"/></svg>');
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
}

@media (max-width: 991px) {
  .slovnik-nadpis {
    font-size: 28px;
    line-height: 32px;
  }

  .slovnik-icon {
    width: 60px;
  }

  .slovnik-front {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slovnik-icon {
    display: none;
  }

  .slovnik-front br {
    display: none;
  }

  .slovnik-item:hover .slovnik-inner {
    animation: none;
  }

  .slovnik-item:not(:hover) .slovnik-inner {
    animation: none;
  }

}

@media (min-width: 768px) {
  .selected-pojem {
    display: none;
  }
}

/* Custom scrollbar pro slovnik */
/* Stylování scrollbarů pro WebKit (Chrome, Edge, Safari) */
.slovnik-item::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
  /* průhledné pozadí */
}

.slovnik-item::-webkit-scrollbar-thumb {
  background-color: rgba(80, 80, 80, 0.8);
  /* tmavý, poloprůhledný */
  border-radius: 10px;
  border: 2px solid transparent;
  /* mezera mezi thumbem a trackem */
  background-clip: content-box;
}

.slovnik-item::-webkit-scrollbar-thumb:hover {
  background-color: rgba(120, 120, 120, 0.9);
}

.slovnik-item::-webkit-scrollbar-track {
  background: transparent;
}

/* Firefox podpora */
.slovnik-item {
  scrollbar-width: thin;
  /* tenký scrollbar */
  scrollbar-color: rgba(80, 80, 80, 0.8) transparent;
}


/* O copyrightu */

a.copyright-card {
  display: flex;
  background: rgba(38, 57, 209, 1);
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding-inline: 20px;
  border-radius: 15px;
  transition: all .3s ease-in;
}

a.copyright-card:hover {
  transform: translateY(-3px);
}

.copyright-card-img {
  background: url("https://www.normalnelegalne.cz/wp-content/uploads/2026/01/kopik_new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.copyright-img {
  padding: 10px;
  border: 1px solid rgba(38, 38, 38, 1);
  border-radius: 20px;
  background: #040304;
}

.copyright-img img {
  mix-blend-mode: hard-light;
}

.page-id-26316 h3 {
  font-size: 38px;
}

.copyright-placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  background: #FD8503;
  border-radius: 18px;
  position: relative;
}

.copyright-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://normalnelegalne.cz/wp-content/themes/normalnelegalne_new/images/waves.svg);
  background-size: cover;
  background-position: bottom;
  opacity: 0.8;
  pointer-events: none;
  border-radius: 18px;
}

@media (max-width: 991px) {
  .page-id-26316 h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #co-je-autorske-dilo {
    display: flex;
    flex-direction: column-reverse;
  }

  a.copyright-card {
    font-size: 16px;
    padding-inline: 10px;
  }
}

/* Kontakt */

.kontakt-img {
  width: 60%;
  margin: 0 auto;
}

h2.kontakt-title {
  font-size: 75px;
  font-weight: 400;
  margin-top: 40px;
}

input[type="text"],
input[type="email"] {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 8px;
  padding: 22px 20px;
  color: #000;
}

textarea {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 22px 20px;
  color: #000;
}

label {
  color: #fff;
}

input.wpcf7-form-control[type="submit"] {
  background: #ff8400;
  color: white;
  width: 100%;
}

input.wpcf7-form-control[type="submit"]:hover {
  background: #d87102;
}

span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: 400;
  font-size: 14px;
  padding-left: 20px;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  background: rgba(212, 20, 31, 0.6);
  color: #fff !important;
  font-weight: 500;
  border: 0;
  padding: 20px;
  border-radius: 8px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgb(20 212 58 / 60%) !important;
}

@media (max-width: 991px) {
  h2.kontakt-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  #kontakt-row {
    display: flex;
    flex-direction: column-reverse;
  }

  h2.kontakt-title {
    font-size: 36px !important;
  }
}

@media (min-width: 992px) {
  #content>.wpb-content-wrapper {
    padding-inline: 55px !important;
  }
}