pre { /* Giusto per il debug... */
    background: cornsilk;
    color: firebrick;
    border: 1px solid wheat;
    padding: 5px 10px;
    max-width: 100%;
    border-radius: 5px;
    margin: 0;
}

form label,
form label > span {
    max-width: 100%;
}

input:not([type="checkbox"], [type="radio"], [type="submit"]), optgroup, select, textarea {
    max-width: 100%;
    width: 100%;
    height: 66px;
    padding: 12px 35px;
    border: 1px solid var(--black-text);
}

textarea {
    min-height: 200px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.bg-grey {
    background-color: var(--grey);
}


/**
 * CLASSI generiche
 */
.upcase {
    text-transform: uppercase;
}
.f-bold { font-weight: 700; }

.underline {
    text-decoration: underline;
}

.hide-empty:empty {
    display: none !important;
}

.white,
.white * {
    color: #fff;
}

.c1 {
    color: var(--orange);
}

.bg-cover > .vc_column-inner,
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}

.bg1 {
    background-color: var(--orange);
}

.video { /* forza iframe in 16:9 */
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.equal-height .wpb_wrapper {
    height: 100%;
}

/**
 * Testi
 */

.text-white {
    color: #ffffff;
}

.text-center {
    text-align: center;
}


/**
 * Bottoni
 */
.btn {
    display: inline-block;
    background: var(--orange);
    border: 2px solid var(--orange);
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    padding: 15px 50px;
    cursor: pointer;
    transition: .2s ease;
    margin-bottom: 35px;
    width: auto;
    text-align: center;
}

.btn:hover {
    background: #fff;
    color: var(--orange);
    text-decoration: none;
}

.btn-square {
    border-radius: 0;
}


/* Togli banner Captcha */
.grecaptcha-badge {
    display: none;
}

.box {
    box-shadow: 20px 20px 40px 5px rgba(112, 112, 112, 0.3);
    background: #fff;
    padding: 45px;
    min-height: 226px;
    height: calc(100% - 30px);
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.box .box-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.box .titolo {
    font-size: 20px;
    line-height: 1.2;
    min-height: 72px;
    margin: 0;
}

.box p {
    line-height: 24px;
}

.box img {
    margin-bottom: 10px;
}


body .vc_row[data-vc-full-width] {
    overflow: visible;
}


/**
 * Owl Carousel
 */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage > div > div {
    height: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    padding: 10px 0 0;
    margin-bottom: 40px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-flex;
    border: 1px solid var(--orange);
    background: var(--orange);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 3px;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    transition: .3s ease;
    opacity: 0;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
}

body .owl-carousel .owl-item img {
    display: block;
    margin: auto;
    width: auto;
}

.owl--overflow .owl-stage-outer {
    overflow: visible;
}


/** prefooter **/
#PrefooterOrange {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    padding: 45px 25px;
    color: #0B0908;
    text-align: center;
}

#PrefooterOrange p {
    color: inherit;
}

#PrefooterOrange .ctaPallino .cta {
    color: #0B0908;
}
#PrefooterOrange .ctaPallino :is(a,span,button) {
    --pallino-bg: #0B0908;
    --pallino-cta: var(--black-text);
    --pallino-color: #fff;
    color: #0B0908;
}
#PrefooterOrange .ctaPallino.wb :is(a,span,button):hover {
    --pallino-bg: #0B0908;
    --pallino-color: #fff;
    --pallino-cta: #0B0908;
    text-decoration: underline !important;
}


/**
 * FOOTER
 */
#footer {
    --black-text: #fff;
    background-color: #333;
    color: #fff;
    padding: 50px 0;
    line-height: 1.2;
}


.servizicorrelati {
    margin-bottom: 30px;
}


#mobileCategory {
    position: relative;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


.title_mouveletters {
    --title_mouveletters-fs-mobile: 49px;
    --title_mouveletters-fs-desktop: 105px;
}

h1.title,
.title_mouveletters .title {
    font-size: var(--title_mouveletters-fs-mobile);
    text-transform: uppercase;
}


#case h2.cases {
    font-size: 40px;
    background-color: #FFFFFFBF;
    display: table;
}

#singlecaseMobile h3,
#singlecase h3 {
    text-transform: unset;
    font-size: 18px;
    background-color: #FFFFFFBF;
    display: inline;
}

