/*
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
*/

.grecaptcha-badge {
  display: none !important;
}
.textwidget i.sq.fa {
  width: 20px;
}
.fusion-footer-widget-column {
  margin-bottom: 0px;
}
/******HLAVICKA A MENU**************/

/*menu*/
.headerFeatures {
  display: flex;
  width: 100%;
  max-width: 900px;
  text-align: right;
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-around;
}

.feature {
  /*flex-basis: 30%;*/
  margin-right: 20px;
}
.feature-last {
  /*flex-basis: 25%;*/
}
.feature-last i {
  font-size: 22px;
  vertical-align: middle;
  color: #1a9d6f;
  padding: 5px;
  margin: 11px 10px;
}
.feature i {
  font-size: 20px;
  vertical-align: middle;
  color: #443061;
}
i.fa-phone {
  transform: rotate(90deg);
}
.feature span.featureText {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  text-transform: uppercase;
}
.featureText a {
  color: #b41b13 !important;
  text-transform: none !important;
}
.featureText a:hover {
  color: #443061 !important;
}

.feature span.featureText strong {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

#sliders-container {
  top: -1px;
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(
    .fusion-header-layout-v6
  )
  .fusion-is-sticky
  .fusion-sticky-menu-only
  .fusion-arrow-highlight
  .fusion-arrow-svg {
  margin-bottom: -2px;
}

/********PRODUKTY*********/
.conboxes .content-box-wrapper {
  height: 100%;
}
.conboxes {
  display: flex;
  flex-flow: row wrap;
}

/********KONEC HLAVICKY A MENU***************/

.logged-in div.wpcf7 {
  margin-top: 0px !important;
}
.reference {
  min-height: 520px;
}

.fusion-widget-area .widget_nav_menu li {
  border-bottom: 0px !important;
  padding-bottom: 5px !important;
}

.fusion-mobile-menu-icons a {
  font-size: 40px;
}
.fusion-mobile-nav-item a,
.fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a {
  font-size: 16px !important;
}

/*.inv-recaptcha-holder {display:none;}*/

.cf {
  margin-top: 32px;
}
.cf .row .col-sm-6,
.cf .row .col-sm-12 {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/***********Ceník***************/

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab .tablinks {
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab div h2,
.tab div h4 {
  padding: 0 20px;
  margin: 0px !important;
  font-size: 25px !important;
}

.tab .tablinks:hover {
  background-color: #007aff;
}
.tab .tablinks:hover h2 {
  color: #fff;
}

.tab .tablinks.active {
  background-color: #007aff;
}
.tab .tablinks.active h2 {
  color: #fff;
}

.tab .tablinks.tabcer:hover {
  background-color: #ff3a2d;
}
.tab .tablinks.tabcer.active {
  background-color: #ff3a2d;
}

.tab .tablinks.tabzel:hover {
  background-color: #4cd964;
}
.tab .tablinks.tabzel.active {
  background-color: #4cd964;
}

.galerka-tab {
  position: relative !important;
  display: flex;
  flex-flow: row wrap;
  height: auto !important;
}
.galerka-tab > div {
  position: initial !important;
}
.galerka-tab .fusion-grid-column {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 48%;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fusion-mobile-menu-icons a {
  font-size: 40px;
  margin-top: 25px;
}

@media only screen and (max-width: 860px) {
  .headerFeatures {
    display: none;
  }
}

@media only screen and (max-width: 800px) and (min-width: 666px) {
  .omezeni-tablet {
    display: none;
  }
}
