/*	WNSIA */

body{
	font-family: "Lato", Arial, sans-serif;
	color:#20282b;
	background:#fcfcfc;
}

.pad {
	position:relative;
	max-width:90%;
	margin:0 auto;
}



.site-header {
	position:fixed;
	display:block;
	width:100%;
	max-width:100%;
	height:200px;
	color:#FFF;
	background:url('images/bgHdr.jpg') left bottom no-repeat #0e1d61;
	padding:0;
	z-index: 9;
	transition:0.2s all;
}
.site-header.sticky {
	height:100px;
}
#hdrLogo {
	position: relative;
	float:left;
	width:250px;
	z-index: 2;
	transition:0.2s all;
}
#hdrLogo a,
#hdrLogo img {
	width:100%;
	max-width:100%;
}

.site-header.sticky #hdrLogo {
	width:125px;
}

.hdrGetStarted {
	display: block;
	position:absolute;
	top:30px;
	right:0;
	width:140px;
	background:#FFF;
	text-align: center;
	text-decoration:none;
	z-index: 2;
}

/* NAVIGATION */
#navBar {
	position:absolute;
	top:90px;
	left:30%;
	z-index: 1;
	transition:0.2s all;
}
.site-header.sticky #navBar {
	top:38px;
	left:15%;
}
.primary-navigation {
	width:fit-content;
	margin:0 auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
 	font-family: "Oswald", sans-serif;
	font-size:24px;
	font-weight:500;
	color:#FFF;
	text-decoration: none;
	text-shadow: 4px 4px 0 #000;
	padding:0 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	color:#ffd45b;
	font-weight:500;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	content:"▾";
}
/* flyout menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background:#0e1d61;
	border:solid 2px #ffd45b;
	border:solid 2px #0000ff;
	border-radius:7px;
	padding:10px;
	box-shadow:3px 3px 3px rgba(0,0,0, 0.5);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
 	font-family: "Oswald", sans-serif;
	font-size:17px;
	font-weight:500;
	color:#FFF;
	background:none;
	transition:0.2s all;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	color:#000;
}

#topNav {
	position:absolute;
	right:0;
	top:15px;
	transition:0.2s all;
}
.site-header.sticky #topNav {
	top:1px;
}
#topNav a {
	display:inline-block;
	width:fit-content;
 	font-family: "Oswald", sans-serif;
	font-size:17px;
	font-weight:500;
	color:#FFF;
	text-decoration:none;
	text-shadow: 4px 4px 0 #000;
	margin:0 8px;
	transition:0.2s all;
}
.site-header.sticky #topNav a {
	font-size:15px;
}
#topNav a.membership {
	text-shadow:none;
	background:#a6090c;
	border:solid 2px #dab54b;
	border-radius:5px;
	padding:0 10px;
	margin-right:0;
}
.site-header.sticky #topNav a.membership {
	border:none;
}


/* COMMON */
.site-content,
.footer,
#siteCredits {
	position:relative;
	top:200px;
}
.site-main > * {
	margin:0;
}
.site-main {
	max-width:85%;
	min-height:450px;
	padding-top:50px;
	margin:0 auto;
}
a:focus,
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	background:none;
	outline:none;
	text-decoration:none;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
	max-width: 100%;
}

.page-header,
.pageTitleHdr {
	max-width:100%;
	/*
	Xbackground:url('images/bgPageHdr.jpg?v=2') center center no-repeat #060e32;
	Xbackground-size:cover;
	Xborder-bottom:solid 4px #000;
	Xborder-radius:50px 0;
	/**/
	padding:0;
}

h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: "Oswald", sans-serif;
	font-weight:500;
	color:#0e1d61;
	text-transform:none;
	border:none;
}
h2 {
	font-size:38px;
}
h1.page-title,
.pageTitleHdr h1.entry-title {
	font-size:42px;
	font-weight:500;
	color:#0e1d61;
	line-height:2em;
	border-bottom:solid 8px #dab54b;
	max-width:60%;
	/*
	Xtext-shadow:3px 3px 0 #000;
	Xtext-align: center;
	*/
}
.entry-title a {
	font-size:30px;
}
.entry-content {
	padding:0 5% 40px 0;
}

