301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: agitf.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset='UTF-8'> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v24.2 - https://yoast.com/wordpress/plugins/seo/ --> <title>HOME - A Grape in the Fog</title> <link rel="canonical" href="https://agitf.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="HOME - A Grape in the Fog" /> <meta property="og:url" content="https://agitf.com/" /> <meta property="og:site_name" content="A Grape in the Fog" /> <meta property="article:modified_time" content="2025-05-03T00:00:50+00:00" /> <meta property="og:image" content="http://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://agitf.com/","url":"https://agitf.com/","name":"HOME - A Grape in the Fog","isPartOf":{"@id":"https://agitf.com/#website"},"about":{"@id":"https://agitf.com/#organization"},"primaryImageOfPage":{"@id":"https://agitf.com/#primaryimage"},"image":{"@id":"https://agitf.com/#primaryimage"},"thumbnailUrl":"http://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg","datePublished":"2017-03-26T05:05:23+00:00","dateModified":"2025-05-03T00:00:50+00:00","breadcrumb":{"@id":"https://agitf.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://agitf.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://agitf.com/#primaryimage","url":"http://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg","contentUrl":"http://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg"},{"@type":"BreadcrumbList","@id":"https://agitf.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://agitf.com/#website","url":"https://agitf.com/","name":"A Grape in the Fog","description":"YOUR FRIENDLY WINE BAR BY THE BEACH","publisher":{"@id":"https://agitf.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://agitf.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://agitf.com/#organization","name":"A Grape in the Fog","url":"https://agitf.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://agitf.com/#/schema/logo/image/","url":"https://agitf.com/wp-content/uploads/2017/04/cropped-logo2color.png","contentUrl":"https://agitf.com/wp-content/uploads/2017/04/cropped-logo2color.png","width":150,"height":127,"caption":"A Grape in the Fog"},"image":{"@id":"https://agitf.com/#/schema/logo/image/"}}]}</script> <meta name="google-site-verification" content="eNWh9W7o-yoioDaOdF3RQ5xCg7Oz1V5bdiyk-LtCvtQ" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="A Grape in the Fog » Feed" href="https://agitf.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="A Grape in the Fog » Comments Feed" href="https://agitf.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="A Grape in the Fog » iCal Feed" href="https://agitf.com/events/?ical=1" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-T36CGG1YSE" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.4'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/agitf.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-T36CGG1YSE', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-T36CGG1YSE', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/agitf.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='sbi_styles-css' href='https://agitf.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://agitf.com/wp-content/themes/hestia-pro/assets/bootstrap/css/bootstrap.min.css?ver=1.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='hestia-font-sizes-css' href='https://agitf.com/wp-content/themes/hestia-pro/assets/css/font-sizes.min.css?ver=3.0.13' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #781860;--wp--preset--color--secondary: #1a1e33;--wp--preset--color--background-color: #ffffff;--wp--preset--color--header-gradient: #781860;--wp--preset--color--body-color: #494949;--wp--preset--color--header-overlay-color: rgba(135,135,135,0.25);--wp--preset--color--header-text-color: #fffffe;--wp--preset--color--navbar-background: #fffffd;--wp--preset--color--navbar-text-color: #555555;--wp--preset--color--navbar-text-color-hover: #781860;--wp--preset--color--navbar-transparent-text-color: #fffffc;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-css' href='https://agitf.com/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-skeleton.min.css?ver=6.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-full-css' href='https://agitf.com/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-full.min.css?ver=6.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='tec-events-elementor-widgets-base-styles-css' href='https://agitf.com/wp-content/plugins/the-events-calendar/src/resources/css/integrations/plugins/elementor/widgets/widget-base.min.css?ver=6.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='hestia_style-css' href='https://agitf.com/wp-content/themes/hestia-pro/style.min.css?ver=3.0.13' type='text/css' media='all' /> <style id='hestia_style-inline-css' type='text/css'> .hestia-top-bar, .hestia-top-bar .widget.widget_shopping_cart .cart_list { background-color: #363537 } .hestia-top-bar .widget .label-floating input[type=search]:-webkit-autofill { -webkit-box-shadow: inset 0 0 0px 9999px #363537 }.hestia-top-bar, .hestia-top-bar .widget .label-floating input[type=search], .hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before, .hestia-top-bar .widget.widget_shopping_cart:before { color: #ffffff } .hestia-top-bar .widget .label-floating input[type=search]{ -webkit-text-fill-color:#ffffff !important } .hestia-top-bar div.widget.widget_shopping_cart:before, .hestia-top-bar .widget.widget_product_search form.form-group:before, .hestia-top-bar .widget.widget_search form.form-group:before{ background-color: #ffffff }.hestia-top-bar a, .hestia-top-bar .top-bar-nav li a { color: #ffffff } .hestia-top-bar ul li a[href*="mailto:"]:before, .hestia-top-bar ul li a[href*="tel:"]:before{ background-color: #ffffff } .hestia-top-bar a:hover, .hestia-top-bar .top-bar-nav li a:hover { color: #eeeeee } .hestia-top-bar ul li:hover a[href*="mailto:"]:before, .hestia-top-bar ul li:hover a[href*="tel:"]:before{ background-color: #eeeeee } h1, h2, h3, h4, h5, h6, .hestia-title, .hestia-title.title-in-content, p.meta-in-content , .info-title, .card-title, .page-header.header-small .hestia-title, .page-header.header-small .title, .widget h5, .hestia-title, .title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .carousel h1.hestia-title, .carousel h2.title, .carousel span.sub-title, .hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 { font-family: Lato; } @media (min-width: 769px){ .page-header.header-small .hestia-title, .page-header.header-small .title, h1.hestia-title.title-in-content, .main article.section .has-title-font-size { font-size: 42px; }} a, .navbar .dropdown-menu li:hover > a, .navbar .dropdown-menu li:focus > a, .navbar .dropdown-menu li:active > a, .navbar .navbar-nav > li .dropdown-menu li:hover > a, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:hover, body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a:focus, a:hover, .card-blog a.moretag:hover, .card-blog a.more-link:hover, .widget a:hover, .has-text-color.has-accent-color, p.has-text-color a { color:#781860; } .svg-text-color{ fill:#781860; } .pagination span.current, .pagination span.current:focus, .pagination span.current:hover { border-color:#781860 } button, button:hover, .woocommerce .track_order button[type="submit"], .woocommerce .track_order button[type="submit"]:hover, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover, input[type="button"], input[type="button"]:hover, input[type="submit"], input[type="submit"]:hover, input#searchsubmit, .pagination span.current, .pagination span.current:focus, .pagination span.current:hover, .btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .hestia-sidebar-open.btn.btn-rose, .hestia-sidebar-close.btn.btn-rose, .hestia-sidebar-open.btn.btn-rose:hover, .hestia-sidebar-close.btn.btn-rose:hover, .hestia-sidebar-open.btn.btn-rose:focus, .hestia-sidebar-close.btn.btn-rose:focus, .label.label-primary, .hestia-work .portfolio-item:nth-child(6n+1) .label, .nav-cart .nav-cart-content .widget .buttons .button, .has-accent-background-color[class*="has-background"] { background-color: #781860; } @media (max-width: 768px) { .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar .navbar-nav .dropdown .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown .dropdown-menu li a:focus, .navbar button.navbar-toggle:hover, .navbar .navbar-nav li:hover > a i { color: #781860; } } body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close), body:not(.woocommerce-page) .button:not([class^="fl-"]):not(hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):not(.product_type_grouped):not(.product_type_external), div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, input[type="submit"], input[type="button"], .btn.btn-primary, .widget_product_search button[type="submit"], .hestia-sidebar-open.btn.btn-rose, .hestia-sidebar-close.btn.btn-rose, .everest-forms button[type=submit].everest-forms-submit-button { -webkit-box-shadow: 0 2px 2px 0 rgba(120,24,96,0.14),0 3px 1px -2px rgba(120,24,96,0.2),0 1px 5px 0 rgba(120,24,96,0.12); box-shadow: 0 2px 2px 0 rgba(120,24,96,0.14),0 3px 1px -2px rgba(120,24,96,0.2),0 1px 5px 0 rgba(120,24,96,0.12); } .card .header-primary, .card .content-primary, .everest-forms button[type=submit].everest-forms-submit-button { background: #781860; } body:not(.woocommerce-page) .button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):hover, body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close):hover, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover, input[type="submit"]:hover, input[type="button"]:hover, input#searchsubmit:hover, .widget_product_search button[type="submit"]:hover, .pagination span.current, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .hestia-sidebar-open.btn.btn-rose:hover, .hestia-sidebar-close.btn.btn-rose:hover, .pagination span.current:hover, .everest-forms button[type=submit].everest-forms-submit-button:hover, .everest-forms button[type=submit].everest-forms-submit-button:focus, .everest-forms button[type=submit].everest-forms-submit-button:active { -webkit-box-shadow: 0 14px 26px -12px rgba(120,24,96,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(120,24,96,0.2); box-shadow: 0 14px 26px -12px rgba(120,24,96,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(120,24,96,0.2); color: #fff; } .form-group.is-focused .form-control { background-image: -webkit-gradient(linear,left top, left bottom,from(#781860),to(#781860)),-webkit-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); background-image: -webkit-linear-gradient(linear,left top, left bottom,from(#781860),to(#781860)),-webkit-linear-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); background-image: linear-gradient(linear,left top, left bottom,from(#781860),to(#781860)),linear-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); } .navbar:not(.navbar-transparent) li:not(.btn):hover > a, .navbar li.on-section:not(.btn) > a, .navbar.full-screen-menu.navbar-transparent li:not(.btn):hover > a, .navbar.full-screen-menu .navbar-toggle:hover, .navbar:not(.navbar-transparent) .nav-cart:hover, .navbar:not(.navbar-transparent) .hestia-toggle-search:hover { color:#781860 } .header-filter-gradient { background: linear-gradient(45deg, rgba(120,24,96,1) 0%, rgb(186,52,75) 100%); } .has-text-color.has-header-gradient-color { color: #781860; } .has-header-gradient-background-color[class*="has-background"] { background-color: #781860; } .has-text-color.has-background-color-color { color: #ffffff; } .has-background-color-background-color[class*="has-background"] { background-color: #ffffff; } .title, .title a, .card-title, .card-title a, .card-title a:hover, .info-title, .info-title a, .footer-brand, .footer-brand a, .media .media-heading, .media .media-heading a, .hestia-info .info-title, .card-blog a.moretag, .card-blog a.more-link, .card .author a, .hestia-about:not(.section-image) h1, .hestia-about:not(.section-image) h2, .hestia-about:not(.section-image) h3, .hestia-about:not(.section-image) h4, .hestia-about:not(.section-image) h5, aside .widget h5, aside .widget a, .woocommerce ul.products[class*="columns-"] li.product-category h2, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author, .has-text-color.has-secondary-color { color: #1a1e33; } .has-secondary-background-color[class*="has-background"] { background-color: #1a1e33 } .description, .card-description, .footer-big, .hestia-features .hestia-info p, .text-gray, .hestia-about:not(.section-image) p, .hestia-about:not(.section-image) h6, .has-text-color.has-body-color-color { color: #494949; } .has-body-color-background-color[class*="has-background"] { background-color: #494949 } .header-filter:before, .has-header-overlay-color-background-color[class*="has-background"] { background-color: rgba(135,135,135,0.25); } .has-text-color.has-header-overlay-color-color { color: rgba(135,135,135,0.25); } .page-header, .page-header .hestia-title, .page-header .sub-title, .has-text-color.has-header-text-color-color { color: #fff; } .has-header-text-color-background-color[class*="has-background"] { background-color: #fff; } @media( max-width: 768px ) { /* On mobile background-color */ .header > .navbar, .navbar.navbar-fixed-top .navbar-collapse { background-color: #fff; } } .navbar:not(.navbar-transparent), .navbar .dropdown-menu, .nav-cart .nav-cart-content .widget, .has-navbar-background-background-color[class*="has-background"] { background-color: #fff; } @media ( min-width: 769px ) { .navbar.full-screen-menu .nav.navbar-nav { background-color: rgba(255,255,255,0.9) } } .has-navbar-background-color[class*="has-background"] { color: #fff; } @media( min-width: 769px ) { .navbar.navbar-transparent .navbar-brand, .navbar.navbar-transparent .navbar-nav > li:not(.btn) > a, .navbar.navbar-transparent .navbar-nav > .active > a, .navbar.navbar-transparent.full-screen-menu .navbar-toggle, .navbar.navbar-transparent:not(.full-screen-menu) .nav-cart-icon, .navbar.navbar-transparent.full-screen-menu li.responsive-nav-cart > a.nav-cart-icon, .navbar.navbar-transparent .hestia-toggle-search, .navbar.navbar-transparent .header-widgets-wrapper ul li a[href*="mailto:"], .navbar.navbar-transparent .header-widgets-wrapper ul li a[href*="tel:"]{ color: #fff; } } .navbar.navbar-transparent .hestia-toggle-search svg{ fill: #fff; } .has-text-color.has-navbar-transparent-text-color-color { color: #fff; } .has-navbar-transparent-text-color-background-color[class*="has-background"], .navbar.navbar-transparent .header-widgets-wrapper ul li a[href*="mailto:"]:before, .navbar.navbar-transparent .header-widgets-wrapper ul li a[href*="tel:"]:before{ background-color: #fff; } @media( min-width: 769px ) { .menu-open .navbar.full-screen-menu.navbar-transparent .navbar-toggle, .navbar:not(.navbar-transparent) .navbar-brand, .navbar:not(.navbar-transparent) li:not(.btn) > a, .navbar.navbar-transparent.full-screen-menu li:not(.btn):not(.nav-cart) > a, .navbar.navbar-transparent .dropdown-menu li:not(.btn) > a, .hestia-mm-heading, .hestia-mm-description, .navbar:not(.navbar-transparent) .navbar-nav > .active > a, .navbar:not(.navbar-transparent).full-screen-menu .navbar-toggle, .navbar .nav-cart-icon, .navbar:not(.navbar-transparent) .hestia-toggle-search, .navbar.navbar-transparent .nav-cart .nav-cart-content .widget li a, .navbar .navbar-nav>li .dropdown-menu li.active>a { color: #555; } } @media( max-width: 768px ) { .navbar.navbar-default .navbar-brand, .navbar.navbar-default .navbar-nav li:not(.btn).menu-item > a, .navbar.navbar-default .navbar-nav .menu-item.active > a, .navbar.navbar-default .navbar-toggle, .navbar.navbar-default .navbar-toggle, .navbar.navbar-default .responsive-nav-cart a, .navbar.navbar-default .nav-cart .nav-cart-content a, .navbar.navbar-default .hestia-toggle-search, .hestia-mm-heading, .hestia-mm-description { color: #555; } .navbar .navbar-nav .dropdown:not(.btn) a .caret svg{ fill: #555; } .navbar .navbar-nav .dropdown:not(.btn) a .caret { border-color: #555; } } .has-text-color.has-navbar-text-color-color { color: #555; } .has-navbar-text-color-background-color[class*="has-background"] { background-color: #555; } .navbar:not(.navbar-transparent) .header-widgets-wrapper ul li a[href*="mailto:"]:before, .navbar:not(.navbar-transparent) .header-widgets-wrapper ul li a[href*="tel:"]:before{ background-color:#555 } .hestia-toggle-search svg{ fill: #555; } .navbar.navbar-default:not(.navbar-transparent) li:not(.btn):hover > a, .navbar.navbar-default.navbar-transparent .dropdown-menu:not(.btn) li:not(.btn):hover > a, .navbar.navbar-default:not(.navbar-transparent) li:not(.btn):hover > a i, .navbar.navbar-default:not(.navbar-transparent) .navbar-toggle:hover, .navbar.navbar-default:not(.full-screen-menu) .nav-cart-icon .nav-cart-content a:hover, .navbar.navbar-default:not(.navbar-transparent) .hestia-toggle-search:hover, .navbar.navbar-transparent .nav-cart .nav-cart-content .widget li:hover a, .has-text-color.has-navbar-text-color-hover-color { color: #781860; } .navbar.navbar-default li.on-section:not(.btn) > a {color: #781860!important} @media( max-width: 768px ) { .navbar.navbar-default.navbar-transparent li:not(.btn):hover > a, .navbar.navbar-default.navbar-transparent li:not(.btn):hover > a i, .navbar.navbar-default.navbar-transparent .navbar-toggle:hover, .navbar.navbar-default .responsive-nav-cart a:hover .navbar.navbar-default .navbar-toggle:hover { color: #781860 !important; } } .has-navbar-text-color-hover-background-color[class*="has-background"] { background-color: #781860; } .navbar:not(.navbar-transparent) .header-widgets-wrapper ul li:hover a[href*="mailto:"]:before, .navbar:not(.navbar-transparent) .header-widgets-wrapper ul li:hover a[href*="tel:"]:before{ background-color:#781860 } .hestia-toggle-search:hover svg{ fill: #781860; } .form-group.is-focused .form-control, div.wpforms-container .wpforms-form .form-group.is-focused .form-control, .nf-form-cont input:not([type=button]):focus, .nf-form-cont select:focus, .nf-form-cont textarea:focus { background-image: -webkit-gradient(linear,left top, left bottom,from(#781860),to(#781860)),-webkit-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); background-image: -webkit-linear-gradient(linear,left top, left bottom,from(#781860),to(#781860)),-webkit-linear-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); background-image: linear-gradient(linear,left top, left bottom,from(#781860),to(#781860)),linear-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2)); } .navbar.navbar-transparent.full-screen-menu .navbar-collapse .navbar-nav > li:not(.btn) > a:hover { color: #781860; } .hestia-ajax-loading{ border-color: #781860; } .btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item), input[type="submit"]:not(.search-submit), body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button, .woocommerce .product button.button, .woocommerce .product button.button.alt, .woocommerce .product #respond input#submit, .woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-checkout #payment #place_order, .woocommerce-account.woocommerce-page button.button, .woocommerce .track_order button[type="submit"], .nav-cart .nav-cart-content .widget .buttons .button, .woocommerce a.button.wc-backward, body.woocommerce .wccm-catalog-item a.button, body.woocommerce a.wccm-button.button, form.woocommerce-form-coupon button.button, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.woocommerce a.button.alt, div.woocommerce table.my_account_orders .button, .btn.colored-button, .btn.btn-left, .btn.btn-right, .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){ padding-top:15px; padding-bottom:15px; padding-left:33px; padding-right:33px; } .btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item), input[type="submit"]:not(.search-submit), body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button, .woocommerce .product button.button, .woocommerce .product button.button.alt, .woocommerce .product #respond input#submit, .woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-checkout #payment #place_order, .woocommerce-account.woocommerce-page button.button, .woocommerce .track_order button[type="submit"], .nav-cart .nav-cart-content .widget .buttons .button, .woocommerce a.button.wc-backward, body.woocommerce .wccm-catalog-item a.button, body.woocommerce a.wccm-button.button, form.woocommerce-form-coupon button.button, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.woocommerce a.button.alt, div.woocommerce table.my_account_orders .button, input[type="submit"].search-submit, .hestia-view-cart-wrapper .added_to_cart.wc-forward, .woocommerce-product-search button, .woocommerce-cart .actions .button, #secondary div[id^=woocommerce_price_filter] .button, .woocommerce div[id^=woocommerce_widget_cart].widget .buttons .button, .searchform input[type=submit], .searchform button, .search-form:not(.media-toolbar-primary) input[type=submit], .search-form:not(.media-toolbar-primary) button, .woocommerce-product-search input[type=submit], .btn.colored-button, .btn.btn-left, .btn.btn-right, .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){border-radius:3px;} .btn:hover{ background-color: #858585; } .sbi_photo { border-radius: 6px; overflow: hidden; box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .elementor-page .hestia-about > .container { width: 100%; } .elementor-page .pagebuilder-section { padding: 0; } .elementor-page .title-in-content, .elementor-page .image-in-page { display: none; } .home.elementor-page .main-raised > section.hestia-about { overflow: visible; } .elementor-editor-active .navbar { pointer-events: none; } .elementor-editor-active #elementor.elementor-edit-mode .elementor-element-overlay { z-index: 1000000; } .elementor-page.page-template-template-fullwidth .blog-post-wrapper > .container { width: 100%; } .elementor-page.page-template-template-fullwidth .blog-post-wrapper > .container .col-md-12 { padding: 0; } .elementor-page.page-template-template-fullwidth article.section { padding: 0; } .elementor-text-editor p, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 { font-size: inherit; } .footer-big .footer-menu li a[href*="facebook.com"], .footer-big .footer-menu li a[href*="twitter.com"], .footer-big .footer-menu li a[href*="pinterest.com"], .footer-big .footer-menu li a[href*="google.com"], .footer-big .footer-menu li a[href*="linkedin.com"], .footer-big .footer-menu li a[href*="dribbble.com"], .footer-big .footer-menu li a[href*="github.com"], .footer-big .footer-menu li a[href*="youtube.com"], .footer-big .footer-menu li a[href*="instagram.com"], .footer-big .footer-menu li a[href*="reddit.com"], .footer-big .footer-menu li a[href*="tumblr.com"], .footer-big .footer-menu li a[href*="behance.com"], .footer-big .footer-menu li a[href*="snapchat.com"], .footer-big .footer-menu li a[href*="deviantart.com"], .footer-big .footer-menu li a[href*="vimeo.com"]{ color: transparent; font-size: 0; padding: 10px; } .footer-big .footer-menu li a[href*="facebook.com"]:hover, .footer-big .footer-menu li a[href*="twitter.com"]:hover, .footer-big .footer-menu li a[href*="pinterest.com"]:hover, .footer-big .footer-menu li a[href*="google.com"]:hover, .footer-big .footer-menu li a[href*="linkedin.com"]:hover, .footer-big .footer-menu li a[href*="dribbble.com"]:hover, .footer-big .footer-menu li a[href*="github.com"]:hover, .footer-big .footer-menu li a[href*="youtube.com"]:hover, .footer-big .footer-menu li a[href*="instagram.com"]:hover, .footer-big .footer-menu li a[href*="reddit.com"]:hover, .footer-big .footer-menu li a[href*="tumblr.com"]:hover, .footer-big .footer-menu li a[href*="behance.com"]:hover, .footer-big .footer-menu li a[href*="snapchat.com"]:hover, .footer-big .footer-menu li a[href*="deviantart.com"]:hover, .footer-big .footer-menu li a[href*="vimeo.com"]:hover { opacity: 1 !important; } .footer-big .footer-menu li a[href*="facebook.com"]:hover:before { color: #3b5998; } .footer-big .footer-menu li a[href*="twitter.com"]:hover:before { color: #55acee; } .footer-big .footer-menu li a[href*="pinterest.com"]:hover:before { color: #cc2127; } .footer-big .footer-menu li a[href*="google.com"]:hover:before { color: #dd4b39; } .footer-big .footer-menu li a[href*="linkedin.com"]:hover:before { color: #0976b4; } .footer-big .footer-menu li a[href*="dribbble.com"]:hover:before { color: #ea4c89; } .footer-big .footer-menu li a[href*="github.com"]:hover:before { color: #000; } .footer-big .footer-menu li a[href*="youtube.com"]:hover:before { color: #e52d27; } .footer-big .footer-menu li a[href*="instagram.com"]:hover:before { color: #125688; } .footer-big .footer-menu li a[href*="reddit.com"]:hover:before { color: #ff4500; } .footer-big .footer-menu li a[href*="tumblr.com"]:hover:before { color: #35465c; } .footer-big .footer-menu li a[href*="behance.com"]:hover:before { color: #1769ff; } .footer-big .footer-menu li a[href*="snapchat.com"]:hover:before { color: #fffc00; } .footer-big .footer-menu li a[href*="deviantart.com"]:hover:before { color: #05cc47; } .footer-big .footer-menu li a[href*="vimeo.com"]:hover:before { color: #1ab7ea; } .footer-big .footer-menu li a[href*="facebook.com"]:before, .footer-big .footer-menu li a[href*="twitter.com"]:before, .footer-big .footer-menu li a[href*="pinterest.com"]:before, .footer-big .footer-menu li a[href*="google.com"]:before, .footer-big .footer-menu li a[href*="linkedin.com"]:before, .footer-big .footer-menu li a[href*="dribbble.com"]:before, .footer-big .footer-menu li a[href*="github.com"]:before, .footer-big .footer-menu li a[href*="youtube.com"]:before, .footer-big .footer-menu li a[href*="instagram.com"]:before, .footer-big .footer-menu li a[href*="reddit.com"]:before, .footer-big .footer-menu li a[href*="tumblr.com"]:before, .footer-big .footer-menu li a[href*="behance.com"]:before, .footer-big .footer-menu li a[href*="snapchat.com"]:before, .footer-big .footer-menu li a[href*="deviantart.com"]:before, .footer-big .footer-menu li a[href*="vimeo.com"]:before { font-family: "Font Awesome 5 Brands"; font-weight: 900; color: #3c4858; font-size: 16px; } .footer-black .footer-menu li a[href*="facebook.com"]:before, .footer-black .footer-menu li a[href*="twitter.com"]:before, .footer-black .footer-menu li a[href*="pinterest.com"]:before, .footer-black .footer-menu li a[href*="google.com"]:before, .footer-black .footer-menu li a[href*="linkedin.com"]:before, .footer-black .footer-menu li a[href*="dribbble.com"]:before, .footer-black .footer-menu li a[href*="github.com"]:before, .footer-black .footer-menu li a[href*="youtube.com"]:before, .footer-black .footer-menu li a[href*="instagram.com"]:before, .footer-black .footer-menu li a[href*="reddit.com"]:before, .footer-black .footer-menu li a[href*="tumblr.com"]:before, .footer-black .footer-menu li a[href*="behance.com"]:before, .footer-black .footer-menu li a[href*="snapchat.com"]:before, .footer-black .footer-menu li a[href*="deviantart.com"]:before, .footer-black .footer-menu li a[href*="vimeo.com"]:before { color: #fff; } .footer-big .footer-menu li a[href*="facebook.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="twitter.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="pinterest.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="google.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="linkedin.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="dribbble.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="github.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="youtube.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="instagram.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="reddit.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="tumblr.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="behance.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="snapchat.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="deviantart.com"]:before { content: ""; } .footer-big .footer-menu li a[href*="vimeo.com"]:before { content: ""; } .aos-init[data-aos] { transition-duration: 1.25s; -webkit-transition-duration: 1.25s; -moz-transition-duration: 1.25s; transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; will-change: transform, opacity; } .aos-init[data-aos].hestia-table-two { transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; } .aos-init[data-aos^=fade][data-aos^=fade] { opacity: 0; transition-property: opacity, transform; } .aos-init[data-aos^=fade][data-aos^=fade].aos-animate { opacity: 1; transform: translate3d(0, 0, 0); } .aos-init[data-aos=fade-up] { transform: translate3d(0, 35px, 0); } .aos-init[data-aos=fade-down] { transform: translate3d(0, -35px, 0); } .aos-init[data-aos=fade-right] { transform: translate3d(-35px, 0, 0); } .aos-init[data-aos=fade-left] { transform: translate3d(35px, 0, 0); } </style> <link rel='stylesheet' id='hestia_fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C500%2C700%7CRoboto+Slab%3A400%2C700&subset=latin%2Clatin-ext&ver=3.0.13' type='text/css' media='all' /> <link rel='stylesheet' id='hestia-google-font-lato-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C500%2C700&subset=latin&ver=6.7.2' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css' type='text/css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='elementor-icons-css' href='https://agitf.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-6397-css' href='https://agitf.com/wp-content/uploads/elementor/css/post-6397.css?ver=1737141590' type='text/css' media='all' /> <link rel='stylesheet' id='sbistyles-css' href='https://agitf.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='hestia-elementor-style-css' href='https://agitf.com/wp-content/themes/hestia-pro/assets/css/page-builder-style.css?ver=3.0.13' type='text/css' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://agitf.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='widget-image-carousel-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://agitf.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.26.5' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-37-css' href='https://agitf.com/wp-content/uploads/elementor/css/post-37.css?ver=1746230476' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.7.2' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" src="https://agitf.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/agitf.com","hash_tracking":"false","v4_id":"G-T36CGG1YSE"};/* ]]> */ </script> <script type="text/javascript" src="https://agitf.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://agitf.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://agitf.com/wp-content/themes/hestia-pro/inc/addons/assets/js/aos.min.js?ver=1" id="animate-on-scroll-js"></script> <link rel="https://api.w.org/" href="https://agitf.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://agitf.com/wp-json/wp/v2/pages/37" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://agitf.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://agitf.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://agitf.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagitf.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://agitf.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagitf.com%2F&format=xml" /> <meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://agitf.com"><link rel="https://theeventscalendar.com/" href="https://agitf.com/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://agitf.com"><link rel="alternate" href="https://agitf.com/wp-json/tribe/events/v1/" /><meta name="generator" content="Elementor 3.26.5; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <noscript><style>.lazyload[data-src]{display:none !important;}</style></noscript><style>.lazyload{background-image:none !important;}.lazyload:before{background-image:none !important;}</style><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <link rel="icon" href="https://agitf.com/wp-content/uploads/2017/03/cropped-logo2color-32x32.png" sizes="32x32" /> <link rel="icon" href="https://agitf.com/wp-content/uploads/2017/03/cropped-logo2color-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://agitf.com/wp-content/uploads/2017/03/cropped-logo2color-180x180.png" /> <meta name="msapplication-TileImage" content="https://agitf.com/wp-content/uploads/2017/03/cropped-logo2color-270x270.png" /> </head> <body class="home page-template page-template-page-templates page-template-template-pagebuilder-full-width page-template-page-templatestemplate-pagebuilder-full-width-php page page-id-37 custom-background wp-custom-logo tribe-no-js blog-post header-layout-default elementor-default elementor-kit-6397 elementor-page elementor-page-37 tribe-theme-hestia-pro"> <div class="wrapper default "> <header class="header "> <div style="display: none"></div> <nav class="navbar navbar-default navbar-fixed-top hestia_center"> <div class="container"> <div class="navbar-header"> <div class="title-logo-wrapper"> <a class="navbar-brand" href="https://agitf.com/" title="A Grape in the Fog"> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB/AQAAAAAlMQYFAAAAAnRSTlMAAHaTzTgAAAAZSURBVEjH7cEBDQAAAMKg909tDwcUAACvBgnsAAHslgHwAAAAAElFTkSuQmCC" alt="A Grape in the Fog" data-src="https://agitf.com/wp-content/uploads/2017/04/cropped-logo2color.png" decoding="async" class="lazyload" data-eio-rwidth="150" data-eio-rheight="127"><noscript><img src="https://agitf.com/wp-content/uploads/2017/04/cropped-logo2color.png" alt="A Grape in the Fog" data-eio="l"></noscript></a> </div> <div class="navbar-toggle-wrapper"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="sr-only">Toggle Navigation</span> </button> </div> </div> <div id="main-navigation" class="collapse navbar-collapse"><ul id="menu-primary-menu" class="nav navbar-nav"><li id="menu-item-143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item menu-item-143 active"><a title="HOME" href="https://agitf.com/">HOME</a></li> <li id="menu-item-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a title="ABOUT" href="https://agitf.com/about-us/">ABOUT</a></li> <li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a title="MENU" href="https://agitf.com/food-drink/">MENU</a></li> <li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a title="WINE CLUB" href="https://agitf.com/wine-club/">WINE CLUB</a></li> <li id="menu-item-6524" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6524"><a title="GIFT CARDS" href="http://agitf.com/gift-certificates/">GIFT CARDS</a></li> <li id="menu-item-7872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7872 dropdown"><a title="EVENTS" href="#" class="dropdown-toggle">EVENTS <span class="caret-wrap"><span class="caret"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg></span></span></a> <ul role="menu" class="dropdown-menu"> <li id="menu-item-8036" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8036"><a title="UPCOMING EVENTS" href="http://www.agitf.com/events">UPCOMING EVENTS</a></li> <li id="menu-item-216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-216"><a title="PRIVATE EVENTS" href="https://agitf.com/private-events/">PRIVATE EVENTS</a></li> </ul> </li> <li id="menu-item-7798" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7798"><a title="SHOP" href="https://agrapeinthefog.square.site/">SHOP</a></li> </ul></div> </div> </nav> </header> <div class="main"> <article id="post-37" class="section pagebuilder-section"> <div data-elementor-type="wp-page" data-elementor-id="37" class="elementor elementor-37"> <section class="elementor-section elementor-top-section elementor-element elementor-element-82c8edb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="82c8edb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5d801ec" data-id="5d801ec" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f59b870 elementor-widget elementor-widget-spacer" data-id="f59b870" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-41abd39 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="41abd39" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99a0d27" data-id="99a0d27" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-379a298 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="379a298" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1181711" data-id="1181711" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d31205c elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="d31205c" data-element_type="widget" data-settings="{"slides_to_show":"3","navigation":"both","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","speed":500,"image_spacing_custom":{"unit":"px","size":20,"sizes":[]},"image_spacing_custom_tablet":{"unit":"px","size":"","sizes":[]},"image_spacing_custom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="image-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr"> <div class="elementor-image-carousel swiper-wrapper" aria-live="off"> <div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAQAAQAAAABXZhYuAAAAAnRSTlMAAHaTzTgAAACWSURBVHja7cEBAQAAAIIg/69uSEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8GBB4AAQ3eOGQAAAAASUVORK5CYII=" alt="March 7 2025" data-src="https://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg" data-eio-rwidth="1024" data-eio-rheight="1024" /><noscript><img decoding="async" class="swiper-slide-image" src="https://agitf.com/wp-content/uploads/2025/05/March-7-2025-1024x1024.jpg" alt="March 7 2025" data-eio="l" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtQAAAQAAQAAAADpKfNeAAAAAnRSTlMAAHaTzTgAAABySURBVHja7cGBAAAAAMOg+VNf4QBVAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAYcA8AAYtjbyoAAAAASUVORK5CYII=" alt="Blue and Orange Grunge Happy Hour Flyer" data-src="https://agitf.com/wp-content/uploads/2025/04/Blue-and-Orange-Grunge-Happy-Hour-Flyer-1-724x1024.png" data-eio-rwidth="724" data-eio-rheight="1024" /><noscript><img decoding="async" class="swiper-slide-image" src="https://agitf.com/wp-content/uploads/2025/04/Blue-and-Orange-Grunge-Happy-Hour-Flyer-1-724x1024.png" alt="Blue and Orange Grunge Happy Hour Flyer" data-eio="l" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAQAAQAAAABXZhYuAAAAAnRSTlMAAHaTzTgAAACWSURBVHja7cEBAQAAAIIg/69uSEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8GBB4AAQ3eOGQAAAAASUVORK5CYII=" alt="Karaoke Mondays (2)" data-src="https://agitf.com/wp-content/uploads/2025/01/Karaoke-Mondays-2-1024x1024.jpg" data-eio-rwidth="1024" data-eio-rheight="1024" /><noscript><img decoding="async" class="swiper-slide-image" src="https://agitf.com/wp-content/uploads/2025/01/Karaoke-Mondays-2-1024x1024.jpg" alt="Karaoke Mondays (2)" data-eio="l" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtQAAAQAAQAAAADpKfNeAAAAAnRSTlMAAHaTzTgAAABySURBVHja7cGBAAAAAMOg+VNf4QBVAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAYcA8AAYtjbyoAAAAASUVORK5CYII=" alt="Wine Bottle Workshop" data-src="https://agitf.com/wp-content/uploads/2025/03/Wine-Bottle-Workshop-724x1024.jpg" data-eio-rwidth="724" data-eio-rheight="1024" /><noscript><img decoding="async" class="swiper-slide-image" src="https://agitf.com/wp-content/uploads/2025/03/Wine-Bottle-Workshop-724x1024.jpg" alt="Wine Bottle Workshop" data-eio="l" /></noscript></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAQAAQAAAABXZhYuAAAAAnRSTlMAAHaTzTgAAACWSURBVHja7cEBAQAAAIIg/69uSEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8GBB4AAQ3eOGQAAAAASUVORK5CYII=" alt="Sunday JAZZ" data-src="https://agitf.com/wp-content/uploads/2025/05/Sunday-JAZZ-1024x1024.jpg" data-eio-rwidth="1024" data-eio-rheight="1024" /><noscript><img decoding="async" class="swiper-slide-image" src="https://agitf.com/wp-content/uploads/2025/05/Sunday-JAZZ-1024x1024.jpg" alt="Sunday JAZZ" data-eio="l" /></noscript></figure></div> </div> <div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0"> <i aria-hidden="true" class="eicon-chevron-left"></i> </div> <div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0"> <i aria-hidden="true" class="eicon-chevron-right"></i> </div> <div class="swiper-pagination"></div> </div> </div> </div> <div class="elementor-element elementor-element-565e9fc elementor-widget elementor-widget-image" data-id="565e9fc" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/wine-club"> <img fetchpriority="high" decoding="async" width="750" height="750" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQAAAAC7+j0jAAAAAnRSTlMAAHaTzTgAAABfSURBVHja7cEBDQAAAMKg909tDjegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg0jDwABnonulgAAAABJRU5ErkJggg==" class="attachment-medium_large size-medium_large wp-image-7714 lazyload" alt="" data-src="https://agitf.com/wp-content/uploads/2021/08/Join-Today-768x768.png" data-srcset="https://agitf.com/wp-content/uploads/2021/08/Join-Today-768x768.png 768w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-300x300.png 300w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-1024x1024.png 1024w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-150x150.png 150w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-610x610.png 610w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-24x24.png 24w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-36x36.png 36w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-48x48.png 48w, https://agitf.com/wp-content/uploads/2021/08/elementor/thumbs/Join-Today-pb8b44vtazjzjcgtuzty9mnzrr2m9jnsayew3npyeo.png 600w, https://agitf.com/wp-content/uploads/2021/08/Join-Today.png 1080w" data-sizes="auto" data-eio-rwidth="768" data-eio-rheight="768" /><noscript><img fetchpriority="high" decoding="async" width="750" height="750" src="https://agitf.com/wp-content/uploads/2021/08/Join-Today-768x768.png" class="attachment-medium_large size-medium_large wp-image-7714" alt="" srcset="https://agitf.com/wp-content/uploads/2021/08/Join-Today-768x768.png 768w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-300x300.png 300w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-1024x1024.png 1024w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-150x150.png 150w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-610x610.png 610w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-24x24.png 24w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-36x36.png 36w, https://agitf.com/wp-content/uploads/2021/08/Join-Today-48x48.png 48w, https://agitf.com/wp-content/uploads/2021/08/elementor/thumbs/Join-Today-pb8b44vtazjzjcgtuzty9mnzrr2m9jnsayew3npyeo.png 600w, https://agitf.com/wp-content/uploads/2021/08/Join-Today.png 1080w" sizes="(max-width: 750px) 100vw, 750px" data-eio="l" /></noscript> </a> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-105a2934 elementor-section-stretched elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default" data-id="105a2934" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ab71b08" data-id="1ab71b08" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-f84d5e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f84d5e4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1325d21" data-id="1325d21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-901c6cf elementor-widget elementor-widget-shortcode" data-id="901c6cf" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"> <div id="sb_instagram" class="sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_3 sbi_width_resp" style="padding-bottom: 10px;width: 100%;" data-feedid="*1" data-res="auto" data-cols="3" data-colsmobile="1" data-colstablet="2" data-num="9" data-nummobile="" data-item-padding="5" data-shortcode-atts="{"feed":"1","cachetime":30}" data-postid="37" data-locatornonce="278ddb6f3a" data-sbi-flags="favorLocal"> <div id="sbi_images" style="gap: 10px;"> </div> <div id="sbi_load" > <span class="sbi_follow_btn"> <a href="https://www.instagram.com/17841401248724953/" target="_blank" rel="nofollow noopener"> <svg class="svg-inline--fa fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512"> <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg> <span>Follow on Instagram</span> </a> </span> </div> <span class="sbi_resized_image_data" data-feed-id="*1" data-resized="[]"> </span> </div> </div> </div> </div> <div class="elementor-element elementor-element-4c683ba elementor-widget elementor-widget-image" data-id="4c683ba" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://agrapeinthefog.square.site/"> <img decoding="async" width="750" height="750" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQAAAAC7+j0jAAAAAnRSTlMAAHaTzTgAAABfSURBVHja7cEBDQAAAMKg909tDjegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg0jDwABnonulgAAAABJRU5ErkJggg==" class="attachment-medium_large size-medium_large wp-image-6919 lazyload" alt="" data-src="https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-768x768.png" data-srcset="https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-768x768.png 768w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-300x300.png 300w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-1024x1024.png 1024w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-150x150.png 150w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-610x610.png 610w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-24x24.png 24w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-36x36.png 36w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-48x48.png 48w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo.png 1080w" data-sizes="auto" data-eio-rwidth="768" data-eio-rheight="768" /><noscript><img decoding="async" width="750" height="750" src="https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-768x768.png" class="attachment-medium_large size-medium_large wp-image-6919" alt="" srcset="https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-768x768.png 768w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-300x300.png 300w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-1024x1024.png 1024w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-150x150.png 150w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-610x610.png 610w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-24x24.png 24w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-36x36.png 36w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo-48x48.png 48w, https://agitf.com/wp-content/uploads/2021/02/GrapeWearPromo.png 1080w" sizes="(max-width: 750px) 100vw, 750px" data-eio="l" /></noscript> </a> </div> </div> </div> </div> </div> </section> </div> </article> </div> <footer class="footer footer-black footer-big"> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"><div id="custom_html-2" class="widget_text widget widget_custom_html"><h5>Join The FogCast Newsletter</h5><div class="textwidget custom-html-widget"><!-- Begin Mailchimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css"> <style type="text/css"> #mc_embed_signup{background:transparent; clear:center; font:14px Helvetica,Arial,sans-serif; } /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <div id="mc_embed_signup"> <form action="https://agitf.us1.list-manage.com/subscribe/post?u=87d3915526486b8bdbb50ae89&id=788b992a0c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_87d3915526486b8bdbb50ae89_788b992a0c" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div> <!--End mc_embed_signup--></div></div></div> </div> </div> <hr/> <div class="hestia-bottom-footer-content"><ul id="menu-social-icons-menu" class="footer-menu hestia-center"><li id="menu-item-6474" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6474"><a href="https://www.facebook.com/AGrapeInTheFog/">Facebook</a></li> <li id="menu-item-6475" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6475"><a href="https://twitter.com/agrapeinthefog/">Twitter</a></li> <li id="menu-item-6476" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6476"><a href="https://www.instagram.com/agrapeinthefog/">Instagram</a></li> <li id="menu-item-6477" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6477"><a href="https://www.tripadvisor.co.uk/Restaurant_Review-g32842-d2430615-Reviews-A_Grape_in_the_Fog-Pacifica_California.html">Tripadvisor</a></li> </ul> <div class="copyright hestia-center"> 400 Old County Road, Pacifica CA 94044 / 650.735.5854 / [email protected] <p> © [wpsos_year] A Grape In The Fog</p> </div> </div> </div> </footer> </div> </div> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://agitf.com/wp-admin/admin-ajax.php"; </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};/* ]]> */ </script> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://agitf.com/wp-content/themes/hestia-pro/assets/font-awesome/css/all.min.css?ver=1.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://agitf.com/wp-content/themes/hestia-pro/assets/font-awesome/css/v4-shims.min.css?ver=1.0.2' type='text/css' media='all' /> <script type="text/javascript" id="eio-lazy-load-js-before"> /* <![CDATA[ */ var eio_lazy_vars = {"exactdn_domain":"","skip_autoscale":0,"threshold":0,"use_dpr":1}; /* ]]> */ </script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=800" id="eio-lazy-load-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/automatic-copyright-year/script.js?ver=1.0" id="wpsos-copyright-js"></script> <script type="text/javascript" src="https://agitf.com/wp-includes/js/comment-reply.min.js?ver=6.7.2" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://agitf.com/wp-content/themes/hestia-pro/assets/bootstrap/js/bootstrap.min.js?ver=1.0.2" id="jquery-bootstrap-js"></script> <script type="text/javascript" src="https://agitf.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" id="hestia_scripts-js-extra"> /* <![CDATA[ */ var requestpost = {"ajaxurl":"https:\/\/agitf.com\/wp-admin\/admin-ajax.php","disable_autoslide":"","masonry":""}; /* ]]> */ </script> <script type="text/javascript" src="https://agitf.com/wp-content/themes/hestia-pro/assets/js/script.min.js?ver=3.0.13" id="hestia_scripts-js"></script> <script type="text/javascript" id="sbi_scripts-js-extra"> /* <![CDATA[ */ var sb_instagram_js_options = {"font_method":"svg","resized_url":"https:\/\/agitf.com\/wp-content\/uploads\/sb-instagram-feed-images\/","placeholder":"https:\/\/agitf.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png","ajax_url":"https:\/\/agitf.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/instagram-feed/js/sbi-scripts.min.js?ver=6.6.1" id="sbi_scripts-js"></script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.26.5" id="elementor-webpack-runtime-js"></script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.26.5" id="elementor-frontend-modules-js"></script> <script type="text/javascript" id="elementor-frontend-js-before"> /* <![CDATA[ */ var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}, "hasCustomBreakpoints":false},"version":"3.26.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"e_css_smooth_scroll":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/agitf.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/agitf.com\/wp-admin\/admin-ajax.php","uploadUrl":"http:\/\/agitf.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"59f2beb2b5"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":37,"title":"HOME%20-%20A%20Grape%20in%20the%20Fog","excerpt":"","featuredImage":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://agitf.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.26.5" id="elementor-frontend-js"></script> </body> </html>