:root { --accent: #0088f0; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(0, 136, 240, 1), -10px 10px rgba(0, 136, 240, 0.2), -10px -10px rgba(0, 136, 240, 1), 10px -10px rgba(0, 136, 240, 0.2); } 25% { box-shadow: -10px 10px rgba(0, 136, 240, 0.2), -10px -10px rgba(0, 136, 240, 1), 10px -10px rgba(0, 136, 240, 0.2), 10px 10px rgba(0, 136, 240, 1); } 50% { box-shadow: -10px -10px rgba(0, 136, 240, 1), 10px -10px rgba(0, 136, 240, 0.2), 10px 10px rgba(0, 136, 240, 1), -10px 10px rgba(0, 136, 240, 0.2); } 75% { box-shadow: 10px -10px rgba(0, 136, 240, 0.2), 10px 10px rgba(0, 136, 240, 1), -10px 10px rgba(0, 136, 240, 0.2), -10px -10px rgba(0, 136, 240, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f8fafc }/* Search button color */ .featured-search .search { background: #0088F0 !important; /* background color */ color: #fff; /* text color */ } .single-blog-feed.grid-item .listing-details { display: none; } .header-right .header-button a.buttons { background: #0088f0; color: #fff; } .header-right .header-button a.buttons i { color: #fff; } .job_listing_packages .section-body > div:has(.package-available) { order: 0; } .job_listing_packages .section-body > div:has(.package-available) .pricing-item { border: 2px solid var(--accent); } .job_listing_packages .section-body > div:has(.package-available) .pricing-item .select-plan { background-color: #f24286; } a.select-plan.buttons.button-2 { background-color: #0088f0 !important; color: white; } .i-section.c27-packages { padding-top: 60px; } .add-listing-form .add-listing-step .c27-packages .container:after { content: "Neradai tinkamo plano? Susisiek su mumis: info@parkcity.lt"; text-align: center; width: 100%; font-size: 16px; } .add-listing-step .c27-packages .section-title .case27-primary-text { display: none !important; /* visiškai pašalina iš maketo */ } .lf-item-container .single-slide, .lf-item-container .lf-item { height: 300px !important; } /* --- Parkcity.lt: Fix distorted listing gallery images --- */ .single-listing .block-type-gallery .gallerySlider img { width: 100%; height: auto !important; object-fit: contain !important; /* išlaiko proporcijas be tempimo */ max-height: 500px; /* riboja aukštį desktop */ border-radius: 6px; } /* Thumbnails */ .single-listing .block-type-gallery .gallery-thumb .item { background-size: cover !important; background-position: center !important; background-repeat: no-repeat; border-radius: 4px; } /* Mobile optimizacija */ @media (max-width: 768px) { .single-listing .block-type-gallery .gallerySlider img { max-height: 350px !important; } } .lc-info h6 { display: none !important; } 