.page-template-default article.page .entry-header.page-title-hero {
	position: relative;
	min-height: 300px;
	margin-bottom: 40px;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
.page-template-default article.page .entry-header.page-title-hero.has-thumbnail::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.35);
}
*/

.page-template-default article.page .entry-header.page-title-hero .entry-title {
	position: relative;
	z-index: 1;
	margin: 0;
    color: black;
    text-align: center;
    font-size: 100px;
    font-weight: 300;
    font-family: 'Chonburi';
    letter-spacing: -0.03em;
}

.page-template-default article.page .entry-content {
    max-width: 1024px;
    margin: 0 auto;
}

.page-template-default article.page .entry-content iframe {
    border: none;
}

.footer-newsletter .newsletter-button,
.newsletter-form .newsletter-button {
    margin-top: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: all .2s ease;
}

.footer-newsletter .newsletter-button:hover,
.footer-newsletter .newsletter-button:focus,
.newsletter-form .newsletter-button:hover,
.newsletter-form .newsletter-button:focus {
	background: #000;
	color: #fff;
}