.contatore .owl-carousel .owl-stage-outer {
    padding: 45px 0;
    overflow: unset;
}

.contatore .wpb_wrapper {
    height: 100%;
}

.btnGrey a {
    display: none;
}

.vc_row-fluid.testAlign .wpb_column .vc_column-inner {
    margin-left: 0;
}

.vc_row-fluid.testAlign .wpb_column .vc_column-inner {
    padding-right: 0;
}

#columnBorder .vc_column-inner .wpb_wrapper {
    margin: 10px 0 ;
}

.imgArticolo {
    margin-bottom: 0;
}

.single-case .counter_shortcode {
    padding: 27px;
}

@media (min-width: 501px) {
	.team-padding-bottom {
		padding-bottom: 225px;
	}
}


@media (max-width: 500px) {

    /*	.container{
            max-width: 300px;
            margin: 0px;
        }*/
    .main-menu .sub-menu li:first-child {
        margin-top: 25px;
    }

    h2.titoloObiettivo {
        font-size: 51px;
    }



    #borderOrange::before {
        width: 20%;
        top: 0;
        left: -5%;
    }

    .vc_row.imgSede {
        margin-top: 0 !important;
    }

    .imgResponsabili.wpb_column {
        margin-top: 0 !important;
    }

    #caseMobile .row {
        margin: 0 !important;
    }

    .space {
        margin: 25px 0;
    }

    #breadcrumbs li {
        margin-right: 15px;
    }

    .spaceUp {
        margin-top: 0;
    }

    #end {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }

    h1.title,
    .title_mouveletters .title {
        font-size: 42px;
    }

    h1 {
        font-size: 25px;
    }

    h2, h3 {
        font-size: 25px;
    }

    .titleCase {
        font-size: 32px;
        position: relative;
        top: 0;
        left: 4%;
        padding: 5px;
        z-index: 1;
        line-height: 48px;
        text-align: center;
        display: ruby;
    }

    .voice {
        margin-top: 10px;
    }

    #breadcrumbs li {
        font-size: 16px;
    }

    a.cat, .cat button {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .pre strong {
        margin-right: -80px;
    }

    #sfondoService::after, #sfondoServizio::after {
        display: none;
    }

    .tax-categorie_obiettivio .separate {
        transform: translate(0%, -5px) rotate(90deg);
        width: 50% !important;
    }

    .tax-categorie_obiettivio .separate {
        width: 70% !important;
        margin-left: 0px;
    }

    .separatore.sec {
        margin-left: 80px;
    }

    .Centro.separatore {
        display: flex;
        justify-content: start;
    }

    .Centro .pallino {
        left: 0%;
    }

    .ctaPallino:hover .pallino.black {
        left: 8%;
    }

    /*#main_menu-toggle{
        margin: -50px 35px;
        height: 60px;
        width: 60px;
    }*/
    /*#main_menu-close {
        left: 7.4%;
    }*/
    /*.main_menu-inner{
        top: -18%;
        padding: 0px 1025px;
    }*/
    #singlecaseMobile.owl-carousel {
        display: inline;
    }


    #caseMobile {
        display: inline;
    }

    #caseDesktop {
        display: none;
    }

    #newsDesktop {
        display: none;
    }
    #newsDesktop a {
        text-decoration: none;
    }

    #newsMobile {
        display: inline;
    }
    #newsDesktop a {
        text-decoration: none;
    }

    #case {
        position: relative;
        margin: 0px !important;
        padding: 0px !important;
    }


    .counter_shortcode {
        margin: 10px;
    }

    div.vc_row-flex.sfondoCase {
        display: none;
    }

    .vc_row {
        padding: 0px !important;
    }


    .btnOrange.d-flex {
        background: var(--orange);
    }


    .owl-carousel .owl-dots {
        justify-content: center;
        padding: 20px 15px;
        display: flex;
    }

    #sfondoCase {
        opacity: 1;
        position: absolute;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        left: 50%;
        width: 50%;
        min-width: unset;
    }

    #singlecaseMobile.owl-carousel .owl-dots .owl-dot {
        display: inline-flex;
        border: 1px solid var(--orange);
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin: 0 3px;
        align-items: center;
        justify-content: center;
        background: var(--orange);
    }

    #singlecaseMobile.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #fff;
    }

    #singlecaseMobile.owl-carousel .owl-dots .owl-dot.active {
        background: #fff;
    }

    #menuDesktop {
        display: none;
    }

    #menuMobile {
        display: flex;
    }

    #main_menu-wrapper .border {
        display: none;
    }


    .single-industry .Centro.separatore {
        display: none;
    }


    .single-industry .counter_shortcode {
        padding: 40px;
        width: 95%;
    }

    .separatoreIndustry::after {
        height: 10%;
        top: 13%;
        left: 0%;
    }

    .columnBorder .vc_column-inner::after {
        left: 0%;
        width: 10%;
    }

}


