/**
* Template Name: tkb
* Template URL: https://www.tkb.cz/
* Author: Fresh Mill studio, tvorba wordpress webovych stranek
* License: https://freshmill.cz/
*/

/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

/*--------------------------------------------------------------
# SCROLLBAR
--------------------------------------------------------------*/
/* SCROLLBAR */
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #df0024;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Readex Pro", sans-serif;
  color: #1d1d1f;
}

a {
  color: #df0024;
  text-decoration: none;
}

a:hover {
  color: #1d1d1f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Readex Pro", sans-serif;
  color: #1d1d1f;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #df0024;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d50022;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #141414;
  height: 70px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info span {
  margin-right: 35px;
}
#topbar .contact-info span svg {
  border: 1px solid #dce2e8;
  border-radius: 50px;
  height: 11px;
  width: 11px;
  padding: 6px;
  margin-right: 10px;
}
#topbar .contact-info span a {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
#topbar .contact-info span a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .web-links a {
  font-family: 'Readex Pro', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0;
  transition: 0.3s;
  margin-left: 50px;
}

#topbar .web-links a:hover {
  color: #df0024;
}
img.custom-logo {
  width: auto;
  height: 34px;
  object-fit: contain;
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  #topbar .contact-info span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #topbar .web-links a {
    margin-left: 20px;
    font-size: 14px;
  }
  #topbar .web-links button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #topbar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  img.custom-logo {
    margin-right: 0;
    width: 150px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #df0024;
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}
.dolni-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar ul li a {
  white-space: nowrap;
  padding: 25px 28px 25px 25px;
  border-left: 1px solid #e75571;
  border-right: 1px solid #e75571;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Readex Pro', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar li:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.dolni-menu .current-menu-item {
  background-color: #2a2a2a;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1440px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 13px;
  color: #222;
}
.navbar-mobile .current-menu-item  a {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff !important;
}

.navbar-mobile>ul>li {
  padding: 0;
}
.navbar-mobile a {
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
@media only screen and (max-width: 1760px) {
  .navbar ul li a {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*--------------------------------------------------------------
# SEKCE
--------------------------------------------------------------*/
section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# NADPIS
--------------------------------------------------------------*/
.nadpis span {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #df0024;
  font-weight: 600;
  text-transform: uppercase;
}
.nadpis h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  padding-bottom: 35px;
  line-height: 1.2;
}
.nadpis p {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.2;
}
.nadpis p strong {
  font-weight: 700;
  color: #1d1d1f;
}
@media only screen and (max-width: 1440px) {
  .nadpis h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .nadpis h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .nadpis span {
    font-size: 13px;
  }
  .nadpis h2 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .nadpis p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 601px) {
  .nadpis h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .nadpis p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.item-cta {
  padding-top: 25px;
}
/* BUTTON RED */
button.btn-red {
  background-color: #df0024;
  padding: 20px 45px;
  border: none;
  color: #fff;
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
    --y: 0;
    transform: translateY(var(--y));
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
button.btn-red svg {
  padding-left: 25px;
  border-left: 1px solid #d50022;
}
button.btn-red:hover {
  background-color: #c80020;
  --y: -2px;
}

/* BUTTON BLACK */
button.btn-black {
  background-color: #363636;
  padding: 12px 45px;
  border: none;
  color: #fff;
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
    --y: 0;
    transform: translateY(var(--y));
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
button.btn-black:hover {
  background-color: #141414;
  --y: -2px;
}


/*--------------------------------------------------------------
# UVOD
--------------------------------------------------------------*/
/* SLIDER */
section.slider-bg {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #f3f3f3;
}
.slider-text span.red {
    color: #141414;
}
.slider-bg .left-side {
  justify-content: center;
  align-items: center;
  display: flex;
}
.slider-bg .left-side h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1.5;
  font-size: 25px;
}
.slider-bg .left-side h1 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 35px;
  color: #df0024;
}
.slider-bg .right-side {
  justify-content: center;
  align-items: center;
  display: flex;
}
.slider-bg .right-side img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .slider-bg .left-side h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
  }
  .slider-bg .left-side h1 strong {
    font-size: 28px;
  }
  .slider-bg .right-side img  {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 425px) {
  .slider-bg .left-side h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
  }
  .slider-bg .left-side h1 strong {
    font-size: 20px;
  }
  .slider-bg .right-side img  {
    width: 100%;
    height: 200px;
  }
}

/* KATEGORIE */
section.kategorie-bg {
  background-color: #fff;
  padding-top: 25px;
}
.kategorie-box {
  margin-bottom: 25px;
}
.kategorie-box .obrazek img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
/* [1] The container */
.kategorie-box .obrazek {
  height: 280px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.kategorie-box .obrazek img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.kategorie-box .obrazek:hover img {
  transform: scale(1.1);
}


.kategorie-box .desc {
  padding: 25px;
}
.kategorie-box {
  background-color: #fff;
  border-bottom: 4px solid #fff;
  transition: .4s;
  -webkit-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
  -moz-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
  box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
}
.kategorie-box:hover {
  border-color: #df0024;
}
.kategorie-box .desc h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #141414;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kategorie-box hr.odd {
  opacity: 1;
  border-color: #e5e8eb;
}
.kategorie-box .item-link a {
  font-family: 'Readex Pro', sans-serif;
  color: #df0024;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 14px;
}
.kategorie-box .item-link svg {
  color: #df0024;
  padding-top: 15px;
}
/* ODPOCET */
section.odpocet-bg {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.odpocet {
  -webkit-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
  -moz-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
  box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
  background-color: #fff;
}
.odpocet-box {
  padding: 35px;
  border-right: 1px solid #f4f4f4;
}
.odpocet-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #df0024;
  font-weight: 800;
}
.odpocet-box p {
  font-family: 'Readex Pro', sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .odpocet-box h3 {
    font-size: 25px;
  }
  .odpocet-box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .odpocet-box {
    padding: 25px;
    border-bottom: 1px solid #f4f4f4;
    border-right: none;
  }
}

/* O NAS */
section.onas-bg {
  background-color: #fff;
}
.onas-bg .right-side {
  padding-top: 45px;
  padding-bottom: 45px;
}
.onas-bg .right-side {
  justify-content: center;
  align-items: center;
  display: flex;
}
.onas-bg .right-side h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
}
.onas-bg .right-side ul li {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.6;
}
.onas-bg .right-side ul li strong {
  font-weight: 600;
}

