/*
Theme Name: ManufakturSolutions Child
Theme URI: https://manufaktursolutions.qodeinteractive.com
Description: A child theme of ManufakturSolutions
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: manufaktursolutions
Template: manufaktursolutions
*/
/*Generale*/
.vc_section:not([data-vc-full-width]) {
    margin-top: 100px;
    margin-bottom: 100px;
}

section.no-padding-top {
    padding-top: 0 !important;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.align-right {
    text-align: right;
}

/*Testi*/
body, h1, h2, h3, h4, h5, h6, p, li, a, a:not(.qodef-share-link, .ab-item) span, .qodef-button.qodef-html--link {
    font-family:  "sofia-pro", sans-serif !important;
}

/*Header*/
.custom_title {
    padding: 230px 0;
}

/*Chi siamo*/
.section_highlights .wpb_column {
    padding: 50px;
    border-right: 1px solid #000;
}

.section_highlights > .vc_row {
    display: flex;
}




.section_highlights .wpb_column:last-child {
    border: none;
}

.section_highlights {
    padding: 0 !important;
}

.section_highlights .qodef-counter {
    text-align: right;
    margin-bottom: 150px;
}

.section_highlights .qodef-m-text {
    padding-left: 20px;
    font-weight: 300;
    padding-top: 10px;
}

.section_list {
    padding-bottom: 35px;
}

.section_list .qodef-button {
    float: right;
}

.section_list .vc_inner {
    padding: 30px 0;
}

.section_list .wpb_text_column {
    margin: 0;
}

.section_list p {
    margin: 0;
}

.section_list > .vc_row:first-child {
    margin-bottom: 50px;
}

.section_list .qodef-custom-font {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
    color: #fff;
}

.section_marquee {
    padding: 0 !important;
}

.section-imgbg .title {
    padding-top: 530px;
    color:#fff;
}

.section-imgbg .subtitle {
    padding-bottom: 50px;
    text-transform: uppercase;
    color:#fff;
    max-width: 400px;
    margin-left: auto;
    line-height: 1.2;
    margin-top: 10px;
}

.section-imgbg:before {
    content: '';
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.section_team .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    transform: translateY(30px) !important;
}

.section_team .qodef-swiper-container {
    overflow: visible;
}




.section_team .swiper-slide-prev {
    opacity: 0;
}

.section_team .swiper-slide:has(+ .swiper-slide-prev) {
    opacity: 0;
}

.section_team .highlight-text {
    border-bottom: 1px solid;
}

.section_team .vc_row:nth-child(2) {
    margin: 55px -15px 40px;
}

/*Contatti*/
.contact_title .qodef-m-subtitle {
    margin-bottom: 20px;
}