{"id":10,"date":"2023-11-14T21:28:17","date_gmt":"2023-11-14T21:28:17","guid":{"rendered":"https:\/\/104.238.170.90\/?page_id=10"},"modified":"2024-01-13T17:24:07","modified_gmt":"2024-01-13T17:24:07","slug":"home","status":"publish","type":"page","link":"https:\/\/drywrite.uk\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a8f59cc e-flex e-con-boxed e-con e-parent\" data-id=\"a8f59cc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a26a4d elementor-widget elementor-widget-image\" data-id=\"9a26a4d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.17.0 - 08-11-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"266\" src=\"https:\/\/drywrite.uk\/wp-content\/uploads\/2023\/11\/Drywrite-Logo.png\" class=\"attachment-large size-large wp-image-6\" alt=\"Drywrite Logo\" srcset=\"https:\/\/drywrite.uk\/wp-content\/uploads\/2023\/11\/Drywrite-Logo.png 1000w, https:\/\/drywrite.uk\/wp-content\/uploads\/2023\/11\/Drywrite-Logo-300x100.png 300w, https:\/\/drywrite.uk\/wp-content\/uploads\/2023\/11\/Drywrite-Logo-768x255.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45d73d3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"45d73d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.17.0 - 08-11-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">DryWrite Presents<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62c1a5f elementor-widget elementor-widget-heading\" data-id=\"62c1a5f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">NEXT EVENT COMING SOON<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f56b5c7 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"f56b5c7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n(function () {\r\n  const second = 1000,\r\n        minute = second * 60,\r\n        hour = minute * 60,\r\n        day = hour * 24;\r\n\r\n  \/\/I'm adding this section so I don't have to keep updating this pen every year :-)\r\n  \/\/remove this if you don't need it\r\n  let today = new Date(),\r\n      dd = String(today.getDate()).padStart(2, \"0\"),\r\n      mm = String(today.getMonth() + 1).padStart(2, \"0\"),\r\n      yyyy = 2023,\r\n      nextYear = yyyy + 1,\r\n      dayMonth = \"12\/07\/\",\r\n      birthday = dayMonth + yyyy;\r\n  \r\n  today = mm + \"\/\" + dd + \"\/\" + yyyy;\r\n  if (today > birthday) {\r\n    \/\/birthday = dayMonth + nextYear;\r\n  }\r\n  \/\/end\r\n  \r\n  const countDown = new Date(birthday).getTime(),\r\n      x = setInterval(function() {    \r\n\r\n        const now = new Date().getTime(),\r\n              distance = countDown - now;\r\n\r\n        document.getElementById(\"days\").innerText = Math.floor(distance \/ (day)),\r\n          document.getElementById(\"hours\").innerText = Math.floor((distance % (day)) \/ (hour)),\r\n          document.getElementById(\"minutes\").innerText = Math.floor((distance % (hour)) \/ (minute)),\r\n          document.getElementById(\"seconds\").innerText = Math.floor((distance % (minute)) \/ second);\r\n\r\n        \/\/do something later when date is reached\r\n        if (distance < 0) {\r\n          document.getElementById(\"headline\").innerText = \"It's my birthday!\";\r\n          document.getElementById(\"countdown\").style.display = \"none\";\r\n          document.getElementById(\"content\").style.display = \"block\";\r\n          clearInterval(x);\r\n        }\r\n        \/\/seconds\r\n      }, 0)\r\n  }());\r\n<\/script>\r\n\r\n<style>\r\n\r\n\r\n.container {\r\n  color: #fff;\r\n  margin: 0 auto;\r\n  text-align: center;\r\n  font-family: poppins;\r\n}\r\n\r\nli {\r\n  display: inline-block;\r\n  font-size: 18px;\r\n  list-style-type: none;\r\n  padding: 1em;\r\n  text-transform: uppercase;\r\n}\r\n\r\nli span {\r\n  display: block;\r\n  font-size: 40px;\r\n}\r\n\r\n.emoji {\r\n  display: none;\r\n  padding: 1rem;\r\n}\r\n\r\n.emoji span {\r\n  font-size: 4rem;\r\n  padding: 0 .5rem;\r\n}\r\n\r\n@media all and (max-width: 768px) {\r\n\r\n\r\n  li {\r\n    font-size: 12px;\r\n  }\r\n  \r\n  li span {\r\n    font-size: 28px;\r\n  }\r\n}\r\n \r\n   ul{padding-left:0;}   \r\n<\/style>\r\n\r\n\r\n<div class=\"container\">\r\n\r\n  <div id=\"countdown\">\r\n    <ul>\r\n      <li><span id=\"days\"><\/span>days<\/li>\r\n      <li><span id=\"hours\"><\/span>Hours<\/li>\r\n      <li><span id=\"minutes\"><\/span>Minutes<\/li>\r\n      <li><span id=\"seconds\"><\/span>Seconds<\/li>\r\n    <\/ul>\r\n  <\/div>\r\n  <div id=\"content\" class=\"emoji\">\r\n    <span>\ud83e\udd73<\/span>\r\n    <span>\ud83c\udf89<\/span>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7d1449 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"b7d1449\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md elementor-animation-bob\" href=\"https:\/\/underbellyboulevard.com\/tickets\/drywrite-from-phoebe-waller-bridge-vicky-jones\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d14f55 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"8d14f55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">7 December<br><br>9.45pm<br><br>Boulevard Theatre, 6 Walker's Ct, London, W1F 0BT<br><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8f5a1a elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a8f5a1a\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.17.0 - 08-11-2023 *\/\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}<\/style>\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0c5a517\" href=\"https:\/\/www.instagram.com\/drywrite\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DryWrite Presents NEXT EVENT COMING SOON days Hours Minutes Seconds \ud83e\udd73 \ud83c\udf89 BOOK 7 December 9.45pm Boulevard Theatre, 6 Walker&#8217;s Ct, London, W1F 0BT Instagram<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drywrite.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":166,"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":184,"href":"https:\/\/drywrite.uk\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/184"}],"wp:attachment":[{"href":"https:\/\/drywrite.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}