/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

body {
    /* background-color: #000000 !important; */
}

.elementor-section.elementor-section-height-full.main-section-video-home,
.elementor-background-video-hosted {
    height: calc(100vh - 150px) !important;
}

.megamenu-custom span.submenu__title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: none;
    color: #14272E;
}

.megamenu-custom a:hover span.submenu__title {
    color: #FDB914;
}

.header-nav-menu-custom ul li ul section {
    background-color: #EEE !important;
}

.wpml-language-selector-custom ul li a.wpml-ls-item-toggle,
.wpml-language-selector-custom ul.wpml-ls-sub-menu {
    width: fit-content;
}

.archive-listing-grid-custom img.wp-post-image,
.home-blog-posts-custom img.wp-post-image,
.industries-carousel-home-custom img.wp-post-image {
    height: 245px;
    object-fit: cover;
}

.industries-carousel-home-custom .jet-posts__inner-content {
    margin-top: 10px;
}

.home-blog-posts-custom .jet-posts__inner-content {
    margin-top: 20px;
    justify-content: space-between;
}

.raven-megamenu-wrapper .elementor-element-populated {
    padding: 0 !important;
}

.subpage {
    margin: 0;
    padding: 0;
}

.subpage .subpage__link {
    width: 100%;
    display: block;
    background-color: #FDB914;
}

.subpage .submenu__image {
    display: none;
}

.subpage .submenu__title {
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase !important;
}

.menu-item a.raven-submenu-item.raven-link-item {
    text-transform: uppercase !important;
}

.sticky-header.my-header-with-fixed-height {
    padding: 0 !important;
}

.carousel-custom-one-hundred .elementor-widget-container .slick-list .slick-track {
    width: 100% !important;
}

.carousel-custom-one-hundred.centered .slick-track {
    justify-content: center;
}

.custom-ratio-images-layout img {
    max-height: 270px;
}

img.post-thumbnail__img.wp-post-image {
    height: 350px;
    object-fit: cover;
}

.contact-cards-list-custom .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-start !important;
    align-items: flex-start !important;
}

.custom-work-with-us-form input::-webkit-outer-spin-button,
.custom-work-with-us-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.custom-work-with-us-form input[type=number] {
    -moz-appearance: textfield;
}

.customs-contact-us-form input::-webkit-outer-spin-button,
.customs-contact-us-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.customs-contact-us-form input[type=number] {
    -moz-appearance: textfield;
}

.custom-rental-form {}

.custom-rental-form input,
.custom-rental-form select,
.custom-rental-form textarea {
    border-radius: .5rem;
    border-color: transparent;
    background-color: #14272E22;
    padding: 0.65rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    outline: 1px #14272E;
    width: 100%;
}

.custom-rental-form input[type="file"] {
    background-color: #fff;
}

.custom-rental-form .wpcf7-list-item {
    margin: 0;
}

.custom-rental-form input:focus,
.custom-rental-form select:focus,
.custom-rental-form textarea:focus {
    box-shadow: 0 0 0 2px rgb(20 39 46 / 50%);
}

.custom-rental-form .wpcf7-submit {
    background-color: #fff;
}

.custom-rental-form .flex-form-fields-custom {
    display: flex;
    flex-wrap: wrap;
}

.custom-rental-form .flex-form-fields-custom .form-field-custom {
    width: 50%;
}

.custom-rental-form .flex-form-fields-custom .form-field-custom:nth-child(2n + 1) {
    padding-right: 50px;
}

.custom-rental-form .flex-form-fields-custom .form-field-custom:nth-child(2n) {
    padding-left: 50px;
}

.custom-rental-form .flex-form-fields-custom .form-field-custom.full-width,
.custom-rental-form .flex-form-fields-custom .form-field-custom:nth-last-child(-n+2) {
    padding: 0;
}

.custom-rental-form label,
.custom-rental-form .flex-form-fields-custom .form-field-custom label input,
.custom-rental-form .flex-form-fields-custom .form-field-custom.full-width,
.custom-rental-form .flex-form-fields-custom .form-field-custom.full-width label,
.custom-rental-form .flex-form-fields-custom .form-field-custom.full-width textarea {
    width: 100%;
}

.custom-rental-form .flex-form-fields-custom .form-field-custom input[type="text"],
.custom-rental-form .flex-form-fields-custom .form-field-custom input[type="email"],
.custom-rental-form .flex-form-fields-custom .form-field-custom input[type="number"],
.custom-rental-form .flex-form-fields-custom .form-field-custom input[type="date"],
.custom-rental-form .flex-form-fields-custom .form-field-custom select {
    height: 40px;
}