/* RESOURCES */
.resourcesDisclaimer {
	font-size:16px;
	color:#FFF;
	line-height: 1.3em;
	background:#9fa7c6;
	padding:30px;
	max-width:1100px !important;
	margin:40px auto !important;
	border-radius:30px;
}
.resourcesDisclaimer strong {
	display:block;
	font-size:20px;
	margin:0 0 10px 0;
}
.resourcesDisclaimer p {
	line-height: 1.5em;
}
.resourcesBlock {
	margin:0 0 50px 0;
}
.resourcesBlock h4 {
	max-width:40%;
	border-bottom:solid 5px #9fa7c6;
	margin:0 0 10px 0;
}
.resourcesBlock ul {
	column-count:2;
}
.resourcesBlock li {
	line-height:1em;
	padding-right:10px;
	margin-bottom:11px;
}
.resourcesBlock li a {
	font-size:16px;
	text-decoration:none;
	transition:0.2s all;
}
.resourcesBlock li a:hover {
	color:#000;
	border-bottom:solid 1px #9fa7c6;
}


/* MEMORIALS */
body.memorials .entry-content img {
	max-width:250px;
}
span.memorialName {
	display:inline-block;
    font-family: "Oswald", sans-serif;
	font-size:28px;
	font-weight: 500;
    color: #0e1d61;
	margin:0 0 10px 0;
}
body.memorials .entry-content strong {
    color: #0e1d61;
}



/* FORMS */
#wpcf7-f5-p25-o1,
#wpcf7-f79-p27-o1 {
	background:#eeeeee;
	padding:30px;
	border-radius:20px;
}
#wpcf7-f45-p39-o1 label.inline {
	display:inline-block;
	float:left;
	width:50%;
}
.wpcf7 h4 {
	margin: 20px 0;
}
.wpcf7 span.required {
	color:red;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width:95%;
	line-height: 1em;
	border:solid 2px #CCC;
	border-radius:5px;
	margin:0 0 10px 0;
}
.wpcf7 select,
.wpcf7 input[type="checkbox"] {
	border:solid 2px #CCC;
	border-radius:5px;
	margin:0 0 10px 0;
}
.wpcf7-list-item-label {
	color:#20282b;
	font-weight: 400;
}
.checkboxLine {
	display:block;
	margin-bottom:10px;
}
.wpcf7 input[type="checkbox"] {
	top:5px;
	margin:0;
}
.wpcf7 textarea {
	height:100px;
	width:98%;
}
label.photosUpload {
	display:block;
	margin:10px 0 30px 0;
}
.wpcf7 input[type=submit] {
	color:#FFF !important;
	border-radius:5px;
	padding:5px 25px;
	margin:10px 0;
	transition:0.2s all;
}
.wpcf7 input[type=submit]:hover {
	color:#FFF;
	text-shadow:2px 2px 2px #060e32;
	border:solid 3px #060e32;
	background:#dab54b;
	transition:0.2s all;
}

#wpcf7-f16-p9-o1 { /* contact page form */
	background:#f5f5f5;
	padding:30px;
	border-radius:20px;
}
#wpcf7-f16-p9-o1 label.inline {
	width:33%;
}



/* BLOG */
.entry-footer,
body:not(.single) .site-main > article:last-of-type .entry-footer {
	border-bottom:solid 5px #dab54b;
	padding:0;
	margin:0 0 30px 0;
}
.entry-footer .posted-by,
.entry-footer .post-taxonomies {
	display:none;
}



/* BUTTONS & WOOCOMMERCE */
.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	color:#FFF;
	background:#060e32;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	color:#060e32;
	background:#dab54b;
	transition:0.2s all;
}
.woocommerce-message {
	border-top-color:#dab54b;
}

/* PRODUCT PAGE */
.woocommerce div.product div.summary,
.woocommerce div.product form.cart {
	margin-bottom:1em;
}
.product_meta,
.fpf-fields-config-wrapper {
	display:none;
}
.woocommerce .quantity .qty {
	padding:3px;
	border-radius:5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display:none;
}

section.related.products {
	display:none;
}
/* CUSTOM FIELDS */
.fpf-fields label {
	display:none !important;
}
.woocommerce form .fpf-field.fpf-text .form-row {
	padding:0;
}
.fpf-fields input[type=text] {
	font-size:17px;
	border:solid 1px #CCC;
	padding:5px 10px;
}
#comments {
	display:none;
}
.wc-block-components-totals-coupon button.wc-block-components-panel__button {
	background:none !important;
	color:#20282b !important;
}
p.out-of-stock {
	display:none;
}


/* TRAINING SUMMIT & VENDOR SHOW PAGE */

