<!doctype html>
<html lang="en-US"
 xmlns:fb="http://ogp.me/ns/fb#" class="no-js">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /><title>404 Page Not Found &#8211; Margarita Texas</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//capi-automation.s3.us-east-2.amazonaws.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Margarita Texas &raquo; Feed" href="https://margaritatexas.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Margarita Texas &raquo; Comments Feed" href="https://margaritatexas.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Margarita Texas &raquo; 404 Page Not Found Comments Feed" href="https://margaritatexas.com/404-page-not-found/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://margaritatexas.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmargaritatexas.com%2F404-page-not-found%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://margaritatexas.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmargaritatexas.com%2F404-page-not-found%2F&#038;format=xml" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v9.1.3 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-J0Z3LVZJ8F"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '9.1.3';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/margaritatexas.com\/404-page-not-found\/"};
								if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-J0Z3LVZJ8F',
									];

				/* 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.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_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 = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-J0Z3LVZJ8F', {"forceSSL":"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 ExactMetrics -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='mailchimp-sms-consent-style-css' href='https://margaritatexas.com/wp-content/plugins/mailchimp-for-woocommerce/blocks/build/style-sms-consent-block.css?ver=1776095865' media='all' />
<link rel='stylesheet' id='jquery.bxslider-css' href='//margaritatexas.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.css?ver=7.0' media='all' />
<link rel='stylesheet' id='Axl_Testimonials_Widget-css' href='//margaritatexas.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/assets/css/testimonials-widget.css?ver=7.0' media='all' />
<link rel='stylesheet' id='Axl_Testimonials_Widget_Premium-css' href='//margaritatexas.com/wp-content/plugins/testimonials-widget/assets/css/testimonials-widget-premium.css?ver=7.0' media='all' />
<link rel='stylesheet' id='testimonials-widget-premium-form-css' href='//margaritatexas.com/wp-content/plugins/testimonials-widget/assets/css/testimonials-widget-premium-form.css?ver=7.0' media='all' />
<link rel='stylesheet' id='mxm_css-css' href='https://margaritatexas.com/wp-content/plugins/woocommerce-gateway-mxmerchant/assets/css/mxm.css?ver=1.7.3' media='all' />
<style id="wp-emoji-styles-inline-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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>

<style id="global-styles-inline-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--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 1300px;--wp--style--global--wide-size: 1300px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}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;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='contact-form-7-css' href='https://margaritatexas.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5' media='all' />
<link rel='stylesheet' id='pisol-ewcl-css' href='https://margaritatexas.com/wp-content/plugins/export-woocommerce-customer-list/public/css/pisol-ewcl-public.css?ver=2.2.3' media='all' />
<link rel='stylesheet' id='menu-image-css' href='https://margaritatexas.com/wp-content/plugins/menu-image/includes/css/menu-image.css?ver=3.13' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://margaritatexas.com/wp-includes/css/dashicons.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='no-category-base-wpml-css' href='https://margaritatexas.com/wp-content/plugins/no-category-base-wpml/assets/css/frontend.css?ver=1.5.2' media='all' />
<link rel='stylesheet' id='social-widget-css' href='https://margaritatexas.com/wp-content/plugins/social-media-widget/social_widget.css?ver=7.0' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://margaritatexas.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.6.2' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://margaritatexas.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.6.2' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://margaritatexas.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.6.2' media='all' />
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='wp-post-navigation-style-css' href='https://margaritatexas.com/wp-content/plugins/wp-post-navigation/style.css?ver=7.0' media='all' />
<link rel='stylesheet' id='mc4wp-form-themes-css' href='https://margaritatexas.com/wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css?ver=4.12.1' media='all' />
<link rel='stylesheet' id='mc4wp-form-styles-builder-css' href='//margaritatexas.com/wp-content/uploads/mc4wp-stylesheets/bundle.css?ver=1585150040' media='all' />
<link rel='stylesheet' id='crp-style-rounded-thumbs-css' href='https://margaritatexas.com/wp-content/plugins/contextual-related-posts/css/rounded-thumbs.min.css?ver=4.2.2' media='all' />
<style id="crp-style-rounded-thumbs-inline-css">

					.crp_related.crp-rounded-thumbs {
						--crp-thumb-width: 150px;
						--crp-thumb-height: 150px;
					}
				
/*# sourceURL=crp-style-rounded-thumbs-inline-css */
</style>
<link rel='stylesheet' id='font-awesome-css' href='https://margaritatexas.com/wp-content/themes/salient/css/font-awesome-legacy.min.css?ver=4.7.1' media='all' />
<link rel='stylesheet' id='salient-grid-system-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/grid-system.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='main-styles-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/style.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar-header-layout-left-aligned-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/header/header-layout-menu-left-aligned.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar-element-recent-posts-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/elements/element-recent-posts.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar-cf7-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/third-party/cf7.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar-brands-css' href='https://margaritatexas.com/wp-content/themes/salient/css/nectar-brands.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar_default_font_open_sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&#038;subset=latin%2Clatin-ext' media='all' />
<link rel='stylesheet' id='responsive-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/responsive.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='nectar-product-style-classic-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/third-party/woocommerce/product-style-classic.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='woocommerce-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/woocommerce.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='skin-ascend-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/ascend.css?ver=18.1.1' media='all' />
<link rel='stylesheet' id='salient-wp-menu-dynamic-css' href='https://margaritatexas.com/wp-content/uploads/salient/menu-dynamic.css?ver=66935' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css' href='https://margaritatexas.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' media='all' />
<link rel='stylesheet' id='dynamic-css-css' href='https://margaritatexas.com/wp-content/uploads/salient/salient-dynamic-styles.css?ver=33373' media='all' />
<style id="dynamic-css-inline-css">
@media only screen and (min-width:1000px){body #ajax-content-wrap.no-scroll{min-height:calc(100vh - 156px);height:calc(100vh - 156px)!important;}}@media only screen and (min-width:1000px){#page-header-wrap.fullscreen-header,#page-header-wrap.fullscreen-header #page-header-bg,html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header,.nectar_fullscreen_zoom_recent_projects,#nectar_fullscreen_rows:not(.afterLoaded) > div{height:calc(100vh - 155px);}.wpb_row.vc_row-o-full-height.top-level,.wpb_row.vc_row-o-full-height.top-level > .col.span_12{min-height:calc(100vh - 155px);}html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header{top:156px;}.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container{height:calc(100vh - 154px)!important;}.admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),.admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container{height:calc(100vh - 154px - 32px)!important;}}.admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level,.admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12{min-height:calc(100vh - 32px);}body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level,body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12{min-height:100vh;}@media only screen and (max-width:999px){.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div{height:calc(100vh - 100px);}.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12,[data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,[data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12{min-height:calc(100vh - 100px);}html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header,.nectar_fullscreen_zoom_recent_projects,.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container,#nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div{height:calc(100vh - 47px);}.wpb_row.vc_row-o-full-height.top-level,.wpb_row.vc_row-o-full-height.top-level > .col.span_12{min-height:calc(100vh - 47px);}body[data-transparent-header="false"] #ajax-content-wrap.no-scroll{min-height:calc(100vh - 47px);height:calc(100vh - 47px);}}#nectar_fullscreen_rows{background-color:transparent;}.post-type-archive-product.woocommerce .container-wrap,.tax-product_cat.woocommerce .container-wrap,.post-type-archive-product.woocommerce #page-header-wrap,.tax-product_cat.woocommerce #page-header-wrap{background-color:#f6f6f6;}.woocommerce ul.products li.product.material,.woocommerce-page ul.products li.product.material{background-color:#ffffff;}.woocommerce ul.products li.product.minimal .product-wrap,.woocommerce ul.products li.product.minimal .background-color-expand,.woocommerce-page ul.products li.product.minimal .product-wrap,.woocommerce-page ul.products li.product.minimal .background-color-expand{background-color:#ffffff;}.screen-reader-text,.nectar-skip-to-content:not(:focus){border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;}.row .col img:not([srcset]){width:auto;}.row .col img.img-with-animation.nectar-lazy:not([srcset]){width:100%;}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
    body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 70px!important;
        margin-top: -20px!important;
    }
}
/*# sourceURL=dynamic-css-inline-css */
</style>
<script id="jquery-core-js" src="https://margaritatexas.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://margaritatexas.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script async data-wp-strategy="async" id="exactmetrics-frontend-script-js" src="https://margaritatexas.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=9.1.3"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,doc,ppt,xls,jpeg,png,gif,tiff","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/margaritatexas.com","hash_tracking":"false","v4_id":"G-J0Z3LVZJ8F"};/* ]]> */
</script>
<script id="pisol-ewcl-js" src="https://margaritatexas.com/wp-content/plugins/export-woocommerce-customer-list/public/js/pisol-ewcl-public.js?ver=2.2.3"></script>
<script data-wp-strategy="defer" id="wc-jquery-blockui-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.2"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://margaritatexas.com/cart/","is_cart":"","cart_redirect_after_add":"yes"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-add-to-cart-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.6.2"></script>
<script data-wp-strategy="defer" id="wc-js-cookie-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.6.2"></script>
<script id="WCPAY_ASSETS-js-extra">
var wcpayAssets = {"url":"https://margaritatexas.com/wp-content/plugins/woocommerce-payments/dist/"};
//# sourceURL=WCPAY_ASSETS-js-extra
</script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->
<!-- Google Analytics snippet added by Site Kit -->
<script id="google_gtagjs-js" src="https://www.googletagmanager.com/gtag/js?id=GT-MBH7QHFC" async></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["margaritatexas.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-MBH7QHFC");
 window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( "event", name, { ...data, event_source: "site-kit" } ); }; 