.ctaPallino {
    --pallino-bg: var(--orange);
    --pallino-color: #fff;
    --pallino-cta: var(--orange);
}

.ctaPallino :is(.pallino, .cta) {
    transition: .2s ease;
}

.ctaPallino :is(a, span, button) {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    border: none;
    background: none;
}

.ctaPallino .pallino {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--pallino-bg);
    color: var(--pallino-color);
    position: relative;
    flex-shrink: 0;
    margin-bottom: 1px;
}

.ctaPallino :is(a, span, button):hover .pallino {
    transform: translateX(15px);
}

.ctaPallino .pallino i {
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 15px;
}

.ctaPallino .cta {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-left: 30px;
    color: var(--pallino-cta);
    flex-shrink: 1;
}

.ctaPallino :is(a, span, button):hover {
    --pallino-bg: var(--black-text);
    --pallino-cta: var(--black-text);
}

.ctaPallino:is(.wb, .wo) {
    --pallino-bg: #fff;
    --pallino-color: var(--orange);
    --pallino-cta: #fff;
}

.ctaPallino.wb :is(a, span, button):hover {
    --pallino-bg: var(--black-text);
    --pallino-color: #fff;
    --pallino-cta: #fff;
}

.ctaPallino.wo :is(a, span, button):hover {
    --pallino-bg: var(--orange);
    --pallino-color: #fff;
    --pallino-cta: #fff;
}


#choice {
    list-style: none;
    padding: 0;
    margin: 0;
}

#choice .defaultVoice {
    font-style: italic;
    cursor: pointer;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--black-text);
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
    font-size: 22px;
}

#choice .selected {
    display: none;
}

#choice.open .selected {
    display: block;
}


.servizio.industry {
    height: 100%;
    margin: 0;
}

.servizio.industry .riassunto {
    font-size: 20px;
}

.servizio.industry:hover .riassunto {
    font-weight: bold;
}

.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.paginator > * {
    display: block;
    width: 37px;
    border: 1px solid #2D2926;
    text-align: center;
    text-decoration: unset !important;
    font-size: 17px;
    padding: 5px 0;
    margin: 0 5px;
}

.paginator > a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.paginator > .current {
    border-color: var(--orange);
    background: var(--orange);
    color: #fff;
}


.footer-form {
    display: flex;
    position: relative;
    /*margin-bottom: 10px;*/
}

.footer-form input[type="email"] {
    height: 50px;
    padding: 10px 25px;
    border: none;
}

.footer-form > .wpcf7-form-control-wrap {
    flex-shrink: 1;
    flex-grow: 1;
    width: 0;
}

.footer-form > .wpcf7-form-control-wrap input {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    background: transparent;
    border: 1px solid #555;
}

.footer-form .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--orange);
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: unset;
    margin: 0;
    height: 50px;
    padding: 0 15px;
}

.footer-form > .wpcf7-spinner {
    position: absolute;
    top: 9px;
    right: 9px;
}

.footer-form + p .wpcf7-acceptance {
    font-size: 14px;
}

.footer-form .wpcf7-not-valid-tip {
    margin-top: 10px;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
}


.tabs {
    margin-bottom: 60px;
}

.tabs .tab-label-container {
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    margin-bottom: 30px;
}

.tabs .tab-label-container .tab-label {
    background: #CCC9C9;
    color: var(--black-text);
    opacity: .18;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 16px 40px;
    cursor: pointer;
    font-size: 20px;
}

.tabs .tab-label-container .tab-label.active {
    background: var(--orange);
    color: #fff;
    opacity: 1;
    cursor: auto;
}

.tabs .tab-content-container {
}

.tabs .tab-content-container .tab-content {
    display: none;
}

.tabs .tab-content-container .tab-content.active {
    display: block;
}

.tabs .tab-content-container .tab-content .bottoni {
    margin-top: 15px;
}