.onas-bg .left-side img {
  width: 280px;
  height: 550px;
  object-fit: cover;
  margin: 10px
}
.onas-bg .left-side {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .onas-bg .left-side img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .onas-bg .left-side {
    display: none;
  }
  .onas-bg .nadpis {
    text-align: center;
  }
  .onas-bg .right-side {
    text-align: left;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .onas-bg .right-side h3 {
    font-size: 25px;
  }
  .onas-bg .right-side ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .onas-bg .right-side h3 {
    font-size: 22px;
  }
  .onas-bg .right-side {
    padding-top: 10px;
  }
}

/* KONTAKT */
section.kontakt-bg {
  background-color: #f0f0f0;
}
.kontakt-bg .kontakt-left {
  background-color: #fff;
  padding: 45px;
  height: 555px;
}
.kontakt-bg .kontakt-left h3 {
  font-size: 18px;
  font-weight: 800;
  color: #2a2a2a;
  text-transform: uppercase;
}
.kontakt-bg .kontakt-left h4 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  padding-top: 45px
}
.kontakt-bg .kontakt-left p {
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.2;
}
.kontakt-bg .kontakt-left .contact-link {
  padding: 15px 0;
  color: #df0024;
}
.kontakt-bg .kontakt-left .contact-link a {
  font-family: 'Readex Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #df0024;
}
.kontakt-bg .kontakt-left .contact-link a:hover {
  color: #000;
  text-decoration: underline;
}

