.footer-no-link {
    cursor: default;
    pointer-events: none;
}

.container-mobile-fixed {
    display: none;
}

.i-social {
    margin-right: 15px;
}

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
    height: auto;
}

.ast-header-button-1 .ast-custom-button {
    text-transform: uppercase;
    font-weight: 600;
}

.ast-header-button-1 {
    padding-right: 50px;
    position: relative;
}

.ast-header-html-2 {
    padding-left: 30px;
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
    min-width: 300px;
}

.ast-header-button-1:after {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #E8E8E8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wpml-ls .wpml-ls-item > a {
    font-weight: 700;
}

.wpml-ls-legacy-dropdown-click {
    width: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    box-shadow: 0 8px 12px rgb(0 0 0 / 10%);
}

.wpml-ls-legacy-dropdown-click a {
    padding: 10px 10px;
}

footer .site-primary-footer-wrap p {
    margin-bottom: 17px;
}

footer .widget-title {
    margin-bottom: 30px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
}

footer .widget-title::before {
    height: 20px;
    width: 6px;
    background-color: #DB2E2B;
    content: '';
    display: inline-block;
    margin-right: 10px;
}

.site-footer-above-section-1 .footer-widget-area {
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 100px;
}

.widget {
    margin-bottom: 0;
}

img.venetoex {
    width: 100%;
    height: 66px;
}

.ast-builder-footer-grid-columns {
    grid-column-gap: 130px;
}

.hero h1, #qual h2 {
    color: #fff;
}

.entry-content h1, h1 {
    line-height: 1.5;
}

h2, .entry-content h2 {
    margin-bottom: 0;
}

.logistica h2:before, .sedi h2:before {
    content: "";
    height: 100%;
    width: 12px;
    background-color: #DB2E2B;
    position: absolute;
    left: -30px;
}

.logistica h2, .sedi h2 {
    position: relative;
    display: inline-block;
}

#red-box {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}

#red-box .elementor-container.elementor-column-gap-no {
    align-items: flex-end;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.info-window {
    font-size: 18px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    padding: 25px 60px 20px 25px;
    position: relative;
    background-color: #DB2E2B;
    z-index: 0;
}

.button-info {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 25px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in;
}

.button-info:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in;
    z-index: -1;
}

.button-info:hover, .dettagli a.det:hover + .button-info, .bread a.st:hover + .button-info {
    color: #DB2E2B;
}

.button-info:hover:before, .dettagli a.det:hover + .button-info:before, .bread a.st:hover + .button-info:before {
    transform: scaleX(1);
}

.title {
    color: #fff;
    text-transform: uppercase;
}

.text {
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease-in-out;
}

.text p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}

.info-window:hover .text {
    max-height: 300px;
}

a.scopri {
    text-transform: uppercase;
    font-weight:bold;
    border-bottom: #DB2E2B 4px solid;
    padding: 8px 10px 5px;
    position: relative;
    transition: all .5s;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    margin-top:30px;
}

a.scopri:hover {
    color:#fff;border-radius: 3px;
}

a.scopri::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
    transition: transform .3s ease;
    background: #DB2E2B;
    border-radius: 3px 3px 0 0;
}

a.scopri-bianco {
    text-transform: uppercase;
    font-weight:bold;
    border-bottom: #fff 4px solid;
    padding: 8px 10px 5px;
    position: relative;
    transition: all .5s;
    z-index: 0;
    color:#fff;
    overflow: hidden;
    margin-top:30px;
    display: inline-block;
}

a.scopri-bianco:hover {
    color:#DB2E2B;border-radius: 3px;
}

a.scopri-bianco::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
    transition: transform .3s ease;
    background: #fff;
    border-radius: 3px 3px 0 0;
}

a.scopri:hover::before, a.scopri-bianco:hover::before {
    transform: scaleY(1);
}

#qual .col1 > .elementor-widget-wrap {
    padding: 0px 50px 0px 50px;
}

.home-logistica-button {
    position: absolute;
    bottom: -21px;
    left: 0;
}

