:root {
    --font-title: "Raleway", sans-serif;
    --font-body: "Barlow", sans-serif;
    --orange: #ff6700;
}



.trp-shortcode-overlay {
    left: unset !important;
    right: 0;
    top: -5px !important;
    padding: 0 !important;
    border: none !important;
    background: #f6f6f6 !important;
    border-radius: 0 !important;
}

.trp-shortcode-switcher {
    padding: 0 !important;
}



.trp-shortcode-switcher__wrapper {

    top: 20px;
}

.trp-shortcode-switcher__wrapper::after {
    position: absolute;
    right: 0;
    top: calc(-100% + 1px);
    width: 1px;
    height: 34px;
    background: #000;
    content: '';
    z-index: 9999;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li>ul {
    z-index: 9;
    top: 40px;
    background: #f6f6f6;

}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li>ul>li>a {
    color: #00222E;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li:hover>ul {
    opacity: 0;
    visibility: hidden;
}

.sidebar-area .mean-container .mean-nav>ul li li a {

    width: 100%;
}


.header-gd-main {
    background: linear-gradient(144deg, #F39200 44.51%, #FF6700 93.13%);
    padding: 200px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transform: 0.4s ease-in-out;
    display: none;
}

.header-gd-wrapper .inner-box {
    max-width: 750px;
    margin: 0px auto;
}

.header-gd-wrapper .inner-box h4 {
    color: #000;
    font-family: var(--font-title);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.header-gd-wrapper .inner-box p {
    color: #000;
    font-family: var(--font-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}


.gd-form-wrapper .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.gd-form-wrapper .form-group button {
    width: 182px;
    height: 56px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-title);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #4A4A49;
    border-radius: 0;
}

.gd-form-wrapper .form-group .form-control {
    flex: 1;
    padding: 15px 24px;
    border-radius: 0;
    color: #4A4A49;
    font-family: var(--font-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    height: 56px;
}

.gd-form-wrapper .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.gd-form-wrapper .form-group .form-control::placeholder {

    color: #4A4A49;
    font-family: var(--font-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-gd-wrapper .inner-box .closing-btn {
    margin-bottom: 15px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-gd-wrapper .inner-box .closing-btn .search-close-btn {
    padding: 0;
    border-radius: 0;
    color: #000;
    font-family: var(--font-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.header-gd-wrapper .inner-box .closing-btn .search-close-btn:focus {
    box-shadow: none;
    outline: none;
}

.header-gd-wrapper .inner-box .closing-btn .search-close-btn span {
    font-size: 25px;
}



header .main-header .header-flex .main-header-items .bottom-menu:nth-child(1)>ul>li:last-child>a {
    margin-left: 0;
    background: #f6f6f6;
    color: #000;
}

header .main-header .header-flex .main-header-items .bottom-menu:nth-child(2)>ul>li:last-child>a {
    /* margin-left: 40px; */
    margin-right: 0;
    margin-left: 0;
}

.trp-language-switcher.trp-ls-dropdown {
    display: flex;
    flex-wrap: wrap;
}

.trp-language-switcher.trp-ls-dropdown svg {
    display: none;
}

.trp-switcher-dropdown-list {

    overflow-y: visible !important;

}

.top-menu [hidden] {
    display: block !important;
}

.mobile-lagunage-btn [hidden] {
    display: block !important;
}

.trp-language-item {

    padding: 0px 7px !important;

}

.trp-language-item {
    background: transparent !important;
    min-height: auto !important;
    line-height: 1 !important;
}

.trp-language-item:hover {
    background: transparent !important;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
    padding-right: 5px !important;
    position: relative;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow)::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background: #000;
    content: '';
    transform: translateY(-50%);
}

.trp-language-item {
    min-height: auto;
}

.trp-switcher-dropdown-list {
    max-height: inherit !important;
}

.trp-language-item-name {
    color: #00222E !important;
}


.trp-current-language-item__wrapper .trp-language-item.trp-language-item__default.trp-language-item__current span.trp-language-item-name {
    font-weight: 700;
}

.contact-form-main .contact-inner-box {
    max-width: 830px;
    width: 100%;
    margin: 0px auto;
}

.contact-form-main .contact-inner-box h2 {
    color: #000;
    text-align: center;
    font-family: var(--font-body);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-form-main {
    padding-bottom: 70px;
}

.contact-form-main .contact-inner-box .form-control {
    border-radius: 0;
    background: rgba(230, 230, 230, 0.80);
    height: 48px;
    border: none;
    color: #00222E;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-form-main .contact-inner-box .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact-form-main .contact-inner-box label {
    color: #00222E;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.contact-form-main .contact-inner-box .form-group {
    margin-bottom: 30px;
}


.contact-form-main .contact-inner-box textarea.form-control {
    height: 250px;
}


.contact-form-main .contact-inner-box .contact-submnit-btn {
    color: #00222E;
    font-family: var(--font-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 117.488%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    border-radius: 0;
    border: none;
}

.contact-form-main .contact-inner-box .contact-submnit-btn:focus {
    box-shadow: none;
    outline: none;
}

.contact-form-main .contact-inner-box .contact-submnit-btn svg {
    width: 9.198px;
    height: 15.251px;
    margin-right: 5px;
}

.contact-form-main .contact-inner-box .contact-submnit-btn svg path {
    transition: 0.3s ease-in-out;
}

.contact-form-main .contact-inner-box .contact-submnit-btn:hover {
    color: var(--orange);
}

.contact-form-main .contact-inner-box .contact-submnit-btn:hover svg path {
    stroke: var(--orange);
}


.contact-cdf-bg {
    background: #F6F6F6;
    padding: 68px 0;
    margin-bottom: 30px;
}

.contact-cdf-bg .content-box {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
}

.contact-cdf-bg .content-box .logo {
    margin-bottom: 40px;
}

.contact-cdf-bg .content-box .logo img {
    max-width: 320px;
}

.contact-cdf-bg .content-box article {
    color: #000;
    font-family: var(--font-body);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.contact-cdf-bg .content-box article p {
    color: #000;
    font-family: var(--font-body);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.tutta-italia-main .italia-map-img .content-box {
    position: absolute;
    top: 50%;
    left: 65px;
    text-align: left;
    width: 30%;
    transform: translateY(-50%);
}

.tutta-italia-main .italia-map-img .content-box article {
    color: #00222E;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.tutta-italia-main .italia-map-img .content-box article p {
    color: #00222E;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.tutta-italia-main .italia-map-img .content-box article:last-child {
    margin-bottom: 0;
}

.tutta-italia-main .common-title-box h2 {
    background: linear-gradient(177deg, #F39200 51.94%, #FF6700 99.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: var(--font-title);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}





header .main-header .header-flex .main-header-items .bottom-menu>ul>li>a:not(.cdf-menu-search) {
    position: relative;
    padding-left: 0;

    display: inline-block;

    box-sizing: border-box;

}

/* header .main-header .header-flex .main-header-items .bottom-menu>ul>li:nth-child(1)>a {
    margin-right: 0 !important;
} */

header .main-header .header-flex .main-header-items .bottom-menu>ul>li a span {
    position: absolute;
    right: -7px;
    top: 9px;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li>ul li a {
    padding: 5px 0;
    text-transform: lowercase;
    position: relative;

}




header .main-header .header-flex .main-header-items .bottom-menu>ul>li>ul li a {
    padding: 5px 0;

}

.upper-footer-main {
    padding: 50px 190px;
}

.upper-footer-main .logo-box {
    margin-bottom: 50px;
}

.upper-footer-main p {
    color: #000;
    font-family: var(--font-body);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.i-marchi-main .marchi-slider-wrapper .categorie-slider .swiper-slide .image-box {

    width: 50px;
    margin: 0px auto;
}

.i-marchi-main .marchi-slider-wrapper .categorie-slider .swiper-slide .image-box img {
    transform: unset !important;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li>ul>li>a span {
    background: url('https://cdf.dominiotest.ch/wp-content/themes/redapple/assets/images/icons/chevron-right.svg');
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

header .main-header .header-flex {

    gap: 100px;
}

.bottom-menu-flex {

    justify-content: end;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li.cdf-menu-search {
    border: none !important;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li.cdf-menu-search>a {

    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(144deg, #f39200 44.51%, #ff6700 93.13%) !important;
    padding: 8.5px 22px !important;
}

header .main-header .header-flex .main-header-items {
    flex: 1;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul {

    justify-content: end;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li>a {
    border-bottom: 1px solid transparent;
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li.active-li>a {
    color: var(--orange);
    border-color: var(--orange);
}

header .main-header .header-flex .main-header-items .bottom-menu>ul>li:nth-child(1)>a {
    margin-right: 25px;
    padding-right: 35px;
}


.chisiamo-accordion-main .accordion-wrapper .single-accordion .accordion-content .content-inner-box img {
    max-width: 100%;
}

.pd-modal-main .modal-content {
    border-radius: 0;
    position: relative;
}

.pd-modal-main .modal-content button.btn-close {
    position: absolute;
    top: 0;
    right: -50px;
    border-radius: 0;
    z-index: 1;
    opacity: 1;
    border: 1px solid var(--orange);
    color: #fff;
    width: 30px;
    height: 30px;
    background: var(--orange);
    font-size: 25px;
}

.pd-modal-main .modal-content button.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.pd-modal-main .modal-content .image-box {
    text-align: center;
}

.pd-modal-main .modal-content .image-box img {
    max-width: 100%;
    object-fit: contain;
}

.pd-modal-main .modal-content .pd-slider-wrapper .swiper .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 15px;
    height: 4px;
    background: #9d9d9c;
    opacity: 1;
}

.pd-modal-main .modal-content .pd-slider-wrapper .swiper .swiper-pagination-bullet-active {
    background: var(--orange);
}

.d-flex {
    display: flex !important;

}

.cat-documents-main .cat-document-flex .single-box:nth-child(1) .d-flex.gap-2 img {
    object-fit: contain;
}

.sega-correlati-main .slider-wrapper-bg .swiper .swiper-slide .single-slide .content-box .item-name {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}


.pd-modal-main .download-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #cccc;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #00222e;
    cursor: pointer;
    z-index: 11;
}

header .main-header {

    z-index: 9;

}

.sega-correlati-main .slider-wrapper-bg .swiper .swiper-slide .single-slide .image-box .item-image img {
    width: unset;
    height: unset;
    max-width: 100%;
    max-height: 100%;
}


.sega-correlati-main .slider-wrapper-bg .swiper .swiper-button-prev {

    transform: translateY(-50%);
}

.ambienti-common-section .content-box .title-flex {

    align-items: end;

}

.ambienti-common-section .content-box {

    gap: 30px;
}

.mobile-cerca-btn {

    position: relative;
}

.mobile-cerca-btn>* {
    height: unset !important;

}

.wpcf7-form-control-wrap {

    width: 100% !important;
}

.contact-form-main .contact-inner-box .form-group br {
    display: none;
}

.filter-main .filter-flex-parent .mobile-filter-sidebar .filter-tabs-parent .tab-pane .custom-check-grids .single-check .icon img {
    max-width: 95%;
    max-height: 95%;
}

.filter-main .filter-flex-parent .mobile-filter-sidebar .filter-tabs-parent .tab-pane .custom-check-grids .single-check .icon {

    padding: 5px;
}

.i-marchi-main .marchi-slider-wrapper .swiper .swiper-slide .image-box img {

    height: 100%;
}

.i-marchi-main .marchi-slider-wrapper .marchi-slider {
    margin-bottom: 40px;
}



@media(min-width:1600px) {
    header .main-header .header-flex .main-header-items .bottom-menu>ul>li {
        padding-bottom: 54px;

    }
}


@media (min-width: 1200px) and (max-width: 1600px) {
    header .main-header .header-flex .main-header-items .bottom-menu>ul>li:nth-child(1)>a {
        margin-right: 15px;
        padding-right: 45px;
    }

    header .main-header .header-flex .main-header-items .bottom-menu>ul>li {
        padding-bottom: 35px;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    header .main-header .header-flex .main-header-items .bottom-menu>ul {
        gap: 20px;
    }
}

@media (max-width: 1599px) {
    .upper-footer-main {
        padding: 50px 120px;
    }

    .contact-cdf-bg {
        padding-top: 35px;
        padding-bottom: 50px;
    }
}



@media(min-width: 1441px) and (max-width: 1550px) {


    .trp-shortcode-switcher__wrapper::after {
        top: calc(-100% + 11px) !important;
        height: 100% !important;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {


    .trp-shortcode-switcher__wrapper::after {
        top: calc(-100% + 7px) !important;
        height: 110% !important;
    }

    header .main-header .header-flex .main-header-items .bottom-menu>ul {
        gap: 20px;
    }

    header .main-header .header-flex .main-header-items .top-menu {
        margin-bottom: 15px;
    }

    .ambienti-main .ambienti-slider-wrapper .swiper .swiper-slide .content-box h5 {
        font-size: 35px;
    }

    .ambienti-common-section .content-box article p {

        font-size: 18px;
        line-height: 24px;
    }
}



@media (max-width: 1399px) {
    .upper-footer-main {
        padding: 40px 100px;
    }

    .contact-cdf-bg {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .tutta-italia-main .italia-map-img .content-box article {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .tutta-italia-main .italia-map-img .content-box article p,
    .upper-footer-main p {
        font-size: 16px;

    }

}

@media (max-width: 1199px) {
    .upper-footer-main {
        padding: 35px 70px;
    }

    .contact-cdf-bg {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .tutta-italia-main .common-title-box h2 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 50px;
    }

    .tutta-italia-main .common-title-box h2 br {
        display: none;
    }

    .tutta-italia-main .italia-map-img .content-box article {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .tutta-italia-main .italia-map-img .content-box article p,
    .upper-footer-main p {
        font-size: 15px;

    }

    header .main-header .header-flex {
        gap: unset;
    }
}

@media (max-width: 991px) {
    .upper-footer-main {
        padding: 30px 24px;
    }

    .contact-form-main .contact-inner-box h2 {

        font-size: 20px;

    }

    .contact-form-main .contact-inner-box label {

        font-size: 14px;

    }

    .contact-form-main {
        padding-bottom: 35px;
    }

    .contact-cdf-bg .content-box article p {
        font-size: 14px;
    }

    .contact-cdf-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tutta-italia-main .common-title-box h2 {
        font-size: 30px;
    }

    .tutta-italia-main .italia-map-img {
        padding-right: 0;
    }

    .tutta-italia-main .italia-map-img .content-box {
        position: relative;
        top: unset;
        left: unset;
        text-align: left;
        width: 100%;
        transform: unset;
        background: #f6f6f6;
        padding-left: 30px;
        padding-top: 30px;
    }

    .tutta-italia-main .italia-map-img .content-box article {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tutta-italia-main .italia-map-img .content-box article p,
    .upper-footer-main p {
        font-size: 14px;

    }

    .upper-footer-main .logo-box {
        margin-bottom: 20px;
    }

    .upper-footer-main .single-upper-box {
        margin-bottom: 30px;
    }

    .upper-footer-main .logo-box img {
        max-width: 100%;
    }
}




@media(min-width: 1200px) and (max-width: 1550px) {
    .trp-shortcode-switcher__wrapper {
        top: 13px;
    }

    .trp-shortcode-switcher__wrapper::after {
        top: calc(-100% + 30px);
        height: 46px;

    }

}

@media(min-width: 1200px) and (max-width: 1440px) {
    .header-gd-main {

        padding: 100px 0;

    }

    .header-gd-wrapper .inner-box h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .header-gd-wrapper .inner-box p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .gd-form-wrapper .form-group button {

        font-size: 20px;

    }

    header .main-header .header-flex {
        gap: 30px;
    }
}

@media(max-width: 1199px) {
    .trp-shortcode-switcher__wrapper {
        top: 10px;
        min-width: 70px;
    }

    .sidebar-area .mean-container .mean-nav>ul li a span img {
        display: none;
    }

    .trp-shortcode-overlay {
        left: 0 !important;
        right: unset;
        min-width: 70px;
    }

    .trp-shortcode-switcher__wrapper::after {
        top: calc(-100% + -14px);
        height: 42px;

    }
}

@media(min-width: 768px) {
    .filter-main .filter-flex-parent .filter-content-wrapper .result-grid-parent .single-result .content-box .item-name {

        min-height: 72px;
    }

    .filter-main .filter-flex-parent .filter-content-wrapper .result-grid-parent .single-result .content-box .item-description {
        min-height: 65px;
    }
}

@media(max-width: 767px) {
    .tutta-italia-main .common-title-box h2 {
        font-size: 25px;
    }
}

@media(max-width: 575px) {
    .pd-modal-main .modal-content button.btn-close {
        right: 0;
        top: -50px;
    }
}