//# sourceURL=google_gtagjs-js-after
</script>
<script></script><link rel="https://api.w.org/" href="https://margaritatexas.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://margaritatexas.com/wp-json/wp/v2/pages/3750" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://margaritatexas.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<meta name="generator" content="WooCommerce 10.6.2" />
<link rel="canonical" href="https://margaritatexas.com/404-page-not-found/" />
<link rel='shortlink' href='https://margaritatexas.com/?p=3750' />
<meta property="fb:app_id" content="1764468733790089"/><meta name="generator" content="Site Kit by Google 1.176.0" /><style type="text/css">
					.wp-post-navigation a{
					text-decoration: none;
font:bold 11px sans-serif, arial;
color: #666;
					}
				 </style><script type="text/javascript"> var root = document.getElementsByTagName( "html" )[0]; root.setAttribute( "class", "js" ); </script><script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-1482151-1', 'auto');
  ga('send', 'pageview');

</script>


<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2080089498822665');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://.facebook.com/tr?id=2080089498822665&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<meta name="facebook-domain-verification" content="hel3hw9uhfjslw8b27fsrmg10wglo9" />	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
				<script  type="text/javascript">
				!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
					n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
					n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
					t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
					document,'script','https://connect.facebook.net/en_US/fbevents.js');
			</script>
			<!-- WooCommerce Facebook Integration Begin -->
			<script  type="text/javascript">

				fbq('init', '969619663061885', {}, {
    "agent": "woocommerce_2-10.6.2-3.6.2"
});

				document.addEventListener( 'DOMContentLoaded', function() {
					// Insert placeholder for events injected when a product is added to the cart through AJAX.
					document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
				}, false );

			</script>
			<!-- WooCommerce Facebook Integration End -->
			<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><link rel='stylesheet' id='wc-blocks-style-css' href='https://margaritatexas.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.6.2' media='all' />
<link rel='stylesheet' id='js_composer_front-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/plugins/js_composer.css?ver=18.1.1' media='all' />
<link data-pagespeed-no-defer data-nowprocket data-wpacu-skip data-no-optimize data-noptimize rel='stylesheet' id='main-styles-non-critical-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/style-non-critical.css?ver=18.1.1' media='all' />
<link data-pagespeed-no-defer data-nowprocket data-wpacu-skip data-no-optimize data-noptimize rel='stylesheet' id='nectar-woocommerce-non-critical-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/third-party/woocommerce/woocommerce-non-critical.css?ver=18.1.1' media='all' />
<link data-pagespeed-no-defer data-nowprocket data-wpacu-skip data-no-optimize data-noptimize rel='stylesheet' id='magnific-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/plugins/magnific.css?ver=8.6.0' media='all' />
<link data-pagespeed-no-defer data-nowprocket data-wpacu-skip data-no-optimize data-noptimize rel='stylesheet' id='nectar-ocm-core-css' href='https://margaritatexas.com/wp-content/themes/salient/css/build/off-canvas/core.css?ver=18.1.1' media='all' />