.bread {
    position:relative;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bread a.st {
    font-size: 18px;
}

.bread-col {
    padding: 30px 40px 30px 40px;
    background-color: #db2e2b;
    border-radius: 3px;
}

.dettagli {
    position:relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.dettagli .button-info, .bread .button-info {
    bottom:0;
    right:0;
    z-index: 0;
    position: relative;
    display: inline-block;
}

.grid .elementor-container.elementor-column-gap-default {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 70px;
    display:grid;
    align-items: center;
}

.grid2 .elementor-container.elementor-column-gap-default {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    display:grid;
    align-items: center;
}

.grid .elementor-column.elementor-col-33, .elementor-column[data-col="33"], .grid2 .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width:100%;
}

.dettagli a.det, .bread a.st {
    color:#fff;
    font-weight: 600;
    padding-right: 15px;
}

#bordi:before, #bordo:before {
    content:'';
    background-color: #FFFFFF80;
    height:100px;
    width: 2px;
    display:inline-block;
    position: absolute;
}

.icone .elementor-column, .icone .elementor-column-wrap, .footer-widget-area.site-footer-focus-item.footer-widget-area-inner {
    align-items: center;
}

.fixed .ast-below-header-wrap {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 5%);
}

.ast-below-header-wrap {
    transition: all .4s;
}

.site-header.fixed + .site-content {
    margin-top: 60px;
}

#sedi {
    position: relative;
    background-blend-mode: lighten;
}

#camion {
    position: absolute; 
    bottom: 0; 
    right:0;
    pointer-events: none;
}

.ico-qua img {
    backface-visibility: hidden;
    height:70px;
    width:auto;
}

li.no-link {
    cursor: default;
}

.profilo.elementor-widget-icon-box .elementor-icon-box-wrapper {
    justify-content: center;
}

.profilo.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.img-box .elementor-container.elementor-column-gap-no, .img-box2 .elementor-container.elementor-column-gap-no, .ov-rel {
    position: relative;
}

.img-box2 .elementor-container  {
    align-items: center;
}

.img-box .red {
    width: 50%!important;
    margin-left: -10%;
}

.red3 {
    width: 50%!important;
    z-index: 2;
    margin-right: -10%;
}

.overlay::after {
    background-color: #00000033;
    content:'';
    width:100%;
    height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
}

.page-id-95 .entry-content h2 {
    font-size:30px !important;
}

.map-ico svg, .map-ico2 svg {
    height:auto;
}

.map-ico .elementor-icon-list-item a, .map-ico2 .elementor-icon-list-item a {
    padding:20px;align-items: center;
}

.map-ico .elementor-icon-list-item a:hover, .map-ico2 .elementor-icon-list-item a:hover {
    background-color: #DB2E2B;
}

.map-ico2 .elementor-icon-list-item a, .map-ico2 .elementor-icon-list-item {
    width:300px;
}


/* Responsive */

@media only screen and (min-width: 922px) {
    header .ast-container {
        max-width: 1440px;
    }
}


@media only screen and (max-width: 1200px) {
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 14px;
    }

    .main-header-menu .menu-link, .main-header-menu>a {
        padding: 0 9px;
    }

    #qual .col1 > .elementor-widget-wrap {
        padding: 0px 40px 0px 40px;
    }
}


