/*
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
*/

/* mados constrution */

.servicing-link a {
  color: #121212 !important;
  font-weight: 600;
}

.servicing-link a i {
  color: #ffffff;
  transition: all ease 0.4s;
  padding: 8px 9px;
  background: #121212;
  border-radius: 30px;
  margin-left: 8px;
}

.servicing-boxes:hover i {
  transform: translateX(5px);
  transition: all ease 0.4s;
}

.servicing-boxes:hover .servicing-link a,
.servicing-boxes:hover h3,
.servicing-boxes:hover p,
.servicing-boxes:hover .fusion-text * {
  color: white !important;
}

.servicing-boxes {
  transition: all ease 0.4s;
}

.servicing-boxes .fusion-column-inner-bg-image {
  transition: all ease-in-out 0.4s;
  opacity: 0;
}

.servicing-boxes .fusion-imageframe {
  transition: 0.3s all ease;
}

.servicing-boxes:hover .fusion-imageframe {
  filter: brightness(100) !important;
  transition: 0.3s all ease;
}

.servicing-boxes:hover .fusion-column-inner-bg-image {
  opacity: 0.8;
}

.servicing-boxes:hover {
  /* transform: translateY(-10px); */
  transition: all ease 0.4s;
}

.servicing-boxes .fusion-column-wrapper {
  transition: all ease 0.4s;
}

.servicing-boxes:hover .fusion-column-wrapper {
  box-shadow: unset !important;
  transition: all ease 0.4s;
}

.servicing-boxes .fusion-column-anchor {
  background-color: #fff !important;
}

.servicing-boxes:hover .fusion-column-anchor {
  background-color: #d62e34 !important;
}

.servicing-boxes.image8 > div {
  position: relative !important;
}
.servicing-boxes.image8 > div > *:not(.circle) {
  position: relative !important;
  z-index: 1000 !important;
}

.servicing-boxes.image1 > div::after,
.servicing-boxes.image2 > div::after,
.servicing-boxes.image3 > div::after,
.servicing-boxes.image4 > div::after,
.servicing-boxes.image5 > div::after,
.servicing-boxes.image6 > div::after,
.servicing-boxes.image7 > div::after,
.servicing-boxes.image8 > div::after {
  background-color: #fff !important;
  z-index: 1 !important;
  right: 0;
  border-radius: 2px;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
  position: absolute;
  content: "";
  transition: 0.25s ease all;
}

.servicing-boxes.image8:hover > div:after {
  opacity: 0.8;
  /* background-color: rgba(0, 0, 0, 0.712) !important; */
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(50, 0, 0, 1) 94%
  ) !important;
}

/* mados constrution - konec */

a {
  text-decoration: underline;
}
¨ a:hover {
  text-decoration: none;
}

.column_2images {
  position: relative !important;
}

.column_2images .image_custom-position .fusion-imageframe {
  box-shadow: 0px 0px 42px 1px rgba(0, 0, 0, 0.57);
}

.column_2images .fusion-column-wrapper > .fusion-builder-row:nth-of-type(2) {
  position: absolute !important;
  top: 30% !important;
}

#slider-lines::before {
  background: url(/wp-content/uploads/2023/10/lines-slider.svg);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: cover !important;
}

.servicing-boxes:hover h3 {
  color: white !important;
}

.imgp-before:before {
  background: url(/wp-content/uploads/2023/10/img-2-e.jpg);
  position: absolute;
  content: "";
  background-size: cover !important;
  width: 40%;
  height: 82%;
  left: 0;
  top: 116px;
  z-index: 999;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 42px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 0px 42px 1px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 42px 1px rgba(0, 0, 0, 0.57);
}

.fusion-li-item-content a {
  text-decoration: underline !important;
}
.fusion-li-item-content a:hover {
  text-decoration: none !important;
}

.fusion-form-form-wrapper .fusion-form-field .label,
.fusion-form-form-wrapper .fusion-form-field label,
.fusion-form-label-wrapper label {
  color: #ffffff !important;
}

