/*
* Theme Name: LegalTheme
* Author: Theme Aitema
* Text Domain: LegalTheme
*/

:root {
    font-family        : "Source Sans Pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --main             : #4472c4;
    --gray             : #aaaaaa;
    --white            : #ffffff;
    --border-bottom-div: #d9d9d9;
    --dark             : #444444;
    --black            : #000000;
    --gray-mid         : #888888;
    --red              : #ff3365;
    --border           : #40bcd8;
    --gray-light       : #e5e5e5;
    --btn-cta          : #ff3265;
    --bright-grey      : #f8f5f4;
    --light-grey       : #f6f6f6;
    overflow-x         : hidden;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

select {
    -webkit-appearance: none !important;
}

::selection {
    color           : var(--main);
    background-color: var(--white);
}

.product-article ul,
.product-article ol,
article ul,
article ol #content-post ul,
#content-post ol,
.vendor-bio ul,
.vendor-bio ol {
    list-style: none !important;
    margin    : 0;
    padding   : 0;
    width     : 100%;
}

.product-article li::marker,
article li::marker,
#content-post li::marker,
.vendor-bio li::marker {
    content: '';
}

.product-article li,
article li,
#content-post li,
.vendor-bio li,
.guide-menu li,
.guide-text li {
    color          : var(--dark);
    font-size      : 19px;
    font-weight    : 300;
    line-height    : 27px;
    clear          : left;
    background     : url(/wp-content/themes/LegalTheme/images/li.svg) 22px 12px no-repeat;
    background-size: 6px;
    padding-left   : 35px;
    margin-bottom  : 10px;
}

img {
    width    : 100%;
    max-width: 100%;
    height   : auto;
}

.full-width {
    width    : 100%;
    max-width: 100%;
}


#main {
    margin-top: 80px;
}

.archive-vendor {
    padding-top: 0;
}

.archive-product {
    padding-top: 60px;
}

.text-white {
    color: var(--white);
}

.text-blue {
    color: var(--main);
}

.text-dark {
    color: var(--dark);
}

.text-black {
    color: var(--black) !important;
}

.text-highlighted-color-blue {
    background-color     : var(--white);
    color                : var(--main);
    padding              : 0 10px;
    border-radius        : 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    -ms-border-radius    : 5px;
    -o-border-radius     : 5px;
}

.title-page {
    font-size  : 25.6px;
    font-weight: 600;
    line-height: 55px;
}

.section-title {
    font-size    : 32px;
    font-weight  : 800;
    margin-bottom: 30px;
}

.post-title {
    font-size  : 28px;
    font-weight: 700;
}

.text-p {
    font-size  : 1.4rem;
    font-weight: 300;
    margin     : 0 0 20px 0;
}

.text-pill {
    font-size: 16px;
}

.text-label {
    font-size  : 18px;
    font-weight: 400;
    line-height: 26.2px;
}

.p-medium {
    font-size  : 14px;
    font-weight: 600;
    line-height: 18.2px;
}

.p-regular-excerpts {
    font-size  : 14px;
    font-weight: 400;
    line-height: 18.2px;
}

.p-16-medium {
    font-size  : 16px;
    font-weight: 600;
    line-height: 18.2px;
}

.h4-subtitle {
    font-size  : 24px;
    font-weight: 600;
    line-height: 31.4px;
    margin     : 0 !important;
}

.h5-services {
    color      : var(--dark);
    font-size  : 24px;
    font-weight: 700;
    line-height: 32px;
    margin     : 0;
    padding    : 0;
}

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

.ucn-logo {
    max-width: 230px;
}

.btn-cta {
    color                : var(--white);
    text-align           : center;
    font-weight          : 700;
    padding              : 8px 8px 8px 10px;
    background-color     : var(--btn-cta);
    border               : solid 3px var(--btn-cta);
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
    cursor               : pointer;
}

