/*
Theme Name: IWD Responsive / TPG
Theme URI: http:/www.iwdesigners.com/
Author: IWDesigners
Author URI: http:/www.iwdesigners.com/
Description: 
Version: 2026.0212
*/

:root {
	--TPGwhite: #FFF;
	--TPGgray9: #999;
	--TPGgrayE: #EEE;
	--TPGblack: #000;
 	--TPGpurple: #609;
    --TGPshadow: 0 4px 6px #0009;
        

	--AnimationDelay: 0.1;

	--H1color: var(--TPGblack);
	--H2color: var(--TPGpurple);
	--H3color: var(--TPGpurple);
	--H4color: var(--TPGpurple);
	
	--Pcolor: var(--TPGblack);
	--LIcolor: var(--TPGblack);
	--Acolor: var(--TPGpurple);
	
	
	--NAVItxt: var(--TPGblack);
	--NAVItxthover: var(--TPGblack);
	--NAVItxtselected: var(--TPGblack);
	
	--SubNAVItxt: var(--TPGblack);
	--SubNAVItxthover: var(--TPGblack);
	--SubNAVItxtselected: var(--TPGblack);
	--SubNAVIbck: var(--TPGwhite);
	--SubNAVIbckhover: var(--TPGgray9);
	--SubNAVIbckselected: var(--TPGgrayE);
	
	--FTRtitle: var(--CDEblue2);
	--FTRtxt: var(--CDEblue2);
	--FTRa: var(--CDEblue2);
	--FTRahover: var(--CDEblue2);
	
}

/* IMAGES */
.wp-block-image .alignright, .wp-block-image .alignleft {
	max-width: 48%;
	/*box-shadow: 3px 3px 12px #0006;
	margin-bottom: 20pt;*/
}
.wp-block-image .alignright {
	margin-left: 4%;
}
.wp-block-image .alignleft {
	margin-right: 4%;
}

.wp-block-image.size-full {
	text-align: center;
	margin: 2em 1em;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
.noshadow img {
	box-shadow: none;
}
.HeadShot figcaption {
	text-align: center;
}
