@font-face {
	font-family: "Freshly Baked";
	font-style: normal;
	src: url("webfonts/freshlybakedserif-webfont.woff") format("woff"),
		url("webfonts/freshlybakedserif-webfont.woff") format("woff2");
}

@font-face {
	font-family: "Freshly Baked";
	font-style: italic;
	src: url("webfonts/freshlybakedserif_slanted-webfont.woff") format("woff"),
		url("webfonts/freshlybakedserif_slanted-webfont.woff") format("woff2");
}

@font-face {
	font-family: "Freshly Baked Sans";
	font-style: normal;
	src: url("webfonts/freshlybakedsans-webfont.woff") format("woff"),
		url("webfonts/freshlybakedsans-webfont.woff") format("woff2");
}

@font-face {
	font-family: "Freshly Baked Sans";
	font-style: italic;
	src: url("webfonts/freshlybakedsans_slanted-webfont.woff") format("woff"),
		url("webfonts/freshlybakedsans_slanted-webfont.woff") format("woff2");
}

@font-face {
	font-family: "Freshly Baked Script";
	font-style: normal;
	src: url("webfonts/freshlybakedscript-webfont.woff") format("woff"),
		url("webfonts/freshlybakedscript-webfont.woff") format("woff2");
}

@font-face {
	font-family: "Freshly Baked Dings";
	font-style: normal;
	src: url("webfonts/freshlybaked-dings-webfont.woff") format("woff"),
		url("webfonts/freshlybaked-dings-webfont.woff") format("woff2");
}

.font-serif {
	font-family: "Freshly Baked", serif;
	line-height: 1;
}

.font-sans {
	font-family: "Freshly Baked Sans", serif;
	line-height: 1;
}

.font-dings {
	font-family: "Freshly Baked Dings", serif;
	line-height: 1;
}