</head><body class="wp-singular page-template-default page page-id-3750 wp-theme-salient theme-salient woocommerce-no-js ascend wpb-js-composer js-comp-ver-8.7.2 vc_responsive" data-footer-reveal="false" data-footer-reveal-shadow="none" data-header-format="menu-left-aligned" data-body-border="off" data-boxed-style="" data-header-breakpoint="1000" data-dropdown-style="minimal" data-cae="easeOutCubic" data-cad="650" data-megamenu-width="contained" data-aie="none" data-ls="magnific" data-apte="standard" data-hhun="0" data-fancy-form-rcs="default" data-form-style="default" data-form-submit="default" data-is="minimal" data-button-style="default" data-user-account-button="false" data-flex-cols="true" data-col-gap="default" data-header-inherit-rc="true" data-header-search="true" data-animated-anchors="true" data-ajax-transitions="false" data-full-width-header="true" data-slide-out-widget-area="true" data-slide-out-widget-area-style="slide-out-from-right" data-user-set-ocm="off" data-loading-animation="none" data-bg-header="false" data-responsive="1" data-ext-responsive="true" data-ext-padding="90" data-header-resize="1" data-header-color="custom" data-transparent-header="false" data-cart="true" data-remove-m-parallax="" data-remove-m-video-bgs="" data-m-animate="0" data-force-header-trans-color="light" data-smooth-scrolling="0" data-permanent-transparent="false" >
	
	<script type="text/javascript">
	 (function(window, document) {

		document.documentElement.classList.remove("no-js");

		if(navigator.userAgent.match(/(Android|iPod|iPhone|iPad|BlackBerry|IEMobile|Opera Mini)/)) {
			document.body.className += " using-mobile-browser mobile ";
		}
		if(navigator.userAgent.match(/Mac/) && navigator.maxTouchPoints && navigator.maxTouchPoints > 2) {
			document.body.className += " using-ios-device ";
		}

		if( !("ontouchstart" in window) ) {

			var body = document.querySelector("body");
			var winW = window.innerWidth;
			var bodyW = body.clientWidth;

			if (winW > bodyW + 4) {

				var vwTestEl = document.createElement("div");
				vwTestEl.style.position = "absolute";
				vwTestEl.style.top = "-9999px";
				vwTestEl.style.width = "100vw";
				body.appendChild(vwTestEl);
				var vwWidth = vwTestEl.offsetWidth;
				body.removeChild(vwTestEl);

				if (vwWidth > bodyW + 4) {
					body.setAttribute("style", "--scroll-bar-w: " + (winW - bodyW - 4) + "px");
				} else {
					body.setAttribute("style", "--scroll-bar-w: 0px");
				}

			} else {
				body.setAttribute("style", "--scroll-bar-w: 0px");
			}
		}

	 })(window, document);
   </script><nav aria-label="Skip links" class="nectar-skip-to-content-wrap" data-nosnippet><a href="#ajax-content-wrap" class="nectar-skip-to-content">Skip to main content</a></nav>	
	<div id="header-space"  data-header-mobile-fixed='1'></div> 
	
		<div id="header-outer" data-has-menu="true" data-has-buttons="yes" data-header-button_style="default" data-using-pr-menu="false" data-mobile-fixed="1" data-ptnm="false" data-lhe="default" data-user-set-bg="#205139" data-format="menu-left-aligned" data-permanent-transparent="false" data-megamenu-rt="0" data-remove-fixed="0" data-header-resize="1" data-cart="true" data-transparency-option="0" data-box-shadow="large" data-shrink-num="25" data-using-secondary="0" data-using-logo="1" data-logo-height="100" data-m-logo-height="24" data-padding="28" data-full-width="true" data-condense="false" >
		
<header id="top" role="banner" aria-label="Main Menu">
		<div class="container">
		<div class="row">
			<div class="col span_3">
								<a id="logo" href="https://margaritatexas.com" data-supplied-ml-starting-dark="false" data-supplied-ml-starting="false" data-supplied-ml="false" >
					<img class="stnd skip-lazy dark-version" width="" height="" alt="Margarita Texas" src="https://margaritatexas.com/wp-content/uploads/2013/06/margaritatexaslogo.png"  />				</a>
							</div><!--/span_3-->

			<div class="col span_9 col_last">
									<div class="nectar-mobile-only mobile-header"><div class="inner"></div></div>
									<a class="mobile-search" href="#search-box"><span class="nectar-icon icon-salient-search" aria-hidden="true"></span><span class="screen-reader-text">search</span></a>
					
						<a id="mobile-cart-link" aria-label="Cart" data-cart-style="dropdown" href="https://margaritatexas.com/cart/"><i class="icon-salient-cart"></i><div class="cart-wrap"><span>0 </span></div></a>
															<div class="slide-out-widget-area-toggle mobile-icon slide-out-from-right" data-custom-color="false" data-icon-animation="simple-transform">
						<div> <a href="#slide-out-widget-area" role="button" aria-label="Navigation Menu" aria-expanded="false" class="closed">
							<span class="screen-reader-text">Menu</span><span aria-hidden="true"> <i class="lines-button x2"> <i class="lines"></i> </i> </span>						</a></div>
					</div>
				
									<nav aria-label="Main Menu">
													<ul class="sf-menu">
								<li id="menu-item-8079" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8079"><a href="https://margaritatexas.com/shop/"><span class="menu-title-text">Shop</span></a></li>
<li id="menu-item-8766" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8766"><a href="https://margaritatexas.com/recipes/"><span class="menu-title-text">Margarita Recipes</span></a></li>
<li id="menu-item-8078" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8078"><a href="https://margaritatexas.com/about-us/"><span class="menu-title-text">About Us</span></a></li>
<li id="menu-item-8448" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8448"><a href="https://margaritatexas.com/sales-locations/"><span class="menu-title-text">Sales Locations</span></a></li>
<li id="menu-item-8522" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8522"><a href="https://margaritatexas.com/useful-links/"><span class="menu-title-text">Useful Links</span></a></li>
<li id="menu-item-8650" class="menu-item menu-item-type-post_type menu-item-object-page nectar-regular-menu-item menu-item-8650"><a href="https://margaritatexas.com/home/tequilatester/"><span class="menu-title-text">Tequila Tester</span></a></li>
							</ul>
						
					</nav>

					
				</div><!--/span_9-->

									<div class="right-aligned-menu-items">
						<nav>
							<ul class="buttons sf-menu" data-user-set-ocm="off"><li id="search-btn"><div><a href="#search-box"><span class="icon-salient-search" aria-hidden="true"></span><span class="screen-reader-text">search</span></a></div> </li><li class="nectar-woo-cart">
			<div class="cart-outer" data-user-set-ocm="off" data-cart-style="dropdown">
				<div class="cart-menu-wrap">
					<div class="cart-menu">
						<a class="cart-contents" href="https://margaritatexas.com/cart/"><div class="cart-icon-wrap"><i class="icon-salient-cart" aria-hidden="true"></i> <div class="cart-wrap"><span>0 </span></div> </div></a>
					</div>
				</div>

									<div class="cart-notification">
						<span class="item-name"></span> was successfully added to your cart.					</div>
				
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>
			</div>

			</li></ul>

													</nav>
					</div><!--/right-aligned-menu-items-->

					
			</div><!--/row-->
					</div><!--/container-->
	</header>		
	</div>
	
<div id="search-outer" class="nectar" data-nosnippet>
	<div id="search">
		<div class="container">
			 <div id="search-box">
				 <div class="inner-wrap">
					 <div class="col span_12">
						  <form role="search" action="https://margaritatexas.com/" method="GET">
															<input type="text" name="s" id="s" value="Start Typing..." aria-label="Search" data-placeholder="Start Typing..." />
							
						
						<button aria-label="Search" class="search-box__button" type="submit">Search</button>						</form>
					</div><!--/span_12-->
				</div><!--/inner-wrap-->
			 </div><!--/search-box-->
			 <div id="close"><a href="#" role="button"><span class="screen-reader-text">Close Search</span>
				<span class="icon-salient-x" aria-hidden="true"></span>				 </a></div>
		 </div><!--/container-->
	</div><!--/search-->
</div><!--/search-outer-->
	<div id="ajax-content-wrap">
<div class="container-wrap">
	<div class="container main-content" role="main">
		<div class="row">
			<h1 style="text-align: left;">We are working to get this page back soon&#8230;</h1>
