/*
 Theme Name:   Industrium Child
 Description:  Industrium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/industrium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     industrium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  industrium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* NICOLA */
/* FOOTER */
#footer > .elementor-container {
    flex-direction: column !important;
}

#footer > .elementor-container .elementor-column {
    width: 100% !important;
}

#footer-logo > .elementor-widget-container {
    position: relative !important;
}

#footer-logo img {
    position: absolute;
    top: -33px !important;
    left: 0 !important;
}

.col-copyright > .elementor-widget-wrap {
    padding-top: 20px !important;
}

.col-copyright a {
    color: #FFF !important;
}

.form-footer-cont .elementor-widget-wrap {
    padding: 0 !important;
    justify-content: center !important;
}

.form-ars-footer {
    background-color: #FFF;
    padding: 75px;
    width: 75% !important;
}

#footer div.actions {
    text-align: center !important;
}

#footer .form-ars-footer iframe body #hsForm_54ac8610-d94e-4117-9a15-246b9b358889 h1 {
    font-family: Manrope, Arial, Helvetica, sans-serif !important;
}

/* HEADER */
.form-ars {
    background-color: #FFF;
    padding: 75px !important;
    
}

.col-logo-header {
    height: 100% !important;
    padding-top: 50px !important;
}

.btn-header {
    margin-top: 30px !important;
}

.btn-header a.industrium-button span.industrium-button-text {
    position: relative;
    padding: 13px 28px 13px 38px;
    z-index: 1;
    color: #FFF !important;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.btn-header a.industrium-button:hover span.industrium-button-text {
    text-shadow: none !important;
}

.btn-header a.industrium-button {
    background-image: none !important;
    padding: 0 !important;
    border: 2px solid !important;
    border-color: #006699 !important;
    text-transform: none !important;
    transition: all .4s;
}

.btn-header a.industrium-button:hover::before {
    width: 100% !important;
}

.btn-header a.industrium-button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 55px;
    right: 0;
    top: 0;
    background-color: #006699 !important;
    transition: all .4s;
}

.btn-header a.industrium-button span.industrium-button-text::before {
    content: '';
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    background-color: #006699 !important;
}

.btn-header a.industrium-button::after {
    content: url('/info/wp-content/uploads/2024/07/play.svg');
    color: #FFF !important;
    position: relative !important;
    top: 6px;
    left: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    opacity: 1 !important;
}

/* ALTRO */
.underline-text .industrium-heading-content > span {
    position: relative;
    z-index: 999 !important;
}

.underline-text .industrium-heading-content > span::after {
    content: '';
    bottom: 6px;
    left: 0;
    z-index: -2 !important;
    position: absolute;
    width: 100% !important;
    height: 12px !important;
    background-color: #006699 !important;
}

.video-cont {
    position: relative !important;
}

.video-cont > .elementor-widget-wrap {
    align-content: flex-end !important;
    padding: 0 !important;
    position: absolute;
    bottom: -36px !important;
}

.video-icon-2 .industrium_video_button_widget {
    width: 90px !important; 
    height: 90px !important;
}

.video-icon-2 .industrium_video_button_widget i.eicon-play {
    font-size: 30px !important;
}

/* TABELLA */
table {
    width: 100%;
    border-collapse: collapse;
}

table tr {
    border-bottom: 2px solid #000 !important;
    height: 100px !important;
}

table thead th,
table tbody td:nth-child(1) {
    word-break: break-word !important;
}

tbody td:nth-child(1) {
    font-weight: 700 !important;
}

td.yes::after {
    content: url('/info/wp-content/uploads/2024/07/yes.svg');
}

td.no::after {
    content: url('/info/wp-content/uploads/2024/07/no.svg');
}

th:nth-child(n+2) {
    font-weight: 400 !important;
    color: #808080 !important;
}

th:nth-child(2) {
    color: #4A5257 !important;
}

th:nth-child(1) {
    font-weight: 800 !important;
    color: #808080 !important;
}

td:nth-child(1) {
    font-weight: 600 !important;
    color: #17262F !important;
}

th:nth-child(1),
td:nth-child(1) {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 40px !important;
}

