/*
Theme Name: PLink
Theme URI: https://www.plink.it
Description: Child Theme For Divi
Author: Marco Della Torre
Author URI: https://www.plink.it
Version: 1.0.0
Template: Divi
*/

/* FONTS */
/* @font-face {
    font-family: "Franklin Gothic Condensed";
    font-display: swap;
    src: url("./fonts/Franklin-Gothic-Medium-Cond-Regular.ttf") format("truetype");
}
 
@font-face {
    font-family: "Franklin Gothic Regular";
    font-display: swap;
    src: url("./fonts/Franklin-Gothic-Demi-Regular.ttf") format("truetype");
} */

/* VARIABLES */
:root {
	--vc-white: #ffffff;
    --vc-orange: #f9b234;
    --vc-blue: #032d44;
    --vc-light-blue: #00558d;
    --vc-dark-blue: #031d28;

    --vc-fs-h1: 66px;
    --vc-fs-h2: 30px;
    --vc-fs-h3: 27px;
    --vc-fs-h4: 24px;
    --vc-fs-h5: 22px;
    --vc-fs-h6: 20px;

    --vc-lh-hs: 1.1;
}

/* RESETS */
html,
body{
    height:100%;
}

body{
    overflow-x:hidden!important;
}

body #main-content{
    background-color: var(--vc-dark-blue);
}

body.et_divi_theme {
    line-height: 1.5;
}

body.et_divi_theme h2,
body.et_divi_theme h3,
body.et_divi_theme h4,
body.et_divi_theme h5,
body.et_divi_theme h6 {
    /* font-family: 'Franklin Gothic Condensed', Helvetica,Arial,Lucida,sans-serif; */
    line-height: var(--vc-lh-hs);
}

body.et_divi_theme h2.h1,
body.et_divi_theme h1 {
    line-height: var(--vc-lh-hs);
    font-size: var(--vc-fs-h1);
}

body.et_divi_theme h2 {
    font-size: var(--vc-fs-h2);
}
body.et_divi_theme h2.h3,
body.et_divi_theme h3 {
    font-size: var(--vc-fs-h3);
}
body.et_divi_theme h2.h4,
body.et_divi_theme h4 {
    font-size: var(--vc-fs-h4);
}
body.et_divi_theme h2.h5,
body.et_divi_theme h5 {
    font-size: var(--vc-fs-h5);
}

body.et_divi_theme h2.h6,
body.et_divi_theme h6 {
    font-size: var(--vc-fs-h6);
}

body.et_divi_theme a {
    color: var(--vc-orange);
}

body.et_divi_theme a:hover {
    text-decoration: underline;
}

body .et_pb_section,
#main-content, 
.type-page{
    width:100vw;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--vc-white);
    padding:0;
}

body.et_divi_theme a.et-pb-arrow-next, 
body.et_divi_theme a.et-pb-prev-next{
    top:calc(50% - 33px);
}

body.et_divi_theme a.et-pb-arrow-next:hover, 
body.et_divi_theme a.et-pb-prev-next:hover{
    text-decoration: none!important;
}

body.et_divi_theme .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 225px;
}

/* UTILS */
.m-0 {
    margin: 0 !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
a.text-white:hover,
.text-white {
    color: var(--vc-white);
}

a.text-white{
	color: var(--vc-white)!important;
}

.w-100 {
    width: 100% !important;
}

.cs-bg-orange{
    background-color: var(--vc-orange);
}

.cs-privacy-indent{
    margin:10px 0 0 20px;
}

.cs-spaced-list{
    margin-left:20px;
}
.cs-spaced-list li:not(:last-of-type){
    margin-bottom:10px;
}

li .cs-spaced-list{
    padding-bottom:0;
}

ul.cs-spaced-list ul {
    list-style-type:circle;
}

ol.cs-nested
{
    counter-reset: item
}
ol.cs-nested li
{
    display: block
}
ol.cs-nested li:before
{
    content: counters(item, ".") ". ";
    counter-increment: item
}

/* MENU */
#header-section,
#header-main-row,
#header-extra-row {
    padding: 0;
}

#header-main-menu .et_pb_menu__logo-wrap {
    flex: 1 1 0;
    display:none;
}