<p style="text-align: center;">Don&#8217;t close out of our site just yet though, try one of our popular articles below. Also go to margaritatexas.com for a Big Sale and to get over 70 <a href="https://margaritatexas.com/recipes/">Margarita recipes</a>.</p>
<p style="text-align: center;">join &amp; download our recipe <a href="https://margaritatexas.com/community/">EBook</a>!</p>
<p style="text-align: center;">
    <div class="row blog-recent columns-4" data-style="default" data-color-scheme="light" data-remove-post-date="" data-remove-post-author="" data-remove-post-comment-number="" data-remove-post-nectar-love="">

      
      <div class="col span_3 post-7930 post type-post status-publish format-standard has-post-thumbnail category-news" >

        <a href="https://margaritatexas.com/news/agave-experience-at-la-cava-del-tequila-in-epcot/"><img fetchpriority="high" decoding="async" width="600" height="403" src="https://margaritatexas.com/wp-content/uploads/agave-experience-07-scaled-600x403.jpg" class="attachment-portfolio-thumb size-portfolio-thumb wp-post-image" alt="" title="" /></a>
            <div class="post-header">
              <h3 class="title"><a href="https://margaritatexas.com/news/agave-experience-at-la-cava-del-tequila-in-epcot/">Agave Experience at La Cava Del Tequila in Epcot</a></h3>
              <span class="meta-author"><a href="https://margaritatexas.com/author/admin/" rel="author">Margarita Texas</a> </span> <span class="meta-category"> | <a href="https://margaritatexas.com/news/">News</a> </span> <span class="meta-comment-count"> | <a href="https://margaritatexas.com/news/agave-experience-at-la-cava-del-tequila-in-epcot/#respond">
              No Comments</a> </span>
            </div>

            <div class="excerpt">We recently visited Epcot at Walt Disney World to encounter the "Agave Experience" at La Cava Del Tequila, a restaurant and bar on their property. If you aren't familiar with&hellip;</div>
      </div><!--/col-->

      
      <div class="col span_3 post-7669 post type-post status-publish format-standard has-post-thumbnail category-news" >

        <a href="https://margaritatexas.com/news/we-slept-in-a-barrel-and-drank-tequila/"><img decoding="async" width="600" height="403" src="https://margaritatexas.com/wp-content/uploads/Matices-Hotel-de-Barricas01-600x403.jpg" class="attachment-portfolio-thumb size-portfolio-thumb wp-post-image" alt="" title="" /></a>
            <div class="post-header">
              <h3 class="title"><a href="https://margaritatexas.com/news/we-slept-in-a-barrel-and-drank-tequila/">We slept in a barrel and drank tequila</a></h3>
              <span class="meta-author"><a href="https://margaritatexas.com/author/admin/" rel="author">Margarita Texas</a> </span> <span class="meta-category"> | <a href="https://margaritatexas.com/news/">News</a> </span> <span class="meta-comment-count"> | <a href="https://margaritatexas.com/news/we-slept-in-a-barrel-and-drank-tequila/#respond">
              No Comments</a> </span>
            </div>

            <div class="excerpt">Matices Hotel de Barricas This hotel had popped up on our social media timeline forever.  I think we might search for tequila a little too much. Many comments indicated that this&hellip;</div>
      </div><!--/col-->

      
      <div class="col span_3 post-7794 post type-post status-publish format-standard has-post-thumbnail category-news" >

        <a href="https://margaritatexas.com/news/unlimited-tequila-on-a-train-and-distillery-tour/"><img decoding="async" width="600" height="403" src="https://margaritatexas.com/wp-content/uploads/herradura_train-600x403.jpg" class="attachment-portfolio-thumb size-portfolio-thumb wp-post-image" alt="" title="" /></a>
            <div class="post-header">
              <h3 class="title"><a href="https://margaritatexas.com/news/unlimited-tequila-on-a-train-and-distillery-tour/">Unlimited Tequila on a train and distillery tour</a></h3>
              <span class="meta-author"><a href="https://margaritatexas.com/author/admin/" rel="author">Margarita Texas</a> </span> <span class="meta-category"> | <a href="https://margaritatexas.com/news/">News</a> </span> <span class="meta-comment-count"> | <a href="https://margaritatexas.com/news/unlimited-tequila-on-a-train-and-distillery-tour/#respond">
              No Comments</a> </span>
            </div>

            <div class="excerpt">Herradura Tequila Train Want to drink tequila all day and do it in style?  We took a ride on the Herradura tequila train and had a wild time.  We booked&hellip;</div>
      </div><!--/col-->

      
      <div class="col span_3 post-7595 post type-post status-publish format-standard has-post-thumbnail category-news" >

        <a href="https://margaritatexas.com/news/tequila-and-family-with-master-distiller-carlos-camarena/"><img decoding="async" width="600" height="403" src="https://margaritatexas.com/wp-content/uploads/OCHO_CARLOS_19-8539-600x403.jpg" class="attachment-portfolio-thumb size-portfolio-thumb wp-post-image" alt="" title="" /></a>
            <div class="post-header">
              <h3 class="title"><a href="https://margaritatexas.com/news/tequila-and-family-with-master-distiller-carlos-camarena/">Tequila and family with Master Distiller Carlos Camarena</a></h3>
              <span class="meta-author"><a href="https://margaritatexas.com/author/admin/" rel="author">Margarita Texas</a> </span> <span class="meta-category"> | <a href="https://margaritatexas.com/news/">News</a> </span> <span class="meta-comment-count"> | <a href="https://margaritatexas.com/news/tequila-and-family-with-master-distiller-carlos-camarena/#respond">
              No Comments</a> </span>
            </div>

            <div class="excerpt">We spoke with Carlos Camarena recently about his distillery, family and processes to make his highly regarded tequila brands. Carlos Camarena: My name is Carlos Camarena and I'm the third&hellip;</div>
      </div><!--/col-->

      
    </div><!--/blog-recent-->

  
		</div>
	</div>
	</div>

<div id="footer-outer" data-midnight="light" data-cols="4" data-custom-color="false" data-disable-copyright="false" data-matching-section-color="true" data-copyright-line="false" data-using-bg-img="false" data-bg-img-overlay="0.8" data-full-width="false" data-using-widget-area="true" data-link-hover="default"role="contentinfo">
	
	
<div id="call-to-action">
	<div class="container">
		  <div class="triangle"></div>
		  <span> Join the Margarita Texas Community and Download Our Free Recipe Ebook. </span>
		  <a class="nectar-button
		  regular-button accent-color" data-color-override="false" href="https://margaritatexas.com/community">
		  SUBSCRIBE		</a>
	</div>
