/****************************
 * Footer
****************************/
/* Footer text and permalink */
.txt_size_body_small {
    --vii-spacing-paragraph:12px;

    letter-spacing:0.05em;
}
.txt_size_body_small p:has(.txt_subtitle) {
    --vii-spacing-paragraph:var(--vii-spacing-24);
}

/* permalink */
.txt_size_body_small p a:not([class*="btn_"]) {text-decoration:none;}

/* Footer rows and columns */
.footer-row.vc_row {display:flex; flex-wrap:wrap; justify-content:space-between;}
.footer-row.vc_row:before, .footer-row.vc_row:after {display:none;}
.footer-row.vc_row > div {width:auto;}

/* Footer nav menu */
.site-footer-content .widget_nav_menu ul ul {display:none;}
.site-footer-content .widget_nav_menu ul {margin:0; list-style:none;}
.site-footer-content .widget_nav_menu ul li {margin:0; padding:0;}
.site-footer-content .widget_nav_menu ul li:not(:last-child) {margin-bottom:var(--vii-spacing-paragraph);}
.site-footer-content .widget_nav_menu a {
    text-transform:uppercase; font-weight:700;
}

/*********************************************
 * Footer Responsive
**********************************************/
@media only screen and (max-width:767px) {
    .site-footer-content .wpb_column:has(.wpb_single_image) {order:-1;}
    /*.site-footer-content .wpb_single_image.vc_align_center {text-align:left;}*/
    p[style*="text-align: right;"] {text-align:center !important;}
}