<!doctype html>


<html lang="en-US" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:addthis="https://www.addthis.com/help/api-spec"  prefix="og: http://ogp.me/ns#" class="no-js">
<head>

<!-- Meta Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />

	

<!--Shortcut icon-->
	<link rel="shortcut icon" href="http://everydayexiles.com/wp-content/uploads/2017/01/EEApplFv.png" />

<title>The Body Mobilizing: Hurricane Harvey - Everyday Exiles</title>

<!-- This site is optimized with the Yoast SEO plugin v6.0 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="The Body Mobilizing: Hurricane Harvey - Everyday Exiles" />
<meta property="og:description" content="The images coming out of Texas have deeply gripped my heart. The images of floodwaters covering buildings, streets, and neighborhoods are gut wrenching. I can&#8217;t look through the photos without..." />
<meta property="og:url" content="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/" />
<meta property="og:site_name" content="Everyday Exiles" />
<meta property="article:publisher" content="http://www.facebook.com/everydayexiles" />
<meta property="article:section" content="Culture" />
<meta property="article:published_time" content="2017-08-30T08:00:46-05:00" />
<meta property="article:modified_time" content="2017-08-29T19:45:06-05:00" />
<meta property="og:updated_time" content="2017-08-29T19:45:06-05:00" />
<meta property="og:image" content="http://everydayexiles.com/wp-content/uploads/2017/08/cold-front-warm-front-hurricane-felix-76969.jpeg" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1309" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="The images coming out of Texas have deeply gripped my heart. The images of floodwaters covering buildings, streets, and neighborhoods are gut wrenching. I can&#8217;t look through the photos without..." />
<meta name="twitter:title" content="The Body Mobilizing: Hurricane Harvey - Everyday Exiles" />
<meta name="twitter:site" content="@EverydayExiles" />
<meta name="twitter:image" content="http://everydayexiles.com/wp-content/uploads/2017/08/cold-front-warm-front-hurricane-felix-76969.jpeg" />
<meta name="twitter:creator" content="@EverydayExiles" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/everydayexiles.com\/","name":"Everyday Exiles","potentialAction":{"@type":"SearchAction","target":"http:\/\/everydayexiles.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Everyday Exiles &raquo; Feed" href="http://everydayexiles.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Everyday Exiles &raquo; Comments Feed" href="http://everydayexiles.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"wpemoji":"http:\/\/everydayexiles.com\/wp-includes\/js\/wp-emoji.js?ver=4.9.4","twemoji":"http:\/\/everydayexiles.com\/wp-includes\/js\/twemoji.js?ver=4.9.4"}};
			( function( window, document, settings ) {
	var src, ready, ii, tests;

	/*
	 * Create a canvas element for testing native browser support
	 * of emoji.
	 */
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Check if two sets of Emoji characters render the same.
	 *
	 * @param set1 array Set of Emoji characters.
	 * @param set2 array Set of Emoji characters.
	 * @returns {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( set1, set2 ) {
		var stringFromCharCode = String.fromCharCode;

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
		var rendered1 = canvas.toDataURL();

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
		var rendered2 = canvas.toDataURL();

		return rendered1 === rendered2;
	}

	/**
	 * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
	 * made of two characters, so some browsers (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @param type {String} Whether to test for support of "flag" or "emoji".
	 * @return {Boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var isIdentical;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55356, 56826, 55356, 56819 ],
					[ 55356, 56826, 8203, 55356, 56819 ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather an five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 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 ]
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Emoji allows people of all gender levitate and so does WordPress.
				 *
				 * To test for support, try to render a new emoji (woman in business suit levitating),
				 * then compare it to how it would look if the browser doesn't render it correctly
				 * (person in business suit levitating + female sign).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[55357, 56692, 8205, 9792, 65039],
					[55357, 56692, 8203, 9792, 65039]
				);
				return ! isIdentical;
		}

		return false;
	}

	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.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='contact-form-7-css'  href='http://everydayexiles.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9.2' type='text/css' media='all' />
<link rel='stylesheet' id='wdps_frontend-css'  href='http://everydayexiles.com/wp-content/plugins/post-slider-wd/css/wdps_frontend.css?ver=1.0.52' type='text/css' media='all' />
<link rel='stylesheet' id='wdps_effects-css'  href='http://everydayexiles.com/wp-content/plugins/post-slider-wd/css/wdps_effects.css?ver=1.0.52' type='text/css' media='all' />
<link rel='stylesheet' id='wdps_font-awesome-css'  href='http://everydayexiles.com/wp-content/plugins/post-slider-wd/css/font-awesome/font-awesome.css?ver=4.6.3' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css-css'  href='http://everydayexiles.com/wp-content/plugins/wordpress-popular-posts/public/css/wpp.css?ver=4.0.13' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css'  href='http://everydayexiles.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='http://everydayexiles.com/wp-includes/js/mediaelement/wp-mediaelement.css?ver=4.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='rgs-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/rgs.css?ver=8.0' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/font-awesome.min.css?ver=4.6.3' type='text/css' media='all' />
<link rel='stylesheet' id='main-styles-css'  href='http://everydayexiles.com/wp-content/themes/salient/style.css?ver=8.0' type='text/css' media='all' />
<style id='main-styles-inline-css' type='text/css'>
html:not(.page-trans-loaded) { background-color: #ffffff; }
</style>
<link rel='stylesheet' id='pretty_photo-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/prettyPhoto.css?ver=7.0.1' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='nectar-ie8-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/ie8.css?ver=4.9.4' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='responsive-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/responsive.css?ver=8.0' type='text/css' media='all' />
<link rel='stylesheet' id='skin-ascend-css'  href='http://everydayexiles.com/wp-content/themes/salient/css/ascend.css?ver=8.0' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack_social_media_icons_widget-css'  href='http://everydayexiles.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css?ver=20150602' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack-top-posts-widget-css'  href='http://everydayexiles.com/wp-content/plugins/jetpack/modules/widgets/top-posts/style.css?ver=20141013' type='text/css' media='all' />
<link rel='stylesheet' id='author-avatars-widget-css'  href='http://everydayexiles.com/wp-content/plugins/author-avatars/css/widget.css?ver=1.13' type='text/css' media='all' />
<link rel='stylesheet' id='addthis_all_pages-css'  href='http://everydayexiles.com/wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min.css?ver=4.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='author-avatars-shortcode-css'  href='http://everydayexiles.com/wp-content/plugins/author-avatars/css/shortcode.css?ver=1.13' type='text/css' media='all' />
<link rel='stylesheet' id='redux-google-fonts-salient_redux-css'  href='http://fonts.googleapis.com/css?family=Libre+Baskerville%3A400italic%2C400%7CMerriweather%3A400%7COpen+Sans%3A300&#038;ver=4.9.4' type='text/css' media='all' />
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/post-slider-wd/js/jquery.mobile.js?ver=1.0.52'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/post-slider-wd/js/wdps_frontend.js?ver=1.0.52'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpp_params = {"sampling_active":"1","sampling_rate":"1","ajax_url":"http:\/\/everydayexiles.com\/wp-admin\/admin-ajax.php","action":"update_views_ajax","ID":"5447","token":"89e9d1ee46"};
/* ]]> */
</script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/wordpress-popular-posts/public/js/wpp.js?ver=4.0.13'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/modernizr.js?ver=2.6.2'></script>
<script type='text/javascript'>
var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
</script>
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/mediaelement/mediaelement-and-player.js?ver=4.2.6-78496d1'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/mediaelement/mediaelement-migrate.js?ver=4.9.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"};
/* ]]> */
</script>
<link rel='https://api.w.org/' href='http://everydayexiles.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://everydayexiles.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://everydayexiles.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.4" />
<link rel='shortlink' href='http://everydayexiles.com/?p=5447' />
<link rel="alternate" type="application/json+oembed" href="http://everydayexiles.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Feverydayexiles.com%2F2017%2F08%2F30%2Fbody-mobilizing-hurricane-harvey%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://everydayexiles.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Feverydayexiles.com%2F2017%2F08%2F30%2Fbody-mobilizing-hurricane-harvey%2F&#038;format=xml" />
<!-- 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', '101635180393159'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=101635180393159&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
<meta name="p:domain_verify" content="28e01aff3d3d4d1d8e2fcb97ca74a3fc"/><script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['post'] = true; _mmunch['postData'] = {"ID":5447,"post_name":"body-mobilizing-hurricane-harvey","post_title":"The Body Mobilizing: Hurricane Harvey","post_type":"post","post_author":"63","post_status":"publish"}; _mmunch['postCategories'] = [{"term_id":50,"name":"Culture","slug":"culture","term_group":0,"term_taxonomy_id":50,"taxonomy":"category","description":"","parent":0,"count":124,"filter":"raw","term_order":"0","cat_ID":50,"category_count":124,"category_description":"","cat_name":"Culture","category_nicename":"culture","category_parent":0}]; _mmunch['postTags'] = false; _mmunch['postAuthor'] = {"name":"Tatum Fishel","ID":63};</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="mc_mm" data-mailmunch-site-id="89441" async></script>
<link rel='dns-prefetch' href='//v0.wordpress.com'/>
<style type='text/css'>img#wpstats{display:none}</style><style type="text/css">body a{color:#5d90e2;}#header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover,#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a,header#top nav > ul > li.button_bordered > a:hover,#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a,header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator i,header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator i,#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current_page_ancestor > a,#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-ancestor > a,#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current_page_item > a,body header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"],header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"],.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"],#header-outer:not(.transparent) #social-in-menu a i:after,.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before,ul.sf-menu > li > a:hover > .sf-sub-indicator i,ul.sf-menu > li > a:active > .sf-sub-indicator i,ul.sf-menu > li.sfHover > a > .sf-sub-indicator i,.sf-menu ul li.current_page_item > a,.sf-menu ul li.current-menu-ancestor > a,.sf-menu ul li.current_page_ancestor > a,.sf-menu ul a:focus,.sf-menu ul a:hover,.sf-menu ul a:active,.sf-menu ul li:hover > a,.sf-menu ul li.sfHover > a,.sf-menu li ul li a:hover,.sf-menu li ul li.sfHover > a,#footer-outer a:hover,.recent-posts .post-header a:hover,article.post .post-header a:hover,article.result a:hover,article.post .post-header h2 a,.single article.post .post-meta a:hover,.comment-list .comment-meta a:hover,label span,.wpcf7-form p span,.icon-3x[class^="icon-"],.icon-3x[class*=" icon-"],.icon-tiny[class^="icon-"],body .circle-border,article.result .title a,.home .blog-recent .col .post-header a:hover,.home .blog-recent .col .post-header h3 a,#single-below-header a:hover,header#top #logo:hover,.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"],.sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"],body #mobile-menu li.open > a [class^="icon-"],.pricing-column h3,.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color h4,.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color .interval,.comment-author a:hover,.project-attrs li i,#footer-outer #copyright li a i:hover,.col:hover > [class^="icon-"].icon-3x.accent-color.alt-style.hovered,.col:hover > [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,#header-outer .widget_shopping_cart .cart_list a,.woocommerce .star-rating,.woocommerce-page table.cart a.remove,.woocommerce form .form-row .required,.woocommerce-page form .form-row .required,body #header-secondary-outer #social a:hover i,.woocommerce ul.products li.product .price,body .twitter-share:hover i,.twitter-share.hovered i,body .linkedin-share:hover i,.linkedin-share.hovered i,body .google-plus-share:hover i,.google-plus-share.hovered i,.pinterest-share:hover i,.pinterest-share.hovered i,.facebook-share:hover i,.facebook-share.hovered i,.woocommerce-page ul.products li.product .price,.nectar-milestone .number.accent-color,header#top nav > ul > li.megamenu > ul > li > a:hover,header#top nav > ul > li.megamenu > ul > li.sfHover > a,body #portfolio-nav a:hover i,span.accent-color,.nectar-love:hover i,.nectar-love.loved i,.portfolio-items .nectar-love:hover i,.portfolio-items .nectar-love.loved i,body .hovered .nectar-love i,header#top nav ul #search-btn a:hover span,header#top nav ul .slide-out-widget-area-toggle a:hover span,#search-outer #search #close a span:hover,.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i,#search-outer .ui-widget-content li:hover a .title,#search-outer .ui-widget-content .ui-state-hover .title,#search-outer .ui-widget-content .ui-state-focus .title,.portfolio-filters-inline .container ul li a.active,body [class^="icon-"].icon-default-style,.single-post #single-below-header.fullscreen-header .icon-salient-heart-2,.svg-icon-holder[data-color="accent-color"],.team-member a.accent-color:hover,.ascend .comment-list .reply a,.wpcf7-form .wpcf7-not-valid-tip,.text_on_hover.product .add_to_cart_button,.blog-recent[data-style="minimal"] .col > span,.blog-recent[data-style="title_only"] .col:hover .post-header .title,.woocommerce-checkout-review-order-table .product-info .amount,.tabbed[data-style="minimal"] > ul li a.active-tab,.masonry.classic_enhanced article.post .post-meta a:hover i,.blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i,.blog-recent[data-style*="classic_enhanced"] .post-meta .icon-salient-heart-2.loved,.masonry.classic_enhanced article.post .post-meta .icon-salient-heart-2.loved,.single #single-meta ul li:not(.meta-share-count):hover i,.single #single-meta ul li:not(.meta-share-count):hover a,.single #single-meta ul li:not(.meta-share-count):hover span,.single #single-meta ul li.meta-share-count .nectar-social a:hover i,#project-meta #single-meta ul li > a,#project-meta ul li.meta-share-count .nectar-social a:hover i,#project-meta ul li:not(.meta-share-count):hover i,#project-meta ul li:not(.meta-share-count):hover span,div[data-style="minimal"] .toggle:hover h3 a,div[data-style="minimal"] .toggle.open h3 a,.nectar-icon-list[data-icon-style="border"][data-icon-color="accent-color"] .list-icon-holder[data-icon_type="numerical"] span,.nectar-icon-list[data-icon-color="accent-color"][data-icon-style="border"] .content h4,body[data-dropdown-style="minimal"] #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,body[data-dropdown-style="minimal"] #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,#post-area.standard-minimal article.post .post-meta .date a,#post-area.standard-minimal article.post .post-header h2 a:hover,#post-area.standard-minimal article.post .more-link:hover span,#post-area.standard-minimal article.post .more-link span:after,#post-area.standard-minimal article.post .minimal-post-meta a:hover,body #pagination .page-numbers.prev:hover,body #pagination .page-numbers.next:hover,html body .woocommerce-pagination a.page-numbers:hover,body .woocommerce-pagination a.page-numbers:hover,body #pagination a.page-numbers:hover,.nectar-slide-in-cart .widget_shopping_cart .cart_list a,.sf-menu ul li.open-submenu > a,.woocommerce p.stars a:hover,.woocommerce .material.product .product-wrap .product-add-to-cart a:hover,.woocommerce .material.product .product-wrap .product-add-to-cart a:hover > span,.woocommerce-MyAccount-navigation ul li.is-active a:before,.woocommerce-MyAccount-navigation ul li:hover a:before,.woocommerce.ascend .price_slider_amount button.button[type="submit"],html .ascend.woocommerce #sidebar div ul li a:hover,html .ascend.woocommerce #sidebar div ul li.current-cat > a,.woocommerce .widget_layered_nav ul li.chosen a:after,.woocommerce-page .widget_layered_nav ul li.chosen a:after,body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item > a,.nectar_icon_wrap[data-color="accent-color"] i,.nectar_team_member_close .inner:before,body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul > a:hover,body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul > a:hover,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li.megamenu ul ul li.current-menu-item.has-ul > a,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li.megamenu ul ul li.current-menu-ancestor.has-ul > a,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a.active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover{color:#5d90e2!important;}.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.accent-color.alt-style.hovered,body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart{color:#5d90e2!important;}.orbit-wrapper div.slider-nav span.right,.orbit-wrapper div.slider-nav span.left,.flex-direction-nav a,.jp-play-bar,.jp-volume-bar-value,.jcarousel-prev:hover,.jcarousel-next:hover,.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,.portfolio-items .col[data-default-color="true"] .bottom-meta,.portfolio-filters a,.portfolio-filters #sort-portfolio,.project-attrs li span,.progress li span,.nectar-progress-bar span,#footer-outer #footer-widgets .col .tagcloud a:hover,#sidebar .widget .tagcloud a:hover,article.post .more-link span:hover,#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,article.post.quote .post-content .quote-inner,article.post.link .post-content .link-inner,#pagination .next a:hover,#pagination .prev a:hover,.comment-list .reply a:hover,input[type=submit]:hover,input[type="button"]:hover,#footer-outer #copyright li a.vimeo:hover,#footer-outer #copyright li a.behance:hover,.toggle.open h3 a,.tabbed > ul li a.active-tab,[class*=" icon-"],.icon-normal,.bar_graph li span,.nectar-button[data-color-override="false"].regular-button,.nectar-button.tilt.accent-color,body .swiper-slide .button.transparent_2 a.primary-color:hover,#footer-outer #footer-widgets .col input[type="submit"],.carousel-prev:hover,.carousel-next:hover,body .products-carousel .carousel-next:hover,body .products-carousel .carousel-prev:hover,.blog-recent .more-link span:hover,.post-tags a:hover,.pricing-column.highlight h3,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason,.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color:before,#to-top:hover,#to-top.dark:hover,body[data-button-style*="rounded"] #to-top:after,#pagination a.page-numbers:hover,#pagination span.page-numbers.current,.single-portfolio .facebook-share a:hover,.single-portfolio .twitter-share a:hover,.single-portfolio .pinterest-share a:hover,.single-post .facebook-share a:hover,.single-post .twitter-share a:hover,.single-post .pinterest-share a:hover,.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,article.post.quote .post-content .quote-inner,article.post.link .post-content .link-inner,article.format-status .post-content .status-inner,article.post.format-aside .aside-inner,body #header-secondary-outer #social li a.behance:hover,body #header-secondary-outer #social li a.vimeo:hover,#sidebar .widget:hover [class^="icon-"].icon-3x,.woocommerce-page button.single_add_to_cart_button,article.post.quote .content-inner .quote-inner .whole-link,.masonry.classic_enhanced article.post.quote.wide_tall .post-content a:hover .quote-inner,.masonry.classic_enhanced article.post.link.wide_tall .post-content a:hover .link-inner,.iosSlider .prev_slide:hover,.iosSlider .next_slide:hover,body [class^="icon-"].icon-3x.alt-style.accent-color,body [class*=" icon-"].icon-3x.alt-style.accent-color,#slide-out-widget-area,#slide-out-widget-area-bg.fullscreen,#slide-out-widget-area-bg.fullscreen-alt .bg-inner,#header-outer .widget_shopping_cart a.button,body[data-button-style="rounded"] .wpb_wrapper .twitter-share:before,body[data-button-style="rounded"] .wpb_wrapper .twitter-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .facebook-share:before,body[data-button-style="rounded"] .wpb_wrapper .facebook-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .google-plus-share:before,body[data-button-style="rounded"] .wpb_wrapper .google-plus-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .nectar-social:hover > *:before,body[data-button-style="rounded"] .wpb_wrapper .pinterest-share:before,body[data-button-style="rounded"] .wpb_wrapper .pinterest-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .linkedin-share:before,body[data-button-style="rounded"] .wpb_wrapper .linkedin-share.hovered:before,#header-outer a.cart-contents .cart-wrap span,.swiper-slide .button.solid_color a,.swiper-slide .button.solid_color_2 a,.portfolio-filters,button[type=submit]:hover,#buddypress button:hover,#buddypress a.button:hover,#buddypress ul.button-nav li.current a,header#top nav ul .slide-out-widget-area-toggle a:hover i.lines,header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:after,header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:before,header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] a:hover i.lines-button:after,#buddypress a.button:focus,.text_on_hover.product a.added_to_cart,.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after,.woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.minus,.woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.plus,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce .span_4 input[type="submit"].checkout-button,.portfolio-filters-inline[data-color-scheme="accent-color"],body[data-fancy-form-rcs="1"] [type="radio"]:checked + label:after,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,header#top nav > ul > li.button_solid_color > a:before,#header-outer.transparent header#top nav > ul > li.button_solid_color > a:before,.tabbed[data-style*="minimal"] > ul li a:after,.twentytwenty-handle,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.masonry.classic_enhanced .posts-container article .meta-category a:hover,.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,.masonry.classic_enhanced .posts-container article .video-play-button,.bottom_controls #portfolio-nav .controls li a i:after,.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,.nectar_video_lightbox.nectar-button[data-color="default-accent-color"],.nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover,.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p,.nectar-recent-posts-slider .container .strong span:before,#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover,.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,body.single-post .sharing-default-minimal .nectar-love.loved,.nectar-fancy-box:after,.divider-small-border[data-color="accent-color"],.divider-border[data-color="accent-color"],div[data-style="minimal"] .toggle.open i:after,div[data-style="minimal"] .toggle:hover i:after,div[data-style="minimal"] .toggle.open i:before,div[data-style="minimal"] .toggle:hover i:before,.nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after,#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,#fp-nav.tooltip_alt ul li a span:after,.nectar-video-box[data-color="default-accent-color"] a.nectar_video_lightbox,body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] a.nectar_video_lightbox:after,.span_12.dark .owl-theme .owl-dots .owl-dot.active span,.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot,.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before,.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after,.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after,body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) ul a:hover,body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) li.sfHover > a,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) li.sfHover > a,body[data-dropdown-style="minimal"] header#top nav > ul > li.megamenu > ul ul li a:hover,body[data-dropdown-style="minimal"] header#top nav > ul > li.megamenu > ul ul li.sfHover > a,body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul ul li.current-menu-item > a,body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart a.button,body[data-dropdown-style="minimal"] #header-secondary-outer ul > li:not(.megamenu) li.sfHover > a,body[data-dropdown-style="minimal"] #header-secondary-outer ul > li:not(.megamenu) ul a:hover,#post-area.standard-minimal article.post .more-link span:before,.nectar-slide-in-cart .widget_shopping_cart a.button,body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] header#top nav ul li:not([class*="button_"]) > a span:after,.woocommerce .material.product .add_to_cart_button,body nav.woocommerce-pagination span.page-numbers.current,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a:hover,body[data-form-submit="regular"] input[type=submit],body[data-form-submit="regular"] button[type=submit],body[data-form-submit="see-through"] input[type=submit]:hover,body[data-form-submit="see-through"] button[type=submit]:hover,body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover,body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover,.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:not([data-draw="true"]) .nectar_icon:hover,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-item > a,body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-ancestor > a,.nectar-social-sharing-fixed > a:before,.nectar-social-sharing-fixed .nectar-social a,.tabbed[data-style="minimal_alt"] .magic-line,.nectar-google-map[data-nectar-marker-color="accent-color"] .animated-dot .middle-dot,.nectar-google-map[data-nectar-marker-color="accent-color"] .animated-dot div[class*="signal"],.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] span.play > .inner-wrap:before,.nectar-hor-list-item[data-color="accent-color"]:before{background-color:#5d90e2!important;}.col:hover > [class^="icon-"].icon-3x:not(.alt-style).accent-color.hovered,.col:hover > [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered,body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x:not(.alt-style).accent-color.hovered,.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered{background-color:#5d90e2!important;}.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i{box-shadow:-.6em 0 #5d90e2,-.6em .6em #5d90e2,.6em 0 #5d90e2,.6em -.6em #5d90e2,0 -.6em #5d90e2,-.6em -.6em #5d90e2,0 .6em #5d90e2,.6em .6em #5d90e2;}.tabbed > ul li a.active-tab,body[data-form-style="minimal"] label:after,body .recent_projects_widget a:hover img,.recent_projects_widget a:hover img,#sidebar #flickr a:hover img,body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,#footer-outer #flickr a:hover img,body[data-button-style="rounded"] .wpb_wrapper .twitter-share:before,body[data-button-style="rounded"] .wpb_wrapper .twitter-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .facebook-share:before,body[data-button-style="rounded"] .wpb_wrapper .facebook-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .google-plus-share:before,body[data-button-style="rounded"] .wpb_wrapper .google-plus-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .nectar-social:hover > *:before,body[data-button-style="rounded"] .wpb_wrapper .pinterest-share:before,body[data-button-style="rounded"] .wpb_wrapper .pinterest-share.hovered:before,body[data-button-style="rounded"] .wpb_wrapper .linkedin-share:before,body[data-button-style="rounded"] .wpb_wrapper .linkedin-share.hovered:before,#featured article .post-title a:hover,#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:after,body #featured article .post-title a:hover,div.wpcf7-validation-errors,body[data-fancy-form-rcs="1"] [type="radio"]:checked + label:before,body[data-fancy-form-rcs="1"] [type="radio"]:checked + label:after,body[data-fancy-form-rcs="1"] input[type="checkbox"]:checked + label > span,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,#header-outer:not(.transparent) header#top nav > ul > li.button_bordered > a:hover:before,.single #single-meta ul li:not(.meta-share-count):hover a,.single #project-meta ul li:not(.meta-share-count):hover a,div[data-style="minimal"] .toggle.default.open i,div[data-style="minimal"] .toggle.default:hover i,div[data-style="minimal"] .toggle.accent-color.open i,div[data-style="minimal"] .toggle.accent-color:hover i,.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose,body[data-button-style="rounded"] #pagination > a:hover,body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],.nectar_icon_wrap[data-style="border-basic"][data-color="accent-color"] .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:not([data-draw="true"]) .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"][data-draw="true"]:hover .nectar_icon,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] span.play:before,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] span.play:after{border-color:#5d90e2!important;}#fp-nav:not(.light-controls).tooltip_alt ul li a.active span,#fp-nav.tooltip_alt ul li a.active span{box-shadow:inset 0 0 0 2px #5d90e2;-webkit-box-shadow:inset 0 0 0 2px #5d90e2;}.default-loading-icon:before{border-top-color:#5d90e2!important;}#header-outer a.cart-contents span:before,#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after{border-color:transparent #5d90e2!important;}body .col:not(#post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border,body #sidebar .widget:hover .circle-border,body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,.portfolio-items[data-ps="6"] .bg-overlay,.portfolio-items[data-ps="6"].no-masonry .bg-overlay,.nectar_team_member_close .inner{border-color:#5d90e2;}.gallery a:hover img{border-color:#5d90e2!important;}@media only screen and (min-width :1px) and (max-width :1000px){body #featured article .post-title > a{background-color:#5d90e2;}body #featured article .post-title > a{border-color:#5d90e2;}}.nectar-button.regular-button.extra-color-1,.nectar-button.tilt.extra-color-1{background-color:#3bc660!important;}.icon-3x[class^="icon-"].extra-color-1:not(.alt-style),.icon-tiny[class^="icon-"].extra-color-1,.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style),body .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border,.woocommerce-page table.cart a.remove,#header-outer .widget_shopping_cart .cart_list li a.remove,#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,.nectar-milestone .number.extra-color-1,span.extra-color-1,.team-member ul.social.extra-color-1 li a,.stock.out-of-stock,body [class^="icon-"].icon-default-style.extra-color-1,body [class^="icon-"].icon-default-style[data-color="extra-color-1"],.team-member a.extra-color-1:hover,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-1 h3,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 h4,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 .interval,.svg-icon-holder[data-color="extra-color-1"],div[data-style="minimal"] .toggle.extra-color-1:hover h3 a,div[data-style="minimal"] .toggle.extra-color-1.open h3 a,.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-1"] .list-icon-holder[data-icon_type="numerical"] span,.nectar-icon-list[data-icon-color="extra-color-1"][data-icon-style="border"] .content h4,.nectar_icon_wrap[data-color="extra-color-1"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a.active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover,.testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before,header#top nav > ul > li.button_bordered_2 > a:hover{color:#3bc660!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),.col:hover > [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,body .swiper-slide .button.transparent_2 a.extra-color-1:hover,body .col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,body .col:not(#post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),.portfolio-filters-inline[data-color-scheme="extra-color-1"],.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1:before,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-1 h3 .highlight-reason,.nectar-button.nectar_video_lightbox[data-color="default-extra-color-1"],.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-1"]:hover,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p,.nectar-fancy-box[data-color="extra-color-1"]:after,.divider-small-border[data-color="extra-color-1"],.divider-border[data-color="extra-color-1"],div[data-style="minimal"] .toggle.extra-color-1.open i:after,div[data-style="minimal"] .toggle.extra-color-1:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-1 i:before,div[data-style="minimal"] .toggle.extra-color-1:hover i:before,.nectar-animated-title[data-color="extra-color-1"] .nectar-animated-title-inner:after,.nectar-video-box[data-color="extra-color-1"] a.nectar_video_lightbox,body .nectar-video-box[data-color="extra-color-1"][data-hover="zoom_button"] a.nectar_video_lightbox:after,.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-1"] .nectar_hotspot,.portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"]:not([data-draw="true"]) .nectar_icon:hover,.nectar-google-map[data-nectar-marker-color="extra-color-1"] .animated-dot .middle-dot,.nectar-google-map[data-nectar-marker-color="extra-color-1"] .animated-dot div[class*="signal"],.nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] span.play > .inner-wrap:before,.nectar-hor-list-item[data-color="extra-color-1"]:before,header#top nav > ul > li.button_solid_color_2 > a:before,#header-outer.transparent header#top nav > ul > li.button_solid_color_2 > a:before{background-color:#3bc660!important;}body [class^="icon-"].icon-3x.alt-style.extra-color-1,body [class*=" icon-"].icon-3x.alt-style.extra-color-1,[class*=" icon-"].extra-color-1.icon-normal,.extra-color-1.icon-normal,.bar_graph li span.extra-color-1,.nectar-progress-bar span.extra-color-1,#header-outer .widget_shopping_cart a.button,.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale,.woocommerce span.onsale,.woocommerce-page span.onsale,.woocommerce-page table.cart a.remove:hover,.swiper-slide .button.solid_color a.extra-color-1,.swiper-slide .button.solid_color_2 a.extra-color-1,.toggle.open.extra-color-1 h3 a{background-color:#3bc660!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-1.alt-style.hovered,.col:hover > [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered,.no-highlight.extra-color-1 h3,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1.alt-style.hovered,body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered{color:#3bc660!important;}body .col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-1.hovered .circle-border,.woocommerce-page table.cart a.remove,#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,body #sidebar .widget:hover .extra-color-1 .circle-border,.woocommerce-page table.cart a.remove,body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-1 i,div[data-style="minimal"] .toggle.extra-color-1:hover i,.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-1"] .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"]:not([data-draw="true"]) .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"][data-draw="true"]:hover .nectar_icon,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] span.play:before,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] span.play:after,#header-outer:not(.transparent) header#top nav > ul > li.button_bordered_2 > a:hover:before{border-color:#3bc660;}.pricing-column.highlight.extra-color-1 h3{background-color:#3bc660!important;}.nectar-button.regular-button.extra-color-2,.nectar-button.tilt.extra-color-2{background-color:#ffffff!important;}.icon-3x[class^="icon-"].extra-color-2:not(.alt-style),.icon-3x[class*=" icon-"].extra-color-2:not(.alt-style),.icon-tiny[class^="icon-"].extra-color-2,body .icon-3x[class*=" icon-"].extra-color-2 .circle-border,.nectar-milestone .number.extra-color-2,span.extra-color-2,.team-member ul.social.extra-color-2 li a,body [class^="icon-"].icon-default-style.extra-color-2,body [class^="icon-"].icon-default-style[data-color="extra-color-2"],.team-member a.extra-color-2:hover,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-2 h3,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2 h4,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2 .interval,.svg-icon-holder[data-color="extra-color-2"],div[data-style="minimal"] .toggle.extra-color-2:hover h3 a,div[data-style="minimal"] .toggle.extra-color-2.open h3 a,.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-2"] .list-icon-holder[data-icon_type="numerical"] span,.nectar-icon-list[data-icon-color="extra-color-2"][data-icon-style="border"] .content h4,.nectar_icon_wrap[data-color="extra-color-2"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a.active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover,.testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before{color:#ffffff!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,.col:hover > [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,body .swiper-slide .button.transparent_2 a.extra-color-2:hover,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-2 h3 .highlight-reason,.nectar-button.nectar_video_lightbox[data-color="default-extra-color-2"],.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-2"]:hover,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p,.nectar-fancy-box[data-color="extra-color-2"]:after,.divider-small-border[data-color="extra-color-2"],.divider-border[data-color="extra-color-2"],div[data-style="minimal"] .toggle.extra-color-2.open i:after,div[data-style="minimal"] .toggle.extra-color-2:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-2 i:before,div[data-style="minimal"] .toggle.extra-color-2:hover i:before,.nectar-animated-title[data-color="extra-color-2"] .nectar-animated-title-inner:after,.nectar-video-box[data-color="extra-color-2"] a.nectar_video_lightbox,body .nectar-video-box[data-color="extra-color-2"][data-hover="zoom_button"] a.nectar_video_lightbox:after,.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-2"] .nectar_hotspot,.portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"]:not([data-draw="true"]) .nectar_icon:hover,.nectar-google-map[data-nectar-marker-color="extra-color-2"] .animated-dot .middle-dot,.nectar-google-map[data-nectar-marker-color="extra-color-2"] .animated-dot div[class*="signal"],.nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] span.play > .inner-wrap:before,.nectar-hor-list-item[data-color="extra-color-2"]:before{background-color:#ffffff!important;}body [class^="icon-"].icon-3x.alt-style.extra-color-2,body [class*=" icon-"].icon-3x.alt-style.extra-color-2,[class*=" icon-"].extra-color-2.icon-normal,.extra-color-2.icon-normal,.bar_graph li span.extra-color-2,.nectar-progress-bar span.extra-color-2,.woocommerce .product-wrap .add_to_cart_button.added,.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.swiper-slide .button.solid_color a.extra-color-2,.swiper-slide .button.solid_color_2 a.extra-color-2,.toggle.open.extra-color-2 h3 a,.portfolio-filters-inline[data-color-scheme="extra-color-2"],.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2:before{background-color:#ffffff!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-2.alt-style.hovered,.col:hover > [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered,.no-highlight.extra-color-2 h3,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2.alt-style.hovered,body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered{color:#ffffff!important;}body .col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-2.hovered .circle-border,body #sidebar .widget:hover .extra-color-2 .circle-border,body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-2 i,div[data-style="minimal"] .toggle.extra-color-2:hover i,.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-2"] .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"]:not([data-draw="true"]) .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"][data-draw="true"]:hover .nectar_icon,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] span.play:before,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] span.play:after{border-color:#ffffff;}.pricing-column.highlight.extra-color-2 h3{background-color:#ffffff!important;}.nectar-button.regular-button.extra-color-3,.nectar-button.tilt.extra-color-3{background-color:#333333!important;}.icon-3x[class^="icon-"].extra-color-3:not(.alt-style),.icon-3x[class*=" icon-"].extra-color-3:not(.alt-style),.icon-tiny[class^="icon-"].extra-color-3,body .icon-3x[class*=" icon-"].extra-color-3 .circle-border,.nectar-milestone .number.extra-color-3,span.extra-color-3,.team-member ul.social.extra-color-3 li a,body [class^="icon-"].icon-default-style.extra-color-3,body [class^="icon-"].icon-default-style[data-color="extra-color-3"],.team-member a.extra-color-3:hover,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-3 h3,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3 h4,.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3 .interval,.svg-icon-holder[data-color="extra-color-3"],div[data-style="minimal"] .toggle.extra-color-3:hover h3 a,div[data-style="minimal"] .toggle.extra-color-3.open h3 a,.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-3"] .list-icon-holder[data-icon_type="numerical"] span,.nectar-icon-list[data-icon-color="extra-color-3"][data-icon-style="border"] .content h4,.nectar_icon_wrap[data-color="extra-color-3"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a.active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover,.testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before{color:#333333!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,.col:hover > [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,body .swiper-slide .button.transparent_2 a.extra-color-3:hover,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),.portfolio-filters-inline[data-color-scheme="extra-color-3"],.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3:before,.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-3 h3 .highlight-reason,.nectar-button.nectar_video_lightbox[data-color="default-extra-color-3"],.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-3"]:hover,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p,.nectar-fancy-box[data-color="extra-color-3"]:after,.divider-small-border[data-color="extra-color-3"],.divider-border[data-color="extra-color-3"],div[data-style="minimal"] .toggle.extra-color-3.open i:after,div[data-style="minimal"] .toggle.extra-color-3:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-3 i:before,div[data-style="minimal"] .toggle.extra-color-3:hover i:before,.nectar-animated-title[data-color="extra-color-3"] .nectar-animated-title-inner:after,.nectar-video-box[data-color="extra-color-3"] a.nectar_video_lightbox,body .nectar-video-box[data-color="extra-color-3"][data-hover="zoom_button"] a.nectar_video_lightbox:after,.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-3"] .nectar_hotspot,.portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"]:not([data-draw="true"]) .nectar_icon:hover,.nectar-google-map[data-nectar-marker-color="extra-color-3"] .animated-dot .middle-dot,.nectar-google-map[data-nectar-marker-color="extra-color-3"] .animated-dot div[class*="signal"],.nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] span.play > .inner-wrap:before,.nectar-hor-list-item[data-color="extra-color-3"]:before{background-color:#333333!important;}body [class^="icon-"].icon-3x.alt-style.extra-color-3,body [class*=" icon-"].icon-3x.alt-style.extra-color-3,.extra-color-3.icon-normal,[class*=" icon-"].extra-color-3.icon-normal,.bar_graph li span.extra-color-3,.nectar-progress-bar span.extra-color-3,.swiper-slide .button.solid_color a.extra-color-3,.swiper-slide .button.solid_color_2 a.extra-color-3,.toggle.open.extra-color-3 h3 a{background-color:#333333!important;}.col:hover > [class^="icon-"].icon-3x.extra-color-3.alt-style.hovered,.col:hover > [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered,.no-highlight.extra-color-3 h3,.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3.alt-style.hovered,body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered{color:#333333!important;}body .col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-3.hovered .circle-border,body #sidebar .widget:hover .extra-color-3 .circle-border,body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-3 i,div[data-style="minimal"] .toggle.extra-color-3:hover i,.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-3"] .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"]:not([data-draw="true"]) .nectar_icon,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"][data-draw="true"]:hover .nectar_icon,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] span.play:before,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] span.play:after{border-color:#333333;}.pricing-column.highlight.extra-color-3 h3{background-color:#333333!important;}.divider-small-border[data-color="extra-color-gradient-1"],.divider-border[data-color="extra-color-gradient-1"],.nectar-progress-bar span.extra-color-gradient-1{background:#3452ff;background:linear-gradient(to right,#3452ff,#ff1053);}.icon-normal.extra-color-gradient-1,body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1,.nectar-button.extra-color-gradient-1:after,.nectar-button.see-through-extra-color-gradient-1:after,.nectar_icon_wrap[data-color="extra-color-gradient-1"] i,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:before{background:#3452ff;background:linear-gradient(to bottom right,#3452ff,#ff1053);}.testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before{color:#3452ff;background:linear-gradient(to right,#3452ff,#ff1053);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;}.nectar-button.extra-color-gradient-1,.nectar-button.see-through-extra-color-gradient-1{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#3452ff 0,#ff1053 100%);-webkit-border-image:-webkit-linear-gradient(top right,#3452ff 0,#ff1053 100%);border-image:linear-gradient(to bottom right,#3452ff 0,#ff1053 100%);border-image-slice:1;}.nectar-gradient-text[data-color="extra-color-gradient-1"][data-direction="horizontal"] *{background-image:linear-gradient(to right,#3452ff,#ff1053);}.nectar-gradient-text[data-color="extra-color-gradient-1"] *,.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-gradient-1"] .list-icon-holder[data-icon_type="numerical"] span{color:#3452ff;background:linear-gradient(to bottom right,#3452ff,#ff1053);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:inline-block;}[class^="icon-"][data-color="extra-color-gradient-1"]:before,[class*=" icon-"][data-color="extra-color-gradient-1"]:before,[class^="icon-"].extra-color-gradient-1:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,.nectar_icon_wrap[data-color="extra-color-gradient-1"] i{color:#3452ff;background:linear-gradient(to bottom right,#3452ff,#ff1053);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:initial;}.nectar-button.extra-color-gradient-1 .hover,.nectar-button.see-through-extra-color-gradient-1 .start{background:#3452ff;background:linear-gradient(to bottom right,#3452ff,#ff1053);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:initial;}.nectar-button.extra-color-gradient-1.no-text-grad .hover,.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start{background:transparent!important;color:#3452ff!important;}.divider-small-border[data-color="extra-color-gradient-2"],.divider-border[data-color="extra-color-gradient-2"],.nectar-progress-bar span.extra-color-gradient-2{background:#2AC4EA;background:linear-gradient(to right,#2AC4EA,#32d6ff);}.icon-normal.extra-color-gradient-2,body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2,.nectar-button.extra-color-gradient-2:after,.nectar-button.see-through-extra-color-gradient-2:after,.nectar_icon_wrap[data-color="extra-color-gradient-2"] i,.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:before{background:#2AC4EA;background:linear-gradient(to bottom right,#2AC4EA,#32d6ff);}.testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before{color:#2AC4EA;background:linear-gradient(to right,#2AC4EA,#32d6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;}.nectar-button.extra-color-gradient-2,.nectar-button.see-through-extra-color-gradient-2{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#2AC4EA 0,#32d6ff 100%);-webkit-border-image:-webkit-linear-gradient(top right,#2AC4EA 0,#32d6ff 100%);border-image:linear-gradient(to bottom right,#2AC4EA 0,#32d6ff 100%);border-image-slice:1;}.nectar-gradient-text[data-color="extra-color-gradient-2"][data-direction="horizontal"] *{background-image:linear-gradient(to right,#2AC4EA,#32d6ff);}.nectar-gradient-text[data-color="extra-color-gradient-2"] *,.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-gradient-2"] .list-icon-holder[data-icon_type="numerical"] span{color:#2AC4EA;background:linear-gradient(to bottom right,#2AC4EA,#32d6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:inline-block;}[class^="icon-"][data-color="extra-color-gradient-2"]:before,[class*=" icon-"][data-color="extra-color-gradient-2"]:before,[class^="icon-"].extra-color-gradient-2:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,.nectar_icon_wrap[data-color="extra-color-gradient-2"] i{color:#2AC4EA;background:linear-gradient(to bottom right,#2AC4EA,#32d6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:initial;}.nectar-button.extra-color-gradient-2 .hover,.nectar-button.see-through-extra-color-gradient-2 .start{background:#2AC4EA;background:linear-gradient(to bottom right,#2AC4EA,#32d6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:initial;}.nectar-button.extra-color-gradient-2.no-text-grad .hover,.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start{background:transparent!important;color:#2AC4EA!important;}html .container-wrap,.project-title,html .ascend .container-wrap,html .ascend .project-title,html body .vc_text_separator div,html .carousel-wrap[data-full-width="true"] .carousel-heading,html .carousel-wrap span.left-border,html .carousel-wrap span.right-border,.single-post.ascend #page-header-bg.fullscreen-header,.single-post #single-below-header.fullscreen-header,html #page-header-wrap,html .page-header-no-bg,html #full_width_portfolio .project-title.parallax-effect,html .portfolio-items .col,html .page-template-template-portfolio-php .portfolio-items .col.span_3,html .page-template-template-portfolio-php .portfolio-items .col.span_4{background-color:#ffffff;}#footer-outer,#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap{background-color:#313233!important;}#footer-outer #footer-widgets{border-bottom:none!important;}#footer-outer #footer-widgets .col ul li{border-bottom:1px solid rgba(0,0,0,0.1)!important;}#footer-outer #footer-widgets .col .widget_recent_comments ul li{background-color:rgba(0,0,0,0.07)!important;border-bottom:0!important;}#footer-outer,#footer-outer a:not(.nectar-button),body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type=text]{color:#CCCCCC!important;}#footer-outer .widget h4,#footer-outer .col .widget_recent_entries span,#footer-outer .col .recent_posts_extra_widget .post-widget-text span{color:#777777!important;}#footer-outer #copyright,body{border:none!important;background-color:#1F1F1F!important;}#footer-outer #copyright li a i,#footer-outer #copyright p{color:#777777!important;}#footer-outer #copyright li a:hover i,#footer-outer[data-cols="1"] #copyright li a:hover i{border-color:#ffffff!important;color:#ffffff!important;}#call-to-action{background-color:#ECEBE9!important;}#call-to-action span{color:#4B4F52!important;}body #slide-out-widget-area-bg{background-color:rgba(0,0,0,0.6);}#nectar_fullscreen_rows{background-color:;}</style><style type="text/css"> #header-outer,.ascend #header-outer[data-full-width="true"][data-using-pr-menu="true"] header#top nav ul.buttons li.menu-item,.ascend #header-outer[data-full-width="true"][data-format="centered-menu"] header#top nav ul.buttons li#social-in-menu{padding-top:28px;}body #header-outer[data-format="centered-menu-under-logo"] .span_3{padding-bottom:28px;}#header-outer #logo img{height:55px;}.ascend #header-outer[data-full-width="true"] header#top nav > ul.buttons{margin-top:-28px;}header#top nav > ul > li:not(#social-in-menu) > a{padding-bottom:48px;padding-top:20px;}header#top nav > ul > li#social-in-menu > a{margin-bottom:48px;margin-top:20px;}#header-outer .cart-menu{padding-bottom:46px;padding-top:46px;}header#top nav > ul li#search-btn,header#top nav > ul li.slide-out-widget-area-toggle{padding-bottom:20px;padding-top:21px;}header#top .sf-menu > li.sfHover > ul{top:16px;}.sf-sub-indicator{height:20px;}#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a,header#top nav > ul > li[class*="button_solid_color"] > a,body #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_solid_color"] a:hover,#header-outer[data-lhe="animated_underline"] header#top nav > ul > li[class*="button_bordered"] > a,header#top nav > ul > li[class*="button_bordered"] > a,body #header-outer.transparent header#top nav > ul > li[class*="button_bordered"] > a,body #header-outer.transparent header#top nav > ul > li[class*="button_solid_color"] > a,#header-outer[data-lhe="animated_underline"] header#top nav > ul > li[class*="button_solid_color"] > a{margin-left:10px;margin-right:10px;}#header-outer[data-lhe="default"] header#top nav > ul > li > a{padding-left:10px;padding-right:10px;}#header-space{height:111px;}body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect{top:111px;}body.single-product div.product .product_title{padding-right:0;}#ajax-loading-screen .reveal-1{background-color:#ffffff;}#ajax-loading-screen .reveal-2{background-color:#ffffff;}@media only screen and (max-width:1000px){body header#top #logo img,#header-outer[data-permanent-transparent="false"] #logo .dark-version{height:24px!important;}header#top .col.span_9{min-height:48px;line-height:28px;}}body #header-outer,body[data-header-color="dark"] #header-outer{background-color:rgba(255,255,255,100);}.nectar-slider-loading .loading-icon,.portfolio-loading,#ajax-loading-screen .loading-icon,.loading-icon,.pp_loaderIcon{background-image:url("http://everydayexiles.com/wp-content/uploads/2017/04/EEcircle.png");}@media only screen and (min-width:1000px) and (max-width:1300px){.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,.full-width-content .vc_span12 .swiper-slide .content h2{font-size:45px!important;line-height:51px!important;}.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:18px!important;line-height:31.2px!important;}}@media only screen and (min-width :690px) and (max-width :1000px){.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,.full-width-content .vc_span12 .swiper-slide .content h2{font-size:33px!important;line-height:39px!important;}.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:13.2px!important;line-height:24px!important;}}@media only screen and (max-width :690px){.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2{font-size:15px!important;line-height:21px!important;}.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p,.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p{font-size:10px!important;line-height:17.52px!important;}}#header-outer.transparent header#top #logo,#header-outer.transparent header#top #logo:hover{color:#ffffff!important;}#header-outer.transparent header#top nav > ul > li > a,#header-outer.transparent header#top nav ul #search-btn a span.icon-salient-search,#header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class^="icon-"],#header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],#header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart,.ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart{color:#ffffff!important;opacity:0.75!important;transition:opacity 0.2s linear,color 0.2s linear;}#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover,#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a,#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_ancestor > a,#header-outer.transparent header#top nav .sf-menu > li.current-menu-item > a,#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a,#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-item > a,#header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_item > a,#header-outer.transparent header#top nav > ul > li > a:hover > .sf-sub-indicator > i,#header-outer.transparent header#top nav > ul > li.sfHover > a > span > i,#header-outer.transparent header#top nav ul #search-btn a:hover span,#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a:hover span,#header-outer.transparent header#top nav .sf-menu > li.current-menu-item > a i,#header-outer.transparent header#top nav .sf-menu > li.current-menu-ancestor > a i,#header-outer.transparent .cart-outer:hover .icon-salient-cart,.ascend #boxed #header-outer.transparent .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart{opacity:1!important;color:#ffffff!important;}#header-outer.transparent[data-lhe="animated_underline"] header#top nav > ul > li > a:hover,#header-outer.transparent[data-lhe="animated_underline"] header#top nav .sf-menu > li.sfHover > a,#header-outer.transparent[data-lhe="animated_underline"] header#top nav .sf-menu > li.current-menu-ancestor > a,#header-outer.transparent[data-lhe="animated_underline"] header#top nav .sf-menu > li.current_page_item > a{opacity:1!important;}#header-outer[data-lhe="animated_underline"].transparent header#top nav > ul > li > a:after,#header-outer.transparent header#top nav>ul>li[class*="button_bordered"]>a:before{border-color:#ffffff!important;}#header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines,#header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines:before,#header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a i.lines:after,#header-outer.transparent:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after,#header-outer.transparent.directional-nav-effect > header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i,#header-outer.transparent.directional-nav-effect > header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:after,#header-outer.transparent.directional-nav-effect > header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:before,#header-outer.transparent:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a i.lines,#header-outer.transparent:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a i.lines:before,#header-outer.transparent:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a i.lines:after,#header-outer.transparent.directional-nav-effect .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i,#header-outer.transparent.directional-nav-effect .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:after,#header-outer.transparent.directional-nav-effect .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a span.light .lines-button i:before{background-color:#ffffff!important;}#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a i.lines,#header-outer.transparent:not(.side-widget-open) header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] a i.lines-button:after{opacity:0.75!important;}#header-outer.transparent.side-widget-open header#top nav ul .slide-out-widget-area-toggle a i.lines,#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] a:hover i.lines-button:after,#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a:hover i.lines,#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:before,#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a:hover i.lines:after{opacity:1!important;}#header-outer.transparent.dark-slide > header#top nav > ul > li > a,#header-outer.transparent.dark-row > header#top nav > ul > li > a,#header-outer.transparent.dark-slide:not(.directional-nav-effect) > header#top nav ul #search-btn a span,#header-outer.transparent.dark-row:not(.directional-nav-effect) > header#top nav ul #search-btn a span,#header-outer.transparent.dark-slide > header#top nav > ul > li > a > .sf-sub-indicator [class^="icon-"],#header-outer.transparent.dark-slide > header#top nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],#header-outer.transparent.dark-row > header#top nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],#header-outer.transparent.dark-slide:not(.directional-nav-effect) .cart-menu .cart-icon-wrap .icon-salient-cart,#header-outer.transparent.dark-row:not(.directional-nav-effect) .cart-menu .cart-icon-wrap .icon-salient-cart,body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide > header#top .cart-outer .cart-menu .cart-icon-wrap i,body.ascend #boxed #header-outer.transparent.dark-slide > header#top .cart-outer .cart-menu .cart-icon-wrap i,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav > ul > li > a,#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul #search-btn a span,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav > ul > li > a > .sf-sub-indicator [class^="icon-"],#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top .cart-menu .cart-icon-wrap .icon-salient-cart,body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top .cart-outer .cart-menu .cart-icon-wrap i,body.ascend #boxed #header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top .cart-outer .cart-menu .cart-icon-wrap i{color:#000000!important;}#header-outer.transparent.dark-slide:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a .lines-button i,#header-outer.transparent.dark-slide:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a .lines-button i:after,#header-outer.transparent.dark-slide:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle a .lines-button i:before,#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a .lines-button i,#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a .lines-button i:after,#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle a .lines-button i:before,#header-outer.transparent.dark-slide:not(.directional-nav-effect) > header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after,#header-outer.transparent.dark-slide:not(.directional-nav-effect) .midnightHeader.nectar-slider header#top nav ul .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after{background-color:#000000!important;}#header-outer.transparent.dark-slide > header#top nav > ul > li > a:hover,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.sfHover > a,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current_page_ancestor > a,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-menu-item > a,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-menu-ancestor > a,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current_page_item > a,#header-outer.transparent.dark-slide > header#top nav > ul > li > a:hover > .sf-sub-indicator > i,#header-outer.transparent.dark-slide > header#top nav > ul > li.sfHover > a > span > i,#header-outer.transparent.dark-slide > header#top nav ul #search-btn a:hover span,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-menu-item > a i,#header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-menu-ancestor > a i,#header-outer.transparent.dark-slide > header#top .cart-outer:hover .icon-salient-cart,body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide > header#top .cart-outer:hover .cart-menu .cart-icon-wrap i,#header-outer.transparent.dark-slide > header#top #logo,#header-outer[data-permanent-transparent="1"].transparent.dark-slide .midnightHeader.nectar-slider header#top .span_9 > .slide-out-widget-area-toggle i,#header-outer.transparent:not([data-lhe="animated_underline"]).dark-slide header#top nav .sf-menu > li.current_page_item > a,#header-outer.transparent:not([data-lhe="animated_underline"]).dark-slide header#top nav .sf-menu > li.current-menu-ancestor > a,#header-outer.transparent:not([data-lhe="animated_underline"]).dark-slide header#top nav > ul > li > a:hover,#header-outer.transparent:not([data-lhe="animated_underline"]).dark-slide header#top nav .sf-menu > li.sfHover > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav > ul > li > a:hover,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.sfHover > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current_page_ancestor > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current-menu-item > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current-menu-ancestor > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current_page_item > a,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav > ul > li > a:hover > .sf-sub-indicator > i,#header-outer.transparent.dark-slide header#top nav > ul > li.sfHover > a > span > i,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav ul #search-btn a:hover span,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current-menu-item > a i,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top nav .sf-menu > li.current-menu-ancestor > a i,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top .cart-outer:hover .icon-salient-cart,body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide > header#top .cart-outer:hover .cart-menu .cart-icon-wrap i,#header-outer.transparent.dark-slide .midnightHeader.nectar-slider header#top #logo,.swiper-wrapper .swiper-slide[data-color-scheme="dark"] .slider-down-arrow i.icon-default-style[class^="icon-"],.slider-prev.dark-cs i,.slider-next.dark-cs i,.swiper-container .dark-cs.slider-prev .slide-count span,.swiper-container .dark-cs.slider-next .slide-count span{color:#000000!important;}#header-outer[data-lhe="animated_underline"].transparent.dark-slide header#top nav > ul > li > a:after,#header-outer[data-lhe="animated_underline"].transparent:not(.side-widget-open) .midnightHeader.dark header#top nav > ul > li > a:after,#header-outer[data-lhe="animated_underline"].transparent:not(.side-widget-open) .midnightHeader.default header#top nav > ul > li > a:after,#header-outer.dark-slide.transparent:not(.side-widget-open) header#top nav>ul>li[class*="button_bordered"]>a:before{border-color:#000000!important;}.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch.swiper-active-switch i,.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch:hover i{background-color:#000000;}.slider-pagination.dark-cs .swiper-pagination-switch{border:1px solid #000000;background-color:transparent;}.slider-pagination.dark-cs .swiper-pagination-switch:hover{background:none repeat scroll 0 0 #000000;}.slider-pagination.dark-cs .swiper-active-switch{background:none repeat scroll 0 0 #000000;}#fp-nav:not(.light-controls) ul li a span:after{background-color:#000000;}#fp-nav:not(.light-controls) ul li a span{box-shadow:inset 0 0 0 8px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 0 8px rgba(0,0,0,0.3);}body #fp-nav ul li a.active span{box-shadow:inset 0 0 0 2px rgba(0,0,0,0.8);-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.8);}.no-rgba #header-space{display:none;}@media only screen and (min-width:1000px){#header-space{display:none;}.nectar-slider-wrap.first-section,.parallax_slider_outer.first-section,.full-width-content.first-section,.parallax_slider_outer.first-section .swiper-slide .content,.nectar-slider-wrap.first-section .swiper-slide .content,#page-header-bg,.nder-page-header,#page-header-wrap,.full-width-section.first-section{margin-top:0!important;}body #page-header-bg,body #page-header-wrap{height:111px;}.swiper-container .slider-prev,.swiper-container .slider-next{top:52%!important;}.first-section .nectar-slider-loading .loading-icon{opacity:0}body #search-outer{z-index:100000;}}.loading-icon .material-icon .bar:after{background-color:#2c6be0;}.loading-icon .material-icon .bar{border-color:#2c6be0;}.loading-icon .material-icon .color-2 .bar:after{background-color:#2b73d8;}.loading-icon .material-icon .color-2 .bar{border-color:#2b73d8;}@media only screen and (min-width:1000px){.container,body[data-header-format="left-header"] .container,.woocommerce-tabs .full-width-content .tab-container,.nectar-recent-posts-slider .flickity-page-dots,#post-area.standard-minimal.full-width-content article.post .inner-wrap{max-width:1425px;width:100%;margin:0 auto;padding:0 90px;}body[data-header-format="left-header"] .container,body[data-header-format="left-header"] .woocommerce-tabs .full-width-content .tab-container,body[data-header-format="left-header"] .nectar-recent-posts-slider .flickity-page-dots,body[data-header-format="left-header"] #post-area.standard-minimal.full-width-content article.post .inner-wrap{padding:0 60px;}body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container),.nectar-recent-posts-slider .flickity-page-dots,#nectar_fullscreen_rows[data-footer="default"] #footer-widgets .container,#nectar_fullscreen_rows[data-footer="default"] #copyright .container{padding:0 90px!important;}.swiper-slide .content{padding:0 90px;}body[data-header-format="left-header"] .container .page-submenu.stuck .container:not(.tab-container),body[data-header-format="left-header"] .nectar-recent-posts-slider .flickity-page-dots{padding:0 60px!important;}body[data-header-format="left-header"] .swiper-slide .content{padding:0 60px;}body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container){width:100%!important;padding:0!important;}body .carousel-heading .container{padding:0 10px!important;}body .carousel-heading .container .carousel-next{right:10px;}body .carousel-heading .container .carousel-prev{right:35px;}.carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link{left:90px;}.carousel-wrap[data-full-width="true"] .carousel-heading{margin-left:-20px;margin-right:-20px;}.carousel-wrap[data-full-width="true"] .carousel-next{right:90px!important;}.carousel-wrap[data-full-width="true"] .carousel-prev{right:115px!important;}.carousel-wrap[data-full-width="true"]{padding:0!important;}.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper{padding:20px!important;}#search-outer #search #close a{right:90px;}#boxed,#boxed #header-outer,#boxed #header-secondary-outer,#boxed #slide-out-widget-area-bg.fullscreen,#boxed #page-header-bg[data-parallax="1"],#boxed #featured,body[data-footer-reveal="1"] #boxed #footer-outer,#boxed .orbit > div,#boxed #featured article,.ascend #boxed #search-outer{max-width:1400px!important;width:90%!important;min-width:980px;}body[data-hhun="1"] #boxed #header-outer:not(.detached),body[data-hhun="1"] #boxed #header-secondary-outer{width:100%!important;}#boxed #search-outer #search #close a{right:0!important;}#boxed .container{width:92%;padding:0;}#boxed #footer-outer #footer-widgets,#boxed #footer-outer #copyright{padding-left:0;padding-right:0;}#boxed .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link{left:35px;}#boxed .carousel-wrap[data-full-width="true"] .carousel-next{right:35px!important;}#boxed .carousel-wrap[data-full-width="true"] .carousel-prev{right:60px!important;}}@media only screen and (min-width:1000px){.container,body[data-header-format="left-header"] .container,.woocommerce-tabs .full-width-content .tab-container,.nectar-recent-posts-slider .flickity-page-dots,#post-area.standard-minimal.full-width-content article.post .inner-wrap{max-width:1425px;}}.pagination-navigation{-webkit-filter:url("http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/#goo");filter:url("http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/#goo");}.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap{padding:10% 12%!important;}</style><style type="text/css"> body,.toggle h3 a,body .ui-widget,table,.bar_graph li span strong,#slide-out-widget-area .tagcloud a,body .container .woocommerce-message a.button,#search-results .result .title span,.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.row .col.section-title .nectar-love span,body .nectar-love span,body .nectar-social .nectar-love .nectar-love-count,body .carousel-heading h2,.sharing-default-minimal .nectar-social .social-text,body .sharing-default-minimal .nectar-love{font-size:14px;line-height:25.2px;}.nectar-fancy-ul ul li .icon-default-style[class^="icon-"]{line-height:25.2px!important;}header#top nav > ul > li > a{font-family:Lovelo,sans-serif;letter-spacing:2px;font-size:12px;line-height:16.8px;}header#top nav > ul > li.button_solid_color > a:before,#header-outer.transparent header#top nav > ul > li.button_solid_color > a:before{height:21.8px;}header#top nav > ul > li.button_bordered > a:before,#header-outer.transparent header#top nav > ul > li.button_bordered > a:before{height:31.8px;}header#top .sf-menu li ul li a,#header-secondary-outer nav > ul > li > a,#header-secondary-outer ul ul li a,#header-outer .widget_shopping_cart .cart_list a{}@media only screen and (min-width :1px) and (max-width :1000px){header#top .sf-menu a{font-family:-!important;font-size:14px!important;}}#page-header-bg h1,body h1,body .row .col.section-title h1,.full-width-content .recent-post-container .inner-wrap h2{font-family:Lovelo,sans-serif;font-size:54px;line-height:60px;}@media only screen and (max-width:1300px) and (min-width:1000px){body .row .col.section-title h1,body h1,.full-width-content .recent-post-container .inner-wrap h2{font-size:37.8px;line-height:42px;}}@media only screen and (max-width:1000px) and (min-width:690px){body .row .col.section-title h1,body h1{font-size:35.1px;line-height:39px;}.full-width-content .recent-post-container .inner-wrap h2{font-size:32.4px;line-height:36px;}}@media only screen and (max-width:690px){body .row .col.section-title h1,body h1{font-size:32.4px;line-height:36px;}.full-width-content .recent-post-container .inner-wrap h2{font-size:24.3px;line-height:27px;}}#page-header-bg h2,body h2,article.post .post-header h2,article.post.quote .post-content h2,article.post.link .post-content h2,article.post.format-status .post-content h2,#call-to-action span,.woocommerce .full-width-tabs #reviews h3,.row .col.section-title h2{font-family:Merriweather;font-size:27px;line-height:44.55px;font-weight:400;}@media only screen and (max-width:1300px) and (min-width:1000px){body h2{font-size:22.95px;line-height:37.8675px;}.row .span_2 h2,.row .span_3 h2,.row .span_4 h2,.row .vc_col-sm-2 h2,.row .vc_col-sm-3 h2,.row .vc_col-sm-4 h2{font-size:18.9px;line-height:31.185px;}}@media only screen and (max-width:690px){.col h2{font-size:22.95px;line-height:37.8675px;}}body h3,.row .col h3,.toggle h3 a,.ascend #respond h3,.ascend h3#comments,.woocommerce ul.products li.product.text_on_hover h3,.masonry.classic_enhanced .masonry-blog-item h3.title,.woocommerce ul.products li.product.material h3,.woocommerce-page ul.products li.product.material h3,.portfolio-items[data-ps="8"] .col h3,.nectar-hor-list-item[data-font-family="h3"]{font-family:Open Sans;font-size:18px;line-height:26px;font-weight:300;}@media only screen and (min-width:1000px){.ascend .comments-section .comment-wrap.full-width-section > h3,.blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3{font-size:30.6px!important;line-height:38.6px!important;}.masonry.classic_enhanced .masonry-blog-item.large_featured h3.title{font-size:27px!important;line-height:39px!important;}}@media only screen and (min-width:1300px) and (max-width:1500px){body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3{font-size:15.3px!important;line-height:22.1px;}}@media only screen and (max-width:1300px) and (min-width:1000px),(max-width:690px){.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3{font-size:12.6px;line-height:18.2px;}}body h4,.row .col h4,.portfolio-items .work-meta h4,.list-icon-holder[data-icon_type="numerical"] span,.portfolio-items .col.span_3 .work-meta h4,#respond h3,h3#comments,.portfolio-items[data-ps="6"] .work-meta h4,.nectar-hor-list-item[data-font-family="h4"]{font-family:Merriweather;font-weight:400;}@media only screen and (min-width:690px){.portfolio-items[data-ps="6"] .wide_tall .work-meta h4{font-size:;line-height:;}.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove){font-family:Merriweather!important;font-weight:400!important;}}body h5,.row .col h5,.portfolio-items .work-item.style-3-alt p,.nectar-hor-list-item[data-font-family="h5"]{font-family:Merriweather;letter-spacing:.5px;font-size:23px;line-height:33px;font-weight:400;}body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5{font-size:32px!important;}@media only screen and (min-width:1000px) and (max-width:1300px){.col.vc_span3 h5,.col.vc_span4 h5,.col.vc_col-sm-3 h5,.col.vc_col-sm-4 h5{font-size:16px!important;}}body h6,.row .col h6,.nectar-hor-list-item[data-font-family="h6"]{}body i,body em,.masonry.meta_overlaid article.post .post-header .meta-author > span,#post-area.masonry.meta_overlaid article.post .post-meta .date,#post-area.masonry.meta_overlaid article.post.quote .quote-inner .author,#post-area.masonry.meta_overlaid article.post.link .post-content .destination,body .testimonial_slider[data-style="minimal"] blockquote span.title{font-family:Libre Baskerville;text-transform:none;letter-spacing:.5px;font-size:14px;line-height:24px;font-weight:400;font-style:italic}form label,.woocommerce-checkout-review-order-table .product-info .amount,.woocommerce-checkout-review-order-table .product-info .product-quantity,.nectar-progress-bar p,.nectar-progress-bar span strong i,.nectar-progress-bar span strong,.testimonial_slider:not([data-style="minimal"]) blockquote span,.woocommerce-ordering .select2-container .select2-choice>.select2-chosen,.tabbed[data-style="minimal_alt"] > ul li a{}.portfolio-filters-inline .container > ul a,.portfolio-filters > ul a,.portfolio-filters > a span{}.portfolio-items .col p,.container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text){}.nectar-dropcap{}body #page-header-bg h1,html body .row .col.section-title h1,.nectar-box-roll .overlaid-content h1{font-family:Lovelo,sans-serif;font-size:65px;line-height:75px;font-weight:700;}@media only screen and (min-width:690px) and (max-width:1000px){#page-header-bg .span_6 h1,.overlaid-content h1{font-size:45.5px!important;line-height:49.5px!important;}}@media only screen and (min-width:1000px) and (max-width:1300px){#page-header-bg .span_6 h1,.nectar-box-roll .overlaid-content h1{font-size:55.25px;line-height:63.75px;}}@media only screen and (min-width:1300px) and (max-width:1500px){#page-header-bg .span_6 h1,.nectar-box-roll .overlaid-content h1{font-size:58.5px;line-height:67.5px;}}@media only screen and (max-width:690px){#page-header-bg.fullscreen-header .span_6 h1,.overlaid-content h1{font-size:29.25px!important;line-height:33.75px!important;}}body #page-header-bg .span_6 span.subheader,body .row .col.section-title > span,.nectar-box-roll .overlaid-content .subheader{font-family:Libre Baskerville;font-size:26px;line-height:36px;font-weight:400;font-style:italic}@media only screen and (min-width:1000px) and (max-width:1300px){body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader,body .row .col.section-title > span{font-size:20.8px;line-height:28.8px;}}@media only screen and (min-width:690px) and (max-width:1000px){body #page-header-bg.fullscreen-header .span_6 span.subheader,.overlaid-content .subheader{font-size:23.4px!important;line-height:32.4px!important;}#page-header-bg .span_6 span.subheader{font-size:22px!important;}}@media only screen and (max-width:690px){body #page-header-bg.fullscreen-header .span_6 span.subheader,.overlaid-content .subheader{font-size:18.2px!important;line-height:25.2px!important;}#page-header-bg .span_6 span.subheader{font-size:15px!important;}}body #slide-out-widget-area .inner .off-canvas-menu-container li a,body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,body #nectar-ocm-ht-line-check{}@media only screen and (min-width:690px) and (max-width:1000px){body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a{font-size:;line-height:;}}@media only screen and (max-width:690px){body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a{font-size:;line-height:;}}#slide-out-widget-area .menuwrapper li small{}@media only screen and (min-width:690px) and (max-width:1000px){#slide-out-widget-area .menuwrapper li small{font-size:;line-height:;}}@media only screen and (max-width:690px){#slide-out-widget-area .menuwrapper li small{font-size:;line-height:;}}.swiper-slide .content h2{font-family:Libre Baskerville;text-transform:capitalize;font-size:102px;line-height:110px;font-weight:400;}@media only screen and (min-width:1000px) and (max-width:1300px){body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,body .full-width-content .vc_span12 .swiper-slide .content h2{font-size:81.6px!important;line-height:88px!important;}}@media only screen and (min-width:690px) and (max-width:1000px){body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,body .full-width-content .vc_span12 .swiper-slide .content h2{font-size:61.2px!important;line-height:66px!important;}}@media only screen and (max-width:690px){body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,body .full-width-content .vc_span12 .swiper-slide .content h2{font-size:51px!important;line-height:55px!important;}}#featured article .post-title h2 span,.swiper-slide .content p,#portfolio-filters-inline #current-category,body .vc_text_separator div{font-family:Libre Baskerville;font-size:22px;line-height:41px!important;font-weight:400;font-style:italic}#portfolio-filters-inline ul{line-height:41px!important;}.swiper-slide .content p.transparent-bg span{line-height:47px;}@media only screen and (min-width:1000px) and (max-width:1300px){.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:17.6px!important;line-height:32.8px!important;}}@media only screen and (min-width:690px) and (max-width:1000px){.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:15.4px!important;line-height:28.7px!important;}}@media only screen and (max-width:690px){body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,body .full-width-content .vc_span12 .swiper-slide .content p{font-size:15.4px!important;line-height:28.7px!important;}}.testimonial_slider blockquote,.testimonial_slider blockquote span,.testimonial_slider[data-style="minimal"] blockquote span:not(.title),.testimonial_slider[data-style="minimal"] blockquote,blockquote,.testimonial_slider[data-style="minimal"] .controls{font-family:Merriweather;font-size:19px;line-height:38px!important;}#footer-outer .widget h4,#sidebar h4,#call-to-action .container a,.uppercase,.nectar-button,.nectar-button.medium,.nectar-button.small,.nectar-3d-transparent-button,body .widget_calendar table th,body #footer-outer #footer-widgets .col .widget_calendar table th,.swiper-slide .button a,body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > a,.carousel-heading h2,body .gform_wrapper .top_label .gfield_label,body .vc_pie_chart .wpb_pie_chart_heading,#infscr-loading div,#page-header-bg .author-section a,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.ascend input[type="submit"],.ascend button[type="submit"],.widget h4,.text-on-hover-wrap .categories a,.text_on_hover.product .add_to_cart_button,.woocommerce-page .single_add_to_cart_button,.woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.qty,.woocommerce-page #respond input#submit,.meta_overlaid article.post .post-header h2,.meta_overlaid article.post.quote .post-content h2,.meta_overlaid article.post.link .post-content h2,.meta_overlaid article.post.format-status .post-content h2,.meta_overlaid article .meta-author a,.pricing-column.highlight h3 .highlight-reason,.blog-recent[data-style="minimal"] .col > span,body .masonry.classic_enhanced .posts-container article .meta-category a,body .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a,.blog-recent[data-style*="classic_enhanced"] .meta-category a,.nectar-recent-posts-slider .container .strong,#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a,.single .heading-title[data-header-style="default_minimal"] .meta-category a,.nectar-fancy-box .link-text,#post-area.standard-minimal article.post .post-meta .date a,#post-area.standard-minimal article.post .more-link span,.nectar-slide-in-cart .widget_shopping_cart .buttons a,.material.product .product-wrap .product-add-to-cart a .price .amount,.material.product .product-wrap .product-add-to-cart a span,ul.products li.material.product span.onsale,body[data-button-style="rounded"] #pagination > a,html body #pagination > span,.woocommerce nav.woocommerce-pagination ul li a,html body nav.woocommerce-pagination ul li a,html body nav.woocommerce-pagination ul li span,.woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart,.woocommerce-page ul.products li.product.material .price,.woocommerce-page ul.products li.product.material .price ins span,body[data-form-submit="see-through-2"] input[type=submit],body[data-form-submit="see-through-2"] button[type=submit],body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],body[data-form-submit="regular"] input[type=submit] body[data-form-submit="regular"] button[type=submit],.nectar_team_member_overlay .team_member_details .title,body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul > a,.nectar_fullscreen_zoom_recent_projects .project-slide .project-info .normal-container > a,.nectar-hor-list-item .nectar-list-item-btn{font-family:Lovelo,sans-serif;letter-spacing:2px;font-size:14px;font-weight:normal;}.team-member h4,.row .col.section-title p,.row .col.section-title span,#page-header-bg .subheader,.nectar-milestone .subject,.testimonial_slider blockquote span{}article.post .post-meta .month{line-height:-6px!important;}</style>
		<!-- A font fabric font - http://fontfabric.com/lovelo-font/ -->
		<style> @font-face { font-family: 'Lovelo'; src: url('http://everydayexiles.com/wp-content/themes/salient/css/fonts/Lovelo_Black.eot'); src: url('http://everydayexiles.com/wp-content/themes/salient/css/fonts/Lovelo_Black.eot?#iefix') format('embedded-opentype'), url('http://everydayexiles.com/wp-content/themes/salient/css/fonts/Lovelo_Black.woff') format('woff'),  url('http://everydayexiles.com/wp-content/themes/salient/css/fonts/Lovelo_Black.ttf') format('truetype'), url('http://everydayexiles.com/wp-content/themes/salient/css/fonts/Lovelo_Black.svg#loveloblack') format('svg'); font-weight: normal; font-style: normal; } </style><meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/>
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="http://everydayexiles.com/wp-content/plugins/js_composer_salient/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="twitter:widgets:link-color" content="#000000" /><meta name="twitter:widgets:border-color" content="#000000" /><meta name="twitter:partner" content="tfwp" /><script data-cfasync="false" type="text/javascript">if (window.addthis_product === undefined) { window.addthis_product = "wpp"; } if (window.wp_product_version === undefined) { window.wp_product_version = "wpp-6.1.2"; } if (window.wp_blog_version === undefined) { window.wp_blog_version = "4.9.4"; } if (window.addthis_share === undefined) { window.addthis_share = {}; } if (window.addthis_config === undefined) { window.addthis_config = {"data_track_clickback":true,"data_ga_property":"UA-96517994-1","data_ga_social":true,"ui_atversion":"300","data_track_addressbar":true}; } if (window.addthis_plugin_info === undefined) { window.addthis_plugin_info = {"info_status":"enabled","cms_name":"WordPress","plugin_name":"Share Buttons by AddThis","plugin_version":"6.1.2","plugin_mode":"AddThis","anonymous_profile_id":"wp-34badb3bdc84a098d01360856063b80c","page_info":{"template":"posts","post_type":""},"sharing_enabled_on_post_via_metabox":false}; } 
                    (function() {
                      var first_load_interval_id = setInterval(function () {
                        if (typeof window.addthis !== 'undefined') {
                          window.clearInterval(first_load_interval_id);
                          if (typeof window.addthis_layers !== 'undefined' && Object.getOwnPropertyNames(window.addthis_layers).length > 0) {
                            window.addthis.layers(window.addthis_layers);
                          }
                          if (Array.isArray(window.addthis_layers_tools)) {
                            for (i = 0; i < window.addthis_layers_tools.length; i++) {
                              window.addthis.layers(window.addthis_layers_tools[i]);
                            }
                          }
                        }
                     },1000)
                    }());
                </script> <script data-cfasync="false" type="text/javascript"src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58e2a2280f8e90e1" async="async"></script><link rel="icon" href="http://everydayexiles.com/wp-content/uploads/2017/04/cropped-EEcircle-32x32.png" sizes="32x32" />
<link rel="icon" href="http://everydayexiles.com/wp-content/uploads/2017/04/cropped-EEcircle-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://everydayexiles.com/wp-content/uploads/2017/04/cropped-EEcircle-180x180.png" />
<meta name="msapplication-TileImage" content="http://everydayexiles.com/wp-content/uploads/2017/04/cropped-EEcircle-270x270.png" />
<!-- BEGIN GADWP v5.1.2.5 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ -->
<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-96517994-1', 'auto');
  ga('require', 'displayfeatures');
  ga('send', 'pageview');
</script>
<!-- END GADWP Universal Analytics -->

<meta name="twitter:card" content="summary" /><meta name="twitter:title" content="The Body Mobilizing: Hurricane Harvey" /><meta name="twitter:site" content="@mybigjesus" /><meta name="twitter:description" content="The images coming out of Texas have deeply gripped my heart. The images of floodwaters covering buildings, streets, and neighborhoods are gut wrenching. I can&#039;t look through the photos without&hellip;" /><meta name="twitter:image" content="http://everydayexiles.com/wp-content/uploads/2017/08/cold-front-warm-front-hurricane-felix-76969.jpeg" />
<noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
 

<!-- 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', '101635180393159'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=101635180393159&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->


</head>


<body class="post-template-default single single-post postid-5447 single-format-standard ascend wpb-js-composer js-comp-ver-5.0.1 vc_responsive" data-footer-reveal="1" data-header-format="centered-menu" data-footer-reveal-shadow="small" data-dropdown-style="minimal" data-cae="linear" data-megamenu-width="full-width" data-cad="650" data-aie="none" data-ls="pretty_photo" data-apte="standard" data-hhun="0" data-fancy-form-rcs="default" data-form-style="default" data-form-submit="regular" data-is="inherit" data-button-style="default" data-header-inherit-rc="false" data-header-search="true" data-animated-anchors="true" data-ajax-transitions="true" data-full-width-header="true" data-slide-out-widget-area="true" data-slide-out-widget-area-style="slide-out-from-right-hover" data-user-set-ocm="1" data-loading-animation="spin" data-bg-header="true" data-ext-responsive="true" data-header-resize="1" data-header-color="light"  data-smooth-scrolling="0" data-permanent-transparent="false" data-responsive="1" >

<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId      : '479805185729114',
      xfbml      : true,
      version    : 'v2.10'
    });
    FB.AppEvents.logPageView();
  };

  (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";
     fjs.parentNode.insertBefore(js, fjs);
   }(document, 'script', 'facebook-jssdk'));
