:root { --accent: #1f1847; } @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; } /* ========================================================= CATEGORY POSTS GRID - PREMIUM STYLE MyListing / blog category pages ========================================================= */ /* γενικό section */ .section-body.grid, .blog-section-body.grid { display: flex; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; max-width: 1320px; margin-inline: auto; padding: 10px 10px 40px; } /* 3 posts στη σειρά */ .section-body.grid .col-md-4, .blog-section-body.grid .col-md-4 { width: 33.3333%; padding-left: 12px; padding-right: 12px; margin-bottom: 28px; position: relative !important; left: auto !important; top: auto !important; } /* κάρτα */ .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; height: 100%; display: flex; flex-direction: column; } .single-blog-feed:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(0,0,0,0.12); } /* εικόνα */ .single-blog-feed .sbf-thumb { overflow: hidden; } .single-blog-feed .sbf-thumb img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform 0.4s ease; } .single-blog-feed:hover .sbf-thumb img { transform: scale(1.04); } /* content area */ .single-blog-feed .sbf-title { padding: 22px 22px 20px; text-align: center; flex: 1; display: flex; flex-direction: column; } /* τίτλος */ .single-blog-feed .sbf-title a { display: block; font-size: 21px; line-height: 1.45; font-weight: 700; color: #1d1d1f !important; text-decoration: none; margin-bottom: 14px; } .single-blog-feed .sbf-title a:hover { color: #1f1847 !important; } /* excerpt */ .single-blog-feed .sbf-title p { font-size: 15px; line-height: 1.8; color: #5b5b5b; margin: 0; } /* κρύψε category/meta κάτω από το άρθρο */ .single-blog-feed .listing-details, .single-blog-feed .listing-details *, .single-blog-feed .post-meta, .single-blog-feed .sbf-meta, .single-blog-feed .category, .single-blog-feed .post-categories { display: none !important; } /* αν υπάρχει extra κάτω footer */ .single-blog-feed .lf-head { margin-bottom: 0; } /* καλύτερο spacing στον τίτλο σελίδας */ .page-header, .archive-header, .category-header { text-align: center; margin-bottom: 28px; } .page-header h1, .archive-header h1, .category-header h1, h1.page-title { font-size: 42px; line-height: 1.2; font-weight: 800; color: #1f1847; margin-bottom: 12px; } /* pagination */ .pagination, .nav-links { text-align: center; margin-top: 20px; margin-bottom: 20px; } .pagination .page-numbers, .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; } .pagination .page-numbers:hover, .nav-links .page-numbers:hover, .pagination .page-numbers.current, .nav-links .page-numbers.current { background: #1f1847; color: #fff !important; border-color: #1f1847; } /* tablet: 2 posts */ @media (max-width: 1024px) { .section-body.grid .col-md-4, .blog-section-body.grid .col-md-4 { width: 50%; } .single-blog-feed .sbf-thumb img { height: 220px; } .single-blog-feed .sbf-title a { font-size: 20px; } } /* mobile: 1 post */ @media (max-width: 767px) { .section-body.grid, .blog-section-body.grid { padding: 0 10px 25px; } .section-body.grid .col-md-4, .blog-section-body.grid .col-md-4 { width: 100%; padding-left: 8px; padding-right: 8px; margin-bottom: 22px; } .single-blog-feed { border-radius: 16px; } .single-blog-feed .sbf-thumb img { height: 210px; } .single-blog-feed .sbf-title { padding: 18px 16px 18px; } .single-blog-feed .sbf-title a { font-size: 19px; line-height: 1.4; } .single-blog-feed .sbf-title p { font-size: 14px; line-height: 1.7; } .page-header h1, .archive-header h1, .category-header h1, h1.page-title { font-size: 30px; } } /* fix για masonry/absolute positioning */ .section-body.grid .col-md-4.col-sm-6.col-xs-12 { position: relative !important; left: auto !important; top: auto !important; } 