/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/*COLORI*/

:root {
    --clr-red-cfb: #891f1c;
    --clr-green-cfb: #1f7660;
    --clr-blue-hygia: #0083a9;
    --clr-violet-hygia: #43438b;
    --clr-brown-nivola: #9b9274;
    --clr-gray-nivola: #606c81;
    --clr-yellow-workmate: #d1b921;
    --clr-black-workmate: #00172c;
    --clr-red-reskfit: #bd0c3c;
    --clr-black-reskfit: #111616;
    --clr-red-kama: #b3182a;
    --clr-black-kama: #121214;
    --clr-white: #fff;
    --clr-light-gray: #d2d2d2;
    --clr-gray-a8: #a8a8a8;
    --clr-gray: #34373a;
    --clr-black: #000;
    --clr-transparent:rgba(0,0,0,0);
}
.red-cfb-text h1, .red-cfb-text h2, .red-cfb-text h3, .red-cfb-text h4, .red-cfb-text h5, .red-cfb-text h6, .red-cfb-text p {
    color: var(--clr-red-cfb);
}
.green-cfb-text h1, .green-cfb-text h2, .green-cfb-text h3, .green-cfb-text h4, .green-cfb-text h5, .green-cfb-text h6, .green-cfb-text p {
    color: var(--clr-green-cfb);
}
.blue-hygia-text h1, .blue-hygia-text h2, .blue-hygia-text h3, .blue-hygia-text h4, .blue-hygia-text h5, .blue-hygia-text h6, .blue-hygia-text p {
    color: var(--clr-blue-hygia);
}
.violet-hygia-text h1, .violet-hygia-text h2, .violet-hygia-text h3, .violet-hygia-text h4, .violet-hygia-text h5, .violet-hygia-text h6, .violet-hygia-text p {
    color: var(--clr-violet-hygia);
}
.brown-nivola-text h1, .brown-nivola-text h2, .brown-nivola-text h3, .brown-nivola-text h4, .brown-nivola-text h5, .brown-nivola-text h6, .brown-nivola-text p {
    color: var(--clr-brown-nivola);
}
.gray-nivola-text h1, .gray-nivola-text h2, .gray-nivola-text h3, .gray-nivola-text h4, .gray-nivola-text h5, .gray-nivola-text h6, .gray-nivola-text p {
    color: var(--clr-gray-nivola);
}
.yellow-workmate-text h1, .yellow-workmate-text h2, .yellow-workmate-text h3, .yellow-workmate-text h4, .yellow-workmate-text h5, .yellow-workmate-text h6, .yellow-workmate-text p {
    color: var(--clr-yellow-workmate);
}
.red-reskfit-text h1, .red-reskfit-text h2, .red-reskfit-text h3, .red-reskfit-text h4, .red-reskfit-text h5, .red-reskfit-text h6, .red-reskfit-text p {
    color: var(--clr-red-reskfit);
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .black-text p {
    color: var(--clr-black);
}
.gray-text h1, .gray-text h2, .gray-text h3, .gray-text h4, .gray-text h5, .gray-text h6, .gray-text p {
    color: var(--clr-gray);
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p {
    color: var(--clr-white);
}

/*CUSTOM SPACE*/
.empty-space-120 {
    height: 120px !important;
}
@media screen and (max-width: 1000px) {
    .empty-space-120 {
        height: 60px !important;
    }
}
/*TESTI*/

html {
    font-size: clamp(16px, 1.2vw, 18px) !important;
}
h1 {
    font-size: clamp(2.3rem, 4.5vw, 4rem);
	line-height: 0.8;
}
h2 {
    font-size: clamp(3rem, 4.5vw, 4rem);
	line-height: 0.85;
}
h3 {
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1.1;
}
h4 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 0.9;
}
h5 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
	line-height: 1;
}
h6 {
    font-size: 1.2rem;
    line-height: 1.1;
}
.big p {
    font-size: 1.3rem !important;
    line-height: 1.1 !important;
	font-weight: 600 !important;
}
p {
    font-size: 1rem !important;
    line-height: 1.1 !important;
}
@media screen and (max-width: 1200px) {
    .desk-break {
        display: none;
    }
}
@media scren and (max-width: 480px) {
    html {
        font-size: 16px !important;
    }
}