</script>
<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&version=v2.10&appId=479805185729114";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


 <div id="header-space" data-header-mobile-fixed='1'></div> 
<div id="header-outer" data-has-menu="true" data-transparent-header="true" data-remove-border="false" class="transparent" data-using-pr-menu="false" data-mobile-fixed="1" data-ptnm="1" data-lhe="default" data-user-set-bg="#ffffff" data-format="centered-menu" data-permanent-transparent="false" data-megamenu-rt="0" data-remove-fixed="0" data-cart="false" data-transparency-option="" data-box-shadow="small" data-shrink-num="00" data-full-width="true" data-using-secondary="0" data-using-logo="1" data-logo-height="55" data-m-logo-height="24" data-padding="28" data-header-resize="1">
	
		
	<header id="top">
		
		<div class="container">
			
			<div class="row">
				  
				<div class="col span_3">
					
					<a id="logo" href="http://everydayexiles.com" >

						<img class="stnd default-logo dark-version" alt="Everyday Exiles" src="http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500-2.png" srcset="http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500-2.png 1x, http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500-1.png 2x" /><img class="starting-logo default-logo"  alt="Everyday Exiles" src="http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500.png" srcset="http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500.png 1x, http://everydayexiles.com/wp-content/uploads/2017/04/ee-2500.png 2x" /> 

					</a>

				</div><!--/span_3-->
				
				<div class="col span_9 col_last">
					
											<div class="slide-out-widget-area-toggle mobile-icon slide-out-from-right-hover" data-icon-animation="simple-transform">
							<div> <a href="#sidewidgetarea" class="closed"> <span> <i class="lines-button x2"> <i class="lines"></i> </i> </span> </a> </div> 
       					</div>
										
					
					<nav>

													<ul class="buttons" data-user-set-ocm="1">

								
																	<li id="search-btn"><div><a href="#searchbox"><span class="icon-salient-search" aria-hidden="true"></span></a></div> </li>
								
																	<li class="slide-out-widget-area-toggle" data-icon-animation="simple-transform">
										<div> <a href="#sidewidgetarea" class="closed"> <span> <i class="lines-button x2"> <i class="lines"></i> </i> </span> </a> </div> 
	       							</li>
															</ul>
						
						<ul class="sf-menu">	
							<li id="menu-item-3649" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-3649"><a href="http://everydayexiles.com">Home</a></li>
