/* Fix spacing after header | 28111738-HC NJ */

@media only screen and (min-width: 560px){

.site-main#main {
padding-top: 32px;
}
}

/* remove padding below home header on mobile #3787302-zd */
@media screen and (max-width: 559px) {
    .home .site-main {
        padding-top: 0;
    }
}
/* adjust space below titles for single posts on desktop */
@media screen and (min-width: 560px){
    .single .site-main > article > .entry-header {
       margin-bottom: -64px;
    }
}

/* adjust space below titles for single posts on mobile */
@media screen and (max-width: 559px) {
    .single .site-main > article > .entry-header {
        margin-bottom: 0px;
    }
    .single .site-main > article > .post-thumbnail {
        position: relative;
        top: -22px;
        margin-bottom: -22px;
    }
}
/* Add top margin to layout grids so they don't overlap with featured images 35631642-hc */
.post .wp-block-jetpack-layout-grid {
	margin-top: 0.5rem !important;
}
/* Adjusts chat bubble on desktop and larger displays */
div#wpd-bubble-wrapper {
    bottom: 150px !important;
}

/* Adjusts chat bubble on mobile devices */
@media screen and (max-width: 600px) {
	div#wpd-bubble-wrapper {
		bottom: 10px !important;
	}
}

/* Adjust Font Size on Menu Title 900px */
@media screen and (min-width: 2600px)
{
.site-title, .site-title a {
	position: top;
	visibility: show;
	font-size: .45em;
}
}

/* Adjust Font Size on Menu Title 900px */
@media screen and (max-width:559px)
{
.site-title, .site-title a {
	position: top;
	visibility: show;
	font-size: .67em;
}
}

/* widen the site's header/menu and add a large gap between header elements | 5254708-zen GH */
#masthead .site-header-wrap {
  width: calc(100% - 65px);
  max-width: unset;
}

.site-header-wrap {
  grid-column-gap:25%;
}


/* Adjust siter header menu gap on mobile */
@media only screen and (max-width: 559px) {
#masthead .site-header-wrap {
  width: calc(100% - -0px);
  max-width: unset;
}
}


@media only screen and (max-width: 559px) {
#masthead .site-header-wrap {
    width: calc(100% - -15px);
    max-width: unset;
}
#masthead .site-header-wrap {
    margin-left: 0px;
    margin-right: 16px;
}
}


.site-header-wrap {
  grid-column-gap:25%;
}
/* End  | 5254708-zen GH */

/* Black larger menu */
#masthead {
background-color: black;
}

/* removes white space on mobile view ticker */
@media only screen and (max-width: 559px) {
.site-footer > *, .site-main > article > *, .site-main > .not-found > *, .entry-content > *, .entry-content-child, .wp-block-premium-content-container .wp-premium-content-logged-out-view > *, .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *, [class*="inner-container"] > *, .widget-area > * {
    margin-top: -16.688px;
    margin-bottom: 21.312px;
}
}

.singular .hentry .entry-header .entry-title, .page-title {
    background: white;
	  color: black;
    margin-top: -32px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
	  font-size: 30px;
}



/* change submenu alignment on smaller screen | 5271640-zen GH */

@media only screen and (min-width: 560px) and (max-width: 2600px) {
  .main-navigation > div > ul > li > ul.sub-menu {
    right: 0;
    left:unset;
  }
}

div#container {
border: 2px solid #000000;
}
/* End  | 5271640-zen */

@media only screen and (max-width: 559px) {
.mobile-nav-side .site-header #site-navigation.main-navigation .woocommerce-menu-container, .mobile-nav-side .site-header #site-navigation.main-navigation .main-menu-container {
    background: #000000;
}
	
/* Format for body content on influencer directory posts  */
@media (min-width: 1080px)
.single-wpbdp_listing .wp-block-jetpack-layout-grid {
    display: unset;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 600px)
}
.single-wpbdp_listing .wp-block-jetpack-layout-grid {
    display: unset;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}
/* End  |  End body content formatting */


.enable_block_directory.enqueue_block_editor_assets .gutenberg_enqueue_block_editor_assets_block_directory' {
add_action .plugins_loaded .enable_block_directory;
}