/*  add larger padding to site content on all pages except home / #-2426146zd bk */
body:not(.home) .site-content {
  padding-top: .5em;
}
/* Adjust Increase space between lite items | NL-16752093-hc */
li {
  margin-bottom: 0.5em;
}
/* left border and padding for guest post reusable block - #2653170-zd */
.guest-block-border-left {
	border-left: 4px solid #000;
	padding-left: 10px;
}
/*CSS to adjust the Donorbox form alignment on https://aestheticflatclosure.com/ASBRS2020/ | 18979291-HC|SK*/
.page--white {
    padding: 50px 300px 20px;
}
/* Reduces the height of the reduced cover block on the homepage 19195770hc-ks */
.wp-block-cover.reduced-cover-block {
    min-height: 100px !important;
}
/* Reduces the margins on the content inside the reduced cover block, to have it take up less space 19195770hc-ks */ 
.wp-block-cover.reduced-cover-block h3, .wp-block-cover.reduced-cover-block h6 {
    margin-bottom: 10px;
    margin-top: 0;
}
img.custom-logo {
  width: 640px;
}
/*  Decrease cover block search bar height 23053203-hc    */
@media only screen and (min-width: 960px) {
.post-4265 .resize {
    max-height: 160px;
    min-height:unset !important;
    padding-top:60px;
  }
}
/*  Decrease cover block search bar height 23053203-hc    */
@media only screen and (min-width: 960px) {
.post-2242 .resize {
    max-height: 160px;
	/* Reduces the margin of the "Current Initiatives Banner" on the front page - #30440808-hc */
#current-initiatives-baner .wp-block-cover__inner-container, #current-initiatives-baner .wp-block-cover__inner-container p {
    margin-top: 0px;
    margin-bottom: 0px;
}
    min-height:unset !important;
    padding-top:60px;
  }
}
/*  Decrease cover block search bar height 23053203-hc    */
@media only screen and (min-width: 960px) {
.post-2632 .resize {
    max-height: 160px;
    min-height:unset !important;
    padding-top:60px;
  }
}
/* set font size for buttons with large-button class  | 23188616-hc bk */
.large-button span {
  font-size: 50px;
}
/* Center aligned buttons / 3532716-ZD (MI) */
#primary .entry-content > .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
/* hide dashes in menu */
li a::before {
 color: transparent;
} 
/* Add padding to left of menu items to show taxonomy | 3546205-zen */
.sub-menu li a {
    padding-left: 2em;
}
.sub-menu .sub-menu li a {
    padding-left: 4em;
}
/*Changing the font size for FAQ page questions  sections-3546205-zen - SM*/
.schema-faq-question {
    font-size: 25px;
}

/*Adding the bottom margin to FAQ answers sections -3546205-zen - SM*/
.schema-faq-answer {
    margin-bottom: 50px;
}
/* increase font size for how to questions on page 1914 #3546205-zd */
.schema-how-to-steps b, strong.schema-how-to-step-name{
  font-size: 25px;
}
/* increase space between questions for how to questions on page 1914 #3546205-zd */
.schema-how-to-steps p{
  margin-bottom: 50px;
}
.schema-how-to-steps li::marker {
    font-size: 25px;
    font-weight: 700;
}

/*fix menu*/
.menu-item-2309 .sub-menu {
    width: 300px;
	text-align: left;
	padding-left: 0px;}

/*Style Single Gallery Items*/
.category-revision-afc .sharedaddy, .category-explant-afc .sharedaddy,
.category-mastectomy-afc .sharedaddy {
    display: none;
}

.category-revision-afc span.byline,
.category-explant-afc span.byline, .category-mastectomy-afc span.byline {
    display: none;
}

.category-revision-afc footer.entry-footer.responsive-max-width, 
.category-explant-afc footer.entry-footer.responsive-max-width, .category-mastectomy-afc footer.entry-footer.responsive-max-width {
    display: none;
}

.category-revision-afc .author-bio.responsive-max-width,
.category-explant-afc .author-bio.responsive-max-width, .category-mastectomy-afc .author-bio.responsive-max-width  {
    display: none;
}
.category-revision-afc  figure.post-thumbnail,
.category-explant-afc figure.post-thumbnail, .category-mastectomy-afc figure.post-thumbnail {
    width: 50%;
} 
.nav-links {
    display: none;
}
#jp-relatedposts {
	margin: 1em auto;
}

/* Changes the Logo/Menu alignment - #30439613-hc */
#masthead .site-header-wrapper { 
	flex-wrap: nowrap;
}

#masthead .site-header-wrapper .site-branding {
	margin-right: 2em;
}

@media only screen and (min-width: 560px) {
.site-main {
	padding-top: 0px;
}
	.main-navigation > div > ul {
		justify-content: space-around;
	}}

/* Reduces the margin of the "Current Initiatives Banner" on the front page - #30440808-hc */
#current-initiatives-banner .wp-block-cover__inner-container, #current-initiatives-banner .wp-block-cover__inner-container p {
    margin-top: 0px;
    margin-bottom: 0px;
}