body{margin:0;position:relative;font-family:Quicksand,sans-serif;background-color:var(--scheme-base-light, #fff7e8);overflow-x:clip;top:0!important}body .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}body .sr-only:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}body.modal-open{overflow:hidden}body #app{display:flex;flex-direction:column;align-items:center}body a{text-decoration:none;color:unset}body .wp-block-columns{margin:0}body .wp-block-columns .wp-block-column{display:flex;align-items:stretch;justify-content:center;flex-direction:column}body .wp-block-columns .wp-block-column .wp-block-create-block-text-image-card{flex:1}body main{min-height:calc(100vh - 388px);max-width:1440px;margin:0 48px;width:calc(100% - 96px)}@media screen and (max-width: 1000px){body main{margin:0 16px;width:calc(100% - 32px)}}body .scheme-primary{background-color:var(--scheme-primary-mid, #4f0f0e);color:var(--scheme-primary-font, #fff)}body .scheme-primary .wp-block-button{background-color:var(--scheme-primary-button-bg, #4f0f0e);color:var(--scheme-primary-button-text, #fff)}body .scheme-primary .wp-block-button .wp-block-button__link{color:var(--scheme-primary-button-text, #fff)}body .scheme-primary .wp-block-button:hover,body .scheme-primary .wp-block-button:focus-within{background-color:var(--scheme-primary-button-bg-hover, #4f0f0e)}body .scheme-primary .wp-block-button:hover .wp-block-button__link,body .scheme-primary .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-primary-button-text-hover)}body .scheme-secondary{background-color:var(--scheme-secondary-mid, #f0f0f0);color:var(--scheme-secondary-font, #000)}body .scheme-secondary .wp-block-button{background-color:var(--scheme-secondary-button-bg, #f0f0f0);color:var(--scheme-secondary-button-text, #000)}body .scheme-secondary .wp-block-button .wp-block-button__link{color:var(--scheme-secondary-button-text, #000)}body .scheme-secondary .wp-block-button:hover,body .scheme-secondary .wp-block-button:focus-within{background-color:var(--scheme-secondary-button-bg-hover, #f0f0f0)}body .scheme-secondary .wp-block-button:hover .wp-block-button__link,body .scheme-secondary .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-secondary-button-text-hover, #000)}body .scheme-tertiary{background-color:var(--scheme-tertiary-mid, #fff);color:var(--scheme-tertiary-font, #000)}body .scheme-tertiary .wp-block-button{background-color:var(--scheme-tertiary-button-bg, #fff);color:var(--scheme-tertiary-button-text, #000)}body .scheme-tertiary .wp-block-button .wp-block-button__link{color:var(--scheme-tertiary-button-text, #000)}body .scheme-tertiary .wp-block-button:hover,body .scheme-tertiary .wp-block-button:focus-within{background-color:var(--scheme-tertiary-button-bg-hover, #fff)}body .scheme-tertiary .wp-block-button:hover .wp-block-button__link,body .scheme-tertiary .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-tertiary-button-text-hover, #000)}body .scheme-base{background-color:var(--scheme-base-mid, #fff7e8);color:var(--scheme-base-font, #000)}body .scheme-base .wp-block-button{background-color:var(--scheme-base-button-bg, #fff7e8);color:var(--scheme-base-button-text, #000)}body .scheme-base .wp-block-button .wp-block-button__link{color:var(--scheme-base-button-text, #000)}body .scheme-base .wp-block-button:hover,body .scheme-base .wp-block-button:focus-within{background-color:var(--scheme-base-button-bg-hover, #fff7e8)}body .scheme-base .wp-block-button:hover .wp-block-button__link,body .scheme-base .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-base-button-text-hover, #000)}body .scheme-base-inverse{background-color:var(--scheme-base-font, #000);color:var(--scheme-base-mid, #fff7e8)}body .scheme-base-inverse .wp-block-button{background-color:var(--scheme-primary-button-bg, #4f0f0e);color:var(--scheme-primary-button-text, #fff)}body .scheme-base-inverse .wp-block-button .wp-block-button__link{color:var(--scheme-primary-button-text, #fff)}body .scheme-base-inverse .wp-block-button:hover,body .scheme-base-inverse .wp-block-button:focus-within{background-color:var(--scheme-primary-button-bg-hover, #4f0f0e)}body .scheme-base-inverse .wp-block-button:hover .wp-block-button__link,body .scheme-base-inverse .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-primary-button-text-hover, #fff)}body .scheme-transparent{color:var(--scheme-base-mid)}body .scheme-location{color:var(--scheme-current-location-light, #fff)}body .scheme-location .wp-block-button,body .scheme-location.wp-block-button,body .scheme-location .wp-block-button .wp-block-button__link,body .scheme-location.wp-block-button .wp-block-button__link{color:var(--scheme-base-light, #fff)}body .wp-block-button{font-size:16px;font-weight:700;font-family:Quicksand,sans-serif;position:relative;cursor:pointer;display:inline-flex!important;align-items:center;overflow:hidden;border-radius:100px;background-color:var(--scheme-primary-mid, #4f0f0e);transition:background-color .3s ease,color .3s ease}body .wp-block-button .wp-block-button__link{padding:12px 24px;color:var(--scheme-base-light, #fff);z-index:2;background-color:transparent;transition:color .3s ease;word-break:keep-all}body .wp-block-button:hover,body .wp-block-button:focus-within{transform:translateY(0) scale(1);background-color:var(--scheme-primary-light, #4f0f0e)}body .wp-block-button:hover .wp-block-button__link,body .wp-block-button:focus-within .wp-block-button__link{color:var(--scheme-primary-button-bg-hover, #fff)}body .wp-block-button.button--secondary{background-color:var(--scheme-secondary-mid, #f0f0f0)}body .wp-block-button.button--secondary .wp-block-button__link{color:var(--scheme-secondary-font, #000)}body .wp-block-button.button--secondary:hover,body .wp-block-button.button--secondary:focus-within{background-color:var(--scheme-secondary-light, #f0f0f0)}body .wp-block-button.button--secondary:hover .wp-block-button__link,body .wp-block-button.button--secondary:focus-within .wp-block-button__link{color:var(--scheme-secondary-button-bg-hover, #000)}body .wp-block-button.button--base{background-color:var(--scheme-base-mid, #fff7e8)}body .wp-block-button.button--base:before{background-color:var(--scheme-tertiary-button-bg-hover, #92462b)}body .wp-block-button.button--base .wp-block-button__link{color:var(--scheme-base-light)}body .wp-block-button.button--base:hover,body .wp-block-button.button--base:focus-within{background-color:var(--scheme-tertiary-button-bg-hover, #92462b)}body .wp-block-button.fade{opacity:.5}.gmap-embed-wrapper{width:100%}.gmap-embed-wrapper iframe{width:100%;aspect-ratio:1;height:unset;border-radius:24px}.entry-categories{margin:24px 0;display:flex;gap:10px}.entry-categories .category-link{border-radius:20px;background-color:var(--scheme-base-mid);color:var(--scheme-base-light);padding:8px 12px;text-transform:uppercase;font-size:16px}@media screen and (max-width: 831px){.entry-categories .category-link{font-size:12px}}.subscribe-form-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#0000004d;padding:16px;box-shadow:0 -2px 10px #0000001a;display:none;opacity:0}.subscribe-form-wrapper.show{opacity:1;transition:opacity .3s ease-in-out;display:flex;align-items:center;justify-content:center}.subscribe-form-wrapper .subscribe-form-inner{background-color:var(--scheme-base-light, #fff);border-radius:32px;padding:64px;max-width:556px;position:relative;max-height:80vh;overflow:scroll}@media screen and (max-width: 831px){.subscribe-form-wrapper .subscribe-form-inner{padding:32px 24px;border-radius:24px 24px 0 0;max-width:unset;position:absolute;bottom:0}}.subscribe-form-wrapper .subscribe-form-inner .close-button{position:absolute;top:64px;right:64px;background-color:transparent;border:none;cursor:pointer}.subscribe-form-wrapper .subscribe-form-inner .close-button:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5449 17.954C19.7563 18.1653 19.875 18.452 19.875 18.7509C19.875 19.0497 19.7563 19.3364 19.5449 19.5477C19.3336 19.7591 19.0469 19.8778 18.748 19.8778C18.4492 19.8778 18.1625 19.7591 17.9512 19.5477L11.999 13.5937L6.04492 19.5459C5.83358 19.7572 5.54693 19.8759 5.24805 19.8759C4.94916 19.8759 4.66251 19.7572 4.45117 19.5459C4.23983 19.3345 4.12109 19.0479 4.12109 18.749C4.12109 18.4501 4.23983 18.1635 4.45117 17.9521L10.4052 11.9999L4.45305 6.04586C4.2417 5.83451 4.12297 5.54787 4.12297 5.24898C4.12297 4.9501 4.2417 4.66345 4.45305 4.45211C4.66439 4.24076 4.95103 4.12203 5.24992 4.12203C5.54881 4.12203 5.83545 4.24076 6.0468 4.45211L11.999 10.4062L17.953 4.45117C18.1644 4.23983 18.451 4.12109 18.7499 4.12109C19.0488 4.12109 19.3354 4.23983 19.5468 4.45117C19.7581 4.66251 19.8769 4.94916 19.8769 5.24804C19.8769 5.54693 19.7581 5.83358 19.5468 6.04492L13.5927 11.9999L19.5449 17.954Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;display:block;width:24px;height:24px;position:absolute;pointer-events:none}@media screen and (max-width: 831px){.subscribe-form-wrapper .subscribe-form-inner .close-button{top:32px;right:24px}}.subscribe-form-wrapper .subscribe-form-inner .close-button button{background-color:transparent;border:none;cursor:pointer;width:24px;height:24px}.subscribe-form-wrapper .subscribe-form-inner .subscribe-form-top h2{font-family:Pacifico,cursive;color:var(--scheme-primary-mid, #4f0f0e);font-size:32px;margin:0 0 16px;text-align:center}@media (max-width: 831px){.subscribe-form-wrapper .subscribe-form-inner .subscribe-form-top h2{font-size:24px}}.subscribe-form-wrapper .subscribe-form-inner .subscribe-form-top p{font-size:16px;line-height:20px;margin:0 0 32px;text-align:center}.wpcf7{width:100%}@media (max-width: 831px){.wpcf7 label{font-size:10px}}.wpcf7 input,.wpcf7 textarea,.wpcf7 select{margin-top:12px;border-radius:24px;border:2px solid var(--scheme-base-mid);padding:16px 24px;background-color:var(--scheme-base-light);color:var(--base-base-dark, #4f0f0e);font-family:Quicksand,sans-serif;font-size:20px;font-weight:600;line-height:26px;width:calc(100% - 48px)}.wpcf7 input::placeholder,.wpcf7 textarea::placeholder,.wpcf7 select::placeholder{color:#a7837b;opacity:1}.wpcf7 input::-webkit-input-placeholder,.wpcf7 textarea::-webkit-input-placeholder,.wpcf7 select::-webkit-input-placeholder{color:#a7837b;opacity:1}.wpcf7 input::-moz-placeholder,.wpcf7 textarea::-moz-placeholder,.wpcf7 select::-moz-placeholder{color:#a7837b;opacity:1}.wpcf7 input:-ms-input-placeholder,.wpcf7 textarea:-ms-input-placeholder,.wpcf7 select:-ms-input-placeholder{color:#a7837b;opacity:1}@media (max-width: 831px){.wpcf7 input,.wpcf7 textarea,.wpcf7 select{font-size:12px;padding:10px 16px;margin-top:5px}}.wpcf7 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%234f0f0e" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 16px center;background-size:20px 20px}.wpcf7 label:has(input[type=file]){width:calc(100% - 48px);display:block}.wpcf7 label:has(input[type=file]) input[type=file]{display:none}.wpcf7 label:has(input[type=file]) span.file-label-text{content:"Upload File";display:inline-block;padding:16px 24px;border-radius:24px;font-size:16px;cursor:pointer;top:0;left:0;width:100%;height:100%;border:2px solid var(--scheme-base-mid);font-size:20px;font-weight:600;line-height:26px;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;color:#a7837b}.wpcf7 label:has(input[type=file]) span.file-label-text:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.875 11.4385C16.991 11.4385 17.1025 11.4844 17.1846 11.5664C17.2665 11.6484 17.3125 11.76 17.3125 11.876V16.251C17.3124 16.5327 17.2002 16.8028 17.001 17.002C16.8017 17.2011 16.5317 17.3135 16.25 17.3135H3.75C3.46826 17.3135 3.19827 17.2011 2.99902 17.002C2.79982 16.8028 2.68756 16.5327 2.6875 16.251V11.876C2.6875 11.76 2.73346 11.6484 2.81543 11.5664C2.89748 11.4844 3.00897 11.4385 3.125 11.4385C3.24103 11.4385 3.35252 11.4844 3.43457 11.5664C3.51654 11.6484 3.5625 11.76 3.5625 11.876V16.4385H16.4375V11.876C16.4375 11.76 16.4835 11.6484 16.5654 11.5664C16.6475 11.4844 16.759 11.4385 16.875 11.4385ZM10.001 2.6875C10.0585 2.68753 10.1158 2.69865 10.1689 2.7207C10.222 2.74278 10.27 2.77568 10.3105 2.81641H10.3115L13.4365 5.94141C13.5188 6.02368 13.5644 6.13562 13.5645 6.25195C13.5645 6.36829 13.5187 6.48017 13.4365 6.5625C13.3542 6.64481 13.2424 6.69135 13.126 6.69141C13.0095 6.69141 12.8978 6.64485 12.8154 6.5625L11.291 5.03809L10.4375 4.18359V11.876C10.4374 11.9919 10.3916 12.1036 10.3096 12.1855C10.2275 12.2675 10.116 12.3135 10 12.3135C9.88402 12.3135 9.77247 12.2675 9.69043 12.1855C9.60844 12.1036 9.56256 11.9919 9.5625 11.876V4.18555L8.70898 5.03809L7.18457 6.56055L7.16504 6.5791C7.08503 6.64993 6.98343 6.69136 6.87598 6.69141C6.75951 6.69141 6.64778 6.64485 6.56543 6.5625C6.48312 6.48015 6.43652 6.36838 6.43652 6.25195C6.43657 6.1944 6.4477 6.13715 6.46973 6.08398C6.49179 6.03075 6.52468 5.98216 6.56543 5.94141L9.69043 2.81641C9.73107 2.77562 9.77983 2.74278 9.83301 2.7207C9.88616 2.69865 9.94343 2.6875 10.001 2.6875Z' fill='%234F0F0E' stroke='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block;width:20px;height:20px}.wpcf7 label:has(input[type=file]) span.file-label-text.file-added{color:unset}.wpcf7 label:has(input[type=file]) span.file-label-text.file-added:before{display:none}.wpcf7 #mc_embed_signup{background-color:#fff}.wpcf7 .wp-block-button{background-color:var(--scheme-primary-mid)}@media screen and (max-width: 831px){.wpcf7 .wp-block-button{margin-top:20px}}.wpcf7 .wp-block-button p{margin:0;width:100%}.wpcf7 .wp-block-button input{margin:0;padding:12px 24px;position:relative;border:0;cursor:pointer;background-color:transparent;color:var(--scheme-base-light, #fff);transition:background-color .3s ease,color .3s ease}.wpcf7 .wp-block-button input:hover{background-color:var(--scheme-primary-light, #4f0f0e);color:var(--scheme-primary-text-hover)}@media (max-width: 831px){.wpcf7 .wp-block-button input{font-size:16px}}.wpcf7 .wp-block-button input{width:100%;display:inline-flex}.wpcf7 .wp-block-button .wpcf7-spinner{display:none}.wpcf7 p{width:100%}@media screen and (max-width: 831px){.wpcf7 p{margin:8px 0}}.wpcf7 p select{width:100%}.wpcf7 .form-columns{display:flex;flex-wrap:wrap;gap:0}@media (min-width: 831px){.wpcf7 .form-columns{gap:24px}}.wpcf7 .form-columns .form-column{flex-basis:100%}@media (min-width: 831px){.wpcf7 .form-columns .form-column{flex-basis:calc(50% - 12px)}}.wpcf7 .wpcf7-checkbox{display:flex;flex-direction:column}.wpcf7 .wpcf7-checkbox .wpcf7-list-item{margin-left:10px}.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{font-size:14px}.wpcf7 .wpcf7-checkbox input{width:15px}#mc_embed_signup .mc-field-group label{margin-bottom:8px;font-size:12px}#mc_embed_signup .mc-field-group input{background-color:transparent;border:2px solid var(--scheme-base-mid);font-family:Quicksand,sans-serif;padding:15px 10px;border-radius:25px;font-size:16px;color:var(--scheme-base-mid)}#mc_embed_signup .mc-field-group.input-group label{font-size:16px;margin-left:5px}#mc_embed_signup input[type=submit]{font-family:Quicksand,sans-serif;font-size:16px;font-weight:700;position:relative;cursor:pointer;display:inline-flex!important;align-items:center;overflow:hidden;border-radius:100px;background-color:var(--scheme-primary-mid, #4f0f0e);transition:background-color .3s ease,color .3s ease;border:0;padding:7px 24px;height:45px;color:var(--scheme-base-light, #fff);z-index:2;transition:color .3s ease;word-break:keep-all}#mc_embed_signup input[type=submit]:hover,#mc_embed_signup input[type=submit]:focus{transform:translateY(0) scale(1);background-color:var(--scheme-primary-light, #4f0f0e);color:var(--scheme-primary-button-bg-hover, #fff)}#mc_embed_signup .mce_inline_error{background-color:transparent!important}.social-media-links{display:flex;gap:16px;justify-content:start;flex-wrap:wrap}.social-media-links .social-link{display:inline-flex;align-items:center;justify-content:center}.social-media-links .social-link .social-icon{width:36px;height:36px;object-fit:contain}.google-translate-wrapper{position:relative;width:35px;overflow:hidden}.google-translate-wrapper .google-translate-label{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#ffeac4;pointer-events:none;text-transform:uppercase;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px}.google-translate-wrapper .google-translate-label:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.1475 4.89793L6.39746 8.64793C6.3452 8.70037 6.28311 8.74198 6.21473 8.77037C6.14636 8.79876 6.07306 8.81337 5.99902 8.81337C5.92499 8.81337 5.85169 8.79876 5.78331 8.77037C5.71494 8.74198 5.65284 8.70037 5.60058 8.64793L1.85059 4.89793C1.74491 4.79226 1.68555 4.64893 1.68555 4.49949C1.68555 4.35005 1.74491 4.20673 1.85059 4.10105C1.95626 3.99538 2.09958 3.93602 2.24902 3.93602C2.39847 3.93602 2.54179 3.99538 2.64746 4.10105L5.99949 7.45308L9.35152 4.10059C9.45719 3.99491 9.60052 3.93555 9.74996 3.93555C9.8994 3.93555 10.0427 3.99491 10.1484 4.10059C10.2541 4.20626 10.3134 4.34958 10.3134 4.49902C10.3134 4.64847 10.2541 4.79179 10.1484 4.89746L10.1475 4.89793Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;width:12px;height:12px;display:inline-block;margin-left:5px}iframe.skiptranslate{display:none!important;width:0!important;height:0!important;border:0!important}#google_translate_element .skiptranslate{color:transparent!important;height:25px}#google_translate_element select{border:0;background:transparent;color:var(--scheme-base-mid, #000)}#google_translate_element span{display:none!important}@font-face{font-display:swap;font-family:Quicksand;font-style:normal;font-weight:600;src:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/quicksand-v36-latin-600-Dl5Mb99p.woff2) format("woff2")}@font-face{font-display:swap;font-family:Quicksand;font-style:normal;font-weight:700;src:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/quicksand-v36-latin-700-DNRMnynu.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pacifico;font-style:normal;font-weight:400;src:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/pacifico-v22-latin-regular-4dwv_g8l.woff2) format("woff2")}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/rubik-v30-latin-600-7iWW07_k.woff2) format("woff2")}.above-nav{height:36px;width:100%;background-color:var(--scheme-base-mid, #f0f0f0);color:var(--scheme-base-light, #4f0f0e);display:flex;align-items:center;z-index:10;text-transform:uppercase;overflow:hidden;margin-bottom:0}header.banner{display:flex;justify-content:space-between;background:#ffe5b6;background:linear-gradient(0deg,#ffe5b6,#ffeed1);height:88px;padding:0 48px 0 38px;font-family:Quicksand,sans-serif;font-size:16px;color:var(--scheme-base-button-text, #4f0f0e);font-weight:700;line-height:120%;gap:32px;text-align:center;width:calc(100% - 88px);z-index:5;position:sticky;margin-top:0;top:0}@media screen and (max-width: 1145px){header.banner{padding:0 20px;width:calc(100% - 40px);gap:20px}}@media screen and (max-width: 1000px){header.banner{height:57px;padding:0 20px 0 5px;width:calc(100% - 25px)}}header.banner:after{content:"";position:absolute;top:87px;left:0;width:252px;height:139px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 252 140' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0C95.746,0.291 262.34,0.801 251.5,0.801C232.5,5.301 227.5,35.967 210.13,35.968C203.523,35.968 205.855,30.911 190.311,30.911C174.766,30.911 178.653,47.635 156.892,47.635C135.13,47.635 125.772,38.408 116.865,53.468C111.229,62.995 112.979,86.134 101.321,86.134C84.223,86.134 97.046,56.967 72.177,56.967C47.307,56.967 75.287,139.8 45.753,139.801C16.218,139.801 38.758,90.411 22.825,69.412C18,63.052 12.389,62.139 0,62.087L0,0Z' style='fill:url(%23_Linear1);fill-rule:nonzero;'/%3E%3Cdefs%3E%3ClinearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0.315293,140,-140,0.315293,137.561,0)'%3E%3Cstop offset='0' style='stop-color:rgb(255,229,182);stop-opacity:1'/%3E%3Cstop offset='1' style='stop-color:rgb(255,224,163);stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1000px){header.banner:after{width:100px;height:55px;z-index:11;top:56px}}header.banner .header-left,header.banner .header-right{display:flex;align-items:center}header.banner .header-left{gap:32px}@media screen and (max-width: 1160px){header.banner .header-left{gap:20px}}header.banner .header-left a.site-logo{transform:translateY(12px);z-index:12}@media screen and (max-width: 1000px){header.banner .header-left a.site-logo{transform:translateY(8px)}}header.banner .header-left a.site-logo img{width:182px;height:auto;max-height:90px}@media screen and (max-width: 1020px){header.banner .header-left a.site-logo img{width:166px}}@media screen and (max-width: 1000px){header.banner .header-left a.site-logo img{width:99px;max-height:50px}}header.banner .header-left nav.nav-primary{display:flex;align-items:center}@media (max-width: 1000px){header.banner .header-left nav.nav-primary{display:none;position:absolute;top:57px;left:0;right:0;background:var(--scheme-base-light, #fff7e8);z-index:10;box-shadow:0 18px 24px #4f0f0e26}header.banner .header-left nav.nav-primary.active{display:block}}header.banner .header-left nav.nav-primary ul.nav{display:flex;list-style:none;gap:32px;margin:0;padding:0}header.banner .header-left nav.nav-primary ul.nav:hover li:hover a{opacity:1}header.banner .header-left nav.nav-primary ul.nav:hover li a{opacity:.4}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav:hover li a{opacity:1}}@media screen and (max-width: 1145px){header.banner .header-left nav.nav-primary ul.nav{gap:20px}}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav{flex-direction:column;gap:0;width:100%;padding:50px 0 20px}header.banner .header-left nav.nav-primary ul.nav.active{display:flex}}header.banner .header-left nav.nav-primary ul.nav li{display:flex;align-items:center;position:relative}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li{width:100%;align-items:stretch;flex-direction:column}header.banner .header-left nav.nav-primary ul.nav li.submenu-open>a{font-weight:700}}@media screen and (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li:has(.locations){order:-1;border:2px solid var(--scheme-base-mid, #4f0f0e);margin:0 10px 16px;width:calc(100% - 20px);border-radius:100px;text-transform:uppercase}header.banner .header-left nav.nav-primary ul.nav li:has(.locations).submenu-open{border-radius:16px}header.banner .header-left nav.nav-primary ul.nav li:has(.locations) a{padding:20px;text-transform:unset;width:calc(100% - 45px)}}header.banner .header-left nav.nav-primary ul.nav li a{text-decoration:none;color:inherit;padding:8px 0;position:relative;transition:color .3s ease;width:100%;text-align:center;transition:opacity .3s ease}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li a{padding:16px 32px;width:calc(100% - 64px);display:flex;align-items:center;justify-content:space-between;font-size:20px;font-family:Quicksand;font-weight:600;line-height:28px}}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children>a{position:relative;padding-right:20px}header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children>a:after{content:"";border:solid currentColor;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);transition:transform .3s ease;position:absolute;right:0;width:5px;height:5px}}@media (max-width: 1000px) and (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children>a:after{right:24px;margin-top:-3px}}header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children.submenu-open>a:after{transform:rotate(-135deg)}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children.submenu-open>a:after{transform:rotate(-135deg)}}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children.submenu-open .sub-menu{flex-direction:column}}header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children:after{content:"";position:absolute;top:100%;left:0;right:0;height:20px;background:transparent;z-index:19}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li.menu-item-has-children:after{display:none}}header.banner .header-left nav.nav-primary ul.nav li .sub-menu{position:absolute;top:100%;left:-23px;min-width:200px;background:#ffe5b7;border-radius:0 0 16px 16px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:20;list-style:none;padding:8px 0;margin:0}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu{position:static;display:none;background:#ffffff1a;border-radius:0;opacity:1;visibility:visible;transform:none;min-width:auto;padding:0;margin:0;width:100%}}header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations{display:flex;gap:20px;padding:15px}@media screen and (max-width: 1250px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations{left:unset;right:-200px}}@media screen and (max-width: 1035px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations{left:unset;right:-23px}}@media screen and (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations{align-items:end;flex-direction:row!important;display:flex;padding:15px;width:100%}}header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations li a{padding:0;width:100%}header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations li a img{height:72px;width:auto}@media screen and (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations li a img{height:auto;width:100%}}header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations li a span{padding-top:16px;border-bottom:2px solid var(--scheme-base-mid, #4f0f0e);padding-bottom:5px;display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:1}header.banner .header-left nav.nav-primary ul.nav li .sub-menu.locations li a span:after{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M14.3392 8.53074L9.83922 13.0307C9.69832 13.1716 9.50723 13.2508 9.30797 13.2508C9.10871 13.2508 8.91762 13.1716 8.77672 13.0307C8.63582 12.8898 8.55667 12.6987 8.55667 12.4995C8.55667 12.3002 8.63582 12.1091 8.77672 11.9682L11.9961 8.75011H2.80859C2.60968 8.75011 2.41892 8.67109 2.27826 8.53044C2.13761 8.38979 2.05859 8.19902 2.05859 8.00011C2.05859 7.8012 2.13761 7.61043 2.27826 7.46978C2.41892 7.32913 2.60968 7.25011 2.80859 7.25011H11.9961L8.77797 4.03011C8.63707 3.88921 8.55792 3.69812 8.55792 3.49886C8.55792 3.2996 8.63707 3.10851 8.77797 2.96761C8.91886 2.82671 9.10996 2.74756 9.30922 2.74756C9.50848 2.74756 9.69957 2.82671 9.84047 2.96761L14.3405 7.46761C14.4104 7.53738 14.4659 7.62028 14.5037 7.71155C14.5415 7.80281 14.5609 7.90065 14.5607 7.99943C14.5606 8.09822 14.541 8.19601 14.503 8.28718C14.465 8.37836 14.4093 8.46113 14.3392 8.53074Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:16px;margin-left:8px;justify-content:space-between}header.banner .header-left nav.nav-primary ul.nav li .sub-menu li{width:100%}header.banner .header-left nav.nav-primary ul.nav li .sub-menu li a{padding:16px 24px;color:var(--scheme-base-mid, #4f0f0e);display:block;transition:background-color .3s ease,color .3s ease;text-align:left}@media (max-width: 1000px){header.banner .header-left nav.nav-primary ul.nav li .sub-menu li a{padding:12px 48px}}header.banner .header-left nav.nav-primary ul.nav li .sub-menu li:last-child a{border-bottom:none}@media screen and (min-width: 1001px){header.banner .header-left nav.nav-primary .mobile-nav-bottom{display:none}}@media (max-width: 1000px){header.banner .header-left nav.nav-primary .mobile-nav-bottom hr{background-image:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/footer-border-CcYBkXbQ.svg);background-repeat:repeat-x;height:8px;border:0;margin:0;display:flex;width:100%}}header.banner .header-left nav.nav-primary .mobile-nav-bottom .mobile-nav-bottom-inner{display:flex;justify-content:space-between;align-items:center;padding:20px}header.banner .header-right{gap:8px}header.banner .header-right .shop,header.banner .header-right .gift-cards{font-size:14px;padding:12px 15px 12px 40px}@media screen and (max-width: 1000px){header.banner .header-right .shop,header.banner .header-right .gift-cards{font-size:12px;padding:8px 16px 8px 40px}}header.banner .header-right .shop:before,header.banner .header-right .gift-cards:before{content:"";background-repeat:no-repeat;background-position:center;display:inline-block;width:20px;height:20px;background-size:contain;flex-shrink:0;position:absolute;top:50%;transform:translateY(-50%);left:15px}header.banner .header-right .shop:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.7931 1.25586C15.4095 1.31917 15.8916 1.84127 15.8917 2.47461V10.042C16.4522 10.2121 16.875 10.7314 16.8751 11.3662V16.834C16.8749 17.5491 16.3319 18.1397 15.6339 18.2109L15.4923 18.2178H4.62417C3.8791 18.2178 3.27093 17.6278 3.24136 16.8887L3.24233 16.8877H3.24136L3.24038 16.8555L3.12515 9.06152C3.11959 8.68439 3.27225 8.25747 3.65151 8.00098H3.65249L3.8146 7.90918C3.94199 7.85093 4.07513 7.82257 4.20718 7.81543V2.47461L4.21304 2.34863C4.27607 1.73195 4.79735 1.25013 5.43081 1.25H14.6671L14.7931 1.25586ZM7.03433 10.6387C6.51951 10.9831 5.83789 10.9425 5.36733 10.542L5.34194 10.5205V10.5186C5.13912 10.3383 4.95454 10.1777 4.78921 10.0332L4.88589 16.5684H15.2257V11.6895L14.8048 11.7734C14.5296 11.828 14.2444 11.7984 13.9884 11.6885L13.881 11.6357L13.8615 11.625L13.8468 11.6162V11.6152L12.2599 10.7168L10.6964 11.3291H10.6945C10.2169 11.5154 9.67561 11.4223 9.28823 11.0889L9.2853 11.085L9.27065 11.0732L8.03335 9.96973L7.03433 10.6387ZM9.64663 10.8574L9.64858 10.8584L9.64663 10.8555H9.64468L9.64663 10.8574ZM10.8732 9.48828L11.7775 9.13574L11.7853 9.13379L11.8048 9.12598L11.8126 9.12207L11.9572 9.08008C12.2951 8.9989 12.6549 9.04602 12.9621 9.21973L14.2414 9.94434V7.21191H10.8732V9.48828ZM5.85561 8.7793C5.991 8.89691 6.13522 9.02143 6.2853 9.1543L7.27163 8.49414L7.28042 8.48926L7.31069 8.46777L7.41128 8.40918C7.91749 8.1423 8.54187 8.21535 8.97573 8.60156H8.97768L9.22378 8.82129V7.21191H5.85561V8.7793ZM5.85561 5.5625H9.22378V2.89941H5.85561V5.5625ZM10.8732 5.5625H14.2414V2.89941H10.8732V5.5625Z' fill='%23FFF7E8'/%3E%3C/svg%3E")}header.banner .header-right .shop:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.7931 1.25586C15.4095 1.31917 15.8916 1.84127 15.8917 2.47461V10.042C16.4522 10.2121 16.875 10.7314 16.8751 11.3662V16.834C16.8749 17.5491 16.3319 18.1397 15.6339 18.2109L15.4923 18.2178H4.62417C3.8791 18.2178 3.27093 17.6278 3.24136 16.8887L3.24233 16.8877H3.24136L3.24038 16.8555L3.12515 9.06152C3.11959 8.68439 3.27225 8.25747 3.65151 8.00098H3.65249L3.8146 7.90918C3.94199 7.85093 4.07513 7.82257 4.20718 7.81543V2.47461L4.21304 2.34863C4.27607 1.73195 4.79735 1.25013 5.43081 1.25H14.6671L14.7931 1.25586ZM7.03433 10.6387C6.51951 10.9831 5.83789 10.9425 5.36733 10.542L5.34194 10.5205V10.5186C5.13912 10.3383 4.95454 10.1777 4.78921 10.0332L4.88589 16.5684H15.2257V11.6895L14.8048 11.7734C14.5296 11.828 14.2444 11.7984 13.9884 11.6885L13.881 11.6357L13.8615 11.625L13.8468 11.6162V11.6152L12.2599 10.7168L10.6964 11.3291H10.6945C10.2169 11.5154 9.67561 11.4223 9.28823 11.0889L9.2853 11.085L9.27065 11.0732L8.03335 9.96973L7.03433 10.6387ZM9.64663 10.8574L9.64858 10.8584L9.64663 10.8555H9.64468L9.64663 10.8574ZM10.8732 9.48828L11.7775 9.13574L11.7853 9.13379L11.8048 9.12598L11.8126 9.12207L11.9572 9.08008C12.2951 8.9989 12.6549 9.04602 12.9621 9.21973L14.2414 9.94434V7.21191H10.8732V9.48828ZM5.85561 8.7793C5.991 8.89691 6.13522 9.02143 6.2853 9.1543L7.27163 8.49414L7.28042 8.48926L7.31069 8.46777L7.41128 8.40918C7.91749 8.1423 8.54187 8.21535 8.97573 8.60156H8.97768L9.22378 8.82129V7.21191H5.85561V8.7793ZM5.85561 5.5625H9.22378V2.89941H5.85561V5.5625ZM10.8732 5.5625H14.2414V2.89941H10.8732V5.5625Z' fill='%234f0f0e'/%3E%3C/svg%3E")}@media screen and (max-width: 1210px){header.banner .header-right .shop .online{display:none}}header.banner .header-right .gift-cards:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.9062 2.1875C12.3367 2.1875 10.9438 2.80703 10 3.87188C9.05625 2.80703 7.66328 2.1875 6.09375 2.1875C4.72674 2.18915 3.41618 2.73293 2.44956 3.69956C1.48293 4.66618 0.939154 5.97674 0.9375 7.34375C0.9375 12.9953 9.20391 17.5109 9.55547 17.7008C9.69209 17.7744 9.84483 17.8129 10 17.8129C10.1552 17.8129 10.3079 17.7744 10.4445 17.7008C10.7961 17.5109 19.0625 12.9953 19.0625 7.34375C19.0608 5.97674 18.5171 4.66618 17.5504 3.69956C16.5838 2.73293 15.2733 2.18915 13.9062 2.1875ZM13.4773 13.3094C12.3893 14.2327 11.2261 15.0637 10 15.7938C8.77387 15.0637 7.61073 14.2327 6.52266 13.3094C4.82969 11.857 2.8125 9.64219 2.8125 7.34375C2.8125 6.47351 3.1582 5.63891 3.77356 5.02356C4.38891 4.4082 5.22351 4.0625 6.09375 4.0625C7.48438 4.0625 8.64844 4.79688 9.13203 5.97969C9.20242 6.15212 9.32257 6.29967 9.47715 6.40354C9.63174 6.50741 9.81376 6.56288 10 6.56288C10.1862 6.56288 10.3683 6.50741 10.5228 6.40354C10.6774 6.29967 10.7976 6.15212 10.868 5.97969C11.3516 4.79688 12.5156 4.0625 13.9062 4.0625C14.7765 4.0625 15.6111 4.4082 16.2264 5.02356C16.8418 5.63891 17.1875 6.47351 17.1875 7.34375C17.1875 9.64219 15.1703 11.857 13.4773 13.3094Z' fill='%23FFF7E8'/%3E%3C/svg%3E")}header.banner .header-right .gift-cards:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.9062 2.1875C12.3367 2.1875 10.9438 2.80703 10 3.87188C9.05625 2.80703 7.66328 2.1875 6.09375 2.1875C4.72674 2.18915 3.41618 2.73293 2.44956 3.69956C1.48293 4.66618 0.939154 5.97674 0.9375 7.34375C0.9375 12.9953 9.20391 17.5109 9.55547 17.7008C9.69209 17.7744 9.84483 17.8129 10 17.8129C10.1552 17.8129 10.3079 17.7744 10.4445 17.7008C10.7961 17.5109 19.0625 12.9953 19.0625 7.34375C19.0608 5.97674 18.5171 4.66618 17.5504 3.69956C16.5838 2.73293 15.2733 2.18915 13.9062 2.1875ZM13.4773 13.3094C12.3893 14.2327 11.2261 15.0637 10 15.7938C8.77387 15.0637 7.61073 14.2327 6.52266 13.3094C4.82969 11.857 2.8125 9.64219 2.8125 7.34375C2.8125 6.47351 3.1582 5.63891 3.77356 5.02356C4.38891 4.4082 5.22351 4.0625 6.09375 4.0625C7.48438 4.0625 8.64844 4.79688 9.13203 5.97969C9.20242 6.15212 9.32257 6.29967 9.47715 6.40354C9.63174 6.50741 9.81376 6.56288 10 6.56288C10.1862 6.56288 10.3683 6.50741 10.5228 6.40354C10.6774 6.29967 10.7976 6.15212 10.868 5.97969C11.3516 4.79688 12.5156 4.0625 13.9062 4.0625C14.7765 4.0625 15.6111 4.4082 16.2264 5.02356C16.8418 5.63891 17.1875 6.47351 17.1875 7.34375C17.1875 9.64219 15.1703 11.857 13.4773 13.3094Z' fill='%234f0f0e'/%3E%3C/svg%3E")}@media screen and (max-width: 831px){header.banner .header-right .gift-cards{display:none}}header.banner .mobile-menu-toggle{display:none;width:32px;height:32px;background-size:contain;cursor:pointer}@media (max-width: 1000px){header.banner .mobile-menu-toggle{display:flex}}header.banner .mobile-menu-toggle .toggle-button{background:none;border:none;cursor:pointer}header.banner .mobile-menu-toggle .toggle-button .toggle-bar{display:block;width:28px;height:3px;background-color:#4f0f0e;transition:all .3s ease;border-radius:5px}header.banner .mobile-menu-toggle .toggle-button .toggle-bar:not(:last-child){margin-bottom:6px}header.banner .mobile-menu-toggle .toggle-button.active .toggle-bar:nth-child(1){transform:rotate(45deg) translate(6px,6px)}header.banner .mobile-menu-toggle .toggle-button.active .toggle-bar:nth-child(2){opacity:0}header.banner .mobile-menu-toggle .toggle-button.active .toggle-bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}header.banner .google-translate-wrapper{position:relative;width:35px;overflow:hidden;flex-shrink:0}header.banner .google-translate-wrapper #google_translate_element .skiptranslate{color:transparent!important;height:25px}header.banner .google-translate-wrapper #google_translate_element select{border:0;background:transparent;color:var(--scheme-base-mid, #000)}header.banner .google-translate-wrapper #google_translate_element span{display:none!important}header.banner .google-translate-wrapper .google-translate-label{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#ffeac4;pointer-events:none;text-transform:uppercase;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px}@media screen and (max-width: 1000px){header.banner .google-translate-wrapper .google-translate-label{background-color:#fff7e8}}header.banner .google-translate-wrapper .google-translate-label:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.1475 4.89793L6.39746 8.64793C6.3452 8.70037 6.28311 8.74198 6.21473 8.77037C6.14636 8.79876 6.07306 8.81337 5.99902 8.81337C5.92499 8.81337 5.85169 8.79876 5.78331 8.77037C5.71494 8.74198 5.65284 8.70037 5.60058 8.64793L1.85059 4.89793C1.74491 4.79226 1.68555 4.64893 1.68555 4.49949C1.68555 4.35005 1.74491 4.20673 1.85059 4.10105C1.95626 3.99538 2.09958 3.93602 2.24902 3.93602C2.39847 3.93602 2.54179 3.99538 2.64746 4.10105L5.99949 7.45308L9.35152 4.10059C9.45719 3.99491 9.60052 3.93555 9.74996 3.93555C9.8994 3.93555 10.0427 3.99491 10.1484 4.10059C10.2541 4.20626 10.3134 4.34958 10.3134 4.49902C10.3134 4.64847 10.2541 4.79179 10.1484 4.89746L10.1475 4.89793Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;width:12px;height:12px;display:inline-block;margin-left:5px}header.banner iframe.skiptranslate{display:none!important;width:0!important;height:0!important;border:0!important}footer{background-color:#ffeed1;border-radius:32px 32px 0 0;display:flex;flex-direction:column;align-items:center;width:100%}footer .footer-top{display:flex;justify-content:space-between;padding:64px 40px;max-width:1264px;width:calc(100% - 80px);gap:32px}@media screen and (max-width: 831px){footer .footer-top{flex-direction:column;align-items:center;padding:24px 28px;width:calc(100% - 56px)}}footer .footer-top .footer-logo img{width:296px;height:auto}@media screen and (max-width: 831px){footer .footer-top .footer-logo img{width:188px}}footer .footer-top .footer-header{margin-bottom:64px}@media screen and (max-width: 831px){footer .footer-top .footer-header{justify-content:space-between}}footer .footer-top h3{font-family:Pacifico,cursive;color:var(--scheme-primary-mid, #4f0f0e);font-size:32px}@media screen and (max-width: 831px){footer .footer-top h3{font-size:18px;line-height:24px}}footer .footer-top h4{font-family:Rubik,sans-serif;font-size:20px;font-weight:700;line-height:1;text-transform:uppercase;margin:0 0 4px}footer .footer-top .wp-block-buttons{padding:0 32px}@media screen and (max-width: 831px){footer .footer-top .wp-block-buttons{padding:0}}footer .wp-block-columns .wp-block-column{flex-direction:column;gap:20px;justify-content:start}footer .wp-block-columns .wp-block-column p{margin:0}footer .footer-phone,footer .footer-address,footer .footer-opening-hours{display:flex}footer .footer-phone:before,footer .footer-address:before,footer .footer-opening-hours:before{content:"";display:block;width:20px;height:20px;margin-right:12px;background-repeat:no-repeat;background-size:20px;background-position:left;flex-shrink:0}footer .footer-phone:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M18.1156 14.1291C17.9763 15.1878 17.4564 16.1595 16.6531 16.8628C15.8497 17.5661 14.8177 17.9529 13.75 17.951C7.54688 17.951 2.50001 12.9041 2.50001 6.70101C2.49809 5.63327 2.88492 4.60134 3.58824 3.79796C4.29155 2.99458 5.26326 2.47469 6.32188 2.33539C6.58958 2.3027 6.86067 2.35747 7.09468 2.49151C7.3287 2.62556 7.51309 2.83169 7.62032 3.07914L9.27032 6.76273V6.77211C9.35242 6.96152 9.38633 7.16833 9.36901 7.37404C9.3517 7.57976 9.2837 7.77798 9.1711 7.95101C9.15704 7.97211 9.14219 7.99164 9.12657 8.01117L7.50001 9.93929C8.08516 11.1284 9.32891 12.3612 10.5336 12.9479L12.4352 11.3299C12.4538 11.3142 12.4734 11.2996 12.4938 11.2862C12.6666 11.1709 12.8655 11.1005 13.0725 11.0814C13.2794 11.0623 13.4878 11.0951 13.6789 11.1768L13.6891 11.1815L17.3695 12.8307C17.6174 12.9376 17.8241 13.1218 17.9585 13.3558C18.093 13.5899 18.1481 13.8612 18.1156 14.1291Z' fill='%234F0F0E'/%3E%3C/svg%3E")}footer .footer-address:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M10 1.70117C8.17727 1.70324 6.42979 2.42823 5.14092 3.7171C3.85206 5.00596 3.12707 6.75344 3.125 8.57617C3.125 14.459 9.375 18.902 9.64141 19.0879C9.74649 19.1615 9.87169 19.201 10 19.201C10.1283 19.201 10.2535 19.1615 10.3586 19.0879C10.625 18.902 16.875 14.459 16.875 8.57617C16.8729 6.75344 16.1479 5.00596 14.8591 3.7171C13.5702 2.42823 11.8227 1.70324 10 1.70117ZM10 6.07617C10.4945 6.07617 10.9778 6.22279 11.3889 6.4975C11.8 6.7722 12.1205 7.16265 12.3097 7.61946C12.4989 8.07628 12.5484 8.57895 12.452 9.0639C12.3555 9.54885 12.1174 9.99431 11.7678 10.3439C11.4181 10.6936 10.9727 10.9317 10.4877 11.0281C10.0028 11.1246 9.50011 11.0751 9.04329 10.8859C8.58648 10.6967 8.19603 10.3762 7.92133 9.9651C7.64662 9.55397 7.5 9.07063 7.5 8.57617C7.5 7.91313 7.76339 7.27725 8.23223 6.8084C8.70107 6.33956 9.33696 6.07617 10 6.07617Z' fill='%234F0F0E'/%3E%3C/svg%3E")}footer .footer-opening-hours:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M18.125 7.95117C18.1253 7.89306 18.1174 7.8352 18.1016 7.7793L16.9805 3.85742C16.9051 3.5972 16.7476 3.36833 16.5315 3.20499C16.3153 3.04166 16.0522 2.95262 15.7812 2.95117H4.21875C3.94784 2.95262 3.68467 3.04166 3.46853 3.20499C3.25239 3.36833 3.09488 3.5972 3.01953 3.85742L1.89922 7.7793C1.88308 7.83516 1.87493 7.89302 1.875 7.95117V9.20117C1.875 9.68631 1.98795 10.1648 2.20492 10.5987C2.42188 11.0326 2.73689 11.4101 3.125 11.7012V16.7012C3.125 17.0327 3.2567 17.3506 3.49112 17.5851C3.72554 17.8195 4.04348 17.9512 4.375 17.9512H15.625C15.9565 17.9512 16.2745 17.8195 16.5089 17.5851C16.7433 17.3506 16.875 17.0327 16.875 16.7012V11.7012C17.2631 11.4101 17.5781 11.0326 17.7951 10.5987C18.012 10.1648 18.125 9.68631 18.125 9.20117V7.95117ZM6.875 9.20117C6.87489 9.5236 6.79163 9.84055 6.63327 10.1214C6.47492 10.4023 6.24681 10.6375 5.97099 10.8045C5.69516 10.9715 5.38094 11.0645 5.05867 11.0746C4.7364 11.0847 4.41698 11.0115 4.13125 10.8621C4.08777 10.8283 4.03995 10.8004 3.98906 10.7793C3.72428 10.6098 3.50637 10.3764 3.35538 10.1006C3.20439 9.82488 3.12517 9.51557 3.125 9.20117V8.57617H6.875V9.20117ZM11.875 9.20117C11.875 9.69845 11.6775 10.1754 11.3258 10.527C10.9742 10.8786 10.4973 11.0762 10 11.0762C9.50272 11.0762 9.02581 10.8786 8.67418 10.527C8.32254 10.1754 8.125 9.69845 8.125 9.20117V8.57617H11.875V9.20117ZM16.875 9.20117C16.8747 9.51564 16.7954 9.825 16.6443 10.1008C16.4931 10.3765 16.2751 10.6099 16.0102 10.7793C15.9599 10.8005 15.9127 10.828 15.8695 10.8613C15.5838 11.0109 15.2644 11.0842 14.9421 11.0742C14.6198 11.0643 14.3055 10.9714 14.0296 10.8045C13.7536 10.6376 13.5254 10.4023 13.367 10.1215C13.2085 9.84061 13.1252 9.52364 13.125 9.20117V8.57617H16.875V9.20117Z' fill='%234F0F0E'/%3E%3C/svg%3E")}@media screen and (max-width: 781px){footer .follow-us-column{order:5;flex-direction:row!important;align-items:center!important;margin-top:20px}}footer .locations-column p:not(:has(a)){opacity:.5;color:var(--scheme-base-mid)}footer .locations-column a{color:var(--scheme-base-mid);display:flex}footer .locations-column a:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M14.0306 8.98142L9.53063 13.4814C9.38973 13.6223 9.19863 13.7015 8.99938 13.7015C8.80012 13.7015 8.60902 13.6223 8.46813 13.4814C8.32723 13.3405 8.24807 13.1494 8.24807 12.9502C8.24807 12.7509 8.32723 12.5598 8.46813 12.4189L11.6875 9.20079H2.5C2.30109 9.20079 2.11032 9.12178 1.96967 8.98112C1.82902 8.84047 1.75 8.64971 1.75 8.45079C1.75 8.25188 1.82902 8.06111 1.96967 7.92046C2.11032 7.77981 2.30109 7.70079 2.5 7.70079H11.6875L8.46937 4.48079C8.32848 4.3399 8.24932 4.1488 8.24932 3.94954C8.24932 3.75029 8.32848 3.55919 8.46937 3.41829C8.61027 3.2774 8.80137 3.19824 9.00062 3.19824C9.19988 3.19824 9.39098 3.2774 9.53187 3.41829L14.0319 7.91829C14.1018 7.98806 14.1573 8.07096 14.1951 8.16223C14.2329 8.2535 14.2523 8.35133 14.2522 8.45012C14.252 8.5489 14.2324 8.64669 14.1944 8.73787C14.1564 8.82904 14.1007 8.91181 14.0306 8.98142Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:left center;margin-left:10px;display:inline-block;width:20px;height:20px}footer hr{background-image:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/footer-border-CcYBkXbQ.svg);background-repeat:repeat-x;height:8px;border:0;margin:0;display:flex;width:100%}footer .footer-bottom{background-color:var(--scheme-base-mid, #000);color:var(--scheme-base-light, #fff);display:flex;flex-direction:column;align-items:center;width:100%;font-size:12px}footer .footer-bottom .footer-bottom-inner{padding:40px;display:flex;flex-direction:column;gap:20px;align-items:center;width:calc(100% - 80px);max-width:756px}@media screen and (max-width: 831px){footer .footer-bottom .footer-bottom-inner{gap:32px;padding:20px 32px}}footer .footer-bottom .footer-bottom-inner .wp-block-group{gap:32px}@media screen and (max-width: 831px){footer .footer-bottom .footer-bottom-inner .wp-block-group{flex-direction:column;gap:20px}}@media screen and (max-width: 831px){footer .footer-bottom .footer-bottom-inner .wp-block-group .footer-bottom-text{gap:8px}}@media screen and (max-width: 831px){footer .footer-bottom .footer-bottom-inner .wp-block-group .footer-bottom-links{flex-direction:row;gap:24px}}footer .footer-bottom .footer-bottom-inner a{text-decoration:underline}body.privacy-policy main,body.terms-conditions main{color:var(--scheme-base-mid)}body.privacy-policy main h1,body.privacy-policy main h2,body.privacy-policy main h3,body.privacy-policy main h4,body.privacy-policy main h5,body.privacy-policy main h6,body.privacy-policy main p,body.privacy-policy main ol,body.privacy-policy main ul,body.terms-conditions main h1,body.terms-conditions main h2,body.terms-conditions main h3,body.terms-conditions main h4,body.terms-conditions main h5,body.terms-conditions main h6,body.terms-conditions main p,body.terms-conditions main ol,body.terms-conditions main ul{max-width:888px;font-size:20px;width:100%;margin:0 auto}@media screen and (max-width: 831px){body.privacy-policy main h1,body.privacy-policy main h2,body.privacy-policy main h3,body.privacy-policy main h4,body.privacy-policy main h5,body.privacy-policy main h6,body.privacy-policy main p,body.privacy-policy main ol,body.privacy-policy main ul,body.terms-conditions main h1,body.terms-conditions main h2,body.terms-conditions main h3,body.terms-conditions main h4,body.terms-conditions main h5,body.terms-conditions main h6,body.terms-conditions main p,body.terms-conditions main ol,body.terms-conditions main ul{font-size:14px}}body.privacy-policy main ol li,body.privacy-policy main ul li,body.privacy-policy main p,body.privacy-policy main h1,body.privacy-policy main h2,body.privacy-policy main h3,body.terms-conditions main ol li,body.terms-conditions main ul li,body.terms-conditions main p,body.terms-conditions main h1,body.terms-conditions main h2,body.terms-conditions main h3{margin-bottom:20px}body.privacy-policy main li>ol,body.terms-conditions main li>ol{margin-top:20px}@media screen and (max-width: 831px){body.privacy-policy main ol,body.terms-conditions main ol{padding-inline-start:20px}}body.privacy-policy main h1,body.terms-conditions main h1{font-size:36px;line-height:1.2;margin-bottom:40px;margin-top:60px}@media screen and (max-width: 831px){body.privacy-policy main h1,body.terms-conditions main h1{font-size:28px;margin-bottom:24px}}body.privacy-policy main h2,body.terms-conditions main h2{font-size:28px;line-height:1.3;margin-bottom:32px}@media screen and (max-width: 831px){body.privacy-policy main h2,body.terms-conditions main h2{font-size:24px;margin-bottom:24px}}.container-404{min-height:calc(100vh - 493px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:0 0 32px 32px;padding:20px;position:relative;background-color:transparent!important;overflow:hidden;margin-bottom:40px}@media screen and (max-width: 831px){.container-404{padding:16px;border-radius:0 0 24px 24px;min-height:max(500px,100vh - 388px)}}.container-404 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.container-404 h1{margin:0;font-size:60px;line-height:1;font-family:Rubik,sans-serif}.container-404 p{font-size:24px;line-height:30px}body.blog .category-filter,body.archive .category-filter{margin:0 0 40px;font-size:16px;text-transform:uppercase;font-family:Quicksand,sans-serif}@media screen and (max-width: 831px){body.blog .category-filter,body.archive .category-filter{display:flex;align-items:center}}body.blog .category-filter label,body.archive .category-filter label{margin-right:20px}body.blog .category-filter select,body.archive .category-filter select{background-color:var(--scheme-primary-mid);color:#fff;font-family:Quicksand,sans-serif;font-size:16px;padding:20px 50px 20px 20px;border:1px #fff solid;border-radius:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M17.4137 8.66305L11.1637 14.9131C11.0766 15.0005 10.9731 15.0698 10.8592 15.1171C10.7452 15.1644 10.6231 15.1888 10.4997 15.1888C10.3763 15.1888 10.2541 15.1644 10.1402 15.1171C10.0262 15.0698 9.92271 15.0005 9.83561 14.9131L3.58561 8.66305C3.40949 8.48693 3.31055 8.24806 3.31055 7.99899C3.31055 7.74992 3.40949 7.51105 3.58561 7.33493C3.76173 7.15881 4.0006 7.05986 4.24967 7.05986C4.49874 7.05986 4.73762 7.15881 4.91374 7.33493L10.5005 12.9216L16.0872 7.33415C16.2633 7.15803 16.5022 7.05908 16.7512 7.05908C17.0003 7.05908 17.2392 7.15803 17.4153 7.33415C17.5914 7.51027 17.6904 7.74914 17.6904 7.99821C17.6904 8.24728 17.5914 8.48615 17.4153 8.66227L17.4137 8.66305Z" fill="%23FFF7E8"/></svg>');background-repeat:no-repeat;background-position:right 20px center;background-size:16px}@media screen and (max-width: 831px){body.blog .category-filter select,body.archive .category-filter select{padding:10px;font-size:12px;flex-grow:1}}body.blog .category-filter select:after,body.archive .category-filter select:after{content:"JARsdfsdfsddffL";position:absolute;width:20px;height:20px}body.blog .blog-articles-wrapper,body.archive .blog-articles-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px;margin-bottom:40px}@media screen and (max-width: 831px){body.blog .blog-articles-wrapper,body.archive .blog-articles-wrapper{grid-template-columns:1fr;gap:16px}}body.blog .blog-articles-wrapper article,body.archive .blog-articles-wrapper article{width:calc(100% - 48px);overflow:hidden;padding:24px;border-radius:32px;border:2px solid var(--scheme-base-mid, #f0f0f0)}@media screen and (max-width: 831px){body.blog .blog-articles-wrapper article,body.archive .blog-articles-wrapper article{padding:16px;border-radius:24px;width:calc(100% - 32px)}}body.blog .blog-articles-wrapper article .featured-image,body.archive .blog-articles-wrapper article .featured-image{width:100%;aspect-ratio:1.6}body.blog .blog-articles-wrapper article .featured-image img,body.archive .blog-articles-wrapper article .featured-image img{object-fit:cover;border-radius:16px;width:100%;height:100%}body.blog .blog-articles-wrapper article h2,body.archive .blog-articles-wrapper article h2{margin:0;color:var(--scheme-primary-mid);font-family:Rubik,sans-serif;font-size:32px;font-weight:600;line-height:36px;letter-spacing:-1px}body.blog .blog-articles-wrapper article p,body.archive .blog-articles-wrapper article p{font-size:20px;font-weight:600}@media screen and (max-width: 831px){body.blog .blog-articles-wrapper article p,body.archive .blog-articles-wrapper article p{font-size:14px;line-height:18px}}body.blog .blog-articles-wrapper article .wp-block-button,body.archive .blog-articles-wrapper article .wp-block-button{margin-top:20px}body.blog .nav-links,body.archive .nav-links{margin:64px 0;display:flex;justify-content:center;gap:16px;align-items:center}@media screen and (max-width: 831px){body.blog .nav-links,body.archive .nav-links{justify-content:space-between}}body.blog .nav-links .next,body.blog .nav-links .prev,body.archive .nav-links .next,body.archive .nav-links .prev{content:"";position:relative;width:40px;height:40px}@media screen and (max-width: 831px){body.blog .nav-links .next,body.blog .nav-links .prev,body.archive .nav-links .next,body.archive .nav-links .prev{width:32px;height:32px}}body.blog .nav-links .next.disabled,body.blog .nav-links .prev.disabled,body.archive .nav-links .next.disabled,body.archive .nav-links .prev.disabled{cursor:auto}body.blog .nav-links .next:after,body.blog .nav-links .prev:after,body.archive .nav-links .next:after,body.archive .nav-links .prev:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M35.8422 21.3271L24.5922 32.5771C24.2399 32.9293 23.7622 33.1272 23.2641 33.1272C22.7659 33.1272 22.2882 32.9293 21.9359 32.5771C21.5837 32.2248 21.3858 31.7471 21.3858 31.249C21.3858 30.7508 21.5837 30.2731 21.9359 29.9208L29.9844 21.8755H7.01562C6.51834 21.8755 6.04143 21.678 5.6898 21.3263C5.33817 20.9747 5.14062 20.4978 5.14062 20.0005C5.14062 19.5032 5.33817 19.0263 5.6898 18.6747C6.04143 18.3231 6.51834 18.1255 7.01562 18.1255H29.9844L21.9391 10.0755C21.5868 9.72328 21.3889 9.24554 21.3889 8.74739C21.3889 8.24925 21.5868 7.77151 21.9391 7.41927C22.2913 7.06703 22.769 6.86914 23.2672 6.86914C23.7653 6.86914 24.2431 7.06703 24.5953 7.41927L35.8453 18.6693C36.0201 18.8437 36.1588 19.0509 36.2533 19.2791C36.3478 19.5073 36.3963 19.7519 36.396 19.9988C36.3957 20.2458 36.3466 20.4903 36.2516 20.7182C36.1566 20.9461 36.0174 21.1531 35.8422 21.3271Z' fill='%234F0F0E'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;top:0;right:0;left:0;bottom:0}body.blog .nav-links .prev:after,body.archive .nav-links .prev:after{transform:rotate(180deg)}body.blog .nav-links .page-dots,body.archive .nav-links .page-dots{display:flex;flex-wrap:wrap;align-items:center;gap:16px}body.blog .nav-links .page-dots .page-dot,body.archive .nav-links .page-dots .page-dot{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--scheme-base-mid);border-radius:40px;position:relative}@media screen and (max-width: 831px){body.blog .nav-links .page-dots .page-dot,body.archive .nav-links .page-dots .page-dot{width:15px;height:15px}}body.blog .nav-links .page-dots .page-dot.current,body.archive .nav-links .page-dots .page-dot.current{color:var(--scheme-base-light);border:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M20.5298 0.0940077C21.42 -0.0107023 22.3452 -0.0457107 23.3052 0.0764296C23.794 0.146266 24.2832 0.251686 24.7896 0.461195C25.0514 0.565946 25.2962 0.705448 25.5581 0.862562C25.6803 0.932457 25.8551 1.07248 25.9946 1.19459L26.2388 1.43873L26.2915 1.50807C26.9375 2.3461 27.3565 3.30661 27.5835 4.26686C27.7755 5.22696 27.7921 6.16966 27.7397 7.07741C27.7048 7.5315 27.6438 7.97723 27.5718 8.41823L27.3735 9.71412C27.2164 10.5871 26.8846 11.4076 26.7798 12.2805C26.7099 12.7345 26.6581 13.1712 26.5708 13.6077C26.4835 14.0615 26.2911 14.4455 26.0991 14.8469C25.715 15.65 25.2962 16.4185 24.8423 17.1692C23.9345 18.6531 22.817 20.0674 21.5601 21.3069C18.9062 23.7163 15.8676 25.3053 12.6899 26.6497C11.0839 27.2781 9.40795 27.7846 7.60986 27.9592C6.71953 28.0465 5.79378 27.994 4.85108 27.802C3.92572 27.5925 2.9473 27.1908 2.16162 26.4924C1.37606 25.7941 0.869547 24.8687 0.572755 23.926C0.293403 22.9832 0.206782 22.0224 0.241701 21.1145C0.311589 19.2641 0.765349 17.5533 1.35889 15.9124C2.59851 12.6475 4.3799 9.62643 6.7544 7.07741C9.11135 4.49372 12.1314 2.50308 15.4136 1.35084C17.0548 0.792153 18.7489 0.320976 20.5298 0.0940077ZM20.6694 2.18971C19.1155 2.17225 17.509 2.46903 16.0249 3.04518C13.0394 4.16257 10.3333 6.01306 8.29053 8.45729C6.24777 10.9016 4.50145 13.6953 3.34912 16.6633C2.79051 18.1472 2.38868 19.7011 2.31885 21.2024C2.2316 22.7037 2.58116 24.17 3.50635 25.0081C4.41417 25.8635 5.96796 26.1255 7.48682 26.0208C9.02316 25.9335 10.5772 25.5317 12.0786 24.9905C13.58 24.4493 15.0294 23.7338 16.3911 22.9133C17.7704 22.0928 19.0624 21.1147 20.1274 19.9973C21.2099 18.8276 22.1007 17.518 22.9038 16.1038C23.6403 14.778 24.3469 13.4219 24.7056 11.9485L24.7896 11.6516C25.1736 10.098 25.4709 8.54438 25.436 7.02565C25.436 5.5242 25.1211 4.09258 24.3355 3.16725C24.0736 2.81807 23.5497 2.60856 22.8862 2.45143C22.2054 2.27689 21.4375 2.18973 20.6694 2.18971ZM20.5269 3.56764C20.9807 3.55021 21.4871 3.60256 21.9409 3.70729C22.4123 3.8295 22.8141 3.96934 23.2681 4.16139C23.3728 4.21373 23.4946 4.26658 23.6167 4.35377C23.6865 4.40615 23.7394 4.44152 23.8267 4.56373C23.844 4.58138 23.8615 4.62438 23.8745 4.66334L23.9663 4.7903C24.0361 4.86013 24.106 4.9649 24.106 5.06959V5.17409C23.9488 7.61835 23.7047 10.0281 23.0063 12.385C22.308 14.7244 20.9633 16.9066 19.2524 18.635C17.559 20.3983 15.5858 21.8999 13.3687 22.9299C12.2687 23.4712 11.0981 23.838 9.9458 24.2395C9.36977 24.4489 8.77634 24.5713 8.14795 24.676C7.85114 24.7284 7.53632 24.7805 7.20459 24.7805C7.04755 24.7979 6.87319 24.798 6.69873 24.7805C6.50677 24.7631 6.34961 24.7809 6.03565 24.5891C5.8088 24.4146 5.7558 24.1002 5.9126 23.8733C6.08718 23.6464 6.40145 23.5942 6.62842 23.7512C6.55929 23.7341 6.71618 23.8205 6.8208 23.8206C6.92546 23.838 7.06505 23.8732 7.20459 23.8733C7.46648 23.8733 7.76411 23.8556 8.04346 23.8381C8.60205 23.7683 9.1957 23.6979 9.73682 23.471C10.2429 23.1221 10.8364 23.0699 11.3774 22.8606C11.9361 22.6686 12.4954 22.4938 13.0366 22.2669C14.1191 21.8478 15.167 21.254 16.0923 20.5208C17.0175 19.7875 17.8556 18.9495 18.6587 18.1116C20.3348 16.4355 21.4695 14.3748 22.2202 12.1575C22.9185 10.1324 23.268 7.95017 23.1108 5.78541C22.7093 5.94253 22.325 6.0647 21.9409 6.20436C21.1203 6.4837 20.2992 6.79792 19.5659 7.19948C18.8328 7.60101 18.2045 8.14246 17.6284 8.78834C17.0698 9.41682 16.4764 10.1679 15.6733 10.6917C15.3067 10.9535 14.8174 11.18 14.4683 11.3372C14.1016 11.5292 13.7521 11.7735 13.4204 12.0354C12.7395 12.5766 12.1107 13.1706 11.5171 13.7991C10.9061 14.4276 10.3655 15.1263 9.91162 15.8421C9.68469 16.1912 9.47513 16.5751 9.33545 16.9417C9.19577 17.3258 9.14304 17.6926 9.28272 17.8323C9.50944 18.0242 9.52705 18.3729 9.33545 18.5999C9.12594 18.8268 8.79387 18.8447 8.5669 18.6526C8.49879 18.6015 8.41382 18.451 8.40967 18.4436L8.34033 18.2688L8.27002 18.094C8.2351 17.9893 8.20069 17.8668 8.20069 17.7796C8.2007 17.6225 8.21754 17.4651 8.25244 17.3255C8.30484 17.0637 8.40945 16.8191 8.51416 16.6096C8.70616 16.1559 8.9682 15.772 9.22998 15.4055C9.77123 14.6548 10.3649 13.9907 10.9585 13.3098C11.5696 12.6464 12.2162 12.0178 12.9146 11.4417C13.2636 11.145 13.6304 10.8657 14.0493 10.6214C14.503 10.3945 14.8175 10.2552 15.1665 9.99342C15.8299 9.52206 16.3709 8.858 16.9819 8.19459C17.1915 7.96763 17.419 7.74102 17.646 7.53151C17.2968 7.51405 16.9473 7.53101 16.5981 7.60084C15.9871 7.74052 15.3931 7.98494 14.8169 8.31666C13.6822 8.98003 12.6348 9.8705 11.7271 10.8655C11.2732 11.3717 10.9066 11.9657 10.4702 12.4719C10.0163 12.9782 9.57961 13.5021 9.16065 14.0432C8.30518 15.1256 7.50182 16.2257 6.69873 17.343L5.51123 19.0364C5.14477 19.525 4.77844 20.2408 5.03955 20.4856C5.17923 20.6427 5.51142 20.6956 5.82569 20.6956C6.13987 20.6956 6.47158 20.6434 6.80322 20.5911C7.44923 20.4514 8.1305 20.2935 8.72412 20.0491C11.2555 19.0713 11.6746 15.8766 13.6997 13.7991C14.1886 13.2404 14.7304 12.8213 15.2192 12.3499C15.708 11.8785 16.1794 11.3893 16.6333 10.8831C17.0872 10.3768 17.5414 9.85315 18.0825 9.34694C18.6062 8.84075 19.3045 8.43938 20.0376 8.24733C20.2471 8.21241 20.3 8.14284 20.6841 8.14284C21.068 8.14307 21.3825 8.54385 21.4175 8.77077C21.5396 9.25941 21.4697 9.62611 21.3999 10.01C21.2428 10.7432 20.9633 11.4071 20.6665 12.053C20.0555 13.3273 19.2697 14.5146 18.3794 15.5969C14.8526 19.9791 9.49244 22.8082 3.87061 23.2971H3.85303C3.57369 23.3146 3.32938 23.1048 3.29444 22.8255C3.27698 22.5462 3.48595 22.2845 3.76514 22.2669H3.80029C6.50651 22.2145 9.16053 21.4813 11.5874 20.2766C13.9968 19.037 16.1095 17.2388 17.7856 15.1262C18.6236 14.0613 19.3568 12.9089 19.9155 11.7044C20.1948 11.0935 20.4388 10.4647 20.561 9.85377C20.6134 9.53951 20.6486 9.20708 20.5962 9.03248V9.01491C20.5263 9.01503 20.3525 9.0677 20.2651 9.08522C19.0257 9.36452 18.1873 10.4117 17.2446 11.4417C16.7733 11.9479 16.2841 12.4548 15.7778 12.9436C15.2715 13.4324 14.7299 13.8687 14.2935 14.3401C13.3856 15.3178 12.7576 16.5057 12.0767 17.7278C11.745 18.3388 11.3427 18.9493 10.8364 19.4905C10.3301 20.0143 9.66676 20.4338 8.98584 20.7131C8.2875 20.975 7.62352 21.132 6.90772 21.2542C6.55866 21.3239 6.19205 21.3587 5.80811 21.3587C5.4241 21.3412 5.0052 21.3588 4.56885 20.9924C4.35936 20.8004 4.23685 20.5035 4.23682 20.259C4.23682 19.9974 4.28913 19.7879 4.35889 19.596C4.49856 19.2293 4.70785 18.8967 4.8999 18.5999L6.05225 16.8889C7.60605 14.5845 9.28273 12.4027 11.1333 10.2903C12.0761 9.26021 13.1241 8.29983 14.3638 7.54909C15.5859 6.81584 17.1399 6.29183 18.6763 6.65846C18.7111 6.67586 18.7456 6.69362 18.7456 6.69362C18.8852 6.62383 19.0073 6.53589 19.1294 6.46608C19.95 6.01216 20.7886 5.71599 21.644 5.4192C22.1504 5.24461 22.9538 4.96451 23.1284 4.87721V4.85963C23.076 4.87709 23.0233 4.89491 22.936 4.91237C21.3996 4.16163 19.6884 4.24859 18.0298 4.71998C16.3886 5.19138 14.8169 5.96005 13.3853 6.93776C10.4523 8.84076 8.23535 11.6867 6.73389 14.7942C6.61167 15.0561 6.29668 15.1606 6.05225 15.0383C5.7907 14.8986 5.68596 14.6018 5.80811 14.3401V14.3049C6.73341 12.7512 7.72921 11.2321 8.89893 9.87037C9.14326 9.50386 9.38765 9.10247 9.71924 8.78834C10.0335 8.47409 10.3828 8.17693 10.7319 7.88014C11.4128 7.28661 12.1464 6.76347 12.9146 6.27467C14.4335 5.29696 16.1098 4.58043 17.8208 4.02174C18.6936 3.75993 19.6017 3.56764 20.5269 3.56764Z' fill='%234f0f0e'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:block;width:40px;height:40px;border-radius:0}@media screen and (max-width: 831px){body.blog .nav-links .page-dots .page-dot.current,body.archive .nav-links .page-dots .page-dot.current{width:20px;height:20px}}body.blog .blog-index-above-footer,body.archive .blog-index-above-footer{padding-bottom:40px}@media screen and (max-width: 831px){body.blog .blog-index-above-footer,body.archive .blog-index-above-footer{padding-bottom:20px}}body.single-post .entry-header{display:flex;flex-direction:column;align-items:center;border-radius:0 0 32px 32px}body.single-post .entry-header .featured-image{width:100%}body.single-post .entry-header .featured-image img{width:100%;height:auto;aspect-ratio:2.7;object-fit:cover;border-radius:0 0 32px 32px}body.single-post .entry-header .entry-header-content{padding:40px 60px 64px}@media screen and (max-width: 831px){body.single-post .entry-header .entry-header-content{padding:40px 20px 64px}}body.single-post .entry-header .entry-header-content .entry-categories{margin-top:0;display:flex;justify-content:center;gap:20px}body.single-post .entry-header .entry-header-content header{display:flex;flex-direction:column;align-items:center;gap:24px}body.single-post .entry-header .entry-header-content header h1{text-align:center;font-family:Rubik,sans-serif;font-size:60px;font-weight:600;line-height:1;letter-spacing:-2px;margin:0}@media screen and (max-width: 831px){body.single-post .entry-header .entry-header-content header h1{font-size:36px;letter-spacing:-1px}}body.single-post .entry-header .entry-header-content header .subtitle{font-size:24px;font-weight:600;line-height:30px;letter-spacing:0;text-align:center}@media screen and (max-width: 831px){body.single-post .entry-header .entry-header-content header .subtitle{font-size:16px;line-height:22px}}body.single-post .blog-post-narrow-wrapper{padding:64px 0;display:grid;grid-template-columns:1fr min(888px,100%) 1fr;font-size:20px;line-height:26px}@media screen and (max-width: 831px){body.single-post .blog-post-narrow-wrapper{font-size:14px;line-height:18px}}body.single-post .blog-post-narrow-wrapper>*{grid-column:2}body.single-post .blog-post-narrow-wrapper .full-width{grid-column:1/4}body.single-post .blog-post-narrow-wrapper>h2{font-family:Rubik,sans-serif;color:var(--scheme-primary-mid);font-size:32px;font-weight:600;line-height:36px;letter-spacing:-1px}@media screen and (max-width: 831px){body.single-post .blog-post-narrow-wrapper>h2{font-size:20px;line-height:24px;margin:10px 0 0}}body.single-post .blog-post-narrow-wrapper>h3{font-family:Rubik,sans-serif;color:var(--scheme-base-mid, #4f0f0e);font-size:20px;font-weight:700;line-height:1;text-transform:uppercase;margin-top:40px}@media screen and (max-width: 831px){body.single-post .blog-post-narrow-wrapper>h3{font-size:16px;margin:10px 0 0}}body.single-post .blog-post-narrow-wrapper>*>a{color:var(--scheme-primary-mid, #4f0f0e);text-decoration:underline}body.single-post .blog-post-meta{margin-top:40px;border-radius:100px;border:2px solid var(--scheme-primary-mid, #4f0f0e);padding:24px 40px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 831px){body.single-post .blog-post-meta{flex-direction:column;align-items:start;padding:20px;border-radius:16px;gap:16px;font-size:12px;line-height:16px}}body.gift-cards .wp-block-group h2{font-family:Rubik,sans-serif;color:var(--scheme-primary-mid);font-size:32px;font-weight:600;line-height:36px;letter-spacing:-1px}@media screen and (max-width: 831px){body.gift-cards .wp-block-group h2{font-size:20px;line-height:24px;margin:10px 0 0}}@media screen and (max-width: 831px){body.gift-cards .wp-block-columns{flex-direction:column-reverse}}body.single-events{color:var(--scheme-base-mid)}body.single-events .entry-header{display:flex;align-items:center;border-radius:0 0 32px 32px;gap:20px}@media screen and (max-width: 831px){body.single-events .entry-header{flex-direction:column-reverse;align-items:start}}body.single-events .entry-header .featured-image{flex-basis:50%}body.single-events .entry-header .featured-image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:0 0 32px 32px}body.single-events .entry-header .entry-header-content{padding:40px 20px 64px;flex-basis:50%}@media screen and (max-width: 831px){body.single-events .entry-header .entry-header-content{padding:0}}body.single-events .entry-header .entry-header-content header{display:flex;flex-direction:column;align-items:start;gap:24px}body.single-events .entry-header .entry-header-content header h1{font-family:Rubik,sans-serif;font-size:60px;font-weight:600;line-height:1;letter-spacing:-2px;margin:0}@media screen and (max-width: 831px){body.single-events .entry-header .entry-header-content header h1{font-size:36px;letter-spacing:-1px}}body.single-events .entry-header .entry-header-content header .event-meta{font-family:Quicksand,sans-serif;font-size:24px;font-weight:600;line-height:30px}@media screen and (max-width: 831px){body.single-events .entry-header .entry-header-content header .event-meta{font-size:16px;line-height:22px}}body.single-events .entry-header .entry-header-content header .event-meta .event-date-text,body.single-events .entry-header .entry-header-content header .event-meta .event-venue{display:flex;align-items:flex-start;gap:8px}body.single-events .entry-header .entry-header-content header .event-meta .event-date-text:before,body.single-events .entry-header .entry-header-content header .event-meta .event-venue:before{content:"";flex-shrink:0;width:24px;height:24px;background-repeat:no-repeat;background-size:contain;margin-top:3px}body.single-events .entry-header .entry-header-content header .event-meta .event-date-text:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 2.625H17.625V2.25C17.625 1.95163 17.5065 1.66548 17.2955 1.4545C17.0845 1.24353 16.7984 1.125 16.5 1.125C16.2016 1.125 15.9155 1.24353 15.7045 1.4545C15.4935 1.66548 15.375 1.95163 15.375 2.25V2.625H8.625V2.25C8.625 1.95163 8.50647 1.66548 8.2955 1.4545C8.08452 1.24353 7.79837 1.125 7.5 1.125C7.20163 1.125 6.91548 1.24353 6.7045 1.4545C6.49353 1.66548 6.375 1.95163 6.375 2.25V2.625H4.5C4.00272 2.625 3.52581 2.82254 3.17417 3.17417C2.82254 3.52581 2.625 4.00272 2.625 4.5V19.5C2.625 19.9973 2.82254 20.4742 3.17417 20.8258C3.52581 21.1775 4.00272 21.375 4.5 21.375H19.5C19.9973 21.375 20.4742 21.1775 20.8258 20.8258C21.1775 20.4742 21.375 19.9973 21.375 19.5V4.5C21.375 4.00272 21.1775 3.52581 20.8258 3.17417C20.4742 2.82254 19.9973 2.625 19.5 2.625ZM6.375 4.875C6.375 5.17337 6.49353 5.45952 6.7045 5.6705C6.91548 5.88147 7.20163 6 7.5 6C7.79837 6 8.08452 5.88147 8.2955 5.6705C8.50647 5.45952 8.625 5.17337 8.625 4.875H15.375C15.375 5.17337 15.4935 5.45952 15.7045 5.6705C15.9155 5.88147 16.2016 6 16.5 6C16.7984 6 17.0845 5.88147 17.2955 5.6705C17.5065 5.45952 17.625 5.17337 17.625 4.875H19.125V7.125H4.875V4.875H6.375ZM4.875 19.125V9.375H19.125V19.125H4.875Z' fill='%234F0F0E'/%3E%3C/svg%3E")}body.single-events .entry-header .entry-header-content header .event-meta .event-venue:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5.625C11.1842 5.625 10.3866 5.86693 9.70827 6.32019C9.02992 6.77345 8.50121 7.41769 8.189 8.17143C7.87679 8.92518 7.7951 9.75458 7.95426 10.5547C8.11343 11.3549 8.50629 12.0899 9.08318 12.6668C9.66008 13.2437 10.3951 13.6366 11.1953 13.7957C11.9954 13.9549 12.8248 13.8732 13.5786 13.561C14.3323 13.2488 14.9766 12.7201 15.4298 12.0417C15.8831 11.3634 16.125 10.5658 16.125 9.75C16.1238 8.65636 15.6888 7.60787 14.9154 6.83455C14.1421 6.06124 13.0936 5.62624 12 5.625ZM12 11.625C11.6292 11.625 11.2666 11.515 10.9583 11.309C10.65 11.103 10.4096 10.8101 10.2677 10.4675C10.1258 10.1249 10.0887 9.74792 10.161 9.3842C10.2334 9.02049 10.412 8.6864 10.6742 8.42417C10.9364 8.16195 11.2705 7.98337 11.6342 7.91103C11.9979 7.83868 12.3749 7.87581 12.7175 8.01772C13.0601 8.15964 13.353 8.39996 13.559 8.70831C13.765 9.01665 13.875 9.37916 13.875 9.75C13.875 10.2473 13.6775 10.7242 13.3258 11.0758C12.9742 11.4275 12.4973 11.625 12 11.625ZM12 1.125C9.71327 1.12748 7.52091 2.03698 5.90394 3.65394C4.28698 5.27091 3.37748 7.46327 3.375 9.75C3.375 17.0025 11.0288 22.4437 11.355 22.6716C11.5441 22.8039 11.7692 22.8748 12 22.8748C12.2308 22.8748 12.4559 22.8039 12.645 22.6716C14.0946 21.6032 15.4209 20.3769 16.5994 19.0153C19.2328 15.9909 20.625 12.7847 20.625 9.75C20.6225 7.46327 19.713 5.27091 18.0961 3.65394C16.4791 2.03698 14.2867 1.12748 12 1.125ZM14.9344 17.5041C14.0405 18.5308 13.0586 19.4776 12 20.3334C10.9414 19.4776 9.9595 18.5308 9.06562 17.5041C7.5 15.6909 5.625 12.8728 5.625 9.75C5.625 8.05924 6.29665 6.43774 7.49219 5.24219C8.68774 4.04665 10.3092 3.375 12 3.375C13.6908 3.375 15.3123 4.04665 16.5078 5.24219C17.7034 6.43774 18.375 8.05924 18.375 9.75C18.375 12.8728 16.5 15.6909 14.9344 17.5041Z' fill='%234F0F0E'/%3E%3C/svg%3E")}body.single-events .entry-header .entry-header-content header .event-booking{margin-top:40px}@media screen and (max-width: 831px){body.single-events .entry-header .entry-header-content header .event-booking{margin-top:8px}}body.single-events .event-details-title{color:var(--scheme-primary-mid, #4f0f0e);font-family:Rubik,sans-serif;font-size:48px;line-height:1;font-weight:600;letter-spacing:-1px;text-transform:uppercase;margin:0}@media screen and (max-width: 831px){body.single-events .event-details-title{font-size:28px}}.locations-popup-wrapper{display:none;visibility:hidden}.locations-popup-wrapper.show{display:block;visibility:visible;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:999;color:var(--scheme-base-light, #ffffff)}.locations-popup-wrapper hr{display:none}@media screen and (max-width: 831px){.locations-popup-wrapper hr{background-image:url(/wp-content/themes/cdg-yarra-valley/public/build/assets/footer-border-CcYBkXbQ.svg);background-repeat:repeat-x;height:8px;border:0;margin:0;display:flex;width:100%}}.locations-popup-wrapper .locations-popup-inner{width:100%;height:100%;position:relative}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner{height:calc(100% - 16px)}}.locations-popup-wrapper .locations-popup-inner .locations-popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-family:Pacifico,cursive;font-size:32px;line-height:36px;padding:40px;text-align:center;pointer-events:none}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-popup-overlay{display:none}}.locations-popup-wrapper .locations-popup-inner .locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;position:absolute;top:0;left:0;right:0;bottom:0;gap:0}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid{grid-template-columns:1fr}}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item{background-color:var(--location-color-mid, #4f0f0e);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:50px;position:relative;gap:20px;z-index:3}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item:hover .location-background,.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item:hover .wp-block-button{opacity:1!important;transition:opacity .3s ease}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item.js-active .location-background,.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item.js-active .wp-block-button{opacity:1;transition:opacity .3s ease}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item{padding:10px 20px;gap:5px}}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-background .location-video,.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-background .location-image{width:100%;height:100%;object-fit:cover}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-logo{z-index:2;opacity:1;transition:opacity .3s ease}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-logo{width:50px}}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .location-logo img{object-fit:contain;width:100%;height:auto}}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .wp-block-button{opacity:0;transition:opacity .3s ease}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .wp-block-button{font-size:12px}}@media screen and (max-width: 831px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .wp-block-button .wp-block-button__link{padding:5px 10px}}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item h3{font-family:Rubik,sans-serif;font-size:clamp(45px,min(4vw,4vh),56px);line-height:1;text-align:center;text-transform:uppercase;z-index:2;margin:0}@media screen and (max-width: 1000px){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item h3{font-size:clamp(15px,3vw,30px)}}@media screen and (max-height: 820px) and (orientation: landscape){.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item h3{font-size:20px}}.locations-popup-wrapper .locations-popup-inner .locations-grid .location-item .scheme-base{background-color:transparent}@source "../views/";@source "../../app/";