.btn-cta:hover {
    background-color     : var(--white);
    color                : var(--btn-cta);
    border               : solid 3px var(--btn-cta);
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.btn-cta-richiedi-un-preventivo {
    display           : inline-block;
    background-color  : var(--main);
    border            : 2px solid var(--main);
    color             : #fff;
    font-weight       : bold;
    font-size         : 14px;
    text-decoration   : none;
    border-radius     : 4px;
    padding           : 5px 20px;
    margin            : 10px 0;
    cursor            : pointer;
    box-shadow        : 0px 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: 0.2s ease-in-out;
    transition        : 0.2s ease-in-out;
    -moz-transition   : 0.2s ease-in-out;
    -ms-transition    : 0.2s ease-in-out;
    -o-transition     : 0.2s ease-in-out;
}

.btn-cta-richiedi-un-preventivo:hover {
    background-color: var(--white);
    color           : var(--main);
    border          : 2px solid var(--main);
}

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

.no-margin {
    margin: 0 !important;
}

.img-fluid {
    max-width: 100%;
    height   : auto;
}

.img-mobile {
    display: none;
}

blockquote {
    border-left : 8px solid var(--main) !important;
    margin      : 30px 0 !important;
    padding-left: 32px !important;
}

.video-container {
    width       : 100%;
    aspect-ratio: 16 / 9;
}

.video {
    width : 100%;
    height: 100%;
}

/* Form */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

/* Modal */
.modal-content {
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.wpcf7-form .wpcf7-not-valid-tip,
.ajax-loader {
    display: block !important;
}

.wpcf7-response-output {
    display: block;
}

.header-logo {
    padding-left: 0;
}

.header-nav {
    display        : flex;
    justify-content: end;
    align-items    : center;
    padding-right  : 0;
}

#menu-main li a,
.header-nav ul li a {
    color      : var(--gray-mid);
    font-size  : 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top : 5px;
}

#menu-main li a::after,
.header-nav ul li a::after {
    content         : '';
    display         : block;
    height          : 5px;
    width           : 100%;
    margin-top      : 5px;
    background-color: var(--white);
}

#menu-main .current_page_item a,
#menu-main li a:hover,
.header-nav ul .current_page_item a,
.header-nav ul li a:hover {
    color         : var(--main);
    /* line-height: unset; */
}

#menu-main .current_page_item a::after,
#menu-main li a:hover::after,
.header-nav ul .current_page_item a::after,
.header-nav ul li a:hover::after,
.header-nav ul .current-menu-item a::after {
    content         : '' !important;
    display         : block !important;
    height          : 5px !important;
    width           : 100% !important;
    margin-top      : 5px !important;
    background-color: var(--btn-cta) !important;
}

.language-selector li .submenu li a:hover::after {
    content: none !important;
    margin : unset;
}

.internal-link-no-underline a {
    color: var(--gray-mid) !important;
    font-weight: 400 !important;
}

.internal-link-no-underline a::after,
.main-menu-navigation li:first-child a::after {
    background-color: transparent !important;
}

.internal-link-no-underline a:hover {
    color      : var(--main) !important;
    line-height: unset !important;
}

.internal-link-no-underline a:hover::after {
    content         : '' !important;
    display         : block !important;
    height          : 5px !important;
    width           : 100% !important;
    margin-top      : 5px !important;
    background-color: var(--btn-cta) !important;
}

.btn-cta-header {
    margin-left: 30px;
}

.btn-cta-header:hover {
    background-color     : var(--white);
    color                : var(--btn-cta);
    border               : solid 2px var(--btn-cta);
    border-radius        : 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    -ms-border-radius    : 4px;
    -o-border-radius     : 4px;
}

.ico-area-riservata {
    width            : 25px;
    height           : 25px;
    background-image : url('images/icon/icon_user.png');
    background-repeat: no-repeat;
    background-size  : 25px;
    margin           : -5px 15px 0 15px;
    display          : inline-block;
    opacity          : 0.7;
    filter           : grayscale(1);
    -webkit-filter   : grayscale(1);
}

.ico-area-riservata:hover {
    opacity       : 1;
    filter        : none;
    -webkit-filter: none;
}

#breadcrumbs {
    width      : 100%;
    height     : 30px;
    display    : flex;
    align-items: center;
    margin     : 0 10px;
}

#breadcrumbs ul {
    display: flex;
}

#breadcrumbs .container .row .col-md-12 {
    padding: 0;
}

#breadcrumbs ul li a {
    color: var(--black);
}

#breadcrumbs ul li::after {
    content: '\003e';
    margin : 0 4px;
}

#breadcrumbs ul li:last-child:after {
    content: none;
    margin : 0 4px;
}

#breadcrumbs ul li:last-child a {
    color: var(--main);
}

#breadcrumbs.breadcrumbs-single-product ul li a {
    color: var(--white);
}

.shadow {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow   : 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow        : 0 3px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .2s ease-out;
    transition        : all .2s ease-out;
    -moz-transition   : all .2s ease-out;
    -ms-transition    : all .2s ease-out;
    -o-transition     : all .2s ease-out;
}

/* Tabelle */
.table-container {
    margin: 10px 0 !important;
}

table {
    border: solid 1px #ccc;
}

table tr td {
    border: solid 1px #ccc;
}

table thead tr td,
table tbody tr td {
    padding: 15px !important;
}

table thead tr td {
    color           : var(--white);
    background-color: rgba(68, 114, 196, 1);
    border-right    : solid 1px #ccc;
}

table thead tr td {
    border-right: solid 1px var(--white);
}

table tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
    border-right    : solid 1px #ccc;
}

#intro-homepage {
    padding: 60px 0;
}

.product-top-bg {
    clip-path: none;
}

.product-top-bg {
    background-color: var(--main);
    padding-bottom  : 40px;
    padding-top     : 40px;
    margin-bottom   : 40px;
    color           : #fff;
    overflow        : hidden;
}

.single-product-title {
    font-size  : 3rem;
    line-height: 1;
    font-weight: 700;
    padding    : 20px 0;
}

/* Planisfero */
#network-map {
    margin-top: -21px;
}

.country-label {
    color: var(--white) !important;
}

.notice p {
    font-weight  : bold;
    padding      : 10px 0;
    margin-bottom: 0;
}

.titolo-principale {
    font-size  : 54.4px;
    font-weight: 900;
    line-height: 54.4px;
}

.sottotitolo {
    font-size  : 25.6px;
    font-weight: 500;
    line-height: 33.3px;
    margin     : 29px 0;
}

#why .btn-container {
    margin-top: 40px;
}

#linkedin-wall {
    min-height     : 620px;
    display        : none;
    justify-content: center;
    align-items    : center;
}

#linkedin-posts {
    margin-bottom: 60px;
}

#about {
    width           : 100%;
    padding         : 60px 0;
    background-color: var(--white);
}

#quali-problemi-risolviamo {
    width            : 100%;
    padding          : 60px 0;
    background       : url(images/pages/homepage/about/background-sezione-chi-siamo.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

#why {
    width           : 100%;
    padding         : 60px 0;
    background-color: var(--white);
}

#un-solo-iterlocutore {
    width           : 100%;
    padding         : 60px 0;
    background-color: var(--light-grey);
}