body.training-summit-vendor-show .site-main {
	padding-top:0;
	max-width: 100%;
}
.trainingSummitHero {
	position: relative;
	background:url('images/hero2025CoeurDAlene.jpg') center center no-repeat;
	background-size:cover;
	min-height:270px;
}
.summitMenu {
	position:absolute;
	top:-190px;
	right:0;
	width:fit-content;
	border:solid 1px #9fa7c6;
	background:#e3e3e3;
	background:#eee9e3;
	border-radius:10px;
	padding:20px;
	box-shadow:4px 4px 6px rgba(0,0,0, 0.5);
}
body.sticky .summitMenu {
	position:fixed;
	top:180px;
	right:7.5%;
}
.summitMenu h3 {
	font-size:24px;
	margin:0 0 10px 0;
}
.summitMenu ul {
	list-style: none;
	padding-left:0;
	margin-left:0;
}
.summitMenu a {
	display: block;
	position: relative;
	font-size:16px;
	text-decoration:none;
	padding:3px 20px 3px 33px;
	transition:0.2s all;
}
.summitMenu a::before {
	content: "★"; 
	position: absolute;
	top:1px;
	left:8px;
	color: #FFF;
	font-size:18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);	
}
.summitMenu a:hover {
	color:#0000ff;
	background:#FFF;
	border-radius:5px;
}
.summitMenu a:hover::before {
	color: #0000ff;
	text-shadow:none;
}

.summitInfoSection {
	position:relative;
	max-width:85%;
	margin:0 auto;
	Xborder:dashed 1px red;
}
.summitInfoSection article {
	padding-right:230px;
}
.summitInfoSection .pageTitleHdr h1.entry-title {
	max-width:fit-content;
	padding-right:80px;
}
.summitTopBanner {
	position:relative;
	background:#eee9e3;
	background:url('images/bgAmericanFlag.jpg') center left no-repeat;
	background-size:cover;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.7);
	border-radius:25px;
	padding:20px 20px 40px 20px;
	margin:30px 270px 0 0;
}
.summitTopBanner::before {
	position:absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent url('images/logo-large.png') 97% 5% no-repeat;
	background-size:150px auto;
	z-index: 0;
}
.summitTopBanner img {
	display:block;
	float:right;
	width:150px;
}

.summitTopBanner h4,
.summitTopBanner h1,
.summitTopBanner p {
	position: relative;
	color:#FFF;
	text-shadow:3px 2px 0px #000;
	z-index: 2;
}
.summitTopBanner h4 {
	height:150px;
	font-size:34px;
	text-align:center;
	padding:20px 70px 0 0;
}
.summitTopBanner h1 {
	font-size:44px;
	text-align:center;
	width:fit-content;
	border-bottom:solid 8px #dab54b;
	padding:0 20px 10px 20px;
	margin:0 auto 35px auto;
}
.summitTopBanner p {
	font-size:24px;
	font-weight:800;
	text-align:center;
}
.summitInfoSection .pageTitleHdr {
	display:none;
}


body.legislative ol li {
	margin:0 0 20px 0;
}


/* FOOTER */
.footer {
	color:#FFF;
	background:#0e1d61;
	background: linear-gradient(180deg, rgba(6,14,50,1) 0%, rgba(14,29,97,1) 100%);
	padding-bottom:40px;
	border-top:solid 1px #e3ba50;
}
.ftrCol {
	display:inline-block;
	width:30%;
	vertical-align: top;
}
.footer h4,
.footer a {
	color:#FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer h4 {
	font-family: "Lato", Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:30px 0 15px 0;
}
.footer ul, .footer li {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:16px;
}
.ftrCartLink {
	font-weight:bold;
}
.footer p {
	font-size:16px;
}

.ftrSocial {
	margin-top:15px;
}
.ftrSocial img {
	width:35px;
	border:solid 1px #666;
	border-radius:5px;
	margin:0 3px 0 0;
}
.ftrLogo {
	width:230px;
	margin:15px 0;
}

#siteCredits {
	font-size:13px;
	color:#FFF;
	background:#060f33;
	padding:10px;
	text-align: center;
	border-top:solid 1px #0000ff;
}
#siteCredits a {
	/*
	display:inline-block;
	padding:0 5px;
	*/
	color:#FFF;
}
#siteCredits a.nwwebdev {
	text-decoration: none;
	/*
	display:inline-block;
	float:right;
	text-align: right;
	*/
}
#siteCredits a:hover {
	text-decoration:underline;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	Xvisibility: collapse !important;  
}