.font-script {
	font-family: "Freshly Baked Script", serif;
	line-height: 1;
}
html {
	background-color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #495761;
}
img {
	max-width: 100%;
}
h1,
h2,
h3 {
	font-family: "Freshly Baked", serif;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 8.15em;
	font-size: clamp(4em, 14vw, 8.15em);

	line-height: 0.65;
	margin: 0.25em 0;
	color: #9ab83d;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
a,
a:visited {
	color: inherit;
	position: relative;
}
.color-green {
	color: #9ab83d;
}
.color-blue {
	color: #495761;
}
.color-white {
	color: #fff;
}
.bg-yellow {
	background-color: #f4d166;
}
.margin-t-0 {
	margin-top: 0;
}
.margin-b-0 {
	margin-bottom: 0;
}
.margin-b-30 {
	margin-bottom: 30px;
}
.margin-r-5 {
	margin-right: 5px;
}
.margin-lr-auto {
	margin-left: auto;
	margin-right: auto;
}
.font-size-80 {
	font-size: 0.8em;
}
.font-size-70 {
	font-size: 0.7em;
}
.font-size-60 {
	font-size: 0.6em;
}
.vertical-align-top {
	vertical-align: top;
}
.text-align-center {
	text-align: center;
}
.padding-lr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-lr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-50 {
	width: 50%;
}
.d-block {
	display: block;
}

.vert-center {
	align-items: center !important;
}
.justify-content-center {
	justify-content: center !important;
}
.display-flex {
	display: flex;
}
.border-solid-gray {
	border: solid 1px #aaa;
}

.site-max-width {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.site-max-width-small {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.site-gutters {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.spacer {
	height: 30px;
}
.spacer-large {
	height: 100px;
}

h3.lead-in {
	font-size: clamp(28px, 2.7vw, 36px);
	margin-bottom: 20px;
}
p.supporting-text {
	font-weight: 100;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: clamp(18px, 2vw, 25px);
	line-height: 1.4;
}
a.button {
	background-color: #9ab83d;
	color: #fff;
	padding: 15px 30px;
	display: inline-block;
	margin: 40px 20px 40px;
	font-size: clamp(18px, 2vw, 25px);
	text-transform: uppercase;
	font-weight: 600;
	transition: background-color 0.5s;
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	a.button {
		padding: 15px 70px;
	}
}
a.button:after {
	display: none;
}
a.button:hover {
	background-color: #495761;
}
.button.drk-orange {
	background-color: #bd541b;
}
.button.drk-orange:hover {
	background-color: #a7430d;
}
.button.gray {
	background-color: #656565;
}
.button.gray:hover {
	background-color: #505050;
}
.button.lt-gray {
	background-color: #939393;
}
.button.lt-gray:hover {
	background-color: #656565;
}
.button.lt-orange {
	background-color: #ea6c29;
}
.button.lt-orange:hover {
	background-color: #bd541b;
}
.button.no-top-margin {
	margin-top: 0;
}
hr {
	width: 100px;
	height: 0.5px;
	background-color: black;
	margin: 50px auto;
}
/* Header  */
.header-container {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding: 8px 20px;
	height: 150px;
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	.header-container {
		padding: 8px 40px;
	}
}
.site-header {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

.site-header h1 {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.site-header {
		display: flex;
		flex-wrap: nowrap;
	}
	.site-header h1 {
		margin: 0;
	}
}
.logo {
	width: 120px;
}
/* Nav  */
nav {
	display: flex;
	align-items: center;
	font-family: "Freshly Baked Sans";
	margin-left: 2rem;
	justify-content: center;
}
.site-header nav {
	justify-content: start;
}
nav ul li {
	display: inline-block;
	padding: 0 2.75vw;
}
nav ul li:first-child {
	padding-left: 0;
}
nav ul li:last-child {
	padding-right: 0;
}
nav ul li a {
	color: #495761;
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	position: relative;
}
nav ul li a:hover {
	color: #9ab83d;
}
@media screen and (max-width: 767px) {
	.footer-container nav {
		flex-wrap: wrap;
		margin: 0;
	}
	.footer-container nav li {
		display: block;
		padding: 5px 0;
	}
	nav ul li a {
		font-size: 2rem;
	}
}
#menu-button {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	display: none;
}
#menu-button:after {
	display: none !important;
}
#menu-button .line {
	width: 25px;
	height: 1px;
	background-color: #000;
	display: block;
	margin-bottom: 6px;
}
#menu-button:hover .line {
	background-color: #9ab83d;
}
.site-header.menu-toggle #menu-button .line:first-child {
	transform: rotate(45deg) translate(0.5px, 5px);
}
.site-header.menu-toggle #menu-button .line:last-child {
	transform: rotate(-45deg) translateY(-5.5px);
}
#about #menu-item-about,
#portfolio #menu-item-portfolio,
#project #menu-item-portfolio,
#shop #menu-item-shop,
#contact #menu-item-contact {
	color: #9ab83d;
}
/* MOBILE NAV  */
@media screen and (max-width: 767px) {
	#menu-button {
		display: block;
	}
	.site-header h1 {
		font-size: 22px;
		padding: 2px 0;
		justify-content: center;
	}
	.site-header nav {
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #eee;
		opacity: 0;
		pointer-events: none;
		margin-left: 0;
		justify-content: center;
	}
	.site-header.menu-toggle nav {
		opacity: 1;
		pointer-events: auto;
	}
	.site-header nav ul li {
		display: block;
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}
	.site-header nav ul {
		margin-top: calc(50vh - 49px);
		transform: translateY(-50%);
	}
	#menu-button:hover .line {
		background-color: #9ab83d;
	}
}

/* MAIN  */

.main {
	/* padding-top: 40px; */
}

