@charset "utf-8";



.ff-accent {
	font-family: 'Crimson Text', serif;
}

.link-instagram {
	display: inline;
}
.ic-instagram {
	width: 24px;
	height: 24px;
}
#footer .link-instagram {
	display: inline-block;
	margin-top: 0.5em;
	padding: 0;
}


.button.button-wide {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#handling-brand a {
	text-decoration: underline;
}

body.beit.beit-single #wrapper > #global-footer {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.button.button-wide {
		width: 100%;
	}
	#footer_description {
	}

	body.beit.beit-single #wrapper > #global-footer {
		text-align: center;
	}
}