<!DOCTYPE html><html lang="en-US" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:addthis="https://www.addthis.com/help/api-spec"><head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="profile" href="https://gmpg.org/xfn/11"/>
<link rel="pingback" href="https://likethedew.com/xmlrpc.php"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title>LikeTheDew.com - A journal of progressive Southern culture and politics</title>
	<link rel="canonical" href="https://likethedew.com"/>
	<meta name="description" content="Like the Dew | A Southern culture blog sharing stories, commentary, politics, history, and personal perspectives from writers across the American South."/>
<meta name="robots" content="index, follow"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/"/>
<link rel="dns-prefetch" href="https://s.w.org/"/>
<link rel="dns-prefetch" href="https://widgets.wp.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://0.gravatar.com/"/>
<link rel="dns-prefetch" href="https://1.gravatar.com/"/>
<link rel="dns-prefetch" href="https://2.gravatar.com/"/>
<script src="https://www.googletagmanager.com/gtag/js?id=UA-8060082-1" type="text/javascript" data-cfasync="false" data-wpfc-render="false" async=""></script>
<script type="text/javascript" data-cfasync="false" data-wpfc-render="false">
				var em_version = '7.3.0';
				var em_track_user = true;
				var em_no_track_reason = '';
								var disableStrs = [
															'ga-disable-UA-8060082-1',
									];
				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}
					return false;
				}
				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}
				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}
				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];
				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( em_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}
					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}
						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}
						if ( type === 'event' ) {
															parameters.send_to = exactmetrics_frontend.ua;
								__gtagDataLayer( type, name, parameters );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dNDMyYj' : true,
											} );
															__gtagTracker( 'config', 'UA-8060082-1', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;											(function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}
								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}
								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						})();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.js"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.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="mci-footnotes-jquery-tooltips-pagelayout-none-css" href="wp-content/plugins/footnotes/css/footnotes-jqttbrpl0.min_ver-2.7.3.css" type="text/css" media="all"/>
