Custom CSS
/* Saving Paws Rescue Arizona — Custom Styles */
/* ===== IMAGE SIZING ===== */
/* Constrain images to their specified width/height attributes */
.entry-content img {
max-width: 100%;
height: auto;
}
/* Respect WordPress size classes */
.entry-content img.size-thumbnail { max-width: 150px; }
.entry-content img.size-medium { max-width: 300px; }
.entry-content img.size-medium_large { max-width: 768px; }
.entry-content img.size-large { max-width: 1024px; }
/* Images with explicit width attributes — respect them */
.entry-content img[width] {
width: auto;
max-width: 100%;
}
/* SiteOrigin layout compatibility — constrain panels */
.entry-content .panel-layout img { max-width: 100%; height: auto; }
/* ===== HIDE HOMEPAGE TITLE ===== */
.home .entry-hero { display: none !important; }
/* ===== HEADER ===== */
.site-header-wrap { background-color: #343438 !important; }
.site-header-wrap .site-title a { color: #ffffff !important; }
.site-header-wrap .site-description { color: #cccccc !important; }
/* Navigation */
.header-menu-container .menu > li > a { color: #ffffff !important; }
.header-menu-container .menu > li > a:hover { color: #d43700 !important; }
.header-menu-container .menu > li.current-menu-item > a { color: #d43700 !important; }
.header-menu-container .sub-menu { background: #343438 !important; border-top: 2px solid #d43700; }
.header-menu-container .sub-menu a { color: #ffffff !important; }
.header-menu-container .sub-menu a:hover { color: #d43700 !important; }
/* ===== COLORS ===== */
a { color: #d43700; text-decoration: none; }
a:hover { color: #141572; }
h1, h2, h3 { color: #141572; }
/* Buttons */
.wp-block-button__link { background-color: #d43700 !important; color: #ffffff !important; border-radius: 4px; }
.wp-block-button__link:hover { background-color: #141572 !important; }
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent !important;
border: 2px solid #141572 !important;
color: #141572 !important;
}
/* ===== FOOTER ===== */
.site-footer-wrap { background-color: #333333 !important; }
.site-footer-wrap, .site-footer-wrap a { color: #ffffff !important; }
.site-footer-wrap a:hover { color: #d43700 !important; }
.site-footer-wrap .widget-title { color: #ffffff !important; }
.site-footer-bottom-wrap { background: #2a2a2e !important; color: #999 !important; }
/* ===== HOMEPAGE SPECIFIC ===== */
/* Full-width hero image */
.home .wp-block-image.alignfull img {
width: 100%;
height: auto;
display: block;
}
/* 3-column icon section background */
.home .wp-block-group.has-background {
padding: 30px 20px;
}
