/*
Theme Name: Twenty Twelve Child
Theme URI: https://wordpress.org/themes/twentytwelve/
Template: twentytwelve
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Tags: blog,one-column,two-columns,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,block-patterns
Version: 4.7.1766525370
Updated: 2025-12-23 21:29:30

*/
#secondary img {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Force footer to center */
#colophon {
	font-size: 11px !important
    text-align: center !important;
}

/* Center the inner containers */
#colophon .site-info,
#colophon .footer-content,
#colophon .site-disclaimer,
#colophon .wp-theme-credits {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block;
}

/* Optional spacing */
.site-disclaimer {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.wp-theme-credits {
    margin-top: 10px;
    font-size: 10px;
    opacity: 0.8;
}

