@font-face {
  font-family: Gotham;
  src: url(/wp-content/uploads/2020/04/Gotham-Book.woff2);
}

@font-face {
  font-family: Gotham-Medium;
  src: url(/wp-content/uploads/2020/04/Gotham-Medium.woff2);
}

@font-face {
  font-family: ACaslonPro-Bold;
  src: url(/wp-content/uploads/2020/04/ACaslonPro-Bold.woff2);
}

.wf-active .site-title {
	font-family: Gotham-Medium;
}

.wf-active .site-description {
	font-family: Gotham;
	
}

.wf-active .site-navigation {
	font-family: Gotham;
	font-size: 1.5rem;
}

.wf-active h3 {
	font-family: Gotham-Medium;
	font-size: 3rem;
}

.wf-active h2 {
	font-family: Gotham-Medium;
	font-size: 3rem;
}

.wf-active h1 {
	font-family: Gotham-Medium;
}

.wf-active body {
	font-family: Gotham;
}

.wf-active .sidebar-toggle-button {
	font-family: Gotham-Medium;
}

.wf-active .site-navigation .menu .current-menu-item > a {
	font-family: Gotham-Bold;
}

.wp-block-buttons {
	text-align: center;
}

.wp-block-button .wp-block-button__link {
	background-color:#d31e47;
	border-radius:4px;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #981a31;
	color: #fff;
	border-radius:4px;
	opacity: 100%;
}

.wp-block-button .wp-block-button__link {
	font-family: Gotham-Medium;
}

.site-navigation {
	background-color: #8a7967;
	color: #fff;
}

.mobile-navigation {
	border-bottom: none;
}

.mobile-navigation li {
	border-top: none;
	padding-bottom: 15px;
}

.sidebar-toggle-button {
	font-size: 1.5rem;
}

.custom-logo {
	max-height:60px;
}

@media (max-width: 600px) {
	.custom-logo {
		max-height:24px;
	}
	.site-title {
		font-size: 2.6rem;
		padding-top: 10px;
	}
	.site-description {
		font-size: .7em;
		padding-top:10px;
	}
	.sidebar-toggle-button:before {
		color: #fff;
	}
	.mobile-navigation a {
		color: #fff;
	}
	.wf-active h3 {
		font-size: 2.4rem;
	}
	.sidebar-area {
		background-color: #8a7967;
	}
}

@media (max-width: 768px) {
	.custom-logo {
		max-height:40px;
	}
	.sidebar-toggle-button:before {
		color: #fff;
	}
	.mobile-navigation a {
		color: #fff;
	}
	.wf-active h3 {
		font-size: 2.4rem;
	}
	.sidebar-area {
		background-color: #8a7967;
	}
}

.admin-bar .sidebar-area {
	background-color: #8a7967;
}

.sidebar-toggle-button {
	color: #fff;
}