/****************************
 * Footer
****************************/
/* Footer text and permalink */
.site-footer-content {--px-spacing-default:var(--px-spacing-72);}
.site-footer-content .wpb_text_column a:not([class*="btn_"]) {text-decoration:none;}

.site-footer-content .mceContentBody a:not([class*="btn_"])[href*="mailto"],
.site-footer-content .wpb_text_column a:not([class*="btn_"])[href*="mailto"] {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 logo image */
.footer-logo-image.wpb_single_image img {width:auto; height:90px;}

/* Footer nav menu */
.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(--px-spacing-10);}

/* txt_color_white */
.site-footer-content.txt_color_white .widget_nav_menu a {color:var(--px-color-white);}
.site-footer-content.txt_color_white .widget_nav_menu a:hover {color:var(--px-color-primary-highlight);}

/* SECTION - footer logo */
.footer-logo.wpb_single_image img {aspect-ratio:198/32;}

/* SECTION - copyright */
#copyright {--px-spacing-default:0; --px-gap-vc-column:12px; display:flex; align-items:center; flex-wrap:wrap; gap:30px 0;}
#copyright .vc_row {display:flex;align-items:center;}
#copyright .widget_nav_menu ul.menu {display:flex; align-items:center; gap:24px; flex-wrap:wrap;}
#copyright .widget_nav_menu ul li:not(:last-child) {margin-bottom:0;}
#copyright > .wpb_column:first-child .vc_row .wpb_column:first-child {width:auto;;}


/*********************************************
 * Footer Responsive
**********************************************/
@media only screen and (max-width:1280px) {
    .site-footer-content {--px-spacing-default:32px;}
    .site-footer-content > .container > .vc_row > .wpb_column {width:100%;}
}

@media only screen and (max-width:1023px) {
    .site-footer-content > .container > .vc_row:not(#copyright) > .wpb_column:not(:has(.footer-logo)) .vc_row {display:flex; flex-wrap:wrap;}
    .site-footer-content > .container > .vc_row:not(#copyright) > .wpb_column:not(:has(.footer-logo)) .vc_row > .wpb_column {width:50%;}

}


@media only screen and (max-width:768px) {
    /* SECTION - copyright */
    #copyright .vc_row {display:flex; flex-direction:column; align-items:flex-start;}
    #copyright .vc_row .wpb_column:has(.menu) {padding-top:16px;}
    #copyright .widget_nav_menu ul.menu {gap:16px;}
}

@media only screen and (max-width:480px) {
    /* dec 25: spacing adjustment */
    .site-footer-content {--px-spacing-default:10px; --px-spacing-paragraph:6px; --px-spacing-heading:6px;}
    .footer-logo {margin-bottom:40px !important;}
    .col-hotline {padding-top:24px;}
    .site-footer-content .vc_separator {display:none;}
    #copyright {gap:15px 0; padding-top:20px;}


    .site-footer-content {padding-top:50px}
    .site-footer-content > .container > .vc_row:not(#copyright) > .wpb_column:not(:has(.footer-logo)) .vc_row > .wpb_column .vc_column-inner {max-width:unset;}
    .site-footer-content > .container > .vc_row:not(#copyright) > .wpb_column:not(:has(.footer-logo)) .vc_row > .wpb_column {width:100%;}
    .site-footer-content > .container > .vc_row:not(#copyright) > .wpb_column:not(:has(.footer-logo)) .vc_row > .wpb_column p:has(+ p > [class*="btn_primary"]) {--px-spacing-paragraph:20px;}

    /* SECTION - separator */
    .site-footer-content .container > .vc_row .vc_separator {margin-bottom:32px !important;}
}