.steps {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    transition: height .3s ease;
}

.steps [data-step] {
    width: 100%;
    flex-shrink: 0;
    transition: transform .3s ease;
    transform: translateX(0);
}

.steps .back {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-right: 60px;
}

.steps .back:hover {
    text-decoration: underline;
}



/*
 * landing
 */
.single-landing .titolo-landing h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.single-landing #form .vc_column-inner {
    padding-left: 130px;
}

.single-landing #form .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: inherit;
}

.single-landing h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.single-landing h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
}

.single-landing h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-landing .titolo-grande {
    font-size: 95px;
    line-height: 125px;
    font-weight: 700;
    text-transform: unset;
}

.single-landing form label {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.single-landing form .hs-form-field .input {
    margin: 0 !important;
}

.single-landing form .hs-form-required {
    color: var(--orange);
}

.single-landing form label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    margin: 14px 0;
}

.single-landing form input:not([type="checkbox"]):not([type="radio"])
.single-landing form select,
.single-landing form textarea {
    display: block;
    /*background-color: var(--grey);*/
    background-color: #fff;
    border: none;
    height: 56px;
    width: 100% !important;
    padding: 12px 16px;
}
.single-landing form .hs-form-radio-display span {
    margin-left: 20px;
}

.single-landing form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.single-landing form fieldset.form-columns-1 input[type=radio],
.single-landing form fieldset.form-columns-1 input[type=checkbox] {
    width: auto !important;
}

.single-landing form .hs_firstname input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}


.single-landing form ul.inputs-list {
    list-style: none;
    padding: 0;
}

.single-landing form input[type="submit"] {
    background-color: var(--orange);
    color: #0B0908;
    text-transform: uppercase;
    font-weight: 700;
}

.single-landing form :where(.hs-form-booleancheckbox, .hs-richtext) p {
    font-size: 14px;
    line-height: 18px;
}

.single-landing .box {
    min-height: 186px;
}

.single-landing .box p {
    margin: 0;
}

.single-landing .intro {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center bottom !important;
}

@media screen and (max-width: 1199px) {

    .single-landing .chi-siamo {
        margin-top: 0 !important;
    }
}


@media screen and (max-width: 991px) {

    .single-landing .titolo-landing h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .single-landing #form .vc_column-inner {
        padding-left: 40px;
    }

    .single-landing .titolo-grande {
        font-size: 80px;
        line-height: 100px;
    }

}


@media screen and (max-width: 767px) {

    .single-landing #form {
        padding-left: 0;
    }

    .single-landing #form .vc_column-inner {
        padding-left: 15px;
    }

    .single-landing .titolo-landing h1{
        font-size: 35px;
        line-height: 35px;
    }

    .single-landing .titolo-grande {
        font-size: 50px;
        line-height: 58px;
        text-transform: unset;
    }

    .single-landing #form::after {
        content: unset;
    }

}

@media screen and (max-width: 480px) {
    .single-landing form .hs_firstname input {
        margin-right: 0;
        width: 100% !important;
    }
}

/*Landing digitalkingpills*/

.landing-template-tpl-digitalikingpills {
    scroll-behavior: smooth;
}

.landing-template-tpl-digitalikingpills .hero {
    padding-top: 51px;
    background-color: #F1F1F1;
}

.landing-template-tpl-digitalikingpills .hero h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
}

.landing-template-tpl-digitalikingpills .hero p {
    font-size: 19px;
    line-height: 24px;
}

.landing-template-tpl-digitalikingpills .hero p:last-of-type {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--orange);
    font-weight: 700;
}

