/* hide comment count | 26057747-HC | GM */
.commentcount {
	display: none;
}
/* hide like title | 26057747-HC | GM */
div.sharedaddy h3.sd-title {
	display: none;
}
/* Header menus / 27673743-HC (MI) */
@media only screen and (min-width: 768px) {
	#nav-primary {
		padding-left: 40px;
	}
	#nav-lower .nav li:first-child {
		margin-left: 8px;
	}	
}
/* adjust left margin on lower menu | 26057747-HC | GM */ @media only screen and (min-width: 768px) { #nav-lower .nav li:first-child { margin-left: 4.9em; } }
/* set background color of masthead | 26057747-HC | GM */ 
#masthead, .custom-colors #masthead {
	background-color: #000928;
}
/* Hide search form - 27680576-hc */ #masthead .searchform { display: none; }
/* set background color of masthead | 26057747-HC | GM */ 
#masthead, .custom-colors #masthead {
	background-color: #e8e9ed; 
}
footer {
  background-color: #e8e9ed !important;
}
#featured-cats h5 {
  background-color: #e8e9ed !important;
}
h3.widgettitle {
  background-color: #e8e9ed !important;
}
/* Change the background color of the Featured content section / io / #27789016-hc */ #lead-story { background-color: #e8e9ed; }
/* change secondary menu link color to #000928 | 27789016-hc eD */
#nav-lower li a {
	color: #000928;
}

/* page visualization gallery */
.page-id-12693 .entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.page-id-12693 .wp-caption {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 340px;
    background: #1C293F;
    color: white;
    border: 1px solid #B3B3B3;
}
.page-id-12693 .wp-caption a {
    color: white;
}
.page-id-12693 .wp-caption img:hover {
    opacity: 0.7;
    transition: linear 0.2s;
}
.page-id-12693 p.wp-caption-text {
    margin: 0;
    padding: 0px 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
	.page-id-12693 .wp-caption img {
		max-width:100%;
}}
@media (min-width: 600px) and (max-width: 1135px) {
	.page-id-12693 .wp-caption {
		flex: 0 0 275px;
}
	.page-id-12693 p.wp-caption-text {
		font-size: 14px;
}}
/* END page visualization gallery */
/* Print My Blog - circular printer button */

.pmb-print-this-page a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    font-weight: normal;
    line-height: 1;
}

/* Printer icon */

.pmb-print-this-page a::before {
    content: "🖨";
    font-size: 18px;
    font-weight: normal;
}

/* Position printer directly above X */

.pmb-print-this-page {
    display: block;
    width: 40px;
    margin-left: -5px;
    margin-bottom: 10px;
}

/* Print My Blog - customize English print page */

/* Remove "What do you think?" and the emojis */
.pmb-print-page .pmb-help-ask {
    display: none !important;
}

/* Remove "How?" */
.pmb-print-page a[href*="wordpress.org/plugins/print-my-blog"] {
    display: none !important;
}

/* Change "Print-Page Ready" to "Page ready" */
.pmb-print-page #pmb-in-progress-h1 {
    font-size: 0;
    margin-top: 25px;
    margin-bottom: 15px;
}

.pmb-print-page #pmb-in-progress-h1::after {
    content: "Page ready";
    font-size: 32px;
}

/* Remove the emoji next to "Return" */
.pmb-print-page .emoji {
    display: none !important;
}
