/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.site-branding img {
	width: 20%;
}

/*  Remove hyphens from page content 28753764-hc    */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
	hyphens: none !important;
}

/*  Change font family in block quote 28753764-hc    */
.wp-block-quote em {
	font-family: Domine;
}

/* Hide page titles across the site 28753764-hc    */
.page h1.entry-title {
	display: none;
}

/* change size of markers on JP map 28756678-hc rs */
.wp-block-jetpack-map-marker {
	width: 10px !important;
}

/* get rid of menu hyphens */
.main-navigation .sub-menu .menu-item a::before {
	content: "";
}

/* top banner behind LearnDash pop-up */
.learndash-wrapper.ld-modal-open .ld-modal {z-index: 999999;
}

/* Remove Privacy Policy link from footer | #35227477-hc (hh) */
.privacy-policy-container {
	display: none;
}

/* Create more spacing for Woocommerce checkout fields (top) */
.teststyle {
	padding: 15px 0;
}

/*remove spacing after header*/
.m0 {
    margin-bottom: 0!important;
}

/*create class for certificate display on My Account Page*/
.certificate {
	text-decoration: underline black;
}

/*hide header on cc site pages*/
.page-id-12454 header#masthead {
    display: none !important;
}
.page-id-12949 header#masthead {
    display: none !important;
}
.page-id-12958 header#masthead {
    display: none !important;
}
.page-id-12954 header#masthead {
    display: none !important;
}
.page-id-12963 header#masthead {
    display: none !important;
}
.page-id-12967 header#masthead {
    display: none !important;
}
.page-id-12972 header#masthead {
    display: none !important;
}
.page-id-13022 header#masthead {
    display: none !important;
}
.page-id-19262 header#masthead {
    display: none !important;
}

/*hide site header, entry footer and navigation on single post template*/
.post-template-default header#masthead {
    display: none !important;
}
.post-template-default nav.navigation.post-navigation {
    display: none !important;
}
.post-template-default footer.entry-footer {
    display: none !important;
}


/*hide product meta*/
.product-template-default .product_meta{
  display: none;
}

/*hide product breadcrumb*/
.product-template-default nav.woocommerce-breadcrumb{
  display: none;
}

/*Custom View Product Button Color*/
.button.wpt-custom-view-product-button {
	background-color: #005070 !important;
	color: #ffffff;
}

/*Continue Shopping Button Color*/
.button.continue {
	background-color: #74767e !important;
	color:#ffffff;
}

/*Hide My Account Navigation Bar*/
.woocommerce-MyAccount-navigation {
	
	display:none;
	
}

.woocommerce-account .woocommerce-MyAccount-content {
	
	width:100% !important;

}

.director-border .wp-block-column {
    border-left-color: #005070 !important;
    border-left-width: 3px !important;
    border-left-style: solid !important;
}

/*change color of add to cart button for product by catagory block*/
.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {background-color: #005070 !important; border-radius: 7px;
	color:#ffffff;}

/* Change download button color for research table doc library*/

.document-library-pro-button {
	background-color:#005070 !important;
	border-radius: 7px;
}

.dlp-multiple-download-btn {background-color:#005070 !important;border-radius: 7px;}

.home .wp-block-template-part.header-small .wp-block-group:has(.wp-block-navigation) {
    display: none !important;
}

body.home .wp-block-template-part.header-small,
body.home .wp-block-template-part.header {
    display: none !important;
}

body.page-id-17275 .wp-block-template-part.header-small,
body.page-id-17275 .wp-block-template-part.header {
    display: none !important;
}

.page-id-17275 #site-navigation,
.page-id-17275 .main-navigation,
.page-id-17275 .nav-menu,
.page-id-17275 header nav {
    display: none !important;
}


/*hide the thumbnail image for video posts all in one*/
.single-aiovg_videos figure.post-thumbnail { display: none; }