:root { --accent: #168e84; } @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: }/****** MYLISTING BASIC SEARCH FORM ******/ /**** TAB LABELS ****/ .transparent .fs-tabs .nav-tabs>li.active>a { color: #ffffff !important; } .transparent .fs-tabs .nav-tabs>li.active>a:hover { color: #168e84 !important; } .transparent .fs-tabs .nav-tabs>li>a:hover { color: #96b0ab } /* HIDE THE REMOVE ITEMS ICON SINCE IT IS NOT NEEDED HERE*/ span.select2-selection__clear:before { display: none; } /**** FORM BACKGROUND AND SEARCH BUTTON ****/ .transparent .featured-search.wide .fs-tabs .tab-content { border-radius: 40px; padding: 10px 30px 10px 30px; background: rgba(255,255,255,0.80); } /****** GENERAL ******/ /**** ICONS ****/ .round-icon .title-style-1 i { color: #168E84; background: #fff; } .round-icon .title-style-1 h5 { text-transform: uppercase; letter-spacing: .5px; } /* HIDE REVIEW QUICK ACTION FROM THE LISTING AUTHOR */ body.is-listing-author .show-review-form { display: none; } /****REMOVE DOUBLE ICON MAP***/ .finder-map i {display: none;} } /**** MOBILE VIEW ****/ /** SEARCH AND FILTER BAR **/ .explore-head-search { font-weight: 600; } .explore-head-search>i { color: #a6937b; } .explore-head-search input { font-size: 14px; } .explore-head-top-filters a { color: #242429; } /** MAP AND LIST VIEW BUTTONS **/ .explore-mobile-nav .nav-tabs li a { background: #a6937b; color: #fff; letter-spacing: .5px; text-transform: uppercase; border-radius: 25px !important; } .explore-mobile-nav .nav-tabs li a i { color: #fff; } map.scrollWheelZoom.enable(); } /**** CATEGORY CARDS ****/ .finder-search .lc-icon i { display: none; } .listing-cat a:hover .overlay { opacity: .5; } /* MAPBOX LOGO HIDDEN ON MAP */ a.mapboxgl-ctrl-logo { display: none; } /*HIDE DUPLICATE BUTTON FROM USER MENU*/ #job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-duplicate { display: none !important; } /** BADGES **/ .ad-badge { transition: .3s ease; border-color: #c2a69c !important; } .ad-badge:hover { margin-top: -5px; } .ad-badge i { color: #C2A69C; } .level-promoted .ad-badge { background: #EEEBE4; } .level-featured .ad-badge i { color: #c2a69c; } 