.landing-template-tpl-digitalikingpills .hero i {
    background-color: var(--orange);
    border-radius: 50%;
    color: #FFFFFF;
    height: 23px;
    width: 23px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.landing-template-tpl-digitalikingpills .hero i:before {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.landing-template-tpl-digitalikingpills .card-pill {
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.29);
    margin-top: 100px;
    margin-bottom: 100px;
}

.landing-template-tpl-digitalikingpills .card-pill .accordion a {
    color: var(--orange);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.landing-template-tpl-digitalikingpills .card-pill .description a {
    color: var(--orange);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.landing-template-tpl-digitalikingpills .card-pill .accordion a i {
    background-color: var(--orange);
    border-radius: 50%;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    position: relative;
    margin-left: 15px;
    flex-shrink: 0;
}

.landing-template-tpl-digitalikingpills .card-pill .accordion a i::before {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.landing-template-tpl-digitalikingpills .card-pill .description a i {
    background-color: var(--orange);
    border-radius: 50%;
    color: #FFFFFF;
    height: 23px;
    width: 23px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.landing-template-tpl-digitalikingpills .card-pill .description a i::before {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.landing-template-tpl-digitalikingpills .card-pill .form fieldset {
    max-width: inherit;
}

.landing-template-tpl-digitalikingpills .accordion {
    background: #F1F1F1;
    padding: 30px 25px;
}

.landing-template-tpl-digitalikingpills .accordion .date {
    text-transform: uppercase;
}

.landing-template-tpl-digitalikingpills .form {
    padding: 30px 25px;
}

.landing-template-tpl-digitalikingpills .form fieldset.form-columns-3 .hs-form-field {
    width: calc(100%/3);
    float: left;
}

.landing-template-tpl-digitalikingpills form .hs_firstname input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}

.landing-template-tpl-digitalikingpills form .hs_lastname input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}

.landing-template-tpl-digitalikingpills form .hs_email input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}

.landing-template-tpl-digitalikingpills form .hs_company input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}

.landing-template-tpl-digitalikingpills form .hs_jobtitle input {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
}

.landing-template-tpl-digitalikingpills form label {
    line-height: 18px;
}

.landing-template-tpl-digitalikingpills .description {
    padding: 30px 25px;
}

.landing-template-tpl-digitalikingpills .description h2 {
    font-size: 25px;
    text-transform: inherit;
    line-height: 30px;
}

.landing-template-tpl-digitalikingpills .description h4 {
    text-transform: inherit;
}

.landing-template-tpl-digitalikingpills i {
    font-size: 20px;
}

.landing-template-tpl-digitalikingpills h3 {
    font-size: 20px;
    text-transform: inherit;
}

.landing-template-tpl-digitalikingpills .pill-descrition {
    font-size: 26px;
}

.landing-template-tpl-digitalikingpills .background-triangle {
    height: 100%;
    width: 100%;
    bottom: 0;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 465px;
    position: relative;
    right: 0;
    background-color: var(--orange);
}

.landing-template-tpl-digitalikingpills .relatori{
    position: absolute;
    bottom: 21px;
    right: 70px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.landing-template-tpl-digitalikingpills .relatori .tag {
    color: var(--orange);
    background-color: #FFFFFF;
    padding: 5px 20px;
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
}

.landing-template-tpl-digitalikingpills .relatori p:not(.tag) {
    line-height: 19px;
    margin: 0;
    font-size: 20px;
    color: #FFFFFF;
    text-align: right;
}

.landing-template-tpl-digitalikingpills .relatori p.role {
    margin-bottom: 10px;
}

.landing-template-tpl-digitalikingpills .relative .relatore {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    background-size: cover;
    background-position: center;
}

.landing-template-tpl-digitalikingpills .relative .relatore:nth-of-type(2) {
    top: 20%;
    right: calc(30% + 15px);
}

.landing-template-tpl-digitalikingpills .relative .relatore:nth-of-type(3) {
    top: 43%;
    right: calc(56% + 15px);
}

.landing-template-tpl-digitalikingpills .digitalking-title h3 {
    font-size: 50px;
    text-align: center;
    line-height: 50px;
}

.landing-template-tpl-digitalikingpills .fascia-orange {
    background-color: var(--orange);
    padding: 45px 0 135px 0;
}

.landing-template-tpl-digitalikingpills .fascia-orange h4 {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    text-transform: inherit;
}

.landing-template-tpl-digitalikingpills .pill-col {
    display: flex;
    flex-direction: column;
}

.landing-template-tpl-digitalikingpills .pill-col:first-of-type {
    margin-top: -150px;
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatore {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatore.more-relators {
    transform: translate(50%, -50%);
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatore.more-relators:first-of-type {
    right: 40%;
    top: 40%;
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatore.more-relators:last-of-type {
    right: 60%;
    top: 60%;
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatore.single-relatore {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.landing-template-tpl-digitalikingpills .pill-col .pill-relatori {
    height: 250px;
}

.landing-template-tpl-digitalikingpills .pill-col h4 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    color: var(--black-text);
    text-align: center;
}

.landing-template-tpl-digitalikingpills .pill-col p {
    text-align: center;
}

.landing-template-tpl-digitalikingpills .pill-col a {
    color: var(--orange);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.landing-template-tpl-digitalikingpills .pill-col i {
    background-color: var(--orange);
    border-radius: 50%;
    color: #FFFFFF;
    height: 23px;
    width: 23px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.landing-template-tpl-digitalikingpills .pill-col i::before {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/*PILLAR PAGE*/

.single-pillar-page {
    background-color: #F1F1F1;
    scroll-behavior: smooth;
    overflow-x: unset;
}

.single-pillar-page .h-100 {
    height: 100%;
}

.single-pillar-page .wpb_wrapper_100 .wpb_wrapper {
    height: 100%;
}

.single-pillar-page #header .progress {
    background: var(--orange);
    height: 10px;
    position: absolute;
    width: 100%;
    top: 0;
}

.single-pillar-page #page_title {
    padding-top: calc(var(--header-height) + 10px);
    box-shadow: 0 3px 6px #00000028;
    background-color: #2D2926;
    position: relative;
    z-index: 1;
}

.single-pillar-page #page_title li {
    color: #FFFFFF;
    font-size: 22px;
}

.single-pillar-page #page_title li a {
    text-decoration: none;
}

.single-pillar-page .header-cta {
    color: #FFFFFF;
}

.single-pillar-page .headerscroll .header-cta {
    color: #2d2926;
}

.single-pillar-page #main_menu-toggle {
    background: var(--orange);
}

.single-pillar-page #main_menu-toggle span {
    background: #FFFFFF;
}

.single-pillar-page #hero {
    padding-bottom: 40px;
}

.single-pillar-page #hero .tag {
    color: var(--orange);
}

.single-pillar-page #hero p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.single-pillar-page #hero section {
    color: #FFFFFF;
}

.single-pillar-page #hero .tag {
    color: var(--orange);
}

.single-pillar-page #hero .circle-orange {
    border-radius: 50%;
    background-color: var(--orange);
    height: 63px;
    width: 63px;
    margin-right: 30px;
}

