@font-face {
	font-family: 'Muli';
	font-weight: 300;
	src: URL('fonts/Muli-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Muli';
	font-weight: 400;
	src: URL('fonts/Muli-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Sackers";
	src: url("fonts/SackersGothicStd-Medium.otf") format("opentype");
}

body {
	font-family: "Muli", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
	color: #484640;
	-webkit-text-size-adjust: none;
}

a {
	color: #749C5B;
	text-decoration: none;
}

a:hover {
	color: #749C5B;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

i.fa-brands {
	font-style: normal;
}

p {
	margin: 0 0 20px;
}

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

h1, .h1 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #484640;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #484640;
}

h3 {
	font-size: 80px;
	line-height: 110px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #484640;
}

h4 {
	font-family: "Sackers", sans-serif;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #484640;
}

h5 {
	font-family: "Sackers", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #484640;
}

h6 {
	font-family: "Sackers", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #484640;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 2px;
	background: #112E46;
	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;
}

.dark-blue-text {
	color: #112E46;
}

.dark-orange-text {
	color: #FC845F;
}

.horizontal-divider {
	display: block;
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	max-width: 250px;
	height: 1px;
	background: #484640;
}

.light-text .horizontal-divider,
.image-slider-wrapper .horizontal-divider {
	background: #EAEAE4;
}

.vertical-divider {
	display: block;
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	height: 130px;
}

.vertical-divider:after {
	content: '';
	display: block;
	position: absolute;
	left: 60px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #484640;
}

.light-text .vertical-divider:after,
.image-slider-wrapper .vertical-divider:after {
	background: #EAEAE4;
}

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

	h3 {
		font-size: 60px;
		line-height: 90px;
	}

}

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

	h3 {
		font-size: 50px;
		line-height: 70px;
	}

}

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

	h4 {
		font-size: 30px;
		line-height: 38px;
	}

	.vertical-divider {
		height: 80px;
	}

}

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

	body {
		font-size: 18px;
		line-height: 30px;
	}

}

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

	.vertical-divider:after {
		left: 30px;
	}

}

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

a.button-link {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	font-family: "Sackers", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #484640;
	transition: all 0.2s ease;
}

a.button-link:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #30302D;
	transform: translateX(-50%);
	transition: all 0.2s ease;
}

a.button-link:hover {
	color: #749C5B;
	border-color: #749C5B;
}

a.button-link:hover:after {
	width: 100%;
	background: #749C5B;
}

.light-text a.button-link {
	color: #EAEAE4;
}

.light-text a.button-link:after {
	background: #EAEAE4;
}

.light-text a.button-link:hover {
	color: #749C5B;
}

.light-text a.button-link:hover:after {
	background: #749C5B;
}

.moss-bg a.button-link:hover {
	color: #1C2B06;
	border-color: #1C2B06;
}

.moss-bg a.button-link:hover:after {
	background: #1C2B06;
}

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



}

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

.clear {
	clear: both;
}

.wp-caption {
	margin: 0 0 20px;
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-family: "PP Radio Grotesk", sans-serif;
	font-size: 23px;
	line-height: 30px;
}

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: 768px) {

	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;
	}

}