#singoli-incarichi {
    width            : 100%;
    padding          : 60px 0;
    background       : url(images/pages/homepage/about/background-sezione-chi-siamo.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

#i-nostri-servizi {
    position        : relative;
    background-color: var(--light-grey);
    padding         : 60px 0;
}

#i-nostri-servizi::before {
    content   : "";
    display   : block;
    height    : 80px;
    /* Deve essere uguale all'altezza della barra di navigazione */
    margin-top: -60px;
    /* Offset negativo uguale all'altezza */
    visibility: hidden;
}

.services-list {
    padding: 10px !important;
    margin : 10px !important;
}

.services-list li {
    list-style-type: disc;
}

.btn-cta-container {
    margin-top: 30px;
}

.ucn-workflow {
    padding-bottom: 80px;
}

.img-workflow {
    max-width: 80%;
}

.img-mobile {
    display: none;
}

/* Sezione Testimonianze */
#testimonianze {
    padding         : 60px 0;
    background-color: var(--light-grey);
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

#faqs {
    padding         : 60px 0;
    background-color: rgba(255, 255, 255, .5);
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

.tabs-title {
    font-size  : 1.4rem;
    font-weight: 700;
    padding    : 30px 0;
    color      : var(--main);
}

.tabs-title .tabs-author {
    font-size  : 15px;
    font-weight: 400;
    color      : #aaa;
}

.tabs-title .tabs-author a {
    color          : #aaa;
    text-decoration: underline;
}

.tabs .tab {
    position          : relative;
    padding           : 20px;
    margin-bottom     : 20px;
    border-radius     : 2px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow   : 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow        : 0 3px 10px 0 rgba(0, 0, 0, .1);
}

.tabs .tab .tab-label:before {
    content          : "";
    position         : absolute;
    top              : 23px;
    right            : 20px;
    width            : 20px;
    height           : 20px;
    background-image : url(images/icon/carrousel.svg);
    background-repeat: no-repeat;
}

.tabs .tab.active .tab-label:before {
    transform: rotate(180deg);
}

.tabs .tab-label {
    cursor       : pointer;
    padding-right: 30px;
    font-size    : 1.1rem;
}

.tabs .tab-label h2 {
    font-weight: 700;
    font-size  : 1.2rem;
    margin     : 0;
}

.tabs .tab-content {
    max-height: 0;
    opacity   : 0 !important;
    overflow  : hidden;
}

.tabs .tab.active .tab-label {
    color: var(--main);
}

.tabs .tab.active .tab-content {
    display           : block;
    max-height        : initial;
    padding-top       : 20px;
    opacity           : 1 !important;
    -webkit-transition: .4s linear !important;
    transition        : .4s linear !important;
}

.tab-content ul li {
    background     : url(/wp-content/themes/LegalTheme/images/li.svg) 25px 7px no-repeat;
    background-size: 10px 10px;
    padding-left   : 40px;
    margin-bottom  : 10px;
}

.tab-vendor-wrap {
    display      : flex;
    margin-bottom: 20px;
}

.tab-vendor-name {
    display    : block;
    color      : var(--main);
    font-size  : 1.2rem;
    line-height: 1.1;
    padding-top: 12px;
}

.tab-vendor-call {
    display      : block;
    color        : #ff3265;
    font-size    : .9rem;
    border       : 1px solid #ff3265;
    border-radius: 2px;
    text-align   : center;
    padding      : 10px;
    margin-bottom: 20px;
    margin-left  : auto;
}

#tabs-faqs .tab {
    box-shadow   : none !important;
    border-bottom: solid 1px var(--black);
}

#tabs-faqs .tab .tab-label {
    font-size  : 18px;
    font-weight: 400;
    line-height: 24.6px;
}

#tabs-faqs .tab .tab-label::before {
    background-image: url(images/icon/black-chevron-down.svg);
}

#tabs-faqs p {
    font-size  : 20px;
    font-weight: 400;
    line-height: 26.9px;
    margin-top : 20px;
}

#newsletter {
    padding         : 80px 0;
    background-color: var(--white);
}

#newsletter .row .col-md-4:first-child {
    display       : flex;
    flex-direction: column;
}

#newsletter h3 {
    padding: 0 0;
    display: inline;
}

#newsletter h4 {
    font-size  : 26px;
    font-weight: 400;
    line-height: 36px;
    margin     : 0;
    display    : inline;
}

#newsletter .wpcf7 ::placeholder {
    color: var(--gray-mid);
}

#newsletter .wpcf7 .wpcf7-form input {
    border-color         : var(--gray-light);
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

#newsletter .wpcf7 span[data-name="gdpr"] {
    display   : block;
    margin-top: 10px;
}

#newsletter .wpcf7 .wpcf7-form button {
    box-shadow           : none;
    border               : solid 2px var(--btn-cta);
    border-radius        : 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    -ms-border-radius    : 4px;
    -o-border-radius     : 4px;
}

#newsletter .wpcf7 .wpcf7-form button:hover {
    background-color     : #ff6f93;
    border               : solid 2px var(--btn-cta);
    border-radius        : 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    -ms-border-radius    : 4px;
    -o-border-radius     : 4px;
}

#newsletter .wpcf7 .wpcf7-form.sent button:disabled {
    color           : #ffffff !important;
    pointer-events  : none;
    cursor          : inherit;
    background-color: #8BC34A;
    border          : 2px solid #8BC34A;
}

.social-link {
    max-width : 450px;
    height    : 50px;
    margin-top: 25px;
}

.social-link .col-md-8 {
    display    : flex;
    align-items: flex-start;
}

