/*
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
*/


/* GLOBAL STYLES */

.custom-text {
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
}

.white p,
.white p a,
.white li p,
.white li p a,
.white li a {
  color: #fff !important;
}

#content p a:hover,
#content li p a:hover,
#content li a:hover {
  text-decoration: underline;
}

.fusion-tabs .nav-tabs > li a:hover {
  text-decoration: none !important;
}

/* MENU */

.fusion-secondary-header .fusion-contact-info-phone-number a i {
  width: 15px;
}

.fusion-secondary-header .fusion-contact-info-phone-number a {
  font-weight: bold;
}

.fusion-secondary-header .fusion-contact-info-phone-number a:hover {
  text-decoration: underline;
}

#menu-hlavni-menu li:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  margin-right: 22px;
}
#menu-hlavni-menu .menu-item-197 {
  border-right: none !important;
}

.fusion-main-menu {
  display: flex !important;
  height: 94px;
  align-items: center;
}
.fusion-secondary-header {
  display: none;
}

@media (min-width: 951px) {
  #menu-hlavni-menu li,
  #menu-hlavni-menu li a {
    height: 55px !important;
  }
  .fusion-header {
    height: auto !important;
    padding: 24px 0 !important;
  }
  .fusion-logo {
    margin: 0 !important;
  }
  .fusion-overlay-search,
  .fusion-clearfix,
  .fusion-header > .fusion-row:before {
    display: none !important;
  }
  .fusion-header > .fusion-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 951px) and (max-width: 1297px) {
  .fusion-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/* SLIDER */

.slider-title h1.title-heading-center {
  width: max-content;
  padding: 10px 10px 0 10px !important;
  border: 1px solid;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  white-space: normal;
}

.slider-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.7;
  margin: 0 auto;
}

#slider-homepage {
  min-height: 66vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* OSTATNÉ */

.toggle-content {
  background: #fff;
}

.fusion-toggle-heading {
  color: #fff;
}

.custom-list .fusion-li-item-content p {
  font-weight: bold;
}

.tab-content {
  background: #fff;
  padding: 40px;
  margin-left: 40px !important;
}

.tab-content > div {
  min-height: unset !important;
}

.nav .nav-tabs li.active a {
  background: #1b3d5a !important;
}

.nav .nav-tabs li:hover a {
  background: #32638a !important;
}

.nav .nav-tabs li:hover a h4.fusion-tab-heading {
  color: #fff !important;
}

.nav .nav-tabs li.active a h4.fusion-tab-heading {
  color: #fff;
  font-size: 16px;
}

.nav .nav-tabs li a h4.fusion-tab-heading {
  font-size: 16px;
}

.text-table p .text-text {
  width: 80%;
  display: inline-block;
  font-weight: 700;
}

.text-table p {
  margin-bottom: 10px;
}

.text-table p:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.text-table p {
  display: flex;
  justify-content: space-between;
}

.wpcf7 label {
  text-transform: uppercase;
}

.wpcf7-form .fusion-row > div.fusion-layout-column {
  clear: none;
  width: 48.5%;
}

.wpcf7-form .fusion-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wpcf7-form .fusion-row:after,
.wpcf7-form .fusion-row:before {
  display: none;
}

.fusion-post-content-wrapper {
  background-color: #ffffff;
}

.fusion-checklist li:last-child {
  border-bottom: none !important;
}

.fusion-mobile-menu-icons .fusion-icon {
  font-size: 28px;
}

.grecaptcha-badge {
  display: none;
}

.vybaveni-col .fusion-builder-row {
  display: flex;
  align-items: stretch;
}
.vybaveni-col .fusion-builder-row > div,
.vybaveni-col .fusion-builder-row .fusion-column-wrapper {
  min-height: 100% !important;
}

@media only screen and (max-width: 1150px) {
  #menu-hlavni-menu li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  #menu-hlavni-menu li:nth-child(5) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .slider-title h1.title-heading-center {
    width: 100%;
  }

  #slider-homepage {
    min-height: 600px !important;
    height: 100vh !important;
  }
}

@media only screen and (max-width: 1050px) {
  .fusion-main-menu > ul > li > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  #menu-hlavni-menu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }

  #menu-hlavni-menu li:nth-child(5) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 950px) {
  #menu-hlavni-menu {
    display: none;
  }

  .fusion-mobile-menu-icons a:last-of-type {
    margin-left: 0;
  }

  .fusion-logo-link img {
    max-height: 55px !important;
  }

  .fusion-privacy-bar .fusion-privacy-bar-main {
    flex-wrap: wrap;
  }

  .fusion-privacy-bar-main span {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-checklist {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 600px) {
  .slider-title h1.title-heading-center {
    font-size: 28px;
  }
}