/* BANNERS  */
.banner {
	width: 100%;
	height: 50vw;
	max-height: 50vh;
	position: relative;
}
/* #home-main-banner,
#contact-main-banner {
	min-height: 70vw;
} */
/* @media screen and (min-width: 767px) {
	#home-main-banner,
	#contact-main-banner {
		min-height: 50vw;
	}
} */
.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	transition: opacity 1.5s ease-in-out;
}
.small-title-banner {
	min-height: 260px;
	height: 20vw;
	max-height: 350px;
}
.banner .overlay {
	position: absolute;
	left: clamp(30px, 4vw, 55px);
	bottom: clamp(30px, 4vw, 50px);
	white-space: pre-line;
	color: #d55b1b;
	z-index: 2;
}
#home-main-banner img {
	opacity: 1;
}
#home-main-banner .overlay {
	opacity: 0;
}
.inited #home-main-banner img {
	opacity: 0.3;
}
.inited #home-main-banner .overlay {
	opacity: 1;
}
.banner .overlay h2 {
	font-size: clamp(55px, 5vw, 75px);
	margin: 0;
}
.banner .overlay p,
.banner .overlay a {
	color: #000;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 100;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#home-main-banner.banner .overlay {
	font-family: "Antic Slab", serif;
	font-size: 6vw;
	/* bottom: auto; */
	/* top: clamp(30px, 4vw, 50px); */
}
.banner .overlay a:after {
	background-color: #000;
}
.banner .overlay b {
	font-weight: normal;
	font-size: clamp(24px, 2.5vw, 35px);
	font-family: "Antic Slab", serif;
}
/* INTROS */
.intro {
	/* background-color: #fff; */
	padding: 30px 30px 15px;
	text-align: center;
}
/* .intro.gray {
	background-color: #ededed;
} */
.intro > div {
	max-width: 835px;
	margin: 0 auto;
}
/* FEATURED PROJECTS  */
.featured-projects {
	padding: 20px 10px;
}
.featured-projects > div {
	padding: 25px;
	position: relative;
}

.featured-projects a:after {
	display: none;
}

.featured-projects a {
	color: #495761;
}

.coming-soon {
	pointer-events: none;
}
.featured-projects > div .overlay {
	background-color: #eee;
}

.featured-projects > div .overlay h4 {
	font-weight: normal;
	font-family: "Freshly Baked", serif;
	font-size: 3rem;
	text-align: center;
	width: 100%;
	margin: 0;
}
.featured-projects > div .overlay h4 span {
	font-family: "Freshly Baked Sans", serif;
	font-size: 2rem;
	margin-top: -10px;
	display: block;
}
@media screen and (min-width: 768px) {
	.featured-projects {
		display: flex;
		padding: 20px 40px;
		flex-wrap: wrap;
		max-width: 1500px;
		margin: 0 auto;
	}
	.featured-projects > div {
		width: calc(33.3333% - 50px);
	}

	.featured-projects > div .overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(244, 209, 102, 0.85);
		opacity: 0;
		transition: opacity 0.75s;
	}
	.featured-projects > div:hover .overlay {
		opacity: 1;
	}
	.featured-projects > div .overlay h4 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
		font-size: 3.5rem;
	}
	.featured-projects figure {
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	.featured-projects figure {
		height: calc(33vw - 50px);
	}
}
/* maxed out */
@media screen and (min-width: 1580px) {
	.featured-projects figure {
		height: 445px;
	}
}
.featured-projects img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* TWO COLUMNS  */

.two-col-container {
	padding: 30px;
	text-align: center;
}

