:root { --accent: #6f6858; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2); } 25% { box-shadow: -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1); } 50% { box-shadow: -10px -10px rgba(0, 0, 0, 1), 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2); } 75% { box-shadow: 10px -10px rgba(0, 0, 0, 0.2), 10px 10px rgba(0, 0, 0, 1), -10px 10px rgba(0, 0, 0, 0.2), -10px -10px rgba(0, 0, 0, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #faf5ee }/* Hides the user icon and text on BOTH Desktop and Mobile headers */ .header-user-area, .mobile-user-area, .i-nav.mobile-menu-item.sign-in-button { display: none !important; } /* Removes the user/avatar icon from the MyListing header */ .header-user-nav .user-avatar, .header-user-nav .fa-user { display: none !important; } /* Removes the user icon and the Sign In text */ .header-user-nav { display: none !important; } .header .user-area.signin-area, .header .mob-sign-in { display: none !important; } .user-area.signin-area span, .user-area.signin-area a[href*="login"] { display: none; } .user-area.signin-area span, .user-area.signin-area a[href*="register"] { display: none;