:root { --accent: #000000; } @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 }.fs-tabs .nav-tabs { display: none !important; } .fs-tabs .tab-content { border: none !important; } .lf-item-list-view.lf-item>a { pointer-events: none; } a.collapse-map-btn .mi.map, a.expand-map-btn .mi.map { display: inline-block !important; float: left; } a.collapse-map-btn span, a.expand-map-btn span { display: inline-block !important; float: left; padding-left: 5px; } a.collapse-map-btn:hover, a.expand-map-btn:hover { font-weight: normal } @media (min-width: 1201px){ .fc-type-1.finder-three-columns .fc-default:not(.fc-one-column) .explore-desktop-head, .fc-type-1.finder-two-columns .fc-default:not(.fc-one-column) .explore-desktop-head { padding-right: 100px !important; } } .c27-map~a.collapse-map-btn { width: auto !important; padding: 0 10px; } .c27-map~a.collapse-map-btn span { font-size: 14px; } ..finder-search .form-group { display: none; } .lf-item-info .lf-contact { display: flex; flex-wrap: wrap; } .lf-item-info-2 h6 { display: none; } .lf-item.lf-item-list-view .lf-avatar { background-size: contain; } /* background color */ div.listing-preview .c27-footer-section { background: #1f1847; } /* text color */ div.listing-preview .c27-footer-section .category-name { color: #fff; } /* quick view /bookmark color */ div.listing-preview .c27-footer-section .ld-info a { background: #123; color: #fff; } div.listing-preview .c27-footer-section .ld-info a i { color: #fff; } div.listing-preview .c27-footer-section { height: 55px; } @media screen and (min-width: 1201px) { div.lf-item-container div.lf-item-info-2 { transform: translateY(0) !important; } /* height control of the preview card */ .lf-type-2 .lf-item { height: 350px; } /* height control of the info section on the preview card - increase the 90px value */ .lf-item-container .lf-item-info-2 { transform: translateY(calc(100% - 90px)); } .single-post .blogpost-section .container { max-width: 1320px !important; } /* Single post: κάνε το body column να απλώσει */ .single-post .blogpost-section .row.section-body > [class*="col-"]{ flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; } /* Αφαίρεσε τυχόν offsets που το στενεύουν/κεντράρουν */ .single-post .blogpost-section .row.section-body > [class*="offset-"]{ margin-left: 0 !important; } } /* Home page header background */ .home .c27-main-header { background-color: #1f1847 !important; } .header .header-container .header-top .logo a img { max-height: unset; height: 80px; } /* tablet */ @media only screen and (max-width : 1200px) { .header .header-container .header-top .logo a img { max-height: unset; height: 70px; } } /* mobile */ @media only screen and (max-width : 768px) { .header .header-container .header-top .logo a img { max-height: unset; height: 60px; } } section.profile-cover .profile-name { padding-left: 110px; } section.profile-cover .profile-name .profile-avatar { border-radius: 18px; height: 100px; width: 100px; top: -10px; } .listing-preview .lf-avatar { border-radius: 8px; } /* Social icons - μικρότερα */ .custom-social-footer { display: flex; gap: 12px; align-items: center; } .custom-social-footer .csf-btn img { width: 32px; height: 32px; object-fit: contain; } /* Footer - λευκά γράμματα */ footer.footer, footer.footer a, footer.footer li, footer.footer p, footer.footer span, footer.footer .menu li a { color: #ffffff !important; } /* ========================================================= CATEGORY POSTS GRID - PREMIUM STYLE MyListing / blog category pages ONLY ========================================================= */ /* Grid layout - μόνο σε category/archive pages */ body.category .section-body.grid, body.archive .section-body.grid, body.category .blog-section-body.grid, body.archive .blog-section-body.grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 28px !important; max-width: 1320px !important; margin: 0 auto !important; padding: 10px 20px 40px !important; position: static !important; height: auto !important; } /* Ακύρωσε absolute positioning από masonry JS */ body.category .section-body.grid > div, body.archive .section-body.grid > div, body.category .blog-section-body.grid > div, body.archive .blog-section-body.grid > div, body.category .section-body.grid [class*="col-"], body.archive .section-body.grid [class*="col-"], body.category .blog-section-body.grid [class*="col-"], body.archive .blog-section-body.grid [class*="col-"] { position: static !important; left: auto !important; top: auto !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-bottom: 0 !important; transform: none !important; transition: none !important; opacity: 1 !important; flex: none !important; grid-column: span 1 !important; display: block !important; } /* κάρτα */ body.category .single-blog-feed, body.archive .single-blog-feed { background: #ffffff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.05); transition: transform 0.30s ease, box-shadow 0.30s ease !important; height: 100%; display: flex; flex-direction: column; position: relative !important; } body.category .single-blog-feed:hover, body.archive .single-blog-feed:hover { transform: translateY(-6px) !important; box-shadow: 0 16px 36px rgba(0,0,0,0.12); } /* sbf-head / εικόνα */ body.category .single-blog-feed .sbf-head, body.archive .single-blog-feed .sbf-head { position: relative !important; height: 240px !important; overflow: hidden !important; flex-shrink: 0; } body.category .single-blog-feed .sbf-background, body.archive .single-blog-feed .sbf-background { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background-size: cover !important; background-position: center !important; } body.category .single-blog-feed .sbf-thumb, body.archive .single-blog-feed .sbf-thumb { overflow: hidden; flex-shrink: 0; } body.category .single-blog-feed .sbf-thumb img, body.archive .single-blog-feed .sbf-thumb img { width: 100% !important; height: 240px !important; object-fit: cover !important; display: block !important; transition: transform 0.4s ease !important; position: static !important; } body.category .single-blog-feed:hover .sbf-thumb img, body.archive .single-blog-feed:hover .sbf-thumb img { transform: scale(1.04) !important; } /* content area */ body.category .single-blog-feed .sbf-title, body.archive .single-blog-feed .sbf-title { padding: 22px 22px 20px !important; text-align: center !important; flex: 1 !important; display: flex !important; flex-direction: column !important; opacity: 1 !important; visibility: visible !important; position: static !important; transform: none !important; } /* τίτλος */ body.category .single-blog-feed .sbf-title a, body.archive .single-blog-feed .sbf-title a { display: block !important; font-size: 21px !important; line-height: 1.45 !important; font-weight: 700 !important; color: #1d1d1f !important; text-decoration: none !important; margin-bottom: 14px !important; } body.category .single-blog-feed .sbf-title a:hover, body.archive .single-blog-feed .sbf-title a:hover { color: #1f1847 !important; } /* excerpt */ body.category .single-blog-feed .sbf-title p, body.archive .single-blog-feed .sbf-title p { font-size: 15px !important; line-height: 1.8 !important; color: #5b5b5b !important; margin: 0 !important; display: block !important; opacity: 1 !important; visibility: visible !important; } /* Κρύψε overlay και reading time */ body.category .single-blog-feed .overlay, body.archive .single-blog-feed .overlay, body.category .single-blog-feed .sbf-reading-time, body.archive .single-blog-feed .sbf-reading-time { display: none !important; } /* κρύψε category/meta */ body.category .single-blog-feed .listing-details, body.archive .single-blog-feed .listing-details, body.category .single-blog-feed .listing-details *, body.archive .single-blog-feed .listing-details *, body.category .single-blog-feed .post-meta, body.archive .single-blog-feed .post-meta, body.category .single-blog-feed .sbf-meta, body.archive .single-blog-feed .sbf-meta { display: none !important; } /* τίτλος σελίδας */ body.category .page-header, body.archive .page-header, body.category .archive-header, body.archive .archive-header { text-align: center; margin-bottom: 28px; } body.category h1.page-title, body.archive h1.page-title { font-size: 42px; line-height: 1.2; font-weight: 800; color: #1f1847; margin-bottom: 12px; } /* pagination */ body.category .pagination, body.archive .pagination, body.category .nav-links, body.archive .nav-links { text-align: center; margin-top: 20px; margin-bottom: 20px; } body.category .pagination .page-numbers, body.archive .pagination .page-numbers, body.category .nav-links .page-numbers, body.archive .nav-links .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; margin: 0 5px; padding: 0 12px; border-radius: 12px; background: #fff; border: 1px solid rgba(31,24,71,0.14); color: #1f1847; text-decoration: none; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: all 0.25s ease; } body.category .pagination .page-numbers:hover, body.archive .pagination .page-numbers:hover, body.category .nav-links .page-numbers.current, body.archive .nav-links .page-numbers.current { background: #1f1847; color: #fff !important; border-color: #1f1847; } /* tablet: 2 posts */ @media (max-width: 1024px) { body.category .section-body.grid, body.archive .section-body.grid, body.category .blog-section-body.grid, body.archive .blog-section-body.grid { grid-template-columns: repeat(2, 1fr) !important; } } /* mobile: 1 post */ @media (max-width: 767px) { body.category .section-body.grid, body.archive .section-body.grid, body.category .blog-section-body.grid, body.archive .blog-section-body.grid { grid-template-columns: 1fr !important; padding: 0 16px 25px !important; gap: 20px !important; } body.category .single-blog-feed .sbf-head, body.archive .single-blog-feed .sbf-head { height: 210px !important; } body.category .single-blog-feed .sbf-title, body.archive .single-blog-feed .sbf-title { padding: 18px 16px !important; } body.category .single-blog-feed .sbf-title a, body.archive .single-blog-feed .sbf-title a { font-size: 19px !important; } body.category h1.page-title, body.archive h1.page-title { font-size: 30px !important; } } /* Force πρώτο card να πάρει 1/3 */ .section-body.grid::before, .blog-section-body.grid::before { display: none !important; } .section-body.grid, .blog-section-body.grid { position: static !important; height: auto !important; } .section-body.grid > .col-md-4, .blog-section-body.grid > .col-md-4 { position: static !important; left: auto !important; top: auto !important; transform: none !important; width: 100% !important; opacity: 1 !important; transition: none !important; display: block !important; } /* fix file upload inputs in add listing page - added by 27collective helpdesk */ .file-upload-field .review-gallery-input { padding-bottom: 100% !important; } /* end of fix */ .c27-main-header, .header-container, .header-top { background: linear-gradient( 180deg, #232833 0%, #1b1f26 50%, #14181f 100% ) !important; } @media (max-width: 768px) { .single-listing .profile-cover-image, .single-listing .profile-cover-image img { height: 300px !important; padding-bottom: unset !important; } } @media (max-width: 768px) { .lmb-calltoaction a { background: #000000 !important; color: #fff !important; } } 