/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Remove overlay from slider | smf-18661689-hc */
div.slick-active > div.overlay {
	opacity: 0 !important;
}

/* HC-18663559 | Fix header to top */
.site-header {
	background-color: white;
	transition: none;
	-webkit-transition: none;
}

.site-header a {
	color: black;
	text-shadow: none;
}

.site-header.scroll-header {
	animation: none !important;
	-webkit-animation: none !important;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* To change the colour of the slidershow at homepage HC-18665099-TV */
.home #fullscreen-header {
	color: white;
	font-size: 1em;
}

/* Slider height / 19076919-HC (MI) */
@media only screen and (min-width: 500px) {
	.fullscreen-header, 
						.fullscreen-header .hentry {
		min-height: 100vh;
	}
	
	.fullscreen-header .entry-title {
		font-size: 33px;
	}
}

/* Increase opacity for homepage slider */
.home .has-background-cover .overlay {
	opacity: .1;
}

/* Hide the author bio #19258517-hc */
.author-container {
	display: none;
}

/* Reduce post page featured image size by half on desktop | 19258517-hc EH */
@media only screen and (min-width: 992px) {
	.page-id-26 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
		width: 40%;
	}
}

/* ---Adjust menu font size | 21419284-HC (JW) --- */ 
.main-navigation a{
    font-size: 1.1rem;
}

.main-navigation ul ul a{
    font-size: 1.0rem
}

/* ---Adjust gallery image size | 21419284-HC (JW) --- */ 
body #post-2739 .blocks-gallery-item:last-child img{
    max-width: 50%;
}

/* ---Adjust gallery image size | 21419284-HC (JW) --- */ 
body #post-2739 .blocks-gallery-item:last-child ing,
body #post-397 .blocks-gallery-item:last-child img{
    max-width: 50%;
}

/* hide testimonial archive page title | #21452381-hc vg */
.post-type-archive-jetpack-testimonial .page-header .page-title {
    display: none;
}

/* Centre align caption on contact page hc-21452770-vk*/
figcaption {
    text-align: center;
}

/* Make captions white | 21732443-hc kf */
.wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-date {
    color: white;
}

/* Change the sub-menu background color | CM | #22409316-hc*/
.sub-menu li a {
    background-color: #F0F8FF;
}

.main-navigation ul ul:before {
    border-bottom-color: black;
}