{"id":1163,"date":"2018-06-02T22:01:59","date_gmt":"2018-06-02T22:01:59","guid":{"rendered":"https:\/\/eagle-themes.com\/themes\/zante\/?page_id=1163"},"modified":"2021-04-04T13:35:41","modified_gmt":"2021-04-04T10:35:41","slug":"our-garden","status":"publish","type":"page","link":"https:\/\/www.hotelmarita.gr\/en\/our-garden\/","title":{"rendered":"Our Garden"},"content":{"rendered":"<p>[vc_row][vc_column width=&#8221;2\/3&#8243;]\t\t\t<div\r\n\t\t\t\tclass=\"main_title  text-left  \">\r\n\t\t\t\t<h2 class=\"title\">Our Garden<\/h2>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t[vc_column_text]The garden has been tastefully developed with loving care and respect towards the environment and the guests visiting, with a paved walkway leading to the beach, attended lawns, landscaped flowerbeds and palm trees.<\/p>\n<p>Children love the freedom they experience through running \u00a0and playing carefree in the gardens, or in the small playground.<\/p>\n<p>Adults enjoy the natural environment which is at it\u2019 s best.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;]  <div class=\"vbf vbf-over-slider\">\n    <h2 class=\"form_title\">Book Your Stay<\/h2>\n    <div class=\"inner\">\n        <!--START FORM-->\n        <form id=\"search-form\" action=\"https:\/\/book.octorate.com\/octobook\/site\/reservation\/index.xhtml;octobooksessionid=92bb307807bf6cc06df8bfdb5af9?codice=832028\" method=\"get\" target=\"_blank\">\n          <div class=\"row\">\n                        <!-- CHECK IN -->\n            <div class=\"col-md-12\">\n                <label for=\"eagle_booking_checkin\">Check In<\/label>\n                <input type=\"text\" id=\"eagle_booking_checkin\" class=\"form-control datepicker\" placeholder=\"Check In\">\n                <input type=\"hidden\" name=\"checkin\">\n            <\/div>\n            <!-- CHECKOUT -->\n            <div class=\"col-md-12\">\n              <label for=\"eagle_booking_checkout\">Check Out<\/label>\n              <input type=\"text\" id=\"eagle_booking_checkout\" class=\"form-control datepicker\" placeholder=\"Check Out\">\n              <input type=\"hidden\" name=\"checkout\">\n            <\/div>\n            <!-- GUESTS -->\n            <div class=\"col-md-12\">\n              <label for=\"eagle_booking_guests\">Guests<\/label>\n              <div class=\"guests-picker\">\n                <div class=\"minus\" style=\"width: 80px;\"><\/div>\n                <input type=\"text\" name=\"group_adults\" id=\"eagle_booking_guests\" placeholder=\"Guests\" class=\"form-control\" min=\"1\" max=\"10\" value=\"2\" placeholder=\"Guests\" readonly style=\"width: 100%;\">\n                <div class=\"plus\" style=\"width: 80px;\"><\/div>\n              <\/div>\n            <\/div>\n            <!-- BUTTON -->\n            <div class=\"col-md-12\">\n              <input class=\"button\" type=\"submit\" value=\"CHECK AVAILABILITY\">\n            <\/div>\n            <script>\n            (function ($) {\n              \"use strict\";\n                  $(document).ready(function () {\n\n                    var datepicker = $('.datepicker');\n                    var checkin_date = $('#eagle_booking_checkin');\n                    var checkout_date = $('#eagle_booking_checkout');\n\n                    \/\/ SET DEFAULT DATES\n                    var default_checkin_date = moment().format('DD\/MM\/YYYY');\n                    var default_checkout_date = moment().add(10, 'd').format('DD\/MM\/YYYY');\n\n                    \/\/ TRANSLATE\n                    $.fn.datepicker.dates['en'] = {\n                      days: [\n                      \"Sunday\",\n                      \"Monday\",\n                      \"Tuesday\",\n                      \"Wednesday\",\n                      \"Thursday\",\n                      \"Friday\",\n                      \"Saturday\"\n                      ],\n                      daysShort: [\n                      \"Sun\",\n                      \"Mon\",\n                      \"Tue\",\n                      \"Wed\",\n                      \"Thu\",\n                      \"Fri\",\n                      \"Sat\"\n                      ],\n                      daysMin: [\n                      \"Su\",\n                      \"Mo\",\n                      \"Tu\",\n                      \"We\",\n                      \"Th\",\n                      \"Fr\",\n                      \"Sa\"\n                      ],\n                      months: [\n                      \"'January\",\n                      \"February\",\n                      \"March\",\n                      \"April\",\n                      \"May\",\n                      \"June\",\n                      \"July\",\n                      \"August\",\n                      \"September\",\n                      \"October\",\n                      \"November\",\n                      \"December'\"\n                      ],\n                      monthsShort: [\n                      \"Jan\",\n                      \"Feb\",\n                      \"Mar\",\n                      \"Apr\",\n                      \"May\",\n                      \"Jun\",\n                      \"Jul\",\n                      \"Aug\",\n                      \"Sep\",\n                      \"Oct\",\n                      \"Nov\",\n                      \"Dec'\"\n                      ],\n                      today: \"Today\",\n                      clear: \"Clear\",\n                      \/\/ format: \"mm\/dd\/yyyy\",\n                      titleFormat: \"MM yyyy\",\n                      weekStart: 0\n                    };\n\n                    \/\/ CHECKIN\n                    checkin_date.datepicker({\n                      format: \"dd\/mm\/yyyy\",\n                      startDate: new Date(),\n                      autoclose: true,\n                      todayHighlight: true,\n                      disableTouchKeyboard: true,\n                      language: 'en',\n                    });\n\n                    \/\/ CHECKIN DEFAULT DATE\n                    checkin_date.datepicker('setDate', default_checkin_date);\n\n                    \/\/ CHECKOUT\n                    checkout_date.datepicker({\n                      format: \"dd\/mm\/yyyy\",\n                      startDate: new Date(),\n                      autoclose: true,\n                      todayHighlight: false,\n                      disableTouchKeyboard: true,\n                      language: 'en',\n                    });\n\n                    \/\/ CHECKOUT DEFAULT DATE\n                    checkout_date.datepicker('setDate', default_checkout_date );\n\n                    \/\/ DISABLE DATE PICKER INPUT\n                    datepicker.attr('autocomplete', 'off');\n                    datepicker.on(\"ready\", function() {\n                      $(this).attr('autocomplete', 'off');\n                    });\n\n                    \/\/ CHANGE THE CHECKOUT BASED ON THE CHECKIN\n                    checkin_date.one('changeDate', function(e){\n\n                      var checkin_date_val_string = checkin_date.val();\n                      var new_checkout_date  = moment(checkin_date_val_string,'DD\/MM\/YYYY').add(10, 'd').format('DD\/MM\/YYYY');\n\n                      checkout_date.datepicker('setDate',  new_checkout_date);\n\n                    })\n\n                       \/\/ GUESTS\n                       $(function () {\n                           var spinner = $('.guests-picker');\n                           var spinnerplus = $('.plus')\n                           var spinnerminus = $('.minus');\n                           $(spinnerplus).on('click', function () {\n                               var btn = $(this);\n                               var input = btn.closest(spinner).find('input');\n                               if (input.attr('max') == undefined || parseInt(input.val()) < parseInt(input.attr('max'))) {\n                                   input.val(parseInt(input.val(), 10) + 1, 10);\n                               } else {\n                                   btn.next(\"disabled\", true);\n                               }\n                           });\n                           $(spinnerminus).on('click', function () {\n                               var btn = $(this);\n                               var input = btn.closest(spinner).find('input');\n                               if (input.attr('min') == undefined || parseInt(input.val()) > parseInt(input.attr('min'))) {\n                                   input.val(parseInt(input.val(), 10) - 1, 10);\n                               } else {\n                                   btn.prev(\"disabled\", true);\n                               }\n                           });\n                       })\n\n                       \/\/ CHANGE THE SENDING DATE FORMAT FOR BUILT IN BOOKING, BOOKING.COM & CUSTOM BOOKING TYPE BASED ON BOOKING TYPE\n                       datepicker.on('changeDate', function(e){\n\n                                                       $(this).next('input[type=hidden]').val( moment(e.date).format('YYYY-MM-DD') )\n                                                    });\n\n                        \/\/ CHANGE THE DEFAULT DATE FORMAT FOR BUILT IN BOOKING, BOOKING.COM & CUSTOM BOOKING TYPE BASED ON BOOKING TYPE\n                        jQuery(\"#search-form\").on('submit', function(e) {\n\n                            \/\/ GET DEFAULT DATES FROM DATEPICKER\n                            var startDate = checkin_date.datepicker('getDate');\n                            var endDate = checkout_date.datepicker('getDate');\n\n                                                        \/\/ BOOKING.COM FORMAT\n                              checkin_date.next('input[type=hidden]').val( moment(startDate).format('YYYY-MM-DD') );\n                              checkout_date.next('input[type=hidden]').val( moment(endDate).format('YYYY-MM-DD') );\n                            \n                          });\n\n                  });\n              })(jQuery);\n          <\/script>\n\n      <\/div>\n    <\/form>\n  <\/div>\n<\/div>\n[\/vc_column][\/vc_row][vc_row][vc_column]           \r\n            <div class=\"row\">\r\n\t            <div class=\"image-gallery\">\r\n\r\n                   \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"\">\r\n                          <img src=\"\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_17.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_17.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_22.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_22.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_31.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_31.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_36.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_36.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_37.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_37.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_41.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_41.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_42.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_42.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_46.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_46.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_47.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_47.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n\t                \t            <\/div>\r\n            <\/div>\r\n\r\n        [\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]The garden has been tastefully developed with loving care and respect towards the environment and the guests visiting, with a paved walkway leading to the beach, attended lawns, landscaped flowerbeds and palm trees. Children love the freedom they experience through running \u00a0and playing carefree in the gardens, or in the small playground. Adults enjoy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21417,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Our Garden - Hotel Marita<\/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:\/\/www.hotelmarita.gr\/en\/our-garden\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Garden - Hotel Marita\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]The garden has been tastefully developed with loving care and respect towards the environment and the guests visiting, with a paved walkway leading to the beach, attended lawns, landscaped flowerbeds and palm trees. Children love the freedom they experience through running \u00a0and playing carefree in the gardens, or in the small playground. Adults enjoy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/\" \/>\n<meta property=\"og:site_name\" content=\"Hotel Marita\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-04T10:35:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_36.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"656\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hotelmarita.gr\/#website\",\"url\":\"https:\/\/www.hotelmarita.gr\/\",\"name\":\"Hotel Marita\",\"description\":\"Paros accommodation and sport\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.hotelmarita.gr\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/3_36.jpg\",\"width\":980,\"height\":656},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/#webpage\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/\",\"name\":\"Our Garden - Hotel Marita\",\"isPartOf\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/#primaryimage\"},\"datePublished\":\"2018-06-02T22:01:59+00:00\",\"dateModified\":\"2021-04-04T10:35:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/our-garden\/\",\"name\":\"Our Garden\"}}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/1163"}],"collection":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/comments?post=1163"}],"version-history":[{"count":16,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/1163\/revisions"}],"predecessor-version":[{"id":21607,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/1163\/revisions\/21607"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/media\/21417"}],"wp:attachment":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/media?parent=1163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}