th:nth-child(n+2),
td:nth-child(n+2) {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

tr td,
thead tr th {
    border: none !important;
    margin: 0 8px !important;
}

th, td {
    padding: 8px;
    line-height: 1.1em !important;
}

th:nth-child(1),
td:nth-child(1) {
    background-color: transparent;
}

th:nth-child(2),
td:nth-child(2) {
    background-color: #C4D2D5;
}

th:nth-child(n+3),
td:nth-child(n+3) {
    background-color: #E1E6E9;
}

thead tr,
tbody tr {
    display: flex;
}

th,
td {
    border-left: 15px solid #FFF;
    flex: 1;
}

th:first-child,
td:first-child {
    border-left: none;
}

.dettagli-table {
    color: #4A5257 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dettagli-table li::before {
    content: '·' !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #000 !important;
}

.decorazione-1 .industrium-decoration {
    left: 70px !important;
}

.decorazione-1 .industrium-decoration div:nth-child(2) {
    background-color: #FFF !important;
}

.decorazione-1 .industrium-decoration div:nth-child(3) {
    background-color: #D63939 !important;
    position: absolute !important;
    display: block !important;
    left: 70px !important;
}

.decorazione-2 .industrium-decoration {
    bottom: -70px !important;
    left: -70px !important;
}

.decorazione-3 .industrium-decoration {
    bottom: -80px !important;
    left: 80px !important;
    z-index: 999 !important;
}

.decorazione-4-cont {
    position: relative;
}

.decorazione-4-cont > .elementor-container {
    position: absolute !important;
}

.decorazione-4 .industrium-decoration {
    bottom: 9px !important;
    left: 80px !important;
    z-index: 999 !important;
}

.link-video-2 a span.hovered-caption {
    position: relative !important;
}

.link-video-2 a span.hovered-caption::after {
    content: '\e82d';
    display: block;
    position: absolute;
    font: 0.6667em / 1em 'fontello';
    position: absolute;
    top: 7px;
    right: -22px;
    transform: rotate(270deg);
}

.video-cont .video-icon > .elementor-widget-container {
    margin: -160px 0px 0px 115px !important;
}

.video-cont img {
    height: 413px !important;
    object-fit: cover !important;
}

.video-icon-2 > .elementor-widget-container {
    margin: -38% 0px 0px 0px !important
}

.video-icon-2 > .elementor-widget-container > .industrium_video_button_container {
    text-align: center !important;
}

@media screen and (max-width: 1600px) {
    .video-icon-2 > .elementor-widget-container {
        margin: -47% 0px 0px 0px !important;
    }
}

@media screen and (max-width: 1279px) {
    /* .video-cont .video-icon > .elementor-widget-container {
        margin-top: -160px;
    } */

    .video-cont .video-icon > .elementor-widget-container {
        margin: -160px 0px 0px 0 !important;
    }

    .video-cont img {
        height: unset !important;
        object-fit: unset !important;
    }

    /* .video-cont .video-icon > .elementor-widget-container i.eicon-play, */
    .video-icon-2 > .elementor-widget-container i.eicon-play {
        width: 100px !important;
        height: 100px !important;
        font-size: 30px !important;
        background-color: #121c22ed !important;
    }
}

@media screen and (max-width: 1279px) and (min-width: 992px) {
    .video-cont .video-icon > .elementor-widget-container {
        margin-top: -160px !important;
    }
}

@media screen and (max-width: 991px) {
    /* .video-cont .video-icon > .elementor-widget-container {
        margin: -35% 0px 0px 0px !important;
    } */

    .video-icon-2 > .elementor-widget-container {
        margin: -40% 0px 0px 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .video-icon-2 > .elementor-widget-container {
        margin: -44% 0px 0px 0px !important;
    }
}

@media screen and (max-width: 600px) {
    /* .video-cont .video-icon > .elementor-widget-container {
        margin: -41% 0px 0px 0px !important;
    } */

    .video-cont .video-icon > .elementor-widget-container i.eicon-play,
    .video-icon-2 > .elementor-widget-container i.eicon-play {
        width: 70px !important;
        height: 70px !important;
        font-size: 22px !important;
    }
}

@media screen and (max-width: 575px) {
    .video-icon-2 > .elementor-widget-container {
        margin: -220px 0px 0px 0px !important;
    }
}

@media screen and (max-width: 460px) {
    .video-icon-2 > .elementor-widget-container {
        margin: -180px 0px 0px 0px !important;
    }

    .video-icon-2 > .elementor-widget-container i.eicon-play {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
        padding: 0px;
    }

    .video-icon-2 .industrium_video_button_widget {
        width: 50px !important;
        height: 50px !important;
    }
}

@media screen and (max-width: 400px) {
    /* .video-cont .video-icon > .elementor-widget-container {
        margin: -52% 0px 0px 0px !important;
    } */

    div.video-cont img {
        height: 230px !important;
        object-fit: cover !important;
    }

    .video-icon-2 > .elementor-widget-container {
        margin: -160px 0px 0px 0px !important;
    }

    .img-range-new > .elementor-widget-wrap {
        padding: 30px 20px 140px 20px !important;
        margin: 0px 0px 0px 0px !important;
    }
}