/* Hide site title on Home page | 17578128-hc */
.home .entry-header {
    Display:none;
}
/* ---Reduce heading padding | 17578128-HC (JW) --- */ 
.header-inner{
    padding: .5rem 0;
}
/* Reduce space above and below slider */
@media screen and (min-width: 760px){ .home .wp-block-jetpack-slideshow {
	margin-top: -89px!important;
}
}
/* Remove top and bottom margin on center aligned images on home page | 17581290-hc (KK) */
.home .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin: 0;
}
/* Alignwide Width | 17581290-hc (KK) */
@media (min-width: 1280px) {
.entry-content > .alignwide {
    max-width: 83rem; 
	margin-bottom: -1rem;
}
}
/* Align paragraph with "alignwide" content | 17581290-hc (KK) */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 83rem;
}
/* Hide site title on Landscape-Design-and-Installation | 17578128-hc */
.page .entry-header {
    Display:none;
}
/*Hide margin from "What we do " are HC :17584600 */
.entry-content > .alignfull 
{
  margin-bottom: 9px;
  margin-top: -40px;
}
/* Hide site title on Commitment-to-our-Clients | 17578128-hc */
.page .entry-header {
    Display:none;
}
/* Hide site title on A-Natural-Aesthetic-–-Gardens-as-Art | 17578128-hc */
.page .entry-header {
    Display:none;
}
/* Hide site title on Backyard-Habitat-–-Native-Plants | 17578128-hc */
.page .entry-header {
    Display:none;
}
/* remove top margin from footer widgets #hc-17890057 lm */ .footer-top-visible .footer-nav-widgets-wrapper { margin-top: 0; }
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
background: #d9edd3;
}
/* No text wrap in menu / 21110378-HC (MI) */
@media only screen and (min-width: 560px) {
	.wp-block-navigation-link {
		white-space: nowrap;
	}
}
/* change font of navigation menu block hc-21543085*/
.wp-block-navigation-link__label {
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 22px;
}
/*  reduce gap below slideshow -- 23275873-hc (DOC) */
.entry-content > .alignwide.wp-block-jetpack-slideshow {
  margin-bottom: 1em;
} 
.entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 0rem;
}

/*  max width of no-alignment blocks -- 23275873-hc (DOC) */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: calc(100vw - 8rem);
}
/* Hide site title on Portfolio | 17578128-hc */
.page .entry-header {
    Display:none;
}
/* Reduce margin-top on contents without wide and full | 36435810-hc EH */
@media (min-width: 1000px) {
    .entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
        margin-top: 2rem;
    }
}
/*  hide mobile menu button -- 36500834-hc (DOC) */
button.toggle.nav-toggle.mobile-nav-toggle {
	display: none;
} 
/*Custom class to hide things on mobile - 7458618-zen(MG)*/
@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
    }
}
/* Hide Slideshow block pagination - 7458618-zen(MG)*/
.swiper-pagination-simple {
	display: none !important;
}
/*Change bottom margin for slideshow on mobile only - 7458618-zen(MG)*/
@media (max-width: 767px) {
	.entry-content > .alignfull {
  	margin-bottom: 15px !important;
	}
}
/* Do not allow slideshow image cropped when set to full width | 36435810-hc EH */
.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_image {
      max-width: inherit;
      width: auto;
}
/* show slideshow images at full size without cropping | 8110537-zen tcrv */
.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_image {
    max-width: inherit;
    width: auto;
    height: 100%
}
@media screen and (max-width: 537px) {
.ose-embedpress-responsive>iframe {
height: 100%!important;
max-height: 400px!important; /*You can use your preferred size*/
}
iframe.embedpress-embed-document-pdf.embedpress-pdf-1703311307808 {
    height: 2750px!important;
}

@media only screen and (max-width: 1200px)
{
    iframe.embedpress-embed-document-pdf.embedpress-pdf-1703311307808 {
        height: 1550px!important;
    }
    
}
	/* Hide site title on Spreaders | 17578128-hc */
.page .entry-header {
    Display:none;
}
	/* Hide site title on Plantzy Open Gardens | 17578128-hc */
.page .entry-header {
    Display:none;
}