.single-pillar-page #hero .author {
    font-weight: 700;
}

.single-pillar-page #hero h1 {
    color: #FFFFFF;
}

.single-pillar-page .section h2, .single-pillar-page .section h3 {
    padding-top: 30px;
    color: var(--orange);
    font-size: 24px;
    font-weight: 900;
}

.single-pillar-page .section ul {
    border-left: 2px dashed var(--orange);
}

.single-pillar-page aside {
    padding-top: 30px;
    height: 100%;
}

.single-pillar-page aside h3 {
    font-size: 24px;
    color: #2D2926;
    text-align: center;
    text-transform: none;
}

.single-pillar-page aside .anchor-link {
    text-decoration: none;
}

.single-pillar-page aside .anchor {
    padding: 15px 28px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.single-pillar-page aside .anchor .circle {
    background-color: var(--orange);
    border-radius: 50%;
    height: 29px;
    width: 29px;
    color: #FFFFFF;
    margin-left: -8px;
}

.single-pillar-page aside .stiki-top {
    position: sticky;
    position: -webkit-sticky;
    top: calc(var(--header-height) + 10px);;
}

.single-pillar-page main .social {
    margin-bottom: 15px;
}

.single-pillar-page main .social h3 {
    font-size: 19px;
    margin: 0 40px 0 0;
}

.single-pillar-page main .social a {
    text-decoration: none;
}

.single-pillar-page main .social i {
    font-size: 19px;
    background-color: transparent;
    padding: 0;
    margin-right: 15px;
    color: #2d2926;
    width: inherit;
    height: inherit;
}

.single-pillar-page aside .download {
    background-color: #FFFFFF;
    padding: 40px 60px;
}

.single-pillar-page aside .download a {
    text-decoration: none;
}

.single-pillar-page aside .download a p {
    margin: 0;
}

.single-pillar-page aside .download a .pa-2 {
    font-weight: 700;
}

.single-pillar-page aside .download i {
    font-size: 54px;
    color: var(--orange);
}

.single-pillar-page .back {
    font-size: 22px;
    color: #2d2926;
    font-weight: 700;
}

.single-pillar-page .back i {
    margin: 0 15px 0 0;
}

.single-pillar-page .card-correlati .bg-gray {
    background-color: #E5E1E6;
}

.single-pillar-page #correlati h3 {
    font-size: 35px;
    text-align: center;
}