#header-main-menu .et_pb_menu__logo,
#header-mobile-logo {
    margin: 0;
}

#header-main-menu .et_pb_menu__logo a,
#header-mobile-logo a,
#header-mobile-logo a .et_pb_image_wrap {
    height: 120px;
    width: auto;
    display: block;
}

#header-main-menu .et_pb_menu__logo a img,
#header-mobile-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link {
    white-space: nowrap;
}

#header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .current-lang a.mega-menu-link,
#header-mobile-menu #mega-menu-wrap-footer-menu #mega-menu-footer-menu .current-lang a.mega-menu-link {
    color: var(--vc-orange)!important;
    pointer-events: none;
}

/* FOOTER */
#footer-section {
    background-color: var(--vc-white);
    padding: 10px 0;
}

#footer-empty-section {
    margin: 0;
    padding: 0;
    height: 40px;
    background-color: var(--vc-light-blue);
}

#footer-img-row,
#footer-links-row {
    padding: 10px 0;
    margin: auto 0;
}

#footer-logo a,
#footer-logo span {
    height: 80px;
    width: auto;
    display: block;
}

#footer-logo a img {
    height: 100%;
    width: auto;
}

#footer-links-row .footer-subtitle {
    margin-bottom: 8px;
}

#footer-links-row .footer-text-block:not(:last) {
    margin-bottom: 20px;
}

#footer-links-row p,
#footer-links-row a,
#footer-links-row h6 {
    color: var(--vc-blue);
    margin-bottom: 0;
    padding: 2px 0;
    line-height: 17px;
}

#footer-links-row p,
#footer-links-row a {
    font-size: 14px;
}

#footer-links-row h6 {
    font-size: 15px;
}

#footer-links-row a:hover {
    color: var(--vc-light-blue);
}

#footer-links-row .footer-menu,
#footer-links-row .footer-menu li {
    background-color: transparent;
}

#footer-links-row .footer-menu {
    flex-wrap: wrap;
}

#footer-links-row .footer-menu li {
    width: 100%;
    margin: 0;
}

#footer-links-row .footer-menu li a {
    transition: none;
}

#footer-links-row .footer-menu li a:hover {
    opacity: 1;
    transition: none;
}

#footer-links-row .footer-social-media {
    margin: 6px 0 0;
}

#footer-links-row .footer-social-media>div {
    display: flex;
    gap: 6px;
}

#footer-links-row .footer-social-media a {
    width: 20px;
    height: 20px;
}

#footer-links-row .footer-social-media a img {
    object-fit: cover;
    object-position: center;
}
/* REVISIONE PAGINE "BLOG" & WIDGETS */
.vc-generic-page{
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--vc-white);
    padding-bottom:20px;
}
.vc-news-header{
    padding:30px 40px;
    background-color: var(--vc-orange);
    margin-bottom:20px;
}

.vc-news-container{
    display:flex;
    flex-wrap: wrap;
    gap:20px 2%;
    padding: 0 30px;
}
.vc-news-container article{
    margin-bottom:0;
}
.vc-news-preview{
    width: 32%;
    border: 2px rgba(127,127,127, 0.2) solid;
    border-radius:2px;
}

.vc-news-preview-head .entry-featured-image-url{
    margin-bottom:0;
    aspect-ratio:4/3;
    border-bottom: 1px rgba(127,127,127, 0.2) solid;
}

.vc-news-preview-head .entry-featured-image-url img{
    object-fit: cover;
    object-position: top;
    width:100%;
    height:100%;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}

.vc-news-preview-body{
    width: 100%;
    padding:20px;
    /* align-items:flex-start; */

}

.vc-news-preview-link{
    text-decoration: none;
    color: var(--vc-blue)!important;
}
.vc-news-preview-link:hover{
    text-decoration: none!important;
    color: var(--vc-blue)!important;
}

.vc-news-preview-excerpt{
    margin-top:15px;
}

.vc-news-preview-base{
    display: block;
}
.vc-news-preview-tablet{
    display: none;
}

.single .vc-post.post{
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    padding-bottom:0;
    align-items: flex-start;
}