.custom-rental-form input[type="radio"],
.custom-rental-form input[type="checkbox"] {
    width: auto;
}

.custom-rental-form label {
    color: #424242;
}

.custom-rental-form input[type="submit"].wpcf7-submit {
    margin-top: 30px;
    border-radius: .5rem;
    border-color: #14272E;
    background-color: #14272E;
    color: #fff;
    font-size: 20px;
    padding: 1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
}

.custom-rental-form input[type="submit"].wpcf7-submit:hover {
    color: #feb913;
}

.custom-rental-form .multiple-columns .wpcf7-list-item {
    width: 50%;
    float: left;
}

.download-custom-section .elementor-container.elementor-column-gap-default {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    row-gap: 40px;
}

.download-custom-section img {
    object-fit: contain;
}

.column-download-item-custom {
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 20px;
    /* width: 20% !important; */
    width: 228px !important;

    transition: all 200ms ease-out;
}

.menu-item-16125 ul {
    columns: 2;
}

.menu-item-16125 ul>li.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: inline-block;
}

.column-download-item-custom .elementor-widget-wrap.elementor-element-populated .elementor-widget-html {
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .08;
    background-color: #212121;
}

.column-download-item-custom:hover .elementor-widget-wrap.elementor-element-populated .elementor-widget-html {
    z-index: 10;
}

