{"id":4148,"date":"2019-07-31T13:31:17","date_gmt":"2019-07-31T13:31:17","guid":{"rendered":"https:\/\/villas.sivotalegacy.com\/%ce%b1%cf%80%ce%bf%cf%84%ce%ad%ce%bb%ce%b5%cf%83%ce%bc%ce%b1-%ce%b1%ce%bd%ce%b1%ce%b6%ce%ae%cf%84%ce%b7%cf%83%ce%b7%cf%82\/"},"modified":"2026-02-16T15:03:34","modified_gmt":"2026-02-16T13:03:34","slug":"search-results","status":"publish","type":"page","link":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/","title":{"rendered":"Search Results"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text css=\"\"]\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\t<div class=\"vbo-js-helpers\" style=\"display: none;\">\n\t\t<div class=\"vbo-add-element-html\">\n\t\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t\t<span class=\"vbo-search-roomnum\">\u0394\u03c9\u03bc\u03ac\u03c4\u03b9\u03bf %d<\/span>\n\t\t\t\t<div class=\"vbo-search-num-adults-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-adults-entry-label\">\u0395\u03bd\u03ae\u03bb\u03b9\u03ba\u03b5\u03c2<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"vbo-search-num-children-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-children-entry-label\">\u03a0\u03b1\u03b9\u03b4\u03b9\u03ac<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"children[]\"><option value=\"0\">0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<script type=\"text\/javascript\">\n\tfunction vbAddElement() {\n\t\tvar ni = document.getElementById('vbo-search-num-aduchild-block');\n\t\tvar numi = document.getElementById('vbroomhelper');\n\t\tvar num = (document.getElementById('vbroomhelper').value -1)+ 2;\n\t\tnumi.value = num;\n\t\tvar newdiv = document.createElement('div');\n\t\tvar divIdName = 'vb'+num+'racont';\n\t\tnewdiv.setAttribute('id', divIdName);\n\t\tvar new_element_html = document.getElementsByClassName('vbo-add-element-html')[0].innerHTML;\n\t\tvar rp_rgx = new RegExp('%d', 'g');\n\t\tnewdiv.innerHTML = new_element_html.replace(rp_rgx, num);\n\t\tni.appendChild(newdiv);\n\t}\n\tfunction vbSetRoomsAdults(totrooms) {\n\t\tvar actrooms = parseInt(document.getElementById('vbroomhelper').value);\n\t\tvar torooms = parseInt(totrooms);\n\t\tvar difrooms;\n\t\tif(torooms > actrooms) {\n\t\t\tdifrooms = torooms - actrooms;\n\t\t\tfor(var ir = 1; ir <= difrooms; ir++) {\n\t\t\t\tvbAddElement();\n\t\t\t}\n\t\t}\n\t\tif(torooms < actrooms) {\n\t\t\tfor(var ir = actrooms; ir > torooms; ir--) {\n\t\t\t\tif(ir > 1) {\n\t\t\t\t\tvar rmra = document.getElementById('vb' + ir + 'racont');\n\t\t\t\t\trmra.parentNode.removeChild(rmra);\n\t\t\t\t}\n\t\t\t}\n\t\t\tdocument.getElementById('vbroomhelper').value = torooms;\n\t\t}\n\t}\n\tfunction vbCalcNights() {\n\t\tvar vbcheckin = document.getElementById('checkindate').value;\n\t\tvar vbcheckout = document.getElementById('checkoutdate').value;\n\t\tif (vbcheckin.length > 0 && vbcheckout.length > 0) {\n\t\t\tvar vbcheckinp = vbcheckin.split(\"\/\");\n\t\t\tvar vbcheckoutp = vbcheckout.split(\"\/\");\n\t\t\t\t\tvar vbinmonth = parseInt(vbcheckinp[1]);\n\t\t\tvbinmonth = vbinmonth - 1;\n\t\t\tvar vbinday = parseInt(vbcheckinp[0], 10);\n\t\t\tvar vbcheckind = new Date(vbcheckinp[2], vbinmonth, vbinday);\n\t\t\tvar vboutmonth = parseInt(vbcheckoutp[1]);\n\t\t\tvboutmonth = vboutmonth - 1;\n\t\t\tvar vboutday = parseInt(vbcheckoutp[0], 10);\n\t\t\tvar vbcheckoutd = new Date(vbcheckoutp[2], vboutmonth, vboutday);\n\t\t\t\t\t\tvar vbdivider = 1000 * 60 * 60 * 24;\n\t\t\tvar vbints = vbcheckind.getTime();\n\t\t\tvar vboutts = vbcheckoutd.getTime();\n\t\t\tif(vboutts > vbints) {\n\t\t\t\t\/\/var vbnights = Math.ceil((vboutts - vbints) \/ (vbdivider));\n\t\t\t\tvar utc1 = Date.UTC(vbcheckind.getFullYear(), vbcheckind.getMonth(), vbcheckind.getDate());\n\t\t\t\tvar utc2 = Date.UTC(vbcheckoutd.getFullYear(), vbcheckoutd.getMonth(), vbcheckoutd.getDate());\n\t\t\t\tvar vbnights = Math.ceil((utc2 - utc1) \/ vbdivider);\n\t\t\t\tif(vbnights > 0) {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '\u0394\u03b9\u03b1\u03bd\u03c5\u03ba\u03c4\u03ad\u03c1\u03b5\u03c5\u03c3\u03b5\u03b9\u03c2: '+vbnights;\n\t\t\t\t} else {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t}\n\t\t} else {\n\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t}\n\t}\n\t<\/script>\n\t<input type=\"hidden\" id=\"vbroomhelper\" value=\"1\"\/>\n\t\t<div class=\"vbo-intro-main\"><\/div>\n\t<div class=\"vbdivsearch vbo-search-mainview\"><form action=\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/?option=com_vikbooking\" method=\"post\"><div class=\"vb-search-inner\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikbooking\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkin\"><label for=\"checkindate\">\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0386\u03c6\u03b9\u03be\u03b7\u03c2<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkindate\" id=\"checkindate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkinh\" value=\"15\"\/><input type=\"hidden\" name=\"checkinm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkout\"><label for=\"checkoutdate\">\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b1\u03bd\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7\u03c2<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkoutdate\" id=\"checkoutdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkouth\" value=\"11\"\/><input type=\"hidden\" name=\"checkoutm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-num-racblock\">\n\t<div class=\"vbo-search-num-rooms\"><input type=\"hidden\" name=\"roomsnum\" value=\"1\">\n<\/div>\n\t<div class=\"vbo-search-num-aduchild-block\" id=\"vbo-search-num-aduchild-block\">\n\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t<div class=\"vbo-search-num-adults-entry\"><label class=\"vbo-search-num-adults-entry-label\">\u0395\u03bd\u03ae\u03bb\u03b9\u03ba\u03b5\u03c2<\/label><span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><option value=\"7\">7<\/option><option value=\"8\">8<\/option><\/select><\/span><\/div>\n\t\t<div class=\"vbo-search-num-children-entry\"><label class=\"vbo-search-num-children-entry-label\">\u03a0\u03b1\u03b9\u03b4\u03b9\u03ac<\/label><span class=\"vbo-search-num-children-entry-inp\"><select name=\"children[]\"><option value=\"0\">0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><\/select><\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"vbjstotnights\"><\/div>\n<\/div>\n<input type=\"hidden\" name=\"categories\" value=\"1\" \/><input type=\"hidden\" name=\"category_id\" value=\"1\" \/><div class=\"vbo-search-submit\"><button type=\"submit\" class=\"btn vbo-pref-color-btn\">\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7<\/button><\/div>\n<\/div>\n<\/form><\/div>\t<div class=\"vbo-closing-main\"><\/div>\n\n\t<script type=\"text\/javascript\">\n\tjQuery(function() {\n\t\tjQuery('.vbo-search-submit').find('button[type=\"submit\"]').on('click', function(e) {\n\t\t\te.preventDefault();\n\t\t\tjQuery(this).prop('disabled', true);\n\t\t\tjQuery(this).html('<i class=\"fas fa-circle-notch fa-spin fa-fw\"><\/i> ' + jQuery(this).text());\n\t\t\tjQuery(this).closest('form').submit();\n\t\t});\n\t});\n\t<\/script>\n\n\t\n<\/div>\n[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text css=\"\"][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4148","page","type-page","status-publish","hentry","description-off"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Search Results - Sivota Legacy Luxury Villas<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Search Results\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text css=&quot;&quot;][\/vc_column_text][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/\" \/>\n<meta property=\"og:site_name\" content=\"Sivota Legacy Luxury Villas\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sivotalegacyluxuryvillas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T13:03:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u03bb\u03b5\u03c0\u03c4\u03cc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/\",\"url\":\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/\",\"name\":\"Search Results - Sivota Legacy Luxury Villas\",\"isPartOf\":{\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#website\"},\"datePublished\":\"2019-07-31T13:31:17+00:00\",\"dateModified\":\"2026-02-16T13:03:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/search-results\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/villas.sivotalegacy.com\/el\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Search Results\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#website\",\"url\":\"https:\/\/villas.sivotalegacy.com\/el\/\",\"name\":\"Sivota Legacy Luxury Villas\",\"description\":\"Four cozy luxury villas\",\"publisher\":{\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/villas.sivotalegacy.com\/el\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#organization\",\"name\":\"SIvota Legacy Luxury Villas\",\"url\":\"https:\/\/villas.sivotalegacy.com\/el\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/villas.sivotalegacy.com\/wp-content\/uploads\/2022\/05\/sivota-legacy-villas-152x152-1.png\",\"contentUrl\":\"https:\/\/villas.sivotalegacy.com\/wp-content\/uploads\/2022\/05\/sivota-legacy-villas-152x152-1.png\",\"width\":152,\"height\":152,\"caption\":\"SIvota Legacy Luxury Villas\"},\"image\":{\"@id\":\"https:\/\/villas.sivotalegacy.com\/el\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/sivotalegacyluxuryvillas\",\"https:\/\/www.instagram.com\/sivotalegacyluxuryvillas\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Search Results - Sivota Legacy Luxury Villas","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/","og_locale":"el_GR","og_type":"article","og_title":"Search Results","og_description":"[vc_row][vc_column][vc_column_text css=\"\"][\/vc_column_text][\/vc_column][\/vc_row]","og_url":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/","og_site_name":"Sivota Legacy Luxury Villas","article_publisher":"https:\/\/www.facebook.com\/sivotalegacyluxuryvillas","article_modified_time":"2026-02-16T13:03:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"1 \u03bb\u03b5\u03c0\u03c4\u03cc"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/","url":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/","name":"Search Results - Sivota Legacy Luxury Villas","isPartOf":{"@id":"https:\/\/villas.sivotalegacy.com\/el\/#website"},"datePublished":"2019-07-31T13:31:17+00:00","dateModified":"2026-02-16T13:03:34+00:00","breadcrumb":{"@id":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/villas.sivotalegacy.com\/el\/search-results\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/villas.sivotalegacy.com\/el\/search-results\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/villas.sivotalegacy.com\/el\/"},{"@type":"ListItem","position":2,"name":"Search Results"}]},{"@type":"WebSite","@id":"https:\/\/villas.sivotalegacy.com\/el\/#website","url":"https:\/\/villas.sivotalegacy.com\/el\/","name":"Sivota Legacy Luxury Villas","description":"Four cozy luxury villas","publisher":{"@id":"https:\/\/villas.sivotalegacy.com\/el\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/villas.sivotalegacy.com\/el\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":"Organization","@id":"https:\/\/villas.sivotalegacy.com\/el\/#organization","name":"SIvota Legacy Luxury Villas","url":"https:\/\/villas.sivotalegacy.com\/el\/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/villas.sivotalegacy.com\/el\/#\/schema\/logo\/image\/","url":"https:\/\/villas.sivotalegacy.com\/wp-content\/uploads\/2022\/05\/sivota-legacy-villas-152x152-1.png","contentUrl":"https:\/\/villas.sivotalegacy.com\/wp-content\/uploads\/2022\/05\/sivota-legacy-villas-152x152-1.png","width":152,"height":152,"caption":"SIvota Legacy Luxury Villas"},"image":{"@id":"https:\/\/villas.sivotalegacy.com\/el\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sivotalegacyluxuryvillas","https:\/\/www.instagram.com\/sivotalegacyluxuryvillas\/"]}]}},"_links":{"self":[{"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/pages\/4148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/comments?post=4148"}],"version-history":[{"count":5,"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/pages\/4148\/revisions"}],"predecessor-version":[{"id":4155,"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/pages\/4148\/revisions\/4155"}],"wp:attachment":[{"href":"https:\/\/villas.sivotalegacy.com\/el\/wp-json\/wp\/v2\/media?parent=4148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}