.entry-content  > *,
.site-main > article > * {
    margin-top: 0px !important;
}
	.site-main > article > .entry-header {
		margin-top: 0 !important;
		margin-bottom: 0!important;
	}
/*  Change menu font-size 26933412-hc    */
body:not(.fse-enabled) .main-navigation a {
    font-size:16px;
}
/* Site logo / 27088758-HC (MI) */

.custom-logo {
  width: 380px;
}

/* sticky block hc-27820841 DF */
.stuck-on-scroll {
	position: sticky;
	top: 150px;
}
/* Header border / 27593076-HC (MI) */
#masthead {
  
	padding-bottom: 5px !important;
	padding-top: 10px !important;

}
/* Maywood Sticky Header | 3669910-zen (KK) */
@media only screen and (min-width: 1000px){
#masthead {
    width: 100%;
    max-width: 100%;
		position: fixed;
	  background-color: #fcf7f0;
	z-index: 9;
}
.site-content {
padding-top: 150px;
}
}
@media only screen and (min-width: 560px){
.entry-content {
    margin-top: -32px !important;
}
}
@media only screen and (min-width: 560px){
.site-header {
    padding-bottom: 10px !important;
}
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(97%);
}
@media only screen and (max-width: 600px) {.main-navigation #toggle-menu {
    display: inline-block;
    margin: 0;
    background: transparent;
    color: grey;
	font-size: 18px;
	font-weight: 200 !important;
	  text-transform: uppercase !important;
    border-bottom: solid;
    border-width: 0px;
    border-radius: 0;
    width: 280px;
		padding-top: 0px !important;
	padding-bottom: 0px !important;
}
}
.page-id-166 .wp-block-jetpack-layout-grid-column {
	margin: 0px !important;
	margin-top: 30px !important
}
/* Add address after. site logo SS-36829328-hc */
.site-logo:after {
    content: "118 Lots Road, London SW10 0RJ";
    display: block;
    color: gray;
}
/* reduce margins around navigation DF-36830222-hc */
.site-branding {
   margin-bottom: 4px!important;
}

#site-navigation {
  margin-top: 0;
  margin-bottom: 0;
}

.main-navigation .menu-item a {
  padding-bottom:0;
}

@media only screen and (min-width: 1000px) {
  .site-content {
    padding-top: 125px !important;
  }
}
/* make the site's header stick on narrower screens | 36830222-hc GH */

@media only screen and (max-width: 1000px) {
 #masthead {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top:0;
    background-color: #fcf7f0 !important;
    z-index: 9999;
} 
	.site-content {
		padding-top:120px !important;
	}
}

/* End  | 36830222-hc GH */
/* Remove margin below Sirv Media block and above page title on mobile | 36830222-hc GH */

.page .wp-block-sirv-addmedia-block ~ h2 {
  margin-top:0;
}

.page .wp-block-sirv-addmedia-block {
  margin-bottom:0;
}

/* End  | 36830222-hc GH */