/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.flex {
  display: flex;
}
.gap20 {
  gap: 20px;
}

.grecaptcha-badge {
  display: none !important;
}

/*pismo*/
h3,
h2 {
  text-transform: uppercase;
}
.bilime h3,
.bilime h2,
.bilime p,
.bilime a,
.bilime h1 {
  color: #fff;
}
.bilime a:hover {
  text-decoration: underline;
}
.nadpis-efekt h2 {
  display: inline-block;
  position: relative;
}
.nadpis-efekt h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  left: -20px;
  height: 20px;
  background-color: #1172c1;
  opacity: 0.1;
  z-index: -1;
}

/*menu + header*/
.fusion-main-menu > ul > li > a {
  text-transform: uppercase;
}
.fusion-main-menu > ul > li > a span {
  position: relative;
}
.fusion-main-menu > ul > li > a span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  right: 50%;
  height: 4px;
  background-color: #fff;
  transition: 0.3s left, 0.3s right;
}
.fusion-main-menu > ul > li > a:hover span::before {
  left: 0;
  right: 0;
}
.fusion-logo img {
  max-height: 40px;
}
.fusion-main-menu > ul > li.current-menu-item > a span::before {
  left: 0;
  right: 0;
}
.fusion-header {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3) !important;
  position: fixed;
  width: 100%;
}

/*slider (fake)*/
.fake-slider {
  min-height: 650px;
}
.podnadpis {
  font-family: "IBM Plex Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

/*slider animace*/

/*sluzby uvodka*/
.img-ramecek::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-color: #1172c1;
  z-index: -1;
}
.img-ramecek .fusion-title {
  padding-right: 10%;
  padding-left: 10%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*o firme uvodka*/
.txt-pres {
  position: absolute;
  color: #fff;
  background-color: #1172c1;
  padding: 30px 30px 10px 30px;
  z-index: 50;
  bottom: 30px;
  left: 30px;
  width: 70%;
}
.btn-marg-r {
  margin-right: 20px;
}

/*galerie uvodka*/
.galerka-uvod .fusion-gallery-image {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}

/*mapa + kontakt uvodka*/
/* .pres-mapu-cont {
  z-index: 10;
}
.pres-mapu .fusion-column-wrapper {
  position: absolute;
  top: 440px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
.pres-mapu i {
  color: #88b9e0;
  padding-right: 7px;
} */

/*footer*/
#menu-primary-1 a {
  text-transform: uppercase;
}
#text-2 h4 {
  color: #fff;
  text-transform: uppercase;
}
#text-2 .textwidget {
  text-align: center;
}
.fusion-footer p {
  font-size: 15px;
}

/*Page title bar*/

.fusion-page-title-bar {
  margin-top: 60px;
}
.fusion-page-title-bar .fusion-page-title-row h1 {
  text-transform: uppercase;
}
.fusion-page-title-bar .fusion-breadcrumbs,
.fusion-page-title-bar .fusion-breadcrumbs a {
  color: white;
}

/*kontakt subpage*/

.kontakt-box i {
  margin-right: 8px;
}
.formular-box {
  border-left: 1px solid #d3d3d4;
}
.odsad-p {
  padding-left: 20px;
}

/*ke stazeni - subpage*/
.toggles-con .panel-heading {
  background: #1172c1 !important;
  padding: 5px 20px !important;
  margin-bottom: 10px !important;
}
.toggles-con .fusion-accordian .panel-title .fusion-toggle-heading {
  color: white;
}

.toggles-con .panel-collapse {
  padding: 0 30px;
}
.toggles-con .panel-collapse .panel-body i {
  color: #1172c1;
  margin-right: 10px;
  font-size: 25px;
}
.toggles-con .panel-collapse .panel-body {
  line-height: 35px;
}

/* onas */
.img-box img {
  max-width: 370px;
  margin-bottom: 20px;
}

/*------------------------
            RESPO
--------------------------*/

@media only screen and (max-width: 768px) {
  .pres-mapu-cont {
    padding: 30px !important;
  }
  .pres-mapu {
    top: 10px;
  }
  .fusion-logo {
    display: none;
  }
  .kontakt_respo-box .fusion-column-wrapper {
    min-height: 1px !important;
  }
  .kontakt-box {
    margin-bottom: 40px !important;
  }
  .formular-box {
    border: none;
  }
  .formular-box .fusion-column-wrapper {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 425px) {
  .uvod_foto-col {
    margin-bottom: 380px !important;
  }
  .txt-pres {
    top: 210px !important;
    bottom: unset;
    width: 100%;
    left: unset;
  }
  .pres-mapu-cont {
    margin-bottom: 370px !important;
  }
}

@media only screen and (max-width: 320px) {
  .uvod_foto-col {
    margin-bottom: 420px !important;
  }
  .img-box img {
    max-width: 250px !important;
  }
}

.fusion-header .fusion-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fusion-row:after,
.fusion-row:before {
  content: none;
}