.social-link span {
    font-size  : 20px;
    font-weight: bold;
    margin-top : -4px;
}

.social-ico {
    display    : flex;
    margin-left: 15px;
}

.social-ico li {
    width      : 50px;
    display    : flex;
    align-items: center;
}

.linkedin-ico {
    background-image : url('images/icon/social/linkedin-ico.svg');
    background-repeat: no-repeat;
    background-size  : cover;
    display          : inline-block;
    width            : 22px;
    height           : 22px;
}

/* Schede Paese */
.filter-section {
    background-color: var(--main);
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    justify-content : end;
    margin-top      : 80px;
    padding         : 10px 0;
}

#filters-group {
    width  : 100%;
    padding: 20px 0;
}

#filters-group .col-md-12::after {
    content     : '';
    display     : block;
    border-right: solid 1px var(--white);
    padding     : 0 5px;
}

#guides-list {
    margin-top   : 60px;
    margin-bottom: 60px;
}

.data-pubblicazione-guida {
    text-align: end;
}

.search-form {
    display: flex;
}

#country label,
.search-form label {
    font-size  : 19px;
    line-height: 26.2px;
    display    : block;
}

#product_search {
    padding              : 5px 10px;
    background-position  : right center;
    border               : solid 1px var(--gray-light);
    border-radius        : 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    -ms-border-radius    : 4px;
    -o-border-radius     : 4px;
}

.choose-filter {
    width : 100%;
    margin: 0;
}

.choose-filter::after {
    content: none;
}

#product_country {
    line-height  : 25px;
    width        : 100%;
    margin       : 10px 0;
    padding      : 8px 10px;
    background   : 0 0 !important;
    border       : solid 1px var(--gray-light);
    border-radius: 4px;
    outline      : 0;
}

#product_area {
    line-height  : 25px;
    width        : 100%;
    margin       : 10px 0;
    padding      : 8px 10px;
    background   : 0 0 !important;
    border       : solid 1px var(--gray-light);
    border-radius: 4px;
    outline      : 0;
}

#filter-selected-term {
    margin-bottom: 75px;
}

#filter-selected-term h3 {
    font-size  : 19px;
    font-weight: 400;
    line-height: 26.2px;
}

.product-box {
    background-color     : #fff;
    width                : 100%;
    padding              : 15px;
    margin-bottom        : 20px;
    border-radius        : 10px;
    display              : -webkit-box !important;
    display              : -ms-flexbox !important;
    display              : flex !important;
    -webkit-box-orient   : vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction   : column !important;
    flex-direction       : column !important;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.product-text {
    padding-left: 0;
}

.product-cat-badge {
    color                : var(--main);
    font-size            : 14px;
    font-weight          : 400;
    line-height          : 18px;
    padding              : 0 8px;
    border               : solid 1px var(--main);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

.product-title {
    color      : var(--main);
    font-size  : 20px;
    font-weight: 600;
    line-height: 27px;
    margin     : 5px 0;
}

.product-flag {
    color     : var(--black);
    text-align: left;
}

.product-flag span {
    color      : var(--black);
    font-size  : 14px;
    font-weight: 600;
    line-height: 18.2px;
}

.product-skill span {
    color      : var(--black);
    font-size  : 14px;
    font-weight: 600;
    line-height: 18.2px;
}

.product-skill li {
    color                : var(--gray);
    font-size            : 12px;
    font-weight          : 500;
    line-height          : 18px;
    text-align           : center;
    padding              : 1px 5px;
    margin-right         : 5px;
    border               : solid 1px var(--gray);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

.product-skill li::after {
    content: none;
}

.image-box {
    width    : 100%;
    max-width: 100%;
    height   : 168px;
}

.image-box img {
    width     : 100%;
    max-width : 100%;
    height    : 100%;
    object-fit: cover;
}

.pagination {
    display: block;
    width  : 100%;
}

.page-numbers {
    display        : flex;
    justify-content: center;
    padding        : 10px;
}

.page-numbers li a {
    color    : var(--black) !important;
    font-size: 18px;
}

.page-numbers .current {
    color          : var(--main) !important;
    font-size      : 18px;
    text-decoration: underline;
}

#guides-contact {
    min-height      : 250px;
    display         : flex;
    align-items     : center;
    margin-top      : 40px;
    background-color: var(--main);
}

#guides-contact .section-title {
    margin-bottom : 0;
    padding-bottom: 0;
}

#single-vendor {
    margin-top: 20px;
}

.vendor-bio h2,
#content-post h2 {
    color: var(--main) !important;
}

