@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;700&family=Lato:wght@300;400;600;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0;
	color: #1f2125;
	-webkit-text-size-adjust: none;
}

a {
	color: #AF966E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

h1, .h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}

h1, .h1 {
	font-family: 'EB Garamond', serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
}

h2 {
	font-family: 'EB Garamond', serif;
	font-size: 34px;
	line-height: 44px;
	font-weight: 400;
}

h3 {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

h4 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

h5 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

h6 {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #979797;
	border: none;
}

ul {
	margin: 0 0 20px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.gold-text {
	color: #AF966E;
}

.key-divider {
	margin: 0 0 20px;
	width: 100%;
	height: 85px;
	background: url('images/key-line-bg.png') no-repeat center center;
	background-size: auto 100%;
}

.divider {
	position: relative;
	margin: 0 0 5px;
	width: 12px;
	height: 12px;
}

.divider:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background: #AF966E;
	transform: rotate(45deg);
	transform-origin: center;
}

.divider-center {
	position: relative;
	margin: 0 0 5px;
	width: 100%;
	height: 12px;
}

.divider-center:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 4px);
	top: 2px;
	width: 8px;
	height: 8px;
	background: #AF966E;
	transform: rotate(45deg);
	transform-origin: center;
}

@media all and (max-width: 767px) {

	h1, .h1 {
		font-size: 50px;
		line-height: 60px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

}

@media all and (max-width: 479px) {

	h1, .h1 {
		font-size: 40px;
		line-height: 50px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

.button-link a {
	display: inline-block;
	margin: 0 0 20px;
	padding: 10px 20px;
	min-width: 160px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.02em;
	color: #fff;
	background: #AF966E;
	transition: all 0.25s ease;
}

.button-link a:hover {
	background: #876D44;
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 600px) {

	.content-column > div {
		margin: 0 0 20px;
		padding: 0 !important;
	}

}

@media all and (max-width: 599px) {

	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

}