{"id":83705,"date":"2024-12-09T07:56:45","date_gmt":"2024-12-09T15:56:45","guid":{"rendered":"https:\/\/newjoyblog.flywheelsites.com\/?p=83705"},"modified":"2024-12-09T07:56:46","modified_gmt":"2024-12-09T15:56:46","slug":"wedding-alcohol-calculator","status":"publish","type":"post","link":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/","title":{"rendered":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]"},"content":{"rendered":"\n<p>Planning your wedding is exciting, but ensuring you have the right amount of alcohol for your celebration can be tricky. Our\u00a0<strong>wedding alcohol calculator<\/strong>\u00a0takes the stress out of the process, helping you estimate exactly how much beer, wine, champagne, and liquor you\u2019ll need for your big day.<\/p>\n\n\n\n<p>From toasts to cocktails, this tool ensures your guests stay refreshed without overspending or running out. Whether you&#8217;re hosting a small, intimate gathering or a large reception, the calculator tailors recommendations based on your guest count, drink preferences, and duration of the event.<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"tw-max-w-[780px] tw-mx-auto\" id=\"calc-data\" x-data=\"calcData\">\n  <!-- STEP 1 START -->\n  <div class=\"tw-step-1\">\n    <div class=\"tw-mb-6 tw-text-center\">\n      <div class=\"tw-main-heading tw-text-center tw-mb-3 tw-text-gray-700\">\n        Wedding Alcohol Calculator\n      <\/div>\n      <div class=\"tw-main-subheading\">Use our wedding drink calculator to determine how much alcohol to serve based on guest count, event duration, and servings per bottle to help you create a budget and estimate the total cost.<\/div>\n    <\/div>\n    <div class=\"tw-pb-6 tw-px-[55px]\">\n      <div class=\"tw-grid tw-grid-cols-12 tw-gap-5\">\n        <div class=\"tw-col-span-12 md:tw-col-span-6\">\n          <label class=\"tw-block tw-text-center\">\n            <div class=\"form-label tw-flex tw-items-center tw-gap-3\">\n              <div>Number of Guests<\/div>\n              <div class=\"tw-tooltip-icon tw-tooltip\" @mouseover=\"showGuestTooltip\" @mouseover.away=\"hideGuestTooltip\">i\n                <span class=\"tw-tooltiptext\" x-show=\"show_guest_tooltip\">The guest count must be at least 10.<\/span>\n              <\/div>\n            <\/div>\n            <input type=\"text\"\n                   class=\"tw-input tw-mt-[25px]\"\n                   x-model=\"guests\"\n                   x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                   onClick=\"this.select()\" \/>\n          <\/label>\n        <\/div>\n        <div class=\"tw-col-span-12 md:tw-col-span-6\">\n          <label class=\"tw-block\">\n            <span class=\"tw-form-label tw-mb-3 tw-block\">Event Duration<\/span>\n            <select class=\"tw-input tw-select tw-mt-[25px]\" x-model=\"duration\">\n              <option value=\"1\">1 hour<\/option>\n              <option value=\"2\">2 hours<\/option>\n              <option value=\"3\">3 hours<\/option>\n              <option value=\"4\">4 hours<\/option>\n              <option value=\"5\">5 hours<\/option>\n              <option value=\"6\">6 hours<\/option>\n              <option value=\"7\">7 hours<\/option>\n              <option value=\"8\">8 hours<\/option>\n            <\/select>\n          <\/label>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- WAVE -->\n  <div class=\"tw-wave-first\">\n    <div>\n      <svg class=\"tw-h-full tw-w-full\" viewBox=\"0 0 780 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M 503.646,96.018978 C 309.397,76.017978 94.1207,-19.985024 0,65.017978 V -425.00002 H 780 V 80.017978 c -45.725,11.667 -164.956,27.471002 -276.354,16.001 z\" fill=\"#fef9f5\"><\/path>\n      <\/svg>\n    <\/div>\n    <div class=\"tw-relative tw-top-[-100px]\">\n      <svg class=\"tw-h-full tw-w-full\" id=\"curve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 780 102\" fill=\"none\">\n        <path opacity=\"0.8\" d=\"M782.553 17.9731C710.053 29.4738 593.053 87.2167 481.553 96.4735C349.053 107.474 195.553 99.9735 -4.94704 1.47357\" stroke=\"#5F2698\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/div>\n  <!-- STEP 1 END -->\n  <!-- STEP 2 START -->\n  <div class=\"tw-step-2 tw-mt-[-70px]\">\n    <div class=\"step-2-btn tw-my-6 tw-text-center tw-cursor-pointer\" @click=\"show_step_2 = !show_step_2\">\n      <div class=\"tw-section-heading\">Guest Type<\/div>\n      <div class=\"tw-w-5 tw-h-5 tw-mx-auto tw-mt-3\">\n        <svg viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"css-i6dzq1\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-3\" x-show=\"show_step_2\">\n      <div class=\"form-label tw-col-span-12 tw-mb-4 tw-text-center tw-block\">What type of drinkers are your guests?<\/div>\n      <div class=\"tw-col-span-12 tw-justify-center tw-flex\">\n        <div class=\"tw-relative tw-space-y-4\">\n          <div class=\"tw-flex tw-items-center tw-mb-2 tw-gap-1.5\">\n            <input type=\"radio\" id=\"drinker_type_light\" name=\"drinker_type\" value=\"0.85\" x-model=\"drinker_type\" class=\"tw-radio-input\">\n            <label for=\"drinker_type_light\" class=\"tw-radio-label\">Below Average (less than one drink per hour)<\/label>\n          <\/div>\n          <div class=\"tw-flex tw-items-center tw-mb-2 tw-gap-1.5\">\n            <input type=\"radio\" id=\"drinker_type_average\" name=\"drinker_type\" value=\"1\" x-model=\"drinker_type\" class=\"tw-radio-input\">\n            <label for=\"drinker_type_average\" class=\"tw-radio-label\">Average (one drink per hour)<\/label>\n          <\/div>\n          <div class=\"tw-flex tw-items-center tw-mb-2 tw-gap-1.5\">\n            <input type=\"radio\" id=\"drinker_type_heavy\" name=\"drinker_type\" value=\"1.15\" x-model=\"drinker_type\" class=\"tw-radio-input\">\n            <label for=\"drinker_type_heavy\" class=\"tw-radio-label\">Heavy (two drinks per hour)<\/label>\n          <\/div>\n          <div class=\"tw-flex tw-items-center tw-gap-1.5\">\n            <input type=\"radio\" id=\"drinker_type_heavier\" name=\"drinker_type\" value=\"1.30\" x-model=\"drinker_type\" class=\"tw-radio-input\">\n            <label for=\"drinker_type_heavier\" class=\"tw-radio-label\">Heavier (More than two drinks per hour)<\/label>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-6 tw-mt-6 tw-border-t tw-py-6\" x-show=\"show_step_2\">\n      <div class=\"tw-col-span-4\">\n        <label class=\"tw-block\">\n          <span class=\"tw-form-label tw-text-center tw-block\">Total Drinks<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-text-xl tw-font-semibold tw-mt-1\">\n            <span x-text=\"calcTotalDrinks\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-4\">\n        <label class=\"tw-block\">\n          <span class=\"tw-form-label tw-block tw-text-center\">Avg. Drinks per Guest<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-text-xl tw-font-semibold tw-mt-1\">\n            <span x-text=\"calcAvgDrinksPerGuest\"><\/span>\n          <\/div>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-4\">\n        <label class=\"tw-block\">\n          <span class=\"tw-form-label tw-text-center tw-block\">Est. Cost Per Guest<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-text-xl tw-font-semibold tw-mt-1\">\n            $<span x-text=\"estimatedCostPerGuest()\"><\/span>\n          <\/div>\n        <\/label>\n        <\/label>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- STEP 2 END -->\n  <!-- STEP 3 START -->\n  <div class=\"tw-step-3\">\n    <div class=\"step-3-btn tw-py-6 tw-text-center tw-cursor-pointer\" @click=\"show_step_3 = !show_step_3\">\n      <div class=\"tw-section-heading\">Alcohol Ratio<\/div>\n      <div class=\"tw-w-5 tw-h-5 tw-mx-auto tw-mt-3\">\n        <svg viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"css-i6dzq1\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n      <\/div>\n      <div class=\"tw-mt-3 tw-main-subheading\" x-show=\"show_step_3\">\n        Allocate a percentage for each type of alcohol you plan to serve, ensuring the total adds up to 100%. We\u2019ve included the standard wedding ratio as a reference.\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-6\" x-show=\"show_step_3\">\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">Beer (%)<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"beer_ratio\"\n                 x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">Wine (%)<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"wine_ratio\"\n                 x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">Liquor (%)<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"liquor_ratio\"\n                 x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <div class=\"tw-block tw-text-center\">\n          <div class=\"form-label tw-flex tw-items-center tw-gap-3\">\n            <div>Total<\/div>\n            <div class=\"tw-tooltip-icon tw-tooltip\" @mouseover=\"showTooltip1\" @mouseover.away=\"hideTooltip1\">i\n              <span class=\"tw-tooltiptext tw-leading-snug\" x-show=\"show_tooltip_1\">Ensure all the entries add up to 100%<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"tw-total-input tw-mt-5 tw-text-center\">\n            <span x-text=\"calcAlcoholRatioTotal()\"><\/span>%\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-6 tw-mt-6 tw-border-t tw-pt-6 tw-pb-12\" x-show=\"show_step_3\">\n      <div class=\"tw-col-span-6 md:tw-col-span-3 tw-space-y-6\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-text-center tw-block\">Beer Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-h-auto tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcBeerServings\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3 tw-space-y-4\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-text-center tw-block\">Wine Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-h-auto tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcWineServings\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3 tw-space-y-4\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-text-center tw-block\">Liquor Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-h-auto tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcLiquorServings\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3 tw-space-y-4\">\n        <label class=\"tw-block tw-text-center\">\n          <span class=\"form-label tw-text-center tw-block\">Total Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-mt-1 tw-h-auto tw-text-xl tw-font-semibold tw-justify-center\">\n            <span x-text=\"calcAlcoholServingsTotal\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- STEP 3 END -->\n  <!-- STEP 4 START -->\n  <div class=\"tw-step-4\">\n    <div class=\"step-4-btn tw-py-6 tw-text-center tw-cursor-pointer\" @click=\"show_step_4 = !show_step_4\">\n      <div class=\"tw-section-heading\">Wine Type Ratio<\/div>\n      <div class=\"tw-w-5 tw-h-5 tw-mx-auto tw-mt-3\">\n        <svg viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"css-i6dzq1\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n      <\/div>\n      <div class=\"tw-main-subheading\" x-show=\"show_step_4\">Allocate a percentages for each type of wine you\u2019d like to serve, ensuring they add up to 100%. The standard wedding ratio is provided as a reference.<\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-6\" x-show=\"show_step_4\">\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">Red Wine<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"red_ratio\"\n                 x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">White Wine<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"white_ratio\"\n                 x-init=\"new Cleave($el, {numeral: false, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label\">Sparkling Wine<\/span>\n          <input type=\"text\"\n                 class=\"tw-input tw-mt-5\"\n                 x-model=\"sparkling_ratio\"\n                 x-init=\"new Cleave($el, {numeral: true, numeralPositiveOnly: true, numeralDecimalScale: 0})\"\n                 onClick=\"this.select()\" \/>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-12 md:tw-col-span-3\">\n        <div class=\"tw-block tw-text-center\">\n          <div class=\"form-label tw-flex tw-items-center tw-gap-3\">\n            <div>Total<\/div>\n            <div class=\"tw-tooltip-icon tw-tooltip\" @mouseover=\"showTooltip2\" @mouseover.away=\"hideTooltip2\">i\n              <span class=\"tw-tooltiptext tw-leading-snug\" x-show=\"show_tooltip_2\">Ensure all the entries add up to 100%<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"tw-total-input tw-mt-5 tw-text-center\">\n            <span x-text=\"calcWineRatioTotal()\"><\/span>%\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-6 tw-mt-6 tw-border-t tw-pt-6 tw-pb-12\" x-show=\"show_step_4\">\n      <div class=\"tw-col-span-6 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-block tw-text-center\">Red Wine<br \/> Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcRedWineServings\"><\/span>\n          <\/div>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-block tw-text-center\">White Wine Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcWhiteWineServings\"><\/span>\n          <\/div>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3\">\n        <label class=\"tw-block\">\n          <span class=\"form-label tw-block tw-text-center\">Rose \/ Sparkling Wine Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcSparklingWineServings\"><\/span>\n          <\/div>\n        <\/label>\n        <\/label>\n      <\/div>\n      <div class=\"tw-col-span-6 md:tw-col-span-3\">\n        <label class=\"tw-block tw-text-center\">\n          <span class=\"form-label\">Total<br \/> Servings<\/span>\n          <div class=\"tw-flex tw-items-center tw-justify-center tw-mt-1 tw-text-xl tw-font-semibold\">\n            <span x-text=\"calcWineServingsTotal()\"><\/span>\n          <\/div>\n        <\/label>\n        <\/label>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- STEP 4 END -->\n  <div class=\"tw-relative\">\n    <div>\n      <svg class=\"tw-w-full tw-h-full\" viewBox=\"0 0 779 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"m 429,39.449896 c -165.5,30.5 -281.5,29.5 -429,12 V 632.4499 H 779.998 L 780,11.449896 c -125.5,-29 -217.129,3.329 -351,28 z\" fill=\"#1c043e\"><\/path>\n      <\/svg>\n    <\/div>\n    <div class=\"tw-absolute tw-right-0 tw-top-9 tw-w-7\/12\">\n      <svg class=\"tw-w-full tw-h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 474 126\" fill=\"none\">\n        <path d=\"M579.709 124.648C530.229 100.725 487.35 82.7791 429.739 67.7919C417.832 64.6946 362.943 54.6964 346.048 81.1104C338.383 93.0953 343.657 106.241 354.155 106.39C364.653 106.54 369.796 96.3676 372.048 89.8433C380.138 66.4044 368.155 43.6801 350.879 31.5313C299.473 -4.6189 224.694 -4.15868 174.033 10.6654C133.514 22.5219 60.2206 52.1387 0.587498 13.0911\" stroke=\"#E3DBEB\" stroke-width=\"2\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/div>\n  <!-- STEP RESULTS START -->\n  <div class=\"tw-final-results\">\n    <div class=\"step-results-btn tw-text-center tw-mb-6\">\n      <div class=\"tw-result-heading\">Your Shopping List<\/div>\n      <div class=\"tw-result-subheading\">Here are our recommended quantities of alcohol.<\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-3\">\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Red Wine (750 ml bottles)<\/div>\n            <div class=\"tw-result-subitem\">Each bottle has 5 servings<\/div>\n          <\/div>\n          <div class=\"tw-result-count\" x-text=\"calcRedWineTotal()\">0<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">White Wine (750 ml bottles)<\/div>\n            <div class=\"tw-result-subitem\">Each bottle has 5 servings<\/div>\n          <\/div>\n          <div class=\"tw-result-count\" x-text=\"calcWhiteWineTotal()\">0<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Rose or Sparkling Wine (750 ml bottles)<\/div>\n            <div class=\"tw-result-subitem\">Each bottle has 5 servings<\/div>\n          <\/div>\n          <div class=\"tw-result-count\" x-text=\"calcSparklingWineTotal()\">0<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Liquor (1 liter bottles)<\/div>\n            <div class=\"tw-result-subitem\">Each bottle has 19 servings<\/div>\n          <\/div>\n        <div class=\"tw-result-count\" x-text=\"calcLiquorTotal()\">0<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Beer (cans or bottles)<\/div>\n            <div class=\"tw-result-subitem\">Each bottle has 1 serving<\/div>\n          <\/div>\n          <div class=\"tw-result-count\" x-text=\"calcBeerTotal()\">0<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"tw-grid tw-grid-cols-12 tw-gap-3 tw-my-6\">\n      <div class=\"tw-result-section-heading\">Costs<\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Estimated Beer Cost<\/div>\n          <\/div>\n          <div class=\"tw-result-count\">$ <span x-text=\"estimatedBeerCost()\"><\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Estimated Wine Cost<\/div>\n          <\/div>\n          <div class=\"tw-result-count\">$ <span x-text=\"estimatedWineCost()\"><\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Estimated Liquor Cost<\/div>\n          <\/div>\n          <div class=\"tw-result-count\">$ <span x-text=\"estimatedLiquorCost()\"><\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-t tw-border-[#3d007a] tw-pt-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Total Estimated Cost<\/div>\n          <\/div>\n          <div class=\"tw-result-count\">$ <span x-text=\"estimatedBeerCost() + estimatedWineCost() + estimatedLiquorCost()\"><\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tw-col-span-12 tw-border-y tw-border-[#3d007a] tw-py-6\">\n        <div class=\"tw-flex tw-items-center\">\n          <div class=\"tw-flex-1\">\n            <div class=\"tw-result-item\">Estimated Cost Per Guest<\/div>\n          <\/div>\n          <div class=\"tw-result-count\">$ <span x-text=\"estimatedCostPerGuest()\"><\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"tw-disclaimer-text tw-text-center md:tw-px-20 tw-mt-6\">\n      Disclaimer: The calculations provided by this tool are estimates based on general guidelines and assumptions about alcohol consumption at weddings. They are intended to help you plan and budget for your event but may not perfectly reflect the needs of your specific guest list or event details.\n    <\/div>\n  <\/div>\n  <!-- STEP RESULTS END -->\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Planning your wedding is exciting, but ensuring you have the right amount of alcohol for your celebration can be tricky. Our\u00a0wedding alcohol calculator\u00a0takes the stress out of the process, helping&hellip;<\/p>\n","protected":false},"author":1,"featured_media":83707,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-83705","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs] - Joy<\/title>\n<meta name=\"robots\" content=\"index, follow\" \/>\n<link rel=\"canonical\" href=\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]\" \/>\n<meta property=\"og:description\" content=\"Planning your wedding is exciting, but ensuring you have the right amount of alcohol for your celebration can be tricky. Our\u00a0wedding alcohol\" \/>\n<meta property=\"og:url\" content=\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Joy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/joytheapp\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-09T15:56:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-09T15:56:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/joy-wedding-blog-prod-d3csgvggagdch3eg.a02.azurefd.net\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"780\" \/>\n\t<meta property=\"og:image:height\" content=\"439\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Joy Editors\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JoytheApp\" \/>\n<meta name=\"twitter:site\" content=\"@JoytheApp\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joy Editors\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\"},\"author\":{\"name\":\"Joy Editors\",\"@id\":\"https:\/\/withjoy.com\/#\/schema\/person\/7f95a21546d18192572f4c68b44d6b1e\"},\"headline\":\"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]\",\"datePublished\":\"2024-12-09T15:56:45+00:00\",\"dateModified\":\"2024-12-09T15:56:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\"},\"wordCount\":101,\"publisher\":{\"@id\":\"https:\/\/withjoy.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\",\"url\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\",\"name\":\"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs] - Joy\",\"isPartOf\":{\"@id\":\"https:\/\/withjoy.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png\",\"datePublished\":\"2024-12-09T15:56:45+00:00\",\"dateModified\":\"2024-12-09T15:56:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage\",\"url\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png\",\"contentUrl\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png\",\"width\":780,\"height\":439},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inspiration\",\"item\":\"https:\/\/withjoy.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/withjoy.com\/#website\",\"url\":\"https:\/\/withjoy.com\/\",\"name\":\"Joy\",\"description\":\"Wedding Planning Ideas &amp; Inspiration\",\"publisher\":{\"@id\":\"https:\/\/withjoy.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/withjoy.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/withjoy.com\/#organization\",\"name\":\"Joy\",\"url\":\"https:\/\/withjoy.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/withjoy.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2021\/03\/joy-new-logo.svg\",\"contentUrl\":\"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2021\/03\/joy-new-logo.svg\",\"width\":81,\"height\":50,\"caption\":\"Joy\"},\"image\":{\"@id\":\"https:\/\/withjoy.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/joytheapp\/\",\"https:\/\/x.com\/JoytheApp\",\"https:\/\/www.instagram.com\/joytheapp\/\",\"https:\/\/www.linkedin.com\/company\/joy-the-app\",\"https:\/\/www.pinterest.com\/JoyTheApp\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/withjoy.com\/#\/schema\/person\/7f95a21546d18192572f4c68b44d6b1e\",\"name\":\"Joy Editors\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/withjoy.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/75808d1ca6343fd372b43794ab9b28f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/75808d1ca6343fd372b43794ab9b28f4?s=96&d=mm&r=g\",\"caption\":\"Joy Editors\"},\"description\":\"Since 2016, Joy's editing team has had one mission: help make wedding planning more intuitive, thoughtful, and personal with each article! With decades of experience in the wedding industry, our editors bring a wealth of knowledge and expertise to turn your wedding dreams into reality. We're committed to inspiring and supporting every couple on their journey to happily ever after. For guidance or questions, contact us at support@withjoy.com.\",\"sameAs\":[\"https:\/\/withjoy.com\",\"https:\/\/www.linkedin.com\/company\/withjoy\",\"JoyTheApp\/\",\"https:\/\/x.com\/JoytheApp\"],\"url\":\"https:\/\/withjoy.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs] - Joy","robots":{"index":"index","follow":"follow"},"canonical":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]","og_description":"Planning your wedding is exciting, but ensuring you have the right amount of alcohol for your celebration can be tricky. Our\u00a0wedding alcohol","og_url":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/","og_site_name":"Joy","article_publisher":"https:\/\/www.facebook.com\/joytheapp\/","article_published_time":"2024-12-09T15:56:45+00:00","article_modified_time":"2024-12-09T15:56:46+00:00","og_image":[{"width":780,"height":439,"url":"https:\/\/joy-wedding-blog-prod-d3csgvggagdch3eg.a02.azurefd.net\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png","type":"image\/png"}],"author":"Joy Editors","twitter_card":"summary_large_image","twitter_creator":"@JoytheApp","twitter_site":"@JoytheApp","twitter_misc":{"Written by":"Joy Editors","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#article","isPartOf":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/"},"author":{"name":"Joy Editors","@id":"https:\/\/withjoy.com\/#\/schema\/person\/7f95a21546d18192572f4c68b44d6b1e"},"headline":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]","datePublished":"2024-12-09T15:56:45+00:00","dateModified":"2024-12-09T15:56:46+00:00","mainEntityOfPage":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/"},"wordCount":101,"publisher":{"@id":"https:\/\/withjoy.com\/#organization"},"image":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/","url":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/","name":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs] - Joy","isPartOf":{"@id":"https:\/\/withjoy.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage"},"image":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png","datePublished":"2024-12-09T15:56:45+00:00","dateModified":"2024-12-09T15:56:46+00:00","breadcrumb":{"@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#primaryimage","url":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png","contentUrl":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2024\/11\/wedding-cost-hero-1-BI7D1yF5.png","width":780,"height":439},{"@type":"BreadcrumbList","@id":"https:\/\/withjoy.com\/blog\/wedding-alcohol-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inspiration","item":"https:\/\/withjoy.com\/"},{"@type":"ListItem","position":2,"name":"Joy Wedding\u00a0 Alcohol Calculator [2025 \u2013 2026 Wedding\u00a0 Alcohol Costs]"}]},{"@type":"WebSite","@id":"https:\/\/withjoy.com\/#website","url":"https:\/\/withjoy.com\/","name":"Joy","description":"Wedding Planning Ideas &amp; Inspiration","publisher":{"@id":"https:\/\/withjoy.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/withjoy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/withjoy.com\/#organization","name":"Joy","url":"https:\/\/withjoy.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/withjoy.com\/#\/schema\/logo\/image\/","url":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2021\/03\/joy-new-logo.svg","contentUrl":"https:\/\/withjoy.com\/blog\/wp-content\/uploads\/2021\/03\/joy-new-logo.svg","width":81,"height":50,"caption":"Joy"},"image":{"@id":"https:\/\/withjoy.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/joytheapp\/","https:\/\/x.com\/JoytheApp","https:\/\/www.instagram.com\/joytheapp\/","https:\/\/www.linkedin.com\/company\/joy-the-app","https:\/\/www.pinterest.com\/JoyTheApp\/"]},{"@type":"Person","@id":"https:\/\/withjoy.com\/#\/schema\/person\/7f95a21546d18192572f4c68b44d6b1e","name":"Joy Editors","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/withjoy.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/75808d1ca6343fd372b43794ab9b28f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/75808d1ca6343fd372b43794ab9b28f4?s=96&d=mm&r=g","caption":"Joy Editors"},"description":"Since 2016, Joy's editing team has had one mission: help make wedding planning more intuitive, thoughtful, and personal with each article! With decades of experience in the wedding industry, our editors bring a wealth of knowledge and expertise to turn your wedding dreams into reality. We're committed to inspiring and supporting every couple on their journey to happily ever after. For guidance or questions, contact us at support@withjoy.com.","sameAs":["https:\/\/withjoy.com","https:\/\/www.linkedin.com\/company\/withjoy","JoyTheApp\/","https:\/\/x.com\/JoytheApp"],"url":"https:\/\/withjoy.com\/blog\/author\/admin\/"}]}},"modified_by":"Ramesh Dhawale","_links":{"self":[{"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/posts\/83705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/comments?post=83705"}],"version-history":[{"count":1,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/posts\/83705\/revisions"}],"predecessor-version":[{"id":83706,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/posts\/83705\/revisions\/83706"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/media\/83707"}],"wp:attachment":[{"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/media?parent=83705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/categories?post=83705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/withjoy.com\/blog\/wp-json\/wp\/v2\/tags?post=83705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}