:root { --accent: #eb0029; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(235, 0, 41, 1), -10px 10px rgba(235, 0, 41, 0.2), -10px -10px rgba(235, 0, 41, 1), 10px -10px rgba(235, 0, 41, 0.2); } 25% { box-shadow: -10px 10px rgba(235, 0, 41, 0.2), -10px -10px rgba(235, 0, 41, 1), 10px -10px rgba(235, 0, 41, 0.2), 10px 10px rgba(235, 0, 41, 1); } 50% { box-shadow: -10px -10px rgba(235, 0, 41, 1), 10px -10px rgba(235, 0, 41, 0.2), 10px 10px rgba(235, 0, 41, 1), -10px 10px rgba(235, 0, 41, 0.2); } 75% { box-shadow: 10px -10px rgba(235, 0, 41, 0.2), 10px 10px rgba(235, 0, 41, 1), -10px 10px rgba(235, 0, 41, 0.2), -10px -10px rgba(235, 0, 41, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #ffffff }/* SINGLE LISTING - BUSINESS HOURS */ div.element.work-hours-block { background: linear-gradient(to top, #ff0844 0%, #eb0029 100%); border-radius: 4px; } div.element.work-hours-block .pf-head { border-radius: 8px; } .open { color: #fff; } div.element.work-hours-block p { color: #fff; } .open-now .timing-today { color: #fff; } .closed { color: #fff; background: #D02B46; border-radius: 8px 0px 0px 8px; } .work-hours-status.opening { color: #fff; } /* PUNTO ROJO SOBRE EL MENU */ /*RED PULSING DOT*/ .menu-item-8852:before { content: ''; display: block; position: absolute; top: 5px; left: -10px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.2); animation: pulse 2s infinite; z-index: 999; } @media (max-width: 767px){ .menu-item-8852:before { content: ''; display: block; position: absolute; top: 7px; left: 10px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.2); animation: pulse 2s infinite; z-index: 999; } } @keyframes pulse { 0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } 100% { box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); } } /*Inicio login edit*/ .login-tabs li { opacity: 1; background: #ccc; margin-right: 8px; margin-bottom: 20px; border-radius: 4px; padding: 0px 12px 12px 12px; } .login-tabs li.active { background: #eb0029 !important; } .login-tabs li a:hover, .login-tabs li a { font-size: 15px; letter-spacing: 2px; color: #fff !important; } .page-id-9 h3 { line-height: 1px !important; } .cts-social-login-wrapper .buttons { background: #1f1b2c1a; } /*Fin login edit*/ .quick-listing-actions>ul>li>a[href="#copiar-link"] { display: none !important; } .fieldset-work_hours .field div.form-group:nth-child(2){ display: none !important; visibility: hidden !important; } .fieldset-work_hours > .field > .c27-work-hours ~ .form-group { display: none !important; visibility: hidden !important; } .food-menu-items .menu-content p { margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; max-height: 6.6em; } /*Edit promo*/ #job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-promote { background: #4bcbeb; border-width: 1px; border-radius: 4px; border-color: #4bcbeb; padding-top: 8px; padding-bottom: 8px; margin-top: -4px; } #job-manager-job-dashboard table ul.job-dashboard-actions li a { font-weight: 500; color: #565662; } .cts-listing-action-promote { color: #ffffff !important;} .preview-btn, .save-listing-button { flex-basis: calc(50% - 5px); background: hsla(0,0%,96%,.302) !important; color: #595959 !important; } body.add-listing-form #form-section-submit .listing-form-submit-btn .skip-preview-btn { background: #eb0029!important; color: #fff!important; } /*Card edit*/ .lf-item-container {border-radius: 20px!important;}