.vc-post .vc-post-thumb{
    max-width:40%;
    min-width:40%;
}
.vc-post .vc-post-thumb img{
    object-fit: contain;
}

.vc-post .vc-post-content .et_pb_section{
    padding:0!important;
}
.vc-post .vc-post-content .et_pb_row{
    padding:15px 0!important;
}


/* BLOCCHI CUSTOM */
.fw-hi-section.et_pb_section {
    padding: 0;
}

.fw-hi-row.et_pb_row {
    padding: 0;
    margin: 0;
    display: flex;
    max-width: 100%;
    width: 100%;
}

.fw-hi-section .fw-hi-row .fw-hi-column-img {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}

.fw-hi-section .fw-hi-row .fw-hi-column-img .et_pb_image,
.fw-hi-section .fw-hi-row .fw-hi-column-img .et_pb_image_wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.fw-hi-section .fw-hi-row .fw-hi-column-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.fw-hi-section .fw-hi-row .fw-hi-column-img .fw-hi-img-contain img {
    object-fit: contain;
}

.color-box-row {
    display: flex;
    flex-wrap: wrap;
}

.color-box-column {
    float: none;
    display: flex;
}

.color-box {
    width: 100%;
}

.partner-row {
    display: flex;
    flex-wrap: wrap;
}

.partner-row .et_pb_column_1_3 .et_pb_image {
    height: 100%;
}

.partner-row .et_pb_column_1_3 .et_pb_image_wrap {
    height: 100%;
    width: 100%;
}

.history-row{
    padding:0!important;
    display: flex;
    flex-wrap: wrap;
}
.history-column{
    width:100%!important;
    padding:20px;
    margin:0!important;
}

.history-column{
    border-left:1px solid var(--vc-blue);
    position:relative;
}
.history-column:nth-child(odd){
    z-index:999;
}
.history-column:nth-child(even){
    z-index:998;
}
.history-column .history-year:before,
.history-column .history-year:after{
    content:'';
    position:absolute;
    display:block;
    top:12px;
    left:-20px;
    transform:translateX(calc(-50% - 0.5px));
}
.history-column .history-year:before{
    border:1px solid var(--vc-blue);
    border-radius:50%;
    background-color:transparent;
    width:19px;
    height:19px;
}
.history-column .history-year:after{
    border:2px solid var(--vc-blue);
    border-radius:50%;
    background-color:white;
    width:7px;
    height:7px;
    transform:translate(calc(-50% - 0.5px), 5px);
}
.history-column .history-text .et_pb_text_inner,
.history-column .history-year .et_pb_text_inner{
    display:flex;
}

.history-column .history-text .et_pb_text_inner{
    flex-direction: column;
}
.history-column .history-year .et_pb_text_inner h2{
    color:var(--vc-blue);
    font-size:42px;
}

.history-column.history-text{
    order:1;
}
/* ALTRE CORREZIONI */
.dsm_icon_list .dsm_icon_list_child, 
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip, 
.dsm_icon_list .dsm_icon_list_child a{
    align-items: flex-start;
}
.dsm_icon_list .dsm_icon_list_wrapper{
    margin-top:8px;
}
.et_divi_theme .cli-modal-backdrop{
    z-index:10040;
}
.et_divi_theme .cli-bar-message{
    margin-bottom:15px;
}
.et_divi_theme .cli-switch input:checked + .cli-slider,
.et_divi_theme .cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: var(--vc-blue);
}
.et_divi_theme .cli-tab-footer .wt-cli-privacy-accept-btn{
    text-decoration: none;
}
.et_divi_theme table.cookielawinfo-winter thead th{
    background-color: var(--vc-blue);
}

/*************** DESKTOP & TABLET ****************/
@media (min-width: 768px){
    /* BLOCCHI CUSTOM */
    .history-column{
        width:50%!important;
    }
    .history-column:nth-child(odd){
        border-left:none;
    }
    .history-column:nth-child(odd) .history-year:before,
    .history-column:nth-child(odd) .history-year:after{
        left:auto;
        right:-20px;
        transform:translateX(calc(50% + 0.5px));
    }
    .history-column:nth-child(odd) .history-year:after{
        transform:translate(calc(50% + 0.5px), 5px);
    }
    .history-column:nth-child(odd) .history-year .et_pb_text_inner{
        justify-content:flex-end;
    }
    .history-column:nth-child(odd) .history-text .et_pb_text_inner{
        align-items:flex-end;
        text-align: right;
    }
    
    .history-column.history-text + .history-column.history-year{
        order:2;
    }
}

