<!DOCTYPE html><html lang="en"><head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://www.ladiesagainstfeminism.com/xmlrpc.php"/>
<title>Beautiful Womanhood - Promoting Beautiful Womanhood, Worldwide.</title>
<meta name="description" content="Ladies Against Feminism offers thought-provoking articles on biblical womanhood and cultural commentary from a traditional Christian perspective."/>
	<link rel="canonical" href="https://www.ladiesagainstfeminism.com"/>
<script type="text/javascript">
  WebFontConfig = {"google":{"families":["Playfair+Display:r:latin,latin-ext","Arimo:r,i,b,bi:latin,latin-ext"]}};
  (function() {
    var wf = document.createElement('script');
    wf.src = 'wp-content/plugins/custom-fonts/js/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
	})();
</script><style id="jetpack-custom-fonts-css">.wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea{font-family:"Arimo",sans-serif}.wf-active .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title{font-family:"Arimo",sans-serif}.wf-active .widget_authors > ul > li > a{font-family:"Arimo",sans-serif}.wf-active h1, .wf-active h2:not(site-description):not(.author-title), .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Playfair Display",serif;font-weight:400;font-style:normal}.wf-active h1{font-style:normal;font-weight:400}.wf-active h2:not(site-description):not(.author-title){font-style:normal;font-weight:400}.wf-active h3{font-style:normal;font-weight:400}.wf-active h4{font-style:normal;font-weight:400}.wf-active h5{font-style:normal;font-weight:400}.wf-active h6{font-style:normal;font-weight:400}.wf-active .post-navigation .post-title{font-family:"Playfair Display",serif;font-weight:400;font-style:normal}.wf-active .widget-title, .wf-active .widgettitle{font-style:normal;font-weight:400}.wf-active .site-title{font-style:normal;font-weight:400}.wf-active .site-description{font-style:normal;font-weight:400}.wf-active .featured-content .entry-title{font-style:normal;font-weight:400}.wf-active .page-title{font-style:normal;font-weight:400}.wf-active .archive .hentry .entry-title, .wf-active .blog .hentry .entry-title, .wf-active .search .hentry .entry-title{font-style:normal;font-weight:400}.wf-active .page .entry-title, .wf-active .single .entry-title{font-style:normal;font-weight:400}.wf-active .author-info .author-name{font-style:normal;font-weight:400}.wf-active .comment-reply-title, .wf-active .comments-title, .wf-active .no-comments{font-style:normal;font-weight:400}.wf-active .no-comments{font-family:"Playfair Display",serif;font-weight:400;font-style:normal}.wf-active .comment-author{font-family:"Playfair Display",serif;font-weight:400;font-style:normal}.wf-active .hentry div#jp-relatedposts h3.jp-relatedposts-headline{font-family:"Playfair Display",serif;font-weight:400;font-style:normal}.wf-active .widget-grofile h4{font-style:normal;font-weight:400}@media screen and (min-width: 768px){.wf-active .site-title{font-style:normal;font-weight:400}}.wf-active .aboutme_widget #am_name{font-style:normal;font-weight:400}.wf-active .aboutme_widget #am_headline{font-style:normal;font-weight:400}</style>
<meta name="robots" content="index, follow"/>
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}
		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src='/'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=12196'
					+ '&is_singular=';
				document.body.appendChild( script );
			}
			return;
		}
		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			+ window.location.href;
			return;
		}
		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );
			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );
			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
			return;
		}
		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );
			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}
			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}
			if ( private_window ) {
				console.log( 'private window' );
				return;
			}
			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );
			document.body.appendChild( iframe );
		}
		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9sYWRpZXNhZ2FpbnN0ZmVtaW5pc20uY29t"
		+ "&wpcomid=171853715"
		+ "&time=1662053709";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel="stylesheet" id="all-css-10-1" href="css/style.css" type="text/css" media="all"/>
<link rel="dns-prefetch" href="https://s1.wp.com/"/>
<link rel="dns-prefetch" href="https://s2.wp.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://womanhooddesign.wordpress.com/"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/"/>
<link href="https://fonts.gstatic.com/" crossorigin="" rel="preconnect"/>
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_m-1652185836h-ver-6.0.2.js"}};
/*! This file is auto-generated */
!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,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),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([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}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()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.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 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
#actionbar, #goog-gt-tt, .goog-te-spinner-animation, .skiptranslate {
    display: none;
}
.wf-active h2:not(site-description):not(.author-title) { 
    display: none;
}
</style>
	<link rel="stylesheet" id="all-css-0-1" href="css/h5-TNjPIUZ8j6zqVLFzC8Sr2vy2SzhgcP8Dt9IX1snuRnWD0kUAkOLYhjsh56RD3jVZLOy-gvfuob6fwB3b5FMbEBMyinR6LF/m9gfMfefOv3Xbbb4bhebc7fALx-ub2-cssminify-yes.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css">
