:root { --accent: #ba3b46; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }.fs-tabs .nav-tabs { display: none; } /* The following code changes the work hours increments from 15 minute increments to 30 minute increments */ ul[id*="select2-work_hours"] li[id*=":45"], ul[id*="select2-work_hours"] li[id*=":15"] { display: none !important; } /*The following code removes the description from the preview card */ .lf-item-info-2 h6 { display: none; } /*The following code will cap location text if too long on the preview card */ .lf-item-info-2>ul.lf-contact li { width: 100% !important; } .lf-item-info-2>ul.lf-contact li span { width: 100% !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; } /*The following code will restrict the title to one line and will add three dots in the end. */ .lf-item-container .lf-item-info-2 h4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } /*The following code will seperate the fields on their own line */ .lf-item.lf-item-list-view .lf-item-info>ul.lf-contact li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } /*Top field of preview card being cut off */ .no-logo.has-tagline.has-info-fields .lf-item-info-2 { -webkit-transform: translateY(calc(100% - 43px)); transform: translateY(calc(100% - 43px)); } /*Fix misalignment on dashboard page */ .woocommerce-EditAccountForm > .woocommerce-form-row label input { display: inline-block; margin-right: 10px; width: auto !important; } 