<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://elekfantz.com/xmlrpc.php">
	<link rel="alternate" hreflang="en" href="https://elekfantz.com" />
<link rel="alternate" hreflang="pt-br" href="https://elekfantz.com/?lang=pt-br" />

	<!-- This site is optimized with the Yoast SEO plugin v14.0.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>ELEKFANTZ | Official Site</title>
	<meta name="description" content="Elekfantz official website with music, videos, news, tour dates, media and booking contacts of the Brazilian electronic music power duo." />
	<meta name="robots" content="index, follow" />
	<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
	<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
	<link rel="canonical" href="https://elekfantz.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="ELEKFANTZ | Official Site" />
	<meta property="og:description" content="Elekfantz official website with music, videos, news, tour dates, media and booking contacts of the Brazilian electronic music power duo." />
	<meta property="og:url" content="https://elekfantz.com/" />
	<meta property="og:site_name" content="Elekfantz" />
	<meta property="article:publisher" content="https://www.facebook.com/elekfantz" />
	<meta property="article:modified_time" content="2020-05-05T13:20:46+00:00" />
	<meta property="og:image" content="https://elekfantz.com/wp-content/uploads/2019/11/cover-facebook-open-graph-elekfantz-square-elements-part-2.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="1200" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:creator" content="@elekfantz" />
	<meta name="twitter:site" content="@elekfantz" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://elekfantz.com/#website","url":"https://elekfantz.com/","name":"Elekfantz","description":"Elekfantz official website with music, videos, news and shows of the Brazilian electronic music power duo.","potentialAction":[{"@type":"SearchAction","target":"https://elekfantz.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://elekfantz.com/#webpage","url":"https://elekfantz.com/","name":"ELEKFANTZ | Official Site","isPartOf":{"@id":"https://elekfantz.com/#website"},"datePublished":"2020-02-10T19:48:14+00:00","dateModified":"2020-05-05T13:20:46+00:00","description":"Elekfantz official website with music, videos, news, tour dates, media and booking contacts of the Brazilian electronic music power duo.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://elekfantz.com/"]}]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//use.typekit.net' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Elekfantz &raquo; Feed" href="https://elekfantz.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Elekfantz &raquo; Comments Feed" href="https://elekfantz.com/comments/feed/" />
<!-- This site uses the Google Analytics by MonsterInsights plugin v7.10.4 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script type="text/javascript" data-cfasync="false">
	var mi_version         = '7.10.4';
	var mi_track_user      = true;
	var mi_no_track_reason = '';
	
	var disableStr = 'ga-disable-UA-44209594-1';

	/* Function to detect opted out users */
	function __gaTrackerIsOptedOut() {
		return document.cookie.indexOf(disableStr + '=true') > -1;
	}

	/* Disable tracking if the opt-out cookie exists. */
	if ( __gaTrackerIsOptedOut() ) {
		window[disableStr] = true;
	}

	/* Opt-out function */
	function __gaTrackerOptout() {
	  document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
	  window[disableStr] = true;
	}
	
	if ( mi_track_user ) {
		(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','//www.google-analytics.com/analytics.js','__gaTracker');

		__gaTracker('create', 'UA-44209594-1', 'auto');
		__gaTracker('set', 'forceSSL', true);
		__gaTracker('require', 'displayfeatures');
		__gaTracker('send','pageview');
	} else {
		console.log( "" );
		(function() {
			/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
			var noopfn = function() {
				return null;
			};
			var noopnullfn = function() {
				return null;
			};
			var Tracker = function() {
				return null;
			};
			var p = Tracker.prototype;
			p.get = noopfn;
			p.set = noopfn;
			p.send = noopfn;
			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' ) {
					console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason );
					return;
				}
				try {
					f.hitCallback();
				} catch (ex) {

				}
			};
			__gaTracker.create = function() {
				return new Tracker();
			};
			__gaTracker.getByName = noopnullfn;
			__gaTracker.getAll = function() {
				return [];
			};
			__gaTracker.remove = noopfn;
			window['__gaTracker'] = __gaTracker;
					})();
		}
</script>
<!-- / Google Analytics by MonsterInsights -->
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/elekfantz.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.1"}};
			/*! This file is auto-generated */
			!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://elekfantz.com/wp-includes/css/dist/block-library/style.min.css?ver=5.4.1' media='all' />
