/*
Theme Name: TSS-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.no-radius .banner-bg.fill {
  border-radius: 0px !important;
}

.valor-card .banner-layers.container > .fill.banner-link,
.banner-bg.fill {
  object-fit: contain;
  border-radius: 50px !important;
}

.valor-card .banner-layers.container > .fill.banner-link {
  border: 2px solid #ffec00;
}

.nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html,
.dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a,
.dark .banner a {
  color: black;
}

.button.primary > span,
.button.white > span {
  color: black !important;
  font-weight: 400 !important;
}

#masthead .is-small .icon-menu {
  color: black;
  font-weight: bolder;
}

.feather .feather-x {
  display: none !important;
}

.mfp-close {
  background: url("https://tss.sviluppo.host/wp-content/uploads/2024/02/X.png")
    no-repeat right;
  background-size: 25px;
  z-index: 99999;
  margin-right: 15px !important;
  margin-top: 20px !important;
}

.mfp-close svg {
  display: none !important;
}

.no-radius .box .box-text {
  top: 10% !important;
  bottom: 0px !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.no-radius .box .image-cover {
  padding-top: 735px !important;
}
@media only screen and (min-width: 600px) {
  /*************** ADD Tablet ONLY CSS HERE  ***************/
  .home-cards-soc .col > .col-inner {
    height: 230px !important;
  }
  .no-radius .box .image-cover {
    padding-top: 1000px !important;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: calc(50% + 45px);
    background-color: white;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon
    > .icon-inner {
    width: 90%;
    height: 90%;
    border: 3px solid #ffec00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon
    > .icon-inner
    > img {
    width: 70%;
    height: 70%;
  }
}
.slider-style-focus .flickity-slider > :not(.is-selected) {
  opacity: 0.2 !important;
  transform: scale(0.8) !important;
}

.text {
  margin-top: 0.1rem !important;
}
@media only screen and (max-width: 849px) {
  .pix-micro-section {
    display: none !important;
  }
}
@media only screen and (min-width: 950px) {
  .home-cards-soc .col > .col-inner {
    height: 200px !important;
  }
  .page-id-15 .home-first-section-y .row .col {
    padding: 30px 40px;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 80px;
    left: -65px;
    background-color: white;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon
    > .icon-inner {
    width: 90%;
    height: 90%;
    border: 3px solid #ffec00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .page-id-15
    .home-first-section-y
    .icon-box.featured-box.icon-box-top.text-left.is-large
    > .icon-box-img
    > .icon
    > .icon-inner
    > img {
    width: 70%;
    height: 70%;
  }
}

body {
  line-height: 1.2;
}

.header-language-dropdown i {
  margin-left: 0.3rem;
  margin-bottom: 0.2rem;
}

#cmplz-document {
  max-width: 100%;
}


.lp-section-bg::before{
    content: "";
height: 400px;
    width: 30%;
    background-image: url(/wp-content/uploads/2025/06/3-triangles-pattern-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0%;

    top: 0;
    z-index: 1;
}

.lp-section-bg::after{
    content: "";
height: 400px;
    width: 30%;
    background-image: url(/wp-content/uploads/2025/06/3-triangles-pattern-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0%;

    bottom: 0;
    z-index: 1;
    background-position: 0 80%;
}

.banner-border-radius-40 .banner-bg.fill{
    border-radius: 35px !important;
}


/*** LP TSS PRO ****/
.lp-promo-card .col-inner{
    background-color: white;
    border-radius: 20px;
    padding: 2rem !important;
    box-shadow: 0px 0px 25px 0px #00000040;

}

.lp-promo-card .col-inner h4{
margin-top: 0;

}

@media only screen and (max-width: 550px) {
.lp-promo-card .col-inner{
    background-color: white;
    border-radius: 20px;
    padding: 1rem !important;
    box-shadow: 0px 0px 25px 0px #00000040;
    margin-bottom: 2rem;

}
.lp-promo-card .col-inner h4{
margin-top: 1.5rem;

}
}

.form-contatto-lp input{
    box-shadow: unset !important;
    border: 0 !important;
    border-bottom: 1.4px solid black !important;
    padding-left: 0px !important;
}
.form-contatto-lp .col{
    padding-bottom: 1.5rem;

}

.form-contatto-lp input::placeholder{
    color: black;
}
.form-contatto-lp .lp-submit:hover{
  
opacity: 1;
}
.form-contatto-lp .lp-submit{
    margin-top: 1rem;
    background-color: black;
    color: #FBE122;
    padding: .1rem 2rem;
    font-size: 1.1rem;
    border-radius: 99rem;
opacity: .7;
transition: all .4s ease-in-out;
margin-left: 1rem;
}

body:has(.lp-section-bg) h1, body:has(.lp-section-bg) h2,body:has(.lp-section-bg) h3,body:has(.lp-section-bg) h4,body:has(.lp-section-bg) h5{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -1px !important;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgb(71 71 71 / 17%);
    color: #000000;
    border-color: #f5b335 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgb(0 0 0 / 0%);
    color: #000000;
    border-color: #3a8a42 !important;
}
body:has(.lp-section-bg) .icon-instagram, body:has(.lp-section-bg) .icon-facebook{
    font-size: 25px;
    color: black;
    transition: all .3s ease-in-out;
}

body:has(.lp-section-bg) .button:hover >  .icon-instagram, body:has(.lp-section-bg) .button:hover > .icon-facebook,body:has(.lp-section-bg) .icon-facebook:hover, body:has(.lp-section-bg) .icon-instagram:hover {
    color: #ffea23;
}