/* KONTAKT RIGHT */
.kontakt-bg .kontakt-right {
  background-color: #f5f5f5;
  padding: 45px;
  height: 555px;
}
.kontakt-bg .kontakt-right h3 {
  font-size: 18px;
  font-weight: 800;
  color: #2a2a2a;
  text-transform: uppercase;
}
.kontakt-bg .kontakt-right h4 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  padding-top: 45px
}
.kontakt-bg .kontakt-right hr.odd-light {
  border-color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  margin: 45px 0;
}
.kontakt-bg .kontakt-right p {
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.5;
}
.kontakt-bg .kontakt-right p strong {
  color: #df0024;
  font-weight: 500;
}
.kontakt-right .pin-box {
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 35px;
  border-radius: 8px;
  margin-top: 35px;
}
.kontakt-right .pin-box svg {
  font-size: 25px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .kontakt-bg .kontakt-left {
    padding: 35px;
  }
  .kontakt-bg .kontakt-left h4 {
    padding-top: 25px;
  }
  .kontakt-bg .kontakt-left {
    height: auto;
  }
  .kontakt-bg .kontakt-right {
    padding: 35px;
  }
  .kontakt-bg .kontakt-left p {
    font-size: 15px;
  }
  .kontakt-bg .kontakt-right hr.odd-light {
    margin: 25px 0;
  }
  .kontakt-right .pin-box {
    margin-top: 15px;
  }
  .kontakt-bg .kontakt-left .contact-link a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .kontakt-bg .kontakt-right p {
    font-size: 14px;
  }
  .kontakt-bg .kontakt-left p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/* FIXED */
.icons-fixed {
  position: fixed;
  right: -10px;
  top: 60%;
  height: 200px;
  margin-top: -170px;
  z-index: 9999;
}
.icons-fixed li {
  list-style: none;
  display: block;
  width: 154px;
  height: 85px;
  margin-bottom: 18px;
}
.icons-fixed li.fixni {
  background: url('/wp-content/uploads/2023/02/tkb-eshop.jpg') no-repeat top left;
}
.icons-fixed li.fixni:hover {
  background: url('/wp-content/uploads/2023/02/tkb-eshop-hover.jpg') no-repeat top left;
  transition: 1s;
}
.icons-fixed li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.paticka-bg h5 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.footer-area.paticka-sloupec1 {
  padding-top: 0;
  padding-bottom: 0;
}

/* COLUMN2 */
.paticka-bg .column2 ul li {
  list-style: none;
}
.paticka-bg .column2 ul {
  padding-left: 0;
}
.paticka-bg .column2 ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 2.5;
}
.paticka-bg .column2 ul li a:hover {
  color: #df0024;
  text-decoration: underline;
}
section.footer-area.paticka-sloupec2 {
  padding-top: 0;
  padding-bottom: 0;
}
section.footer-area.paticka-sloupec3 {
  padding-top: 0;
  padding-bottom: 0;
}

/* COLUMN 4 */
.paticka-bg .column4 p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
/* COLUMN1 */
.paticka-bg .column1 img {
  width: auto;
  height: 45px;
  object-fit: contain;
}
.paticka-bg .column1 a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.paticka-bg .column1 a:hover {
  text-decoration: underline;
}
section.footer-area.paticka-sloupec4 {
  padding-top: 0;
  padding-bottom: 0;
}