<link rel='stylesheet' id='wpml-tm-admin-bar-css'  href='https://elekfantz.com/wp-content/plugins/wpml-translation-management/res/css/admin-bar-style.css?ver=2.9.6' media='all' />
<link rel='stylesheet' id='thb-fa-css'  href='https://elekfantz.com/wp-content/themes/revolution/assets/css/font-awesome.min.css?ver=2.0.1.2' media='all' />
<link rel='stylesheet' id='thb-app-css'  href='https://elekfantz.com/wp-content/themes/revolution/assets/css/app.css?ver=2.0.1.2' media='all' />
<style id='thb-app-inline-css' type='text/css'>
h1, .h1, .thb-countdown .thb-countdown-ul li .timestamp, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}body {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}.thb-full-menu {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}.thb-mobile-menu,.thb-secondary-menu {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}em {}label {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}input[type="submit"],submit,.button,.btn,.btn-block,.btn-text,.vc_btn3 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}p,.post-detail .post-content {}.thb-full-menu>li>a,.thb-header-menu>li>a {}.subfooter .thb-full-menu>li>a {}.thb-full-menu li .sub-menu a,.thb-dropdown-style2 .thb-full-menu .sub-menu>li a,.thb-dropdown-style2 .thb-full-menu .sub-menu>li.title-item>a,.thb-dropdown-style3 .thb-full-menu .sub-menu>li a,.thb-dropdown-style3 .thb-full-menu .sub-menu>li.title-item>a,.thb-header-menu li .sub-menu a {}.thb-full-menu>li>a.social {}.widget>h6 {}.footer .widget,.footer .widget p {}.thb-mobile-menu>li>a {font-size:40px;}.thb-mobile-menu .sub-menu a {}.thb-secondary-menu a {}#mobile-menu .menu-footer {}#mobile-menu .socials a {font-size:25px;}.subfooter .socials a {}.products .product.thb-listing-style2 h3,.products .product.thb-listing-style1 h3 {}.thb-product-detail .product-information h1.product_title {}.thb-product-detail .product-information .woocommerce-product-details__short-description,.thb-product-detail .product-information .woocommerce-product-details__short-description p {}@media screen and (min-width:1024px) {h1,.h1 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';font-weight:700;letter-spacing:0.02em !important;}}h1,.h1 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}@media screen and (min-width:1024px) {h2 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}}h2 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}@media screen and (min-width:1024px) {h3 {}}h3 {}@media screen and (min-width:1024px) {h4 {}}h4 {}@media screen and (min-width:1024px) {h5 {}}h5 {}h6 {font-family:'balboa', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';}.header-secondary-text div p:not(.smaller) {}.header-secondary-text div p.smaller {}.logolink .logoimg {max-height:15px;}.logolink .logoimg[src$=".svg"] {max-height:100%;height:15px;}@media only screen and (min-width:40.0625em) {.header {padding-top:40px;padding-bottom:40px;;}}@media only screen and (min-width:40.0625em) {.header.fixed {padding-top:40px;padding-bottom:40px;;}}@media only screen and (max-width:40.0625em) {.header,.header.fixed {padding-top:20px;padding-bottom:20px;;}}.footer {padding-top:120px;padding-bottom:0px;}.subfooter {padding-top:50px;padding-bottom:50px;}a:hover,.thb-full-menu.thb-standard>li.current-menu-item:not(.has-hash)>a,.thb-full-menu>li a:not(.logolink)[data-filter].active,#mobile-menu.dark .thb-mobile-menu>li>a:hover,#mobile-menu.dark .sub-menu a:hover,#mobile-menu.dark .thb-secondary-menu a:hover,.thb-mobile-menu>li.menu-item-has-children>a:hover .thb-arrow div,.thb-secondary-menu a:hover,.authorpage .author-content .square-icon:hover,.authorpage .author-content .square-icon.email:hover,.commentlist .comment .reply a:hover,input[type="submit"].style3,.button.style3,.btn.style3,input[type="submit"].style4,.button.style4,.btn.style4,input[type="submit"].style4:hover,.button.style4:hover,.btn.style4:hover,.more-link,.thb-portfolio-filter.style1 ul li a:hover,.thb-portfolio-filter.style1 ul li a.active,.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__rendered,.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] span,.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted span,.thb-autotype .thb-autotype-entry,.thb-tabs.style3 .vc_tta-panel-heading h4 a:hover,.thb-tabs.style3 .vc_tta-panel-heading h4 a.active,.thb-tabs.style4 .vc_tta-panel-heading h4 a.active,.thb-tabs.style4 .vc_tta-panel-heading h4 a:hover,.thb_location_container.row .thb_location h5,.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories,.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories a,.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal .about_paypal,input[type="submit"].style2, .button.style2, .btn.style2,.thb-header-menu > li.menu-item-has-children:hover > a,.thb-header-menu > li.menu-item-has-children.sfHover > a,.thb-header-menu > li.menu-item-has-children:hover>a span:after,.thb-header-menu > li.menu-item-has-children.sfHover > a span:after,.thb-pricing-table.style2 .pricing-container .thb_pricing_head .thb-price,.post.style8 .style8-meta .style8-link a,.thb-iconbox.top.type5 .iconbox-content .thb-read-more,.thb-testimonials.style7 .testimonial-author cite,.thb-testimonials.style7 .testimonial-author span,.post.style9.active .post-title a,.columns.thb-light-column .post.style9 .post-category a,.thb-page-header .thb-blog-categories li a.active,.has-thb-accent-color,.wp-block-button .wp-block-button__link.has-thb-accent-color,.thb-page-menu.style2 li:hover a,.thb-page-menu.style2 li.current_page_item a {color:#a94a3c;}.thb-full-menu.thb-line-marker>li>a:before,.thb-page-header .thb-blog-categories li a:after,.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true],input[type="submit"],.button,.btn,input[type="submit"].black:hover,input[type="submit"].wc-forward.checkout:hover,.button.black:hover,.button.wc-forward.checkout:hover,.btn.black:not(.style4):hover,.btn.wc-forward.checkout:hover,input[type="submit"].style2:hover,.button.style2:hover,.btn.style2:hover,input[type="submit"].style3:before,.button.style3:before,.btn.style3:before,input[type="submit"].style4:after,.button.style4:after,.btn.style4:after,.btn-text.style3 .circle-btn,[class^="tag-cloud-link"]:hover,.thb-portfolio-filter.style1 ul li a:before,.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__arrow:after,.thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__arrow:before,.thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option span:before,.boxed-icon.email:hover,.thb-progressbar .thb-progress span,#scroll_to_top:hover .thb-animated-arrow.circular,.thb-tabs.style1 .vc_tta-panel-heading h4 a:before,.thb-tabs.style4 .vc_tta-panel-heading h4 a:before,.thb-client-row.thb-opacity.with-accent .thb-client:hover,.badge.onsale,.demo_store,.products .product .product_after_title .button:hover:after,.woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-MyAccount-navigation ul li.is-active a,.footer_bar .socials .social.email:hover,.thb-header-menu > li.menu-item-has-children > a span:before,.thb-page-menu.style1 li:hover a, .thb-page-menu.style1 li.current_page_item a,.thb-client-row .style4 .accent-color,.preloader-style3-container:before,.preloader-style3-container:after,.has-thb-accent-background-color,.wp-block-button .wp-block-button__link.has-thb-accent-background-color,.thb-portfolio-slider.thb-portfolio-slider-style7 .portfolio-style7-dots-wrapper .thb-portfolio-slider-style7-bullets:before {background-color:#a94a3c;}input[type="submit"]:hover,.button:hover,.btn:hover {background-color:#9d4538;}.share_container .product_copy form,input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus,.select2.select2-container--default.select2-container--open .select2-selection--single,.select2-container .select2-dropdown,.select2-container .select2-dropdown.select2-drop-active,input[type="submit"].style2,.button.style2,.btn.style2,input[type="submit"].style3,.button.style3,.btn.style3,input[type="submit"].style4,.button.style4,.btn.style4,[class^="tag-cloud-link"]:hover,.boxed-icon.email:hover,.wpb_text_column a:not(.btn):not(.button):after,.thb-client-row.has-border.thb-opacity.with-accent .thb-client:hover,.thb-pricing-table.style1 .thb-pricing-column.highlight-true .pricing-container,.woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-MyAccount-navigation ul li.is-active a,.footer_bar .socials .social.email:hover,.thb-iconbox.top.type5,.thb-page-menu.style1 li:hover a, .thb-page-menu.style1 li.current_page_item a,.post.style9 .style9-title .style9-arrow:hover,.post.style9.active .style9-arrow {border-color:#a94a3c;}.select2-container .select2-dropdown.select2-drop-active.select2-drop-above,.woocommerce-MyAccount-navigation ul li:hover+li a,.woocommerce-MyAccount-navigation ul li.is-active+li a,.thb-page-menu.style1 li:hover+li a, .thb-page-menu.style1 li.current_page_item+li a,.thb-dropdown-style3 .thb-full-menu .sub-menu {border-top-color:#a94a3c;}.thb-dropdown-style3 .thb-full-menu .sub-menu:after {border-bottom-color:#a94a3c;}.commentlist .comment .reply a:hover svg path,.btn-text.style4 .arrow svg:first-child,.thb-iconbox.top.type5 .iconbox-content .thb-read-more svg,.thb-iconbox.top.type5 .iconbox-content .thb-read-more svg .bar,.post.style9.active .style9-arrow svg {fill:#a94a3c;}.thb-tabs.style2 .vc_tta-panel-heading h4 a.active {-moz-box-shadow:inset 0 -3px 0 #a94a3c,0 1px 0 #a94a3c;-webkit-box-shadow:inset 0 -3px 0 #a94a3c,0 1px 0 #a94a3c;box-shadow:inset 0 -3px 0 #a94a3c,0 1px 0 #a94a3c;}.thb-fancy-box.fancy-style5:hover .thb-fancy-content {-moz-box-shadow:inset 0 -3px 0 #a94a3c;-webkit-box-shadow:inset 0 -3px 0 #a94a3c;box-shadow:inset 0 -3px 0 #a94a3c;}body {color:#f7f7f7;}.footer p,.footer.dark p {color:#f7f7f7;}.subfooter p,.subfooter.dark p {opacity:1;color:#f7f7f7;}.thb-page-preloader .material-spinner .material-path {animation:material-dash 1.4s ease-in-out infinite;stroke:#f7f7f7;}.preloader-style3-container:before,.preloader-style3-container:after {background:#f7f7f7;}.preloader-style2-container .thb-dot.dot-1,.preloader-style2-container .thb-dot.dot-3,.preloader-style2-container .thb-dot.dot-2 {background:#f7f7f7;}.post-content p a { color:#f7f7f7 !important; }.wpb_text_column p a { color:#f7f7f7 !important; }.wpb_text_column ul a { color:#f7f7f7 !important; }.wpb_text_column ol a { color:#f7f7f7 !important; }.widget p a { color:#f7f7f7 !important; }.footer .widget a { color:#c1c1c1 !important; }.footer .widget a:hover { color:#ffffff !important; }.footer.dark .widget a { color:#c1c1c1 !important; }.footer.dark .widget a:hover { color:#ffffff !important; }.subfooter a { color:#c1c1c1 !important; }.subfooter a:hover { color:#ffffff !important; }.page-id-254 #wrapper div[role="main"],.postid-254 #wrapper div[role="main"] {background-color:#0f0f0f !important;background-repeat:repeat !important;}#mobile-menu {background-color: !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/black-noise.gif) !important;}.subheader {background-color:rgba(0,0,0,0) !important;}.header:not(.fixed) {background-color:rgba(0,0,0,0) !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/header_gradient.png) !important;background-repeat:repeat-x !important;background-position:center top !important;background-size:contain !important;}.header.fixed {background-color:rgba(0,0,0,0) !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/header_gradient.png) !important;background-repeat:repeat-x !important;background-size:contain !important;}.header.style1 .header_overlay_menu {background-color:rgba(0,0,0,0) !important;}.footer {background-color: !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/black-noise.gif) !important;background-repeat:repeat !important;}.subfooter {background-color: !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/black-noise.gif) !important;background-repeat:repeat !important;}.thb-page-preloader {background-color: !important;background-image:url(https://elekfantz.com/wp-content/uploads/2019/11/black-noise.gif) !important;}
</style>
<link rel='stylesheet' id='thb-style-css'  href='https://elekfantz.com/wp-content/themes/revolution-child/style.css?ver=2.0.1.2' media='all' />
<link rel='stylesheet' id='js_composer_front-css'  href='https://elekfantz.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.2.0' media='all' />
<script type='text/javascript'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/elekfantz.com","hash_tracking":"false"};
/* ]]> */
</script>
<script src='https://elekfantz.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.10.4'></script>
<script src='https://elekfantz.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script src='https://elekfantz.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script src='https://elekfantz.com/wp-content/plugins/contests-from-rewards-fuel/public/js/contests-from-rewards-fuel-public.js?ver=2.0.42'></script>
<script src='https://use.typekit.net/vpd0puv.js?ver=2.0.1.2'></script>
<script type='text/javascript'>
try{Typekit.load({ async: true });}catch(e){}
</script>
<link rel='https://api.w.org/' href='https://elekfantz.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://elekfantz.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://elekfantz.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.4.1" />
<link rel='shortlink' href='https://elekfantz.com/' />
<link rel="alternate" type="application/json+oembed" href="https://elekfantz.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Felekfantz.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://elekfantz.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Felekfantz.com%2F&#038;format=xml" />
<meta name="generator" content="WPML ver:4.3.12 stt:1,42;" />

            <!-- Google Analytics Tag -->
            <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://www.google-analytics.com/analytics.js','ga');

              ga('create', 'UA-44209594-1', 'auto');
              ga('send', 'pageview');

            </script>
            <!-- Google Analytics Tag -->
            
                <!-- Google Tag Manager -->
                <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
                })(window,document,'script','dataLayer','GTM-PRRHTD7');</script>
                <!-- End Google Tag Manager -->
                	<meta name="theme-color" content="#30302e">
		
