/**
* Theme Name: Ponte Child
* Description: This is a child theme of Ponte.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: ponte
* Version: 1.0.1
*/

/* General */
body {
    color: #818181;
}
.padding-top {
    padding-top: 96px;
}
.padding-bottom {
    padding-bottom: 96px;
}
.margin-top {
    margin-top: 96px;
}
.margin-bottom {
    margin-bottom: 96px;
}
.padding-top-small {
    padding-top: 36px;
}
.padding-bottom-small {
    padding-bottom: 36px;
}
b, strong {
    font-weight: 500;
}
.box .content, .world img, .timeline .small-circle,
.timeline-navigation-prev::after, .timeline-navigation-next::after,
.product-images a, .button, .download-box, .download-box *,
.wpml-ls-statics-shortcode_actions .wpml-ls-link {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header */
#header-main-sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: none;
}
.logo-light {
    display: none;
}
.header-dark .logo-light {
    display: block;
}
.header-dark .logo-dark {
    display: none;
}
.header-dark #header-main .menu-trigger a {
    color: #fff;
}

.dialog-close-button {
    border: 3px solid var( --e-global-color-primary );
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 25px!important;
    padding: 4px;
    top: 28px!important;
    right: 98px!important;
    background-color: var(--e-global-color-b3ca0f6)!important;
}
.menu-popup * {
    font-weight: 500!important;
}
.sub-arrow .fa {
    right: 0!important;
}

/*.menu-popup .open-submenu .sub-arrow .fa {
    transform: rotate(180deg);
}*/

/* Content */
.neuron-dots--style__bullets .neuron-swiper-dots .swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.box {
    border-radius: 20px;
    border: 1px solid var( --e-global-color-primary );
    padding: 15px;
    padding-top: 45px;
    position: relative;
    overflow: hidden;
    min-height: 460px;
}
.box::after {
    position: absolute;
    top: 25px;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var( --e-global-color-primary );
}
.box .number {
    color: var( --e-global-color-primary );
    top: 15px;
    position: absolute;
}
.box .content {
    position: absolute;
    bottom: -90px;
}
.box h6 {
    font-size: 24px!important;
    font-weight: 500!important;
    color: var( --e-global-color-b3ca0f6 )!important;
}
.box:hover .content {
    bottom: 15px;
}
.world {
    background-image: url('assets/images/world.png');
    background-size: contain;
    background-position: center;
}
.world img {
    object-fit: contain;
    object-position: center;
    opacity: 0;
}
.world:hover img {
    opacity: 1;
}
.timeline .circle-wrapper {
    width: 100%;
    max-width: 490px;
    aspect-ratio: 1 / 1;
    position: relative;
}
.timeline .years {
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 20px);
    
}
.timeline .years .year {
    /*display: none;*/
    font-weight: bold;
    font-size: 120px;
    color: var( --e-global-color-b3ca0f6 );
}
.timeline .years .year.active {
    /*display: block;*/
}
.timeline .circle {
    border: 1px solid #707070;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
}
.timeline .small-circle {
    display: block;
    border: 1px solid #707070;
    width: 4%;
    height: 4%;
    background-color: var( --e-global-color-6ec1abe )!important;
    border-radius: 50%;
    position: absolute;
}
.timeline .small-circle:hover, .timeline .small-circle.active,
.timeline .small-circle.pre-active {
    background-color: var( --e-global-color-b3ca0f6 )!important;
    border-color: var( --e-global-color-b3ca0f6 );
}
.timeline .small-circle:hover, .timeline .small-circle.active {
    transform: scale(1.5);
}
.timeline {
    display: flex;
}
.timeline > div:first-child {
    width: 40%;
    padding-right: 30px;
}
.timeline > div:last-child {
    width: 60%;
}
/*.timeline .timeline-captions .timeline-caption {
    display: none;
}
.timeline .timeline-captions .timeline-caption.active {
    display: block;
}*/
.timeline .timeline-intro h4 {
    font-family: var( --e-global-typography-5e8891f-font-family ), Sans-serif!important;
    font-weight: 300!important;
    color: var( --e-global-color-text );
    font-size: 48px!important;
    letter-spacing: 0.96!important;
    line-height: 51px!important;
}
.timeline .timeline-captions .timeline-caption p {
    color: var( --e-global-color-b3ca0f6 );
}
.timeline .timeline-captions .timeline-caption img {
    width: 100%;
    height: auto;
    margin-top: 36px;
}
.timeline-navigation-prev, .timeline-navigation-next {
    display: inline-block;
}
.timeline-navigation-prev::after, .timeline-navigation-next::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 2px solid var( --e-global-color-text );
    border-left: 2px solid var( --e-global-color-text );
    transform: rotate(-45deg);
}
.timeline-navigation-next::after {
    transform: rotate(135deg);
}
.timeline-navigation-prev:hover::after, .timeline-navigation-next:hover::after {
    border-top-color: var( --e-global-color-b3ca0f6 );
    border-left-color: var( --e-global-color-b3ca0f6 );
}
.timeline-navigation-prev {
    margin-right: 34px;
}
.timeline-navigation {
    margin-top: 36px;
}
.products_similar .neuron-swiper-button {
    border: 1px solid var( --e-global-color-2cc8f55 );
    padding: 8px;
}
.product-images {
    display: flex;
}
.product-images a {
    flex-grow: 1;
    margin-right: 30px;
}
.product-images a:hover {
    opacity: 0.9;
}
.product-images a:last-child {
    margin-right: 0;
}
.product-images img {
    width: 100%;
    height: auto;
}
#elementor-lightbox-slideshow-product-images .dialog-close-button,
.dialog-type-lightbox .dialog-close-button {
    background-color: var( --e-global-color-primary )!important;
    font-size: 22px!important;
}
.elementor-popup-modal .dialog-close-button {
    background-color: transparent!important;
    font-size: 25px!important;
}
#elementor-lightbox-slideshow-product-images .elementor-slideshow__header,
.dialog-type-lightbox .elementor-slideshow__header {
    display: none;
}

