/*Hide footer credit*/
#infinite-footer .blog-credits {
	  display: none;
}
/* Fix Eris opacity bug on missing elements | #2587198-zen (EZ) */
.sd-social .sd-content {
	  opacity: 1;
	  padding-left: 0;
}
/* Change to WP 'Small' font-size preset: top nav, follow/social, scroll hint, filter tags, back to top */
#site-navigation #primary-menu > li > a, .menu-social-container #socMenuTrig, .menu-social-container a, .page-header .category-filter a, button.scroll-down, #scrollUpBtn { font-size: var(--wp--preset--font-size--small) !important; }
/* Change to WP 'Small' font-size preset: main slider current/total number */
.featured-slider-wrap .slick-dots { font-size: var(--wp--preset--font-size--small) !important; }
.featured-slider-wrap .slick-dots li button { font-size: var(--wp--preset--font-size--small) !important; }
/* Change to WP 'Small' font-size preset: read more link (story archive & other post listings) */
.read-more-link { font-size: var(--wp--preset--font-size--small) !important; }
/* Change to WP 'Small' font-size preset (15px): dropdown submenu items (browse, publish, who are supporters?, companies, indivisuals, editors, contact) */
#site-navigation .sub-menu a { font-size: var(--wp--preset--font-size--small) !important; }
/* Widen only the "supporters" dropdown box so "Who are supporters?" stays on one line (other dropdown boxes untouched) */
#menu-item-35792 > .sub-menu { width: 230px !important; }
/* Change to WP 'Small' font-size preset (15px): "..." menu panel opened via top-right more button (site info, contact email, description text) */
#secondary, #secondary .widget-title, #secondary .textwidget p, #secondary .confit-email a, #secondary a { font-size: var(--wp--preset--font-size--small) !important; }
/* Widen "..." menu panel text widget so the 3-line Korean/English site-info paragraphs (with manual line breaks) don't wrap mid-line at 15px */
#text-8.widget_text { max-width: 580px !important; }
/* Widen "..." menu panel photo widget so its left edge matches the text widget's left edge (both max-width:580px, centered in the same 754.667px sidebar, giving identical ~87.33px offset) */
#block-2.widget_block { max-width: 580px !important; }

/* Left-align "info@skkusoa.com" widget and pull it flush against the description text below it in the "..." panel */
#widget_contact_info-3 { max-width: 580px !important; }
/* Hide the empty (blank space) widget title on the email widget so it stops adding extra vertical gap */
#widget_contact_info-3 .widget-title { display: none !important; }
/* Tighten the gap between the email widget and the description text widget so email sits right above the description */
#text-8 { margin-top: 10px !important; }