/* SOCKET */
section.socket-bg {
  border-top: 1px solid #3f3c3b;
  padding-top: 35px;
  padding-bottom: 35px;
}
.socket-bg p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #9c9c9b;
  font-weight: 500;
}
.socket-bg a {
  color: #fff;
}
.socket-bg a:hover {
  color: #df0024;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .paticka-bg .column2, .paticka-bg .column4 {
    border-top: 1px solid #5a5957;
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .paticka-bg .column2 ul li a {
    line-height: 2;
    font-size: 14px;
  }
  section.paticka-bg {
    padding-bottom: 0;
  }
  .socket-bg p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# ERROR 404
--------------------------------------------------------------*/
.error {
  padding-top: 50px;
  padding-bottom: 50px;
}
.error h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #141414;
  padding-bottom: 45px;
}
.error p {
  font-family: 'Readex Pro', sans-serif;
  font-size: 23px;
  color: #141414;
  font-weight: 400;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .error h1 {
    font-size: 25px;
  }
  .error p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .error h1 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .error p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# PODSTRANKA
--------------------------------------------------------------*/
/* BREADCRUMBS */
section.bread-bg {
  background-color: #141414;
  padding-top: 30px;
  padding-bottom: 0;
}
.bread-bg .left-side {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.bread-bg .left-side h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
}
.bread-bg .right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.bread-bg .right-side svg {
  color: #555;
  font-size: 25px;
}
.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs span.last {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #df0024;
  font-weight: 600;
}
.breadcrumbs span.separator {
  color: #fff;
  margin: 0 5px;
}
.breadcrumbs a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .bread-bg .left-side h1 {
    font-size: 25px;
    padding-bottom: 15px;
  }
  section.bread-bg {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .breadcrumbs {
    padding-top: 0;
  }
  .bread-bg .right-side {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .bread-bg .left-side h1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .breadcrumbs a {
    padding-top: 0;
    font-size: 13px;
  }
  .breadcrumbs span.last {
    font-size: 13px;
  }
}

/* OBSAH PODSTRANKY */
section.podstranka-bg {
  background-color: #fff;
}
.yt iframe {
  height: 250px;
}
.pod-txt p {
  font-family: 'Readex Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.2;
}
.pod-txt p strong {
  font-weight: 700;
}
.pod-txt ul li {
  font-family: 'Readex Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.5;
}
.pod-txt h2 {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  padding-top: 15px;
}
.pod-txt h4 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  padding-top: 15px;
}
.is-style-fill a {
  padding: 20px 35px;
  transition: .5s;
}
.is-style-fill a:hover {
  background-color: #2a2a2a !important;
}
.dalsi-kategorie {
  background-color: #fff;
  padding: 25px;
transition: .4s;
    -webkit-box-shadow: 0px 0px 21px -9px rgb(153 153 153);
    -moz-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
    box-shadow: 0px 0px 21px -9px rgb(153 153 153);
}
.dalsi-kategorie h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dalsi-kategorie img {
  height: 450px;
  object-fit: contain;
  width: auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0;
}
@media only screen and (max-width: 767px) {
  .pod-txt p {
    font-size: 15px;
  }
  section.podstranka-bg {
    padding-bottom: 15px;
  }
}

/* KONTAKTNI BOX */
section.kontakt-box-bg {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 30px;
}
.kontakt-box {
  background-color: #f0f0f0;
  padding: 70px;
}
.kontakt-box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 40px;
  padding-bottom: 50px;
}
button.btn-link {
  background-color: transparent;
  border: none;
  color: #df0024;
  font-weight: 600;
  font-family: 'Readex Pro', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
button.btn-link svg {
  padding-right: 15px;
}
button.btn-link:hover {
  color: #df0024;
}
.kontakt-box:hover {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 1199px) {
  .kontakt-box h2 {
    font-size: 25px;
  }
  .kontakt-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .kontakt-box h2 {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .kontakt-box {
    padding: 40px;
  }
  button.btn-link {
    font-size: 13px;
  }
}

/* FOTOGALERIE */
section.fotogalerie-bg {
  padding-top: 0;
}
.fotogalerie-bg .gallery {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fotogalerie-bg .gallery li {
  list-style: none;
}
.fotogalerie-bg .gallery img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}

/* [1] The container */
.fotogalerie-bg .gallery a {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.fotogalerie-bg .gallery a img {
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.fotogalerie-bg .gallery a:hover img {
  transform: scale(1.2);
}
@media only screen and (max-width: 600px) {
  .galerie-bg .gallery {
      grid-template-columns: 1fr 1fr 1fr;
  }
  .galerie-bg .gallery img {
    height: 130px;
    padding: 5px;
  }
}

/*--------------------------------------------------------------
# MAPA STRANEK
--------------------------------------------------------------*/
.mapastranek h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 15px;
}
.mapastranek ul li a {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.6;
}
.mapastranek ul li a:hover {
  color: #df0024;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# POP UP
--------------------------------------------------------------*/
.modal-content {
  background-color: #f3f4f6;
  padding: 25px;
  text-align: center;
}
.modal-content h4.modal-title {
  font-size: 30px;
  color: #000;
  font-weight: 800;
}
button.close {
  background-color: #df0024;
  border: none;
  color: #fff;
  padding: 13px 20px;
}
button.close:hover {
  background-color: #000;
}
.modal-dialog.modal-lg {
  padding-top: 60px;
}
.modal-content {
  border-radius: 0;
}

/* FORMULAR */
.ochrana-os p {
  font-size: 15px;
  color: #656565;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 25px;
}
.ochrana-os a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.ochrana-os a:hover {
  color: #ac1b21;
}
.buttonred {
    background-color: #df0024;
    border: 3px solid #df0024;
    font-family: 'Readex Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.buttonred:hover {
  background-color: #000;
}
.wpcf7 label {
  font-family: 'Readex Pro', sans-serif;
  font-size: 14px;
  color: #000;
  padding-top: 25px;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
	border: 5px solid red;
	margin-top: -30px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	background-color: #ff9797;
	color: #000;
	font-size: 12px;
	padding: 5px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	border: 5px solid white;
	margin-top: -30px;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1em;
    font-size: 14px;
}
.wpcf7-form-control.wpcf7-text {
    border: 2px solid #eaeaea;
    background-color: #ffffff;
    height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 2px;
}
.wpcf7-form-control {
    margin-top: 15px;
}
.wpcf7-form-control.wpcf7-textarea {
    border: 2px solid #eaeaea;
    background-color: #ffffff;
    height: 180px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 2px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-tel {
    border: 2px solid #eaeaea;
    background-color: #ffffff;
    height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 2px;
}
.wpcf7 :focus {
	color: #000;
	background-color: #eaeaea !important;
	outline:0;
  border: none;
}

.wpcf7-form-control.wpcf7-number {
    border: 2px solid #eaeaea;
    background-color: #ffffff;
    height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 15px;
}
.wpcf7-form-control-wrap.yourmessage:before {
  width: 0rem !important;
  position: relative;
}
.wpcf7-form-control-wrap.your-name:before {
  width: 0rem !important;
  position: relative;
}
.wpcf7-form-control-wrap.last-name:before {
  width: 0rem !important;
}
.wpcf7-form-control-wrap.phone-number:before {
  width: 0rem !important;
}
.wpcf7-form-control-wrap.youremail:before {
  width: 0rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ca0e0eb3;
    border: 2px solid #ca0e0e;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #19122e !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #df0024;
  padding: 20px;
  margin: 25px 0;
  border: #f3f4f6;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-color: #df0024;
}

/*--------------------------------------------------------------
# DETAIL POD KATEGORIE
--------------------------------------------------------------*/
section.podkategorie-bg {
  padding-top: 0;
}
.podkategorie-box {
background-color: #fff;
    padding: 25px 25px 0 25px;
    transition: .4s;
    -webkit-box-shadow: 0px 0px 21px -9px rgb(153 153 153);
    -moz-box-shadow: 0px 0px 21px -9px rgba(153,153,153,1);
    box-shadow: 0px 0px 21px -9px rgb(153 153 153);
  margin-bottom: 25px;
}
.podkategorie-box .desc {
  padding: 25px;
}
.podkategorie-box .desc h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podkategorie-box .obrazek img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
/* [1] The container */
.podkategorie-box .obrazek {
  height: 250px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.podkategorie-box .obrazek img {
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.podkategorie-box .obrazek:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .podkategorie-box .desc h3 {
    font-size: 17px;
  }
  .podkategorie-box .obrazek img {
    height: 200px;
  }
  .podkategorie-box .obrazek {
    height: 200px;
  }
  .podkategorie-box {
    padding: 0;
  }
  .podkategorie-box .desc {
    padding: 0 25px;
  }
}

/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/
body.login {
  background-color: #df0024;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
}
#login h1 a {
  background-image: url("/wp-content/uploads/2023/02/TKB-logo-1.png");
  background-size: 350px;
  width: auto;
  height: auto;
}
.login form{
  box-shadow:none;
  padding:20px;
}
#login {
  background: #000;
  margin: 100px auto;
  padding: 40px 20px;
  width: 400px;
  border-radius: 0;
}
.login form {
  background-color: #000;
}
.login label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
}
.login form .forgetmenot{
  float:none;
}
#login form p.submit{
  margin-top:15px;
}
.login.wp-core-ui .button-primary {
  background: #df0024;
  border-color:#df0024;
  box-shadow: 0 0px 0 #df0024;
  color: #fff;
  text-shadow: none;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  padding: 7px;
  height: auto;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
}
.login.wp-core-ui .button-primary:hover {
  background: #b7001d;
  border-color: #b7001d;
  box-shadow: 0 1px 0 #b7001d;
  color: #fff;
  transition: .5s;
}
.login form {
    border: none;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #ffffff;
}
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    border: 2px solid #ffffff;
    border-radius: 0;
}
p#backtoblog {
  display: none;
}
.privacy-policy-page-link a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
}
.login #nav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}
.login #nav a:hover {
  color: #000;
}

/* RECAPTCHA */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}
.clickable {
    cursor: pointer;
}