/* .two-col-flex h3 {
	font-size: clamp(28px, 2.7vw, 36px);
	line-height: 1.25;
	margin: 5px 0 15px;
} */
.two-col-flex p,
.two-col-flex li {
	max-width: 450px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.fluid-text p {
	max-width: none;
	font-size: 20px;
	line-height: 1.25em;
	margin-bottom: 10px;
}
.two-col-flex ul {
	list-style: none;
	padding: 0;
}
.two-col-flex b,
.two-col-flex strong {
	font-weight: 500;
}
.two-col-flex.big-top-margin {
	margin-top: 80px;
}

@media screen and (min-width: 980px) {
	.two-col-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.two-col-flex.vert-center {
		align-items: center;
	}
	.two-col-flex > div {
		width: 50%;
	}
	.two-col-flex > div.two-thirds {
		width: 55%;
	}
	.two-col-flex > div.one-third {
		width: 45%;
	}
}

/* slideshow */

.slideshow {
	margin-bottom: 90px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.slideshow {
		width: calc(100% - 160px);
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 1660px) {
	.site-max-width .slideshow {
		width: 100%;
	}
}
@media screen and (min-width: 1360px) {
	.site-max-width-small .slideshow {
		width: 100%;
	}
}
.caption {
	max-width: 835px;
	margin: 0 auto;
}
.slick-arrow {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 100;
	height: 100%;
	width: 80px;
	background: transparent;
	border: none;
	background-image: url("../img/arrow-left.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	opacity: 0.7;
}
.slick-arrow:hover {
	opacity: 1;
}
.slick-arrow.slick-next {
	left: auto;
	right: 0px;
	background-image: url("../img/arrow-right.svg");
}

@media screen and (max-width: 980px) {
	.slick-arrow {
		opacity: 0 !important;
	}
	.slick-arrow.slick-next {
		left: 0;
		right: 0;
		width: 100%;
	}
}

.slick-dots {
	position: absolute;
	bottom: -35px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 12px;
	height: 12px;
	margin: 0 3px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 10px;
	height: 10px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 30px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 10px;
	height: 10px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}
.mobile-instruction {
	margin-top: -40px;
	color: #aaa;
	margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
	.slick-arrow {
		top: 0;
		left: -80px;
	}
	.slick-arrow.slick-next {
		left: auto;
		right: -80px;
	}
	.slick-dots li button:before {
		font-size: 40px;
	}
	.mobile-instruction {
		display: none;
	}
}

/* PULLQUOTE  */
/* .pullquote {
	text-align: center;
}
.pullquote h2 {
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: clamp(36px, 7vw, 80px);
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
}

.pullquote > div {
	background: #aec567;
	color: #fff;
	text-align: center;
	padding: 30px;
}
.pullquote.no-text > div {
	padding: 10px 30px;
}
.pullquote.orange h2 {
	color: #495761;
}
.pullquote.orange > div {
	background: #495761;
}
.pullquote > div > p {
	max-width: 835px;
	margin: 0 auto;
} */

/* NEWSLETTER */

.newsletter-container {
	padding: 0;
}
.newsletter-container .two-col-flex > div:first-child {
	background-color: #eee;
	padding-bottom: 10px;
}

.newsletter-container .two-col-flex > div:first-child h3 {
	font-size: 9em;
	line-height: 0;
	margin-bottom: 0;
}
.newsletter-container .two-col-flex > div:first-child h3 span:not(.font-dings) {
	font-size: 0.4em;
	display: block;
	margin-top: -0.6em;
}
.newsletter-container .two-col-flex > div:first-child h3 span.font-script {
	margin-top: -0.3em;
	margin-bottom: 10px;
}
.newsletter-container .two-col-flex > div:last-child {
	background-color: #495761;
}
.newsletter-container .two-col-flex > div:last-child > div {
	padding: 10px 30px;
}

.newsletter-container .two-col-flex > div:last-child h4 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
}
.newsletter-container .two-col-flex > div:last-child p {
	font-size: 2.5em;
}
.newsletter-container input {
	text-align: center;
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
	font-size: 18px;
}

.ml-form-embedContent > h4,
.ml-form-embedContent > p {
	display: none !important;
}

/* FOOTER  */
footer {
	padding: 30px 30px 60px;
	text-align: center;
}
footer p {
	margin: 5px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: clamp(14px, 1.5vw, 16px);
}
footer p.title {
	font-size: clamp(19px, 2vw, 32px);
	color: #9ab83d;
}
.footer-text {
	margin-top: 15px;
}
.footer-text b {
	font-weight: 500;
}
.instagram-icon {
	width: 45px;
	height: 45px;
	display: block;
	margin: 20px auto;
}
.instagram-icon svg {
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 767px) {
	.instagram-icon {
		margin: 40px auto;
	}
}
