/*
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 */
/* ************ */
:root {
  --border-radius: 10px;
}
.flex {
  display: flex;
}
.gap20 {
  gap: 20px;
}
.mt-40 {
  margin-top: 40px;
}
button.button-flat,
a.button-flat {
  border-radius: 10px !important;
}
/* ************** */
/* HEADER STYLES */
/* ************ */
.menu-item-type-custom:hover .menu-text.fusion-button.button-medium {
  background-color: #7ad07a;
}
.menu-text.fusion-button.button-medium {
  background: var(--awb-custom_color_4);
  border-radius: 8px;
  padding-left: 30px;
}
.menu-text.fusion-button.button-medium span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding-left: 20px;
}
.menu-text.fusion-button.button-medium .fusion-button-text-left {
  padding: 0;
  padding-left: 8px;
}
/* ************** */
/* FOOTER STYLES */
/* ************ */
/* FOOTER - 4ws consent */
.fworks_consent_shortcode {
  display: inline-block !important;
  color: var(--link_color) !important;
  transition: 0.3s ease all;
  text-decoration: underline !important;
  text-underline-offset: var(--awb-link_decoration_underline_offset);
}

.fworks_consent_shortcode:hover {
  color: var(--link_hover_color) !important;
  text-decoration: none !important;
}

.fworks_consent_button_settings {
  text-decoration: none !important;
}

/* ***************** */
/* RESPONSIVE STYLES */
/* ***************** */

.cst-back {
  background-color: #fbfbfb;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2343515e' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.pozice-ikony.fontawesome-icon.fb-icon-element.circle-yes {
  position: absolute;
  top: -23px;
  left: -22px;
}
.services-h-class .fusion-column-wrapper {
  overflow: visible !important;
  border-radius: 10px !important;
} /* 
.services-h-class .fusion-column-wrapper:hover
  .pozice-ikony.fontawesome-icon.fb-icon-element.circle-yes {
  color: #8cb3d1;
}

.services-h-class:hover .fusion-button-text {
  color: #8cb3d1;
}

.services-h-class:hover .fa-arrow-right {
  color: #8cb3d1;
} */

.heading.heading-with-icon.icon-left {
  margin-bottom: 0px !important;
}

.boldacf {
  font-weight: bold !important;
}

.pozice-ikony-dole.fontawesome-icon.fb-icon-element.circle-yes {
  position: absolute;
  top: -25px;
  left: 5px;
}

/* POSTUP PRÁCE */
.item-has-arrow svg.step-icon {
  width: 60px;
  height: 60px;
}
svg.white {
  fill: #dfdfdf !important;
}
.item-has-arrow svg.arrow-icon {
  position: absolute;
  width: 60px;
  right: 15px;
  bottom: 0%;
  transform: translateY(-25%);
  fill: var(--awb-color5);
  animation: fadeToRight 1s ease-in-out;
}
@keyframes fadeToRight {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
  }
}

.item-hasnot-arrow .fusion-column-wrapper {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(115, 140, 157, 0.4);
  }
  5% {
    transform: scale(1.01);
  }
  15% {
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
  }
}

/* PRE-RESPO */
.slide-4w.slide .fusion-column-wrapper {
  align-items: center !important;
}
.slider-content .fusion-title p {
  line-height: normal !important;
}
@media (max-width: 935px) {
  .fusion_builder_column_1_2 {
    width: 100% !important;
  }
}
@media (800px <= width <= 911px) {
  .fusion_builder_column_1_3 {
    width: 80% !important;
  }
  .fusion_builder_column_2_3 {
    width: 80% !important;
  }
}
/* RESPO */
@media (749px < width < 1390px) {
  .fusion_builder_column_1_5 {
    width: var(--awb-width-medium) !important;
  }
}
@media (max-width: 1200px) {
  html .slider-content p {
    width: 80%;
  }
}
@media (max-width: 960px) {
  .slider-content p {
    width: 100% !important;
    line-height: 34px !important;
  }
  .slider-content h1,
  .slider-content h2 {
    font-size: 40px !important;
  }
}
@media (749px < width < 913px) {
  .services-h-class {
    width: 100% !important;
  }
}
@media (max-width: 843px) {
  .slider-content h1,
  .slider-content h2 {
    font-size: 26px !important;
  }
  .sm-col,
  .flex.gap20.mt-40 {
    flex-direction: column;
  }
}
