:root { --accent: #5eafae; } @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 }/* work hours utc remove */ .fieldset-work_hours .form-group:last-child{ display: none; } /* Tags */ .block-type-tags .element .pf-body>.social-nav li i, .social-nav li a i{ display: none; } .block-type-tags .element .pf-body>.social-nav li{ min-width: auto; } .block-type-tags .element .pf-body>.details-list li a{ margin: 0px; padding: 6px 12px; } .block-type-tags .element .social-nav li{ width: auto !important; background: rgba(0, 0, 0, 0.05); margin: 5px !important; border-radius: 8px; transition: 0.3s; } .block-type-tags .element .social-nav li:hover{ background: rgba(0, 0, 0, 0.1); } #top-ge-counter-container{ margin-top: 20px; } /* remove shadow, add border */ .lf-item-container, .element, .ac-front-side, .c27-pick-package, nav.job-manager-pagination ul li a, nav.job-manager-pagination ul li span, .woocommerce table.job-manager-jobs tr, .woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment, .face.ac-back-side{ box-shadow: none !important; border: solid 1px rgba(0,0,0,.1); border-radius:12px !important; } .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table{ box-shadow: unset; border-left: solid 1px rgba(0,0,0,.1); border-right: solid 1px rgba(0,0,0,.1); border-bottom: solid 1px rgba(0,0,0,.1); } /* add listing descriptions */ .add-listing-desc{ display: block; margin-top:12px; color: #8a8a8a; } /* hide url in repeater */ .resturant-menu-repeater input[name="stuff[0][menu-url]"] { display: none; } .resturant-menu-repeater input[name="stuff[0][link-label]"] { margin-right: unset !important; } /* hide dashboard stuff */ #job-manager-job-dashboard table ul.job-dashboard-actions .cts-listing-action-status, #job-manager-job-dashboard table ul.job-dashboard-actions .cts-listing-action-stats, #job-manager-job-dashboard table ul.job-dashboard-actions .cts-listing-action-duplicate{ display: none !important; } .bookmark-actions a, .job-dashboard-actions li a{ font-size:12px; } /* user menu dropdown */ .user-profile-dropdown .i-dropdown{ width: 270px; } /* other */ .fieldset-job_location .description{ display: none; } div[data-repeater-list=job_location] .repeater-item{ border-bottom: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important; } 