:root { --accent: #2d9b9b; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 239, 239, 1), -10px 10px rgba(255, 239, 239, 0.2), -10px -10px rgba(255, 239, 239, 1), 10px -10px rgba(255, 239, 239, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 239, 239, 0.2), -10px -10px rgba(255, 239, 239, 1), 10px -10px rgba(255, 239, 239, 0.2), 10px 10px rgba(255, 239, 239, 1); } 50% { box-shadow: -10px -10px rgba(255, 239, 239, 1), 10px -10px rgba(255, 239, 239, 0.2), 10px 10px rgba(255, 239, 239, 1), -10px 10px rgba(255, 239, 239, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 239, 239, 0.2), 10px 10px rgba(255, 239, 239, 1), -10px 10px rgba(255, 239, 239, 0.2), -10px -10px rgba(255, 239, 239, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f8f9fa }/* Hide MyListing promotional banner */ .promo-banner, .purchase-theme-banner, [href*="themeforest.net"] { display: none !important; } /* Hide "Get MyListing today!" promotional section */ .c27-bg-primary-gradient { display: none !important; } /* Modern color scheme - Soft blue-gray background */ body { background-color: #F5F7FA !important; } /* Apply modern colors to all major sections and containers */ .content-area, .site-content, .container, .entry-content, .section, #page, #content, .page-wrapper, .site-main { background-color: #F5F7FA !important; } /* Footer background - darker coordinating color */ footer, .site-footer, #site-footer, .footer, .footer-wrapper { background-color: #2C3E50 !important; color: #ECF0F1 !important; } /* Ensure Elementor sections also get modern background */ .elementor-section { background-color: #F5F7FA !important; } /* Card backgrounds - clean white for contrast */ .listing-card, .post, article, .entry { background-color: #FFFFFF !important; } /* Header styling */ header, .site-header { background-color: #FFFFFF !important; border-bottom: 1px solid #E1E8ED; }