:root { --accent: #c71432; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(199, 20, 50, 1), -10px 10px rgba(199, 20, 50, 0.2), -10px -10px rgba(199, 20, 50, 1), 10px -10px rgba(199, 20, 50, 0.2); } 25% { box-shadow: -10px 10px rgba(199, 20, 50, 0.2), -10px -10px rgba(199, 20, 50, 1), 10px -10px rgba(199, 20, 50, 0.2), 10px 10px rgba(199, 20, 50, 1); } 50% { box-shadow: -10px -10px rgba(199, 20, 50, 1), 10px -10px rgba(199, 20, 50, 0.2), 10px 10px rgba(199, 20, 50, 1), -10px 10px rgba(199, 20, 50, 0.2); } 75% { box-shadow: 10px -10px rgba(199, 20, 50, 0.2), 10px 10px rgba(199, 20, 50, 1), -10px 10px rgba(199, 20, 50, 0.2), -10px -10px rgba(199, 20, 50, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/**************/ /* Generales */ /************/ .joinchat__button { background-color: #c71432 !important; } /*********************/ /* Loop del listing */ /*******************/ .finder-three-columns .explore-type-4 .container { width:100% !important; } /* filtros por marca */ #explore-taxonomy-tab div span .listing-cat a > .lc-background { background-size: contain; background-repeat: no-repeat; } #explore-taxonomy-tab div span .listing-cat a > .lc-info, #explore-taxonomy-tab div span .listing-cat a > .lc-icon { display: none; } #explore-taxonomy-tab div span .listing-cat a > .overlay { opacity: .2; } #explore-taxonomy-tab div span .listing-cat a:hover > .overlay { opacity: .3; } /************************/ /* Interna del listing */ /**********************/ #c27-site-wrapper .single-job-listing .i-section.similar-listings { display: none; } /* Acciones rapidas */ .quick-listing-actions { display:none; } /* Vista personalizada de color */ #custom-view-colors .element .pf-body .listing-details .no-list-style .category-name, #custom-view-colors .element .pf-body .listing-details .no-list-style .cat-icon > i { display: none; } #custom-view-colors .element .pf-body .listing-details ul.no-list-style { display: inline-block; width: 100%; } #custom-view-colors .element .pf-body .listing-details ul.no-list-style li { width: auto; min-width: auto; } #custom-view-colors .element .pf-body .listing-details ul.no-list-style li > a > span.cat-icon { border:1px solid #838383; } /* Inhabilitar filtros */ .disable-filter .element .pf-body .listing-details ul li, .disable-filter .element .pf-body ul.details-list li { pointer-events: none; }