<li id="menu-item-3858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3858"><a href="http://everydayexiles.com/who-we-are-2/">About</a>
<ul class="sub-menu">
	<li id="menu-item-3740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3740"><a href="http://everydayexiles.com/who-we-are-2/">Who We Are</a></li>
	<li id="menu-item-3654" class="menu-item menu-item-type-post_type menu-item-object-page current-post-parent menu-item-3654"><a href="http://everydayexiles.com/authors/">Our Writing Community</a></li>
	<li id="menu-item-3855" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3855"><a href="http://everydayexiles.com/our-team/">Our Team</a></li>
</ul>
</li>
<li id="menu-item-3650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3650"><a href="http://everydayexiles.com/categories/">Topics</a>
<ul class="sub-menu">
	<li id="menu-item-3754" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3754"><a href="http://everydayexiles.com/category/relationships/">Relationships</a></li>
	<li id="menu-item-3749" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-3749"><a href="http://everydayexiles.com/category/culture/">Culture</a></li>
	<li id="menu-item-3748" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3748"><a href="http://everydayexiles.com/category/family-life/">Family Life</a></li>
	<li id="menu-item-3955" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3955"><a href="http://everydayexiles.com/category/college/">College</a></li>
	<li id="menu-item-3953" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3953"><a href="http://everydayexiles.com/category/christian-life/">Christian Life</a></li>
	<li id="menu-item-3954" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3954"><a href="http://everydayexiles.com/category/career/">Career</a></li>
	<li id="menu-item-3755" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3755"><a href="http://everydayexiles.com/category/leadership/">Leadership</a></li>
	<li id="menu-item-3952" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3952"><a href="http://everydayexiles.com/category/reviews/">Reviews</a></li>
	<li id="menu-item-3751" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3751"><a href="http://everydayexiles.com/category/suffering/">Suffering</a></li>