@media only screen and (max-width: 1100px) {
    .info-window {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .ahfb-svg-iconset svg {
        width: 23px;
        height: 23px;
    }

    .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
        padding: 30px;
    }

    .container-mobile-fixed {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background-color: #fff;
    }

    .container-mobile-fixed .container-button {
        display: flex;
    }

    .container-mobile-fixed .container-button-tracking, .container-mobile-fixed .container-button-preventivo {
        width: 50%;
    }

    .container-mobile-fixed .button-tracking {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding: 12px 15px;
        border: none;
        background-color: #db2e2b;
    }

    .container-mobile-fixed .button-tracking:hover {
        background-color: rgba(219,44,41,0.8);
    }

    .container-mobile-fixed .button-preventivo{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding: 12px 15px;
        border: none;
        background-color: #921917;
    }

    .container-mobile-fixed .button-preventivo:hover {
        background-color: #db2e2b;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        margin-bottom: 0px;
    }

    body.page {
        margin-bottom: 46px;
    }

    .site-header.fixed + .site-content {
        margin-top: 0px;
    }

    #qual .col1 > .elementor-widget-wrap {
        padding: 0px 15px 0px 15px;
    }
    
    .site-footer-above-section-1 .footer-widget-area {
        grid-column-gap: 50px;
    }

    .ast-builder-footer-grid-columns {
        grid-column-gap: 60px;
    }

    .grid .elementor-container.elementor-column-gap-default, .grid2 .elementor-container.elementor-column-gap-default  {
        grid-column-gap: 30px;
    }

    .bread-col {
        padding: 20px 20px 20px 20px;
    }

    .bread a.st {
        font-size: 16px;
    }

    .img-box .red {
        width: 75%!important;
        margin-left: -35%;
    }

    .red3 {
        width: 75%!important;
        margin-right: -35%;
    }

    .map-ico .elementor-icon-list-item a, .map-ico2 .elementor-icon-list-item a {
        padding: 12px;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list {
        width: 50%;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list:first-child {
        padding-right: 10px;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list:last-child {
        padding-left: 10px;
    }
}


@media only screen and (max-width: 768px) {
    #camion {
        position: relative;
    }

    #camion img {
        padding: 0 20px;
    }

    #bordi:before, #bordo:before {
        height: 2px;
        width: 150px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #qual .col1 > .elementor-widget-wrap {
        padding: 50px 10px 50px 10px;
    }

    .site-footer-above-section-1 .footer-widget-area {
        display: flex!important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 40px;
    }

    .site-footer-above-section-1 .footer-widget-area .widget_media_image {
        flex: 0 1 calc(33.33% - 40px);
    }

    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: 0;
    }

    .site-footer .site-footer-section .widget-title {
        display: inline-block;
    }

    #text-3 .textwidget div, #text-7 .textwidget div, #text-10 .textwidget div, #text-13 .textwidget div, #text-16 .textwidget div {
        justify-content: center;
    } 

    footer .widget-title::before {
        margin-bottom: -4px;
    }

    .img-box .red {
        width: 100%!important;
        margin-left: 0;
    }

    .red3 {
        width: 100%!important;
        margin-right: 0;
    }

    .grid .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }

    .map-ico2 .elementor-icon-list-item a, .map-ico2 .elementor-icon-list-item {
        width: 100%;
        justify-content: center!important;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list {
        width: 100%;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list:first-child {
        padding-right: 0;
    }

    .container-map-ico .map-ico:last-child .elementor-widget-icon-list:last-child {
        padding-left: 0;
    }

    img.venetoex {
        height: 50px;
    }

    .grid2 .elementor-container.elementor-column-gap-default {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 30px;
    }

    .container-button-scopri {
        text-align: center;
    }

    a.scopri {
        margin-top: 20px;
    }

    .elementor-kit-10 h2 {
        word-wrap: break-word;
    }
}


@media only screen and (max-width: 480px) {
    .container-mobile-fixed .button-preventivo, .container-mobile-fixed .button-tracking {
        font-size: 14px;
        padding: 12px 10px; 
        word-break: break-word;
    }

    header .custom-logo-link img {
        max-width: 180px;
    }

    .site-footer-above-section-1 .footer-widget-area {
        grid-gap: 30px;
    }

    .site-footer-above-section-1 .footer-widget-area .widget_media_image {
        flex: 0 1 calc(33.33% - 30px);
    }

    img.venetoex {
        height: 40px;
    }

    .ast-mobile-popup-drawer .ast-mobile-popup-inner {
        max-width: 100%;
    }

    .container-mobile-fixed .container-button {
        height: 66px;
    }

    body.page {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 380px) { 
    header .custom-logo-link img {
        max-width: 160px;
    }
}