/*
Theme Name: GBS Child
Theme URI: https://www.gbs-group.it/
Author: Global Business Solution S.r.l.
Author URI: https://www.gbs-group.it/
Description: GBS Custom WordPress Theme. This theme is not available for you to download or buy.
Template: gbs
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
:root {
    --padding-esterno: calc(100% - var(--w-container));
    --single-padding-esterno: calc(var(--padding-esterno) / 2);
}

.container-allineato-dx>div:first-child {
    padding-left: var(--single-padding-esterno);
}

.container-allineato-sx>div:last-child {
    padding-right: var(--single-padding-esterno);
}

.cursor-pointer {
    cursor: pointer;
}

.bordo-top-alternativo {
    border-top: 1px solid #a7d4ff;
}

.bordo-bottom-alternativo {
    border-bottom: 1px solid #a7d4ff;
}

header .sticky .navigation-content {
    background: #d8ecff;
}

header #navigation-bar.sticky img.custom-logo.logo-default {
    max-height: 70px;
    width: auto;
}

.ratio-1-1 {
    aspect-ratio: 1/1;
}

.fit-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bg-overlay:before {
    content: '';
    background: #33252500 linear-gradient(180deg, #00000000 0%, #000000a6 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.bg-overlay .relative {
    z-index: 3;
}

#visore-home .bg-overlay:before {
    content: '';
    background: #00000014 linear-gradient(25deg, #00000000 0%, #00000014 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#prefooter .material-icons {
    font-size: 30px;
}

.slide-card * {
    transition: all .6s;
}

.slide-card:before {
    content: '';
    width: 0;
    height: 100%;
    background-color: var(--custom-color-1);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: all .6s;
}

.slide-card:hover:before {
    width: 100%;
}

.slide-card figure {
    width: 20%;
}

.slide-card-content {
    width: calc(70% - 60px);
}

.slide-card-content .testo-nascosto {
    height: 0;
    overflow: hidden;
}

.slide-card .material-icons {
    width: 55px;
    background-color: var(--text-color-alt);
    text-align: center;
    line-height: 55px;
    font-size: 34px;
    height: 55px;
    cursor: pointer;
}

.slide-card.active .material-icons {
    transform: rotate(45deg);
}

.slide-card.active figure {
    width: 40%;
}

.slide-card.active .slide-card-content {
    width: calc(70% - 60px);
}

.slide-card.active .slide-card-content .testo-nascosto {
    height: unset;
}

.slide-card.active:before {
    width: 100%;
}

#slider .owl-stage {
    align-items: center;
    display: flex;
}

#slider .owl-item:nth-child(2n) figure {
    padding-top: 80px;
    padding-bottom: 0;
}

#slider .owl-item:nth-child(3n) figure {
    padding-bottom: 80px;
    padding-top: 0;
}

.timeline-content {
    width: calc(100% - 150px);
}

.timeline-date {
    width: 100px;
}

.timeline-content>div {
    transition: all .3s ease-in-out;
    display: none;
}

.timeline-content>div.active {
    transition: all .3s ease-in-out;
    display: flex;
}

.timeline-date>div {
    transition: all .3s ease-in-out;
}

.timeline-date>.active {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

.timeline-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}
.timeline-content ul li{
	margin-bottom:15px;
}
.timeline-content ul li::before {
    width: 10px;
    margin-left: -20px;
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 16px;
    padding-right: 10px;
}

.page-template-storia #contacts a {
    color: var(--text-color-alt) !important;
    text-decoration: underline;
}

section#contacts p>strong {
    margin-top: 40px;
    display: block;
}

section#contacts p>strong+br {
    display: none;
}

.testo-alternativo li:before {
    background-color: var(--text-color-alt) !important;
    color: transparent;
}

.page-id-1327 .brand a {
    pointer-events: none;
}

.page-id-1327 #brand-list .col-50-flex.flex-column figure {
    display: none;
}

.card-categoria-prodotto {
    width: calc(33.3% - 20px);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.card-categoria-prodotto>a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.card-categoria-prodotto>a div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

.card-categoria-prodotto>a div .p-big {
    max-width: 410px;
    display: block;
}

.card-categoria-prodotto:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3253676470588235) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media screen and (max-width:1023px) {
    .card-categoria-prodotto {
        width: calc(50% - 20px);
    }
    .timeline-content {
      width: 100%;
    }
    .timeline-date {
      width: 100%;
    }
    .timeline-date>div {
      transition: all .3s ease-in-out;
      display: inline-block;
      width: 18%;
    }
    .timeline-date>.active {
      font-size: 18px;
    }
    section#storia {
      flex-direction: column-reverse;
      padding-bottom: 0;
    }
    section#excellence > div > div {
      padding-top: 1rem;
    }
}

@media screen and (max-width:767px) {
	
	.marquee-icon {
	font-size: 4rem;
    line-height: 1;
}


    .card-categoria-prodotto {
        width: 100%;
    }
	
	.page-template-video main span.display-block.title-h6.col-90 p{
		font-size: var(--size-p);
	}
}

input#input-servizio {
    pointer-events: none;
}
.page-template-customer-service main ul {
  margin: 0;
}
.page-template-customer-service main .content-reapeter-customer-service ul li{
  position: relative;
  padding-left: 15px;
}
.page-template-customer-service main ul li::before {
  content: "";
  background-color: var(--text-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-bottom: 0px;
  font-size: 10px;
  padding-right: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  left: 0 !important;
  top: 10px;
  margin-left: 0 !important;
}


.page-template-sustainability .slider-gallery-prodotto button {
    width: 47px;
    height: 47px;
    padding: 0;
    border-radius: 100%;
    background-color: var(--text-color);
    color: #FFF;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
}

.page-template-sustainability .slider-gallery-prodotto button * {
    font-size: 20px;
}

.page-template-sustainability .slider-gallery-prodotto button.disabled {
    opacity: 0.5;
}

#well-being .slider-gallery-prodotto .owl-nav,
.page-template-sustainability .slider-gallery-prodotto .owl-nav {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.faq-title {
    display: block;
    margin: 0;
}

.faq-title:after {
    content: '+';
    float: right;
    font-size: 44px;
    font-weight: 200;
    line-height: 44px;
}

.faq-title.active:after {
    content: '-';
}

.single-prodotto .slider-applicazioni-correlati .owl-stage {
    display: flex;
}

.tax-product-category #benefits div.display-inline-block.vertical-top {
    width: calc(100% - 90px);
}

.page-template-primo-livello main ul, .page-template-primo-livello main ol {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.page-template-primo-livello main ul li, .page-template-primo-livello main ol li{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.page-template-primo-livello main ul li::before {
    position: absolute;
	left:0px;
}
.page-template-primo-livello main ul li {
    padding-left: 20px;
    position: relative;
}