</ul>
</li>
<li id="menu-item-3652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3652"><a href="http://everydayexiles.com/podcasts/">Podcasts</a>
<ul class="sub-menu">
	<li id="menu-item-5529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5529"><a href="http://everydayexiles.com/podcasts/everyday-exiles-podcast/">Everyday Exiles Podcast</a></li>
	<li id="menu-item-5531" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5531"><a href="http://everydayexiles.com/podcasts/irreverent-reverends/">Irreverent Reverends</a></li>
	<li id="menu-item-5530" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5530"><a href="http://everydayexiles.com/podcasts/exit-strategy/">Exit Strategy</a></li>
	<li id="menu-item-5528" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5528"><a href="http://everydayexiles.com/podcasts/echo-chamber/">Echo Chamber</a></li>
	<li id="menu-item-5532" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5532"><a href="http://everydayexiles.com/podcasts/passengers/">Passengers</a></li>
	<li id="menu-item-6029" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6029"><a href="http://everydayexiles.com/podcasts/author-spotlight/">Pictures and Pages</a></li>
	<li id="menu-item-6187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6187"><a href="http://everydayexiles.com/podcasts/lead-forward/">Lead Forward</a></li>
	<li id="menu-item-6281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6281"><a href="http://everydayexiles.com/podcasts/narnia/">Back to Narnia</a></li>