</div>

		
	<div id="footer-widgets" data-has-widgets="true" data-cols="4">
		
		<div class="container">
			
						
			<div class="row">
				
								
				<div class="col span_3">
					<div id="social-widget-3" class="widget Social_Widget"><h4>Follow Us!</h4><div class="socialmedia-buttons smw_left"><a href="https://facebook.com/margaritatexas" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/facebook.png" 
				alt="Follow Us on Facebook" 
				title="Follow Us on Facebook" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://twitter.com/margaritatexas" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/twitter.png" 
				alt="Follow Us on Twitter" 
				title="Follow Us on Twitter" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://pinterest.com/margaritatexas" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/pinterest.png" 
				alt="Follow Us on Pinterest" 
				title="Follow Us on Pinterest" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://instagram.com/margaritatexas" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/instagram.png" 
				alt="Follow Us on Instagram" 
				title="Follow Us on Instagram" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://.youtube.com/user/margaritatexas" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/youtube.png" 
				alt="Follow Us on YouTube" 
				title="Follow Us on YouTube" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/itunes.png" 
				alt="Follow Us on iTunes" 
				title="Follow Us on iTunes" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="publisher" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/googleplus.png" 
				alt="Follow Us on Google+" 
				title="Follow Us on Google+" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/myspace.png" 
				alt="Follow Us on MySpace" 
				title="Follow Us on MySpace" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/friendfeed.png" 
				alt="Follow Us on FriendFeed" 
				title="Follow Us on FriendFeed" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/orkut.png" 
				alt="Follow Us on Orkut" 
				title="Follow Us on Orkut" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/hyves.png" 
				alt="Follow Us on Hyves" 
				title="Follow Us on Hyves" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/linkedin.png" 
				alt="Follow Us on LinkedIn" 
				title="Follow Us on LinkedIn" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/asmallworld.png" 
				alt="Follow Us on aSmallWorld" 
				title="Follow Us on aSmallWorld" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/flickr.png" 
				alt="Follow Us on Flickr" 
				title="Follow Us on Flickr" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/picasa.png" 
				alt="Follow Us on Picasa" 
				title="Follow Us on Picasa" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/aboutme.png" 
				alt="Follow Us on About.me" 
				title="Follow Us on About.me" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/vk.png" 
				alt="Follow Us on VK" 
				title="Follow Us on VK" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/skyrock.png" 
				alt="Follow Us on Skyrock" 
				title="Follow Us on Skyrock" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/skype.png" 
				alt="Follow Us on Skype" 
				title="Follow Us on Skype" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/digg.png" 
				alt="Follow Us on Digg" 
				title="Follow Us on Digg" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/reddit.png" 
				alt="Follow Us on Reddit" 
				title="Follow Us on Reddit" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/delicious.png" 
				alt="Follow Us on Delicious" 
				title="Follow Us on Delicious" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/stumble.png" 
				alt="Follow Us on StumbleUpon" 
				title="Follow Us on StumbleUpon" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/tumblr.png" 
				alt="Follow Us on Tumblr" 
				title="Follow Us on Tumblr" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/github.png" 
				alt="Follow Us on Github" 
				title="Follow Us on Github" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/buzz.png" 
				alt="Follow Us on Buzz" 
				title="Follow Us on Buzz" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/talk.png" 
				alt="Follow Us on Google Talk" 
				title="Follow Us on Google Talk" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/vimeo.png" 
				alt="Follow Us on Vimeo" 
				title="Follow Us on Vimeo" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/blogger.png" 
				alt="Follow Us on Blogger" 
				title="Follow Us on Blogger" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/wordpress.png" 
				alt="Follow Us on Wordpress" 
				title="Follow Us on Wordpress" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/yelp.png" 
				alt="Follow Us on Yelp" 
				title="Follow Us on Yelp" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/lastfm.png" 
				alt="Follow Us on Last.fm" 
				title="Follow Us on Last.fm" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/pandora.png" 
				alt="Follow Us on Pandora" 
				title="Follow Us on Pandora" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/ustream.png" 
				alt="Follow Us on UStream" 
				title="Follow Us on UStream" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/imdb.png" 
				alt="Follow Us on IMDb" 
				title="Follow Us on IMDb" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/hulu.png" 
				alt="Follow Us on Hulu" 
				title="Follow Us on Hulu" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/flixster.png" 
				alt="Follow Us on Flixster" 
				title="Follow Us on Flixster" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/foursquare.png" 
				alt="Follow Us on Foursquare" 
				title="Follow Us on Foursquare" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/meetup.png" 
				alt="Follow Us on Meetup" 
				title="Follow Us on Meetup" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/plancast.png" 
				alt="Follow Us on PlanCast" 
				title="Follow Us on PlanCast" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/slideshare.png" 
				alt="Follow Us on SlideShare" 
				title="Follow Us on SlideShare" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/deviantart.png" 
				alt="Follow Us on DeviantArt" 
				title="Follow Us on DeviantArt" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/live365.png" 
				alt="Follow Us on Live365" 
				title="Follow Us on Live365" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/digitaltunes.png" 
				alt="Follow Us on Digital Tunes" 
				title="Follow Us on Digital Tunes" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/soundcloud.png" 
				alt="Follow Us on Soundcloud" 
				title="Follow Us on Soundcloud" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/bandcamp.png" 
				alt="Follow Us on Bandcamp" 
				title="Follow Us on Bandcamp" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/etsy.png" 
				alt="Follow Us on Etsy" 
				title="Follow Us on Etsy" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/bbb.png" 
				alt="Follow Us on Better Business Bureau" 
				title="Follow Us on Better Business Bureau" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/merchantcircle.png" 
				alt="Follow Us on Merchant Circle" 
				title="Follow Us on Merchant Circle" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/ebay.png" 
				alt="Follow Us on Ebay" 
				title="Follow Us on Ebay" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/steam.png" 
				alt="Follow Us on Steam" 
				title="Follow Us on Steam" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/slashdot.png" 
				alt="Follow Us on Slashdot" 
				title="Follow Us on Slashdot" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/goodreads.png" 
				alt="Follow Us on Goodreads" 
				title="Follow Us on Goodreads" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/cuttings.png" 
				alt="Follow Us on Cuttings.me" 
				title="Follow Us on Cuttings.me" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a><a href="https://" rel="nofollow" target="_blank"><img width="32" height="32" src="https://margaritatexas.com/wp-content/plugins/social-media-widget/images/default/32/rss.png" 
				alt="Follow Us on RSS" 
				title="Follow Us on RSS" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></a></div></div>					</div>
					
											
						<div class="col span_3">
							<div id="custom_html-3" class="widget_text widget widget_custom_html"><h4>More</h4><div class="textwidget custom-html-widget"><b><a href="https://margaritatexas.com/contact-us">Contact Us</a></b><br>
<b><a href="https://margaritatexas.com/news">News</a></b><br></div></div>								
							</div>
							
												
						
													<div class="col span_3">
								<div id="testimonials_widget-4" class="widget Axl_Testimonials_Widget_Slider_Widget"><h4><a href="https://margaritatexas.com/mix">Margarita Texas Mix</a></h4><div class="testimonials-widget-testimonials testimonials-widget-testimonials4">
<div class="testimonials-widget-testimonial post-1800 testimonials-widget type-testimonials-widget status-publish" style="">
<!-- testimonials-widget-testimonials:1800: -->
		<blockquote><span class="open-quote"></span>I just got my margarita texas mix and i made my first drink and it was the best margarita i&#8217;ve ever made or maybe i&#8217;ve ever had<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Tito V. (Austin, Texas)</span></div>
	</div>
<div class="testimonials-widget-testimonial post-1867 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1867: -->
		<blockquote><span class="open-quote"></span>I saw your mix and decided to try it on a whim. It was fantastic &#8211; best mix I&#8217;ve ever had. I will be buying your mix from now on!<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Zach W. (Katy, Texas)</span></div>
	</div>
<div class="testimonials-widget-testimonial post-1801 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1801: -->
		<blockquote><span class="open-quote"></span>Different, delicious, and fun<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author"><a href="https://.tastings.com/" rel="nofollow">Beverage Tasting Institute</a></span></div>
	</div>
<div class="testimonials-widget-testimonial post-3680 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:3680: -->
		<blockquote><span class="open-quote"></span>The Best Known Margarita Mix in the South<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author"><a href="https://houstonpulsemagazine.com/margarita-texas-best-known-margarita-mix-south/" rel="nofollow">Houston Pulse Magazine</a></span></div>
	</div>