.vendor-column {
    height               : 100%;
    padding              : 10px 16px;
    border               : solid 1px var(--gray-light);
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.vendor-info {
    padding: 0 10px;
}

.vendor-image {
    position           : relative;
    display            : block;
    width              : 100%;
    height             : 250px;
    margin-bottom      : 15px;
    background-position: center;
    background-size    : cover;
    background-color   : none;
    border             : 0;
    border-radius      : 50%;
    margin-top         : 5px;
}

.vendor-image img {
    width                : 100%;
    max-width            : 100%;
    height               : auto;
    object-fit           : cover;
    border-radius        : 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    -ms-border-radius    : 5px;
    -o-border-radius     : 5px;
}

.vendor-name {
    padding: 7px 0;
}


.vendor-name::after {
    content      : '';
    display      : block;
    border-bottom: solid 1px var(--gray-light);
    padding      : 5px 0;
}

.vendor-name h1 {
    color      : var(--main);
    font-size  : 24px !important;
    font-weight: 900;
    line-height: 26px;
}

.vendor-country {
    color         : var(--main) !important;
    padding-bottom: 10px;
}

.vendor-country::after {
    content      : '';
    display      : block;
    border-bottom: solid 1px var(--gray-light);
    padding      : 5px 0;
}

.vendor-country h3 {
    color      : var(--black);
    font-size  : 16px !important;
    font-weight: 900;
    line-height: 18px;
}

.vendor-country .vendor-flag {
    color      : var(--black) !important;
    font-size  : 14px;
    font-weight: 600;
    line-height: 26px;
    margin-top : 5px !important;
}

.vendor-flag {
    display        : flex;
    justify-content: center;
}

.vendor-flag li {
    width              : 20px;
    height             : 20px;
    display            : inline-block;
    background-position: left center;
    background-size    : 20px;
    background-repeat  : no-repeat;
    padding            : 0 15px;
}

.vendor-country .vendor-flag li {
    margin-bottom: unset;
}

.vendor-country .city-name {
    color      : var(--black) !important;
    font-size  : 14px;
    line-height: 26px;
}

.vendor-skills {
    margin-top: 5px;
}

.vendor-skills::after {
    content      : '';
    display      : block;
    border-bottom: solid 1px var(--gray);
    padding      : 0 8px;
}

.vendor-skills h3 {
    color      : var(--black);
    font-size  : 16px !important;
    font-weight: 900;
    line-height: 18px;
}

.vendor-skills ul {
    margin-top   : 10px;
    margin-bottom: 15px;
}

.vendor-skills ul li {
    color                : var(--gray);
    font-size            : 12px;
    font-weight          : 500;
    line-height          : 17px;
    display              : inline-block;
    margin-right         : 4px;
    margin-bottom        : 3px;
    padding              : 0 8px;
    border               : solid 1px var(--gray);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

.vendor-language-selector {
    margin-top: 5px;
}

.vendor-language-selector h3 {
    color      : var(--black);
    font-size  : 16px !important;
    font-weight: 900;
    line-height: 18px;
}

@media screen and (max-width: 992px) {
    .vender-bio-container {
        padding: 20px 0;
    }
}

#icl_lang_sel_widget-3 {
    margin-top           : 10px;
    margin-bottom        : 10px;
    border               : solid 1px var(--dark);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

#icl_lang_sel_widget-3 .wpml-ls-legacy-dropdown a {
    border    : none;
    background: transparent;
}

#icl_lang_sel_widget-3 #lang_sel ul li.wpml-ls-slot-area_widget ul.wpml-ls-sub-menu {
    background-color: var(--white);
}

#icl_lang_sel_widget-3 #lang_sel ul li.wpml-ls-slot-area_widget ul.wpml-ls-sub-menu a {
    border      : solid 1px var(--dark);
    border-width: 0 1px 1px;
}

ul.wpml-ls-sub-menu a:hover {
    color: var(--main);
}

.vendor-contact {
    margin-top: 10px;
}

.vendor-bio {
    padding              : 20px;
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.vendor-bio h2 {
    font-size  : 32px;
    font-weight: bold;
    margin     : 1em 0 0.5em 0;
    line-height: 1.3;
}

.vendor-bio h3 {
    font-size  : 28px;
    margin     : 1em 0 0.5em 0;
    line-height: 1.3;
}

.vendor-bio p {
    color      : var(--dark);
    font-size  : 18px;
    font-weight: 300;
    line-height: 26.2px;
}

.vendor-contents {
    padding              : 20px;
    margin-top           : 10px;
    margin-bottom        : 75px;
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

.vendor-contents h3 {
    color      : var(--dark);
    font-size  : 21px;
    font-weight: 700;
    line-height: 18.2px;
}

#vendor-tabs {
    border-bottom: solid 1px var(--gray-light);
}

#vendor-tabs li a {
    color      : var(--black);
    font-size  : 14px;
    font-weight: 900;
    line-height: 19.6px;
    padding    : 10px 22px;
    border     : 0;
}

#vendor-tabs li a[aria-selected=true] {
    color        : var(--main);
    border-bottom: solid 4px var(--btn-cta);
}

#vendor-tabs li a[role=tab]:hover:not([aria-selected=true]) {
    background-color: transparent;
}

.vendor-content-cta {
    margin: 30px 0;
}

.carousel-post-simili,
.carousel-guide-simili,
.carousel-altri-contenuti {
    min-height    : 250px;
    display       : flex;
    flex-direction: column;
}

.carousel-post-simili .swiper-wrapper,
.carousel-guide-simili .swiper-wrapper,
.carousel-altri-contenuti .swiper-wrapper {
    margin-bottom: 65px;
}

.vendor-content-items {
    width     : 100%;
    min-height: 250px;
}

.carousel-articoli-vendor .swiper-wrapper,
.carousel-guide-vendor .swiper-wrapper,
.carousel-podcast-vendor .swiper-wrapper,
.carousel-video-vendor .swiper-wrapper {
    margin-bottom: 65px;
}

.carousel-articoli-vendor .swiper-wrapper .swiper-slide {
    height: 100%;
}

#articoli,
#guide,
#podcasts,
#videos,
#contenuti-simili,
#altri-articoli,
#altri-contenuti {
    margin-top: 30px;
}

#video-cover,
#podcast-cover {
    position: relative;
}

.play-icon {
    width            : 50px !important;
    height           : 50px !important;
    position         : absolute;
    left             : 50%;
    top              : 50%;
    transform        : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
}

.article-featured-image {
    height: 160px;
}

.article-featured-image img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.article-category {
    margin-top: 10px;
}