</ul>
</li>
<li id="menu-item-3653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3653"><a href="http://everydayexiles.com/talk-to-us/">Talk To Us</a></li>
						</ul>
						
					</nav>

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

				
			</div><!--/row-->
			
		</div><!--/container-->
		
	</header>
	
	
	<div class="ns-loading-cover"></div>		
	

</div><!--/header-outer-->



<div id="search-outer" class="nectar">
		
	<div id="search">
	  	 
		<div class="container">
		  	 	
		     <div id="search-box">
		     	
		     	<div class="col span_12">
			      	<form action="http://everydayexiles.com" method="GET">
			      		<input type="text" name="s"  value="Start Typing..." data-placeholder="Start Typing..." />
			      	</form>
			      	<span><i>Press enter to begin your search</i></span>		        </div><!--/span_12-->
			      
		     </div><!--/search-box-->
		     
		     <div id="close"><a href="#"><span class="icon-salient-x" aria-hidden="true"></span></a></div>
		     
		 </div><!--/container-->
	    
	</div><!--/search-->
	  
</div><!--/search-outer--> 


<div id="ajax-loading-screen" data-disable-fade-on-click="0" data-effect="standard" data-method="standard">
	
			<div class="loading-icon spin"> 
			 
		</div>
	</div>

<div id="ajax-content-wrap">