.has-text-align-justify {
	text-align:justify;
}
.wp-block-cover__image-background.has-parallax {
	background-size: cover;
}
.hfeed > div:last-of-type {
display: none;
    
}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #222222;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #555555;--wp--preset--color--medium-gray: #777777;--wp--preset--color--light-gray: #dddddd;--wp--preset--color--red: #d11415;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://www.ladiesagainstfeminism.com/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://www.ladiesagainstfeminism.com/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://www.ladiesagainstfeminism.com/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://www.ladiesagainstfeminism.com/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://www.ladiesagainstfeminism.com/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://www.ladiesagainstfeminism.com/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://www.ladiesagainstfeminism.com/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://www.ladiesagainstfeminism.com/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-constrained > *){margin-block-start: 0;margin-block-end: 0;}:where(.is-layout-constrained > * + *){margin-block-start: 0.5em;margin-block-end: 0;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;}body .is-layout-flow > .alignright{float: right;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;}body .is-layout-constrained > .alignright{float: right;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-constrained > *){margin-block-start: 0;margin-block-end: 0;}:where(.wp-block-columns.is-layout-constrained > * + *){margin-block-start: 2em;margin-block-end: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-audio{margin: 0 0 1em 0;}
:where(.wp-block-columns.is-layout-constrained > *){margin-block-start: 0;margin-block-end: 0;}:where(.wp-block-columns.is-layout-constrained > * + *){margin-block-start: 2em;margin-block-end: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
.wp-block-table > table{margin: 0 0 1em 0;}
.wp-block-video{margin: 0 0 1em 0;}
.wp-block-embed{margin: 0 0 1em 0;}
.wp-block-image{margin: 0 0 1em 0;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
</style>
<link rel="stylesheet" id="all-css-2-1" href="_static/--/wp-content/themes/pub/canard/blocks_css-/wp-content/mu-plugins/jetpack-plugin/production/_inc/genericons/genericons/genericons_m-1656348725j-cssminify-yes.css" type="text/css" media="all"/>
<link rel="stylesheet" id="canard-pt-serif-playfair-display-css" href="//fonts.googleapis.com/css?family=PT+Serif%3A400%2C700%2C400italic%2C700italic%7CPlayfair+Display%3A400%2C700%2C400italic%2C700italic&amp;subset=cyrillic%2Clatin%2Clatin-ext&amp;ver=6.0.2" media="all"/>
<link rel="stylesheet" id="canard-lato-inconsolata-css" href="//fonts.googleapis.com/css?family=Lato%3A400%2C700%2C400italic%2C700italic%7CInconsolata%3A400%2C700&amp;subset=latin%2Clatin-ext&amp;ver=6.0.2" media="all"/>
<link rel="stylesheet" id="all-css-6-1" href="css/4SdprpFZkVGzHEi7/dEdBq1nZInmHNb0hUSyoH8YlqJ61ndamE7UspkQDpbXA--jkjlV9qPe7pqmr4QaLH7iY-cssminify-yes.css" type="text/css" media="all"/>
<style id="canard-style-inline-css">
.byline, .group-blog .entry-summary + .entry-meta > .posted-on:before { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
</style>
<link rel="stylesheet" id="print-css-7-1" href="wp-content/mu-plugins/global-print/global-print_m-1465851035h-cssminify-yes.css" type="text/css" media="print"/>
<style id="jetpack-global-styles-frontend-style-inline-css">
@import url('//fonts.googleapis.com/css?family=Libre Baskerville:thin,extralight,light,regular,medium,semibold,bold,italic,bolditalic,extrabold,black|');:root { --font-headings: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base: Libre Baskerville; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel="stylesheet" id="all-css-10-1" href="wp-content/themes/h4/global_m-1420737423h-cssminify-yes.css" type="text/css" media="all"/>
<script id="wpcom-actionbar-placeholder-js-extra">
var actionbardata = {"siteID":"171853715","siteURL":"https:\/\/ladiesagainstfeminism.com","xhrURL":"/","nonce":"65836d8b88","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"wp-content/js/wpcom-proxy-request_ver-20211021.js","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}};
</script>
<script type="text/javascript" src="_static/---eJzTLy/QTc7PK0nNK9HPKtbPzU/KzEnVLS1OLUpMB4rpZual5etlFevoo6oryinRLSjKr6iEyWXmJeeUpqQWgySzCktTiyqhlF5uZh5BRbq5melFiSWpUMX2ubaGZsbm5gYmJpbmWQCPUzuV.js"></script>
<script type="text/javascript">
	window.addEventListener( 'DOMContentLoaded', function() {
		rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
	} );
</script>
<link rel="stylesheet" id="all-css-0-2" href="wp-content/mu-plugins/highlander-comments/style_m-1662027824h-cssminify-yes.css" type="text/css" media="all"/>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://womanhooddesign.wordpress.com/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> 
<meta name="generator" content="WordPress.com"/>
<link rel="shortlink" href="https://wp.me/bD507"/>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Beautiful Womanhood"/>
<meta property="og:description" content="Promoting Beautiful Womanhood, Worldwide."/>
<meta property="og:url" content="https://www.ladiesagainstfeminism.com/"/>
<meta property="og:site_name" content="Beautiful Womanhood"/>
<meta property="og:image" content="2020/01/bwbutton147x147_w-147.jpg"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
<meta property="og:image:alt" content=""/>
<meta property="og:locale" content="en_US"/>
<meta name="twitter:creator" content="@LAFBW"/>
<!-- End Jetpack Open Graph Tags -->
<link rel="search" type="application/opensearchdescription+xml" href="https://www.ladiesagainstfeminism.com/osd.xml" title="Beautiful Womanhood"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
		<script type="text/javascript">
		function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
		var __ATA_PP = { pt: 0, ht: 0, tn: 'canard', amp: false, siteid: 8982, blogid: 171853715, consent: __ATA_CC(), uloggedin: 0, flag: 2 };
		</script>
		<script type="text/javascript">
		!function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="https://c0.pubmine.com/2.6.01584004761084/",e(e.s=184)}({0:function(t,n){t.exports=function(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}},1:function(t,n){t.exports=function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}},10:function(t,n,e){"use strict";var r=e(50),o=e(17),i=e(23);t.exports=function(t,n,e){if(!r(t))return e;if(!o(n))return e;try{var u=n.split(".").reduce((function(t,n){return t[n]}),t);return i(u)?e:u}catch(t){return e}}},12:function(t,n){function e(n){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=e=function(t){return typeof t}:t.exports=e=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(n)}t.exports=e},14:function(t,n,e){"use strict";t.exports=function(t){return"function"==typeof t}},15:function(t,n,e){"use strict";t.exports=function(){}},17:function(t,n,e){"use strict";t.exports=function(t){return"string"==typeof t}},184:function(t,n,e){"use strict";e.r(n);var r=e(0),o=e.n(r),i=e(12),u=e.n(i),c=e(32),f=e.n(c),s=e(15),a=e.n(s),p=e(37),l=e.n(p),d=e(52),v=e(53),m=e(28);function y(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function b(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n={};"object"===u()(window.__ATA_PP)&&null!==window.__ATA_PP&&(n=window.__ATA_PP);var e=function(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?y(Object(e),!0).forEach((function(n){o()(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):y(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}({r:(new Date).getTime()},n,{},Object(d.a)(t),{ref:window.top!==window?document.referrer:window.location.href,us_privacy:Object(v.a)()}),r=l()("https://s.pubmine.com/mhead.js",e);f()(r,a.a)}Object(m.b)()?Object(m.a)().then(b,b):b()},2:function(t,n){function e(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}t.exports=function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}},21:function(t,n,e){"use strict";t.exports=function(t){return"string"==typeof t&&t.length>0}},23:function(t,n,e){"use strict";t.exports=function(t){return void 0===t}},24:function(t,n,e){"use strict";t.exports=function(t,n){return t.indexOf(n)>-1}},28:function(t,n,e){"use strict";e.d(n,"a",(function(){return p})),e.d(n,"b",(function(){return l}));var r=e(38),o=e.n(r),i=e(10),u=e.n(i),c=e(14),f=e.n(c),s=e(4);function a(t){var n=Date.now();return function(t){return new o.a((function(n,e){var r;window.setTimeout((function(){clearTimeout(r),e&&e("cmp ping timeout")}),t),function t(){window.__cmp?window.__cmp("ping",null,(function(o,i){i&&o.cmpLoaded?n():i?r=window.setTimeout(t,50):e&&e("cmp ping returned error with data: ".concat(JSON.stringify(o)))})):e&&e("CMP is not defined")}()}))}(t).then((function(){var e=Date.now()-n,r=t-e;return new o.a((function(t,n){window.__cmp?(window.__cmp("getConsentData",null,(function(e,r){r?t(e):n&&n("cmp getConsentData returned error with data: ".concat(JSON.stringify(e)))})),setTimeout((function(){n&&n("cmp getConsentData timeout")}),r)):n&&n("CMP is not defined")}))}))}function p(){return a(arguments.length>0&&void 0!==arguments[0]?arguments[0]:500).catch((function(t){return s.a.error(t),"boolean"==typeof(n=u()(window,"__ATA_PP.gdpr_applies"))?{gdprApplies:n}:{};var n}))}function l(){return f()(window.__cmp)}},29:function(t,n,e){"use strict";t.exports=function(t,n){for(var e=0,r=t.length;e<r;e++){var o=t[e];if(n(o,e))return o}return null}},30:function(t,n,e){"use strict";var r=e(29),o=e(24);t.exports=function(t,n){void 0===n&&(n=document.cookie);var e=n.split("; "),i=r(e,(function(n){return o(n,t+"=")}));return i?i.split("=")[1]:""}},32:function(t,n,e){"use strict";var r=e(15),o=e(14);t.exports=function(t,n,e){var i,u,c=document.createElement("script"),f=n instanceof HTMLElement&&n;if(i=o(n)?n:o(e)?e:r,c.src=t,c.onload=function(){i(void 0)},c.onerror=function(){i("error")},f)u=f;else{var s=document.getElementsByTagName("head");u=s&&0!==s.length?s[0]:document.documentElement}u.appendChild(c)}},37:function(t,n,e){"use strict";var r=e(24),o=e(89);t.exports=function(t,n){var e=o(n);return 0===e.length?t:t+(r(t,"?")?"&":"?")+e}},38:function(t,n,e){"use strict";var r,o=e(51),i=e(14);!function(t){t.REJECTED="rejected",t.RESOLVED="resolved",t.PENDING="pending"}(r||(r={}));var u=function(){function t(t,n){var e=this;this.status=r.PENDING,this.emitter=new o,this.onFulfilled=function(t){e.status===r.PENDING&&(e.status=r.RESOLVED,e.emitter.emit(r.RESOLVED,[t]))},this.onRejected=function(t){e.status===r.PENDING&&(e.status=r.REJECTED,e.emitter.emit(r.REJECTED,[t]))};var i=function(){return t(e.onFulfilled,e.onRejected)};n?i():setTimeout(i,0)}return t.resolve=function(n){return new t((function(t){t(n)}))},t.reject=function(n){return new t((function(t,e){e(n)}))},t.prototype.then=function(n,e){var o=this;return new t((function(u,c){o.emitter.on(r.RESOLVED,(function(e){if(i(n)){var r=n(e);r instanceof t?r.then(u,c):u(r)}else u(e)})),o.emitter.on(r.REJECTED,(function(n){if(i(e)){var r=e(n);r instanceof t?r.then(u,c):u(r)}else c(n)}))}),!0)},t.prototype.catch=function(n){var e=this;return new t((function(o){i(n)&&e.emitter.on(r.REJECTED,(function(e){var r=n(e);r instanceof t?r.then(o):o(r)})),e.emitter.on(r.RESOLVED,o)}),!0)},t}();t.exports=u},4:function(t,n,e){"use strict";var r=e(1),o=e.n(r),i=e(2),u=e.n(i),c=e(0),f=e.n(c),s=function(){function t(){o()(this,t)}return u()(t,null,[{key:"configure",value:function(n){t.config=n}},{key:"error",value:function(t){function n(n,e){return t.apply(this,arguments)}return n.toString=function(){return t.toString()},n}((function(t,n){this.config&&this.config.onError?this.config.onError(t,n):window.console&&console.log(t,n)}))}]),t}();f()(s,"config",void 0),n.a=s},50:function(t,n,e){"use strict";t.exports=function(t){var n=typeof t;return"object"===n&&null!=t||"function"===n}},51:function(t,n,e){"use strict";var r=function(){function t(){this.events={}}return t.prototype.on=function(t,n){if(this.events[t]){if(-1!==(e=this.events[t]).indexOf(n))throw new Error('This handler has already been subcribed for "'+t+'" event');e.push(n)}else{var e;(e=[]).push(n),this.events[t]=e}},t.prototype.off=function(t,n){var e=this.events[t],r=e.indexOf(n);-1!==r&&e.splice(r,1)},t.prototype.emit=function(t,n){void 0===n&&(n=[]);var e=this.events[t];e&&e.map((function(t){n?t.apply(void 0,n):t()}))},t}();t.exports=r},52:function(t,n,e){"use strict";e.d(n,"a",(function(){return i}));var r=e(17),o=e.n(r);function i(t){var n=t.gdprApplies,e=t.consentData;return{gdpr:"boolean"==typeof n?Number(n):void 0,gdpr_consent:o()(e)?e:void 0}}},53:function(t,n,e){"use strict";e.d(n,"a",(function(){return f}));var r=e(30),o=e.n(r),i=e(21),u=e.n(i),c="usprivacy";function f(){var t=o()(c);return u()(t)?t:null}},62:function(t,n,e){"use strict";t.exports=function(t){return null===t}},89:function(t,n,e){"use strict";var r=e(62),o=e(23);t.exports=function(t){var n=Object.keys(t),e=[];return n.forEach((function(n){var i=t[n];r(i)||o(i)||e.push(n+"="+encodeURIComponent(t[n]))})),e.join("&")}}});
		</script><meta name="application-name" content="Beautiful Womanhood"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="Promoting Beautiful Womanhood, Worldwide."/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://www.ladiesagainstfeminism.com/feed/;icon-uri=https://womanhooddesign.files.wordpress.com/2020/01/bwbutton147x147.jpg?w=16"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Promoting Beautiful Womanhood, Worldwide."/>
<link rel="icon" href="2020/01/bwbutton147x147_w-32.jpg" sizes="32x32"/>
<link rel="icon" href="2020/01/bwbutton147x147_w-147.jpg" sizes="192x192"/>
<link rel="apple-touch-icon" href="2020/01/bwbutton147x147_w-147.jpg"/>
<meta name="msapplication-TileImage" content="https://womanhooddesign.files.wordpress.com/2020/01/bwbutton147x147.jpg?w=147"/>
</head>
<body class="home blog wp-custom-logo wp-embed-responsive customizer-styles-applied author-hidden has-site-logo highlander-enabled highlander-light">
<div id="page" class="hfeed site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
	<header id="masthead" class="site-header" role="banner">
		<div class="site-branding">
			<a href="/" class="site-logo-link" rel="home" itemprop="url"><img width="90" height="90" src="2020/01/c9e8e-bwbutton147x147_w-90.jpg" class="site-logo attachment-canard-logo" alt="" loading="lazy" data-size="canard-logo" itemprop="logo" srcset="2020/01/c9e8e-bwbutton147x147_w-90.jpg 90w, 2020/01/c9e8e-bwbutton147x147.jpg 147w" sizes="(max-width: 90px) 100vw, 90px" data-attachment-id="11097" data-permalink="https://www.ladiesagainstfeminism.com/bwbutton147x147-2/" data-orig-file="https://womanhooddesign.files.wordpress.com/2020/01/c9e8e-bwbutton147x147.jpg" data-orig-size="147,147" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="bwbutton147x147" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2020/01/c9e8e-bwbutton147x147.jpg?w=147" data-large-file="https://womanhooddesign.files.wordpress.com/2020/01/c9e8e-bwbutton147x147.jpg?w=147"/></a>			<h1 class="site-title"><a href="/" rel="home">Beautiful Womanhood</a></h1>
			<h2 class="site-description">Promoting Beautiful Womanhood, Worldwide.</h2>
		</div><!-- .site-branding -->
		<div id="search-navigation" class="search-navigation">
			<div class="search-navigation-inner">
									<nav id="site-navigation" class="main-navigation" role="navigation">
						<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><span class="screen-reader-text">Primary Menu</span></button>
						<div class="menu-main-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-11430" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11430"><a href="https://womanhooddesign.wordpress.com/">Home</a></li>
<li id="menu-item-11420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11420"><a href="about/start-here/">Start Here!</a></li>
<li id="menu-item-11419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11419"><a href="what-is-feminism/">What is Feminism?</a></li>
<li id="menu-item-11422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11422"><a href="author-guidelines/">Submit An Article</a></li>
<li id="menu-item-11423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11423"><a href="advertising/">Advertising</a></li>
<li id="menu-item-11421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11421"><a href="about/">About</a></li>
<li id="menu-item-11424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11424"><a href="contact/">Contact</a></li>
<li id="menu-item-11750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11750">Subscribe!</li>
<li><a href="https://techweekeurope.co.uk/">Non Gamstop Casino</a></li><li><a href="https://www.sussexhealthandcare.uk/">Casinos Not On Gamstop</a></li><li><a href="https://www.revedechateaux.com/">Nouveaux Casino En Ligne</a></li><li><a href="https://www.abitareiltempo.com/">Casino Online Migliori</a></li><li><a href="https://mindfulnessteachersuk.org.uk/">Casinos Not On Gamstop</a></li></ul></div>					</nav><!-- #site-navigation -->
								<div id="search-header" class="search-header">
					<button class="search-toggle" aria-controls="search-form" aria-expanded="false"><span class="screen-reader-text">Search</span></button>
					<form role="search" method="get" class="search-form" action="/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search …" value="" name="s"/>
				</label>
				<input type="submit" class="search-submit" value="Search"/>
			</form>				</div><!-- #search-header -->
			</div><!-- .search-navigation-inner -->
		</div><!-- #search-navigation -->
	</header><!-- #masthead -->
	<div id="content" class="site-content">
<div id="featured-content" class="featured-content">
	<div class="featured-content-inner">
<article id="post-12175" class="post-12175 post type-post status-publish format-standard has-post-thumbnail hentry category-marriage-2 tag-featured tag-marriage">
	<a class="post-thumbnail" href="2022/06/20/skepticism-helps-marriage/">
	<img width="867" height="500" src="2022/06/pexels-photo-6954148-1_w-867-h-500-crop-1.jpeg" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-6954148-1_w-867-h-500-crop-1.jpeg 867w, 2022/06/pexels-photo-6954148-1_w-150-h-87-crop-1.jpeg 150w, 2022/06/pexels-photo-6954148-1_w-300-h-173-crop-1.jpeg 300w, 2022/06/pexels-photo-6954148-1_w-768-h-443-crop-1.jpeg 768w" sizes="(max-width: 867px) 100vw, 867px" data-attachment-id="12182" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/20/skepticism-helps-marriage/pexels-photo-6954148-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg" data-orig-size="867,1300" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="thoughtful woman with long wavy hair near white wall" data-image-description="" data-image-caption="&lt;p&gt;Photo by George Milton on &lt;a href=&#34;https://www.pexels.com/photo/thoughtful-woman-with-long-wavy-hair-near-white-wall-6954148/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg?w=200" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg?w=683"/>	</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/marriage-2/" rel="category tag">Marriage</a></span></div><h1 class="entry-title"><a href="2022/06/20/skepticism-helps-marriage/" rel="bookmark">Skepticism helps Marriage</a></h1>	</header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-12158" class="post-12158 post type-post status-publish format-standard has-post-thumbnail hentry category-marriage-2 category-sexuality tag-featured tag-homosexual-marriage tag-marriage-bed tag-purity">
	<a class="post-thumbnail" href="2022/06/08/t4l-purity-in-marriage/">
	<img width="915" height="500" src="2022/06/pexels-photo-888899-1_w-915-h-500-crop-1.jpeg" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-888899-1_w-915-h-500-crop-1.jpeg 915w, 2022/06/pexels-photo-888899-1_w-1830-h-1000-crop-1.jpeg 1830w, 2022/06/pexels-photo-888899-1_w-150-h-82-crop-1.jpeg 150w, 2022/06/pexels-photo-888899-1_w-300-h-164-crop-1.jpeg 300w, 2022/06/pexels-photo-888899-1_w-768-h-420-crop-1.jpeg 768w, 2022/06/pexels-photo-888899-1_w-1024-h-559-crop-1.jpeg 1024w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="12165" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/08/t4l-purity-in-marriage/pexels-photo-888899-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="man in black long sleeved shirt and woman in black dress" data-image-description="" data-image-caption="&lt;p&gt;Photo by Jasmine Carter on &lt;a href=&#34;https://www.pexels.com/photo/man-in-black-long-sleeved-shirt-and-woman-in-black-dress-888899/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg?w=720"/>	</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/marriage-2/" rel="category tag">Marriage</a>, <a href="category/sexuality/" rel="category tag">Sexuality</a></span></div><h1 class="entry-title"><a href="2022/06/08/t4l-purity-in-marriage/" rel="bookmark">T4L: Purity in Marriage</a></h1>	</header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-12150" class="post-12150 post type-post status-publish format-standard has-post-thumbnail hentry category-church-life tag-church-ministry tag-featured tag-music-studies">
	<a class="post-thumbnail" href="2022/06/08/challies-on-worship/">
	<img width="915" height="500" src="2022/06/pexels-photo-3633711-1_w-915-h-500-crop-1.jpeg" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-3633711-1_w-915-h-500-crop-1.jpeg 915w, 2022/06/pexels-photo-3633711-1_w-1830-h-1000-crop-1.jpeg 1830w, 2022/06/pexels-photo-3633711-1_w-150-h-82-crop-1.jpeg 150w, 2022/06/pexels-photo-3633711-1_w-300-h-164-crop-1.jpeg 300w, 2022/06/pexels-photo-3633711-1_w-768-h-420-crop-1.jpeg 768w, 2022/06/pexels-photo-3633711-1_w-1024-h-559-crop-1.jpeg 1024w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="12157" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/08/challies-on-worship/pexels-photo-3633711-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg" data-orig-size="1880,1251" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="glory to god book" data-image-description="" data-image-caption="&lt;p&gt;Photo by Brett Sayles on &lt;a href=&#34;https://www.pexels.com/photo/glory-to-god-book-3633711/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg?w=720"/>	</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/church-life/" rel="category tag">Church Life</a></span></div><h1 class="entry-title"><a href="2022/06/08/challies-on-worship/" rel="bookmark">Challies on Worship</a></h1>	</header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-12132" class="post-12132 post type-post status-publish format-standard has-post-thumbnail hentry category-eugenicsdemography category-featured category-health-2 tag-abortion tag-featured tag-feminism tag-pro-life tag-roe-vs-wade">
	<a class="post-thumbnail" href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/">
	<img width="913" height="500" src="2022/05/pierce_w-913-h-500-crop-1.jpg" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/05/pierce_w-913-h-500-crop-1.jpg 913w, 2022/05/pierce_w-150-h-82-crop-1.jpg 150w, 2022/05/pierce_w-300-h-164-crop-1.jpg 300w, 2022/05/pierce_w-768-h-421-crop-1.jpg 768w" sizes="(max-width: 913px) 100vw, 913px" data-attachment-id="12136" data-permalink="https://www.ladiesagainstfeminism.com/2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/pierce/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg" data-orig-size="913,519" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;Kelly Reins&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;1652090983&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="pierce" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg?w=720"/>	</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/eugenicsdemography/" rel="category tag">Eugenics/Demography</a>, <a href="tag/featured/" rel="category tag">Featured</a>, <a href="category/health-2/" rel="category tag">Health</a></span></div><h1 class="entry-title"><a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/" rel="bookmark">Abolitionist Lawyer Bradley Pierce Testifies for HB 813 in Louisiana</a></h1>	</header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-12089" class="post-12089 post type-post status-publish format-standard has-post-thumbnail hentry category-biblical-womanhood category-marriage-2 category-mothering category-personal-testimonies tag-family tag-featured tag-marriage tag-mothering tag-womanhood">
	<a class="post-thumbnail" href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/">
	<img width="915" height="500" src="2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-915-h-500-crop-1.jpg" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-915-h-500-crop-1.jpg 915w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-150-h-82-crop-1.jpg 150w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-300-h-164-crop-1.jpg 300w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-768-h-420-crop-1.jpg 768w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-1024-h-559-crop-1.jpg 1024w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="12092" data-permalink="https://www.ladiesagainstfeminism.com/2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg" data-orig-size="1100,709" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="lenora-hammond-has-fought-her-final-battle-with-pain-8_orig" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg?w=720"/>	</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/biblical-womanhood/" rel="category tag">Biblical Womanhood</a>, <a href="category/marriage-2/" rel="category tag">Marriage</a>, <a href="category/mothering/" rel="category tag">Mothering</a>, <a href="category/personal-testimonies/" rel="category tag">Personal Testimonies</a></span></div><h1 class="entry-title"><a href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/" rel="bookmark">A Beautiful Woman: The Life and Legacy of Lenora Hammond</a></h1>	</header><!-- .entry-header -->
</article><!-- #post-## -->
	</div><!-- .featured-content-inner -->
</div><!-- #featured-content -->
	<div class="site-content-inner">
		<div id="primary" class="content-area">
			<main id="main" class="site-main" role="main">
<article id="post-12196" class="post-12196 post type-post status-publish format-standard has-post-thumbnail hentry category-family-2 category-featured tag-grief tag-mental-health">
		<a class="post-thumbnail" href="2022/07/04/kelly-needham-on-grief-and-gods-glory/"><img width="870" height="773" src="2022/07/pexels-photo-7568400_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" srcset="2022/07/pexels-photo-7568400_w-870-h-773-crop-1.jpeg 870w, 2022/07/pexels-photo-7568400_w-150-h-133-crop-1.jpeg 150w, 2022/07/pexels-photo-7568400_w-300-h-267-crop-1.jpeg 300w, 2022/07/pexels-photo-7568400_w-768-h-682-crop-1.jpeg 768w, 2022/07/pexels-photo-7568400_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12200" data-permalink="https://www.ladiesagainstfeminism.com/2022/07/04/kelly-needham-on-grief-and-gods-glory/pexels-photo-7568400/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/07/pexels-photo-7568400.jpeg" data-orig-size="1733,1300" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="white crosses on green grass field" data-image-description="" data-image-caption="&lt;p&gt;Photo by Jean Marie Paglia on &lt;a href=&#34;https://www.pexels.com/photo/white-crosses-on-green-grass-field-7568400/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/07/pexels-photo-7568400.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/07/pexels-photo-7568400.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/family-2/" rel="category tag">Family</a>, <a href="tag/featured/" rel="category tag">Featured</a></span></div><h1 class="entry-title"><a href="2022/07/04/kelly-needham-on-grief-and-gods-glory/" rel="bookmark">Kelly Needham on Grief and God’s Glory</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>Grief is the recognition that something has been lost forever. It forces us into an awareness that we have no control to change or fix the situation. What is gone is gone and can never be regained, at least not fully. Grief is an emotion we don’t gladly welcome. We keep it at arm’s length pretending it will go away if we wait long enough. And sometimes it … <a href="2022/07/04/kelly-needham-on-grief-and-gods-glory/" class="more-link">Continue reading <span class="screen-reader-text">Kelly Needham on Grief and God’s Glory</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/07/04/kelly-needham-on-grief-and-gods-glory/" rel="bookmark"><time class="entry-date published" datetime="2022-07-04T13:12:41-05:00">July 4, 2022</time><time class="updated" datetime="2022-07-04T13:12:49-05:00">July 4, 2022</time></a></span><span class="comments-link"><a href="2022/07/04/kelly-needham-on-grief-and-gods-glory/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12175" class="post-12175 post type-post status-publish format-standard has-post-thumbnail hentry category-marriage-2 tag-featured tag-marriage">
		<a class="post-thumbnail" href="2022/06/20/skepticism-helps-marriage/"><img width="867" height="773" src="2022/06/pexels-photo-6954148-1_w-867-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-6954148-1_w-867-h-773-crop-1.jpeg 867w, 2022/06/pexels-photo-6954148-1_w-150-h-134-crop-1.jpeg 150w, 2022/06/pexels-photo-6954148-1_w-300-h-267-crop-1.jpeg 300w, 2022/06/pexels-photo-6954148-1_w-768-h-685-crop-1.jpeg 768w" sizes="(max-width: 867px) 100vw, 867px" data-attachment-id="12182" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/20/skepticism-helps-marriage/pexels-photo-6954148-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg" data-orig-size="867,1300" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="thoughtful woman with long wavy hair near white wall" data-image-description="" data-image-caption="&lt;p&gt;Photo by George Milton on &lt;a href=&#34;https://www.pexels.com/photo/thoughtful-woman-with-long-wavy-hair-near-white-wall-6954148/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg?w=200" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-6954148-1.jpeg?w=683"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/marriage-2/" rel="category tag">Marriage</a></span></div><h1 class="entry-title"><a href="2022/06/20/skepticism-helps-marriage/" rel="bookmark">Skepticism helps Marriage</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>If we’re going to be realistic it’s going to take a healthy dose of skepticism. This may seem strange to you, but I’ve been thinking a lot about this and I think skepticism is a large part of a good marriage. Skepticism. It doesn’t sound right. It’s not culturally and politically correct in it’s sound, I’ll admit that. We’re not supposed to be skeptical I … <a href="2022/06/20/skepticism-helps-marriage/" class="more-link">Continue reading <span class="screen-reader-text">Skepticism helps Marriage</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/06/20/skepticism-helps-marriage/" rel="bookmark"><time class="entry-date published updated" datetime="2022-06-20T13:47:54-05:00">June 20, 2022</time></a></span><span class="comments-link"><a href="2022/06/20/skepticism-helps-marriage/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12158" class="post-12158 post type-post status-publish format-standard has-post-thumbnail hentry category-marriage-2 category-sexuality tag-featured tag-homosexual-marriage tag-marriage-bed tag-purity">
		<a class="post-thumbnail" href="2022/06/08/t4l-purity-in-marriage/"><img width="870" height="773" src="2022/06/pexels-photo-888899-1_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-888899-1_w-870-h-773-crop-1.jpeg 870w, 2022/06/pexels-photo-888899-1_w-150-h-133-crop-1.jpeg 150w, 2022/06/pexels-photo-888899-1_w-300-h-267-crop-1.jpeg 300w, 2022/06/pexels-photo-888899-1_w-768-h-682-crop-1.jpeg 768w, 2022/06/pexels-photo-888899-1_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12165" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/08/t4l-purity-in-marriage/pexels-photo-888899-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="man in black long sleeved shirt and woman in black dress" data-image-description="" data-image-caption="&lt;p&gt;Photo by Jasmine Carter on &lt;a href=&#34;https://www.pexels.com/photo/man-in-black-long-sleeved-shirt-and-woman-in-black-dress-888899/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-888899-1.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/marriage-2/" rel="category tag">Marriage</a>, <a href="category/sexuality/" rel="category tag">Sexuality</a></span></div><h1 class="entry-title"><a href="2022/06/08/t4l-purity-in-marriage/" rel="bookmark">T4L: Purity in Marriage</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>Physical intimacy in marriage is not only sacred, but it is proper, and it is obligatory. It’s not simply a privilege, it’s not simply a pleasure it is a responsibility. Well, you say, “I haven’t seen that in a movie. I haven’t read that in a book.” Well, you’ve read in in one book right now, (pats the bible) and I am telling you straight, … <a href="2022/06/08/t4l-purity-in-marriage/" class="more-link">Continue reading <span class="screen-reader-text">T4L: Purity in Marriage</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/06/08/t4l-purity-in-marriage/" rel="bookmark"><time class="entry-date published" datetime="2022-06-08T12:36:39-05:00">June 8, 2022</time><time class="updated" datetime="2022-06-08T12:47:03-05:00">June 8, 2022</time></a></span><span class="comments-link"><a href="2022/06/08/t4l-purity-in-marriage/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12150" class="post-12150 post type-post status-publish format-standard has-post-thumbnail hentry category-church-life tag-church-ministry tag-featured tag-music-studies">
		<a class="post-thumbnail" href="2022/06/08/challies-on-worship/"><img width="870" height="773" src="2022/06/pexels-photo-3633711-1_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/06/pexels-photo-3633711-1_w-870-h-773-crop-1.jpeg 870w, 2022/06/pexels-photo-3633711-1_w-150-h-133-crop-1.jpeg 150w, 2022/06/pexels-photo-3633711-1_w-300-h-267-crop-1.jpeg 300w, 2022/06/pexels-photo-3633711-1_w-768-h-682-crop-1.jpeg 768w, 2022/06/pexels-photo-3633711-1_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12157" data-permalink="https://www.ladiesagainstfeminism.com/2022/06/08/challies-on-worship/pexels-photo-3633711-1/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg" data-orig-size="1880,1251" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="glory to god book" data-image-description="" data-image-caption="&lt;p&gt;Photo by Brett Sayles on &lt;a href=&#34;https://www.pexels.com/photo/glory-to-god-book-3633711/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/pexels-photo-3633711-1.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/church-life/" rel="category tag">Church Life</a></span></div><h1 class="entry-title"><a href="2022/06/08/challies-on-worship/" rel="bookmark">Challies on Worship</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>A friend recently distinguished between two helpful categories: worship services that are performative and worship services that are participatory. A performative worship service is one that could merrily go on even if there was no one there but the people at the front of the room—the pastor(s) and the band. A participatory worship service is one that would have no meaning unless the congregation was … <a href="2022/06/08/challies-on-worship/" class="more-link">Continue reading <span class="screen-reader-text">Challies on Worship</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/06/08/challies-on-worship/" rel="bookmark"><time class="entry-date published" datetime="2022-06-08T09:49:08-05:00">June 8, 2022</time><time class="updated" datetime="2022-06-08T10:53:59-05:00">June 8, 2022</time></a></span><span class="comments-link"><a href="2022/06/08/challies-on-worship/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12132" class="post-12132 post type-post status-publish format-standard has-post-thumbnail hentry category-eugenicsdemography category-featured category-health-2 tag-abortion tag-featured tag-feminism tag-pro-life tag-roe-vs-wade">
		<a class="post-thumbnail" href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/"><img width="870" height="519" src="2022/05/pierce_w-870-h-519-crop-1.jpg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/05/pierce_w-870-h-519-crop-1.jpg 870w, 2022/05/pierce_w-150-h-89-crop-1.jpg 150w, 2022/05/pierce_w-300-h-179-crop-1.jpg 300w, 2022/05/pierce_w-768-h-458-crop-1.jpg 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12136" data-permalink="https://www.ladiesagainstfeminism.com/2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/pierce/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg" data-orig-size="913,519" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;Kelly Reins&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;1652090983&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="pierce" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/05/pierce.jpg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/eugenicsdemography/" rel="category tag">Eugenics/Demography</a>, <a href="tag/featured/" rel="category tag">Featured</a>, <a href="category/health-2/" rel="category tag">Health</a></span></div><h1 class="entry-title"><a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/" rel="bookmark">Abolitionist Lawyer Bradley Pierce Testifies for HB 813 in Louisiana</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>Abolish Abortion Texas and Foundation to Abolish Abortion President Bradley Pierce gives testimony in favor of HB 813 at the Louisiana Capitol on May 4th, 2022. HB 813 if passed would abolish abortion in Louisiana. The committee advanced the bill favorably to the full Louisiana House of Representatives for a floor vote. Learn more: faa.life &amp; abolishabortiontx.org <a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/" class="more-link">Continue reading <span class="screen-reader-text">Abolitionist Lawyer Bradley Pierce Testifies for HB 813 in Louisiana</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/" rel="bookmark"><time class="entry-date published" datetime="2022-05-09T10:07:49-05:00">May 9, 2022</time><time class="updated" datetime="2022-05-09T10:22:38-05:00">May 9, 2022</time></a></span><span class="comments-link"><a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12089" class="post-12089 post type-post status-publish format-standard has-post-thumbnail hentry category-biblical-womanhood category-marriage-2 category-mothering category-personal-testimonies tag-family tag-featured tag-marriage tag-mothering tag-womanhood">
		<a class="post-thumbnail" href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/"><img width="870" height="709" src="2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-870-h-709-crop-1.jpg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-870-h-709-crop-1.jpg 870w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-150-h-122-crop-1.jpg 150w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-300-h-244-crop-1.jpg 300w, 2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig_w-768-h-626-crop-1.jpg 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12092" data-permalink="https://www.ladiesagainstfeminism.com/2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg" data-orig-size="1100,709" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="lenora-hammond-has-fought-her-final-battle-with-pain-8_orig" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2022/03/lenora-hammond-has-fought-her-final-battle-with-pain-8_orig.jpg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/biblical-womanhood/" rel="category tag">Biblical Womanhood</a>, <a href="category/marriage-2/" rel="category tag">Marriage</a>, <a href="category/mothering/" rel="category tag">Mothering</a>, <a href="category/personal-testimonies/" rel="category tag">Personal Testimonies</a></span></div><h1 class="entry-title"><a href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/" rel="bookmark">A Beautiful Woman: The Life and Legacy of Lenora Hammond</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>My first words to her were: “Miss Bathman, I presume? No time for formalities, we have a Missions Conference to attend and a display to set up.” I noticed that Lenora was impeccably dressed and had a carpet fabric handbag.​We spent the next 12 hours in constant conversation and by the time I delivered her to her hosts for the night, the house was ominously pitch … <a href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/" class="more-link">Continue reading <span class="screen-reader-text">A Beautiful Woman: The Life and Legacy of Lenora Hammond</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/" rel="bookmark"><time class="entry-date published" datetime="2022-03-15T09:42:18-05:00">March 15, 2022</time><time class="updated" datetime="2022-03-15T09:50:21-05:00">March 15, 2022</time></a></span><span class="comments-link"><a href="2022/03/15/a-beautiful-woman-the-life-and-legacy-of-lenora-hammond/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-12014" class="post-12014 post type-post status-publish format-standard has-post-thumbnail hentry category-family-2 category-featured category-sexuality tag-abuse tag-abuse-of-authority tag-spiritual-abuse">
		<a class="post-thumbnail" href="2021/11/06/acbc-the-abuse-pendulum/"><img width="870" height="773" src="2021/11/pexels-photo-5723261_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2021/11/pexels-photo-5723261_w-870-h-773-crop-1.jpeg 870w, 2021/11/pexels-photo-5723261_w-150-h-133-crop-1.jpeg 150w, 2021/11/pexels-photo-5723261_w-300-h-267-crop-1.jpeg 300w, 2021/11/pexels-photo-5723261_w-768-h-682-crop-1.jpeg 768w, 2021/11/pexels-photo-5723261_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12016" data-permalink="https://www.ladiesagainstfeminism.com/2021/11/06/acbc-the-abuse-pendulum/pexels-photo-5723261/" data-orig-file="https://womanhooddesign.files.wordpress.com/2021/11/pexels-photo-5723261.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="unrecognizable person holding hand of partner abusively" data-image-description="" data-image-caption="&lt;p&gt;Photo by Anete Lusina on &lt;a href=&#34;https://www.pexels.com/photo/unrecognizable-person-holding-hand-of-partner-abusively-5723261/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2021/11/pexels-photo-5723261.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2021/11/pexels-photo-5723261.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/family-2/" rel="category tag">Family</a>, <a href="tag/featured/" rel="category tag">Featured</a>, <a href="category/sexuality/" rel="category tag">Sexuality</a></span></div><h1 class="entry-title"><a href="2021/11/06/acbc-the-abuse-pendulum/" rel="bookmark">ACBC: The Abuse Pendulum</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>I am thankful to God that many necessary and important books and articles are being written to increase awareness of physical and sexual abuse as they affect both the society at large and the Christian community in particular. Spiritual leaders have been rightly admonished for their failure to protect at-risk women and children.1 Abuses which should have been exposed have been covered up, leading to more … <a href="2021/11/06/acbc-the-abuse-pendulum/" class="more-link">Continue reading <span class="screen-reader-text">ACBC: The Abuse Pendulum</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2021/11/06/acbc-the-abuse-pendulum/" rel="bookmark"><time class="entry-date published" datetime="2021-11-06T09:20:56-05:00">November 6, 2021</time><time class="updated" datetime="2022-03-15T09:51:25-05:00">March 15, 2022</time></a></span><span class="comments-link"><a href="2021/11/06/acbc-the-abuse-pendulum/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-11987" class="post-11987 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-foundations-of-truth category-training-children">
		<a class="post-thumbnail" href="2021/10/08/homeschool-lesson-3491-how-to-win-the-country-back/"><img width="831" height="471" src="2021/10/truwella_w-831-h-471-crop-1.png" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2021/10/truwella.png 831w, 2021/10/truwella_w-150-h-85-crop-1.png 150w, 2021/10/truwella_w-300-h-170-crop-1.png 300w, 2021/10/truwella_w-768-h-435-crop-1.png 768w" sizes="(max-width: 831px) 100vw, 831px" data-attachment-id="11994" data-permalink="https://www.ladiesagainstfeminism.com/truwella/" data-orig-file="https://womanhooddesign.files.wordpress.com/2021/10/truwella.png" data-orig-size="831,471" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="truwella" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2021/10/truwella.png?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2021/10/truwella.png?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="tag/featured/" rel="category tag">Featured</a>, <a href="category/foundations-of-truth/" rel="category tag">Foundations of Truth</a>, <a href="category/training-children/" rel="category tag">Training Children</a></span></div><h1 class="entry-title"><a href="2021/10/08/homeschool-lesson-3491-how-to-win-the-country-back/" rel="bookmark">Homeschool lesson 3,491, How to win the country back.</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>Today’s homeschool lesson on how to defy tyrants from a Christian perspective. Repentance, fighting and building….Don’t skip repentance, it leads to triumphant action. Click through… <a href="2021/10/08/homeschool-lesson-3491-how-to-win-the-country-back/" class="more-link">Continue reading <span class="screen-reader-text">Homeschool lesson 3,491, How to win the country back.</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2021/10/08/homeschool-lesson-3491-how-to-win-the-country-back/" rel="bookmark"><time class="entry-date published updated" datetime="2021-10-08T12:11:37-05:00">October 8, 2021</time></a></span><span class="comments-link"><a href="2021/10/08/homeschool-lesson-3491-how-to-win-the-country-back/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-11902" class="post-11902 post type-post status-publish format-standard has-post-thumbnail hentry category-marriage-2 category-sexuality tag-featured tag-purity tag-sexuality-2">
		<a class="post-thumbnail" href="2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/"><img width="870" height="773" src="2021/07/pexels-photo-2865901_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2021/07/pexels-photo-2865901_w-870-h-773-crop-1.jpeg 870w, 2021/07/pexels-photo-2865901_w-150-h-133-crop-1.jpeg 150w, 2021/07/pexels-photo-2865901_w-300-h-267-crop-1.jpeg 300w, 2021/07/pexels-photo-2865901_w-768-h-682-crop-1.jpeg 768w, 2021/07/pexels-photo-2865901_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="11905" data-permalink="https://www.ladiesagainstfeminism.com/2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/pexels-photo-2865901/" data-orig-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2865901.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="woman sitting on wooden planks" data-image-description="" data-image-caption="&lt;p&gt;Photo by Keenan Constance on &lt;a href=&#34;https://www.pexels.com/photo/woman-sitting-on-wooden-planks-2865901/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2865901.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2865901.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/marriage-2/" rel="category tag">Marriage</a>, <a href="category/sexuality/" rel="category tag">Sexuality</a></span></div><h1 class="entry-title"><a href="2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/" rel="bookmark">CCEF: Am I responsible for my husband’s sexual sin?</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>Over the last few weeks, I have had several conversations with wives who were feeling guilt-ridden. Each feared that failing to meet their husband’s expectations for sex would push their husbands to satisfy their desires in sinful ways. This fear might seem extreme, but the belief that wives are responsible for keeping their husbands from sexual sin is more common than you might think, so … <a href="2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/" class="more-link">Continue reading <span class="screen-reader-text">CCEF: Am I responsible for my husband’s sexual sin?</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/" rel="bookmark"><time class="entry-date published updated" datetime="2021-07-23T12:11:27-05:00">July 23, 2021</time></a></span><span class="comments-link"><a href="2021/07/23/ccef-am-i-responsible-for-my-husbands-sexual-sin/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
<article id="post-11887" class="post-11887 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-training-children tag-child-abuse tag-child-training tag-featured tag-parental-rights tag-parenting tag-sexual-abuse">
		<a class="post-thumbnail" href="2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/"><img width="870" height="773" src="2021/07/pexels-photo-2990644_w-870-h-773-crop-1.jpeg" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="2021/07/pexels-photo-2990644_w-870-h-773-crop-1.jpeg 870w, 2021/07/pexels-photo-2990644_w-150-h-133-crop-1.jpeg 150w, 2021/07/pexels-photo-2990644_w-300-h-267-crop-1.jpeg 300w, 2021/07/pexels-photo-2990644_w-768-h-682-crop-1.jpeg 768w, 2021/07/pexels-photo-2990644_w-1024-h-910-crop-1.jpeg 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="11889" data-permalink="https://www.ladiesagainstfeminism.com/2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/pexels-photo-2990644/" data-orig-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2990644.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="climate sign outside blur" data-image-description="" data-image-caption="&lt;p&gt;Photo by Markus Spiske on &lt;a href=&#34;https://www.pexels.com/photo/climate-sign-outside-blur-2990644/&#34; rel=&#34;nofollow&#34;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2990644.jpeg?w=300" data-large-file="https://womanhooddesign.files.wordpress.com/2021/07/pexels-photo-2990644.jpeg?w=720"/>
		</a>
	<header class="entry-header">
		<div class="entry-meta"><span class="cat-links"><a href="category/education/" rel="category tag">Education</a>, <a href="category/training-children/" rel="category tag">Training Children</a></span></div><h1 class="entry-title"><a href="2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/" rel="bookmark">Daily Wire: ‘How Many More Can We Get Out?’: Inside The Frontline Battle To End Child Sex Trafficking</a></h1>	</header><!-- .entry-header -->
	<div class="entry-summary">
	    <p>American parents can therefore have a sizable impact in solving the crisis, according to Ballard. In particular, parents ought to stop educators from bringing sexual themes into the classroom: “It’s a felony, depending on how they’re doing it. You’re not allowed to do that online; an adult can’t go to a child and show images of genitalia and talk about sex. And now you’re going … <a href="2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/" class="more-link">Continue reading <span class="screen-reader-text">Daily Wire: ‘How Many More Can We Get Out?’: Inside The Frontline Battle To End Child Sex Trafficking</span></a></p>
	</div><!-- .entry-summary -->
			<div class="entry-meta">
			<span class="byline"> <span class="author vcard"><img alt="" src="avatar/547ac8e8d897c07806f0efa28b7798aa-s-20-d-identicon-r-G.jpg" class="avatar avatar-20" height="20" width="20"/><a class="url fn n" href="author/lafbwad/">lafbwad</a></span></span><span class="posted-on"><a href="2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/" rel="bookmark"><time class="entry-date published updated" datetime="2021-07-10T21:44:51-05:00">July 10, 2021</time></a></span><span class="comments-link"><a href="2021/07/10/daily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking/#respond">Leave a comment</a></span>		</div><!-- .entry-meta -->
	</article><!-- #post-## -->
	<nav class="navigation posts-navigation" aria-label="Posts">
		<h2 class="screen-reader-text">Posts navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="page/2/">Older posts</a></div></div>
	</nav>
			</main><!-- #main -->
		</div><!-- #primary -->
	<button class="sidebar-toggle" aria-controls="secondary" aria-expanded="false"><span class="screen-reader-text">Sidebar</span></button>
<div id="secondary" class="widget-area" role="complementary">
	<aside id="jetpack_widget_social_icons-5" class="widget jetpack_widget_social_icons"><h2 class="widget-title">Follow Us</h2>
			<ul class="jetpack-social-widget-list size-small">
											<li class="jetpack-social-widget-item">
							<a href="https://facebook.com/ladiesagainstfeminism" target="_self"><span class="screen-reader-text">Facebook</span><svg class="icon icon-facebook" aria-hidden="true" role="presentation"> <use href="#icon-facebook"></use> </svg>							</a>
						</li>
											<li class="jetpack-social-widget-item">
							<span class="screen-reader-text">Twitter</span><svg class="icon icon-twitter" aria-hidden="true" role="presentation"> <use href="#icon-twitter"></use> </svg>							
						</li>
											<li class="jetpack-social-widget-item">
							<span class="screen-reader-text">Instagram</span><svg class="icon icon-instagram" aria-hidden="true" role="presentation"> <use href="#icon-instagram"></use> </svg>							
						</li>
											<li class="jetpack-social-widget-item">
							<a href="https://www.pinterest.com/lafeditor/" target="_self"><span class="screen-reader-text">Pinterest</span><svg class="icon icon-pinterest" aria-hidden="true" role="presentation"> <use href="#icon-pinterest"></use> </svg>							</a>
						</li>
			</ul>
			</aside><aside id="media_image-14" class="widget widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="66" height="66" src="2021/04/gsddkb.qr_.2.png" class="image wp-image-11751  attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="11751" data-permalink="https://www.ladiesagainstfeminism.com/gsddkb-qr-2/" data-orig-file="https://womanhooddesign.files.wordpress.com/2021/04/gsddkb.qr_.2.png" data-orig-size="66,66" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="gSDdKb.qr.2" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2021/04/gsddkb.qr_.2.png?w=66" data-large-file="https://womanhooddesign.files.wordpress.com/2021/04/gsddkb.qr_.2.png?w=66"/></aside><aside id="blog_subscription-3" class="widget widget_blog_subscription jetpack_subscription_widget"><h2 class="widget-title"><label for="subscribe-field">Subscribe</label></h2>
			<div class="wp-block-jetpack-subscriptions__container">
			<form action="https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id="subscribe-blog">
				<p>Enter your email to subscribe and receive new post notifications.</p>
				<p id="subscribe-email">
					<label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text">
						Email Address:					</label>
					<input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Email Address" value="" id="subscribe-field"/>				</p>
				<p id="subscribe-submit">
					<input type="hidden" name="action" value="subscribe"/>
					<input type="hidden" name="blog_id" value="171853715"/>
					<input type="hidden" name="source" value="https://www.ladiesagainstfeminism.com/"/>
					<input type="hidden" name="sub-type" value="widget"/>
					<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
					<input type="hidden" id="_wpnonce" name="_wpnonce" value="246cdbe807"/>					<button type="submit" class="wp-block-button__link">
						Subscribe					</button>
				</p>
			</form>
							<div class="wp-block-jetpack-subscriptions__subscount">
					Join 11,366 other followers				</div>
						</div>
</aside><aside id="search-7" class="widget widget_search"><h2 class="widget-title">Search</h2><form role="search" method="get" class="search-form" action="/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search …" value="" name="s"/>
				</label>
				<input type="submit" class="search-submit" value="Search"/>
			</form></aside><aside id="nav_menu-3" class="widget widget_nav_menu"><h2 class="widget-title">Articles</h2><div class="menu-article-menu-container"><ul id="menu-article-menu" class="menu"><li id="menu-item-11243" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11243"><a href="category/theme-articles/">Theme Articles</a></li>
<li id="menu-item-11234" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11234"><a href="category/foundations-of-truth/">Foundations of Truth</a></li>
<li id="menu-item-11217" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11217"><a href="category/biblical-womanhood/">Biblical Womanhood</a>
<ul class="sub-menu">
	<li id="menu-item-11240" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11240"><a href="category/practical-homemaking/">Practical Homemaking</a></li>
	<li id="menu-item-11238" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11238"><a href="category/mothering/">Mothering</a></li>
	<li id="menu-item-11220" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11220"><a href="category/marriage-2/">Marriage</a></li>
	<li id="menu-item-11222" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11222"><a href="category/education/">Education</a></li>
	<li id="menu-item-11221" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11221"><a href="category/training-children/">Training Children</a></li>
	<li id="menu-item-11219" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11219"><a href="category/family-2/">Family</a></li>
	<li id="menu-item-11225" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11225"><a href="category/femininity-modesty/">Femininity &amp; Modesty</a></li>
	<li id="menu-item-11244" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11244"><a href="category/titus-2/">Titus 2</a></li>
	<li id="menu-item-11223" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11223"><a href="category/economy/">Economy</a>
	<ul class="sub-menu">
		<li id="menu-item-11224" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11224"><a href="category/entrepreneurship/">Entrepreneurship</a></li>
	</ul>
</li>
	<li id="menu-item-11236" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11236"><a href="category/health-2/">Health</a></li>
</ul>
</li>
<li id="menu-item-11218" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11218"><a href="category/feminism-related-issues/">Feminism &amp; Related Issues</a>
<ul class="sub-menu">
	<li id="menu-item-11226" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11226"><a href="category/eugenicsdemography/">Eugenics/Demography</a></li>
	<li id="menu-item-11228" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11228"><a href="category/hot-button-issues/">Hot-Button Issues</a></li>
	<li id="menu-item-11227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11227"><a href="category/sexuality/">Sexuality</a></li>
	<li id="menu-item-11237" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11237"><a href="category/hot-button-issues/gender-wars/">Gender Wars</a></li>
</ul>
</li>
<li id="menu-item-11229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11229"><a href="category/book-reviews/">Book Reviews</a></li>
<li id="menu-item-11231" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11231"><a href="category/film-reviews/">Film Reviews</a></li>
<li id="menu-item-11233" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11233"><a href="category/for-the-unmarried/">For the Unmarried</a></li>
<li id="menu-item-11232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11232"><a href="category/single-parent/">For Single-Parent Families</a></li>
<li id="menu-item-11230" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11230"><a href="category/fatherhood-2/">Fatherhood</a></li>
<li id="menu-item-11235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11235"><a href="category/getting-back-home/">Getting Back Home</a></li>
<li id="menu-item-11239" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11239"><a href="category/personal-testimonies/">Personal Testimonies</a></li>
<li id="menu-item-11241" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11241"><a href="category/reader-favorites/">Reader Favorites</a></li>
<li id="menu-item-11242" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11242"><a href="category/responsible-manhood/">Responsible Manhood</a></li>
<li id="menu-item-11245" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11245"><a href="category/what-can-we-do/">What Can We Do?</a></li>
</ul></div></aside>
<script type="text/javascript" data-dojo-config="usePlainJson: false, isDebug: false">jQuery.getScript( "js/signup-forms/popup/unique-methods/embed.js", function( data, textStatus, jqxhr ) { window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us20.list-manage.com","uuid":"899fe94f8fcd232fd0199597d","lid":"90b3ec59cd","uniqueMethods":true}) });} );</script>
<aside id="google_translate_widget-3" class="widget widget_google_translate_widget"><h2 class="widget-title">Translate</h2><div id="google_translate_element"></div></aside><aside id="media_image-3" class="widget widget_media_image"><h2 class="widget-title">Sponsors</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="200" height="200" src="2022/06/affiliate-200x200-1.png" class="image wp-image-12170  attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="2022/06/affiliate-200x200-1.png 200w, 2022/06/affiliate-200x200-1_w-150-h-150.png 150w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="12170" data-permalink="https://www.ladiesagainstfeminism.com/affiliate-200x200/" data-orig-file="https://womanhooddesign.files.wordpress.com/2022/06/affiliate-200x200-1.png" data-orig-size="200,200" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Affiliate-200×200" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2022/06/affiliate-200x200-1.png?w=200" data-large-file="https://womanhooddesign.files.wordpress.com/2022/06/affiliate-200x200-1.png?w=200"/></aside><aside id="media_image-10" class="widget widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://womanhood.design.blog/advertising/"><img width="150" height="150" src="2020/01/bd9eb-adbutton1.jpg" class="image wp-image-6005  attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="6005" data-permalink="https://www.ladiesagainstfeminism.com/adbutton-2/" data-orig-file="https://womanhooddesign.files.wordpress.com/2020/01/bd9eb-adbutton1.jpg" data-orig-size="150,150" data-comments-opened="1" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="adbutton" data-image-description="" data-image-caption="" data-medium-file="https://womanhooddesign.files.wordpress.com/2020/01/bd9eb-adbutton1.jpg?w=150" data-large-file="https://womanhooddesign.files.wordpress.com/2020/01/bd9eb-adbutton1.jpg?w=150"/></a></aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.amazon.com/Business-Boutique-Womans-Guide-Making/dp/B06Y5P88DN/ref=as_li_ss_il?ie=UTF8&amp;qid=1536437933&amp;sr=8-1&amp;keywords=business+boutique&amp;linkCode=li2&amp;tag=lafbw-20&amp;linkId=3922678c0d76e7dc03229c64e2ca8011&amp;language=en_US" target="_blank" rel="noopener"><img border="0" src="widgets/q-_encoding-UTF8-ASIN-B06Y5P88DN-Format-_SL160_-ID-AsinImage-MarketPlace-US-ServiceVersion-20070822-WS-1-tag-lafbw-20-language-en_US.jpg"/></a><img src="e/ir-t-lafbw-20-language-en_US-l-li2-o-1-a-B06Y5P88DN.jpg" width="1" height="1" border="0" alt="" style="border:none !important;margin:0!important;"/></div></aside><aside id="facebook-likebox-3" class="widget widget_facebook_likebox">		<div id="fb-root"></div>
		<div class="fb-page" data-href="https://www.facebook.com/ladiesagainstfeminism" data-width="340" data-height="130" data-hide-cover="true" data-show-facepile="false" data-tabs="timeline" data-hide-cta="false" data-small-header="false">
		<div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/ladiesagainstfeminism"><a href="https://www.facebook.com/ladiesagainstfeminism"></a></blockquote></div>
		</div>
		</aside></div><!-- #secondary -->
	</div><!-- .site-content-inner -->
	</div><!-- #content -->
<div id="tertiary" class="footer-widget" role="complementary">
	<div class="footer-widget-inner">
		<aside id="recent-posts-3" class="widget widget_recent_entries">
		<h2 class="widget-title">Recent Posts</h2>
		<ul>
											<li>
					<a href="2022/07/04/kelly-needham-on-grief-and-gods-glory/">Kelly Needham on Grief and God’s Glory</a>
									</li>
											<li>
					<a href="2022/06/20/skepticism-helps-marriage/">Skepticism helps Marriage</a>
									</li>
											<li>
					<a href="2022/06/08/t4l-purity-in-marriage/">T4L: Purity in Marriage</a>
									</li>
											<li>
					<a href="2022/06/08/challies-on-worship/">Challies on Worship</a>
									</li>
											<li>
					<a href="2022/05/09/abolitionist-lawyer-bradley-pierce-testifies-for-hb-813-in-louisiana/">Abolitionist Lawyer Bradley Pierce Testifies for HB 813 in Louisiana</a>
									</li>
					</ul>
		</aside><aside id="jetpack_widget_social_icons-3" class="widget jetpack_widget_social_icons"><h2 class="widget-title">Follow Us</h2>
			<ul class="jetpack-social-widget-list size-medium">
											<li class="jetpack-social-widget-item">
							<a href="https://www.facebook.com/LadiesAgainstFeminism/" target="_self"><span class="screen-reader-text">Facebook</span><svg class="icon icon-facebook" aria-hidden="true" role="presentation"> <use href="#icon-facebook"></use> </svg>							</a>
						</li>
											<li class="jetpack-social-widget-item">
							<span class="screen-reader-text">Twitter</span><svg class="icon icon-twitter" aria-hidden="true" role="presentation"> <use href="#icon-twitter"></use> </svg>							
						</li>
											<li class="jetpack-social-widget-item">
							<a href="https://www.pinterest.com/lafeditor/" target="_self"><span class="screen-reader-text">Pinterest</span><svg class="icon icon-pinterest" aria-hidden="true" role="presentation"> <use href="#icon-pinterest"></use> </svg>							</a>
						</li>
											<li class="jetpack-social-widget-item">
							<span class="screen-reader-text">Instagram</span><svg class="icon icon-instagram" aria-hidden="true" role="presentation"> <use href="#icon-instagram"></use> </svg>							
						</li>
			</ul>
			</aside><aside id="rss_links-3" class="widget widget_rss_links"><h2 class="widget-title">RSS</h2><p class="size-small"><a class="feed-image-link" href="/" title="Subscribe to Posts"><img src="i/rss/red-small.png" alt="RSS Feed"/></a> <a href="/" title="Subscribe to Posts">RSS - Posts</a></p><p class="size-small"><a class="feed-image-link" href="/" title="Subscribe to Comments"><img src="i/rss/red-small.png" alt="RSS Feed"/></a> <a href="/" title="Subscribe to Comments">RSS - Comments</a></p>
</aside><aside id="top-posts-3" class="widget widget_top-posts"><h2 class="widget-title">Top Posts &amp; Pages</h2><div class="widgets-grid-layout no-grav">
<div class="widget-grid-view-image"><a href="2010/03/31/welcome-to-laf-2-0-help-spread-the-word-and-earn-a-free-download/" title="Welcome to &#34;LAF 2.0!&#34; (Help spread the word and earn a free download!)" class="bump-view" data-bump-view="tp"></a></div><div class="widget-grid-view-image"><a href="2010/04/14/co-ed-submarines-wheres-the-debate/" title="Co-ed Submarines: Where&#39;s the Debate?" class="bump-view" data-bump-view="tp"><img width="200" height="200" src="2020/01/bwbutton147x147_w-147.jpg" alt="Co-ed Submarines: Where&#39;s the Debate?" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="2010/05/24/skirt-giveaway-from-the-modest-mom/" title="Skirt Giveaway from The Modest Mom!" class="bump-view" data-bump-view="tp"><img width="200" height="200" src="2020/01/e24f5-pics001_resize-200-200.jpg" alt="Skirt Giveaway from The Modest Mom!" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="2010/12/29/mangled-stay-at-home-daughters-on-the-silver-screen/" title="Mangled: Stay at Home Daughters on the Silver Screen" class="bump-view" data-bump-view="tp"><img width="200" height="200" src="2020/01/154c6-tangled-shot_resize-200-200.jpg" alt="Mangled: Stay at Home Daughters on the Silver Screen" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="2012/07/19/the-womans-place/" title="&#34;The Woman&#39;s Place&#34;" class="bump-view" data-bump-view="tp"><img width="200" height="200" src="2012/07/pexels-photo-5409715_w-1200-resize-200-200.jpeg" alt="&#34;The Woman&#39;s Place&#34;" data-pin-nopin="true"/></a></div></div>
</aside>	</div><!-- .wrapper -->
</div><!-- #tertiary -->
			<nav class="footer-navigation" role="navigation">
			<div class="menu-bottom-menu-container"><ul id="menu-bottom-menu" class="menu"><li id="menu-item-11414" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11414"><a href="author-guidelines/">Submit An Article</a></li>
<li id="menu-item-11415" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11415"><a href="about/">About</a></li>
<li id="menu-item-11416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11416"><a href="advertising/">Advertising</a></li>
<li id="menu-item-11417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11417"><a href="contact/">Contact</a></li>
</ul></div>		</nav><!-- .footer-navigation -->
	<div style="text-align:center"><h2>Great finds</h2><ul style="list-style:none;padding-left:0"><li><a href="https://gdalabel.org.uk/">Slots Not On Gamstop</a></li><li><a href="https://www.clintoncards.co.uk/">Non Gamstop Casino Sites UK</a></li><li><a href="https://tescobagsofhelp.org.uk/">Non Gamstop Casinos UK</a></li><li><a href="https://pride-events.co.uk/">Best Non Gamstop Casinos</a></li><li><a href="https://www.cwgc.org.uk/">Betting Sites Not On Gamstop UK</a></li><li><a href="https://ethni-formation.com/">Casino En Ligne</a></li><li><a href="https://levelsixstudios.co.uk/">Sports Betting Sites Not On Gamstop</a></li><li><a href="https://www.ypdbooks.com/">Slots Not On Gamstop</a></li><li><a href="https://www.iceh.org.uk/">Non Gamstop Casino Sites UK</a></li><li><a href="https://deardesigner.co.uk/">UK Casino Not On Gamstop</a></li><li><a href="https://www.bankingstandardsboard.org.uk/">Non Gamstop Casino Sites UK</a></li><li><a href="https://www.instantcasino.com/">Online Casino</a></li><li><a href="https://energypost.eu/">Best Non Gamstop Casinos</a></li><li><a href="https://nva.org.uk/">Non Gamstop Casinos UK Reviewed</a></li><li><a href="https://www.unearthedsounds.co.uk/">UK Casino Not On Gamstop</a></li><li><a href="https://1828uk.com/casinos-not-on-gamstop/">UK Casino Not On Gamstop</a></li><li><a href="https://www.huhmagazine.co.uk/">Best Online Casinos UK</a></li><li><a href="https://www.londoncollections.co.uk/">UK Betting Sites List</a></li><li><a href="https://thegoodhub.com/">Meilleur Casino En Ligne Avis</a></li><li><a href="https://www.malaysiasite.nl/">Beste Online Casino</a></li><li><a href="https://www.my-therappy.co.uk/non-gamstop-casinos">UK Casinos Not On Gamstop</a></li><li><a href="https://thelincolnite.co.uk/non-gamstop-casinos/">UK Online Casinos Not On Gamstop</a></li><li><a href="https://www.geekgirlmeetup.co.uk/">UK Online Casinos Not On Gamstop</a></li><li><a href="https://uic.fr/">Meilleur Casino En Ligne</a></li><li><a href="https://whatworks-csc.org.uk/">Best Non Gamstop Casino</a></li><li><a href="https://www.allmobileworld.it/">Migliori Casino Italiani Online</a></li><li><a href="https://thegame0.com/">Casino En Ligne Fiable</a></li><li><a href="https://www.avcb-vsgb.be/">Casino En Ligne Belgique Liste</a></li><li><a href="https://www.femmesprevoyantes.be/">Casino En Ligne</a></li><li><a href="https://www.etno.be/">Meilleur Site De Casino En Ligne Belgique</a></li><li><a href="https://cosmos-h2020.eu/">Siti Scommesse Aams Nuovi</a></li><li><a href="https://thouarsetmoi.fr/">Bookmaker Crypto</a></li><li><a href="https://oncosec.com/">Trusted Online Casino Malaysia</a></li><li><a href="https://www.noway-form.com/">稼げる カジノ アプリ</a></li><li><a href="https://www.japanlivingguide.net/">オンライン カジノ ブック メーカー</a></li><li><a href="https://edp-dentaire.fr/">Meilleur Casino En Ligne 2026</a></li><li><a href="https://www.cinematographe.it/">Casino Non Aams</a></li><li><a href="https://www.instantsbenevoles.fr/">Meilleur Casino En Ligne</a></li><li><a href="https://www.rentabiliweb-group.com/">Casino Retrait Rapide</a></li><li><a href="https://www.peugeotscooters.fr/">Bitcoin Casino</a></li></ul></div><footer id="colophon" class="site-footer" role="contentinfo">
		<div id="site-info" class="site-info">
			<a href="https://wordpress.com/?ref=footer_custom_powered" rel="nofollow">Website Powered by WordPress.com</a>.
					</div><!-- #site-info -->
	</footer><!-- #colophon -->
</div><!-- #page -->
		<script type="text/javascript">
		var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/ladiesagainstfeminism.com\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"10.07.21","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"ladiesagainstfeminism.com","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":false,"update_post_term_cache":true,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2022-09-01 12:35:10","last_post_date":"2021-07-10 21:44:51","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=171853715&v=wpcom&tz=-5&user_id=0&subd=womanhooddesign&x_pagetype=infinite-click"}};
		</script>
		<!--  -->
<script type="text/javascript">
	window._tkq = window._tkq || [];
	if ( Math.random() < 0.01 ) {
		window._tkq.push( [
			'recordEvent',
			'wpcom_wordads_noad',
			{"theme":"pub\/canard","blog_id":171853715,"reason_orange":1,"reason_noadverts_plugin":1,"reason_upgrade":1,"reason_blog_safe":1}
		] );
	}
</script><script src="js/gprofiles_ver-202235z.js" id="grofiles-cards-js"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
</script>
<script type="text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho_m-1610363240h.js"></script>
	<script>
		// Initialize and attach hovercards to all gravatars
		( function() {
			function init() {
				if ( typeof Gravatar === 'undefined' ) {
					return;
				}
				if ( typeof Gravatar.init !== 'function' ) {
					return;
				}
				Gravatar.profile_cb = function ( hash, id ) {
					WPGroHo.syncProfileData( hash, id );
				};
				Gravatar.my_hash = WPGroHo.my_hash;
				Gravatar.init( 'body', '#wp-admin-bar-my-account' );
			}
			if ( document.readyState !== 'loading' ) {
				init();
			} else {
				document.addEventListener( 'DOMContentLoaded', init );
			}
		} )();
	</script>
		<div style="display:none">
	<div class="grofile-hash-map-547ac8e8d897c07806f0efa28b7798aa">
	</div>
	</div>
<script id="highlander-comments-js-extra">
var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/womanhooddesign.wordpress.com\/public.api\/connect\/?action=request&domain=ladiesagainstfeminism.com","logoutURL":"https:\/\/womanhooddesign.wordpress.com\/wp-login.php?action=logout&_wpnonce=693de17dc7","homeURL":"https:\/\/ladiesagainstfeminism.com\/","postID":"12196","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"0","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"};
</script>
<script type="text/javascript" src="_static/--/wp-content/js/textarea-autosize.min_js-/wp-content/mu-plugins/highlander-comments/script_m-1662027824j.js"></script>
	<div id="actionbar" style="display: none;" class="actnbr-pub-canard actnbr-has-follow">
		<ul>
								<li class="actnbr-btn actnbr-hidden">
								<a class="actnbr-action actnbr-actn-follow " href="">
			<svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"></path></g></svg><span>Follow</span>
		</a>
		<a class="actnbr-action actnbr-actn-following  no-display" href="">
			<svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"></path></g></svg><span>Following</span>
		</a>
							<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
							<div class="tip-arrow"></div>
							<div class="tip-inner actnbr-follow-bubble">
															<ul>
											<li class="actnbr-sitename">
			<a href="/">
				<img alt="" src="2020/01/bwbutton147x147_w-50.jpg" class="avatar avatar-50" height="50" width="50"/>				Beautiful Womanhood			</a>
		</li>
										<form method="post" action="https://subscribe.wordpress.com/" accept-charset="utf-8" style="display: none;">
																						<div class="actnbr-follow-count">Join 11,366 other followers</div>
																					<div>
										<input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address"/>
										</div>
										<input type="hidden" name="action" value="subscribe"/>
										<input type="hidden" name="blog_id" value="171853715"/>
										<input type="hidden" name="source" value="https://www.ladiesagainstfeminism.com/"/>
										<input type="hidden" name="sub-type" value="actionbar-follow"/>
										<input type="hidden" id="_wpnonce" name="_wpnonce" value="246cdbe807"/>										<div class="actnbr-button-wrap">
											<button type="submit" value="Sign me up">
												Sign me up											</button>
										</div>
									</form>
									<li class="actnbr-login-nudge">
										<div>
											Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fladiesagainstfeminism.com%252F2022%252F07%252F04%252Fkelly-needham-on-grief-and-gods-glory%252F">Log in now.</a>										</div>
									</li>
								</ul>
															</div>
						</div>
					</li>
							
		</ul>
	</div>
<script>
window.addEventListener( "load", function( event ) {
	var link = document.createElement( "link" );
	link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20210915";
	link.type = "text/css";
	link.rel = "stylesheet";
	document.head.appendChild( link );
	var script = document.createElement( "script" );
	script.src = "wp-content/mu-plugins/actionbar/actionbar_v-20220329.js";
	script.defer = true;
	document.body.appendChild( script );
} );
</script>
			<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading"> </span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">
		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope="" itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"></path>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"></rect>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"></path>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"></rect>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"></path>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"></rect>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"></path>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"></path>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>
								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner"> </span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
												<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field"/>
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field"/>
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Website</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field"/>
															</fieldset>
																											</div>
													<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment"/>
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>
								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" target="_blank" style="display: none;">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"></path>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"></rect>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>
		</div>
		<link rel="stylesheet" id="all-css-0-3" href="css/fpXvzSWmKKbgrM1NYjfW-PfB/8zV8v4-iH-Q1JuFpU-cssminify-yes.css" type="text/css" media="all"/>
<script id="coblocks-lightbox-js-extra">
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
</script>
<script id="jetpack-facebook-embed-js-extra">
var jpfbembed = {"appid":"249643311490","locale":"en_US"};
</script>
<script id="google-translate-init-js-extra">
var _wp_google_translate_widget = {"lang":"en","layout":"0"};
</script>
<script type="text/javascript" src="script/Zwhl-Sru-7t29xWXjxc2A-kAkNKQ/sgTTTKgkqri64laGav4WX39Hg6HE6n42H6BKrLBk8-.js"></script>
<script src="translate_a/element_cb-googleTranslateElementInit-ver-wpcom.js" id="google-translate-js"></script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"wp-content/mu-plugins/jetpack-plugin/production/_inc/build/carousel/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"/","nonce":"9bfc55c4e4","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/womanhooddesign.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fladiesagainstfeminism.com%2F2021%2F07%2F10%2Fdaily-wire-how-many-more-can-we-get-out-inside-the-frontline-battle-to-end-child-sex-trafficking%2F","blog_id":"171853715","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=171853715&v=wpcom&tz=-5&user_id=0&subd=womanhooddesign","is_public":"1"};
</script>
<script type="text/javascript" src="_static/---eJx9jEEKwjAQRS9kOgZqcSMeReIklImTSUgmFG-vi7agiMv3-e/BUgxm0SAKqZvCfSZpEIMWh4-VodTsOyplgRsJwr0Te0BXc2-B9/c2DIlkiO0Av-NKHLyZHXOoz0/6Y21xsxTM6Qvf3jVd7DTZ0Z6O4zm-APamUKw-.js"></script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
  if ( window.external &&'msIsSiteMode' in window.external) {
    if (window.external.msIsSiteMode()) {
      var jl = document.createElement('script');
      jl.type='text/javascript';
      jl.async=true;
      jl.src='/';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(jl, s);
    }
  }
}catch(e){}
})();
// ]]>
</script>		<script type="text/javascript">
			(function() {
				var extend = function(out) {
					out = out || {};
					for (var i = 1; i < arguments.length; i++) {
						if (!arguments[i])
						continue;
						for (var key in arguments[i]) {
						if (arguments[i].hasOwnProperty(key))
							out[key] = arguments[i][key];
						}
					}
					return out;
				};
				extend( window.infiniteScroll.settings.scripts, ["mobile-useragent-info","rlt-proxy","jquery-core","jquery-migrate","jquery","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","textarea-autosize","highlander-comments","devicepx","the-neverending-homepage","coblocks-lightbox","canard-navigation","canard-featured-content","canard-header","canard-search","canard-sidebar","canard-posts","canard-skip-link-focus-fix","jetpack-facebook-embed","wpcom-masterbar-tracks-js","google-translate-init","google-translate","jetpack-carousel","tiled-gallery","carousel-wpcom"] );
				extend( window.infiniteScroll.settings.styles, ["wpcom-smileys","the-neverending-homepage","wp-block-library","mediaelement","wp-mediaelement","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","canard-blocks","genericons","canard-style","canard-wpcom","jetpack-top-posts-widget","jetpack_facebook_likebox","jetpack-widget-social-icons-styles","geo-location-flair","reblogging","a8c-global-print","h4-global","global-styles","canard-pt-serif-playfair-display","canard-lato-inconsolata","jetpack-global-styles-frontend-style","highlander-comments","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery"] );
			})();
		</script>
				<span id="infinite-aria" aria-live="assertive"></span>
		<script src="w_63.js" defer=""></script> <script type="text/javascript">
_tkq = window._tkq || [];
</script>
<noscript><img src="b_v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
	wpcom_mobile_user_agent_info.init();
	var mobileStatsQueryString = "";
	if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
		mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
	if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
		mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
	if( wpcom_mobile_user_agent_info.isIPad() )
		mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
	if( "" != mobileStatsQueryString ) {
		new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
	}
}
</script>



</body></html><!--
	generated in 0.239 seconds
	154817 bytes batcached for 300 seconds
-->