/*CUSTOM EMPTY SPACE*/
.empty-space-200 {
    height: 200px !important;
}
.empty-space-120 {
    height: 120px !important;
}
.empty-space-80 {
    height: 80px !important;
}
.empty-space-60 {
    height: 60px !important;
}
.empty-space-40 {
    height: 40px !important;
}
@media screen and (max-width: 768px) {
	.empty-space-200 {
        height: 140px !important;
    } 
    .empty-space-120 {
        height: 80px !important;
    } 
    .empty-space-80 {
        height: 40px !important;
    }
    .empty-space-60 {
        height: 30px !important;
    }  
    .empty-space-40 {
        height: 20px !important;
    }  
}
/*RIGHE*/
@media only screen and (max-width: 600px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
        width: 85% !important;
    }
}

/* HEADER */
.content, body .content.content_top_margin_none {
    margin-top: -120px !important;
} {
    margin-top: -120px !important;
}
.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    padding: 0px !important;
}
header:not(.sticky).dark .header_bottom {
    background-color: rgba(0, 0, 0, .2) !important;
    backdrop-filter: blur(20px);
    padding: 0px !important;
}
header .header_inner_left {
    left: 0px;
}
header.stick .q_logo a {
    height: 80px !important;
}
.popup_menu.normal {
    background-color: var(--clr-green-cfb);
    display: block;
    height: 120px !important;
    width: 120px !important;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
}
.popup_menu.normal:hover, .popup_menu.normal.opened {
    background-color: var(--clr-red-cfb);
}
.popup_menu.normal.opened:hover {
    background-color: var(--clr-green-cfb);
}
header.sticky .side_menu_button a.popup_menu.normal {
    height: 65px !important;
    width: 65px !important;
    line-height: 65px;
    margin-right: 15px;
    color: var(--clr-white) !important;
    padding: 0px;
}
header:not(.sticky).dark .header_bottom a {
    color: var(--clr-white) !important;
}
body header:not(.sticky).dark .header_bottom .side_menu_button>a {
    color: var(--clr-white) !important;
}
header {
    max-width: calc(100% - 40px);
    margin: 20px !important;
}
@media screen and (max-width: 1600px) {
    .main_menu {
        left: 400px !important;
        width: calc(100% - 380px);
    }
    nav.main_menu>ul {
        left: 0;
    }
    nav.main_menu>ul>li>a {
        padding: 0 10px;
    }
}
/*SUBMENU*/
nav.main_menu.drop_down.left {
    width: calc(100% - 253px);
}
.btn-catalogo {
    float: right !important;
    background-color: var(--clr-green-cfb);
    padding: 0 20px !important;
}
.btn-catalogo:hover {
    background-color: var(--clr-red-cfb);
}
.btn-catalogo>a:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-weight: 400;
    color: #fff;
}
.btn-catalogo>a, .btn-catalogo:hover>a, header nav.main_menu > ul > li.btn-catalogo:hover > a > span {
    color: #fff !important;
	opacity: 1 !important;
}
.btn-catalogo span.underline_dash {
	display: none;
}
.drop_down .wide.wide_background .second {
    background-color: rgba(0, 0, 0, 0) !important;
}
.second.drop_down_start>div>ul {
    width: calc(100% - 40px) !important;
    margin-top: 10px;
    padding: 40px 0px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    background: #F6F6F6;
    background: linear-gradient(0deg, rgb(246 246 246) 0%, rgba(255, 255, 255, 1) 100%) !important;
}
.cln-submenu {
    width: 20% !important;
    height: 100% !important;
    border-right: 1px solid #e5e5e5;
    border-left: 0px !important;
    padding: 30px 20px !important;
}
.cln-submenu:nth-child(5) {
    border-right: 0px solid #e5e5e5;
}
.cln-submenu-full {
    width: 100% !important;
}
.cln-submenu a, .cln-submenu-full a {
    text-align: center;
}
.cln-submenu ul li {
	width: 100% !important;
}
.logo-linea-menu img {
    height: 60px;
}
.logo-linea-menu a {
    padding: 0px !important;
}
.testo-linea-menu a {
    color: #000 !important;
    font-size: 14px !important;
    text-transform: initial !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 20px 0px !important;
}
.bottone-linea-menu a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    background-color: #34373a !important;
    width: 65%;
    margin: 0px auto !important;
    padding: 10px 0px !important;
}
.cln-submenu.hygia .bottone-linea-menu a {
    background-color: var(--clr-violet-hygia) !important;
}
.cln-submenu.hygia .bottone-linea-menu a:hover {
    background-color: var(--clr-blue-hygia) !important;
}
.cln-submenu.nivola .bottone-linea-menu a {
    background-color: var(--clr-gray-nivola) !important;
}
.cln-submenu.nivola .bottone-linea-menu a:hover {
    background-color: var(--clr-brown-nivola) !important;
}
.cln-submenu.workmate .bottone-linea-menu a {
    background-color: var(--clr-yellow-workmate) !important;
}
.cln-submenu.workmate .bottone-linea-menu a:hover {
    background-color: var(--clr-black-workmate) !important;
}
.cln-submenu.reskfit .bottone-linea-menu a {
    background-color: var(--clr-red-reskfit) !important;
}
.cln-submenu.reskfit .bottone-linea-menu a:hover {
    background-color: var(--clr-black-reskfit) !important;
}
.cln-submenu.kama .bottone-linea-menu a {
    background-color: var(--clr-black-kama) !important;
}
.cln-submenu.kama .bottone-linea-menu a:hover {
    background-color: var(--clr-red-kama) !important;
}
.cln-submenu-full {
    border-top: 1px solid #e5e5e5;
    border-left: 0px !important;
    max-width: 70%;
    margin: 60px 15% 20px !important;
    padding-top: 60px !important;
    height: fit-content !important;
}
.cln-submenu-full ul li {
	width: 60% !important;
	margin: 0 20% !important;
}
.cln-submenu-full.cfb img {
    height: 50px;
}
.cln-submenu-full.cfb .bottone-linea-menu a {
    width: 30%;
}
.cln-submenu-full.cfb .bottone-linea-menu a {
    background-color: var(--clr-red-cfb) !important;
}
.cln-submenu-full.cfb .bottone-linea-menu a:hover {
    background-color: var(--clr-green-cfb) !important;
}
@media screen and (max-width:1600px) {
	header .main_menu {
		left: 250px !important;
    }
	nav.main_menu.drop_down.left {
    	width: calc(100% - 250px);
	}
	.bottone-linea-menu a {
	    width: 95%;
	}
}
/*FULLSCREEN MENU*/
.carousel .video .video-wrap .mejs-controls button, .side_menu_button .popup_menu:hover {
    opacity: 1;
}
.full-menu {
    max-width: 1400px;
    margin: 0 auto;
}
.title-full-menu {
    max-width: 1000px;
    margin: 40px auto 30px;
}
.box-prodotto {
    background-color: var(--clr-white) !important;
    display: flex;
    padding: 20px 40px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    gap: 30px;
}
.colonna-logo {
    width: 20%;
}
.colonna-paragrafo {
    width: 60%;
    text-align: left;
}
.colonna-bottone {
    width: 20% !important;
}
.colonna-logo img {
    height: 70px;
}
.colonna-bottone a {
    width: 90%;
    padding: 0px !important;
    text-align: center;
    font-size: 16px;
}
.box-prodotto.hygia .colonna-bottone a {
    background-color: var(--clr-violet-hygia);
    padding: 0 30px;
}
.box-prodotto.hygia .colonna-bottone a:hover {
    background-color: var(--clr-blue-hygia);
}
.box-prodotto.nivola .colonna-bottone a {
    background-color: var(--clr-gray-nivola);
    padding: 0 30px;
}
.box-prodotto.nivola .colonna-bottone a:hover {
    background-color: var(--clr-brown-nivola);
}
.box-prodotto.workmate .colonna-bottone a {
    background-color: var(--clr-yellow-workmate);
    padding: 0 30px;
}
.box-prodotto.workmate .colonna-bottone a:hover {
    background-color: var(--clr-black-workmate);
}
.box-prodotto.reskfit .colonna-bottone a {
    background-color: var(--clr-red-reskfit);
    padding: 0 30px;
}
.box-prodotto.reskfit .colonna-bottone a:hover {
    background-color: var(--clr-black-reskfit);
}
.box-prodotto.kama .colonna-bottone a {
    background-color: var(--clr-red-kama);
    padding: 0 30px;
}
.box-prodotto.kama .colonna-bottone a:hover {
    background-color: var(--clr-black-kama);
}
@media screen and (max-width: 1400px) {
    .full-menu {
        margin: 0 3%;
    }
    .colonna-bottone a {
        width: 100%;
    }
}
/*HEADER MOBILE*/
@media screen and (max-width:1400px) {
    .mobile_menu ul {
        width: 100% !important;
        max-width: -webkit-fill-available;
    }
    header {
        top: 0px !important;
        margin: 0!important;
        display: block;
        position: relative!important;
        left: 0!important;
		max-width: 100%;
    }
    .q_logo img {
        top: 0;
        left: 0;
    }
    .header_inner_left, footer.uncover, header {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0;
    }
    .main_menu {
        display: none!important;
    }
    header .q_logo img.dark, header .q_logo img.light, header .q_logo img.normal, header .q_logo img.sticky {
        display: none !important;
    }
    .header_bottom, footer .container_inner, nav.content_menu {
        padding: 0 0px;
    }
    .header_bottom {
        background-color: var(--clr-transparent) !important;
        backdrop-filter: blur(0px);
        padding: 0px !important;
    }
    header .q_logo img.mobile {
        display: block!important;
        opacity: 1!important;
        position: relative;
        margin: 0 auto;
    }
    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle;
    }
    .logo_wrapper, .mobile_menu_button {
        display: table;
    }
    .fixed_top_header .q_logo img.mobile, .logo_wrapper {
        position: absolute;
    }
    .logo_wrapper {
        height: 70px !important;
        left: 70px !important;
    }
    header.stick .q_logo a {
        height: 70px !important;
        left: 0% !important;
        width: auto!important;
    }
    header.stick .q_logo a img {
        width: 100% !important;
    }
    .side_menu_button {
        height: 70px!important;
    }
    .mobile_menu_button span, .side_menu_button>a {
        font-size: 23px !important;
    }
    .mobile_menu_button {
        height: 70px;
        width: 70px;
        background-color: var(--clr-green-cfb);
        text-align: center;
        margin: 0px !important;
    }
    header .q_logo img.mobile {
        margin-top: 0px;
        width: 140px !important;
    }
    .header_bottom, footer .container_inner, nav.content_menu {
        padding: 0 0px;
    }
    nav.mobile_menu {
        display: block;
    }
    .header_inner_right {
        display: none;
    }
    .mobile_menu ul {
        width: 100%;
        max-width: -webkit-fill-available;
        padding: 20px !important;
    }
    .voice-menu-mobile, .no-border-voice {
        border: 0px !important;
    }
    .voice-menu-mobile a {
        padding: 0 0 10px !important;
    }
    .voice-menu-mobile a span {
        font-size: 1.2rem !important;
    }
    .voice-menu-mobile.last-voice-menu {
        margin-bottom: 20px;
    }
    .address-voice-menu p {
        text-transform: initial;
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .full-menu {
        margin: 0;
        display: flex;
        overflow-y: auto;
        gap: 30px;
    }
    .box-prodotto {
        display: flex;
        padding: 0px !important;
        margin-bottom: 0px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .colonna-logo {
        width: 100%;
        text-align: center;
    }
    .colonna-paragrafo {
        width: 100%;
        text-align: center;
        text-transform: initial;
    }
    .colonna-paragrafo p {
        font-size: 0.9rem !important;
    }
    .colonna-bottone {
        width: 100% !important;
    }
    .colonna-bottone a.qbutton {
        width: auto;
        padding: 0 60px !important;
        font-size: 1rem !important;
        color: var(--clr-white) !important;
        line-height: 35px !important;
        height: 35px !important;
    }
    nav.mobile_menu ul li:last-child.address-voice-menu {
        border-top: 1px solid var(--clr-light-gray) !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }
    .mobile_menu_button span:hover,
    .side_menu_button>a:hover,
    header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
            opacity: 1;
    }
}
/*FOOTER*/
.footer_top_holder {
    background-position: top right !important;
}
.footer_inner {
    border-top: 1px solid var(--clr-light-gray);
}
footer .footer_top a:not(.qbutton):hover {
    color: var(--clr-red-cfb) !important;
}
.riga-certificazioni {
    display: flex;
    align-items: center;
}
.box-certificazioni {
    display: flex;
    align-items: center;
    gap: 30px;
    border-right: 1px solid var(--clr-light-gray);
    padding: 0 30px;
    width: fit-content;
}
.box-certificazioni.no-border {
    border: 0px;
}
.testo-certificazioni {
    font-size: 0.7rem !important;
    line-height: 1.1;
}
.testo-certificazioni a {
    font-weight: 600;
}
.first-column-footer {
    border-right: 1px solid var(--clr-light-gray);
    padding: 30px 80px 30px 30px;
}
.second-column-footer {
    padding: 50px 0px 50px 80px;
}
.third-column-footer {
    padding: 50px 0px 50px 0px;
}
.logo-footer {
    height: 50px;
}
.title-footer p {
    font-size: 1.1rem !important;
}
.paragraph-footer p {
    font-size: 0.8rem !important;
    line-height: 1 !important;
}
.widget_nav_menu h5 {
    font-size: 1rem !important;
    text-transform: initial;
    color: var(--clr-black) !important;
}
.footer_top .widget.widget_nav_menu li {
    padding-bottom: 5px !important;
}
.elementor-widget.elementor-widget-sidebar .widget li, .wpb_widgetised_column .widget li {
    margin: 0 0 5px;
}
.box-footer-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 30px;
}
.box-footer-bottom p:after {
    content: '/';
    padding-left: 30px;
}
.box-footer-bottom p, .box-footer-bottom a {
    font-size: 0.8rem !important;
    line-height: 1;
}
.footer_top {
    max-width: 75%;
}
.elementor-widget.elementor-widget-sidebar .widget, .wpb_widgetised_column .widget {
    margin: 0px;
}
@media screen and (max-width: 1500px) {
    .footer_top {
        max-width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .footer_top_holder {
        background: url(https://cfb.sviluppo.host/wp-content/uploads/2025/12/bg-footer.jpg) no-repeat;
        background-size: 150%;
    }
    .first-column-footer {
        border-right: 0px solid var(--clr-light-gray);
        padding: 30px 80px 30px 30px;
        border-bottom: 1px solid var(--clr-light-gray);
        max-width: -webkit-fill-available;
    }
    .second-column-footer {
        padding: 30px 60px 30px 30px;
        width: fit-content !important;
        margin-top: 30px !important;
        border-right: 1px solid var(--clr-light-gray);
    }
    .third-column-footer {
        padding: 30px 0px 30px 60px;
        width: fit-content !important;
        margin-top: 30px;
    }
    .colonna-immagine img {
        height: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .box-certificazioni {
        width: calc(50% - 61px);
    }
    .riga-certificazioni {
        flex-wrap: wrap;
    }
    .box-certificazioni:nth-child(2) {
        border: 0px;
    }
    .box-certificazioni.no-border {
        margin-top: 30px;
    }
    .testo-certificazioni {
        width: 60%;
    }
    .box-footer-bottom {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding-left: 30px;
        flex-direction: column-reverse;
    }
    .single-voice-footer-bottom {
        margin-top: 20px;
    }
    .box-footer-bottom p:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .riga-certificazioni {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .box-certificazioni {
        width: 100%;
        border-bottom: 0px solid var(--clr-light-gray) !important;
        border-right: 0px !important;
        padding: 15px 30px;
        max-width: -webkit-fill-available;
    }
    .box-certificazioni:nth-child(2) {
        border-bottom: 1px solid var(--clr-light-gray);
    }
    .box-certificazioni.no-border {
        margin-top: 0px;
    }
    .second-column-footer {
        padding: 30px 30px 30px 30px;
    }
    .third-column-footer {
        padding: 30px 0px 30px 30px;
    }
}
@media screen and (max-width: 600px) { 
    .testo-certificazioni {
        width: 70%;
    }
    .second-column-footer {
        padding: 0px 30px;
        width: 100% !important;
        margin-top: 30px !important;
        border-right: 0px solid var(--clr-light-gray);
    }
    .third-column-footer {
        padding: 0 30px;
        width: 100% !important;
        margin-top: 30px;
    }
    .footer_top, .footer_top.footer_top_full {
        padding: 0 20px 20px !important;
    }
    .footer_top_holder {
        background-size: 250%;
    }
}
@media screen and (max-width: 480px) {
    .box-certificazioni {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
}
/*SEZIONE ICONE IN HOME*/
.margin-paragrafo {
    padding-left: 60px;
}
.box-offerta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 colonne */
    grid-template-rows: 1fr 1fr;
    /* 2 righe */
    gap: 30px;
}

.colonna-offerta {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.colonna-icona {
    width: 10%;
}

.colonna-testo {
    width: 90%;
    text-align: left;
    padding-bottom: 20px;
}

.colonna-offerta:nth-child(1) .colonna-testo,
.colonna-offerta:nth-child(2) .colonna-testo {
    border-bottom: 1px solid var(--clr-gray-a8);
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .box-offerta {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 30px;
    }

    .colonna-offerta:nth-child(3) .colonna-testo {
        border-bottom: 1px solid var(--clr-gray-a8);
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .colonna-icona {
        width: 15%;
    }

    .colonna-testo {
        width: 100%;
    }

    .margin-paragrafo {
        padding-left: 30px;
    }
}
@media screen and (max-width: 600px) {
    .margin-paragrafo {
        padding-left: 0px;
    }
}
@media screen and (max-width: 480px) {
    .colonna-offerta {
        flex-direction: column;
    }
}
/*CTA CONTATTI*/
.row-contatti-cta {
    background-color: #f7f7f7;
    padding: 10% 0;
}
.row-contatti-cta h6 {
    font-size: clamp(2.0rem, 3.5vw, 3.3rem);
    line-height: 1;
    font-weight: 900;
    padding-right: 30px;
}
.button-gradient {
    background: linear-gradient(90deg, var(--clr-red-cfb) 20%, var(--clr-green-cfb) 80%);
}
.row-contatti-cta p {
    padding-right: 30%;
}
.row-contatti-cta .qbutton {
    color: var(--clr-white) !important;
    font-weight: 800 !important;
}
.wpb_widgetised_column .widget a.button-gradient:hover {
    color: var(--clr-white) !important;
}
@media screen and (max-width: 1500px) {
    .row-contatti-cta h6 {
        padding-right: 0px;
    }
    .row-contatti-cta p {
        padding-left: 5%;
        padding-right: 0%;
    }
}
@media screen and (max-width: 1200px) {
    .row-contatti-cta p {
        padding-right: 0%;
    }
}
@media screen and (max-width: 768px) {
    .row-contatti-cta {
        padding: 30% 0;
    }
    .row-contatti-cta p {
        padding-right: 0%;
        padding-left: 0%;
        padding-top: 20px;
    }
}
/* 404 ERROR PAGE */
.page_not_found h2 {
    margin: 0px 0 20px;
    color: #000;
    padding-top: 30%;
    text-transform: uppercase;
}
.page_not_found p {
    color: #000;
}
/* FULLWIDTH BUTTON */
.qbutton.big_large_full_width {
    padding: 0 0px;
}
/* SQUARE ICON */
.fa-stack {
    width: 2em;
}
/* SIDEAREA AND FULLSCREEN MENU SCROLL */
section.side_menu.right {
    overflow-y: auto !important;
}
.popup_menu_holder_outer {
    overflow-y: scroll !important;
}
@media only screen and (max-width: 1000px) {
    .popup_menu_opened.qode_popup_menu_fade_in .popup_menu_holder_outer {
        overflow-y: scroll !important;
    }
}
/*STRUTTURA CONTACT FORM AGGIORNATA*/
.container-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.container-form .col-12 {
    width: calc(100% - 20px);
}
.container-form .col-10 {
    width: calc(80% - 20px);
    padding-right: 20px;
}
.container-form .col-6 {
    width: calc(50% - 20px);
    padding-right: 20px;
}
.container-form .col-3 {
    width: calc(33.33333% - 20px);
    padding-right: 20px;
}
.container-form .col-2 {
    width: calc(20% - 20px);
    padding-right: 20px;
}
.box-prime-info {
    display: flex;
}
.colonna-1 {
    width: 60%;
    padding-right: 60px;
}
.colonna-2 {
    width: 40%;
}
.separatore-form {
    width: 300px;
    height: 1px;
    background-color: #f2f2f2;
    margin: 60px 0px;
}
.wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}
@media screen and (max-width: 1000px) {

    .container-form .col-12,
    .container-form .col-10,
    .container-form .col-6,
    .container-form .col-3,
    .container-form .col-2 {
        width: 100%;
        padding: 0px;
    }
}