/*************** DESKTOP ****************/
@media (min-width: 981px) {

    /* RESETS */
    .et_pb_row {
        width: 100%;
    }

    /* MENU */
    #header-mobile-row{
        display: none;
    }

    #header-extra-row {
        height:44px;
    }
    #header-main-row{
        height: 180px;
    }

    #header-main-row,
    #header-extra-row {
        width: 100%;
        max-width: 100%;
    }

    #header-main-column,
    #header-extra-column {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto !important;
        float: none;
    }

    #header-extra-row,
    #header-extra-row #mega-menu-wrap-secondary-menu,
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu{
        background-color: var(--vc-orange);
        border-bottom: solid 1px var(--vc-orange);
    }
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link,
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        color: var(--vc-blue);
        font-weight:bold;
        text-transform:uppercase;
    }
    
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link:focus,
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
    #header-extra-row #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
        color: var(--vc-light-blue);
    }

    #header-extra-row {
        z-index: 999;
    }

    #header-main-row {
        z-index: 998;
        border-bottom: none;
		background-color: var(--vc-dark-blue);
		color: var(--vc-orange);
        font-weight:bold;
        text-transform:uppercase;
    }

    #header-extra-menu{
        padding: 8px 0;
        margin-bottom: 0;
    }
    #header-main-img, #header-main-img span{ 
        display: block;
        height:136px;
        background-color: var(--vc-blue);
        margin-bottom: 0;
    }
    #header-main-img img{ 
        width:100%!important;
        height:100%!important;
        object-fit: contain;
        object-position: center;
    }
    #header-main-menu { 
        padding: 8px 20px;
        margin-bottom: 0;
		background-color: var(--vc-light-blue);
		color: var(--vc-orange);
    }
    
    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
        font-weight:bold;
        text-transform:uppercase;
    }

    #header-main-menu .vc-menu-pe,
    #header-main-menu .vc-menu-pe a{
        pointer-events: none!important;
        cursor:default!important;
    }


    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        position: fixed;
        background-color: transparent;
    }
    
    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        padding: 24px 20px;
        background-color: var(--vc-light-blue);
        border-bottom: 1px solid var(--vc-light-blue);
        border-top: 1px solid var(--vc-light-blue);
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap:0 25px;
    } 
    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column ul.mega-sub-menu {
        flex-wrap: wrap;
    }

    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator,
    #header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        margin: 0;
    }

    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item,
    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
        float: none;
    }

    #header-main-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
        width: auto;
    }

    #header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .header-socialmedia a.mega-menu-link {
        height: 20px;
        width: 20px;
        padding: 0;
        margin: 0 3px;
    }

    #header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .header-socialmedia:nth-last-child(4) {
        margin-left: 7px;
    }

    #header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .header-socialmedia:last-child {
        margin-right: 7px;
    }

    #header-extra-menu #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .header-socialmedia a.mega-menu-link img {
        object-fit: cover;
        object-position: center;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu.mega-menu-item {
        position: relative;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        height: 27px;
    }

    /* BLOCCHI CUSTOM */
    .fw-hi-section .fw-hi-row .fw-hi-column-img {
        max-width: calc(50% - 33px);
    }

    .fw-hi-section .fw-hi-row .fw-hi-column-txt {
        padding: 4% 0;
        margin-left: auto;
        float: none;
        max-width: 42.25%;
        width: 42.25%;
    }

    .fw-hi-section .fw-hi-row .fw-hi-column-img img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .partner-row .et_pb_column_1_3 .et_pb_image_wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* FOOTER */
    #footer-section{
        height:124px;
    }

    #footer-links-row .et_pb_column:not(:first-child){
        /* margin-right:0!important; */
        width:22%!important;
    }
    #footer-links-row .et_pb_column:first-child{
        /* margin-right:0!important; */
        width:10%!important;
    }
 
    /* CONTENUTO */
    #main-content,
    .type-page,
    .vc-generic-page{
        min-height:calc(100vh - 348px);
    }
}