.article-title h3 {
    color      : var(--dark);
    font-size  : 16px;
    font-weight: 700;
    line-height: 21px;
    margin-top : 5px;
}

.product-top-bg {
    clip-path: none;
}

#main.single-product {
    padding-bottom: 0;
}

.single-product .container .row .col-12 .tabs-product {
    margin-top: 40px;
}

.single-product-title {
    line-height: 60px;
}

#contact-banner {
    min-height      : 125px;
    display         : flex;
    align-items     : center;
    margin-top      : 40px;
    background-color: var(--main);
}

.cta-contattaci {
    color                : var(--white);
    font-size            : 20px;
    font-weight          : 600;
    text-align           : center;
    line-height          : 20px;
    display              : block;
    padding              : 10px 35px;
    border               : solid 2px var(--white);
    border-radius        : 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius   : 2px;
    -ms-border-radius    : 2px;
    -o-border-radius     : 2px;
    cursor               : pointer;
}

.cta-contattaci:hover {
    color           : var(--btn-cta);
    background-color: var(--white);
    border          : solid 2px var(--btn-cta);
}

.tab-guide {
    color      : var(--dark);
    font-size  : 17px;
    font-weight: 400;
    line-height: 25px;
}

.active .tab-label-guide {
    color      : var(--main);
    font-size  : 17px;
    line-height: 25px;
}

.tab-guide-vendor-name {
    display    : block;
    color      : #0065ff;
    font-size  : 1.2rem;
    line-height: 1.1;
    padding-top: 12px;
}

.tab-guide-vendor-img {
    position             : relative;
    display              : block;
    background-color     : #0065ff;
    background-position  : center;
    background-size      : cover;
    width                : 60px;
    height               : 60px;
    margin-right         : 15px;
    border-radius        : 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    -ms-border-radius    : 5px;
    -o-border-radius     : 5px;
}

.cta-guide-vendor-page {
    color      : var(--main);
    font-size  : 20px;
    line-height: 17px;
    display    : block;
    margin-top : 5px;
    padding    : 3px 8px;
}

.cta-guide-vendor-page:hover {
    color           : var(--white);
    background-color: var(--main);
}

.cta-guide-vendor-page::after {
    display         : inline-block;
    content         : '';
    background-image: url(images/icon/arrow-up-right-from-square-solid.svg);
    background-size : 14px 14px;
    width           : 14px;
    height          : 14px;
    margin-left     : 5px;
}

.cta-guide-vendor-page:hover::after {
    display         : inline-block;
    content         : '';
    background-image: url(images/icon/arrow-up-right-from-square-solid-white.svg);
    background-size : 14px 14px;
    width           : 14px;
    height          : 14px;
    margin-left     : 5px;
}

/*! Pagina Blog */
.blog-posts-list {
    margin: 60px 0;
}

.content-post {
    min-height     : 155px;
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    padding        : 15px;
}

.content-post-title {
    color      : var(--dark);
    font-size  : 18px;
    font-weight: 600;
    line-height: 20px;
}

.content-post-title:hover {
    color: var(--main);
}

.content-post-author {
    color        : var(--gray);
    margin-top   : 5px !important;
    margin-bottom: 1px;
}

.content-post-country {
    font-size  : 14px;
    font-weight: 600;
    line-height: 18px;
    margin-top : 15px;
}

.content-post-skill-area {
    font-size  : 14px;
    font-weight: 600;
    line-height: 18px;
    margin-top : 15px;
}

.content-post-skill-area ul {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: start;
    margin-top     : 5px;
}

.content-post-skill-area span {
    margin-right: 5px;
}

.single-skill {
    color                : var(--gray);
    font-size            : 12px;
    font-weight          : 500;
    line-height          : 17px;
    display              : inline-block;
    margin-right         : 2px;
    margin-bottom        : 3px;
    padding              : 1px 5px;
    border               : solid 1px var(--gray);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

.content-post-country ul {
    display: flex;
}

.content-post-country span {
    margin-right: 5px;
}

.content-post-country .single-country {
    color          : var(--black);
    font-size      : 14px;
    font-weight    : 400;
    display        : flex;
    justify-content: center;
    margin-right   : 5px;
}

.single-country img {
    width       : 20px;
    height      : 20px;
    margin-right: 5px;
}

/*! Singolo Post  */
.post-header {
    height           : 550px;
    background-repeat: no-repeat;
    background-size  : cover;
    position         : relative;
    display          : flex;
}

.img-overlay {
    width     : 100%;
    height    : 100%;
    position  : absolute;
    top       : 0;
    left      : 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.content-header {
    width          : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: end;
    z-index        : 2;
    padding        : 20px;
}

.post-country,
.post-skills {
    display        : flex;
    justify-content: end;
}

.post-skills ul {
    display   : flex;
    margin-top: 15px;
}

.post-country {
    margin-top: 5px;
}

.single-post-country {
    justify-content: flex-start;
    margin-top     : 0;
}

.single-post-skill ul {
    margin-top: 0;
}

.post-skills li {
    display              : inline;
    font-size            : 14px;
    font-weight          : 500;
    line-height          : 18px;
    text-align           : center;
    padding              : 0 8px;
    margin-right         : 4px;
    border               : solid 1px var(--white);
    border-radius        : 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius   : 100px;
    -ms-border-radius    : 100px;
    -o-border-radius     : 100px;
}

.post-country ul {
    display: flex;
}

.post-country li {
    display    : flex;
    align-items: center;
    font-size  : 14px;
}

.post-country li img {
    width                : 20px;
    height               : 20px;
    margin-left          : 5px;
    margin-right         : 5px;
    border-radius        : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    -ms-border-radius    : 10px;
    -o-border-radius     : 10px;
}

#content-post {
    margin-top: 60px;
}

#content-post h2 {
    font-size  : 2rem;
    margin     : 1em 0 0.5em 0;
    line-height: 1.3;
    font-weight: 700;
    clear      : left;
}

