/****************************
 * Footer
****************************/
/* Footer text and permalink */
.site-footer-content {padding-top:var(--vii-spacing-72);}
.site-footer-content a.vii-hover-image::before {content:unset;}
.site-footer-content a.vii-hover-image:is(:hover, :focus) img {transform:scale(0.97);}

/* 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;}

/* txt_color_white */
.site-footer-content .txt_color_white a {text-decoration:none;font-weight:500;}
.site-footer-content .txt_color_white a:is(:hover, :focus) {color:var(--vii-color-pink);}

/* footer copyright */
#copyright {padding-top:11px;padding-bottom:14px;}
#copyright .widget_nav_menu ul {display:flex;align-items:center;justify-content:flex-end;gap:24px;}
#copyright .widget_nav_menu ul li {margin-bottom:0;}
#copyright .widget_nav_menu ul a {font-family:var(--vii-font-primary);font-size:14px;}


/*********************************************
 * Footer Responsive
**********************************************/
@media only screen and (max-width:1024px) {
    .footer-row.vc_row > div {width:calc(100% / 3);}
}
@media only screen and (max-width:767px) {
    .footer-row.vc_row > div {width:100%;}
    .site-footer-content {padding-top:36px;}
    #footer-logos {margin-bottom:36px !important;}
    #footer-logos > .vc_column-inner > .wpb_wrapper {
        display:flex;align-items:flex-start;justify-content:space-between;
        margin:0 -15px;
    }
    #footer-logos > .vc_column-inner .vc_row {width:50%;margin:0;}
    #footer-logos > .vc_column-inner .wpb_single_image {
        --vii-si-max-width:125px !important;
    }
    #footer-logos .wpb_text_column {margin-bottom:16px !important;}
    #footer-logos .wpb_single_image {margin-bottom:32px !important;}
    #footer-logos .wpb_single_image:last-child {margin-bottom:0 !important;}
    #footer-social {margin-top:20px;}
    #footer-social .wpb_text_column {margin-bottom:16px !important;}
    #footer-social .vii-social-buttons {margin-bottom:36px !important;}
    #copyright {gap:8px;}
    #copyright .widget_nav_menu ul {justify-content:unset;}
}
