:root { --accent: #ffd000; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 208, 0, 1), -10px 10px rgba(255, 208, 0, 0.2), -10px -10px rgba(255, 208, 0, 1), 10px -10px rgba(255, 208, 0, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 208, 0, 0.2), -10px -10px rgba(255, 208, 0, 1), 10px -10px rgba(255, 208, 0, 0.2), 10px 10px rgba(255, 208, 0, 1); } 50% { box-shadow: -10px -10px rgba(255, 208, 0, 1), 10px -10px rgba(255, 208, 0, 0.2), 10px 10px rgba(255, 208, 0, 1), -10px 10px rgba(255, 208, 0, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 208, 0, 0.2), 10px 10px rgba(255, 208, 0, 1), -10px 10px rgba(255, 208, 0, 0.2), -10px -10px rgba(255, 208, 0, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }.slc-info p { font-size: 17px !important; padding-left: 10px; padding-right: 10px; margin-bottom: 0; line-height: 1.1; color: #ffffff; font-weight: 400 !important; opacity: 1; -webkit-transition: opacity .20s ease; transition: opacity .20s ease; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .featured-categories ul li a { background: hsla(0, 0%, 80%, 0.5) !important; /* Force opacity change with !important */ width: 159px !important; height: 95px; display: block; color: #fff; border-radius: 2px; -webkit-transition: background .15s ease; transition: background .15s ease; overflow: hidden; position: relative; } .featured-categories ul li { float: right !important; margin-bottom: 5px !important; margin-right: -4px !important; } .featured-categories ul { margin: 4px !important; }