@font-face {
	font-family: 'ClashDisplay';
	src: url("./fonts/ClashDisplay-Variable.woff2") format("woff2"), url("./fonts/ClashDisplay-Variable.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
}

.site-info {
	display: block;
	padding: 10px 20px;
	font-family: sans-serif;
	text-align: center;
}

.site-info p {
	font-size: .75rem;
}

.post-password-required {
	margin-top: 10%;
}

.post-password-required .logo {
	display: block;
	margin: 20px auto;
	max-width: 600px;
	width: 90%;
}

.post-password-required .entry-content {
	max-width: 600px;
	text-align: center;
	margin: auto;
	border: 3px solid #ccc;
	border-radius: 10px;
	padding: 60px 40px 30px;
}

.post-password-required .entry-content p {
	font-family: sans-serif;
	font-size: 1rem;
	margin: 0 0 30px 0;
}

.post-password-required .entry-content label {
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}

.post-password-required .entry-content label input {
	width: 100%;
	max-width: 300px;
	height: 30px;
	font-size: 25px;
	text-align: center;
	border-radius: 5px;
}

.post-password-required .entry-content input[type=submit] {
	font-size: 1rem;
	background-color: #c8c1c1;
	width: 100%;
	max-width: 310px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #a0a0a0;
	cursor: pointer;
	transition: backround linear 0.3s;
}

.post-password-required .entry-content input[type=submit]:hover {
	background: #EEE;
}

.banner-preview-box {
	display: inline-block;
	border: 1px solid #999;
	padding: 8px 20px 20px 20px;
	margin: 10px;
	background: white;
	position: relative;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.banner-preview-box H2 {
	font-size: 0.75rem;
	font-weight: 400;
	padding: 2px 0 8px 0;
	margin: 0;
	font-family: sans-serif;
}

.banner-refresh {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(./images/icon-refresh.png) center center no-repeat;
	background-size: contain;
	transition: transform linear 0.3s;
	transform: rotate(0deg);
}

.banner-refresh:hover {
	transition: transform linear 0.3s;
	transform: rotate(90deg);
}

.banner-refresh.all {
	position: relative;
	margin: auto;
	margin-top: 10px;
	margin-left: 5px;
}

.banner-preview-title {
	display: flex;
	justify-content: space-between;
}

.banner-grid {
	padding: 40px 40px;
	background: #F1F1F1;
}

.masthead {
	display: flex;
	padding: 20px;
	align-items: center;
}

.masthead .logo {
	display: inline-block;
	width: 200px;
	height: auto;
}

.project-box,
.client-box,
.developers-box,
.toggle-box {
	margin: auto 20px;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #CCC;
}

.project-box dt,
.client-box dt,
.developers-box dt,
.toggle-box dt {
	font-family: sans-serif;
	font-size: .65rem;
}

.project-box dd,
.client-box dd,
.developers-box dd,
.toggle-box dd {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'ClashDisplay', sans-serif;
}

.toggle-box dd {
	position: relative;
	width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
}

.toggle-box details {
	position: relative;
	border: 1px solid #767676;
	border-radius: 3px;
	display: inline-flex;
	flex-direction: column;
	padding: 3px 6px;
	margin: auto;
	margin-top: 5px;
	z-index: 9;
	background: rgba(255, 255, 255, 0.9);
	font-family: sans-serif;
	font-size: 0.85rem;
	width: 160px;
}

.toggle-box details summary {
	display: flex;
	justify-content: space-between;
}

.toggle-box details summary::marker {
	display: none;
	font-size: 0;
}

.toggle-box details summary::-webkit-details-marker {
	display: none;
	font-size: 0;
}

.toggle-box details summary::after {
	content: "\25BC" / "";
	display: inline-block;
	font-size: 0.6rem;
	height: 1rem;
	line-height: 1rem;
	margin-left: 0.5rem;
	position: relative;
	transition: transform 0.25s;
}

.toggle-box details[open] summary {
	margin-bottom: 1rem;
	font-size: .75rem;
}

.toggle-box details[open] summary::after {
	top: -0.15rem;
	transform: rotate(180deg);
}

.toggle-box form {
	display: flex;
}

.toggle-box fieldset {
	border: 0;
	padding: 0;
}

.toggle-box fieldset legend {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.toggle-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toggle-box ul li {
	border-radius: 3px;
	margin: 0;
	padding: 4px 2px;
}

.toggle-box ul li:hover {
	background: #eee;
}

.toggle-box ul li label {
	display: inline-block;
	width: 8rem;
}

.desktop-only {
	display: none;
}

.internal-use {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	background: black;
	font-size: .5rem;
	font-family: 'ClashDisplay';
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

@media (max-width: 768px) {
	.desktop-only {
		top: 0;
		background: #EEE;
		display: inline-flex;
		position: absolute;
		z-index: 100000;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.desktop-only * {
		font-weight: bold;
		font-family: sans-serif;
	}
}

/*# sourceMappingURL=style.css.map */