.home h2.page-title {
  display: none;
}


/* Change social media in footer to black w/no circle BM ZD-3650294 */

.site-social2-menu a, .site-social2-menu a:visited, .site-social2-menu a:hover, .site-social2-menu a:active {
    color: black;
    background-color: #fff;
}


/*remove map close button padding and change color | 3733460-zen */
button.mapboxgl-popup-close-button {
    padding: 0;
    background: #fff !important;
}


/* Change the youtube icon in social menu to ply button SS-3743374-hc */
.site-social-menu a[href*='youtube.com']:before, .site-social2-menu a[href*='youtube.com']:before, .widget_nav_menu div[class^='menu-social-'] a[href*='youtube.com']:before {
  content: '\f16a';
}


/* hide the scroll up button || #4395475-zen VG */
a#scrollUp {
    display: none !important;
}


/* Display two rows and three columns for Instagram block on mobile SS-4881100-zen*/
@media screen and (max-width: 480px){
.entry-content .wp-block-jetpack-instagram-gallery__grid-columns-5 {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: minmax(80px, 1fr) minmax(80px, 1fr) minmax(0px, 0) minmax(0px, 0);
}
}


/* Change font size of paragraphsin posts | 4944676-zd | kA */
article div p {
  font-size: 18px;
}


.wp-block-image figcaption {
	font-size: 16px;
}


ul.sf-menu li.menu-item a{
font-size:16px;
}
ul.sub-menu li.menu-item a{
font-size:16px;
}


/* Change Instagram Image To Square | 4881100-zd */
.wp-block-jetpack-instagram-gallery__grid-post img {
    object-fit: cover;
    width: 230px;
    max-height: 230px;
}


/* Apply 'Open Sans' font to all unordered and ordered lists */
ul, ol {
    font-family: 'Open Sans', sans-serif;
}


/* Target hyperlinked and highlighted text within paragraphs */
p strong a mark {
    margin-left: -0.25em;
    margin-right: -0.25em;
}

/* Target hyperlinked and highlighted text within list items */
li strong a mark {
    margin-left: -0.25em;
    margin-right: -0.25em;
}



/* Target paragraphs, all headings except H1, and list items within posts, excluding Table of Contents */
.post p:not(.toc),
.post h2:not(.toc), .post h3:not(.toc), .post h4:not(.toc), .post h5:not(.toc), .post h6:not(.toc),
.post ul li:not(.toc), .post ol li:not(.toc) {
    color: black !important;
}

