{"id":2888,"date":"2025-07-10T14:13:50","date_gmt":"2025-07-10T14:13:50","guid":{"rendered":"https:\/\/quickmill.01linuxsp.coridemo.com\/eventi\/"},"modified":"2025-09-23T10:12:48","modified_gmt":"2025-09-23T10:12:48","slug":"eventi","status":"publish","type":"page","link":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/","title":{"rendered":"Eventi"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2888\" class=\"elementor elementor-2888 elementor-1229\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82f9255 e-flex e-con-boxed e-con e-parent\" data-id=\"82f9255\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a62b2d elementor-widget elementor-widget-heading\" data-id=\"1a62b2d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Eventi del Caff\u00e8<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31b7515 elementor-widget elementor-widget-heading\" data-id=\"31b7515\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Incontriamoci dove il caff\u00e8 prende vita.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5cf53f elementor-widget elementor-widget-heading\" data-id=\"d5cf53f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Ogni evento \u00e8 un\u2019occasione per condividere la nostra passione, incontrare gli amanti del caff\u00e8 e celebrare l\u2019artigianalit\u00e0 che rende unica ogni tazza.<br>Qui trovi tutte le fiere, le competizioni e i momenti speciali in cui Quick Mill \u00e8 protagonista \u2014 che si tratti di presentare le nostre macchine, sostenere i baristi o creare esperienze esclusive. <\/p>\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<div class=\"elementor-element elementor-element-c08043f e-flex e-con-boxed e-con e-parent\" data-id=\"c08043f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4400f0 elementor-widget elementor-widget-html\" data-id=\"b4400f0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"text-align:center; margin-bottom: 32px;\">\n  <button id=\"btn-tutti\" type=\"button\" class=\"btn-switch\">Prossimi eventi<\/button>\n<button id=\"btn-futuri\" type=\"button\" class=\"btn-switch\">Eventi passati<\/button>\n<button id=\"btn-passati\" type=\"button\" class=\"btn-switch\">Scopri di pi\u00f9<\/button>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36f2876 elementor-widget elementor-widget-html\" data-id=\"36f2876\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function() {\n  const btnTutti = document.getElementById('btn-tutti');\n  const btnFuturi = document.getElementById('btn-futuri');\n  const btnPassati = document.getElementById('btn-passati');\n  const loopTutti = document.querySelector('.loop-tutti');\n  const loopFuturi = document.querySelector('.loop-futuri');\n  const loopPassati = document.querySelector('.loop-passati');\n\n  let currentLoop = loopTutti;\n\n  function switchLoop(showLoop) {\n    if (showLoop === currentLoop) return;\n\n    \/\/ Nascondi quello attuale (fade out)\n    currentLoop.classList.add('loop-hidden');\n    setTimeout(() => {\n      currentLoop.style.display = 'none';\n\n      \/\/ Mostra il nuovo loop (fade in)\n      showLoop.style.display = 'block';\n      setTimeout(() => {\n        showLoop.classList.remove('loop-hidden');\n        currentLoop = showLoop;\n      }, 10);\n    }, 300); \/\/ la durata deve combaciare con la transizione CSS\n  }\n\n  \/\/ Stato iniziale\n  loopTutti.style.display = 'block';\n  loopFuturi.style.display = 'none';\n  loopPassati.style.display = 'none';\n  loopTutti.classList.remove('loop-hidden');\n  loopFuturi.classList.add('loop-hidden');\n  loopPassati.classList.add('loop-hidden');\n\n  btnTutti.classList.add('active');\n  btnFuturi.classList.remove('active');\n  btnPassati.classList.remove('active');\n\n  btnTutti.addEventListener('click', function() {\n    switchLoop(loopTutti);\n    btnTutti.classList.add('active');\n    btnFuturi.classList.remove('active');\n    btnPassati.classList.remove('active');\n  });\n\n  btnFuturi.addEventListener('click', function() {\n    switchLoop(loopFuturi);\n    btnFuturi.classList.add('active');\n    btnTutti.classList.remove('active');\n    btnPassati.classList.remove('active');\n  });\n\n  btnPassati.addEventListener('click', function() {\n    switchLoop(loopPassati);\n    btnPassati.classList.add('active');\n    btnTutti.classList.remove('active');\n    btnFuturi.classList.remove('active');\n  });\n});\n<\/script>\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<div class=\"elementor-element elementor-element-266a853 e-flex e-con-boxed e-con e-parent\" data-id=\"266a853\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2164bc0 elementor-grid-3 loop-passati elementor-grid-laptop-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"2164bc0\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:1422,&quot;columns&quot;:3,&quot;columns_laptop&quot;:3,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-1422\">.elementor-1422 .elementor-element.elementor-element-b2dc51e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1422 .elementor-element.elementor-element-de94604 img{width:530px;height:447px;object-fit:cover;object-position:center center;border-radius:14px 14px 14px 14px;}.elementor-1422 .elementor-element.elementor-element-4d2917b img{width:530px;height:447px;object-fit:cover;object-position:center center;border-radius:14px 14px 14px 14px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1422 .elementor-element.elementor-element-dfd4df6 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-1422 .elementor-element.elementor-element-dfd4df6{text-align:center;}.elementor-1422 .elementor-element.elementor-element-dfd4df6 .elementor-heading-title{font-family:\"Syne\", Sans-serif;font-size:28px;font-weight:700;color:#493127;}.elementor-1422 .elementor-element.elementor-element-24b8244 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-1422 .elementor-element.elementor-element-24b8244{text-align:center;}.elementor-1422 .elementor-element.elementor-element-24b8244 .elementor-heading-title{font-family:\"Mona Sans\", Sans-serif;font-size:16px;font-weight:300;line-height:normal;color:#493127;}.elementor-1422 .elementor-element.elementor-element-116665d > .elementor-widget-container{margin:10px 0px 020px 0px;}.elementor-1422 .elementor-element.elementor-element-116665d{text-align:center;}.elementor-1422 .elementor-element.elementor-element-116665d .elementor-heading-title{font-family:\"Mona Sans\", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;line-height:normal;color:#BA0C2F;}.elementor-1422 .elementor-element.elementor-element-a6d0e93{width:var( --container-widget-width, fit-content );max-width:fit-content;--container-widget-width:fit-content;--container-widget-flex-grow:0;}.elementor-1422 .elementor-element.elementor-element-a6d0e93 > .elementor-widget-container{background-color:#BA0C2F;padding:15px 30px 15px 30px;border-radius:100px 100px 100px 100px;}.elementor-1422 .elementor-element.elementor-element-a6d0e93.elementor-element{--align-self:center;}.elementor-1422 .elementor-element.elementor-element-a6d0e93 .elementor-heading-title{font-family:\"Mona Sans\", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;color:#FFFFFF;}@media(min-width:768px){.elementor-1422 .elementor-element.elementor-element-b2dc51e{--content-width:530px;}}@media(min-width:1600px){.elementor-1422 .elementor-element.elementor-element-a6d0e93{text-align:center;}}@media(max-width:1200px){.elementor-1422 .elementor-element.elementor-element-de94604 img{height:330px;}.elementor-1422 .elementor-element.elementor-element-4d2917b img{height:330px;}}\/* Start custom CSS for heading, class: .elementor-element-24b8244 *\/.elementor-1422 .elementor-element.elementor-element-24b8244 p{\n    font-family: \"mona sans\";\n    color: #493127 !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-b2dc51e *\/.hidden-img {\n    opacity: 0;\n}\n\n.product-btn {\n        opacity: 0;\n    transform: translateY(-40px);\n\n        transition: linear 0.2s;\n}\n\n.elementor-1422 .elementor-element.elementor-element-b2dc51e:hover .product-btn {\n    opacity: 1;\n    transform: translateY(0px);\n\n}\n\n.elementor-1422 .elementor-element.elementor-element-b2dc51e:hover .hidden-img {\n    opacity: 1;\n    transition: linear 0.2s;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1256 post-1256 evento type-evento status-publish hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title-3\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d2917b elementor-widget elementor-widget-image\" data-id=\"4d2917b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1060\" height=\"894\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177.jpg\" class=\"attachment-full size-full wp-image-1755\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177.jpg 1060w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-300x253.jpg 300w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-1024x864.jpg 1024w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-768x648.jpg 768w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-600x506.jpg 600w\" sizes=\"(max-width: 1060px) 100vw, 1060px\" \/>\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-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>WOC 2025 Geneva<\/p>...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1255 post-1255 evento type-evento status-publish has-post-thumbnail hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title-2\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de94604 elementor-widget elementor-widget-image\" data-id=\"de94604\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"530\" height=\"447\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg\" class=\"attachment-full size-full wp-image-1190\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg 530w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15-300x253.jpg 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/>\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-dfd4df6 elementor-widget elementor-widget-heading\" data-id=\"dfd4df6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Event title<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1254 post-1254 evento type-evento status-publish has-post-thumbnail hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de94604 elementor-widget elementor-widget-image\" data-id=\"de94604\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"530\" height=\"447\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg\" class=\"attachment-full size-full wp-image-1190\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg 530w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15-300x253.jpg 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/>\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-dfd4df6 elementor-widget elementor-widget-heading\" data-id=\"dfd4df6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Event title<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-837c0e4 elementor-grid-3 loop-futuri elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"837c0e4\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:1422,&quot;columns&quot;:3,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01ac154 elementor-grid-3 loop-tutti elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"01ac154\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:1422,&quot;columns&quot;:3,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1256 post-1256 evento type-evento status-publish hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title-3\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d2917b elementor-widget elementor-widget-image\" data-id=\"4d2917b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1060\" height=\"894\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177.jpg\" class=\"attachment-full size-full wp-image-1755\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177.jpg 1060w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-300x253.jpg 300w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-1024x864.jpg 1024w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-768x648.jpg 768w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Frame-177-600x506.jpg 600w\" sizes=\"(max-width: 1060px) 100vw, 1060px\" \/>\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-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>WOC 2025 Geneva<\/p>...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1255 post-1255 evento type-evento status-publish has-post-thumbnail hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title-2\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de94604 elementor-widget elementor-widget-image\" data-id=\"de94604\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"530\" height=\"447\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg\" class=\"attachment-full size-full wp-image-1190\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg 530w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15-300x253.jpg 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/>\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-dfd4df6 elementor-widget elementor-widget-heading\" data-id=\"dfd4df6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Event title<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1422\" class=\"elementor elementor-1422 e-loop-item e-loop-item-1254 post-1254 evento type-evento status-publish has-post-thumbnail hentry categoria-evento-category\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b2dc51e product-container e-flex e-con-boxed e-con e-parent\" data-id=\"b2dc51e\" data-element_type=\"container\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/evento\/event-title\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de94604 elementor-widget elementor-widget-image\" data-id=\"de94604\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"530\" height=\"447\" src=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg\" class=\"attachment-full size-full wp-image-1190\" alt=\"\" srcset=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15.jpg 530w, https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/07\/Rectangle-15-300x253.jpg 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/>\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-dfd4df6 elementor-widget elementor-widget-heading\" data-id=\"dfd4df6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Event title<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b8244 elementor-widget elementor-widget-heading\" data-id=\"24b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116665d elementor-widget elementor-widget-heading\" data-id=\"116665d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span>Category<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d0e93 elementor-widget__width-initial product-btn elementor-widget elementor-widget-heading\" data-id=\"a6d0e93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">SEE MORE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Eventi del Caff\u00e8 Incontriamoci dove il caff\u00e8 prende vita. Ogni evento \u00e8 un\u2019occasione per condividere la nostra passione, incontrare gli amanti del caff\u00e8 e celebrare l\u2019artigianalit\u00e0 che rende unica ogni tazza.Qui trovi tutte le fiere, le competizioni e i momenti speciali in cui Quick Mill \u00e8 protagonista \u2014 che si tratti di presentare le nostre [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2888","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Eventi e fiere del caff\u00e8 | Quick Mill<\/title>\n<meta name=\"description\" content=\"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Eventi e fiere del caff\u00e8 | Quick Mill\" \/>\n<meta property=\"og:description\" content=\"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Mill\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/quickmillcoffee\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-23T10:12:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/05\/Rectangle-18-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1916\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/\",\"url\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/\",\"name\":\"Eventi e fiere del caff\u00e8 | Quick Mill\",\"isPartOf\":{\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#website\"},\"datePublished\":\"2025-07-10T14:13:50+00:00\",\"dateModified\":\"2025-09-23T10:12:48+00:00\",\"description\":\"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.\",\"breadcrumb\":{\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Eventi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#website\",\"url\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/\",\"name\":\"Quick Mill\",\"description\":\"Macchine per caff\u00e8 espresso e accessori Quick Mill, realizzati a mano in Italia dal 1945. Per baristi amatoriali e professionisti. Il tuo caff\u00e8, il tuo capolavoro.\",\"publisher\":{\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#organization\"},\"alternateName\":\"Quick Mill srl\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#organization\",\"name\":\"Quick Mill srl\",\"alternateName\":\"Quick Mill\",\"url\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Group-13.svg\",\"contentUrl\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Group-13.svg\",\"width\":150,\"height\":81,\"caption\":\"Quick Mill srl\"},\"image\":{\"@id\":\"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/quickmillcoffee\",\"https:\/\/www.linkedin.com\/company\/quick-mill\/\",\"https:\/\/www.instagram.com\/quickmill_official\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Eventi e fiere del caff\u00e8 | Quick Mill","description":"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.","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:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/","og_locale":"it_IT","og_type":"article","og_title":"Eventi e fiere del caff\u00e8 | Quick Mill","og_description":"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.","og_url":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/","og_site_name":"Quick Mill","article_publisher":"https:\/\/www.facebook.com\/quickmillcoffee","article_modified_time":"2025-09-23T10:12:48+00:00","og_image":[{"width":2560,"height":1916,"url":"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/05\/Rectangle-18-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/","url":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/","name":"Eventi e fiere del caff\u00e8 | Quick Mill","isPartOf":{"@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#website"},"datePublished":"2025-07-10T14:13:50+00:00","dateModified":"2025-09-23T10:12:48+00:00","description":"Partecipa agli eventi, fiere e competizioni del mondo del caff\u00e8 insieme a Quick Mill. Scopri dove presentiamo le nostre macchine, supportiamo i baristi e condividiamo la nostra passione per l\u2019espresso.","breadcrumb":{"@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/eventi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/"},{"@type":"ListItem","position":2,"name":"Eventi"}]},{"@type":"WebSite","@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#website","url":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/","name":"Quick Mill","description":"Macchine per caff\u00e8 espresso e accessori Quick Mill, realizzati a mano in Italia dal 1945. Per baristi amatoriali e professionisti. Il tuo caff\u00e8, il tuo capolavoro.","publisher":{"@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#organization"},"alternateName":"Quick Mill srl","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#organization","name":"Quick Mill srl","alternateName":"Quick Mill","url":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#\/schema\/logo\/image\/","url":"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Group-13.svg","contentUrl":"https:\/\/quickmill.01linuxsp.coridemo.com\/wp-content\/uploads\/2025\/06\/Group-13.svg","width":150,"height":81,"caption":"Quick Mill srl"},"image":{"@id":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/quickmillcoffee","https:\/\/www.linkedin.com\/company\/quick-mill\/","https:\/\/www.instagram.com\/quickmill_official\/"]}]}},"_links":{"self":[{"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/pages\/2888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/comments?post=2888"}],"version-history":[{"count":0,"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/pages\/2888\/revisions"}],"wp:attachment":[{"href":"https:\/\/quickmill.01linuxsp.coridemo.com\/it\/wp-json\/wp\/v2\/media?parent=2888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}