.fusion-carousel-meta {
  display: none;
}
#wrapper #main .related-posts .fusion-title h3 {
  display: none;
}

a.glink {
  margin-right: 13px !important;
}

/* LIGHTBOX */
.ilightbox-holder {
  transform: scale(0.8) !important;
}

/* FOOTER */
.fworks_consent_shortcode {
  display: inline-block !important;
  /*  color: var(--awb-color4)!important; */
  transition: 0.3s ease all;
  text-decoration: none !important;
}

.fworks_consent_shortcode:hover {
  /*  color: var(--awb-color5)!important; */
  text-decoration: none !important;
}

.fworks_consent_button_settings {
  text-decoration: none !important;
}

/* 
****************************
****************************
******* MODYMA new *********
****************************
****************************
*/
/* Globals */
.tit-deco > * {
  position: relative;
  padding-left: 42px !important;
}
.tit-deco > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16px;
  background: var(--awb-color5);
}

/* HEADER */
.logo-size img {
  width: 200px;
}
.footer-logo img {
  width: 400px;
}
.header-btn-black:hover {
  border: 2px solid white !important;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
a.glink img {
  border: solid 1px white !important;
}

.sliderContentWrap * {
  width: 70%;
}
.sliderContentWrap a.fusion-button,
.sliderContentWrap a.fusion-button > span {
  width: auto;
}

div.arrows {
  display: flex !important;
}

/* FOOTER gray */
footer a {
  color: var(--awb-color5) !important;
}
footer a:hover {
  color: white !important;
}
/* FOOTER cookies */
.fworks_consent_bar {
  background-color: black !important;
}

/* SLUŽBY */
.servicing-boxes svg {
  width: 80px;
  height: 80px;
}
.servicing-boxes:hover svg {
  fill: white;
}
.servicing-boxes .circle {
  position: absolute !important;
  top: 0px;
  left: 23px;
  width: 114px;
  height: 114px;
  border-radius: 0px 75px 75px 75px;
  background-color: rgba(255, 0, 0, 0);
  transform: scale(1);
  z-index: 0;
  transition: all 1s ease;
}
.servicing-boxes:hover .circle {
  transform: scale(15) !important;
  /* background-color: var(--awb-color5); */
  background: rgb(219, 16, 36);
  background: linear-gradient(
    153deg,
    rgba(249, 143, 8, 0) 0%,
    rgba(219, 16, 36, 1) 100%
  );
}
.servicing-boxes:hover .sep-right > div {
  width: 100% !important;
}

/* O nás */
.column_2images svg {
  width: 100px;
  height: 100px;
}

/* Reference */
.reference-item:hover .fusion-title a {
  color: var(--awb-color5) !important;
}

/* - O nás */
.swiper-slide * {
  width: 100% !important;
  height: 100% !important;
}
.swiper-slide img {
  object-fit: cover;
}
.ilightbox-button {
  display: block !important;
  height: 113px !important;
  margin: auto 10% !important;
  background-color: #d62e3400 !important;
  opacity: 0.8;
}
.ilightbox-button:hover {
  opacity: 1;
}
.ilightbox-button.ilightbox-next-button {
  background-image: url(./arrow-1.png) !important;
  background-position: unset !important;
}
.ilightbox-button.ilightbox-prev-button {
  background-image: url(./arrow-1.png) !important;
  background-position: unset !important;
  transform: scaleX(-1);
}

/* - Služby */
.sluzba svg {
  width: 100px;
  height: auto;
  fill: white;
  z-index: 1;
}
.sluzba > div {
  position: relative;
}
.sluzba > div::before {
  content: "";
  position: absolute;
  width: 162px;
  height: 178px;
  left: 0;
  top: 0;
  background: var(--awb-color5);
}
.sluzba-galerie .fusion-gallery .fusion-gallery-column .fusion-gallery-image {
  border-radius: 3px !important;
}

/* Stroje */
.fusion-gallery .fusion-gallery-column .fusion-gallery-image {
  border-radius: 3px !important;
}

/* Kariera */
.fusion-nothing-found * {
  border: none !important;
}