<div id="page-header-wrap" data-animate-in-effect="none" data-midnight="light" class="" style="height: 550px;">	    <div class=" " data-post-hs="default_minimal" data-animate-in-effect="none" id="page-header-bg" data-midnight="light" data-text-effect="" data-bg-pos="top" data-alignment="left" data-alignment-v="middle" data-parallax="0" data-height="550" style="background-color: #000;  height: 550px;">
			
			<div class="page-header-bg-image" style="background-image: url(http://everydayexiles.com/wp-content/uploads/2017/08/cold-front-warm-front-hurricane-felix-76969.jpeg);"></div> 
			<div class="container"><img class="hidden-social-img" src="http://everydayexiles.com/wp-content/uploads/2017/08/cold-front-warm-front-hurricane-felix-76969.jpeg" alt="The Body Mobilizing: Hurricane Harvey" />						
						<div class="row">

							<div class="col span_6 section-title blog-title">
								<div class="inner-wrap">

									<a class="culture" href="http://everydayexiles.com/category/culture/" alt="View all posts in Culture">Culture</a>
									<h1 class="entry-title">The Body Mobilizing: Hurricane Harvey</h1>

									 							
							
									
									<div id="single-below-header">
										<span class="meta-author vcard author"><span class="fn">By <a href="http://everydayexiles.com/author/tatumfishel/" title="Posts by Tatum Fishel" rel="author">Tatum Fishel</a></span></span><!--
										--><span class="meta-date date updated">August 30, 2017</span><!--
										--><!--
										--><span class="meta-comment-count"><a href="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/#respond"> No Comments</a></span>
																		</div><!--/single-below-header-->
																
														    </div>
						</div><!--/section-title-->
					</div><!--/row-->
						
							
						
						
					
										
					
				
			</div>
		</div>

	   </div>

