/****************************
 * Footer
****************************/
/* Footer text and permalink */
.site-footer-content {}
.site-footer-content a {}

/* 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 li:not(:last-child) {margin-bottom:var(--vii-spacing-10);}

/*********************************************
 * Footer Responsive
**********************************************/
@media only screen and (max-width:1024px) {
}