.single-pillar-page .card-correlati .description {
    padding: 40px 50px;
    background-color: #FFFFFF;
}

.single-pillar-page .card-correlati .description p {
    margin-bottom: 0px;
    font-size: 14px;
}

.single-pillar-page .card-correlati .description .tag {
    color: var(--orange);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-pillar-page .card-correlati .description h4 {
    color: #2d2926;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-pillar-page .card-correlati .description a {
    color: #2d2926;
    font-size: 19px;
    font-weight: 700;
}

.single-pillar-page .card-correlati .description a i {
    margin-left: 15px;
}

.single-pillar-page .card-correlati .description .circle-orange {
    border-radius: 50%;
    background-color: var(--orange);
    height: 30px;
    width: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}

.single-pillar-page .card-correlati .description .author {
    font-weight: 700;
}

.single-pillar-page .pillar-carousel .owl-dots {
    padding: 40px 0 0 0;
}

.single-pillar-page .pillar-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
}

.single-pillar-page #contatti {
    background-color: #FFFFFF;
}

.single-pillar-page #contatti .div-contatti {
    background-color: #F1F1F1;
}

.single-pillar-page #contatti .div-contatti h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.single-pillar-page #contatti .div-contatti p {
    text-align: center;
}

.single-pillar-page #contatti .div-contatti a {
    text-decoration: none;
    font-weight: 700;
}

.single-pillar-page #contatti .div-contatti a i {
    color: #FFFFFF;
}

.single-pillar-page #contatti .div-contatti .circle {
    background: var(--orange);
    border-radius: 50%;
    height: 27px;
    width: 27px;
    margin-right: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
}
.wpcf7 .screen-reader-response ul:empty {
    display: none;
}


.separatore.separatore--orizzontale {
    display: flex;
}
.separatore.separatore--orizzontale .separate {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 0;
    border: 0;
    border-bottom: 2px dashed var(--orange);
}
.separatore.separatore--orizzontale.Destra { align-items: flex-end; }



a:has(.card, .card-inner) {
    text-decoration: none !important;
}
.card {
    display: block;
    padding: 1px;
    position: relative;
}
.card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    border: 1px solid rgba(24, 24, 27, 0.06);
    border-radius: 16px;
    box-shadow: 0 24px 64px 0 rgba(24, 24, 27, 0.04);
}
.card-image {
    margin: 12px;
    
    img {
        border-radius: 8px;
        /*aspect-ratio: 1.42;*/
        /*object-fit: cover;*/
    }
}
.card-inner {
    margin: 32px 32px 50px;
}
.card-meta {
    /*color: #6A6A77;*/
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.card-excerpt {
    font-size: 17px;
    margin-bottom: 20px;
}
.card-cta {
    font-weight: 700;
    text-decoration: underline;
}


.card--categoria_servizio {
    &:before {
        background: #A2A19F;
        top: 140px;
    }
    
    .card-image img {
        height: 270px;
        object-fit: cover;
        object-position: 84%;
    }
}


.card--grande {
    &:before {
        background: var(--grey);
        border: none;
        box-shadow: none;
    }
}

.card--case {
    &:before {
        display: none;
    }
    
    .card-image {
        margin: 0;
        box-shadow: 0px 6px 15.9px 4px rgba(254, 80, 0, 0.20);
        
        img {
            aspect-ratio: 1.8;
            object-fit: cover;
        }
    }
}


.card--h100.card,
.card--h100 .card {
    height: 100%;
}

.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper:has( > .card ) {
    height: 100%;
}


.sc_carosello_case_in_evidenza {
    position: relative;
    padding-bottom: 1px;
    
    &:before {
        content: '';
        position: absolute;
        top: 50%;
        bottom: 0;
        left: -50vw;
        right: -50vw;
        background: var(--orange);
    }
    
    .card--case {
        transition: .3s ease;
        transform: scale(0.75);
        transform-origin: center 30%;
        
        .card-inner {
            transition: .3s ease;
            opacity: 0;
        }
    }
    .owl-item.active .card--case {
        transform: scale(1);
        .card-inner {
            opacity: 1;
        }
    }
    
    .owl-carousel .owl-dots .owl-dot {
        border-color: #000;
        background-color: #fff;
        
        &.active {
            border-color: #fff;
        }
    }
}