<div class="container-wrap  ">

	<div class="container main-content">
		
					
						
					
		<div class="row">
			
			<div id="post-area" class="col  span_9">
<article id="post-5447" class="regular post-5447 post type-post status-publish format-standard has-post-thumbnail hentry category-culture">

	<div class="inner-wrap animated">

		<div class="post-content">
			
						
			

			
				<div class="content-inner">
					
										
										
				   
					<div class="at-above-post addthis_tool" data-url="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/"></div><div class='mailmunch-forms-before-post' style='display: none !important;'></div><p>The images coming out of Texas have deeply gripped my heart. The images of floodwaters covering buildings, streets, and neighborhoods are gut wrenching. I can&#8217;t look through the photos without tears rolling down my cheeks: the images of animals tied up and left, elderly people sitting in waist high water and communities boating out of their driveways leave me with a sinking feeling of helplessness. Houston alone has sustained over 350 billion gallons of water since Friday and it&#8217;s still raining. Needless to say, Texas will be recovering from Hurricane Harvey for many weeks and months to come. Just the landscape itself will take awhile to recover… much less the physical destruction to people’s property, and lives.</p>
<p>Hurricane Hugo blew through Winston-Salem in 1989 dumping water, felling trees and knocking out electricity for days. I remember seeing the lightening and us being ushered to the basement. I remember the trees being down across the street until they built a house there decades later. I remember being scared of Mother Nature. But, in comparison, it was nothing (in my 3 year old memory) like Hurricane Harvey.</p>
<p>This past spring, the campus pastor at my church broke his knee. His driving knee. A wife and two small kids plus pastoring a church and getting a house ready to sell.  During the same time period co-worker of mine had both of her parents living with her while going through chemotherapy. A full time job, and family and many, many nights sleeping with them in the ER.</p>
<p>Both situations were people I loved who were hurting, trying to adjust to a new, albeit, potentially temporary normal. You know why I adore my community? Because we show up.  You know the point of community? Showing up when things are hard. Showing up when things go awry. Showing up when there’s a need.</p>
<p>Meal plans were created. Babysitters mobilized. Help with housework and painting and cleaning were managed. Scriptures were sent. Prayers were prayed. Tears were shed at the sheer emotional impact of all of it, but you know what, I watched the body of Christ SHOW UP. My friend&#8217;s mom, battling breast cancer, who is un-churched, commented on how much food they had on their doorstep &#8211; a continual flood of pasta, soups, casseroles. People stepping up to love them well. People showing up with care baskets, hands to carry burdens, and hearts to show love. Truly, we were Aaron and Hur’s hands holding up Moses’ arms toward victory (Exodus 17).</p>
<p>And you know what we are seeing in Texas? People showing up. The body of Christ shows up. Churches becoming relief centers. Grocery stores opening up to help the homeless. Supplies from all over the country.  Clothing and food and boats and supplies are being flown in from around the country. In a beautiful stroked of repayment, the Cajun Navy (men and women from Louisiana pulling boats to rescue Texans from their roofs) are showing up in droves. Texas did the same for them after Hurricane Katrina in 2004. As Texans evacuate and leave their lives behind, companies like H-E-B and Wal-mart are showing up with 18-wheelers full of supplies. Even Anheuser-Busch halted beer production at its Georgia plant to send cans of water to those in need. The Red Cross, Samaritan’s Purse, the Salvation Army, and many, many other reputable agencies have turned their attentions on the hurting and the desolate in the Texas floods.</p>
<p>This is the best of Christianity.</p><div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div>
<p>This is the best of America.</p>
<p>This is the Gospel in action.</p>
<p>Showing up. Loving well. Comforting the hurting and giving our lives away. Just like Jesus told us to in Luke 3, “And the crowds asked him, ‘What then shall we do?’ And he answered them, ‘Whoever has two tunics is to share with him who has none, and whoever has food is to do likewise.’” (v 10-11). May we be a people who mobilize when our people are in need. May we be a people who hold up each other’s arms, give away our tunics, and send food and prayers to those in need. May we continue to be the body of Christ.</p>
<p><a href="http://www.redcross.org/" data-saferedirecturl="https://www.google.com/url?hl=en&amp;q=http://www.redcross.org&amp;source=gmail&amp;ust=1504136482640000&amp;usg=AFQjCNGQeOJ2M6HgqAHiES-BBq7dijllYA">www.redcross.org</a></p>
<p><a href="http://www.samaritanministries.org/" data-saferedirecturl="https://www.google.com/url?hl=en&amp;q=http://www.samaritanministries.org&amp;source=gmail&amp;ust=1504136482640000&amp;usg=AFQjCNHR01K2_ZHK2shkU7jWV4EfiLYtMw">www.samaritanspurse.org</a></p>
<p><a href="http://www.salvationarmyusa.org/" data-saferedirecturl="https://www.google.com/url?hl=en&amp;q=http://www.salvationarmyusa.org&amp;source=gmail&amp;ust=1504136482640000&amp;usg=AFQjCNFiq9ExjcEYwVbYF2Up2q_dzv-UGQ">www.salvationarmyusa.org</a></p>
<div class='mailmunch-forms-after-post' style='display: none !important;'></div><!-- AddThis Advanced Settings above via filter on the_content --><!-- AddThis Advanced Settings below via filter on the_content --><!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons above via filter on the_content --><!-- AddThis Share Buttons below via filter on the_content --><div class="at-below-post addthis_tool" data-url="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/"></div><!-- AddThis Share Buttons generic via filter on the_content -->					
											
				</div><!--/content-inner-->

						
		</div><!--/post-content-->

	</div><!--/inner-wrap-->
		
</article><!--/article-->
								
					<div class="bottom-meta">	
						<div class="sharing-default-minimal"><div class="nectar-social "><span class="n-shortcode"><a href="#" class="nectar-love" id="nectar-love-5447" title="Love this"> <div class="heart-wrap"><i class="icon-salient-heart-2"></i></div>Love<span class="total_loves"><span class="nectar-love-count">6</span></span></a></span><a class='facebook-share nectar-sharing' href='#' title='Share this'>  <i class='fa fa-facebook'></i> <span class='social-text'>Share</span> <span class='count'></span></a><a class='twitter-share nectar-sharing' href='#' title='Tweet this'> <i class='fa fa-twitter'></i> <span class='social-text'>Tweet</span> <span class='count'></span></a><a class='pinterest-share nectar-sharing' href='#' title='Pin this'> <i class='fa fa-pinterest'></i> <span class='social-text'>Pin</span> <span class='count'></span></a></div></div>					</div>
				
<div class="fb-comments" data-href="http://everydayexiles.com/2017/08/30/body-mobilizing-hurricane-harvey/" data-numposts="8"></div>

			</div><!--/span_9-->
			
							
				<div id="sidebar" class="col span_3 col_last">
					<div id="mc_mm_widget-2" class="widget widget_mc_mm_widget"><div class='mailmunch-wordpress-widget mailmunch-wordpress-widget-470773' style='display: none !important;'></div></div><div id="listcategorypostswidget-3" class="widget widget_listcategorypostswidget"><h4> </h4><ul id="lcp_instance_listcategorypostswidget-3"><li ><a href="http://everydayexiles.com/2018/02/07/pursuing-peace-war/" title="Pursuing Peace is a War">Pursuing Peace is a War</a>  Lori Travers<a href="http://everydayexiles.com/2018/02/07/pursuing-peace-war/" title="Pursuing Peace is a War"><img width="150" height="150" src="http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-150x150.jpg 150w, http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-100x100.jpg 100w, http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-500x500.jpg 500w, http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-350x350.jpg 350w, http://everydayexiles.com/wp-content/uploads/2018/02/ben-white-194220-1000x1000.jpg 1000w" sizes="(max-width: 150px) 100vw, 150px" /></a></li><li ><a href="http://everydayexiles.com/2018/02/05/tears-in-heaven/" title="Tears in Heaven">Tears in Heaven</a>  Ned Erickson<a href="http://everydayexiles.com/2018/02/05/tears-in-heaven/" title="Tears in Heaven"><img width="150" height="150" src="http://everydayexiles.com/wp-content/uploads/2018/02/Eagles-150x150.jpeg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="http://everydayexiles.com/wp-content/uploads/2018/02/Eagles-150x150.jpeg 150w, http://everydayexiles.com/wp-content/uploads/2018/02/Eagles-100x100.jpeg 100w, http://everydayexiles.com/wp-content/uploads/2018/02/Eagles-500x500.jpeg 500w, http://everydayexiles.com/wp-content/uploads/2018/02/Eagles-350x350.jpeg 350w" sizes="(max-width: 150px) 100vw, 150px" /></a></li><li ><a href="http://everydayexiles.com/2018/01/22/new-year-new/" title="New Year, New You">New Year, New You</a>  Beth Gianopulos<a href="http://everydayexiles.com/2018/01/22/new-year-new/" title="New Year, New You"><img width="150" height="150" src="http://everydayexiles.com/wp-content/uploads/2018/01/pexels-photo-634694-150x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="http://everydayexiles.com/wp-content/uploads/2018/01/pexels-photo-634694-150x150.jpg 150w, http://everydayexiles.com/wp-content/uploads/2018/01/pexels-photo-634694-100x100.jpg 100w, http://everydayexiles.com/wp-content/uploads/2018/01/pexels-photo-634694-500x500.jpg 500w, http://everydayexiles.com/wp-content/uploads/2018/01/pexels-photo-634694-350x350.jpg 350w" sizes="(max-width: 150px) 100vw, 150px" /></a></li></ul><a href="http://everydayexiles.com/category/culture/" > </a></div><div id="text-20" class="widget widget_text">			<div class="textwidget">
	<div  class="vc_col-sm-4 wpb_column column_container vc_column_container col has-animation"  data-shadow="none" data-border-animation="" data-border-animation-delay="" data-border-width="none" data-border-style="solid" data-border-color="" data-bg-cover="" data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-hover-bg="" data-hover-bg-opacity="1" data-animation="reveal-from-right" data-delay="0">
		<div class="column-inner-wrap"><div  data-bg-cover="" class="column-inner no-extra-padding">
			<div class="wpb_wrapper">
				
			</div> 
		</div></div>
	</div> 