@media only screen and (min-width: 1500px) {

    /* BLOCCHI CUSTOM */
    .fw-hi-section .fw-hi-row .fw-hi-column-txt {
        padding: 60px 0;
        margin-right: 66px;
        max-width: 567px;
        width: 47.25%;
    }
}

/*************** TABLET AND PHONE ****************/
@media (max-width: 980px) {

    /* MENU */
    #header-mobile-menu #mega-menu-wrap-footer-menu #mega-menu-footer-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: none;
    }

    #mega-menu-wrap-footer-menu .mega-menu-toggle .mega-toggle-block-1:after{
        color:var(--vc-orange)!important;
    }

    #header-mobile-row {
        display: flex;
        padding: 10px 0;
    }

    #header-mobile-column-logo {
        width: auto;
        margin: 0;
    }

    #header-mobile-menu #mega-menu-wrap-footer-menu .mega-menu-toggle+#mega-menu-footer-menu {
        padding: 0 10vw 10px;
        overflow-y: scroll;
        max-height: calc(100vh - 140px);
        margin-top:30px;
    }

    #header-mobile-menu #mega-menu-wrap-footer-menu #mega-menu-footer-menu>li.mega-menu-item.menu-separator>a.mega-menu-link {
        line-height: 1px;
        height: 1px;
        display: block;
        background-color: var(--vc-dark-blue);
    }

    /* CONTENUTO */
    #main-content,
    .type-page,
    .vc-generic-page{
        min-height:calc(100vh - 264px); 
    }

    .vc-news-preview{
        width: 100%;
        padding-right:0;
    }

    .vc-news-preview-body{
        gap: 20px;
    }

    .vc-news-preview-body .entry-featured-image-url{
        min-width:33%;
        max-width:33%;
        aspect-ratio:16/9;
    }
    
    .single .vc-post.post{
        flex-wrap: wrap;
    }
    
    .vc-post .vc-post-thumb{
        max-width:100%;
        min-width:100%;
    }

    /* UTILS */ 
    .hidden.start-only {
        display: none !important;
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
    }
 
    /* BLOCCHI CUSTOM */
    .fw-hi-row.et_pb_row {
        flex-wrap: wrap;
    }

    .fw-hi-section .fw-hi-row .fw-hi-column-img {
        max-width: 100%;
    }

    .fw-hi-section .fw-hi-row .fw-hi-column-txt {
        padding: 30px 0;
        margin: 0 auto;
        max-width: 80%;
    }

    .partner-row .et_pb_column_1_3 .et_pb_image_wrap img {
        padding: 0 20% 5%;
    }
}

/*************** TABLET ****************/
@media (min-width: 768px) and (max-width: 980px) {
    :root {
        --vc-fs-h2: 28px;
        --vc-fs-h3: 25px;
        --vc-fs-h6: 18px;
    }

    /* RESETS */
    body.et_divi_theme .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{
        height: 288px;
    }

    /* CONTENUTO */
    .vc-news-preview-base{
        display: none;
    }
    .vc-news-preview-tablet{
        display: block;
    }

    /* FOOTER */
    #footer-links-row .et_pb_column{
        width:40%;
        margin-bottom: 0px;
    }

    #footer-links-row #footer-logo-column{
        width:20%; 
    }
}

/*************** PHONE ****************/
@media (max-width: 767px) {
    :root {
        --vc-fs-h1: 42px;
        --vc-fs-h2: 25px;
        --vc-fs-h3: 22px;
        --vc-fs-h6: 18px;
    }

    /* RESETS */
    body.et_divi_theme .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{
        height: 470px;
    }
    /* CONTENUTO */
    .vc-news-preview-body .entry-featured-image-url{
        min-width:33%;
        max-width:33%;
        aspect-ratio:4/5;
    }

    /* FOOTER */
    #footer-links-row .et_pb_text_inner{
        text-align: center;
    }
   
}