/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Increase the font size of the heading on About us page 16866566-hc */
.post-193 h1 {
	font-size: 52px;
}

/* Make Header Image taller | KEL 16866566-hc */
.custom-header-content {
	padding: 144px;
	height: 500px;
}

/*Make separator block horizontal rule darker gray so it's visible | 2528876-zd | ERM*/
.wp-block-separator {
	background: #999999;
}

/* Adjust header image in mobile | 2590569-hc RW */
@media only screen and (max-width: 768px) {
	.custom-header:before {
		background-size: cover;
	}
	
	.custom-header-content {
		padding: 115px;
		height: 0;
	}
}

/* Adjust menu color | NL-2590717-zen */
@media screen and (min-width: 64em) {
	.navigation-classic.absolute-header .main-navigation a {
		color: #232323;
		text-shadow: none;
	}
}

/*prevent layout grid legacy cursor setting 2590453-zen*/
[data-carousel-extra] {
	cursor: inherit;
}

/* Change hover color of buttons | 2590453-zen | MR */
.wp-block-button__link:hover {
	background-color: #c7c3b8;
}

/* 2590453-zen | MR */
/* Reduce font size for mobile view -- 2590453-zen */
@media only screen and (max-width: 600px) {
	.wp-block-button__link {
		font-size: 14px;
	}
}

.social-search-wrapper a {
	color: #000000;
}

/* Hide featured image on front page | JC-18489696-hc */
.home .post-1524 .post-thumbnail {
	display: none;
}

/* Featured post title font size | DF-18861297-hc */
.first-post .entry-container .entry-title {
	font-size: 40px;
}

/* Change font size of Title on post with ID 3104 19005906-hc cw */
#post-3104 h1.entry-title {
	font-size: 32px;
}


	/*media query for larger screens only sy-2771021-zen*/
	@media screen and (min-width: 1280px) {
	.custom-header {
		height: 90vh;
	}
}

/*  reduce font size and word break of title on portfolios #XXXXXX-zen/hc (DOC) */
@media screen and (max-width: 426px) {
	.jetpack-portfolio-template h1.entry-title {
		overflow-wrap: normal;
		font-size: 30px;
	}
}

/*media query for larger screens only sy-2771021-zen*/
@media screen and (min-width: 1280px) {
.custom-header {
    height: 90vh;
}
}


/* add Button block styling - 21748349-hc */
.is-style-outline .wp-block-button__link {
    border: 2px solid;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: #c7c3b8;
    border: 2px solid;
}

/* Related Post Section Fix */
.sharedaddy, #jp-relatedposts.jp-relatedposts {
        margin-left: auto;
        margin-right: auto;
        padding: 0 47px;
        max-width: 966px;
}