:root { --accent: #f29407; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(242, 148, 7, 1), -10px 10px rgba(242, 148, 7, 0.2), -10px -10px rgba(242, 148, 7, 1), 10px -10px rgba(242, 148, 7, 0.2); } 25% { box-shadow: -10px 10px rgba(242, 148, 7, 0.2), -10px -10px rgba(242, 148, 7, 1), 10px -10px rgba(242, 148, 7, 0.2), 10px 10px rgba(242, 148, 7, 1); } 50% { box-shadow: -10px -10px rgba(242, 148, 7, 1), 10px -10px rgba(242, 148, 7, 0.2), 10px 10px rgba(242, 148, 7, 1), -10px 10px rgba(242, 148, 7, 0.2); } 75% { box-shadow: 10px -10px rgba(242, 148, 7, 0.2), 10px 10px rgba(242, 148, 7, 1), -10px 10px rgba(242, 148, 7, 0.2), -10px -10px rgba(242, 148, 7, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* HIDE THE PREVIEW LISTING OPTION FROM THE MYLISTING SUBMIT FORM */ body.add-listing-form #form-section-submit .listing-form-submit-btn .preview-btn { display: none; } /* BONUS DESIGN */ .listing-form-submit-btn button[type=submit] { width: 100% !important; padding: 15px !important; background: #000 !important; color: #fff !important; } .listing-form-submit-btn button[type=submit]:hover { border-bottom: none !important; background: #1a1a1a !important; transition: .2s ease-in-out !important; } /*ADD LISTING TABLE OF CONTENTS DESIGN */ .add-listing-step { display: flex; justify-content: space-around; align-items: flex-start; flex-wrap: wrap; } .add-listing-step .i-section { order: 2; } .add-listing-step .add-listing-nav { order: 1; } .add-listing-nav { height: fit-content; width: 100% !important; background: #fff; position: sticky !important; } .add-listing-nav>ul { width: unset; margin: 0px auto !important; } .add-listing-nav li { width: fit-content; float: left; } .add-listing-nav a { width: fit-content; } .cat-card:hover .ac-front-side, .face.ac-front-side{ transform: none; } .profile-cover.profile-cover-no-img { height: 220px; background: #6b6b6b; } 