#post-2 > figure > img {
	display: none;
}
.home h1.entry-title {
	display: none;
}
img.attachment-apostrophe-2-featured.size-apostrophe-2-featured.wp-post-image.jetpack-lazy-image.jetpack-lazy-image--handled {
	display: none;
}
blockquote { font-style: normal !important; }
.menu-menu-container ul li {
    padding-left: 13px;
}
/* show full header background image | 14761715-hc */
.site-branding {
    background-size: contain;
    background-repeat: no-repeat;
}
/* Make heading size smaller on mobile #14764613-HC*/
@media screen and (max-width: 767px) {
.wf-active h3 {
    font-size: 25px;
}
}
/* Reduce white space around header on mobile 14764613-HC*/
@media screen and (max-width: 767px) {
.site-branding {
    min-height: 100px;
}
}
/* reduce site title on mobile */
@media screen and (max-width: 599px) {
.wf-active h1 {
    font-size: 35px;
}
}
/* reduce size and align to the left the caption of a very specific photo which is both in their homepage on their ile-du-levant page | GV - HC - 15068019 */
.small-caption-right figcaption {
	text-align:right;
	font-size:0.8em;
}
.wf-active h5 a {
    color: #362e77;
}
  /* To change the hover colour of the menu HC-15667850-TV*/
  .main-navigation a:hover,.current-menu-item a{

    color: #35c42b;
  }
/* Hide display posts bullets 16091588-hc cc */
.display-posts-listing .listing-item {
    list-style-type:none;
}

/* adjust styling of display posts shortcode | #2436394-zen eD */
.display-posts-listing .listing-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2em;
}

/* adjust size of featured image in display posts shortcode | #2436394-zen eD */
.display-posts-listing .listing-item .image {
    flex-shrink: 1;
    flex-basis: 35%;
}

/* adjust size of post title in display posts shortcode | #2436394-zen eD */
.display-posts-listing .listing-item .title {
	  font-size: 20px;
    flex-grow: 1;
    flex-basis: 75%;
}

/* adjust size of excerpt in display posts shortcode | #2436394-zen eD */
.display-posts-listing .listing-item .excerpt {
}
.display-posts-listing .listing-item .excerpt-dash {
    display: none;
}

/*CSS to reduce the gap between Page Title and first Paragh| 16769279-HC|KK*/
.page-id-695 .entry-content,
.page-id-692 .entry-content,
.page-id-689 .entry-content,
.page-id-686 .entry-content
{
    margin: -10px;
}

.post h1.entry-title {
	color:#38761d;
}