<div class="nectar-fancy-box" data-color="accent-color"><div class="box-bg"  style="background-image: url('http://everydayexiles.com/wp-content/uploads/2015/12/instagram-heart-1.png'); "></div> <div class="inner" style="min-height: 100px">
<h1>Follow us on Instagram</h1>
<h3>We have some pretty swanky photos</h3>
</div>  <a target="_blank" href="https://www.instagram.com/everydayexiles/" class="box-link"></a> </div>
<p> </p>
<div class="nectar-fancy-box" data-color="accent-color"><div class="box-bg"  style="background-image: url('http://everydayexiles.com/wp-content/uploads/2015/12/official-facebook-logo-slide.jpg'); "></div> <div class="inner" style="min-height: 150px">
<h1>Follow us on 
Facebook</h1>
<h3>Don't miss out on what we're doing!</h3>
</div>  <a target="_blank" href="https://www.facebook.com/EverydayExiles/?ref=aymt_homepage_panel" class="box-link"></a> </div>
</div>
		</div>    
				</div><!--/sidebar-->
				

						
			
		</div><!--/row-->


		<!--ascend only author/comment positioning-->
		<div class="row">

			
			<div data-post-header-style="default_minimal" class="blog_next_prev_buttons wpb_row vc_row-fluid full-width-content standard_section" data-midnight="light">

				<img src="http://everydayexiles.com/wp-content/uploads/2017/08/pexels-photo-92858.jpeg" alt="Accelerate to Celebrate" />				
				<div class="col span_12 dark left">
					<div class="inner">
						<span><i>Next Post</i></span>
						<a href="http://everydayexiles.com/2017/09/01/accelerate-to-celebrate/" rel="prev"><h3>Accelerate to Celebrate</h3></a>					</div>				
			 </div>
			 <span class="bg-overlay"></span>
			 <span class="full-link"><a href="http://everydayexiles.com/2017/09/01/accelerate-to-celebrate/" rel="prev">Accelerate to Celebrate</a></span>
		 </div>

	

									
						<div id="author-bio" class="full-width-section ">
							<div class="span_12">
								<img src="http://everydayexiles.com/wp-content/uploads/2017/08/Tatum-Headshot-100x100.jpg" width="80" height="80" alt="Tatum Fishel" class="avatar avatar-80 wp-user-avatar wp-user-avatar-80 alignnone photo" />								<div id="author-info">
									<h3><span><i>Author</i></span> Tatum Fishel</h3>
									<p></p>
								</div>
								<a href="http://everydayexiles.com/author/tatumfishel/" data-hover-text-color-override="#fff" data-hover-color-override="false" data-color-override="#000000" class="nectar-button see-through-2 large">More posts by Tatum Fishel </a>								<div class="clear"></div>
							</div>
						</div>
 
			 

			  
			 	 <div class="comments-section" data-author-bio="true">
					   
<!-- You can start editing here. -->
<div class="comment-wrap full-width-section custom-skip">


			<!-- If comments are closed. -->
		<!--<p class="nocomments">Comments are closed.</p>-->

	


</div>				 </div>   

			 
		</div>


	   		
	</div><!--/container-->

</div><!--/container-wrap-->


	

<div id="footer-outer"  data-cols="5" data-disable-copyright="false" data-using-bg-img="false" data-bg-img-overlay="0.8" data-full-width="1" data-using-widget-area="true" >
	
	
			
	<div id="footer-widgets" data-cols="5">
		
		<div class="container">
			
			<div class="row">
				
								
				<div class="col span_3">
				      <!-- Footer widget area 1 -->
		              <div id="media_image-3" class="widget widget_media_image"><img width="800" height="313" src="http://everydayexiles.com/wp-content/uploads/2017/04/EE-800-copy.png" class="image wp-image-4248 alignnone attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="http://everydayexiles.com/wp-content/uploads/2017/04/EE-800-copy.png 800w, http://everydayexiles.com/wp-content/uploads/2017/04/EE-800-copy-300x117.png 300w, http://everydayexiles.com/wp-content/uploads/2017/04/EE-800-copy-768x300.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></div>				</div><!--/span_3-->
				
				
					<div class="col span_3">
						 <!-- Footer widget area 2 -->
			             <div id="nav_menu-2" class="widget widget_nav_menu"><h4>Topics</h4><div class="menu-footer-categories-container"><ul id="menu-footer-categories" class="menu"><li id="menu-item-3980" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3980"><a href="http://everydayexiles.com/category/relationships/">Relationships</a></li>
<li id="menu-item-3977" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-3977"><a href="http://everydayexiles.com/category/culture/">Culture</a></li>
<li id="menu-item-3974" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3974"><a href="http://everydayexiles.com/category/career/">Career</a></li>
<li id="menu-item-3975" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3975"><a href="http://everydayexiles.com/category/christian-life/">Christian Life</a></li>
<li id="menu-item-3976" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3976"><a href="http://everydayexiles.com/category/college/">College</a></li>
<li id="menu-item-3978" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3978"><a href="http://everydayexiles.com/category/family-life/">Family Life</a></li>
<li id="menu-item-3979" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3979"><a href="http://everydayexiles.com/category/leadership/">Leadership</a></li>
<li id="menu-item-3981" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3981"><a href="http://everydayexiles.com/category/reviews/">Reviews</a></li>
<li id="menu-item-3982" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3982"><a href="http://everydayexiles.com/category/suffering/">Suffering</a></li>
</ul></div></div>					     
					</div><!--/span_3-->

				
				
									<div class="col span_3">
						 <!-- Footer widget area 3 -->
			              <div id="nav_menu-3" class="widget widget_nav_menu"><h4>Pages</h4><div class="menu-footer-page-menu-container"><ul id="menu-footer-page-menu" class="menu"><li id="menu-item-3971" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-3971"><a href="http://everydayexiles.com/">Home</a></li>
<li id="menu-item-3967" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3967"><a href="http://everydayexiles.com/who-we-are-2/">About</a></li>
<li id="menu-item-3970" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3970"><a href="http://everydayexiles.com/categories/">Topics</a></li>
<li id="menu-item-3973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3973"><a href="http://everydayexiles.com/podcasts/">Podcasts</a></li>
<li id="menu-item-3968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3968"><a href="http://everydayexiles.com/our-team/">Our Team</a></li>
<li id="menu-item-4125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4125"><a href="http://everydayexiles.com/advertise-with-us/">Advertise With Us</a></li>
<li id="menu-item-4124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4124"><a href="http://everydayexiles.com/write-for-us/">Write for Us</a></li>
<li id="menu-item-4126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4126"><a href="http://everydayexiles.com/privacy-policy/">Privacy Policy</a></li>
</ul></div></div>					     
					</div><!--/span_3-->
								
									<div class="col span_3">
						 <!-- Footer widget area 4 -->
			              <div id="mc_mm_widget-3" class="widget widget_mc_mm_widget"><div class='mailmunch-wordpress-widget mailmunch-wordpress-widget-470796' style='display: none !important;'></div></div>					     
					</div><!--/span_3-->
								
			</div><!--/row-->
			
		</div><!--/container-->
	
	</div><!--/footer-widgets-->
	
	
	
		<div class="row" id="copyright">
			
			<div class="container">
				
									<div class="col span_5">
						
													<p>&copy; 2018 Everyday Exiles. All Rights Reserved. </p>
												
					</div><!--/span_5-->
								
				<div class="col span_7 col_last">
					<ul id="social">
						 <li><a target="_blank" href="https://twitter.com/EverydayExiles"><i class="fa fa-twitter"></i> </a></li> 						 <li><a target="_blank" href="https://www.facebook.com/EverydayExiles/"><i class="fa fa-facebook"></i> </a></li> 																								 <li><a target="_blank" href=""><i class="fa fa-youtube-play"></i> </a></li> 																																										 <li><a target="_blank" href="https://www.instagram.com/everydayexiles/"><i class="fa fa-instagram"></i></a></li> 												 <li><a target="_blank" href=""><i class="fa fa-soundcloud"></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-hover medium"></div>
	<div id="slide-out-widget-area" class="slide-out-from-right-hover" data-back-txt="Back">

		
		<div class="inner">

		  <a class="slide_out_area_close" href="#"><span class="icon-salient-x icon-default-style"></span></a>


		   			   <div class="off-canvas-menu-container mobile-only">
			  		<ul class="menu">
					   <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-3649"><a href="http://everydayexiles.com">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3858"><a href="http://everydayexiles.com/who-we-are-2/">About</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3740"><a href="http://everydayexiles.com/who-we-are-2/">Who We Are</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page current-post-parent menu-item-3654"><a href="http://everydayexiles.com/authors/">Our Writing Community</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3855"><a href="http://everydayexiles.com/our-team/">Our Team</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3650"><a href="http://everydayexiles.com/categories/">Topics</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3754"><a href="http://everydayexiles.com/category/relationships/">Relationships</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-3749"><a href="http://everydayexiles.com/category/culture/">Culture</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3748"><a href="http://everydayexiles.com/category/family-life/">Family Life</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3955"><a href="http://everydayexiles.com/category/college/">College</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3953"><a href="http://everydayexiles.com/category/christian-life/">Christian Life</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3954"><a href="http://everydayexiles.com/category/career/">Career</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3755"><a href="http://everydayexiles.com/category/leadership/">Leadership</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3952"><a href="http://everydayexiles.com/category/reviews/">Reviews</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3751"><a href="http://everydayexiles.com/category/suffering/">Suffering</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3652"><a href="http://everydayexiles.com/podcasts/">Podcasts</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5529"><a href="http://everydayexiles.com/podcasts/everyday-exiles-podcast/">Everyday Exiles Podcast</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5531"><a href="http://everydayexiles.com/podcasts/irreverent-reverends/">Irreverent Reverends</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5530"><a href="http://everydayexiles.com/podcasts/exit-strategy/">Exit Strategy</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5528"><a href="http://everydayexiles.com/podcasts/echo-chamber/">Echo Chamber</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5532"><a href="http://everydayexiles.com/podcasts/passengers/">Passengers</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6029"><a href="http://everydayexiles.com/podcasts/author-spotlight/">Pictures and Pages</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6187"><a href="http://everydayexiles.com/podcasts/lead-forward/">Lead Forward</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6281"><a href="http://everydayexiles.com/podcasts/narnia/">Back to Narnia</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3653"><a href="http://everydayexiles.com/talk-to-us/">Talk To Us</a></li>
		
					</ul>
				</div>
			
		</div>

		<div class="bottom-meta-wrap"><div id="top-posts-2" class="widget widget_top-posts"><h4>Top Posts &amp; Pages</h4><ul class='widgets-list-layout no-grav'>
					<li>
												<a href="http://everydayexiles.com/2018/02/14/hardness-hallmark-holidays/" title="The Hardness of Hallmark Holidays" class="bump-view" data-bump-view="tp">
							<img width="40" height="40" src="https://i0.wp.com/everydayexiles.com/wp-content/uploads/2018/02/bouquet-roses-colorful-floral-428611.jpg?resize=40%2C40" class='widgets-list-layout-blavatar' alt="The Hardness of Hallmark Holidays" data-pin-nopin="true" />
						</a>
						<div class="widgets-list-layout-links">
							<a href="http://everydayexiles.com/2018/02/14/hardness-hallmark-holidays/" class="bump-view" data-bump-view="tp">
								The Hardness of Hallmark Holidays							</a>
						</div>
											</li>
									<li>
												<a href="http://everydayexiles.com/2018/02/06/no-longer-sinners/" title="No Longer Sinners" class="bump-view" data-bump-view="tp">
							<img width="40" height="40" src="https://i2.wp.com/everydayexiles.com/wp-content/uploads/2018/02/pexels-photo-247851.jpg?resize=40%2C40" class='widgets-list-layout-blavatar' alt="No Longer Sinners" data-pin-nopin="true" />
						</a>
						<div class="widgets-list-layout-links">
							<a href="http://everydayexiles.com/2018/02/06/no-longer-sinners/" class="bump-view" data-bump-view="tp">
								No Longer Sinners							</a>
						</div>
											</li>
									<li>
												<a href="http://everydayexiles.com/2018/02/07/honor/" title="Honor" class="bump-view" data-bump-view="tp">
							<img width="40" height="40" src="https://i1.wp.com/everydayexiles.com/wp-content/uploads/2018/02/spencer-imbrock-426738.jpg?resize=40%2C40" class='widgets-list-layout-blavatar' alt="Honor" data-pin-nopin="true" />
						</a>
						<div class="widgets-list-layout-links">
							<a href="http://everydayexiles.com/2018/02/07/honor/" class="bump-view" data-bump-view="tp">
								Honor							</a>
						</div>
											</li>
				</ul>
</div><div id="wpcom_social_media_icons_widget-2" class="widget widget_wpcom_social_media_icons_widget"><h4>Stay Connected</h4><ul><li><a href="https://www.facebook.com/EverydayExiles/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View EverydayExiles&#8217;s profile on Facebook</span></a></li><li><a href="https://twitter.com/EverydayExiles/" class="genericon genericon-twitter" target="_blank"><span class="screen-reader-text">View EverydayExiles&#8217;s profile on Twitter</span></a></li><li><a href="https://www.instagram.com/everydayexiles/" class="genericon genericon-instagram" target="_blank"><span class="screen-reader-text">View everydayexiles&#8217;s profile on Instagram</span></a></li><li><a href="https://www.youtube.com/user/everydayexiles/" class="genericon genericon-youtube" target="_blank"><span class="screen-reader-text">View everydayexiles&#8217;s profile on YouTube</span></a></li></ul></div></div><!--/bottom-meta-wrap-->
	</div>


</div> <!--/ajax-content-wrap-->


	<a id="to-top" class=""><i class="fa fa-angle-up"></i></a>
<link rel='stylesheet' id='js_composer_front-css'  href='http://everydayexiles.com/wp-content/plugins/js_composer_salient/assets/css/js_composer.min.css?ver=5.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css'  href='http://everydayexiles.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
<script type='text/javascript'>
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"http:\/\/everydayexiles.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}};
/* ]]> */
</script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.9.2'></script>
<script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201807'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/prettyPhoto.js?ver=7.0.1'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/superfish.js?ver=1.4.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var nectarLove = {"ajaxurl":"http:\/\/everydayexiles.com\/wp-admin\/admin-ajax.php","postID":"5447","rooturl":"http:\/\/everydayexiles.com","pluginPages":[],"disqusComments":"false","loveNonce":"59f9d09d64","mapApiKey":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/init.js?ver=8.0'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/tweenmax.min.js?ver=1.18.0'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/infinitescroll.js?ver=1.1'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/mediaelement/wp-mediaelement.js?ver=4.9.4'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/flickity.min.js?ver=1.1.1'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/themes/salient/js/touchswipe.min.js?ver=1.0'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/page-links-to/js/new-tab.min.js?ver=2.9.8'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-includes/js/wp-embed.js?ver=4.9.4'></script>
<script type='text/javascript' src='http://everydayexiles.com/wp-content/plugins/js_composer_salient/assets/js/dist/js_composer_front.min.js?ver=5.0.1'></script>
<script type='text/javascript' src='https://stats.wp.com/e-201807.js' async defer></script>
<script type='text/javascript'>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:5.6.1',blog:'95859559',post:'5447',tz:'-5',srv:'everydayexiles.com'} ]);
	_stq.push([ 'clickTrackerInit', '95859559', '5447' ]);
</script>
	

</body>
</html>