<!-- Facebook Pixel Code -->
<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>
<!-- End Facebook Pixel Code -->
<script type='text/javascript'>
  fbq('init', '2097411483874499', {}, {
    "agent": "wordpress-5.4.1-2.0.2"
});
</script><script type='text/javascript'>
  fbq('track', 'PageView', []);
</script>
<!-- Facebook Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=2097411483874499&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<style type="text/css">
body.custom-background #wrapper div[role="main"] { background-color: #161616; }
</style>
	<link rel="icon" href="https://elekfantz.com/wp-content/uploads/2020/04/cropped-Elekfantz-FAVICON-32x32.png" sizes="32x32" />
<link rel="icon" href="https://elekfantz.com/wp-content/uploads/2020/04/cropped-Elekfantz-FAVICON-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://elekfantz.com/wp-content/uploads/2020/04/cropped-Elekfantz-FAVICON-180x180.png" />
<meta name="msapplication-TileImage" content="https://elekfantz.com/wp-content/uploads/2020/04/cropped-Elekfantz-FAVICON-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			.row.thb_video_bg .thb_video_overlay { background-image: url(https://elekfantz.com/images/black-noise.gif); opacity: 0.5; background-color: transparent !important; }
.thb-portfolio .type-portfolio.style4 .thb-portfolio-image .thb-portfolio-hover {	background-image: url(https://elekfantz.com/images/black-noise.gif); opacity: 0.4; background-color: transparent !important; }
.thb-portfolio .type-portfolio.style5 .thb-portfolio-image .thb-portfolio-hover {	background-image: url(https://elekfantz.com/images/black-noise.gif); opacity: 0.4; background-color: transparent !important; }
.featured-portfolio { color: #f7f7f7; font-weight: 600; right: -5px; }
.featured-portfolio { text-indent: -9999px; line-height:0; } .featured-portfolio:after { text-indent:0; content:'HIGHLIGHTS'; display:block; line-height: initial; }
.row { margin-left: 8%; margin-right: 8%; }
.share_container .product_copy form, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, .select2.select2-container--default.select2-container--open .select2-selection--single, .select2-container .select2-dropdown, .select2-container .select2-dropdown.select2-drop-active, input[type="submit"].style2, .button.style2, .btn.style2, input[type="submit"].style3, .button.style3, .btn.style3, input[type="submit"].style4, .button.style4, .btn.style4, [class^="tag-cloud-link"]:hover, .boxed-icon.email:hover, .wpb_text_column a:not(.btn):not(.button):after, .thb-client-row.has-border.thb-opacity.with-accent .thb-client:hover, .thb-pricing-table.style1 .thb-pricing-column.highlight-true .pricing-container, .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a, .footer_bar .socials .social.email:hover, .thb-iconbox.top.type5, .thb-page-menu.style1 li:hover a, .thb-page-menu.style1 li.current_page_item a, .post.style9 .style9-title .style9-arrow:hover, .post.style9.active .style9-arrow { border-color: #fff; }
a:hover, .thb-full-menu.thb-standard>li.current-menu-item:not(.has-hash)>a, .thb-full-menu>li a:not(.logolink)[data-filter].active, #mobile-menu.dark .thb-mobile-menu>li>a:hover, #mobile-menu.dark .sub-menu a:hover, #mobile-menu.dark .thb-secondary-menu a:hover, .thb-mobile-menu>li.menu-item-has-children>a:hover .thb-arrow div, .thb-secondary-menu a:hover, .authorpage .author-content .square-icon:hover, .authorpage .author-content .square-icon.email:hover, .commentlist .comment .reply a:hover, input[type="submit"].style3, .button.style3, .btn.style3, input[type="submit"].style4, .button.style4, .btn.style4, input[type="submit"].style4:hover, .button.style4:hover, .btn.style4:hover, .more-link, .thb-portfolio-filter.style1 ul li a:hover, .thb-portfolio-filter.style1 ul li a.active, .thb-portfolio-filter.style2 .select2.select2-container--default .select2-selection--single .select2-selection__rendered, .thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] span, .thb-portfolio-filter.style2 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted span, .thb-autotype .thb-autotype-entry, .thb-tabs.style3 .vc_tta-panel-heading h4 a:hover, .thb-tabs.style3 .vc_tta-panel-heading h4 a.active, .thb-tabs.style4 .vc_tta-panel-heading h4 a.active, .thb-tabs.style4 .vc_tta-panel-heading h4 a:hover, .thb_location_container.row .thb_location h5, .thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories, .thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories a, .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal .about_paypal, input[type="submit"].style2, .button.style2, .btn.style2, .thb-header-menu > li.menu-item-has-children:hover > a, .thb-header-menu > li.menu-item-has-children.sfHover > a, .thb-header-menu > li.menu-item-has-children:hover>a span:after, .thb-header-menu > li.menu-item-has-children.sfHover > a span:after, .thb-pricing-table.style2 .pricing-container .thb_pricing_head .thb-price, .post.style8 .style8-meta .style8-link a, .thb-iconbox.top.type5 .iconbox-content .thb-read-more, .thb-testimonials.style7 .testimonial-author cite, .thb-testimonials.style7 .testimonial-author span, .post.style9.active .post-title a, .columns.thb-light-column .post.style9 .post-category a, .thb-page-header .thb-blog-categories li a.active, .has-thb-accent-color, .wp-block-button .wp-block-button__link.has-thb-accent-color, .thb-page-menu.style2 li:hover a, .thb-page-menu.style2 li.current_page_item a { color: #fff; }

.data-vide-bg {
 width: auto !important;
 height: auto !important;
} 

.data-vide-options {
   position: absolute !important;
}		</style>
		<style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1587058471672{padding-top: 40vh !important;padding-bottom: 40vh !important;background: #393c37 url(https://elekfantz.com/wp-content/uploads/2020/04/background-elekfantz-promo-elements-2020.jpg?id=659) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1519118430515{padding-right: 5% !important;padding-left: 5% !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head>
<body class="home page-template-default page page-id-254 custom-background thb-header-style-style6 thb-borders-off thb-dropdown-color-dark thb-dropdown-style1 thb-article-style1 header-full-width-on subheader-full-width-off  right-click-off form-radius-on header-padding-off fixed-header-on footer-effect-on footer-shadow-heavy header-color-light-header wpb-js-composer js-comp-ver-6.2.0 vc_responsive">
              <!-- Google Tag Manager (noscript) -->
              <noscript><iframe src='https://www.googletagmanager.com/ns.html?id=GTM-PRRHTD7'
              height='0' width='0' style='display:none;visibility:hidden'></iframe></noscript>
              <!-- End Google Tag Manager (noscript) -->
            
<!-- Start Wrapper -->
<div id="wrapper" class="thb-page-transition-on">

	<!-- Start Sub-Header -->
		<!-- End Sub-Header -->

	<!-- Start Header -->
<header class="header style6  light-header" data-header-color="light-header" data-fixed-header-color="light-header">
	<div class="row align-middle">
		<div class="small-12 columns">
				<div class="mobile-toggle-holder style3">
				<div class="mobile-toggle">
			<span></span><span></span><span></span>
		</div>
			</div>
					<div class="logo-holder">
		<a href="https://elekfantz.com/" class="logolink" title="Elekfantz">
			<img src="https://elekfantz.com/wp-content/uploads/2019/11/elek-logo-dark.png" class="logoimg logo-dark" alt="Elekfantz"/>
							<img src="https://elekfantz.com/wp-content/uploads/2019/11/elek-logo-light.png" class="logoimg logo-light" alt="Elekfantz"/>
					</a>
	</div>
				<div>
					<div class="secondary-area">
				<ul class="thb-full-menu thb-language-switcher thb-standard">
			<li class="menu-item-has-children">
				<a href="#">
				en					</a>
				<ul class="sub-menu">
				<li><a href="https://elekfantz.com/?lang=pt-br" title="Português">Português</a></li>				</ul>
			</li>
		</ul>
				</div>
				</div>
		</div>
	</div>
</header>
<!-- End Header -->

	<div role="main">
		<div class="header-spacer"></div>
					<div class=" post-254 page type-page status-publish hentry">
				<div data-vide-bg="mp4: https://elekfantz.com/videos/elekfantz-background-promo-video-608px-CBR-otimizado3-curto.mp4" data-vide-options="posterType: none, loop: true, muted: true, position: 50% 50%, resizing: true" class="row wpb_row row-fluid no-row-padding full-width-row no-column-padding vc_custom_1587058471672 row-has-fill row-o-full-height row-o-columns-middle row-o-content-middle row-flex thb_video_bg"><div class="wpb_column columns medium-12 thb-dark-column small-12"><div class="vc_column-inner   "><div class="wpb_wrapper"><div class="row wpb_row vc_inner row-fluid max_width align-center"><div class="text-center wpb_column columns medium-12 large-9 medium-10 thb-light-column small-12"><div class="vc_column-inner   vc_custom_1519118430515"><div class="wpb_wrapper">	<div id="thb-autotype-5ebc259c3342b" class="thb-autotype ">
		
<h1>LIVE IN <span class="thb-autotype-entry" data-thb-cursor="" data-thb-loop="1" data-strings="[&quot;AMSTERDAM&quot;,&quot;BARCELONA&quot;,&quot;BALI&quot;,&quot;BATUMI&quot;,&quot;BEIRUT&quot;,&quot;BERLIN&quot;,&quot;BORDEAUX&quot;,&quot;CESME&quot;,&quot;CHICAGO&quot;,&quot;COIMBRA&quot;,&quot;CURITIBA&quot;,&quot;DRESDREN&quot;,&quot;DUBLIN&quot;,&quot;FLORIANOPOLIS&quot;,&quot;GHENT&quot;,&quot;FERROPOLIS&quot;,&quot;HONG KONG&quot;,&quot;INNSBRUCK&quot;,&quot;ISTANBUL&quot;,&quot;JENA&quot;,&quot;KATOWICE&quot;,&quot;KHARKIV&quot;,&quot;KIEV&quot;,&quot;LEIPZIG&quot;,&quot;LIER&quot;,&quot;LONDON&quot;,&quot;MONTPELLIER&quot;,&quot;MONTREAL&quot;,&quot;MOSCOW&quot;,&quot;NEW YORK&quot;,&quot;PARIS&quot;,&quot;PORTO ALEGRE&quot;,&quot;PUNTA DEL ESTE&quot;,&quot;RIGA&quot;,&quot;RIO DE JANEIRO&quot;,&quot;SAN FRANCISCO&quot;,&quot;SANTIAGO&quot;,&quot;S\u00c3O PAULO&quot;,&quot;SCHENZHEN&quot;,&quot;SCHIJNDEL&quot;,&quot;THE HAGUE&quot;,&quot;TORONTO&quot;,&quot;VIENNA&quot;,&quot;WASHINGTON&quot;,&quot;ZURICH&quot;]" data-speed="5"></span></h1>
			</div>

	</div></div></div></div></div></div></div><div class="thb_video_overlay" style="background-color: rgba(10,10,10,0.4);"></div></div>
		</div>
							</div> <!-- End Main -->
	<div class="fixed-footer-container">
		<!-- Start Footer -->
<footer id="footer" class="footer dark footer-full-width-off">
			<div class="row footer-row">
							<div class="small-12 medium-6 large-3 columns">
				<div id="text_icl-3" class="widget cf widget_text_icl"><h6>BOOKINGS</h6>		<div class="textwidget"><p><strong>NORTH AMERICA</strong><br />
<a href="mailto:bowen@paradigmagency.com">Paradigm Agency</a></p>
<p><strong>EUROPE/ASIA/OCEANIA</strong><br />
<a href="mailto:peter@elekfantz.com">Peter Duarte</a></p>
<p><strong>BRAZIL</strong><br />
<a href="mailto:shows@novabookings.com.br">NOVA Bookings</a></p>
</div>
		</div>			</div>
			<div class="small-12 medium-6 large-3 columns">
				<div id="text-4" class="widget cf widget_text"><h6>MEDIA INQUIRIES</h6>			<div class="textwidget"><p><strong>WORLDWIDE</strong><br />
<a href="mailto:media@elekfantz.com">media@elekfantz.com</a><br />
+5548991280082</p>
</div>
		</div>			</div>
			<div class="small-12 medium-6 large-3 columns">
				<div id="nav_menu-3" class="widget cf widget_nav_menu"><h6>INFORMATION</h6><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-373" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-373"><a href="https://www.bandsintown.com/a/5722607-elekfantz?came_from=269&#038;utm_medium=web&#038;utm_source=artist_page">TOUR DATES</a></li>
<li id="menu-item-374" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-374"><a href="https://www.youtube.com/elekfantz">VIDEOS</a></li>
<li id="menu-item-371" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-371"><a href="https://www.instagram.com/elekfantz/">INSTAGRAM</a></li>
<li id="menu-item-372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-372"><a href="https://www.facebook.com/elekfantz">FACEBOOK</a></li>
<li id="menu-item-375" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-375"><a href="https://open.spotify.com/artist/2qPvJviDwokwrQtNzR1Udv?si=Oj4__3yYTxSGXSMjPthA3g">SPOTIFY</a></li>
<li id="menu-item-376" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-376"><a href="mailto:info@elekfantz.com">CONTACT</a></li>
</ul></div></div>			</div>
			<div class="small-12 medium-6 large-3 columns">
				<div id="mc4wp_form_widget-5" class="widget cf widget_mc4wp_form_widget"><h6>SUBSCRIBE</h6><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.7.7 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-382" method="post" data-id="382" data-name="Subscribe" ><div class="mc4wp-form-fields"><p>Sign up to receive exclusive updates from Elekfantz</p>
<div class="fieldset">
<input type="email" name="EMAIL" placeholder="Your email address" class="thb_single_email small" required /><input type="submit" value="OK" class="accent small"/>
</div>
<br></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="1589388700" /><input type="hidden" name="_mc4wp_form_id" value="382" /><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>
</footer>
<!-- End Footer -->
		<!-- Start subfooter -->
<div class="subfooter style1 dark subfooter-full-width-off">
	<div class="row subfooter-row">
		<div class="small-12 medium-6 columns text-center medium-text-left">
			<p>© 2019 ELEKFANTZ</p>		</div>
		<div class="small-12 medium-6 columns text-center medium-text-right">
			<aside class="socials">				<a href="https://www.facebook.com/elekfantz" class="social facebook									 menu-social				" target="_blank"><i class="fa fa-facebook"></i></a>
								<a href="https://www.instagram.com/elekfantz/" class="social instagram									 menu-social				" target="_blank"><i class="fa fa-instagram"></i></a>
								<a href="https://www.youtube.com/elekfantz" class="social youtube-play									 menu-social				" target="_blank"><i class="fa fa-youtube-play"></i></a>
								<a href="https://open.spotify.com/artist/2qPvJviDwokwrQtNzR1Udv?si=Oj4__3yYTxSGXSMjPthA3g" class="social spotify									 menu-social				" target="_blank"><i class="fa fa-spotify"></i></a>
								<a href="https://soundcloud.com/elekfantz" class="social soundcloud									 menu-social				" target="_blank"><i class="fa fa-soundcloud"></i></a>
								<a href="https://twitter.com/elekfantz" class="social twitter									 menu-social				" target="_blank"><i class="fa fa-twitter"></i></a>
								<a href="mailto:info@elekfantz.com" class="social envelope-o									 menu-social				" target="_blank"><i class="fa fa-envelope-o"></i></a>
				</aside>					</div>
	</div>
</div>
<!-- End Subfooter -->
	</div>
	<!-- Start Mobile Menu -->
	<!-- Start Content Click Capture -->
<div class="click-capture"></div>
<!-- End Content Click Capture -->
<!-- Start Mobile Menu -->
<nav id="mobile-menu" class="style2 dark" data-behaviour="thb-submenu">
	<a class="thb-mobile-close"><div><span></span><span></span></div></a>
	<div class="menubg-placeholder"></div>
	<div class="custom_scroll" id="menu-scroll">
			<div class="mobile-menu-top">
						<div class="thb-mobile-language-switcher">
			<a href="https://elekfantz.com" class="active" title="English">en</a><a href="https://elekfantz.com/?lang=pt-br" class="" title="Português">pt-br</a>		</div>
											<ul id="menu-main-menu" class="thb-mobile-menu"><li id="menu-item-627" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-627"><a href="https://elekfantz.com/live/">LIVE AT HOME</a></li>
<li id="menu-item-309" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-309"><a target="_blank" href="https://www.bandsintown.com/a/5722607-elekfantz?came_from=269&#038;utm_medium=web&#038;utm_source=artist_page">TOUR &#038; LIVE DATES</a></li>
<li id="menu-item-311" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-311"><a href="https://www.youtube.com/elekfantz">VIDEOS</a></li>
<li id="menu-item-312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-312"><a target="_blank" href="https://soundcloud.com/elekfantz">MUSIC</a></li>
<li id="menu-item-310" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-310"><a href="mailto:info@elekfantz.com">CONTACT</a></li>
</ul>			</div>
			<div class="mobile-menu-bottom">
												<aside class="socials">				<a href="" class="social facebook									 menu-social				" target="_blank"><i class="fa fa-facebook"></i></a>
								<a href="https://www.instagram.com/elekfantz/" class="social instagram									 menu-social				" target="_blank"><i class="fa fa-instagram"></i></a>
								<a href="https://www.youtube.com/elekfantz" class="social youtube-play									 menu-social				" target="_blank"><i class="fa fa-youtube-play"></i></a>
								<a href="https://open.spotify.com/artist/2qPvJviDwokwrQtNzR1Udv?si=Oj4__3yYTxSGXSMjPthA3g" class="social spotify									 menu-social				" target="_blank"><i class="fa fa-spotify"></i></a>
								<a href="https://soundcloud.com/elekfantz" class="social soundcloud									 menu-social				" target="_blank"><i class="fa fa-soundcloud"></i></a>
								<a href="https://twitter.com/elekfantz" class="social twitter									 menu-social				" target="_blank"><i class="fa fa-twitter"></i></a>
								<a href="mailto:info@elekfantz.com" class="social envelope-o									 menu-social				" target="_blank"><i class="fa fa-envelope-o"></i></a>
				</aside>			</div>
		</div>
</nav>
<!-- End Mobile Menu -->
	<!-- End Mobile Menu -->

	<!-- Start Side Cart -->
		<!-- End Side Cart -->

	<!-- Start Featured Portfolio -->
		<!-- End Featured Portfolio -->

	<!-- Start Shop Filters -->
		<!-- End Shop Filters -->
			<a href="#" title="Scroll To Top" id="scroll_to_top">
			<div class="thb-animated-arrow circular arrow-top"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 width="30px" height="18px" viewBox="0 0 30 18" enable-background="new 0 0 30 18" xml:space="preserve">
<path class="handle" d="M2.511,9.007l7.185-7.221c0.407-0.409,0.407-1.071,0-1.48s-1.068-0.409-1.476,0L0.306,8.259
	c-0.408,0.41-0.408,1.072,0,1.481l7.914,7.952c0.407,0.408,1.068,0.408,1.476,0s0.407-1.07,0-1.479L2.511,9.007z"/>
<path class="bar" fill-rule="evenodd" clip-rule="evenodd" d="M30,9c0,0.553-0.447,1-1,1H1c-0.551,0-1-0.447-1-1c0-0.552,0.449-1,1-1h28.002
	C29.554,8,30,8.448,30,9z"/>
</svg>
</div>
		</a>
		<script>(function() {function maybePrefixUrlField() {
	if (this.value.trim() !== '' && this.value.indexOf('http') !== 0) {
		this.value = "http://" + this.value;
	}
}

var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]');
if (urlFields) {
	for (var j=0; j < urlFields.length; j++) {
		urlFields[j].addEventListener('blur', maybePrefixUrlField);
	}
}
})();</script>
            <!-- Google Remarketing Tag -->
            <script type="text/javascript">
            /* <![CDATA[ */
            var google_conversion_id = 726853597;
            var google_custom_params = window.google_tag_params;
            var google_remarketing_only = true;
            /* ]]> */
            </script>
            <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script>
            <noscript>
              <div style="display:inline;">
                    <img height="1" width="1" style="border-style:none;" alt=""
                    src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/726853597/?value=0&amp;guid=ON&amp;script=0"/>
              </div>
            </noscript>
            <!-- Google Remarketing Tag -->
            <script type="text/html" id="wpb-modifications"></script><script src='https://elekfantz.com/wp-content/themes/revolution/assets/js/vendor.min.js?ver=2.0.1.2'></script>
<script src='https://elekfantz.com/wp-includes/js/underscore.min.js?ver=1.8.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var themeajax = {"url":"https:\/\/elekfantz.com\/wp-admin\/admin-ajax.php","l10n":{"of":"%curr% of %total%","loading":"Loading","lightbox_loading":"Loading...","nomore":"No More Posts","nomore_products":"All Products Loaded","loadmore":"Load More","added":"Added To Cart","copied":"Copied","prev":"Prev","next":"Next","prev_arrow_key":"Previous (Left arrow key)","next_arrow_key":"Next (Right arrow key)","lightbox_close":"Close (Esc)","adding_to_cart":"Adding to Cart"},"svg":{"prev_arrow":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"30px\" height=\"18px\" viewBox=\"0 0 30 18\" enable-background=\"new 0 0 30 18\" xml:space=\"preserve\">\r\n<path class=\"handle\" d=\"M2.511,9.007l7.185-7.221c0.407-0.409,0.407-1.071,0-1.48s-1.068-0.409-1.476,0L0.306,8.259\r\n\tc-0.408,0.41-0.408,1.072,0,1.481l7.914,7.952c0.407,0.408,1.068,0.408,1.476,0s0.407-1.07,0-1.479L2.511,9.007z\"\/>\r\n<path class=\"bar\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30,9c0,0.553-0.447,1-1,1H1c-0.551,0-1-0.447-1-1c0-0.552,0.449-1,1-1h28.002\r\n\tC29.554,8,30,8.448,30,9z\"\/>\r\n<\/svg>\r\n","next_arrow":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"30px\" height=\"18px\" viewBox=\"0 0 30 18\" enable-background=\"new 0 0 30 18\" xml:space=\"preserve\">\r\n<path class=\"handle\" d=\"M20.305,16.212c-0.407,0.409-0.407,1.071,0,1.479s1.068,0.408,1.476,0l7.914-7.952c0.408-0.409,0.408-1.071,0-1.481\r\n\tl-7.914-7.952c-0.407-0.409-1.068-0.409-1.476,0s-0.407,1.071,0,1.48l7.185,7.221L20.305,16.212z\"\/>\r\n<path class=\"bar\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1,8h28.001c0.551,0,1,0.448,1,1c0,0.553-0.449,1-1,1H1c-0.553,0-1-0.447-1-1\r\n\tC0,8.448,0.447,8,1,8z\"\/>\r\n<\/svg>\r\n","added_arrow":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\"><path fill=\"none\" stroke=\"#000\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"m13 33l12 12 24-24\"\/><\/svg>"},"settings":{"current_url":"https:\/\/elekfantz.com\/","fixed_header_scroll":"on","fixed_header_padding":{"top":"40","bottom":"40"},"page_transition":"on","newsletter":"off","newsletter_length":"1","newsletter_delay":"0","page_transition_style":"thb-fade","page_transition_in_speed":"700","page_transition_out_speed":"500","shop_product_listing_pagination":"style1","right_click":"off","cart_url":false,"is_cart":false,"is_checkout":false,"accessibility":false,"touch_threshold":5,"lightbox_fixedcontent":false,"mobile_menu_breakpoint":1200},"sounds":{"music_sound":"off","music_disable_mobile":"off","music_sound_toggle_home":"on","music_sound_file":"https:\/\/elekfantz.com\/wp-content\/themes\/revolution\/assets\/sounds\/music_sound.mp3","link_hover_sound":"off","link_hover_sound_file":"https:\/\/elekfantz.com\/wp-content\/themes\/revolution\/assets\/sounds\/hover.mp3","click_sound":"off","click_sound_file":"https:\/\/elekfantz.com\/wp-content\/themes\/revolution\/assets\/sounds\/click.mp3"}};
/* ]]> */
</script>
<script src='https://elekfantz.com/wp-content/themes/revolution/assets/js/app.min.js?ver=2.0.1.2'></script>
<script src='https://elekfantz.com/wp-includes/js/wp-embed.min.js?ver=5.4.1'></script>
<script src='https://elekfantz.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.2.0'></script>
<script src='https://elekfantz.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.min.js?ver=4.7.7'></script>
</div> <!-- End Wrapper -->
	<div class="thb-page-preloader">
					<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="three-circles">
  <defs>
    <filter id="thb-goo">
      <feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
      <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 21 -7"/>
    </filter>
  </defs>
</svg>						<div class="preloader-style2-container">
				<div class="thb-dot dot-1"></div>
				<div class="thb-dot dot-2"></div>
				<div class="thb-dot dot-3"></div>
			</div>
						</div>
		</body>
</html>

<!-- Page supported by LiteSpeed Cache 3.0.8.3 on 2020-05-13 13:51:40 -->