.elementor-popup-modal .m-neuron-nav-menu .sub-arrow.open {
    transform: rotate(180deg);
}

.button {
    background-color: var( --e-global-color-primary )!important;
    border: 1px solid var( --e-global-color-primary )!important;
    text-transform: uppercase!important;
    color: #fff!important;
    font-weight: 400!important;
    font-size: 15px!important;
    letter-spacing: 0.3!important;
    border-radius: 0!important;
    text-align: center!important;
    padding: 12px!important;

}
.button:hover {
    background-color: transparent!important;
    color: var( --e-global-color-primary )!important;
}
.single-product .button {
    display: block!important;
}

#products-sidebar h2.wp-block-heading {
    font-size: 48px!important;
    font-weight: 300!important;
    letter-spacing: 0.96px;
    line-height: 55px!important;
    font-family: var( --e-global-typography-5e8891f-font-family ), Sans-serif!important;
    margin-bottom: 0;
    color: var( --e-global-color-text );
}
#products-sidebar .m-ntheme-widget ul li, #products-sidebar .m-ntheme-widget ol li, #products-sidebar .wc-block-components-checkbox__label {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.34px;
    font-size: 17px;
}
#products-sidebar a, #products-sidebar .wc-block-components-checkbox__label {
    color: var( --e-global-color-text );
}
#products-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    height: 25px;
    width: 25px;
    min-height: 25px;
    min-width: 25px;
    padding: 0;
}
#products-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    outline: none;
}
#products-sidebar .wc-block-attribute-filter__actions {
    justify-content: flex-start;
    margin-top: 40px;
}
#products-sidebar .m-ntheme-widget:not(:last-child) {
    padding-bottom: 20px;
}
#products-sidebar button {
    text-decoration: none;
    color: var( --e-global-color-text )!important;
    font-size: 13px!important;
}
#products-sidebar button:focus {
    border-width: 0;
    outline: none;
}
.product-accessories .m-neuron-post__text {
    text-align: center;
}
.product-accessories h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}
.product-accessories .m-neuron-post__code {
    font-size: 15px;
    letter-spacing: 0.3;

}
.product-accessories img {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.product-accessories .m-neuron-filters ul {
    justify-content: flex-end;
}
.product-accessories .m-neuron-filters ul li {
    margin-right: 30px!important;
}
.product-accessories .m-neuron-filters ul li:last-child {
    margin-right: 0;
}
.product-accessories .m-neuron-filters ul li {
    text-transform: uppercase;
    color: var( --e-global-color-primary );
    font-size: 15px;
}
.product-accessories .m-neuron-filters ul li:hover,
.product-accessories .m-neuron-filters ul li.active {
    color: var( --e-global-color-b3ca0f6 );
}
.product-accessories .m-neuron-filters ul {
    margin-top: -83px;
    margin-bottom: 83px;
}

.elementor-widget-neuron-post-navigation .o-post-navigation__title {
    font-weight: 400!important;
}

.elementor-widget-neuron-gallery img:hover {
    opacity: 0.9;
}

.portfolio-list-division .m-neuron-portfolio__link {
    border-bottom: 20px solid var( --e-global-color-b3ca0f6 );
}

.download-box {
    border: 1px solid var( --e-global-color-primary );
    padding: 30px;
}
.download-box:hover {
    background-color: var( --e-global-color-primary );
}
.download-box h6 {
    font-size: 18px!important;
    font-weight: 500!important;
}
.download-box h4 {
    color: var( --e-global-color-b3ca0f6 )!important;
    font-family: var( --e-global-typography-5e8891f-font-family ), Sans-serif!important;
    font-size: 48px!important;
    font-weight: 300!important;
    letter-spacing: 0.96px!important;
    margin-bottom: 70px!important;
}
.download-box:hover h6, .download-box:hover h4 {
    color: #fff!important;
}
.download-box .button {
    display: block!important;
    width: 100%!important;
}
.download-box:hover .button {
    background-color: var( --e-global-color-b3ca0f6 )!important;
    color: var( --e-global-color-primary )!important;
}

.wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form .wpcf7-list-item label {
    font-size: 15px;
}
.wpcf7-form input[type="submit"] {
    width: 100%;
    margin-top: 15px;
    outline: none!important;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: var( --e-global-color-b3ca0f6 )!important;
    border-color: var( --e-global-color-b3ca0f6 )!important;
    color: #fff!important;
}
.wpcf7-form p {
    margin: 10px 0;
}
.f-row {
    margin: 0 -20px;
    display: flex;
}
.f-col {
    margin: 0 20px;
    width: 50%;
}
.wpcf7-form textarea {
    height: 80px;
    min-height: 80px;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0 0!important;
    font-size: 15px;
}
.wpcf7-spinner {
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-link {
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0.5;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-link, .wpml-ls-statics-shortcode_actions .wpml-ls-link:hover {
    opacity: 1;
}

.header-dark #header-main .wpml-ls-statics-shortcode_actions .wpml-ls-link {
    color: #fff;
}

.o-post-navigation__link.o-post-navigation__link--next {
    text-align: right;
}

@media (max-width: 1440px) {
    .dialog-close-button {
        right: 18px!important;
    }
    .product-accessories .m-neuron-filters ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-accessories .m-neuron-filters ul {
        justify-content: flex-start;
    }

}

@media (max-width: 1024px) {
    .timeline {
        flex-direction: column;
    }
    .timeline > div {
        width: 100%!important;
    }
    .timeline > div:first-child {
        padding-right: 0;
        padding-bottom: 36px;
    }
    .product-images a {
        margin-right: 20px;
    }

    .f-row {
        margin: 0;
        flex-direction: column;
    }
    .f-col {
        margin: 0;
        width: 100%;
    }

    
}

@media (max-width: 992px) {
    .box .content {
        bottom: 15px;
    }
    .world img {
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .timeline .years .year {
        font-size: 80px;
    }
    .timeline .years {
        top: calc(50% - 10px);
    }
    /*.product-images {
       flex-direction: column;
    }
    .product-images a {
        margin-right: 0;
        margin-bottom: 30px;
    }*/
}
/* ORDINE FILTRO PRODOTTI – WooCommerce Blocks */
.wc-block-attribute-filter-list {
  display: flex !important;
  flex-direction: column !important;
}

/* 1 */
.wc-block-attribute-filter-list li:nth-child(1) {
  order: 4;
}
/* 2 */
.wc-block-attribute-filter-list li:nth-child(2) {
  order: 1;
}
/* 3 */
.wc-block-attribute-filter-list li:nth-child(3) {
  order: 3;
}
/* 4 */
.wc-block-attribute-filter-list li:nth-child(4) {
  order: 7;
}
/* 5 */
.wc-block-attribute-filter-list li:nth-child(5) {
  order: 8;
}
/* 6 */
.wc-block-attribute-filter-list li:nth-child(6) {
  order: 6;
}
/* 7 */
.wc-block-attribute-filter-list li:nth-child(7) {
  order: 2;
}
/* 8 */
.wc-block-attribute-filter-list li:nth-child(8) {
  order: 5;
}