.vendor-bio h3,
#content-post h3 {
    font-size  : 1.7rem;
    margin     : 1em 0 0.5em 0;
    line-height: 1.3;
    font-weight: 700;
    clear      : left;
}

#content-post ul,
#content-post ol {
    list-style: none;
    margin    : 0;
    padding   : 0;
    width     : 100%;
}

#content-post li::marker {
    content: '';
}

#content-post p {
    color      : var(--dark);
    font-size  : 19px;
    font-weight: 300;
    line-height: 27px;
}

#content-post ol li {
    list-style-type: decimal !important;
}

#author-section {
    padding         : 16px;
    margin          : 40px 0;
    background-color: var(--bright-grey);
}

.author-image {
    width     : 100px;
    height    : 100px;
    object-fit: cover;
}

.cta-vendor {
    display        : flex;
    justify-content: flex-end;
    align-items    : center;
}

.author-info h3 {
    color      : var(--main);
    font-size  : 20px;
    font-weight: 600;
}

.author-skills {
    margin: 10px 0;
}

.author-skills p {
    margin-bottom: 5px;
}

.author-skills ul {
    margin-top: 15px;
}

.post-image-box a {
    display: block;
}

.post-featured-image {
    height: 180px;
}

.post-image-box img {
    width     : 100%;
    height    : 180px;
    object-fit: cover;
}

.slider-content-post {
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
    min-height     : 110px;
    padding        : 10px 20px;
}

.slider-content-post h3 {
    color      : var(--dark);
    font-size  : 16px;
    font-weight: 600;
}

.post-nav-prev {
    position               : absolute;
    left                   : 12px;
    right                  : auto;
    width                  : 20px;
    height                 : 50px;
    z-index                : 10;
    cursor                 : pointer;
    -moz-background-size   : 20px 40px;
    -webkit-background-size: 20px 40px;
    background-size        : 20px 40px;
    background-position    : center 6px;
    background-repeat      : no-repeat;
}

.post-nav-next {
    position               : absolute;
    right                  : 12px;
    left                   : auto;
    width                  : 20px;
    height                 : 50px;
    z-index                : 10;
    cursor                 : pointer;
    -moz-background-size   : 20px 40px;
    -webkit-background-size: 20px 40px;
    background-size        : 20px 40px;
    background-position    : center 6px;
    background-repeat      : no-repeat;
}

.swiper-button-lock {
    opacity: 0 !important;
}

.swiper-pagination {
    height: unset;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    right : unset;
    bottom: 25px;
}

/* Pagina Contatti */
#titolo-pagina-contatti {
    padding-bottom: 25px;
}

#titolo-pagina-contatti h1 {
    font-size  : 3rem;
    font-weight: 700;
    padding    : 20px 0;
}

/* FOOTER */
.footer {
    background-color   : #f6f6f6;
    background-position: center top;
    background-repeat  : no-repeat;
    font-size          : 15px;
    color              : #999;
    padding-top        : 60px;
    padding-bottom     : 60px;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #666;
}

.footer li,
.footer p {
    margin-bottom: 7px;
}

.col-footer {
    margin-bottom: 20px;
}

.col-footer strong {
    display      : block;
    color        : #777;
    font-weight  : 600;
    margin-bottom: 20px;
}

.footer-flags span {
    display            : block;
    margin-bottom      : 7px;
    padding-left       : 20px;
    background-image   : url(images/icon/footer-flag.svg);
    background-repeat  : no-repeat;
    background-position: left center;
}

.col-nav-links ul {
    display       : flex;
    flex-direction: column;
    align-items   : end;
}

.col-nav-links strong {
    text-align: right;
}

#go_top {
    position  : fixed;
    right     : 13px;
    bottom    : 90px;
    cursor    : pointer;
    background: var(--main);
    padding   : 13px 10px 8px 10px;
    z-index   : 9999;
}

.arrow:before {
    position: absolute;
    left    : 50%;
}

.arrow {
    position         : relative;
    width            : 20px;
    height           : 20px;
    top              : 50%;
    margin           : 0;
    -webkit-transform: rotate(-135deg);
    border-left      : none;
    border-top       : none;
}

.arrow:before {
    content      : '';
    width        : 15px;
    height       : 15px;
    top          : 50%;
    margin       : -9px 0 0 -9px;
    border-left  : none;
    border-top   : none;
    border-right : 2px #fff solid;
    border-bottom: 2px #fff solid;
}

.carousel-navigation {
    display: none;
}