<link rel="stylesheet" id="layerslider-css" href="wp-content/plugins/LayerSlider/assets/static/layerslider/css/layerslider_ver-7.0.7.css" type="text/css" media="all"/>
<link rel="stylesheet" id="ls-google-fonts-css" href="//fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COpen+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CIndie+Flower:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COswald:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" type="text/css" media="all"/>
<link rel="stylesheet" id="jquery-swiper-css" href="wp-content/themes/newsmaker/assets/css/swiper.min_ver-3.3.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="wp-block-library-css" href="wp-includes/css/dist/block-library/style.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css" type="text/css">
.has-text-align-justify{text-align:justify;}
</style>
<link rel="stylesheet" id="mediaelement-css" href="wp-includes/js/mediaelement/mediaelementplayer-legacy.min_ver-4.2.16.css" type="text/css" media="all"/>
<link rel="stylesheet" id="wp-mediaelement-css" href="wp-includes/js/mediaelement/wp-mediaelement.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.css" type="text/css" media="all"/>
<link rel="stylesheet" id="mpp_gutenberg-css" href="wp-content/plugins/metronet-profile-picture/dist/blocks.style.build_ver-2.6.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="contact-form-7-css" href="wp-content/plugins/contact-form-7/includes/css/styles_ver-5.5.4.css" type="text/css" media="all"/>
<link rel="stylesheet" id="wp-biographia-bio-css" href="wp-content/plugins/wp-biographia/public/css/wp-biographia.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.css" type="text/css" media="all"/>
<link rel="stylesheet" id="cherry-google-fonts-css" href="//fonts.googleapis.com/css?family=Lato%3A400%2C700%7COswald%3A700%2C500%7CMontserrat%3A600&amp;subset=latin&amp;ver=d393e8f5ab31d2c5ce878562d3ff40f5" type="text/css" media="all"/>
<link rel="stylesheet" id="better-image-credits-css" href="wp-content/plugins/better-image-credits/style_ver-1.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="addthis_all_pages-css" href="wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.css" type="text/css" media="all"/>
<link rel="stylesheet" id="font-awesome-css" href="wp-content/themes/newsmaker/assets/css/font-awesome.min_ver-4.6.3.css" type="text/css" media="all"/>
<link rel="stylesheet" id="material-icons-css" href="wp-content/themes/newsmaker/assets/css/material-icons.min_ver-2.2.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="magnific-popup-css" href="wp-content/themes/newsmaker/assets/css/magnific-popup.min_ver-1.1.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="linear-icons-css" href="wp-content/themes/newsmaker/assets/css/linearicons_ver-1.0.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="material-design-css" href="wp-content/themes/newsmaker/assets/css/material-design_ver-1.0.0.css" type="text/css" media="all"/>
<link rel="stylesheet" id="newsmaker-theme-style-css" href="wp-content/themes/newsmaker/style_ver-1.0.0.css" type="text/css" media="all"/>
<style id="newsmaker-theme-style-inline-css" type="text/css">
.site-after-full-width-area { background-image: url( wp-content/themes/newsmaker/assets/images/acfwa-bg.jpg ); }
/* #Typography */body {font-style: normal;font-weight: 400;font-size: 16px;line-height: 1.3;font-family: Lato, sans-serif;letter-spacing: 0em;text-align: left;color: #333333;}h1,.h1-style {font-style: normal;font-weight: 700;font-size: 24px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}h2,.h2-style {font-style: normal;font-weight: 700;font-size: 22px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}h3,.h3-style {font-style: normal;font-weight: 700;font-size: 24px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}h4,.h4-style {font-style: normal;font-weight: 700;font-size: 17px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0.15em;text-align: inherit;color: #222222;}h5,.h5-style {font-style: normal;font-weight: 700;font-size: 16px;line-height: 1.4;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}h6,.h6-style {font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}@media (min-width: 992px) {h1,.h1-style { font-size: 48px; }h2,.h2-style { font-size: 36px; }h3,.h3-style { font-size: 30px; }h4,.h4-style { font-size: 18px; }}a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.not-found .page-title { color: #0aa5d8; }a:hover { color: #222222; }/* #Invert Color Scheme */.invert { color: #ffffff; }.invert h1 { color: #ffffff; }.invert h2 { color: #ffffff; }.invert h3 { color: #ffffff; }.invert h4 { color: #ffffff; }.invert h5 { color: #ffffff; }.invert h6 { color: #ffffff; }.invert a { color: #ffffff; }.invert a:hover { color: #0aa5d8; }.invert.invert_primary a:hover {color: #222222;}.text-accent-1 { color: #0aa5d8; }.invert .text-accent-1 { color: #ffffff;}.text-accent-2 { color: #222222; }.invert .text-accent-2 { color: #f7f8f8; }.text-accent-3 { color: #888888; }.invert .text-accent-3 { color: #888; }/* #Layout */@media (min-width: 1200px) {.site .container {max-width: 1200px;}}/*After content Fullwidth Area*/.after-content-full-width-area .widget_nav_menu{background-color: #0c0c0c;}.menu-after-content-fullwidth-area-menu-container{max-width: 1200px;}.after-content-full-width-area .menu a{color: #888;}.after-content-full-width-area .menu a:hover,.after-content-full-width-area .menu li.current-menu-item a{color: #0aa5d8;}/* #404 */body.error404 .site-content {background-color: #0aa5d8;background-repeat: no-repeat;background-position: center top;background-attachment: scroll;}body.error404 .breadcrumbs__title .page-title,body.error404 .breadcrumbs__item-target{color: #ffffff;}body.error404 .breadcrumbs {border-bottom-color: #ffffff;}.cherry-search .cherry-search__more-button {border-color: #0aa5d8;background-color: #0aa5d8;color: #ffffff;}.cherry-search .cherry-search__more-button:hover {border-color: #222222;background-color: #222222;color: #ffffff;}.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current {background-color: #0aa5d8;}.cherry-popup-wrapper .cherry-popup-title h4 {letter-spacing: 0em;color: #222222;font-size: 30px;}.popup-type-login .cherry-popup-login .cherry-popup-login__use-mail,.popup-type-login .cherry-popup-login .cherry-popup-login__signup-message,.popup-type-login .cherry-popup-login__wrap {color: #222222;}.cherry-popup-wrapper .cherry-popup-check.checked .marker,.popup-type-login .cherry-popup-login__login-in,.popup-type-signup .cherry-popup-register__sign-up {background-color: #0aa5d8;transition: 0.3s all;}.popup-type-login .cherry-popup-login__login-in:hover,.popup-type-signup .cherry-popup-register__sign-up:hover {background-color: #222222;transition: 0.3s all;}.cherry-popup-wrapper input[type='text'],.cherry-popup-wrapper input[type='password'],.cherry-popup-wrapper input[type='email'] {border-radius: 0;border: none;border-bottom: 3px solid #0aa5d8;color: #222222;}/* #Elements */blockquote {color: #222222;}blockquote:before {color: #0aa5d8;}blockquote cite{font-style: normal;font-weight: 700;font-size: 12px;line-height: 1.43;font-family: Oswald, sans-serif;}blockquote{background-color: #222222;font-style: normal;font-weight: 700;font-size: 18px;line-height: 1;font-family: Oswald, sans-serif;color: #ffffff;}.single .site-main .format-quote .entry-content blockquote{background-color: #222222;}code {color: #ffffff;background-color: #222222;border-color: #222222;font-family: Lato, sans-serif;}/*List*/.entry-content ol >li:before,.site-main ol >li:before,.entry-content ul:not([class]) > li:before,.site-main ul:not([class]) > li:before {color: #222222;}/* Page preloader */.svg-path{stroke: #222222;fill:none;}/* #Header */.header-container {background-color: #ffffff;background-image: url(https://likethedew.com/);background-repeat: no-repeat;background-position: center top;background-attachment: scroll;box-shadow: 0px 10px 30px 0px rgba(235,235,235,1);}@media (min-width: 1200px ) {.site-header.style-5.transparent .header-container {max-width: calc(1200px - 40px);}}/* ##Logo */.site-logo {font-style: normal;font-weight: 600;font-size: 23px;font-family: Montserrat, sans-serif;}.site-logo__link,.site-logo__link:hover {color: #222222;}/* ##Top Panel */.top-panel {background-color: #191919;}.site-header-cart .cart-contents i {color: rgb(115,115,115);}.invert .site-header-cart .cart-contents i {color: #ffffff;}.site-header-cart .cart-contents:hover i,.invert .site-header-cart .cart-contents:hover i{color: #0aa5d8;}.top-panel__message{color: #0aa5d8;}/*Contact block*/.site-header .contact-block__label {color: #222222;}.site-header .invert .contact-block__label {color: #f7f8f8;}.contact-block__icon {color: #0aa5d8;}.invert .contact-block__icon {color: #ffffff;}.site-header{border-color: #222222;}.menu a{font-family: Oswald, sans-serif;}.widget_nav_menu .menu a{font-family: Lato, sans-serif;font-size: 13px;color: #ffffff;}.main-navigation .menu > li:before,.news-smart-box__navigation-terms-list-item:before{background-color: #0aa5d8;}.main-navigation .menu > li > a,.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a{color: #888;}.main-navigation .menu > li > a:hover,.main-navigation .menu > li.menu-hover > a,.main-navigation .menu > li.tm-mega-menu-hover > a,.main-navigation .menu > li.current_page_item > a,.main-navigation .menu > li.current_page_ancestor > a,.main-navigation .menu > li.current-menu-item > a,.main-navigation .menu > li.current-menu-ancestor > a,.invert .main-navigation.vertical-menu .menu > li > a:hover,.invert .main-navigation.vertical-menu .menu > li.menu-hover > a,.invert .main-navigation.vertical-menu .menu > li.current_page_item > a,.invert .main-navigation.vertical-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-item > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-ancestor > a,.invert .main-navigation .menu.isStuck > li > a:hover, .invert .main-navigation .menu.isStuck > li.menu-hover > a,.invert .main-navigation .menu.isStuck > li.curr.ent_page_item > a,.invert .main-navigation .menu.isStuck > li.current_page_ancestor > a,.invert .main-navigation .menu.isStuck > li.current-menu-item > a,.invert .main-navigation .menu.isStuck > li.current-menu-ancestor > a,.invert .main-navigation.mobile-menu .menu > li > a:hover,.invert .main-navigation.mobile-menu .menu > li.menu-hover > a,.invert .main-navigation.mobile-menu .menu > li.current_page_item > a,.invert .main-navigation.mobile-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-item > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-ancestor > a{color: #222222;}.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon):hover > a:after,.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon).current-menu-item > a:after{color: #0aa5d8;}.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu{background-color: #f7f8f8;}.btn-default.header-btn.btn{font-family: Lato, sans-serif;color: #888;}.btn-default.header-btn.btn:hover{color:#0aa5d8;}/* #Fields */input[type='text'],input[type='email'],input[type='url'],input[type='password'],input[type='search'],input[type='number'],input[type='tel'],input[type='range'],input[type='date'],input[type='month'],input[type='week'],input[type='time'],input[type='datetime'],input[type='datetime-local'],input[type='color'],select,textarea {color: #222222;}.invert input[type='text'],.invert input[type='email'],.invert input[type='url'],.invert input[type='password'],.invert input[type='search'],.invert input[type='number'],.invert input[type='tel'],.invert input[type='range'],.invert input[type='date'],.invert input[type='month'],.invert input[type='week'],.invert input[type='time'],.invert input[type='datetime'],.invert input[type='datetime-local'],.invert input[type='color'],.invert select,.invert textarea {color: #ffffff;}.subscribe-block__input[type=email] {color: #333333;}.sidebar .subscribe-block__input[type=email] {color: #222222;}/* #Search Form */.search-form__field {color: #333333;}.search-form__input-wrap i,.search-form__toggle,.search-form__close {color: #333333;}.invert .search-form__toggle,.invert .search-form__close {color: #888;}.search-form__toggle:hover,.search-form__close:hover{color: #222222;}.invert .search-form__toggle:hover,.invert .search-form__close:hover{color: #ffffff;}.top-panel .search-form__submit,.header-container .search-form__submit,.mobile-panel .search-form__submit{color: #222222;}.top-panel .search-form__submit:hover,.header-container .search-form__submit:hover,.mobile-panel .search-form__submit:hover,.top-panel.invert .search-form__submit:hover,.header-container.invert .search-form__submit:hover,.mobile-panel.invert .search-form__submit:hover{color: #0aa5d8;}.top-panel.invert .search-form__field {color: #ffffff; }.top-panel.invert .search-form__field::-webkit-input-placeholder { color: #ffffff; }.top-panel.invert .search-form__field::-moz-placeholder { color: #ffffff; }.top-panel.invert .search-form__field:-moz-placeholder { color: #ffffff; }.top-panel.invert .search-form__field:-ms-input-placeholder { color: #ffffff; }.header-container.invert .search-form__field {color: #ffffff; }.header-container.invert .search-form__field::-webkit-input-placeholder { color: #ffffff; }.header-container.invert .search-form__field::-moz-placeholder { color: #ffffff; }.header-container.invert .search-form__field:-moz-placeholder { color: #ffffff; }.header-container.invert .search-form__field:-ms-input-placeholder { color: #ffffff; }/* #Comment, Contact, Password Forms */[class^="comment-form-"] i{color: rgb(0,0,0);}.comment-form .submit,.wpcf7-submit,.post-password-form label + input {color: #ffffff;background-color: #0aa5d8;border-color: #0aa5d8;}.comment-form .submit:hover,.wpcf7-submit:hover,.post-password-form label + input:hover {color: #ffffff;background-color: #222222;border-color: #222222;}.comment-form .submit:active,.wpcf7-submit:active,.post-password-form label + input:active {box-shadow: 0 0 10px #222222;}/* #Input Placeholders */::-webkit-input-placeholder { color: rgb(0,0,0); }::-moz-placeholder{ color: rgb(0,0,0); }:-moz-placeholder{ color: rgb(0,0,0); }:-ms-input-placeholder{ color: rgb(0,0,0); }.after-content-full-width-area .subscribe-block__input::-webkit-input-placeholder { color: #ffffff; }.after-content-full-width-area .subscribe-block__input::-moz-placeholder{ color: #ffffff; }.after-content-full-width-area .subscribe-block__input:-moz-placeholder{ color: #ffffff; }.after-content-full-width-area .subscribe-block__input:-ms-input-placeholder{ color: #ffffff; }.sidebar .subscribe-block::-webkit-input-placeholder { text-align: center; }.sidebar .subscribe-block::-moz-placeholder{ text-align: center; }.sidebar .subscribe-block:-moz-placeholder{ text-align: center; }.sidebar .subscribe-block:-ms-input-placeholder{ text-align: center; }/* #Main Menu */.main-navigation .menu > li > a,.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a{color: #222222;}.invert .main-navigation > .menu > li > a {color: #f7f8f8;}.main-navigation .menu > li > a:hover,.main-navigation .menu > li.menu-hover > a,.main-navigation .menu > li.tm-mega-menu-hover > a,.main-navigation .menu > li.current_page_item > a,.main-navigation .menu > li.current_page_ancestor > a,.main-navigation .menu > li.current-menu-item > a,.main-navigation .menu > li.current-menu-ancestor > a,.invert .main-navigation.vertical-menu .menu > li > a:hover,.invert .main-navigation.vertical-menu .menu > li.menu-hover > a,.invert .main-navigation.vertical-menu .menu > li.current_page_item > a,.invert .main-navigation.vertical-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-item > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-ancestor > a,.invert .main-navigation .menu.isStuck > li > a:hover,.invert .main-navigation .menu.isStuck > li.menu-hover > a,.invert .main-navigation .menu.isStuck > li.current_page_item > a,.invert .main-navigation .menu.isStuck > li.current_page_ancestor > a,.invert .main-navigation .menu.isStuck > li.current-menu-item > a,.invert .main-navigation .menu.isStuck > li.current-menu-ancestor > a,.invert .main-navigation.mobile-menu .menu > li > a:hover,.invert .main-navigation.mobile-menu .menu > li.menu-hover > a,.invert .main-navigation.mobile-menu .menu > li.current_page_item > a,.invert .main-navigation.mobile-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-item > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-ancestor > a{color: #222222;}.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu {background-color: rgb(139,139,139);}.main-navigation ul ul a{color: #222222;}.main-navigation .sub-menu > li > a:hover,.main-navigation .sub-menu > li.menu-hover > a,.main-navigation .sub-menu > li.current_page_item > a,.main-navigation .sub-menu > li.current_page_ancestor > a,.main-navigation .sub-menu > li.current-menu-item > a,.main-navigation .sub-menu > li.current-menu-ancestor > a {color: #0aa5d8;}.menu-item__desc,.invert .sub-menu .menu-item__desc {color: #333333;}.invert .menu-item__desc {color: #ffffff;}.menu-toggle[aria-controls="main-menu"],.main-navigation .menu li .sub-menu-toggle,.main-navigation-buttons .navigation-button{color: #222222;}.main-navigation-buttons .navigation-button:hover {color: #0aa5d8;}.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu{background-color: #f7f8f8;}.menu-toggle .menu-toggle-inner,.menu-toggle .menu-toggle-inner:before,.menu-toggle .menu-toggle-inner:after {background-color: #222222;}.invert .menu-toggle .menu-toggle-inner,.invert .menu-toggle .menu-toggle-inner:before,.invert .menu-toggle .menu-toggle-inner:after {background-color: #ffffff;}.menu-toggle:hover .menu-toggle-inner,.menu-toggle:hover .menu-toggle-inner:before,.menu-toggle:hover .menu-toggle-inner:after,.invert .menu-toggle:hover .menu-toggle-inner,.invert .menu-toggle:hover .menu-toggle-inner:before,.invert .menu-toggle:hover .menu-toggle-inner:after{background-color: #0aa5d8;}.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a{color: #888;}.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon):hover > a:after,.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon).current-menu-item > a:after,.main-navigation .menu li.current-menu-ancestor > a:after{color: #0aa5d8;}/* #Footer Menu */.footer-menu__items li a {color: #222222;}.invert .footer-menu__items li a {color: #ffffff;}.footer-menu__items li a:hover,.footer-menu__items li.current-menu-item a,.footer-menu__items li.current_page_item a,.invert .footer-menu__items li a:hover,.invert .footer-menu__items li.current-menu-item a,.invert .footer-menu__items li.current_page_item a {color: #0aa5d8;}/* #Top Menu */.top-panel__menu .menu-item.current-menu-item a,.top-panel__menu .menu-item.current_page_item a {color: #222222;}.invert .top-panel__menu .menu-item.current-menu-item a,.invert .top-panel__menu .menu-item.current_page_item a {color: #0aa5d8;}.top-panel a{color: #888;}.top-panel a:hover{color: #ffffff;}/*# TM Mega menu */.tm-mega-menu > li.tm-mega-menu-has-children a:hover{color: #0aa5d8;}nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub li.tm-mega-menu-sub-item .mega-block-title {color: #222222;}nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {line-height: 1.3;}@media (min-width: 768px) {nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;letter-spacing: 0em;}}/* #Entry Meta */.sticky__label {color: #ffffff;background-color: #0aa5d8;margin-top: calc(((16px * 1.4) - 30px) / 2);}.posts-list--default .sticky__label{margin-top: calc(((17px * 1) - 30px) / 2);}@media (min-width: 992px) {.posts-list--default .sticky__label{margin-top: calc(((18px * 1) - 30px) / 2);}}.entry-meta{font-style: normal;font-weight: 700;font-size: 12px;line-height: 1.5;font-family: Lato, sans-serif;letter-spacing: 0em;color: #0aa5d8;}@media (min-width: 544px) {.single-modern-header .entry-meta {font-size: 16px;}}.invert .entry-meta a {color: #ffffff;}.invert .entry-meta a:hover,.invert.invert_primary .entry-meta a,.invert.invert_primary .entry-meta {color: #0aa5d8;}.invert.invert_primary .entry-meta a:hover {color: #222222;}.invert .entry-meta .post__cats a{color:#ffffff;}.single-modern-header .posted-by {font-weight: 700;font-size: 12px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0.15em;}.single-modern-header .entry-title {font-size: 18px;}@media (min-width: 544px) {.single-modern-header .posted-by { font-size: 17px; }.single-modern-header .entry-title { font-size: 22px; }}@media (min-width: 992px) {.single-modern-header .posted-by { font-size: 18px; }.single-modern-header .entry-title { font-size: 36px; }}.posted-by,.posted-by a {color: #0aa5d8;}.before-loop-area .layout_type_2 .mini-type .posted-by {color: #333333;}.single-modern-header:not(.invert) .posted-by,.single-modern-header:not(.invert) .posted-by a{color: #222222}.invert .posted-by,.invert .posted-by a {color: #0aa5d8;}.entry-meta i {color: rgb(115,115,115);}.invert .entry-meta i {color: #ffffff;}/* #Post Format */.format-audio .post-featured-content,.mejs-container-wrapper,.format-quote .post-featured-content,.single .format-quote .entry-content blockquote,.single-modern-header {background-color: #888888;}.mejs-container-wrapper {background-color: rgb(115,115,115);}.format-link .post-featured-content {background-color: #0aa5d8;}.post-format-quote{background-color: #222222;}blockquote a:hover{color: #ffffff;}/* #Author Bio */.post-author__title a{color: #222222;}.post-author__title a:hover {color: #0aa5d8;}.post-author-bio .post-author__content {font-size: 13px;}/* #Comments */.comment-content-wrap:before {border-color: transparent #888888 transparent transparent;}.comment .comment-date {font-style: normal;font-size: 12px;}.comment .comment-date__link {color: #222222;}.comment .comment-date__link:hover {color: #0aa5d8;}.comment .comment-content p {font-size: 13px;}.comment-reply-link,#cancel-comment-reply-link {font-size: 12px;}.comment-reply-link {font-style: normal;}#cancel-comment-reply-link {color: #0aa5d8;}#cancel-comment-reply-link:hover {color: #222222;}/* #Swiper navigation*/.swiper-pagination-bullet {background-color: rgba(136,136,136,0.15);}.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover{background-color: #0aa5d8;}.swiper-button-next,.swiper-button-prev {color: #333333;background-color: #ffffff;}.swiper-button-next:not(.swiper-button-disabled):hover,.swiper-button-prev:not(.swiper-button-disabled):hover{color: #0aa5d8;}/* Image pop-up */a[data-popup="magnificPopup"]:before,.mini-gallery a:before {background-color: #0aa5d8;}/* Audio list */.wp-playlist.wp-audio-playlist.wp-playlist-light {background-color: #888888;border-color: #888888;}.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-caption {color: #333333;}.wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title{font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;letter-spacing: 0em;color: #222222;}.wp-playlist.wp-audio-playlist.wp-playlist-dark .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title{color: #ffffff;}.posts-list__item .entry-title{font-style: normal;font-weight: 700;font-size: 18px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.posts-list__item .link{font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #ffffff;background-color: #0aa5d8;}.posts-list__item .link:hover{background-color: #222222;}.post-author-bio{background-color: #0aa5d8;color: #ffffff;}.post-author__title{font-style: normal;font-weight: 700;font-size: 18px;line-height: 1;font-family: Oswald, sans-serif;color: #ffffff;}.post-author__title a{color: #ffffff;}.post-author__title a:hover{color: #222222;}.comment-navigation,.post-navigation,.posts-navigation,.comments-area,.comment-list+.comment-respond,.single .related-posts{border-top-color:#222222;}.comments-title,.comment-reply-title{font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;}.related-posts .entry-title{font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;}.share-btns__link{color: #888;}.share-btns__link:hover{color: #222222;}.post-thumbnail__link.post-thumbnail--fullwidth:before{background-color: rgba(10,165,216,0.3);}/* #Paginations */.site-content .page-links a,.site-content .page-numbers,#tm_builder_outer_content .pagination .page-numbers {background-color: #888888;border-color: #888888;color: #333333;}.site-content .page-numbers.next,.site-content .page-numbers.prev,#tm_builder_outer_content .pagination .page-numbers.next,#tm_builder_outer_content .pagination .page-numbers.prev {color: #333333;}.site-content .page-numbers.next:hover,.site-content .page-numbers.prev:hover,#tm_builder_outer_content .pagination .page-numbers.next:hover,#tm_builder_outer_content .pagination .page-numbers.prev:hover{color: #0aa5d8;}/* #Breadcrumbs */.breadcrumbs__item {font-style: normal;font-weight: 500;font-size: 12px;line-height: 1.58;font-family: Oswald, sans-serif;letter-spacing: 0em;}.breadcrumbs__item-target {color: #222222;}.site-content .page-links a,.site-content .page-numbers,#tm_builder_outer_content .pagination .page-numbers{color: #888;font-family: Lato, sans-serif;}.site-content .page-numbers.current,.site-content a.page-numbers:hover{color: #222222;}.site-content .page-numbers.next:hover,.site-content .page-numbers.prev:hover{color: #222222;}.breadcrumbs a{color: #888888;}.breadcrumbs a:hover{color:#222222;}/* #Footer */.site-footer {background-color: #0c0c0c;}.footer-area-wrap {background-color: #191919;}.footer-area.widget-area .widget-custom-posts .entry-title{font-style: normal;font-weight: 700;font-size: 18px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.footer-area,.footer-container,.invert .widget_recent_entries .post-date{color: #333333;}.footer-area a,.invert .widget_recent_entries a,.invert .widget_recent_comments a,.invert .widget_archive a{color: #ffffff;}.footer-area a:hover{color: #0aa5d8;}.footer-area a.btn{color: #ffffff;}.footer-area a.btn:hover{color: #ffffff;}.invert .footer-area a:hover,.invert .widget_recent_entries a:hover,.invert .widget_recent_comments a:hover,.invert .widget_archive a:hover{color: #0aa5d8;}.footer-container.invert a{color: #888;}.footer-container.invert a:hover{color: #ffffff;}.footer-area-wrap.invert .comment-author-link{color:#ffffff;}/* #ToTop button */#toTop {color: #ffffff;background-color: #0aa5d8;}#toTop:hover {background-color: #222222;}/* #Magnific Popup*/.mfp-iframe-holder .mfp-close ,.mfp-image-holder .mfp-close {color: rgb(115,115,115);}.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover{color: #222222;}.mfp-iframe-holder .mfp-arrow:before,.mfp-iframe-holder .mfp-arrow:after,.mfp-image-holder .mfp-arrow:before,.mfp-image-holder .mfp-arrow:after{background-color: rgb(115,115,115);}.mfp-iframe-holder .mfp-arrow:hover:before,.mfp-iframe-holder .mfp-arrow:hover:after,.mfp-image-holder .mfp-arrow:hover:before,.mfp-image-holder .mfp-arrow:hover:after{background-color: #222222;}/* #Button Appearance Styles (regular scheme) */.link {color: #222222;}.invert .link {color: #ffffff;}.link:hover,.invert .link:hover {color: #0aa5d8;}.btn,.btn-primary,.btn-secondary,.btn:hover,.btn-primary:hover,.btn-secondary:hover,.invert .btn-primary,.invert .btn-secondary,.invert .btn-primary:hover,.invert .btn-secondary:hover{color: #333333;}.btn,.btn-primary {background-color: #0aa5d8;border-color: #0aa5d8;}.btn:hover,.btn-primary:hover {background-color: #222222;border-color: #222222;}.subscribe-block__submit {color: #ffffff;}.subscribe-block__submit:hover{background-color: #222222;color: #ffffff;}.btn:active,.btn-primary:active {box-shadow: 0 0 10px #222222;}.btn-secondary {background-color: #222222;border-color: #222222;}.btn-secondary:hover {background-color: #0aa5d8;border-color: #0aa5d8;}.btn-secondary:active {box-shadow: 0 0 10px #0aa5d8;}.error-404 .btn-secondary:hover {color: #ffffff;border-color: #ffffff;}.btn-default {color: #222222;}.btn-default:hover {color: #ffffff;background-color: #0aa5d8;border-color: #0aa5d8;}.btn-default:active {box-shadow: 0 0 10px #0aa5d8;}/* #Button Appearance Styles (invert scheme) */.invert .btn,.invert .btn-primary,.invert .btn-secondary,.invert .btn-default {color: #ffffff;border-color: #ffffff;}.invert .btn-primary:hover,.invert .btn-secondary:hover,.invert .btn-default:hover {color: #222222;border-color: #ffffff;background-color: #ffffff;}.btn.btn-default,.error-404 .btn-secondary:hover,.invert .btn, .invert .btn-default,.invert .btn-primary,.invert .btn-secondary,.link{background-color: #0aa5d8;border-color: #0aa5d8;font-family:Oswald, sans-serif;color: #ffffff;}.cherry-search form.cherry-search__form button.search-submit.btn {color: #333333;}.sidebar .widget-subscribe .subscribe-block__submit {font-family:Oswald, sans-serif;}.btn.btn-default:hover,.error-404 .btn-secondary:hover,.invert .btn:hover, .invert .btn-default:hover,.invert .btn-primary:hover,.invert .btn-secondary:hover,.link:hover{background-color: #222222;color: #ffffff;border-color: #222222;}button,input[type='button'],input[type='reset'],input[type='submit'],.comment-form .submit,.wpcf7-submit,.post-password-form label + input{font-family:Lato, sans-serif;}/* #Widget Calendar */.widget_calendar caption {color: #222222;}.invert .widget_calendar caption {color: #ffffff;}.widget_calendar tbody td:not(.pad) {background-color: #0aa5d8;color: #ffffff;}.invert .widget_calendar tbody td:not(.pad) {background-color: rgb(0,140,191);color: #ffffff;}.widget_calendar tbody td a {border: 1px solid #888888;background-color: #ffffff;color: #333333;}.widget_calendar tbody td#today {background-color: #0aa5d8;color: #ffffff;}.widget_calendar table,.widget_calendar caption{background-color: #0aa5d8;font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;}.widget_calendar caption,.widget_calendar thead{color: #ffffff;}.widget_calendar tfoot td a{color: #ffffff;}.widget_calendar tfoot td a:hover{color: #0aa5d8;}.widget.widget_calendar tbody td a{color: #0aa5d8;}.widget.widget_calendar tbody td a:hover{border-color: #333333;}/* #Widget Recent Posts - Comments, Archive */.widget_recent_entries a,.widget_recent_comments a,.widget_archive a{color: #222222;}.widget_recent_entries a:hover,.widget_recent_comments a:hover,.widget_archive a:hover {color: #0aa5d8;}.widget_recent_entries .post-date {color: #0aa5d8;}.invert .widget_recent_entries .post-date {color: #ffffff;}.sidebar .widget_recent_entries li a,.sidebar .widget_recent_comments li a{font-style: normal;font-weight: 700;font-size: 16px;line-height: 1.4;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.sidebar .widget_recent_entries .post-date{color: #888888;}.invert .entry-meta a{color: #0aa5d8;}.widget_categories > ul > li:hover,.widget_categories > ul > li:hover a,.widget_archive > ul > li:hover,.widget_archive > ul > li:hover a {color: #0aa5d8;}.widget_categories > ul > li,.widget_categories > ul > li a,.widget_archive > ul > li,.widget_archive > ul > li a{color: #222222;}.invert .widget_categories > ul > li,.invert .widget_categories > ul > li a,.invert .widget_archive > ul > li,.invert .widget_archive > ul > li a{color: #ffffff;}.invert .widget_categories > ul > li:hover,.invert .widget_categories > ul > li:hover a,.invert .widget_archive > ul > li:hover,.invert .widget_archive > ul > li:hover a{color: #0aa5d8;}.invert .entry-meta a.post__date {color: #ffffff;}.invert .entry-meta a.post__date:hover {color: #0aa5d8;}.invert .entry-meta a:hover{color: #ffffff;}.invert .entry-meta .post__cats a:hover{color: #222222;}.post__cats a{font-family: Lato, sans-serif;background-color: #0aa5d8;color: #ffffff;}.post__cats a:hover{color: #222222;}.widget-title{font-style: normal;font-weight: 700;font-size: 18px;line-height: 1.43;font-family: Lato, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}.footer-area.widget-area .widget-title{font-style: normal;font-weight: 700;font-size: 14px;line-height: 1.43;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.post__cats,.post__comments,.post__date,.post__tags,.post__terms,.post__comments a,.post__date a,.post__tags a,.post__terms a{color: #222222;}.post__cats:hover,.post__comments:hover,.post__date:hover,.post__tags:hover,.post__terms:hover,.post__comments a:hover,.post__date a:hover,.post__tags a:hover,.post__terms a:hover{color: #0aa5d8;}.sidebar .post__cats:hover,.sidebar .post__comments:hover,.sidebar .post__date:hover,.sidebar .post__tags:hover,.sidebar .post__terms:hover,.sidebar .post__comments a:hover,.sidebar .post__date a:hover,.sidebar .post__tags a:hover,.sidebar .post__terms a:hover{color: #0aa5d8;}.sidebar .post__cats,.sidebar .post__comments,.sidebar .post__date,.sidebar .post__tags,.sidebar .post__terms,.sidebar .post__comments a,.sidebar .post__date a,.sidebar .post__tags a,.sidebar .post__terms a{color: #333333;}.sidebar #widget-custom-posts-11 .post__date,.sidebar #widget-custom-posts-11 .post__date a {color: #222222;}.sidebar #widget-custom-posts-11 .post__date:hover,.sidebar #widget-custom-posts-11 .post__date:hover a,.sidebar #widget-custom-posts-11 .posted-by {color: #0aa5d8;}.before-loop-area .layout_type_2 .mini-type .post__date,.after-loop-area .layout_type_1 .mini-type .post__date,.after-loop-area .layout_type_1 .mini-type .posted-by,.sidebar .posted-by {color: #333333;}.sidebar .widget-fpblock .posted-by {color: #0aa5d8;}.before-loop-area .layout_type_2 .mini-type .post__date:hover,.after-loop-area .layout_type_1 .mini-type .post__date:hover {color: #0aa5d8;}.posted-by a,.posted-by a{color: #0aa5d8;}.posted-by a:hover,.posted-by a:hover{color: #222222;}.post__tags a{color: #0aa5d8;}.post__tags a:hover {color: #222222;}.post__tags:before{color: #333333;}.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date a {color: #333333;}.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by a {color: #ffffff;}.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by a:hover,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date:hover,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date a:hover {color: #0aa5d8;}/*Widget categories*/.widget_categories li,.tagcloud a,.widget_archive li{font-style: normal;font-weight: 700;font-size: 12px;line-height: 1.43;font-family: Lato, sans-serif;letter-spacing: 0em;text-align: inherit;text-transform: uppercase;}.widget_categories a:before{background-color: #0aa5d8;}/* #Widget Tag Cloud */.widget_categories li a,.tagcloud a,.widget_archive li a{color: #888888;}.widget_categories li a:hover,.tagcloud a:hover{color: #222222;}/*Banner*/.widget-banner__link:before,.widget-banner__link:after{background-color: #0aa5d8;}.before-content-area .swiper-slide-inner h5 a {color: #ffffff;}.before-loop-area .widget-carousel .content-wrapper .entry-title a,.before-loop-area .widget-carousel .content-wrapper .post__date,.before-loop-area .widget-carousel .content-wrapper .entry-content {color: #ffffff;}.before-loop-area .widget-carousel .content-wrapper .entry-title a:hover,.before-loop-area .widget-carousel .content-wrapper .post__date:hover {color: #0aa5d8;}.before-loop-area .widget-carousel .content-wrapper .posted-by a:hover {color: #ffffff;}.after-content-full-width-area .widget-title {font-style: normal;font-weight: 700;font-size: 36px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;text-transform: uppercase;}.sidebar .subscribe-block .widget-title,.sidebar .follow-block .widget-title {font-size: 14px;letter-spacing: 0.1em;}.sidebar .subscribe-block__message {font-size: 14px;color: #222222;}.sidebar .follow-block .widget-title,.sidebar .widget-subscribe .menu-item a {color: #ffffff;}.sidebar .widget-subscribe .menu-item a:hover {color: #222222;}.sidebar .subscribe-block {background-color: transparent;}.sidebar .subscribe-follow__wrap .follow-block {background-color: #0aa5d8;}.sidebar .subscribe-follow__wrap .subscribe-block .widget-title {color: #222222;}.sidebar .widget-carousel .swiper-slide .post__excerpt,.site-footer .widget-carousel .swiper-slide .post__excerpt,.sidebar .widget-carousel .swiper-slide .posted-by,.sidebar .widget-carousel .swiper-slide .post__date,.sidebar .widget-carousel .swiper-slide .post__date a,.sidebar .widget-carousel .swiper-slide .posted-by a:hover {color: #ffffff;}.sidebar .widget-carousel .swiper-slide .post__date:hover,.sidebar .widget-carousel .swiper-slide .post__date:hover a {color: #0aa5d8;}.widget-taxonomy-tiles__content::before{background-color: #0aa5d8;}.widget-taxonomy-tiles__inner:hover .widget-taxonomy-tiles__content::before { background-color: #222222; }.invert .widget-image-grid__content::before{background-color: #222222;}.invert .widget-image-grid__title a:hover,.invert .widget-image-grid__date:hover {color: #0aa5d8;}.invert .widget-image-grid__terms a,.invert .widget-image-grid__author a:hover{color: #0aa5d8;}.invert .widget-image-grid__terms a:hover{color: #ffffff;}.invert .widget-image-grid__author,.invert .widget-image-grid__author a{color: #333333;}.widget-image-grid__terms,.widget-image-grid__author,.widget-image-grid__date {font-style: normal;font-weight: 700;font-size: 12px;line-height: 1.5;font-family: Lato, sans-serif;letter-spacing: 0em;}.widget-carousel .swiper-button-next,.widget-carousel .swiper-button-prev{color: #888888;}.after-content-full-width-area .swiper-button-next,.after-content-full-width-area .swiper-button-prev{color: #ffffff;}.widget-carousel .swiper-button-next:hover,.widget-carousel .swiper-button-prev:hover{color: #222222;}.swiper-slide-inner .entry-title{font-style: normal;font-weight: 700;font-size: 48px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.after-loop-area .swiper-slide-inner .entry-title{font-style: normal;font-weight: 700;font-size: 18px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.after-content-full-width-area .swiper-slide-inner:before{background-image:linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));}.after-content-full-width-area .swiper-slide-inner .entry-title,.after-content-full-width-area .swiper-slide-inner .posted-by,.after-content-full-width-area .swiper-slide-inner .posted-by a,.after-content-full-width-area .swiper-slide-inner .post__date{color: #ffffff;}.after-content-full-width-area .swiper-slide-inner .posted-by a:hover,.after-content-full-width-area .swiper-slide-inner .post__date:hover{color: #0aa5d8;}.widget-carousel .post-thumbnail__link:before{background-color: rgba(10,165,216,0.3);}.smart-slider__instance .sp-next-thumbnail-arrow:before,.smart-slider__instance .sp-next-thumbnail-arrow:after,.smart-slider__instance .sp-previous-thumbnail-arrow:before,.smart-slider__instance .sp-previous-thumbnail-arrow:after {background-color: #0aa5d8;}.smart-slider__instance .sp-next-arrow:hover,.smart-slider__instance .sp-previous-arrow:hover {color: #0aa5d8;}.smart-slider__instance[data-title="true"] .sp-image-container:after,.smart-slider__instance[data-content="true"] .sp-image-container:after,.smart-slider__instance[data-more-btn="true"] .sp-image-container:after,.smart-slider__instance .sp-button {background-color: rgba(34,34,34,0.3);}.smart-slider__instance .sp-button:hover,.smart-slider__instance .sp-button.sp-selected-button {background-color: #0aa5d8;}.smart-slider__instance .sp-full-screen-button {color: #0aa5d8;}.smart-slider__instance .sp-full-screen-button:hover {color: #222222;}.smart-slider__instance .sp-selected-thumbnail {border-color: #0aa5d8;}.smart-slider__instance .sp-bottom-thumbnails .sp-selected-thumbnail,.smart-slider__instance .sp-top-thumbnails .sp-selected-thumbnail{border-color: #ffffff;}.smart-slider__instance p.sp-content {font-style: normal;font-weight: 400;font-size: 16px;line-height: 1.3;font-family: Lato, sans-serif;}.smart-slider__instance .sp-arrow{color: #ffffff;}.smart-slider__instance .sp-arrow:hover{color: #0aa5d8;}.subscribe-block__input { color: #333333; }.subscribe-block__input-wrap i {color: rgb(115,115,115);}/*Subscribe Block*/.widget-subscribe .menu-item a{color: #333333;}.widget-subscribe .menu-item a:hover{color: #222222;}.subscribe-block{background-color: transparent;}.subscribe-block .widget-title{color: #ffffff;}.subscribe-block .widget-title:before{color: #0aa5d8;}.invert .subscribe-block .btn-primary:hover{background-color: #ffffff;color: #0aa5d8;}/* #Custom posts*/.custom-posts .entry-title{font-style: normal;font-weight: 700;font-size: 16px;line-height: 1.4;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;}.sidebar .custom-posts .entry-title {font-size: 14px;line-height: 1.5;}.footer-area-wrap .custom-posts .post-thumbnail:before{background-color: rgba(10,165,216,0.3);}.widget-playlist-slider .sp-next-thumbnail-arrow:before,.widget-playlist-slider .sp-next-thumbnail-arrow:after,.widget-playlist-slider .sp-previous-thumbnail-arrow:before,.widget-playlist-slider .sp-previous-thumbnail-arrow:after,.widget-playlist-slider .sp-arrow.sp-previous-arrow:before,.widget-playlist-slider .sp-arrow.sp-previous-arrow:after,.widget-playlist-slider .sp-arrow.sp-next-arrow:before,.widget-playlist-slider .sp-arrow.sp-next-arrow:after{background-color: #0aa5d8;}.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container:hover {background-color: #888888;}.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {background-color: #0aa5d8;}.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .entry-meta,.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .posted-by,.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-title{color: #ffffff;}.widget-playlist-slider .sp-slide--content-visible .sp-layer {background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));}.widget-playlist-slider .sp-has-pointer .sp-selected-thumbnail:before,.widget-playlist-slider .sp-has-pointer .sp-selected-thumbnail:after{border-bottom-color: #0aa5d8;}.widget-fpblock__item-inner {background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));}@media (min-width: 992px) {.full-width-header-area .widget-fpblock__item-featured .widget-fpblock__item-title,.after-content-full-width-area .widget-fpblock__item-featured .widget-fpblock__item-title,.before-content-area .widget-fpblock__item-featured .widget-fpblock__item-title,.after-content-area .widget-fpblock__item-featured .widget-fpblock__item-title{font-style: normal;font-weight: 700;font-size: 48px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;}.widget-fpblock__item-title,.full-type .news-smart-box__item-title{font-style: normal;font-weight: 700;font-size: 30px;line-height: 1;font-family: Oswald, sans-serif;letter-spacing: 0em;text-align: inherit;color: #222222;}}.widget-fpblock__item-inner:before{background-image: linear-gradient(to bottom, rgba(34,34,34,0),rgba(34,34,34,0.9) );}/* #News-smart-box */.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));color: #ffffff;}.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a{color: #ffffff;}.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover {color: #0aa5d8;}.news-smart-box__navigation-terms-list-item:hover,.news-smart-box__navigation-terms-list-item.is-active {color: #0aa5d8;}.news-smart-box__navigation-title {color: #222222;}.news-smart-box__instance .double-bounce-1,.news-smart-box__instance .double-bounce-2 {background-color: #0aa5d8;}.news-smart-box__navigation-terms-list-item{color: #222222;font-family: Lato, sans-serif;}.news-smart-box__navigation-terms-list-item:hover,.news-smart-box__navigation-terms-list-item.is-active{color: #0aa5d8;}.news-smart-box__item.mini-type .news-smart-box__item-thumb-link:hover,.full-width-header-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.before-content-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.before-loop-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-loop-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-content-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-content-full-width-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.footer-area-wrap .widget-custom-posts .custom-posts__item .post-thumbnail:hover{border-color: #0aa5d8;}.news-smart-box__item.mini-type .news-smart-box__item-thumb-link:before,.custom-posts__item .post-thumbnail__link:before{background-color: rgba(10,165,216,0.5);}.news-smart-box__item-thumb-link:before{background-color: rgba(10,165,216,0.3);}/* #Contact-information*/.contact-information-widget .icon {color: #0aa5d8;}.invert .contact-information-widget .icon {color: #ffffff;}.cs-instagram__link:hover{border-color: #0aa5d8;}.cs-instagram__item .cs-instagram__cover{background-color: rgba(10,165,216,0.5);}.invert input[type='search']{ color: #ffffff;}.invert input[type='search']{color: #ffffff;}.invert .cherry-search__results-item a,.invert .cherry-search__results-list{color: #333333;}.site-header .invert .search-submit{color: #ffffff;}.site-header .invert .search-submit:hover{color: #0aa5d8;}.mobile-panel .cherry-search .cherry-search__submit{color: #333333;}.top-panel .cherry-search .cherry-search__submit{color: #333333;}.top-panel .cherry-search .cherry-search__submit:hover{color: #0aa5d8;}.cherry-search .cherry-search__results-list .cherry-search__item-attr {color: #222222;}.cherry-search .cherry-search__results-list .cherry-search__item-attr:hover {color: #888888;}.invert input[type='search'] {color: #ffffff; }.invert input[type='search']::-webkit-input-placeholder { color: #ffffff; }.invert input[type='search']::-moz-placeholder { color: #ffffff; }.invert input[type='search']:-moz-placeholder { color: #ffffff; }.invert input[type='search']:-ms-input-placeholder { color: #ffffff; }.sidebar .cherry-search__submit{color:#888888;}.sidebar .cherry-search__submit:hover{color:#0aa5d8;}
</style>
<link rel="stylesheet" id="jetpack_css-css" href="wp-content/plugins/jetpack/css/jetpack_ver-10.5.css" type="text/css" media="all"/>
<script type="text/javascript" src="wp-includes/js/jquery/jquery.min_ver-3.6.0.js" id="jquery-core-js"></script>
<script type="text/javascript" src="wp-includes/js/jquery/jquery-migrate.min_ver-3.3.2.js" id="jquery-migrate-js"></script>
<script type="text/javascript" src="wp-content/plugins/footnotes/js/jquery.tools.min_ver-1.2.7.redacted.2.js" id="mci-footnotes-jquery-tools-js"></script>
<script type="text/javascript" id="layerslider-utils-js-extra">
/* <![CDATA[ */
var LS_Meta = {"v":"7.0.7","fixGSAP":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.utils_ver-7.0.7.js" id="layerslider-utils-js"></script>
<script type="text/javascript" src="wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery_ver-7.0.7.js" id="layerslider-js"></script>
<script type="text/javascript" src="wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.transitions_ver-7.0.7.js" id="layerslider-transitions-js"></script>
<script type="text/javascript" id="exactmetrics-frontend-script-js-extra">
/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/likethedew.com","hash_tracking":"false","ua":"UA-8060082-1","v4_id":""};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min_ver-7.3.0.js" id="exactmetrics-frontend-script-js"></script>
<meta name="generator" content="Powered by LayerSlider 7.0.7 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress."/>
<link rel="https://api.w.org/" href="https://likethedew.com/wp-json/"/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://likethedew.com/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://likethedew.com/wp-includes/wlwmanifest.xml"/>
<link rel="shortlink" href="https://wp.me/7vk3L"/>
<link rel="shortcut icon" href="wp-content/uploads/2009/02/favicon1.ico"/>
<link rel="apple-touch-icon" href="wp-content/uploads/2009/02/dew3_mh4_571.png"/>
<link rel="apple-touch-startup-image" href="https://likethedew.com/img/LikeTheDew_4BootIcon.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><link rel="preconnect" href="https://cdnjs.cloudflare.com/"/><meta property="og:image" content="wp-content/uploads/2022/01/Dark-Dew-Web-360x195.jpg"/><meta property="og:title" content="The Dew is going dark on January 31st"/>
<meta property="og:description" content=""/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="The Dew is going dark on January 31st"/>
<meta name="twitter:description" content=""/><meta name="twitter:image" content="wp-content/uploads/2022/01/Dark-Dew-Web-360x195.jpg"/><style type="text/css">img#wpstats{display:none}</style>
<meta property="og:type" content="website"/>
<meta property="og:title" content="LikeTheDew.com"/>
<meta property="og:description" content="A journal of progressive Southern culture and politics"/>
<meta property="og:url" content="https://likethedew.com/"/>
<meta property="og:site_name" content="LikeTheDew.com"/>
<meta property="og:image" content="wp-content/uploads/2016/04/cropped-DewLogoSquare825.png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content=""/>
<meta property="og:locale" content="en_US"/>
<meta name="twitter:creator" content="@LikeTheDew"/>
<meta name="twitter:site" content="@LikeTheDew"/>
<link rel="icon" href="wp-content/uploads/2016/04/cropped-DewLogoSquare825-32x32.png" sizes="32x32"/>
<link rel="icon" href="wp-content/uploads/2016/04/cropped-DewLogoSquare825-192x192.png" sizes="192x192"/>
<link rel="apple-touch-icon" href="wp-content/uploads/2016/04/cropped-DewLogoSquare825-180x180.png"/>
<meta name="msapplication-TileImage" content="https://likethedew.com/wp-content/uploads/2016/04/cropped-DewLogoSquare825-270x270.png"/>
<link rel="stylesheet" type="text/css" id="wp-custom-css" href="-custom-css-bd1f23f8ca.css"/>
<style type="text/css" media="all">
.footnotes_reference_container {margin-top: 24px !important; margin-bottom: 0px !important;}
.footnote_container_prepare > p {border-bottom: 1px solid #aaaaaa !important;}
.footnote_tooltip { font-size: 13px !important; color: #000000 !important; background-color: #ffffff !important; border-width: 1px !important; border-style: solid !important; border-color: #cccc99 !important; -webkit-box-shadow: 2px 2px 11px #666666; -moz-box-shadow: 2px 2px 11px #666666; box-shadow: 2px 2px 11px #666666; max-width: 450px !important;}
</style>
</head>
<body class="home blog group-blog hfeed header-layout-fullwidth content-layout-fullwidth footer-layout-fullwidth blog-grid-2-cols position-one-right-sidebar sidebar-1-4 header-default footer-default">
<div class="page-preloader-cover">
<div class="page-preloader">
<svg x="0px" y="0px" width="100px" height="100px" viewBox="0 0 32 32">
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="19.167" y1="6.505" x2="28.167" y2="6.505"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="19.167" y1="9.505" x2="28.167" y2="9.505"></line>
<path class="svg-path" stroke-miterlimit="10" d="M28,15.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M8,15.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M28.167,18.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M8.167,18.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M17,21.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M8,21.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M17,24.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M8,24.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M17.167,27.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M8.167,27.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M28,21.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M19,21.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M28,24.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M19,24.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M28.167,27.504"></path>
<path class="svg-path" stroke-miterlimit="10" d="M19.167,27.504"></path>
<rect x="9.042" y="5" class="svg-path" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="6.792" height="7.005"></rect>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="19.167" y1="12.505" x2="28.167" y2="12.505"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="8.167" y1="15.504" x2="28" y2="15.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="8.167" y1="18.504" x2="28" y2="18.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="7.937" y1="21.504" x2="16.938" y2="21.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="18.938" y1="21.504" x2="27.938" y2="21.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="7.938" y1="24.504" x2="16.938" y2="24.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="18.938" y1="24.504" x2="27.938" y2="24.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="7.938" y1="27.504" x2="16.938" y2="27.504"></line>
<line class="svg-path" stroke-linecap="round" stroke-miterlimit="10" x1="18.998" y1="27.504" x2="27.998" y2="27.504"></line>
<path class="svg-path svg-path-2" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M5,27.004V6.005v-3.38
						c0.042-1.458,1.417-1.458,1.417-1.458h23.125c1.417,0,1.417,1.75,1.417,1.75v25.087C30.958,31,28.167,31,28.167,31H3.875
						c-2.958,0-2.958-2.996-2.958-2.996V7.833c0-2.458,3.542-1.828,3.542-1.828"></path>
</svg>
</div>
</div><div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header default" role="banner">
<div class="mobile-panel">
<button class="main-menu-toggle menu-toggle" aria-controls="main-menu" aria-expanded="false"><span class="menu-toggle-box"><span class="menu-toggle-inner"></span></span></button> <div class="mobile-panel__right">
<div class="header-search"><span class="search-form__toggle"></span><form role="search" method="get" class="search-form" action="/">
<div class="search-form__input-wrap">
<span class="screen-reader-text">Search for:</span>
<i class="linearicon linearicon-magnifier"></i> <input type="search" class="search-form__field" placeholder="Enter keyword" value="" name="s" title="Search for:"/>
</div>
<button type="submit" class="search-form__submit btn btn-primary">Go!</button>
</form>
<span class="search-form__close"></span></div> </div>
</div>
<div class="top-panel invert">
<div class="top-panel__container container">
<div class="top-panel__top">
<div class="top-panel__left">
<div class="top-panel__message"><span style="color:#fff">All-volunteer. Non-commercial. Original content with a progressive Southern perspective.</span></div> </div>
<div class="top-panel__right">
<div class="social-list social-list--header social-list--icon"><ul id="social-list-1" class="social-list__items inline-list"><li id="menu-item-68728" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68728"><a href="https://www.facebook.com/LikeTheDew/"><span class="screen-reader-text">Facebook</span></a></li>
<li id="menu-item-68729" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68729"><a href="https://twitter.com/LikeTheDew"><span class="screen-reader-text">Twitter</span></a></li>
<li id="menu-item-68730" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68730"><a href="https://plus.google.com/u/0/+LikeTheDew"><span class="screen-reader-text">Google+</span></a></li>
<li id="menu-item-68731" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68731"><a href="https://www.linkedin.com/groups/1868352"><span class="screen-reader-text">LinkedIn</span></a></li>
<li id="menu-item-68732" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68732"><a href="https://likethedew.tumblr.com/"><span class="screen-reader-text">Tumblr</span></a></li>
<li id="menu-item-68733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68733"><a href="/"><span class="screen-reader-text">RSS</span></a></li>
</ul></div> </div>
</div>
</div>
</div>
<div class="header-container header-btn-visibility">
<div class="header-container_wrap container">
<div class="header-container__flex">
<div class="site-branding">
<h1 class="site-logo site-logo--image"><a class="site-logo__link" href="/" rel="home"><img src="wp-content/uploads/2018/01/LikeTheDew-mh500.jpg" alt="LikeTheDew.com" class="site-link__img" srcset="wp-content/uploads/2020/01/LikeTheDew-rmh999.jpg 2x"/></a></h1> </div>
<nav id="site-navigation" class="main-navigation" role="navigation"><ul id="main-menu" class="menu"><li id="menu-item-13394" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-13394"><a href="/" aria-current="page">Home</a></li>
<li id="menu-item-13395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13395"><a href="about/">About</a>
<ul class="sub-menu">
<li id="menu-item-13396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13396"><a href="about/">About</a></li>
<li id="menu-item-13397" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13397"><a href="category/dewings/">Dewings</a></li>
<li id="menu-item-20261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20261"><a href="about/our-writers/">Writers</a></li>
<li id="menu-item-64968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64968"><a href="dew-shops/">Dew Shops</a></li>
<li id="menu-item-13399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13399"><a href="about/news-releases/">Sending News Releases</a></li>
<li id="menu-item-13402" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13402"><a href="about/contact/">Contact</a></li>
<li id="menu-item-13403" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13403"><a href="about/subscribe/">Subscribe</a></li>
</ul>
</li>
<li id="menu-item-13408" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13408"><a href="q_and_a_plus_discussion/">FAQ</a>
<ul class="sub-menu">
<li id="menu-item-13409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13409"><a href="q_and_a_plus_discussion/">FAQ</a></li>
<li id="menu-item-13410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13410"><a href="q_and_a_plus_discussion/how-to-submit-a-story-to-the-dew/">How to submit a story</a></li>
<li id="menu-item-13411" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13411"><a href="about/news-releases/">News Releases</a></li>
<li id="menu-item-13412" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13412"><a href="q_and_a_plus_discussion/posting-guidelines/">Posting Guidelines</a></li>
<li id="menu-item-13413" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-13413"><a href="q_and_a_plus_discussion/privacy/">Privacy</a></li>
</ul>
</li>
<li id="menu-item-13401" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13401"><a href="about/contact/">Contact</a></li>
<li id="menu-item-13457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13457"><a href="dew-shops/">More</a>
<ul class="sub-menu">
<li id="menu-item-69107" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-69107"><a href="about/our-writers/">Archives</a></li>
<li id="menu-item-69108" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-69108"><a href="about/our-writers/">Writers</a></li>
<li id="menu-item-13459" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13459"><a href="dew-shops/">Dew Shops</a></li>
</ul>
</li>
</ul></nav> <a class="header-btn btn btn-default" href="/">Sign in</a>
<div class="header-search"><span class="search-form__toggle"></span><form role="search" method="get" class="search-form" action="/">
<div class="search-form__input-wrap">
<span class="screen-reader-text">Search for:</span>
<i class="linearicon linearicon-magnifier"></i> <input type="search" class="search-form__field" placeholder="Enter keyword" value="" name="s" title="Search for:"/>
</div>
<button type="submit" class="search-form__submit btn btn-primary">Go!</button>
</form>
<span class="search-form__close"></span></div>
</div>
</div>
</div>
</header>
<div id="content" class="site-content">
<div class="site-content_wrap container">
<div class="row">
<div id="primary" class="col-xs-12 col-lg-9">
<main id="main" class="site-main" role="main">
<div class="posts-list posts-list--grid-2-cols content-none one-right-sidebar card-deck no-sidebars-before">
<article id="post-76743" class="posts-list__item card post-76743 post type-post status-publish format-standard has-post-thumbnail hentry category-dewings has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/dewings/" rel="tag">Dewings</a></span>
<a href="2022/01/17/the-dew-is-going-dark-on-january-31st/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2022/01/Dark-Dew-Web-360x195.jpg" alt="The Dew is going dark on January 31st" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2022/01/17/the-dew-is-going-dark-on-january-31st/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2022/01/17/the-dew-is-going-dark-on-january-31st/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/pundito/" class="posted-by__author" rel="author">Lee Leslie</a></span>
<span class="post__cats"><a href="category/dewings/" rel="tag">Dewings</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2022/01/17/the-dew-is-going-dark-on-january-31st/" rel="bookmark">The Dew is going dark on January 31st</a></h5> </header>
</div>
<div style="text-align:center"><h2>Digital favorites</h2><ul style="list-style:none;padding-left:0"><li><a href="https://gdalabel.org.uk/">Non Gamstop Casinos</a></li><li><a href="https://www.histoiredesmedias.com/">Meilleurs Sites De Paris Sportifs</a></li><li><a href="https://omshroom.eu/">Siti Non AAMS Sicuri</a></li></ul></div><footer class="entry-footer">
</footer>
</article>
<article id="post-76732" class="posts-list__item card post-76732 post type-post status-publish format-standard has-post-thumbnail hentry category-dewings has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/dewings/" rel="tag">Dewings</a></span>
<a href="2021/10/29/the-dew-is-on-hiatus-anyone-want-it/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/Timeout–shutterstock-feature-360x195.jpg" alt="The Dew is on hiatus. Anyone want it?" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/the-dew-is-on-hiatus-anyone-want-it/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76735">Suzanne Tucker ()</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/the-dew-is-on-hiatus-anyone-want-it/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/pundito/" class="posted-by__author" rel="author">Lee Leslie</a></span>
<span class="post__cats"><a href="category/dewings/" rel="tag">Dewings</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/29/the-dew-is-on-hiatus-anyone-want-it/" rel="bookmark">The Dew is on hiatus. Anyone want it?</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76702" class="posts-list__item card post-76702 post type-post status-publish format-standard has-post-thumbnail hentry category-climate category-environment category-issues category-southern_politics category-science category-truth category-southern_views has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/environment/" rel="tag">Environment</a> <a href="category/southern_politics/issues/" rel="tag">Issues</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_life/science/" rel="tag">Science</a> <a href="category/southern_politics/truth/" rel="tag">Truth</a> <a href="category/southern_views/" rel="tag">Views</a></span>
<a href="2021/10/29/our-machiavellian-moment-on-climate/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/Statue-of-Niccolo-Machiavelli-feature-360x195.jpg" alt="Our Machiavellian Moment on Climate" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/our-machiavellian-moment-on-climate/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/our-machiavellian-moment-on-climate/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/mcarter/" class="posted-by__author" rel="author">Maurice Carter</a></span>
<span class="post__cats"><a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/environment/" rel="tag">Environment</a> <a href="category/southern_politics/issues/" rel="tag">Issues</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_life/science/" rel="tag">Science</a> <a href="category/southern_politics/truth/" rel="tag">Truth</a> <a href="category/southern_views/" rel="tag">Views</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/29/our-machiavellian-moment-on-climate/" rel="bookmark">Our Machiavellian Moment on Climate</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76712" class="posts-list__item card post-76712 post type-post status-publish format-standard has-post-thumbnail hentry category-democracy category-equality category-southern_politics category-southern_views has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_life/equality/" rel="tag">Equality</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_views/" rel="tag">Views</a></span>
<a href="2021/10/29/supreme-court-gerrymandering-decisions-harming-texans/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/texas-35-360x195.png" alt="Supreme Court gerrymandering decisions harming Texans" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/supreme-court-gerrymandering-decisions-harming-texans/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76726"><a href="" target="_blank">Google Maps</a> (<a href="" target="_blank"></a>)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/supreme-court-gerrymandering-decisions-harming-texans/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_life/equality/" rel="tag">Equality</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_views/" rel="tag">Views</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/29/supreme-court-gerrymandering-decisions-harming-texans/" rel="bookmark">Supreme Court gerrymandering decisions harming Texans</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76714" class="posts-list__item card post-76714 post type-post status-publish format-standard has-post-thumbnail hentry category-activism category-justice category-law_enforcement category-protest category-southern_views category-violence has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_portraits/justice/" rel="tag">Justice</a> <a href="category/southern_life/law_enforcement/" rel="tag">Law Enforcement</a> <a href="category/southern_portraits/protest/" rel="tag">Protest</a> <a href="category/southern_views/" rel="tag">Views</a> <a href="category/southern_life/violence/" rel="tag">Violence</a></span>
<a href="2021/10/29/dark-money-flows-from-corporations-to-the-atlanta-police-foundation/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/Police-Protest-Signs-feature-360x195.jpg" alt="Dark Money Flows From Corporations To The Atlanta Police Foundation" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/dark-money-flows-from-corporations-to-the-atlanta-police-foundation/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76716"><a href="" target="_blank">Gloria Tatum</a> (<a href="" target="_blank"></a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76718"><a href="https://streetsofatlanta.blog/" target="_blank">Gloria Tatum</a> (<a href="" target="_blank"></a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76719"><a href="https://streetsofatlanta.blog/" target="_blank">Gloria Tatum</a> (<a href="" target="_blank"></a>)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/29/dark-money-flows-from-corporations-to-the-atlanta-police-foundation/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/gtatum/" class="posted-by__author" rel="author">Gloria Tatum</a></span>
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_portraits/justice/" rel="tag">Justice</a> <a href="category/southern_life/law_enforcement/" rel="tag">Law Enforcement</a> <a href="category/southern_portraits/protest/" rel="tag">Protest</a> <a href="category/southern_views/" rel="tag">Views</a> <a href="category/southern_life/violence/" rel="tag">Violence</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/29/dark-money-flows-from-corporations-to-the-atlanta-police-foundation/" rel="bookmark">Dark Money Flows From Corporations To The Atlanta Police Foundation</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76697" class="posts-list__item card post-76697 post type-post status-publish format-standard has-post-thumbnail hentry category-bad_ideas category-beliefs category-fact-check category-fear category-intolerance category-lies category-racisim has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/bad_ideas/" rel="tag">Bad Ideas</a> <a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_views/fact-check/" rel="tag">Fact Check</a> <a href="category/southern_life/fear/" rel="tag">Fear</a> <a href="category/southern_portraits/intolerance/" rel="tag">Intolerance</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/racisim/" rel="tag">Racisim</a></span>
<a href="2021/10/11/epoch-misinformation/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/Woman_at_MAGA_rally_holding_copies_of_Epoch_Times_2020-11-14-360x195.jpg" alt="Epoch misinformation" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/11/epoch-misinformation/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/11/epoch-misinformation/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_portraits/bad_ideas/" rel="tag">Bad Ideas</a> <a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_views/fact-check/" rel="tag">Fact Check</a> <a href="category/southern_life/fear/" rel="tag">Fear</a> <a href="category/southern_portraits/intolerance/" rel="tag">Intolerance</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/racisim/" rel="tag">Racisim</a></span>
 </div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/11/epoch-misinformation/" rel="bookmark">Epoch misinformation</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76687" class="posts-list__item card post-76687 post type-post status-publish format-standard has-post-thumbnail hentry category-activism category-southern_life category-rights has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a></span>
<a href="2021/10/11/the-gops-war-on-womens-reproductive-rights/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/20211002_114932-360x195.jpg" alt="The GOP’s War on Women’s Reproductive Rights" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/11/the-gops-war-on-womens-reproductive-rights/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/11/the-gops-war-on-womens-reproductive-rights/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/gtatum/" class="posted-by__author" rel="author">Gloria Tatum</a></span>
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/11/the-gops-war-on-womens-reproductive-rights/" rel="bookmark">The GOP’s War on Women’s Reproductive Rights</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76679" class="posts-list__item card post-76679 post type-post status-publish format-standard has-post-thumbnail hentry category-government category-history category-southern_portraits category-rights category-union_jobs has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/history/" rel="tag">History</a> <a href="category/southern_portraits/" rel="tag">People &amp; Places</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a> <a href="category/southern_life/union_jobs/" rel="tag">Union Jobs</a></span>
<a href="2021/10/01/west-virginias-anti-capitalist-history/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/10/WVa-Coal-minors-in-need-of-unionization-360x195.jpeg" alt="West Virginia’s anti-capitalist history" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/01/west-virginias-anti-capitalist-history/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/10/01/west-virginias-anti-capitalist-history/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/history/" rel="tag">History</a> <a href="category/southern_portraits/" rel="tag">People &amp; Places</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a> <a href="category/southern_life/union_jobs/" rel="tag">Union Jobs</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/10/01/west-virginias-anti-capitalist-history/" rel="bookmark">West Virginia’s anti-capitalist history</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76662" class="posts-list__item card post-76662 post type-post status-publish format-standard has-post-thumbnail hentry category-covid-19 category-guns category-southern_politics category-vaccines has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_life/guns/" rel="tag">Guns</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_life/vaccines/" rel="tag">Vaccines</a></span>
<a href="2021/09/16/florida-desantis-and-covid-an-uneasy-relationship/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Covid-DeSantis-Guns2-feature-360x195.jpg" alt="Florida, DeSantis and Covid – an uneasy relationship" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/16/florida-desantis-and-covid-an-uneasy-relationship/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/16/florida-desantis-and-covid-an-uneasy-relationship/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_life/guns/" rel="tag">Guns</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_life/vaccines/" rel="tag">Vaccines</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/16/florida-desantis-and-covid-an-uneasy-relationship/" rel="bookmark">Florida, DeSantis and Covid – an uneasy relationship</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76664" class="posts-list__item card post-76664 post type-post status-publish format-standard has-post-thumbnail hentry category-blacklivesmatter category-history category-slavery category-symbols category-war has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/blacklivesmatter/" rel="tag">#BlackLivesMatter</a> <a href="category/southern_life/history/" rel="tag">History</a> <a href="category/southern_portraits/slavery/" rel="tag">Slavery</a> <a href="category/southern_portraits/symbols/" rel="tag">Symbols</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
<a href="2021/09/16/time-capsules-and-history/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Statue_Robert_E._Lee_Richmond-feature-1-360x195.gif" alt="Time Capsules and History" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/16/time-capsules-and-history/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/16/time-capsules-and-history/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/dparker/" class="posted-by__author" rel="author">David Parker</a></span>
<span class="post__cats"><a href="category/southern_life/blacklivesmatter/" rel="tag">#BlackLivesMatter</a> <a href="category/southern_life/history/" rel="tag">History</a> <a href="category/southern_portraits/slavery/" rel="tag">Slavery</a> <a href="category/southern_portraits/symbols/" rel="tag">Symbols</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/16/time-capsules-and-history/" rel="bookmark">Time Capsules and History</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76657" class="posts-list__item card post-76657 post type-post status-publish format-standard has-post-thumbnail hentry category-southern_views has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_views/" rel="tag">Views</a></span>
<a href="2021/09/13/texas-abortion-ban-is-an-abuse-of-the-states-judiciary/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Wire_clothes_hanger-fw-360x195.jpg" alt="Texas Abortion Ban Is An Abuse of the State’s Judiciary" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/13/texas-abortion-ban-is-an-abuse-of-the-states-judiciary/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/13/texas-abortion-ban-is-an-abuse-of-the-states-judiciary/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/leongalis/" class="posted-by__author" rel="author">Leon Galis</a></span>
<span class="post__cats"><a href="category/southern_views/" rel="tag">Views</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/13/texas-abortion-ban-is-an-abuse-of-the-states-judiciary/" rel="bookmark">Texas Abortion Ban Is An Abuse of the State’s Judiciary</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76644" class="posts-list__item card post-76644 post type-post status-publish format-standard has-post-thumbnail hentry category-southern_funnies category-southern_life category-people category-truth category-work has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_funnies/" rel="tag">Funnies</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/truth/" rel="tag">Truth</a> <a href="category/southern_portraits/work/" rel="tag">Work</a></span>
<a href="2021/09/05/can-you-hate-your-job-and-love-labor-day-part-two/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Original-Sin-Jan_Brueghel_de_Oude_en_Peter_Paul_Rubens_-_Het_aards_paradijs_met_de_zondeval_van_Adam_en_Eva-360x195.jpg" alt="Can You Hate Your Job and Love Labor Day, Part Two" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/05/can-you-hate-your-job-and-love-labor-day-part-two/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/05/can-you-hate-your-job-and-love-labor-day-part-two/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jlstrickland/" class="posted-by__author" rel="author">JL Strickland</a></span>
<span class="post__cats"><a href="category/southern_funnies/" rel="tag">Funnies</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/truth/" rel="tag">Truth</a> <a href="category/southern_portraits/work/" rel="tag">Work</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/05/can-you-hate-your-job-and-love-labor-day-part-two/" rel="bookmark">Can You Hate Your Job and Love Labor Day, Part Two</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76615" class="posts-list__item card post-76615 post type-post status-publish format-standard has-post-thumbnail hentry category-corrumption category-lies category-military category-southern_politics category-southern_views category-war has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/corrumption/" rel="tag">Corruption</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/military/" rel="tag">Military</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_views/" rel="tag">Views</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
<a href="2021/09/03/is-afghanistan-fubar-it-depends-who-you-ask/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Kevin-McCarthy-Caricature-f-360x195.jpg" alt="Is Afghanistan FUBAR? It depends who you ask" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/03/is-afghanistan-fubar-it-depends-who-you-ask/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76625"><a href="https://www.flickr.com/photos/donkeyhotey/" target="_blank">DonkeyHotey</a> (<a href="https://creativecommons.org/licenses/by/2.0/" target="_blank">Creative Commons</a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76624"><a href="https://www.flickr.com/photos/donkeyhotey/" target="_blank">DonkeyHotey</a> (<a href="https://creativecommons.org/licenses/by/2.0/" target="_blank">Creative Commons</a>)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/03/is-afghanistan-fubar-it-depends-who-you-ask/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/wimlaven/" class="posted-by__author" rel="author">Wim Laven</a></span>
<span class="post__cats"><a href="category/southern_portraits/corrumption/" rel="tag">Corruption</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/military/" rel="tag">Military</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_views/" rel="tag">Views</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/03/is-afghanistan-fubar-it-depends-who-you-ask/" rel="bookmark">Is Afghanistan FUBAR? It depends who you ask</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76619" class="posts-list__item card post-76619 post type-post status-publish format-standard has-post-thumbnail hentry category-clean_air_water category-climate category-environment category-issues has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/clean_air_water/" rel="tag">Clean Air and Water</a> <a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/environment/" rel="tag">Environment</a> <a href="category/southern_politics/issues/" rel="tag">Issues</a></span>
<a href="2021/09/03/you-can-help-stop-climate-chaos-25-ways/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Climate-Change-Explained-360x195.jpg" alt="You can help stop climate chaos: 25 ways" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/03/you-can-help-stop-climate-chaos-25-ways/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/03/you-can-help-stop-climate-chaos-25-ways/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/tomhhastings/" class="posted-by__author" rel="author">Tom H. Hastings, Ed.D.</a></span>
<span class="post__cats"><a href="category/southern_portraits/clean_air_water/" rel="tag">Clean Air and Water</a> <a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/environment/" rel="tag">Environment</a> <a href="category/southern_politics/issues/" rel="tag">Issues</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/03/you-can-help-stop-climate-chaos-25-ways/" rel="bookmark">You can help stop climate chaos: 25 ways</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76606" class="posts-list__item card post-76606 post type-post status-publish format-standard has-post-thumbnail hentry category-democracy category-insurrection category-lies category-people category-southern_politics has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_portraits/insurrection/" rel="tag">Insurrection</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
<a href="2021/09/02/rep-mo-brooks-an-embarrassment-for-alabama/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Alabama-Rep-Mo-Brooks-360x195.jpg" alt="Rep. Mo Brooks – an embarrassment for Alabama" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/02/rep-mo-brooks-an-embarrassment-for-alabama/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/02/rep-mo-brooks-an-embarrassment-for-alabama/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_portraits/insurrection/" rel="tag">Insurrection</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/02/rep-mo-brooks-an-embarrassment-for-alabama/" rel="bookmark">Rep. Mo Brooks – an embarrassment for Alabama</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76599" class="posts-list__item card post-76599 post type-post status-publish format-standard has-post-thumbnail hentry category-activism category-democracy category-equality category-southern_politics category-rights has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_life/equality/" rel="tag">Equality</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a></span>
<a href="2021/09/02/millions-march-nationwide-to-protect-voting-rights-and-save-democracy/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/09/Mural-of-civil-rights-icon-Rep-John-Lewis-360x195.jpg" alt="Millions March Nationwide to Protect Voting Rights and Save Democracy" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/02/millions-march-nationwide-to-protect-voting-rights-and-save-democracy/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76603"><a href="https://www.flickr.com/photos/cizauskas/" target="_blank">Thomas Cizauskas</a> (<a href="https://creativecommons.org/licenses/by-nc-nd/2.0/" target="_blank">Creative Commons</a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76600"><a href="" target="_blank">Gloria Tatum</a> (<a href="" target="_blank"></a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76601"><a href="author/gtatum/" target="_blank">Gloria Tatum</a> (<a href="" target="_blank"></a>)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/09/02/millions-march-nationwide-to-protect-voting-rights-and-save-democracy/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/gtatum/" class="posted-by__author" rel="author">Gloria Tatum</a></span>
<span class="post__cats"><a href="category/southern_portraits/activism/" rel="tag">Activism</a> <a href="category/southern_life/democracy/" rel="tag">Democracy</a> <a href="category/southern_life/equality/" rel="tag">Equality</a> <a href="category/southern_politics/" rel="tag">Politics</a> <a href="category/southern_portraits/rights/" rel="tag">Rights</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/09/02/millions-march-nationwide-to-protect-voting-rights-and-save-democracy/" rel="bookmark">Millions March Nationwide to Protect Voting Rights and Save Democracy</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76589" class="posts-list__item card post-76589 post type-post status-publish format-standard has-post-thumbnail hentry category-beliefs category-covid-19 category-southern_politics has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
<a href="2021/08/25/gop-dead-wrong-about-vaccinations/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/GOP-with-its-head-up-the-elephants-ass-feature-360x195.jpg" alt="GOP – Dead Wrong About Vaccinations" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/25/gop-dead-wrong-about-vaccinations/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76594"><a href="https://www.flickr.com/photos/mariopiperni/" target="_blank">Mario Piperni</a> (<a href="https://creativecommons.org/licenses/by-nd/2.0/" target="_blank">Creative Commons</a>)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76595"><a href="https://www.flickr.com/photos/mariopiperni/" target="_blank">Mario Piperni</a> (<a href="https://creativecommons.org/licenses/by-nd/2.0/" target="_blank">Creative Commons</a>)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/25/gop-dead-wrong-about-vaccinations/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/25/gop-dead-wrong-about-vaccinations/" rel="bookmark">GOP – Dead Wrong About Vaccinations</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76582" class="posts-list__item card post-76582 post type-post status-publish format-standard has-post-thumbnail hentry category-corrumption category-government category-peace category-war has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/corrumption/" rel="tag">Corruption</a> <a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/peace/" rel="tag">Peace</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
<a href="2021/08/25/we-have-learned-from-history-that-we-dont-learn-from-history/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/Feature-The-Unread-American-Library-Series-Vietnam-to-Afghanistan-253617-360x195.jpg" alt="“We have learned from history that we don’t learn from history”" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/25/we-have-learned-from-history-that-we-dont-learn-from-history/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76585">David Fitzsimmons (PoliticalCartoons.com)</div>
<div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76584">David Fitzsimmons (PoliticalCartoons.com)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/25/we-have-learned-from-history-that-we-dont-learn-from-history/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jatkins/" class="posted-by__author" rel="author">Joseph B. Atkins</a></span>
<span class="post__cats"><a href="category/southern_portraits/corrumption/" rel="tag">Corruption</a> <a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/peace/" rel="tag">Peace</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/25/we-have-learned-from-history-that-we-dont-learn-from-history/" rel="bookmark">“We have learned from history that we don’t learn from history”</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76578" class="posts-list__item card post-76578 post type-post status-publish format-standard has-post-thumbnail hentry category-issues category-military category-peace category-talk_of_the_south category-war has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_politics/issues/" rel="tag">Issues</a> <a href="category/southern_portraits/military/" rel="tag">Military</a> <a href="category/southern_life/peace/" rel="tag">Peace</a> <a href="category/talk_of_the_south/" rel="tag">Talk</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
<a href="2021/08/20/hurrah-were-leaving-afghanistan-we-should-have-done-it-years-ago/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/1000w_q75-360x195.jpg" alt="Hurrah! We’re leaving Afghanistan; we should have done it years ago" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/20/hurrah-were-leaving-afghanistan-we-should-have-done-it-years-ago/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/20/hurrah-were-leaving-afghanistan-we-should-have-done-it-years-ago/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/elbrack/" class="posted-by__author" rel="author">Elliott Brack</a></span>
<span class="post__cats"><a href="category/southern_politics/issues/" rel="tag">Issues</a> <a href="category/southern_portraits/military/" rel="tag">Military</a> <a href="category/southern_life/peace/" rel="tag">Peace</a> <a href="category/talk_of_the_south/" rel="tag">Talk</a> <a href="category/southern_life/war/" rel="tag">War</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/20/hurrah-were-leaving-afghanistan-we-should-have-done-it-years-ago/" rel="bookmark">Hurrah! We’re leaving Afghanistan; we should have done it years ago</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76570" class="posts-list__item card post-76570 post type-post status-publish format-standard has-post-thumbnail hentry category-covid-19 category-health category-incompetence category-lies category-southern_portraits category-southern_politics has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_life/health/" rel="tag">Health</a> <a href="category/southern_politics/incompetence/" rel="tag">Incompetence</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/" rel="tag">People &amp; Places</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
<a href="2021/08/19/not-proud-of-desantis/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/caricature-of-Florida-Governor-Ron-DeSantis-360x195.jpg" alt="Not proud of DeSantis" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/19/not-proud-of-desantis/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/19/not-proud-of-desantis/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_life/health/" rel="tag">Health</a> <a href="category/southern_politics/incompetence/" rel="tag">Incompetence</a> <a href="category/southern_portraits/lies/" rel="tag">Lies</a> <a href="category/southern_portraits/" rel="tag">People &amp; Places</a> <a href="category/southern_politics/" rel="tag">Politics</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/19/not-proud-of-desantis/" rel="bookmark">Not proud of DeSantis</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76565" class="posts-list__item card post-76565 post type-post status-publish format-standard has-post-thumbnail hentry category-covid-19 category-government category-health category-people category-places has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/health/" rel="tag">Health</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_portraits/places/" rel="tag">Places</a></span>
<a href="2021/08/17/what-happened-to-courage-and-pride-in-south-carolina/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/oliver-cole-0hQATQI7F7Q-unsplash-360x195.jpg" alt="What happened to courage and pride in South Carolina?" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/17/what-happened-to-courage-and-pride-in-south-carolina/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76566">Oliver Cole (Unsplash)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/17/what-happened-to-courage-and-pride-in-south-carolina/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/abrack/" class="posted-by__author" rel="author">Andy Brack</a></span>
<span class="post__cats"><a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/government/" rel="tag">Government</a> <a href="category/southern_life/health/" rel="tag">Health</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_portraits/places/" rel="tag">Places</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/17/what-happened-to-courage-and-pride-in-south-carolina/" rel="bookmark">What happened to courage and pride in South Carolina?</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76551" class="posts-list__item card post-76551 post type-post status-publish format-standard has-post-thumbnail hentry category-climate category-southern_life category-southern_views has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_views/" rel="tag">Views</a></span>
<a href="2021/08/15/a-gift-for-the-future/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/newborn-baby-990691-360x195.jpg" alt="A gift for the future" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/a-gift-for-the-future/"></div><div class="credits-overlay" style="background-color:#d1d1d1" data-target=".wp-image-76554">Cheryl Holt (Pixabay)</div>
<div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/a-gift-for-the-future/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/riverasun/" class="posted-by__author" rel="author">Rivera Sun</a></span>
<span class="post__cats"><a href="category/southern_portraits/climate/" rel="tag">Climate</a> <a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_views/" rel="tag">Views</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/15/a-gift-for-the-future/" rel="bookmark">A gift for the future</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76543" class="posts-list__item card post-76543 post type-post status-publish format-standard has-post-thumbnail hentry category-beliefs category-covid-19 category-southern_politics-southern_politics has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/southern_politics-southern_politics/" rel="tag">Southern Politics</a></span>
<a href="2021/08/15/does-god-not-want-you-to-get-the-shot/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/feature-God-in-Mask-Handing-Adam-Vaccine-Card-360x195.jpg" alt="Does God not want you to get the shot?" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/does-god-not-want-you-to-get-the-shot/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/does-god-not-want-you-to-get-the-shot/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jackbernard/" class="posted-by__author" rel="author">Jack Bernard</a></span>
<span class="post__cats"><a href="category/southern_views/beliefs/" rel="tag">Beliefs</a> <a href="category/southern_life/covid-19/" rel="tag">COVID-19</a> <a href="category/southern_politics/southern_politics-southern_politics/" rel="tag">Southern Politics</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/15/does-god-not-want-you-to-get-the-shot/" rel="bookmark">Does God not want you to get the shot?</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76557" class="posts-list__item card post-76557 post type-post status-publish format-standard has-post-thumbnail hentry category-southern_life category-people category-southern_politics-southern_politics has-thumb">
<div class="post-list__item-content">
<figure class="post-thumbnail">
<span class="post__cats"><a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/southern_politics-southern_politics/" rel="tag">Southern Politics</a></span>
<a href="2021/08/15/all-this-fun-had-to-end/" class="post-thumbnail__link post-thumbnail--fullwidth"><img class="post-thumbnail__img wp-post-image" src="wp-content/uploads/2021/08/Louisiana-Governor-Edwin-Washington-Edwards-feature-360x195.jpg" alt="All this fun had to end" width="360" height="195"/></a> </figure>
<div class="entry-content"><div class="at-above-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/all-this-fun-had-to-end/"></div><div class="at-below-post-homepage addthis_tool" data-url="https://likethedew.com/2021/08/15/all-this-fun-had-to-end/"></div></div>
<div class="entry-meta">
<span class="posted-by">by <a href="author/jatkins/" class="posted-by__author" rel="author">Joseph B. Atkins</a></span>
<span class="post__cats"><a href="category/southern_life/" rel="tag">Life</a> <a href="category/southern_portraits/people/" rel="tag">People</a> <a href="category/southern_politics/southern_politics-southern_politics/" rel="tag">Southern Politics</a></span>
</div>
<header class="entry-header">
<h5 class="entry-title"><a href="2021/08/15/all-this-fun-had-to-end/" rel="bookmark">All this fun had to end</a></h5> </header>
</div>
<footer class="entry-footer">
</footer>
</article>
</div>
<nav class="navigation pagination" role="navigation" aria-label="Posts">
<h2 class="screen-reader-text">Posts navigation</h2>
<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="page/2/">2</a>
<span class="page-numbers dots">…</span>
<a class="page-numbers" href="page/229/">229</a>
<a class="next page-numbers" href="page/2/"><i class="linearicon linearicon-arrow-right"></i></a></div>
</nav>
</main>
</div>
<div id="sidebar" class="col-xs-12 col-lg-3 sidebar widget-area" role="complementary"><aside id="custom_html-21" class="widget_text widget widget_custom_html"><h5 class="widget-title">Sections</h5><div class="textwidget custom-html-widget"><ul>
<li class="cat-item cat-item-34436"><a href="category/books-3/">Books</a>
</li>
<li class="cat-item cat-item-22767"><a href="category/southern_funnies/">Funnies</a>
</li>
<li class="cat-item cat-item-6"><a href="category/southern_food_and_drink/">Hospitality</a>
</li>
<li class="cat-item cat-item-10073"><a href="category/southern_life/">Life</a>
</li>
<li class="cat-item cat-item-2945"><a href="category/southern_news/">News</a>
</li>
<li class="cat-item cat-item-8"><a href="category/southern_portraits/">People &amp; Places</a>
</li>
<li class="cat-item cat-item-4"><a href="category/southern_politics/">Politics</a>
</li>
<li class="cat-item cat-item-37571"><a href="category/satire/">Satire</a>
</li>
<li class="cat-item cat-item-9"><a href="category/southern_scenes/">Sights &amp; Sounds</a>
</li>
<li class="cat-item cat-item-3"><a href="category/talk_of_the_south/">Talk</a>
</li>
<li class="cat-item cat-item-10074"><a href="category/southern_views/">Views</a>
</li>
</ul></div></aside><aside id="custom_html-17" class="widget_text widget widget_custom_html"><h5 class="widget-title">Right Now</h5><div class="textwidget custom-html-widget"><img src="sat_mosaic_640x480_public/rs/isarse.gif" alt="Southern Weather Radar"/></div></aside> <aside id="mailpoet_form-5" class="widget widget_mailpoet_form">
<h5 class="widget-title">Free Dewsletter</h5>
<div class="
    mailpoet_form_popup_overlay
      "></div>
<div id="mailpoet_form_1" class="
      mailpoet_form
      mailpoet_form_widget
      mailpoet_form_position_
      mailpoet_form_animation_
    ">
<style type="text/css">
     .mailpoet_hp_email_label{display:none!important;}#mailpoet_form_1 .mailpoet_form {  }
#mailpoet_form_1 .mailpoet_paragraph {  }
#mailpoet_form_1 .mailpoet_text_label, #mailpoet_form_1 .mailpoet_textarea_label, #mailpoet_form_1 .mailpoet_select_label, #mailpoet_form_1 .mailpoet_radio_label, #mailpoet_form_1 .mailpoet_checkbox_label, #mailpoet_form_1 .mailpoet_list_label, #mailpoet_form_1 .mailpoet_date_label { display: block; }
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date { display: block; }
#mailpoet_form_1 .mailpoet_checkbox {  }
#mailpoet_form_1 .mailpoet_validate_success { color: #468847; }
#mailpoet_form_1 .mailpoet_validate_error { color: #b94a48; }#mailpoet_form_1{;}#mailpoet_form_1 .mailpoet_message {margin: 0; padding: 0 20px;}#mailpoet_form_1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_1 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} 
    </style>
<form target="_self" method="post" action="/" class="mailpoet_form mailpoet_form_form mailpoet_form_widget" novalidate="" data-delay="" data-exit-intent-enabled="" data-font-family="">
<input type="hidden" name="data[form_id]" value="1"/>
<input type="hidden" name="token" value="3d39ae8cc9"/>
<input type="hidden" name="api_version" value="v1"/>
<input type="hidden" name="endpoint" value="subscribers"/>
<input type="hidden" name="mailpoet_method" value="subscribe"/>
<label class="mailpoet_hp_email_label">Please leave this field empty<input type="email" name="data[email]"/></label><div class="mailpoet_paragraph"></div>
<div class="mailpoet_paragraph"><label class="mailpoet_text_label" data-automation-id="form_email_label">Email <span class="mailpoet_required">*</span></label><input type="email" class="mailpoet_text" name="data[form_field_OGUwYjcwMmQ0NzY5X2VtYWls]" title="Email" value="" data-automation-id="form_email" data-parsley-required="true" data-parsley-minlength="6" data-parsley-maxlength="150" data-parsley-error-message="Please specify a valid email address." data-parsley-required-message="This field is required."/></div>
<div class="mailpoet_paragraph"><input type="submit" class="mailpoet_submit" value="Subscribe" data-automation-id="subscribe-submit-button" style="border-color:transparent;"/><span class="mailpoet_form_loading"><span class="mailpoet_bounce1"></span><span class="mailpoet_bounce2"></span><span class="mailpoet_bounce3"></span></span></div>
<div class="mailpoet_paragraph">To subscribe to our Dewsletter (it&#39;s free), just enter your email address and click Subscribe. You will be sent an email requiring you to confirm your email address (protects us both from spammers). <br/>
<br/>
<strong>A note on privacy</strong>: We respect your privacy and will never sell your information or pass them onto any third parties without your permission to do so. You may also unsubscribe from the mailing list at any time simply by using the link provided in our email communications (bottom of each email). For our complete privacy policy, <a href="q_and_a_plus_discussion/privacy/">click here</a>.</div>
<div class="mailpoet_message">
<p class="mailpoet_validate_success" style="display:none;">Check your inbox or spam folder now to confirm your subscription.
</p>
<p class="mailpoet_validate_error" style="display:none;"> </p>
</div>
</form>
</div>
</aside>
<aside id="custom_html-20" class="widget_text widget widget_custom_html"><h5 class="widget-title">Like the Dew?</h5><div class="textwidget custom-html-widget">We are non-commercial, all volunteer and supported by our readers. Please help sustain the Dew by making a donation.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="3NG7ZDGZGVPRN"/>
<input type="image" src="en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
<img alt="" border="0" src="en_US/i/scr/pixel.gif" width="1" height="1"/>
</form></div></aside><aside id="annual_archive_widget-2" class="widget Annual_Archive_Widget"><h5 class="widget-title">Archives</h5> <ul>
<li><a href="/">2022</a></li>
<li><a href="2021/">2021</a></li>
<li><a href="2020/">2020</a></li>
<li><a href="2019/">2019</a></li>
<li><a href="2018/">2018</a></li>
<li><a href="2017/">2017</a></li>
<li><a href="2016/">2016</a></li>
<li><a href="2015/">2015</a></li>
<li><a href="2014/">2014</a></li>
<li><a href="2013/">2013</a></li>
<li><a href="2012/">2012</a></li>
<li><a href="2011/">2011</a></li>
<li><a href="2010/">2010</a></li>
<li><a href="2009/">2009</a></li>
<li><a href="2008/">2008</a></li>
</ul>
</aside></div>
</div>
</div>
</div>
<footer id="colophon" class="site-footer default" role="contentinfo">
<div class="footer-container invert">
<div class="site-info container">
<div class="site-info-wrap">
<div class="footer-copyright"><p style="color:#fff">© 2022 - LikeTheDew.com | <a href="q_and_a_plus_discussion/reposting/">Creative Commons Reposting</a> | <a href="q_and_a_plus_discussion/privacy/">Privacy</a> | <strong>Like The Dew?</strong> You can <a href="https://www.razoo.com/us/story/dew">help sustain the Dew by clicking here</a> or here if you prefer PayPal.<br/>
Any copyrighted material on these pages is used in &#34;fair use,&#34; for the purpose of study, review or critical analysis only, and will be removed at the request of copyright owner.</p></div>
<div class="social-list social-list--footer social-list--icon"><ul id="social-list-2" class="social-list__items inline-list"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68728"><a href="https://www.facebook.com/LikeTheDew/"><span class="screen-reader-text">Facebook</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68729"><a href="https://twitter.com/LikeTheDew"><span class="screen-reader-text">Twitter</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68730"><a href="https://plus.google.com/u/0/+LikeTheDew"><span class="screen-reader-text">Google+</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68731"><a href="https://www.linkedin.com/groups/1868352"><span class="screen-reader-text">LinkedIn</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68732"><a href="https://likethedew.tumblr.com/"><span class="screen-reader-text">Tumblr</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68733"><a href="/"><span class="screen-reader-text">RSS</span></a></li>
</ul></div> </div>
</div>
</div>
</footer>
</div>
<script>
        jQuery(document).ready(function($) {
            var $checkboxes;
            function storekey() {
                var keysVal = $checkboxes.map(function() {
                    if(this.checked) return $(this).attr('data-key');
                }).get().join(',');
                console.log(keysVal)
                $("input[name='fieldVal']").val(keysVal);
            }
            $(function() {
                $checkboxes = $("input[class='listCheckbox']").change(storekey);
            });
        });
    </script>
<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.2.6"; } if (window.addthis_share === undefined) { window.addthis_share = {"passthrough":{"twitter":{"via":"LikeTheDew"}},"url_transforms":{"shorten":{"twitter":"bitly"}},"shorteners":{"bitly":{}}}; } if (window.addthis_config === undefined) { window.addthis_config = {"data_track_clickback":true,"data_ga_property":"UA-8060082-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.2.6","plugin_mode":"AddThis","anonymous_profile_id":"wp-818ecd10f93db501395a8bb78be34601","page_info":{"template":"home","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="js/300/addthis_widget.js"></script><link rel="stylesheet" id="mailpoet_public-css" href="wp-content/plugins/mailpoet/assets/dist/css/mailpoet-public.dc375656_ver-d393e8f5ab31d2c5ce878562d3ff40f5.css" type="text/css" media="all"/>
<link rel="stylesheet" id="mailpoet_custom_fonts_0-css" href="//fonts.googleapis.com/css?family=Abril+FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya+Sans%3A400%2C400i%2C700%2C700i%7CAmatic+SC%3A400%2C400i%2C700%2C700i%7CAnonymous+Pro%3A400%2C400i%2C700%2C700i%7CArchitects+Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo+Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert+One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson+Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo+2%3A400%2C400i%2C700%2C700i%7CFira+Sans%3A400%2C400i%2C700%2C700i%7CFjalla+One%3A400%2C400i%2C700%2C700i%7CFrank+Ruhl+Libre%3A400%2C400i%2C700%2C700i%7CGreat+Vibes%3A400%2C400i%2C700%2C700i&amp;ver=d393e8f5ab31d2c5ce878562d3ff40f5" type="text/css" media="all"/>
<link rel="stylesheet" id="mailpoet_custom_fonts_1-css" href="//fonts.googleapis.com/css?family=Heebo%3A400%2C400i%2C700%2C700i%7CIBM+Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie+Flower%3A400%2C400i%2C700%2C700i%7CInknut+Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre+Baskerville%3A400%2C400i%2C700%2C700i%7CLibre+Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing+You+Could+Do%3A400%2C400i%2C700%2C700i%7CNoto+Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld+Standard+TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza+Libre%3A400%2C400i%2C700%2C700i%7CPT+Sans%3A400%2C400i%2C700%2C700i%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie+Beanie%3A400%2C400i%2C700%2C700i%7CRoboto+Slab%3A400%2C400i%2C700%2C700i&amp;ver=d393e8f5ab31d2c5ce878562d3ff40f5" type="text/css" media="all"/>
<link rel="stylesheet" id="mailpoet_custom_fonts_2-css" href="//fonts.googleapis.com/css?family=Ropa+Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows+Into+Light%3A400%2C400i%2C700%2C700i%7CSpace+Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue+Ellen+Francisco%3A400%2C400i%2C700%2C700i%7CTitillium+Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork+Sans%3A400%2C400i%2C700%2C700i%7CYatra+One%3A400%2C400i%2C700%2C700i&amp;ver=d393e8f5ab31d2c5ce878562d3ff40f5" type="text/css" media="all"/>
<script type="text/javascript" src="wp-includes/js/jquery/ui/core.min_ver-1.12.1.js" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="wp-includes/js/jquery/ui/tooltip.min_ver-1.12.1.js" id="jquery-ui-tooltip-js"></script>
<script type="text/javascript" id="cherry-js-core-js-extra">
/* <![CDATA[ */
var wp_load_style = ["mci-footnotes-jquery-tooltips-pagelayout-none.css","layerslider.css","ls-google-fonts.css","jquery-swiper.css","wp-block-library.css","wp-mediaelement.css","mpp_gutenberg.css","contact-form-7.css","wp-biographia-bio.css","jetpack_likes.css","cherry-google-fonts.css","better-image-credits.css","addthis_all_pages.css","newsmaker-theme-style.css","jetpack_css.css"];
var wp_load_script = ["jquery.js","mci-footnotes-jquery-tools.js","jquery-ui-core.js","jquery-ui-widget.js","jquery-ui-position.js","jquery-ui-tooltip.js","cherry-js-core.js","layerslider-utils.js","layerslider.js","layerslider-transitions.js","jquery-swiper.js","exactmetrics-frontend-script.js","mpp_gutenberg_tabs.js","contact-form-7.js","disqus_count.js","cherry-post-formats.js","better-image-credits.js","newsmaker-theme-script.js"];
var cherry_ajax = "16bcbe8b3a";
var ui_init_object = {"auto_init":"false","targets":[]};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/themes/newsmaker/cherry-framework/modules/cherry-js-core/assets/js/min/cherry-js-core.min_ver-1.1.2.js" id="cherry-js-core-js"></script>
<script type="text/javascript" id="cherry-js-core-js-after">
function CherryCSSCollector(){"use strict";var t,e=window.CherryCollectedCSS;void 0!==e&&(t=document.createElement("style"),t.setAttribute("title",e.title),t.setAttribute("type",e.type),t.textContent=e.css,document.head.appendChild(t))}CherryCSSCollector();
</script>
<script type="text/javascript" src="wp-content/themes/newsmaker/assets/js/min/swiper.jquery.min_ver-3.3.0.js" id="jquery-swiper-js"></script>
<script type="text/javascript" src="wp-content/plugins/metronet-profile-picture/js/mpp-frontend_ver-2.6.0.js" id="mpp_gutenberg_tabs-js"></script>
<script type="text/javascript" src="wp-includes/js/dist/vendor/regenerator-runtime.min_ver-0.13.7.js" id="regenerator-runtime-js"></script>
<script type="text/javascript" src="wp-includes/js/dist/vendor/wp-polyfill.min_ver-3.15.0.js" id="wp-polyfill-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/likethedew.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/contact-form-7/includes/js/index_ver-5.5.4.js" id="contact-form-7-js"></script>
<script type="text/javascript" id="disqus_count-js-extra">
/* <![CDATA[ */
var countVars = {"disqusShortname":"likethedew"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/disqus-comment-system/public/js/comment_count_ver-3.0.22.js" id="disqus_count-js"></script>
<script type="text/javascript" src="wp-content/themes/newsmaker/cherry-framework/modules/cherry-post-formats-api/assets/js/min/cherry-post-formats.min_ver-1.1.0.js" id="cherry-post-formats-js"></script>
<script type="text/javascript" src="wp-content/plugins/better-image-credits/script_ver-1.0.js" id="better-image-credits-js"></script>
<script type="text/javascript" src="wp-includes/js/hoverIntent.min_ver-1.10.1.js" id="hoverIntent-js"></script>
<script type="text/javascript" id="newsmaker-theme-script-js-extra">
/* <![CDATA[ */
var newsmaker = {"ajaxurl":"/","labels":{"totop_button":"","header_layout":"default"},"more_button_options":{"more_button_type":"text","more_button_text":"More","more_button_icon":"fa-arrow-down","more_button_image_url":"","retina_more_button_image_url":null},"toTop":"1","new_smart_box_nonce":"81a3234bb9"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/themes/newsmaker/assets/js/theme-script_ver-1.0.0.js" id="newsmaker-theme-script-js"></script>
<script type="text/javascript" src="wp-includes/js/wp-embed.min_ver-d393e8f5ab31d2c5ce878562d3ff40f5.js" id="wp-embed-js"></script>
<script type="text/javascript" id="fifu-image-js-js-extra">
/* <![CDATA[ */
var fifuImageVars = {"fifu_lazy":"","fifu_woo_lbox_enabled":"1","fifu_woo_zoom":"inline","fifu_is_product":"","fifu_is_flatsome_active":"","fifu_rest_url":"https:\/\/likethedew.com\/wp-json\/","fifu_nonce":"25db6006ee"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/featured-image-from-url/includes/html/js/image_ver-3.8.2.js" id="fifu-image-js-js"></script>
<script type="text/javascript" id="mailpoet_public-js-extra">
/* <![CDATA[ */
var MailPoetForm = {"ajax_url":"/","is_rtl":""};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/mailpoet/assets/dist/js/public.abfbab26_ver-3.76.0.js" id="mailpoet_public-js"></script>
<script type="text/javascript" id="mailpoet_public-js-after">
function initMailpoetTranslation() {
  if (typeof MailPoet !== 'undefined') {
    MailPoet.I18n.add('ajaxFailedErrorMessage', 'An error has happened while performing a request, please try again later.')
  } else {
    setTimeout(initMailpoetTranslation, 250);
  }
}
setTimeout(initMailpoetTranslation, 250);
</script>
<script src="e-202203.js" defer=""></script>

</body></html>