/* FIX GALLERY BLOCKS FOR MOBILE */
@media screen and (max-width: 575px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
      width: 100%;
  }
}

/* MOVE MENU A LITTLE TO THE TOP */
.site-sidebar-wrap-inner {
    padding-top: 30px;
}

/* LOGO TO MENU MARGIN */
.site-branding {
    margin-bottom: 25px;
}

/* RESPONSIVE GOOGLE MAPS */
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-bottom: 69.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* MENU MARGIN */
.head-mast-inner {
    margin-bottom: 25px;
}
#custom_html-2 {
    margin-bottom: 25px;
}

/* FIX POST THUMBS WIDTH */
.entry-thumb > img {
    width: 100%;
}

/* TEST HIDDEN PARAGRAPH */
.hidden-paragraph > span {
  display: none;
}

/* FIX STUCK SIDEBAR BUG IN BIG MENUS */
.site-sidebar-wrap-inner.is_stuck {
    top: 0px !important;
}

/* SOCIAL SHARE BUTTONS */
.list-social-share-icons a {
	font-size: 2rem;
}

/* SOCIAL LINKS BUTTONS */
[id*="social"].menu a {
	font-size: 20px;
}

/* PARAGRAPHS */
p {
    margin: 0 0 20px;
}
.entry-content>* {
    margin-bottom: 20px;
}