.grecaptcha-badge {
    z-index: 30;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width       : 70px !important;
    overflow    : hidden !important;
    transition  : all 0.3s ease !important;
    left        : 4px !important;
    right       : unset !important;
    /* Important: unset the default right property */
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

button.iubenda-tp-btn.iubenda-cs-preferences-link {
    left : 0 !important;
    right: unset !important;
}

@media screen and (max-width: 1440px) {
    .main-home {
        margin-top: 54px !important;
    }

    /* Schede Paesi */
    #main.archive-vendor {
        margin-top: 0;
    }

    #network-map {
        margin-top: 40px;
    }

    @media screen and (max-width: 1280px) {
        #network-map {
            margin-top: 0;
        }

        .ico-area-riservata {
            margin     : 0;
            margin-left: 35px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .post-header {
            height: 400px;
        }

        #network-map {
            margin-top: -50px;
        }
    }

    @media screen and (max-width: 991px) {

        .ico-area-riservata {
            margin-left: 20px;
        }

        #network-map {
            margin-top: unset;
        }

        .planisfero {
            display: none;
        }

        .vendor-image {
            height       : auto;
            margin-bottom: 0;
        }

        .vendor-name {
            margin : 2px 0;
            padding: 0;
        }

        .vendor-country .vendor-flag {
            margin-top: 10px !important;
        }

        .vendor-content-tabs {
            margin-top: 25px;
        }

        .single-product-title {
            font-size  : 2.5rem;
            line-height: 50px;
        }

        .post-header {
            background-position: center;
        }

        /* Footer */
        .tablet-hidden {
            display: none;
        }

    }

    @media screen and (max-width: 767px) {

        .table-container {
            overflow-x: auto;
        }

        .img-desktop {
            display: none;
        }

        .img-mobile {
            display: block;
        }

        .ucn-logo {
            max-width: 190px;
        }

        #main.vendor-legal {
            padding-top: 70px;
        }

        .single-post #main {
            padding-top: 65px;
        }

        #breadcrumbs {
            overflow   : auto;
            white-space: nowrap;
        }

        .btn-cta-header {
            margin-top : 15px;
            margin-left: 15px;
        }

        .header-nav {
            flex-direction : column;
            justify-content: start;
            align-items    : self-start;
        }

        .ico-area-riservata {
            width          : 25px;
            height         : 25px;
            background-size: 25px;
            margin-top     : 20px;
            margin-bottom  : 20px;
        }

        /* Homepage */
        .titolo-principale {
            font-size  : 50px;
            line-height: 50px;
        }

        .section-title {
            text-align : center;
            line-height: 32px;
        }

        .btn-container {
            margin-top: 20px;
        }

        .h4-subtitle {
            font-size: 20px;
        }

        .text-p {
            font-size : 1rem;
            text-align: center;
        }

        .w90 {
            width: initial;
        }

        .h5-services {
            text-align: center;
        }

        .services-list li::marker {
            content: none;
        }

        .services-list li::before {
            content       : '\25CF';
            font-size     : 8px;
            margin-right  : 10px;
            vertical-align: middle;
        }

        .img-workflow {
            max-width: 80%;
        }

        #linkedin-posts {
            margin: 20px 0;
        }

        #tabs-faqs {
            margin-top: 10px;
        }

        .social-link .col-md-8 {
            display        : flex;
            justify-content: center;
        }

        .social-link {
            margin-top   : 0;
            margin-bottom: 75px;
        }

        .social-link p {
            text-align: center;
        }

        .social-ico {
            justify-content: center;
            margin-left    : 5px;
        }

        .social-ico li {
            justify-content: center;
        }

        #breadcrumbs ul li a {
            font-size: 15px;
        }

        .author-image {
            margin-top: 10px;
        }

        .author-info {
            margin-top: 10px;
            text-align: center;
        }

        .cta-vendor {
            display        : flex;
            justify-content: center;
            align-items    : center;
            margin         : 10px 0;
        }

        .carousel-articoli-vendor,
        .carousel-guide-vendor,
        .carousel-podcast-vendor,
        .carousel-video-vendor {
            height         : 300px;
            display        : flex;
            justify-content: center;
        }

        .article-featured-image iframe {
            width: 100%;
        }

        .carousel-navigation {
            display : block;
            position: absolute;
            bottom  : 5px;
            width   : 100%;
            height  : 50px;

        }

        .carousel-navigation .swiper-button-next::after,
        .carousel-navigation .swiper-button-prev::after {
            font-size    : 18px;
            border       : solid 1px var(--main);
            padding      : 5px 15px;
            border-radius: 5px;
        }

        .vendor-content-items {
            min-height: 450px;
        }

        .mobile-hidden {
            display: none;
        }

        /* Schede Paesi */
        #main.archive-vendor {
            margin-top: 0;
        }

        .archive-vendor #filtered-list .product-text {
            text-align: center;
        }

        #contact-banner {
            text-align: center;
        }

        .btn-mobile-center {
            justify-content: center !important;
        }

        #guides-contact {
            min-height: 400;
        }

        /* Filtri */
        .filter-section {
            background-color: var(--main);
            display         : flex;
            flex-direction  : column;
            align-items     : center;
            justify-content : end;
            margin-top      : 54px;
            padding         : 0px 0 40px 0;
        }

        .filter-section .container {
            padding-top: 10px;
        }

        /* Blog */
        .post-featured-image {
            height: 140px;
        }

        /* Single Post */
        .post-header {
            height: 180px;
        }

        .post-header .post-title {
            font-size  : 18px;
            text-shadow: 1px 1px 1px #000;
        }

        .post-header .content-header {
            padding    : 5px;
            text-shadow: 1px 1px 1px #000;
        }

        .post-header .content-header p {
            margin: 0px 0 5px 0;
        }

        .post-skills {
            margin: 10px 0;
        }

        .post-skills li {
            font-size: 12px;
        }

        /* FOOTER */
        .col-nav-links strong {
            text-align: left;
        }

        .col-nav-links ul {
            align-items: flex-start;
        }

        #newsletter h4 {
            text-align: center;
        }

        /* Form Newsletter */
        #wpcf7-f8297-o2 {
            padding: 20px 0;
        }

        #wpcf7-f8297-o2 input {
            margin-top   : 0;
            margin-bottom: 15px;
        }

    }

    #titolo-pagina-contatti {
        margin-top: 80px;
    }