<div class="testimonials-widget-testimonial post-1807 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1807: -->
		<blockquote><span class="open-quote"></span>We love it, best mix you can buy.<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Sheryl M. (Guthrie, Oklahoma)</span></div>
	</div>
<div class="testimonials-widget-testimonial post-1810 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1810: -->
		<blockquote><span class="open-quote"></span>We got your margarita mix today. It was very good, excellent job!!<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Robin P. (Washington, DC)</span></div>
	</div>
<div class="testimonials-widget-testimonial post-3681 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:3681: -->
		<blockquote><span class="open-quote"></span>It&#8217;s delicious! We like the whole package.<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author"><a href="https://.examiner.com/article/margarita-texas-review" rel="nofollow">Ginae B. McDonald (Examiner.com)</a></span></div>
	</div>
<div class="testimonials-widget-testimonial post-1811 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1811: -->
		<blockquote><span class="open-quote"></span>Margarita Texas mix is awesome! Well done!<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Ben M. (Jackson, Mississippi)</span></div>
	</div>
<div class="testimonials-widget-testimonial post-1809 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1809: -->
		<blockquote><span class="open-quote"></span>We have FINALLY found the perfect margarita!<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Colie's Kitchen Review</span></div>
	</div>
<div class="testimonials-widget-testimonial post-1808 testimonials-widget type-testimonials-widget status-publish" style="display: none;">
<!-- testimonials-widget-testimonials:1808: -->
		<blockquote><span class="open-quote"></span>This margarita mix is wonderful.<span class="close-quote"></span></blockquote>
			<div class="credit"><span class="author">Phyllis M. (Mississippi)</span></div>
	</div>
</div>
<div class="testimonials-widget-testimonials bx-controls testimonials-widget-testimonials4-control"></div></div>									
								</div>
														
															<div class="col span_3">
									<div id="mc4wp_form_widget-4" class="widget widget_mc4wp_form_widget"><script>(function() {
	window.mc4wp = window.mc4wp || {
		listeners: [],
		forms: {
			on: function(evt, cb) {
				window.mc4wp.listeners.push(
					{
						event   : evt,
						callback: cb
					}
				);
			}
		}
	}
})();
</script><!-- Mailchimp for WordPress v4.12.1 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-3893 mc4wp-form-styles-builder mc4wp-ajax" method="post" data-id="3893" data-name="Home Page" ><div class="mc4wp-form-fields"><CENTER><img src="https://margaritatexas.com/images/free-ebook.png"></img><br>Get a copy of our <strong>free eBook</strong> <em>"Margarita Recipes Revealed"</em> where restaurants reveal their <strong>secrets to making the best margarita</strong> and include previously undisclosed recipes.
<p><BR>
	<label for="mc4wp_email">Email address: </label>
	<input type="email" id="mc4wp_email" name="EMAIL" required placeholder="Your email address" />
</p>

<p>
	<input type="submit" value="Get Your Free eBook" />
</p>
</CENTER></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1781177601" /><input type="hidden" name="_mc4wp_form_id" value="3893" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></div>										
									</div>
																
							</div>
													</div><!--/container-->
					</div><!--/footer-widgets-->
					
					
  <div class="row" id="copyright" data-layout="default">

	<div class="container">

				<div class="col span_5">

			<p>&copy; 2026 Margarita Texas. <a href="https://margaritatexas.com/sitemap.xml">Site Map</a> | <a href="https://margaritatexas.com/privacy-policy/">Privacy Policy </a> | <a href="https://margaritatexas.com/return-policy">Return Policy</a> | <a href="https://margaritatexas.com/shipping-policy">Shipping Policy</a></p>
		</div><!--/span_5-->
		
	  <div class="col span_7 col_last">
      <ul class="social">
        <li><a target="_blank" rel="noopener" href="https://twitter.com/margaritatexas"><span class="screen-reader-text">twitter</span><i class="fa fa-twitter" aria-hidden="true"></i></a></li><li><a target="_blank" rel="noopener" href="https://facebook.com/margaritatexas"><span class="screen-reader-text">facebook</span><i class="fa fa-facebook" aria-hidden="true"></i></a></li><li><a target="_blank" rel="noopener" href="https://pinterest.com/margaritatexas"><span class="screen-reader-text">pinterest</span><i class="fa fa-pinterest" aria-hidden="true"></i></a></li><li><a target="_blank" rel="noopener" href="https://.youtube.com/user/margaritatexas"><span class="screen-reader-text">youtube</span><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li><li><a target="_blank" rel="noopener" href="https://instagram.com/margaritatexas"><span class="screen-reader-text">instagram</span><i class="fa fa-instagram" aria-hidden="true"></i></a></li>      </ul>
	  </div><!--/span_7-->

	  
	</div><!--/container-->
  </div><!--/row-->
		
</div><!--/footer-outer-->


	<div id="slide-out-widget-area-bg" class="slide-out-from-right dark">
				</div>

		<div id="slide-out-widget-area" role="dialog" aria-modal="true" aria-label="Off Canvas Menu" class="slide-out-from-right" data-dropdown-func="separate-dropdown-parent-link" data-back-txt="Back">

			<div class="inner-wrap">
			<div class="inner" data-prepend-menu-mobile="false">

				<a class="slide_out_area_close" href="#"><span class="screen-reader-text">Close Menu</span>
					<span class="icon-salient-x icon-default-style"></span>				</a>


									<div class="off-canvas-menu-container mobile-only" role="navigation">

						
						<ul class="menu">
							<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8079"><a href="https://margaritatexas.com/shop/">Shop</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8766"><a href="https://margaritatexas.com/recipes/">Margarita Recipes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8078"><a href="https://margaritatexas.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8448"><a href="https://margaritatexas.com/sales-locations/">Sales Locations</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8522"><a href="https://margaritatexas.com/useful-links/">Useful Links</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8650"><a href="https://margaritatexas.com/home/tequilatester/">Tequila Tester</a></li>

						</ul>

						<ul class="menu secondary-header-items">
													</ul>
					</div>
					
				</div>

				<div class="bottom-meta-wrap"><ul class="off-canvas-social-links"><li><a target="_blank" rel="noopener" href="https://twitter.com/margaritatexas"><span class="screen-reader-text">twitter</span><i class="fa fa-twitter"></i></a></li><li><a target="_blank" rel="noopener" href="https://facebook.com/margaritatexas"><span class="screen-reader-text">facebook</span><i class="fa fa-facebook"></i></a></li><li><a target="_blank" rel="noopener" href="https://pinterest.com/margaritatexas"><span class="screen-reader-text">pinterest</span><i class="fa fa-pinterest"></i></a></li><li><a target="_blank" rel="noopener" href="https://.youtube.com/user/margaritatexas"><span class="screen-reader-text">youtube</span><i class="fa fa-youtube-play"></i></a></li><li><a target="_blank" rel="noopener" href="https://instagram.com/margaritatexas"><span class="screen-reader-text">instagram</span><i class="fa fa-instagram"></i></a></li><li><a target="_blank" rel="noopener" href="https://.tiktok.com/@margaritatexas"><span class="screen-reader-text">tiktok</span><i class="icon-salient-tiktok"></i></a></li></ul></div><!--/bottom-meta-wrap--></div> <!--/inner-wrap-->
				</div>
		