.column-download-item-custom:hover {
    /* border: 2px solid #42424222; */
    transform: translate(0, 2px);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

@media screen and (max-width: 767px) {
    .custom-rental-form .flex-form-fields-custom .form-field-custom {
        width: 100%;
    }

    .custom-rental-form .flex-form-fields-custom .form-field-custom {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .subpage {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .subpage .subpage__item {
        overflow: hidden;
        flex: 0 0 calc(100% - 20px);
        margin: 10px;
    }

    .subpage .subpage__link {
        display: flex;
        flex-direction: column;
        text-decoration: none !important;
        background-color: transparent;
        align-items: center;
        height: 100%;
    }

    .subpage .subpage__item {
        flex: 0 0 calc(20% - 20px);
    }

    .subpage .submenu__image {
        display: block;
        background-size: cover;
        height: 0;
        width: 100%;
        padding-bottom: 62.5%;
        background-repeat: no-repeat;
    }

    .subpage .submenu__title {
        color: #8a8c8e;
        line-height: 1.2;
        font-weight: 400;
        text-align: center;
        padding: 10px;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
    }

}

.products_posts_custom .raven-post-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 20px;
    justify-content: space-between;
    height: 140px;
}

.products_posts_custom .raven-post-content .raven-post-title {
    margin-right: 10px !important;
}

.products_posts_custom .raven-grid-item {
    text-transform: uppercase;
}

.custom-industries-carousel img.post-thumbnail__img.wp-post-image {
    height: 250px;
    object-fit: cover;
}

.custom-industries-carousel.products-carousel img.post-thumbnail__img.wp-post-image {
    height: 200px;
}

.custom-industries-carousel .jet-posts__inner-content {
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.custom-industries-carousel .jet-posts__inner-content .entry-title {
    text-align: center !important;
}

.custom-industries-carousel .jet-posts__inner-content .entry-title a {
    color: #14272E !important;
    font-size: 20px;
    font-family: 'Teko' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.custom-industries-carousel .jet-posts__inner-box {
    border: 1px solid #ededed;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.custom-industries-carousel .jet-posts__inner-box:hover {
    border: 1px solid #FDB914;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.archive-listing-grid-custom img.attachment-medium_large.size-medium_large.wp-post-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.custom-archive img.attachment-medium_large.size-medium_large.wp-post-image {
    height: 240px;
}

.custom-archive a.jet-listing-dynamic-image__link {
    width: 100%;
}

.archive-listing-grid-custom h3.jet-listing-dynamic-field__content {
    font-size: 24px;
}

.archive-listing-grid-custom.small-text h3.jet-listing-dynamic-field__content {
    font-size: 22px;
    font-weight: 400;
}

.jupiterx-main-header-post-title {
    display: none;
}

.custom_products_two_img_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.custom_products_two_img_row.three_images {
    gap: 15px;
}

.custom_products_two_img_row .shortcode-container-custom-products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(50% - 10px);
    overflow: hidden;
}

.custom_products_two_img_row.three_images .shortcode-container-custom-products {
    width: calc(calc(100% / 3) - 15px);
    align-items: stretch;
}

@media screen and (max-width: 1024px) {
    .custom_products_two_img_row.three_images .shortcode-container-custom-products {
        width: calc(50% - 15px);
        align-items: stretch;
    }
}

@media screen and (max-width: 767px) {
    .custom_products_two_img_row .shortcode-container-custom-products {
        width: 100%;
    }

    .custom_products_two_img_row.three_images .shortcode-container-custom-products {
        width: 100%;
        align-items: stretch;
    }
}

.custom_products_two_img_col.full_height {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.custom_products_two_img_row .subcategories {
    display: flex;
    flex-direction: column;
    z-index: 10;

    /* cursor: not-allowed; */
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.custom_products_two_img_row .subcategories .custom_link {
    width: 100%;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom_products_two_img_col_images {
    position: relative;
}

.custom_products_two_img_row a img.img_1 {
    height: 350px;
    width: 100%;
    object-fit: cover;
    z-index: 2;
    transition: all 200ms ease-out;
}

.custom_products_two_img_row a:hover img.img_1 {
    transform: translate(-50%);
}

.custom_products_two_img_row a img.img_2 {
    height: 350px;
    width: 50%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .custom_products_two_img_row a:hover img.img_1 {
        transform: translate(-100%);
    }

    .custom_products_two_img_row a img.img_2 {
        width: 100%;
        object-fit: contain;
    }
}

.custom_products_two_img_text {
    padding: 10px;
    padding-top: 10px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom_products_two_img_text.bigger_text {
    min-height: 125px;
    flex: 1;
}

.custom_products_two_img_text .title {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Teko';
    color: #fff;
}

.custom_products_two_img_text .title.uppercase_title {
    text-transform: uppercase;
}

.custom_products_two_img_text p {
    color: #fec02a;
    font-family: 'Roboto';
    font-size: 13px;
}

.custom_products_two_img_row.three_images .clean-link {
    width: fit-content;
}

/* start of table features customization */
.tec-fea-table tr td:first-child {
    border-color: #fff !important;
}

.tec-fea-table tr td:last-child {
    color: #fff !important;
    cursor: pointer;
    border-color: #fff !important;
}

.tec-fea-table tr td:last-child:hover {
    color: #54595F !important;
}

.tec-fea-table tr td:last-child i {
    color: #FDB914 !important;
}

@media screen and (max-width: 767px) {
    .tec-fea-table tr td:last-child .jet-table__cell-text {
        display: none;
    }
}

/* end of table features customization */


/* MENU PAGINA CATEGORIE */

.desktop_menu_left a {
    flex-wrap: wrap;
    flex-direction: column;
}

.desktop_menu_left .elementor-icon-list-items {
    flex-direction: column;
}

.desktop_menu_left .elementor-inline-item {
    margin: 0 !important;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #CCC;
}

.desktop_menu_left .elementor-icon-list-text {
    line-height: 1;
    margin-top: 10px;
}

.desktop_menu_left .elementor-inline-item:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .desktop_menu_left .elementor-icon-list-text {
        display: none !important;
    }
}

.mobile_menu_top .elementor-icon-list-text {
    display: none !important;
}

.mobile_menu_top .elementor-icon-list-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-right: 1px solid #CCC;
}

.mobile_menu_top .elementor-icon-list-item:last-child {
    border-right: 0;
}

.mobile_menu_top .elementor-icon-list-item i {
    font-size: 24px !important;
}

.custom_iva_footer {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

/* hide breadcrumbs on website */
.jupiterx-main-header {
    display: none !important;
}

.case-studies-carousel .jet-posts__inner-content {
    justify-content: space-between;
}

.custom-industries-carousel.products-carousel .jet-content-fields {
    text-align: center;
}

.custom-industries-carousel.products-carousel .jet-content-fields a {
    padding: 15px 30px;
    color: #FDB914;
    font-size: 16px;
    font-family: "Teko", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.custom-industries-carousel.products-carousel .jet-content-fields a:hover {
    color: #C99210;
}

.hide-arrows .prev-arrow,
.hide-arrows .next-arrow {
    display: none !important;
}

/* uppercase menu */
.mobile-navigation-menu nav>div>ul>li>a {
    text-transform: uppercase;
}

/* colored submenu */
.mobile-navigation-menu nav>div>ul>li>ul {
    background-color: #E0E0E0;
}

@media screen and (max-width: 767px) {
    .header-nav-menu-custom a.raven-submenu-item.raven-link-item {
        font-size: 14px;
        font-weight: 500 !important;
        font-family: 'Roboto' !important;
        text-transform: none !important;
        color: #14272E !important;
    }
}

/* Gallery */
.colonna_immagine {
    position: relative;
    transition: 3s;
}

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


.blocco_immagine img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.testo_alt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    opacity: 0;
}

.testo_alt h5 {
    color: var(--e-global-color-secondary);
    font-family: "Teko", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 23px !important;
}

.colonna_immagine:hover .testo_alt {
    opacity: 1;
    background-color: #feb913;
    color: white;
}

#gallery_prodotti {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    row-gap: 20px;
}

.bottone_prodotti {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.carousel__button {
    color: white !important;
}

.btn_immagini,
.btn_testimonial {
    margin: 20px 0 40px 0;
    border-color: var(--e-global-color-accent) !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    transition: all .3s;
    background-color: var(--e-global-color-accent);
    padding: 15px 30px;
    cursor: pointer !important;
    font-family: "Teko", Sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: var(--e-global-color-primary) !important;
}

.btn_testimonial:hover,
.btn_testimonial:focus,
.btn_testimonial:active{
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-accent) !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.fancybox__nav button {
    padding: inherit !important;
}

.fancybox__toolbar .carousel__button {
    padding: inherit !important;
    color: white !important;
}

.lista_footer a span span {
    text-decoration: underline;
    color: #fec02a !important;
    margin-bottom: 1rem !important;
}

.lista_footer .link_footer_mail {
    margin-bottom: 1rem !important;
}


.imm_didascalia .wp-caption {
    position: relative;
}

.imm_didascalia figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
}

/* rent Table */
.rentTitle h3 {
    color: #54595F;
    font-family: "Teko", Sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.rentDescription p {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin: 0;
}

.bg-gray {
    background-color: #F5F5F5;
}

.rent-table {
    display: flex;
    flex-wrap: wrap;
}

.rentCol {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    vertical-align: middle;
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #54595F;
}

@media screen and (max-width: 1024px) {
    .bg_noleggio {
        min-height: 600px !important;
    }
}

@media screen and (max-width: 767px) {
    .bg_noleggio {
        min-height: 400px !important;
    }
    .rentCol{
        padding-left: 2px !important;
    }
}

/* Testimonial */
.testimonials-row{
    row-gap: 70px;
}

.testimonial-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.testimonial-title h2{
    font-family: "Teko", Sans-serif;
    font-size: 32px;
    line-height: 25px;
    color: #14272E;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-author h3,
.testimonial-author h4{
    font-family: "Teko", Sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #14272E;
    font-weight: 500;
    margin: 0;
}

.testimonial-author h4{
    color: #FDB927;
}

.testimonial-content p{
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #7A7A7A;
    font-weight: 400;
}

.hidden {
    display: none !important;
}

.sliderTestimonial{
    color: #7A7A7A;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

.sliderHTestimonial .jet-listing-grid__slider-icon.slick-arrow{
    border-radius: 50% !important;
}

@media screen and (max-width: 1024px) {
    .sliderHTestimonial .jet-listing-grid__slider-icon.slick-arrow{
        display: none !important;
    }
}

.containerTestimonial{
    row-gap: 90px;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 1024px) {
    .testimonial-image img{
        max-height: 400px;
    }

    .containerTestimonial{
        row-gap: 50px;
    }
    .containerTestimonial .row {
        /* Keep consistent gap between rows */
        margin-bottom: 30px; 
        padding-bottom: 30px; 
        position: relative; /* Needed for absolute positioning of pseudo-element */
    }

    .containerTestimonial .row::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #C4C4C4;
        width: calc(100% - 40px); /* Subtract 20px from each side */
        position: absolute;
        bottom: 0;
        left: 20px; /* Starting point is 20px from the left edge */
    }

    .containerTestimonial .row:last-child::after {
        content: none;
    }

    .containerTestimonial .row{
        row-gap: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;

    }
    .containerTestimonial .row:last-child {
        border-bottom: none; /* Aggiungi questa linea */
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .testimonial-content p{
        margin-top: 20px;
        font-size: 16px;
    }
    
}

.link-orange a{
    color: #36C1D6 !important;
}

.link-orange-mob{
    background-color: #14272E !important;
}

.link-orange-mob a{
    color: #36C1D6 !important;
}

.link-orange-mob a:hover{
    color: #FDB914 !important;
}

.jet-carousel .jet-arrow{
width: 36px;
height: 36px;
-webkit-border-radius: 18px;
border-radius: 18px;
margin-top: -18px;
color: #fff;
font-size: 23px;
}