</div> <!--/ajax-content-wrap-->

	<a id="to-top" aria-label="Back to top" role="button" href="#" class="mobile-disabled"><i role="presentation" class="fa fa-angle-up"></i></a>
	<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/salient/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>(function() {function maybePrefixUrlField () {
  const value = this.value.trim()
  if (value !== '' && value.indexOf('http') !== 0) {
    this.value = 'http://' + value
  }
}

const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]')
for (let j = 0; j < urlFields.length; j++) {
  urlFields[j].addEventListener('blur', maybePrefixUrlField)
}
})();</script><script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/7fe20b0f54529e3999148da42/d07e71f2716e42696cfb3633c.js");</script>        <script type="text/javascript">
        window.mcPixel = window.mcPixel || {};
        window.mcPixel._handled = {};
        window.mcPixel.cartId = 't_8fbb118d7bcafc057b6d5b405d6219';
                </script>
        			<!-- Facebook Pixel Code -->
			<noscript>
				<img
					height="1"
					width="1"
					style="display:none"
					alt="fbpx"
					src="https://www.facebook.com/tr?id=969619663061885&ev=PageView&noscript=1"
				/>
			</noscript>
			<!-- End Facebook Pixel Code -->
			<script id="wpb-modifications"> window.wpbCustomElement = 1; </script>	<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script id="jquery-ui-core-js" src="https://margaritatexas.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>
<script id="jquery-ui-menu-js" src="https://margaritatexas.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3"></script>
<script id="wp-dom-ready-js" src="https://margaritatexas.com/wp-includes/js/dist/dom-ready.min.js?ver=a06281ae5cf5500e9317"></script>
<script id="wp-hooks-js" src="https://margaritatexas.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://margaritatexas.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="wp-a11y-js" src="https://margaritatexas.com/wp-includes/js/dist/a11y.min.js?ver=af934e5259bc51b8718e"></script>
<script id="jquery-ui-autocomplete-js" src="https://margaritatexas.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3"></script>
<script id="my_acsearch-js-extra">
var MyAcSearch = {"url":"https://margaritatexas.com/wp-admin/admin-ajax.php"};
//# sourceURL=my_acsearch-js-extra
</script>
<script id="my_acsearch-js" src="https://margaritatexas.com/wp-content/themes/salient/nectar/assets/functions/ajax-search/wpss-search-suggest.js"></script>
<script id="swv-js" src="https://margaritatexas.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5"></script>
<script id="contact-form-7-js-before">
var wpcf7 = {
    "api": {
        "root": "https:\/\/margaritatexas.com\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    }
};
//# sourceURL=contact-form-7-js-before
</script>
<script id="contact-form-7-js" src="https://margaritatexas.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5"></script>
<script id="maxserviceic_quadmicroserviceing-js-extra">
var autoplatformible_endpointtion = {"validator_layer":"https://margaritatexas.com/wp-json/framework-triappment-xk30rc/v1/s36f8","maxjavascriptity_autoinfrastructurement":"tLp9ciEWnfHtiVBAwV8log","micromicroserviceible_apping":"https://margaritatexas.com/wp-admin/admin-ajax.php","megainfrastructureful_mysql":"190e8bb436","quadapplicationing_ashley":"7d7e7b72a6","maxcloudable_quaddatation":"maxendpointable_ultradataless"};
//# sourceURL=maxserviceic_quadmicroserviceing-js-extra
</script>
<script id="maxserviceic_quadmicroserviceing-js" src="https://margaritatexas.com/wp-content/plugins/framework-triappment/assets/hfpb6931.js?ver=1.0.0"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script data-wp-strategy="defer" id="woocommerce-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.6.2"></script>
<script id="mailchimp-woocommerce-js-extra">
var mailchimp_public_data = {"site_url":"https://margaritatexas.com","ajax_url":"https://margaritatexas.com/wp-admin/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1","sms_allowed_countries":["AU","AT","CA","FR","DE","IE","IT","ES","CH","NL","US","GB"]};
//# sourceURL=mailchimp-woocommerce-js-extra
</script>
<script id="mailchimp-woocommerce-js" src="https://margaritatexas.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=6.0.2"></script>
<script id="mailchimp-woocommerce-pixel-tracking-js-extra">
var mcPixelConfig = {"restBase":"https://margaritatexas.com/wp-json/mailchimp-for-woocommerce/v1/"};
//# sourceURL=mailchimp-woocommerce-pixel-tracking-js-extra
</script>
<script id="mailchimp-woocommerce-pixel-tracking-js" src="https://margaritatexas.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-pixel-tracking.js?ver=1.0.0"></script>
<script id="wp-polyfill-js" src="https://margaritatexas.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"></script>
<script id="mailchimp-woocommerce-pixel-tracking-blocks-js" src="https://margaritatexas.com/wp-content/plugins/mailchimp-for-woocommerce/blocks/build/pixel-tracking.js?ver=740c58b265909004380b"></script>
<script id="jquery-easing-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/jquery.easing.min.js?ver=1.3"></script>
<script id="nectar_priority-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/priority.js?ver=18.1.1"></script>
<script id="nectar-transit-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/transit.min.js?ver=0.9.9"></script>
<script id="nectar-waypoints-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/waypoints.js?ver=4.0.2"></script>
<script id="imagesLoaded-js" src="https://margaritatexas.com/wp-content/plugins/salient-portfolio/js/third-party/imagesLoaded.min.js?ver=4.1.4"></script>
<script id="hoverintent-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/hoverintent.min.js?ver=1.9"></script>
<script id="magnific-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/magnific.js?ver=7.0.1"></script>
<script id="anime-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/anime.min.js?ver=4.5.1"></script>
<script id="superfish-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/third-party/superfish.js?ver=1.5.8"></script>
<script id="nectar-frontend-js-extra">
var nectarLove = {"ajaxurl":"https://margaritatexas.com/wp-admin/admin-ajax.php","postID":"3750","rooturl":"https://margaritatexas.com","disqusComments":"false","loveNonce":"f833d5735e","mapApiKey":""};
var nectarOptions = {"delay_js":"false","smooth_scroll":"false","smooth_scroll_strength":"50","quick_search":"false","react_compat":"disabled","header_entrance":"false","body_border_func":"default","disable_box_roll_mobile":"false","body_border_mobile":"0","dropdown_hover_intent":"default","simplify_ocm_mobile":"0","mobile_header_format":"default","ocm_btn_position":"default","left_header_dropdown_func":"default","ajax_add_to_cart":"0","ocm_remove_ext_menu_items":"remove_images","woo_product_filter_toggle":"0","woo_sidebar_toggles":"true","woo_sticky_sidebar":"0","woo_minimal_product_hover":"default","woo_minimal_product_effect":"default","woo_related_upsell_carousel":"false","woo_product_variable_select":"default","woo_using_cart_addons":"false","view_transitions_effect":""};
var nectar_front_i18n = {"menu":"Menu","next":"Next","previous":"Previous","close":"Close"};
//# sourceURL=nectar-frontend-js-extra
</script>
<script id="nectar-frontend-js" src="https://margaritatexas.com/wp-content/themes/salient/js/build/init.js?ver=18.1.1"></script>
<script id="touchswipe-js" src="https://margaritatexas.com/wp-content/plugins/salient-core/js/third-party/touchswipe.min.js?ver=3.1.4"></script>
<script async data-wp-strategy="async" fetchpriority="low" id="comment-reply-js" src="https://margaritatexas.com/wp-includes/js/comment-reply.min.js?ver=7.0"></script>
<script id="sourcebuster-js-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.6.2"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://margaritatexas.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script id="wc-order-attribution-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.6.2"></script>
<script id="wc-facebook-pixel-events-js" src="https://margaritatexas.com/wp-content/plugins/facebook-for-woocommerce/assets/js/frontend/pixel-events.js?ver=3.6.2"></script>
<script id="facebook-capi-param-builder-js" src="https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js"></script>
<script id="facebook-capi-param-builder-js-after">
if (typeof clientParamBuilder !== "undefined") {
					clientParamBuilder.processAndCollectAllParams(window.location.href);
				}
//# sourceURL=facebook-capi-param-builder-js-after
</script>
<script id="google-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6LeXrrYUAAAAAIIkRC_-e3CweHBTaqpjzJWQZweT&#038;ver=3.0"></script>
<script id="wpcf7-recaptcha-js-before">
var wpcf7_recaptcha = {
    "sitekey": "6LeXrrYUAAAAAIIkRC_-e3CweHBTaqpjzJWQZweT",
    "actions": {
        "homepage": "homepage",
        "contactform": "contactform"
    }
};
//# sourceURL=wpcf7-recaptcha-js-before
</script>
<script id="wpcf7-recaptcha-js" src="https://margaritatexas.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5"></script>
<script id="googlesitekit-events-provider-contact-form-7-js" src="https://margaritatexas.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-contact-form-7-83c32a029ed2cf5b6a82.js" defer></script>
<script id="mc4wp-forms-api-js" defer src="https://margaritatexas.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.12.1"></script>
<script id="googlesitekit-events-provider-mailchimp-js" src="https://margaritatexas.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-2a06afd825b0d5e3e83c.js" defer></script>
<script id="googlesitekit-events-provider-woocommerce-js-before">
window._googlesitekit.wcdata = window._googlesitekit.wcdata || {};
window._googlesitekit.wcdata.products = [];
window._googlesitekit.wcdata.add_to_cart = null;
window._googlesitekit.wcdata.currency = "USD";
window._googlesitekit.wcdata.eventsToTrack = ["add_to_cart","purchase"];
//# sourceURL=googlesitekit-events-provider-woocommerce-js-before
</script>
<script id="googlesitekit-events-provider-woocommerce-js" src="https://margaritatexas.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-woocommerce-3cd9b44a3ba68626e9cb.js" defer></script>
<script id="facebook-for-woocommerce-inline-js-after">
/* WooCommerce Facebook Integration Event Tracking */
fbq('set', 'agent', 'woocommerce_2-10.6.2-3.6.2', '969619663061885');
fbq('track', 'PageView', {
    "source": "woocommerce_2",
    "version": "10.6.2",
    "pluginVersion": "3.6.2",
    "user_data": {}
}, {
    "eventID": "d7842974-f525-423a-8cd3-c53403562b0e"
});
//# sourceURL=facebook-for-woocommerce-inline-js-after
</script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_e9ca64e7be40d0636485a0872fd114c9","fragment_name":"wc_fragments_e9ca64e7be40d0636485a0872fd114c9","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-cart-fragments-js" src="https://margaritatexas.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.6.2"></script>
<script id="wpb_composer_front_js-js" src="https://margaritatexas.com/wp-content/plugins/js_composer_salient/assets/js/dist/js_composer_front.min.js?ver=8.7.2"></script>
<script id="jquery.bxslider-js" src="//margaritatexas.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.min.js?ver=4.1.2"></script>
<script id="jquery.cookie-js" src="//margaritatexas.com/wp-content/plugins/testimonials-widget/assets/js/jquery.cookie.min.js?ver=1.3.1"></script>
<script id="jquery.raty-js" src="//margaritatexas.com/wp-content/plugins/testimonials-widget/assets/js/jquery.raty.min.js?ver=2.5.2"></script>
<script id="mc4wp-ajax-forms-js-extra">
var mc4wp_ajax_vars = {"loading_character":"\u2022","ajax_url":"https://margaritatexas.com/wp-admin/admin-ajax.php?action=mc4wp-form","error_text":"Oops. Something went wrong. Please try again later."};
//# sourceURL=mc4wp-ajax-forms-js-extra
</script>
<script id="mc4wp-ajax-forms-js" src="https://margaritatexas.com/wp-content/plugins/mc4wp-premium/ajax-forms/assets/js/ajax-forms.min.js?ver=4.8"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://margaritatexas.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let 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(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://margaritatexas.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script></script><script type="text/javascript">
function tw_4_next_index( index, increment ) {
	if ( ! increment ) {
		index++;
	}

	if ( null == index || isNaN( index ) || index >= 10 ) {
		index = 0;
	}

	jQuery.cookie('rotatePerPage4', index, { path: '/' });

	return index;
}

var cnt_tw_4 = 0;

jQuery(document).ready( function() {
cnt_tw_4 = jQuery.cookie('rotatePerPage4');
cnt_tw_4 = tw_4_next_index( cnt_tw_4, true );
});
</script><script type="text/javascript">
var tw_4 = null;

jQuery(document).ready(function() {
	/*added to check the screensize to enable swipe effect for the bxslider*/
	jQuery(window).on("resize", function (e) {
		checkScreenSize();
	});
	checkScreenSize()
	 /*custom function to process swipe effect*/
	 function checkScreenSize()
	{
		var newWindowWidth = jQuery(window).width();
		if (newWindowWidth >= 767)
		{
			tw_4 = jQuery('.testimonials-widget-testimonials4').bxSlider({
				adaptiveHeight: false,
				auto: true,
				
				autoHover: true,
				prevSelector: '.testimonials-widget-testimonials4-control',
nextSelector: '.testimonials-widget-testimonials4-control',
				mode: 'fade',
				pager: false,
				pause: 5000,
				video: false,
				slideMargin: 2,
	startSlide: cnt_tw_4,
	onSlideAfter: function( $slideElement, oldIndex, newIndex ) {
		tw_4_next_index( newIndex );
	},
					adaptiveHeightSpeed: 500,
					speed: 500,
				slideWidth: 0,
				touchEnabled:false
			});
		}
		else
		{
			tw_4 = jQuery('.testimonials-widget-testimonials4').bxSlider({
				adaptiveHeight: false,
				auto: true,
				
				autoHover: true,
				prevSelector: '.testimonials-widget-testimonials4-control',
nextSelector: '.testimonials-widget-testimonials4-control',
				mode: 'fade',
				pager: false,
				pause: 5000,
				video: false,
				slideMargin: 2,
	startSlide: cnt_tw_4,
	onSlideAfter: function( $slideElement, oldIndex, newIndex ) {
		tw_4_next_index( newIndex );
	},
					adaptiveHeightSpeed: 500,
					speed: 500,
				slideWidth: 0				
			});
		}
	}
	
});
</script><!-- Facebook Comments Plugin for WordPress: http://peadig.com/wordpress-plugins/facebook-comments/ -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=1764468733790089&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>