/*!
Theme Name: hafontia
Theme URI: http://underscores.me/
Author: Meir Sadan
Author URI: http://meirsadan.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hafontia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hafontia is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Assistant", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #444;
	color: white;
	font-size: 16px;
/* 	font-size: 0.75rem; */
	line-height: 1;
	padding: .5em 1em .5em;
	transition: background-color 250ms;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #f29e84;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover, a:focus, a:active {
	color: black;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
/* 	clear: both; */
	display: block;
/* 	float: left; */
/* 	width: 100%; */
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0; padding: 0;
	padding-left: 0;
	text-align: center;
	justify-content: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
/* 	float: left; */
	position: relative;
	display: inline-block;
	margin: 0.2em 1em;
	white-space: nowrap;
}

@media screen and (max-width: 610px) {

	.main-navigation li {
		margin: 0.2em 0.4em;
	}
	
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

/*
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-header-wrapper {
	position: fixed;
/* 	background-color: white; */
	z-index: 1000;
	width: 100%;
/* 	overflow-x: auto; */
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
}

.site-header {
	position: relative;
	z-index: 1000;
	background-color: white;
	display: flex;
	margin: 0; padding: 1em 0;
	justify-content: space-between;
	transition: background-color 250ms;
}

.site-title {
	display: inline-block;
	vertical-align: middle;
	margin: 0; padding: 0 20px;
	line-height: 16px;
	line-height: 1rem;
}

.page-title {
	display: block;
	text-align: center;
}

.archive-description {
	max-width: 640px;
	margin: 40px auto 0;
	padding: 10px;
}

body.archive.category {
	background-color: #eee;
}

.site-footer #footer-menu .menu-item.logo a,
.site-title a {
	text-decoration: none;
	font-size: 1px;
	color: transparent;
	display: block;
	background-size: 100%;
	width: 65px; height: 20px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDc0LjEgMjguMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzQuMSAyOC4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzMzMzMzMzt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC44LDcuM0MwLjksNy4xLDEsNi45LDEuMiw2LjhjMC4yLTAuMSwwLjcsMCwwLjksMEMyLjEsOC4xLDMuMSw4LDMuOCw4SDdjMi42LDAsMy42LDEuNSw0LDRjMSw1LjUsMiw3LjgsMi4yLDguNGMwLjEsMC4xLTAuMiwwLjItMC4zLDAuM2wtMi40LDFjLTAuMSwwLjEtMC4yLDAtMC4yLTAuMWwtMC40LTEuMmwtMS4xLTUuOWMtMC40LTItMS0yLjQtMi40LTIuNEgzYy0xLDAtMi0wLjItMi43LTAuNkwwLDExLjFMMC44LDcuM3ogTTEuNCwxNS41YzAuMi0wLjUsMS43LTEuNiwyLTEuOGMwLjIsMCwwLjUsMC4xLDAuNSwwLjNjMCwxLDAuMSwxLDAuMiwxLjhjMC4zLDEuNSwxLDMsMS41LDQuNGMwLDAsMCwwLjItMC4yLDAuMmwtMi44LDEuMWMtMC4xLDAtMC4yLDAtMC4yLTAuMWwtMC4xLTEuMUMxLjQsMTcuNSwxLjMsMTYsMS40LDE1LjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjEsNi43YzAuMi0wLjEsMC43LDAsMSwwLjJjLTAuMiwxLDAuNCwxLjEsMSwxLjRjMC4yLDAuMSwxLjQsMC40LDEuOCwxLjFjMC41LDAuOSwwLjUsMi4xLDAuMywzYy0wLjMsMS40LTEuMywzLjQtMi40LDQuNGMtMC4zLTAuMS0wLjgtMC41LTAuOS0wLjhsMC4yLTAuNGMwLjItMC4yLDAuNi0wLjgsMC45LTEuNWMwLjItMC42LDAuMy0xLjEsMC4yLTEuNGMtMC42LTAuOS0yLjgtMC44LTMuNy0yLjJsMS4xLTMuMkMxMy43LDcuMSwxMy45LDYuOCwxNC4xLDYuN3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEsNi44YzAuMi0wLjEsMC41LTAuMSwwLjksMGMtMC4xLDAuNSwwLjEsMC44LDAuMiwwLjljMC40LDAuNiwyLjIsMSwzLDEuMWMwLjEsMCwwLjIsMC40LDAuMSwwLjdjLTAuMiwwLjktMC42LDIuMS0wLjYsMy4xYzAsMS42LDAuNywzLjUsMS44LDUuNmMxLjgtMC4zLDQuMi0xLjIsNC45LTIuM2MwLDAsMC0wLjQsMC0wLjZjMC0xLTAuMi0yLTAuNS0yLjdjLTAuNC0xLTEuMS0xLjEtMS45LTEuMmgtMC4zYzAsMC4xLTAuMywxLjItMC4zLDIuMWgtMS44YzAuMy0zLDAuOS00LjYsMS42LTUuOWMzLjYsMCw0LjksMS4zLDUuMyw0LjNjMC4xLDAuOCwwLjEsMS40LDAuMSwyLjFjMCwxLjctMC42LDMuMy0xLjIsNC40Yy0wLjcsMS4yLTEuMywyLTMuMiwyLjhjLTAuNCwwLjEtMi4yLDAuNi0yLjUsMC43Yy0wLjYsMC4yLTEuMSwwLjItMS4zLDBjLTIuMi0zLjgtMi43LTYuNC0yLjgtNi43Yy0wLjEtMC44LDAtMi4xLDAuNC0zLjFjLTEuMS0wLjEtMi42LTAuNi0zLTEuMWwwLjctMy4yQzIwLjQsNy4zLDIwLjgsNi45LDIxLDYuOHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDAuNiwxMS44YzAuMywxLjIsMC44LDIuOCwxLjEsMy42YzAuMiwwLjgtMC43LDMuNi0xLDQuMmMtMC4zLDAuOC0zLDEuOS01LjQsMi40Yy0wLjEsMC0wLjYtMC4yLTAuNi0wLjNsMC42LTMuNmMxLjMtMC4zLDMuMy0wLjgsNC4yLTEuNWMwLjEtMC4xLDAuMS0wLjEsMC0wLjJjLTAuNi0xLjctMC45LTIuOS0xLjEtMy41Yy0wLjItMC42LTAuMi0wLjgtMC44LTAuOWMtMC43LTAuMS0xLjktMC4xLTIuOC0xbDEtMy43YzAtMC4yLDAuMi0wLjQsMC41LTAuNWMwLjEsMCwwLjgsMCwwLjgsMC4xYzAuMSwwLjksMC4yLDEuMSwwLjgsMS4zbDAuNywwLjJDMzkuOCw4LjUsMzkuOCw4LjksNDAuNiwxMS44eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Ny45LDEwLjRsMC4yLDEuNmMwLjQsMi42LDEuMiw0LjgsMS42LDYuMWMtMC4zLDEuMy0wLjYsMi4yLTEuMSwzLjZjLTAuMSwwLjEtMS4xLDAtMS4xLTAuMWwtMS45LTguOGMtMC4yLTAuOS0yLjQtMC42LTMuNC0xLjZsMS4xLTMuNmMwLTAuMiwwLjItMC42LDAuNS0wLjdjMC4yLDAsMC41LDAsMC44LDAuMWMwLDEuMSwwLjUsMSwxLjEsMS4yTDQ2LDguM0M0Nyw4LjUsNDcuNyw5LDQ3LjksMTAuNHogTTU1LjksMTEuNmwtMS41LTAuNGMtMC42LTAuMS0xLjYtMC4yLTEuOS0wLjZjLTAuNiwyLTAuMywyLjYsMi4yLDMuMWMwLjEsMCwwLjIsMC4yLDAuMSwwLjVsLTAuOSwyLjRjLTIuNCwwLjEtNC4yLTEuOC0zLjYtNC4zYzAuNC0xLjYsMC44LTMuMSwxLjktNS40YzAuMi0wLjUsMC41LTAuOCwxLjUtMC40Yy0wLjIsMC45LDAuMywxLDAuOSwxLjFMNTcsOC40YzEuNiwwLjUsMS44LDEuMSwyLjMsMi44bDEsMy42YzAuMSwwLjYtMC40LDIuMS0wLjUsMi41Yy0xLjIsMi42LTEuOSwzLjEtMy44LDMuN2MtMS4zLDAuNC0yLjksMC43LTQuOCwxYy0wLjIsMC0wLjgtMC4yLTAuOC0wLjRsMC45LTMuM2MyLTAuMiwzLjUtMC41LDQuOS0xYzEuMi0wLjQsMS44LTAuNywyLjEtMWwtMC44LTMuMkM1NywxMi4yLDU2LjYsMTEuOCw1NS45LDExLjZ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYxLjcsNy4zYzAuMS0wLjMsMC4yLTAuNSwwLjMtMC41YzAuMi0wLjEsMC43LDAsMC45LDBDNjMsOC4xLDY0LDgsNjQuNiw4aDMuMmMyLjYsMCwzLjYsMS41LDQsNGMxLDUuNSwyLDcuOCwyLjIsOC40YzAuMSwwLjEtMC4yLDAuMi0wLjMsMC4zbC0yLjQsMWMtMC4xLDAuMS0wLjIsMC0wLjItMC4xbC0wLjQtMS4ybC0xLjEtNS45Yy0wLjQtMi0xLTIuNC0yLjQtMi40aC0zLjRjLTEsMC0yLTAuMi0yLjctMC42bC0wLjItMC4yTDYxLjcsNy4zeiBNNjIuMywxNS41YzAuMi0wLjUsMS43LTEuNiwyLTEuOGMwLjIsMCwwLjUsMC4xLDAuNSwwLjNjMCwxLDAuMSwxLDAuMiwxLjhjMC4zLDEuNSwxLDMsMS41LDQuNGMwLDAsMCwwLjItMC4yLDAuMmwtMi44LDEuMWMtMC4xLDAtMC4yLDAtMC4yLTAuMWwtMC4xLTEuMUM2Mi4yLDE3LjUsNjIuMSwxNiw2Mi4zLDE1LjV6Ii8+PC9nPjwvc3ZnPg==');
	background-repeat: no-repeat;
	transition: background-image 250ms;
}

.site-footer #footer-menu .menu-item.logo a {
	width: 50px; height: 20px;
	background-position: center bottom;
}

.cart-active .site-header {
	background-color: black;
}

.cart-active .site-title a {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDc0LjEgMjguMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzQuMSAyOC4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I2ZmZmZmZjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC44LDcuM0MwLjksNy4xLDEsNi45LDEuMiw2LjhjMC4yLTAuMSwwLjcsMCwwLjksMEMyLjEsOC4xLDMuMSw4LDMuOCw4SDdjMi42LDAsMy42LDEuNSw0LDRjMSw1LjUsMiw3LjgsMi4yLDguNGMwLjEsMC4xLTAuMiwwLjItMC4zLDAuM2wtMi40LDFjLTAuMSwwLjEtMC4yLDAtMC4yLTAuMWwtMC40LTEuMmwtMS4xLTUuOWMtMC40LTItMS0yLjQtMi40LTIuNEgzYy0xLDAtMi0wLjItMi43LTAuNkwwLDExLjFMMC44LDcuM3ogTTEuNCwxNS41YzAuMi0wLjUsMS43LTEuNiwyLTEuOGMwLjIsMCwwLjUsMC4xLDAuNSwwLjNjMCwxLDAuMSwxLDAuMiwxLjhjMC4zLDEuNSwxLDMsMS41LDQuNGMwLDAsMCwwLjItMC4yLDAuMmwtMi44LDEuMWMtMC4xLDAtMC4yLDAtMC4yLTAuMWwtMC4xLTEuMUMxLjQsMTcuNSwxLjMsMTYsMS40LDE1LjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjEsNi43YzAuMi0wLjEsMC43LDAsMSwwLjJjLTAuMiwxLDAuNCwxLjEsMSwxLjRjMC4yLDAuMSwxLjQsMC40LDEuOCwxLjFjMC41LDAuOSwwLjUsMi4xLDAuMywzYy0wLjMsMS40LTEuMywzLjQtMi40LDQuNGMtMC4zLTAuMS0wLjgtMC41LTAuOS0wLjhsMC4yLTAuNGMwLjItMC4yLDAuNi0wLjgsMC45LTEuNWMwLjItMC42LDAuMy0xLjEsMC4yLTEuNGMtMC42LTAuOS0yLjgtMC44LTMuNy0yLjJsMS4xLTMuMkMxMy43LDcuMSwxMy45LDYuOCwxNC4xLDYuN3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEsNi44YzAuMi0wLjEsMC41LTAuMSwwLjksMGMtMC4xLDAuNSwwLjEsMC44LDAuMiwwLjljMC40LDAuNiwyLjIsMSwzLDEuMWMwLjEsMCwwLjIsMC40LDAuMSwwLjdjLTAuMiwwLjktMC42LDIuMS0wLjYsMy4xYzAsMS42LDAuNywzLjUsMS44LDUuNmMxLjgtMC4zLDQuMi0xLjIsNC45LTIuM2MwLDAsMC0wLjQsMC0wLjZjMC0xLTAuMi0yLTAuNS0yLjdjLTAuNC0xLTEuMS0xLjEtMS45LTEuMmgtMC4zYzAsMC4xLTAuMywxLjItMC4zLDIuMWgtMS44YzAuMy0zLDAuOS00LjYsMS42LTUuOWMzLjYsMCw0LjksMS4zLDUuMyw0LjNjMC4xLDAuOCwwLjEsMS40LDAuMSwyLjFjMCwxLjctMC42LDMuMy0xLjIsNC40Yy0wLjcsMS4yLTEuMywyLTMuMiwyLjhjLTAuNCwwLjEtMi4yLDAuNi0yLjUsMC43Yy0wLjYsMC4yLTEuMSwwLjItMS4zLDBjLTIuMi0zLjgtMi43LTYuNC0yLjgtNi43Yy0wLjEtMC44LDAtMi4xLDAuNC0zLjFjLTEuMS0wLjEtMi42LTAuNi0zLTEuMWwwLjctMy4yQzIwLjQsNy4zLDIwLjgsNi45LDIxLDYuOHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDAuNiwxMS44YzAuMywxLjIsMC44LDIuOCwxLjEsMy42YzAuMiwwLjgtMC43LDMuNi0xLDQuMmMtMC4zLDAuOC0zLDEuOS01LjQsMi40Yy0wLjEsMC0wLjYtMC4yLTAuNi0wLjNsMC42LTMuNmMxLjMtMC4zLDMuMy0wLjgsNC4yLTEuNWMwLjEtMC4xLDAuMS0wLjEsMC0wLjJjLTAuNi0xLjctMC45LTIuOS0xLjEtMy41Yy0wLjItMC42LTAuMi0wLjgtMC44LTAuOWMtMC43LTAuMS0xLjktMC4xLTIuOC0xbDEtMy43YzAtMC4yLDAuMi0wLjQsMC41LTAuNWMwLjEsMCwwLjgsMCwwLjgsMC4xYzAuMSwwLjksMC4yLDEuMSwwLjgsMS4zbDAuNywwLjJDMzkuOCw4LjUsMzkuOCw4LjksNDAuNiwxMS44eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Ny45LDEwLjRsMC4yLDEuNmMwLjQsMi42LDEuMiw0LjgsMS42LDYuMWMtMC4zLDEuMy0wLjYsMi4yLTEuMSwzLjZjLTAuMSwwLjEtMS4xLDAtMS4xLTAuMWwtMS45LTguOGMtMC4yLTAuOS0yLjQtMC42LTMuNC0xLjZsMS4xLTMuNmMwLTAuMiwwLjItMC42LDAuNS0wLjdjMC4yLDAsMC41LDAsMC44LDAuMWMwLDEuMSwwLjUsMSwxLjEsMS4yTDQ2LDguM0M0Nyw4LjUsNDcuNyw5LDQ3LjksMTAuNHogTTU1LjksMTEuNmwtMS41LTAuNGMtMC42LTAuMS0xLjYtMC4yLTEuOS0wLjZjLTAuNiwyLTAuMywyLjYsMi4yLDMuMWMwLjEsMCwwLjIsMC4yLDAuMSwwLjVsLTAuOSwyLjRjLTIuNCwwLjEtNC4yLTEuOC0zLjYtNC4zYzAuNC0xLjYsMC44LTMuMSwxLjktNS40YzAuMi0wLjUsMC41LTAuOCwxLjUtMC40Yy0wLjIsMC45LDAuMywxLDAuOSwxLjFMNTcsOC40YzEuNiwwLjUsMS44LDEuMSwyLjMsMi44bDEsMy42YzAuMSwwLjYtMC40LDIuMS0wLjUsMi41Yy0xLjIsMi42LTEuOSwzLjEtMy44LDMuN2MtMS4zLDAuNC0yLjksMC43LTQuOCwxYy0wLjIsMC0wLjgtMC4yLTAuOC0wLjRsMC45LTMuM2MyLTAuMiwzLjUtMC41LDQuOS0xYzEuMi0wLjQsMS44LTAuNywyLjEtMWwtMC44LTMuMkM1NywxMi4yLDU2LjYsMTEuOCw1NS45LDExLjZ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYxLjcsNy4zYzAuMS0wLjMsMC4yLTAuNSwwLjMtMC41YzAuMi0wLjEsMC43LDAsMC45LDBDNjMsOC4xLDY0LDgsNjQuNiw4aDMuMmMyLjYsMCwzLjYsMS41LDQsNGMxLDUuNSwyLDcuOCwyLjIsOC40YzAuMSwwLjEtMC4yLDAuMi0wLjMsMC4zbC0yLjQsMWMtMC4xLDAuMS0wLjIsMC0wLjItMC4xbC0wLjQtMS4ybC0xLjEtNS45Yy0wLjQtMi0xLTIuNC0yLjQtMi40aC0zLjRjLTEsMC0yLTAuMi0yLjctMC42bC0wLjItMC4yTDYxLjcsNy4zeiBNNjIuMywxNS41YzAuMi0wLjUsMS43LTEuNiwyLTEuOGMwLjIsMCwwLjUsMC4xLDAuNSwwLjNjMCwxLDAuMSwxLDAuMiwxLjhjMC4zLDEuNSwxLDMsMS41LDQuNGMwLDAsMCwwLjItMC4yLDAuMmwtMi44LDEuMWMtMC4xLDAtMC4yLDAtMC4yLTAuMWwtMC4xLTEuMUM2Mi4yLDE3LjUsNjIuMSwxNiw2Mi4zLDE1LjV6Ii8+PC9nPjwvc3ZnPg==');
}

.main-navigation {
	flex-grow: 2;
}

.main-navigation a {
	transition: color 250ms;
}

.menu-toggle {
	background-color: white;
	margin: 0 auto;
}

.cart-active .main-navigation a {
	color: #cccccc;
}

.minicart-area {
	padding: 0 20px;
}

.minicart-link {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	transition: color 250ms;
}

.minicart-link-icon {
	display: inline-block;
	width: 1.5em; height: 1.5em;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.minicart-link-icon.full {
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21.2 28.4" style="enable-background:new 0 0 21.2 28.4;" xml:space="preserve"><g><g><g><path d="M15.2,26.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C16.4,26.6,15.9,26.1,15.2,26.1z"/><path d="M9,26.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C10.2,26.6,9.7,26.1,9,26.1z"/><g><path d="M19.7,14.3l-3.1,6.5H7.5H7.2l-0.9-6.5H19.7 M4.7,10H0.2c0,0-0.2,0-0.2,0.5C0,11,0.2,11,0.2,11h4.5c0,0,0.1,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.7,12.5l0,0c0,0.1,0.1,0.5,0.5,0.8c0.4,0.3,0.7,0.3,0.8,0.3h9c0,0,0.3,0,0.3-0.5c0-0.6-0.3-0.6-0.3-0.6h-9c0,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1-0.2l-0.1-1.8h9.7c0.1,0,0.1,0,0.2-0.1l3.9-8.2c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1-0.2-0.1H6.2l-0.3-2.2l0,0c-0.1-0.4-0.2-0.6-0.3-0.8C5.3,10,4.9,10,4.7,10L4.7,10z"/></g></g></g><path d="M16.7,0L6.1,2.9l2.7,11.2l10.6-2.4L16.7,0z M12,7.2L11.8,12l-1.4,0.4l0.2-5.2l0.1-1.1L8.9,4.4L10.5,4l1.7,1.6L13.8,7l0-1.3l0.1-2.6l1.4-0.4L15,8l2.7,2.4l-1.6,0.4L12,7.2z"/></g></svg>');
}

.minicart-link-icon.empty {
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 -10 21.2 28.4" style="enable-background:new 0 -10 21.2 28.4;" xml:space="preserve"><g><g><path d="M15.2,16.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C16.4,16.7,15.9,16.1,15.2,16.1z"/><path d="M9,16.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C10.2,16.7,9.7,16.1,9,16.1z"/><g><path d="M19.7,4.3l-3.1,6.5H7.5H7.2L6.3,4.3H19.7 M4.7,0H0.2C0.2,0,0,0,0,0.5C0,1,0.2,1.1,0.2,1.1h4.5c0,0,0.1,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.7,12.5l0,0c0,0.1,0.1,0.5,0.5,0.8C7.4,14.9,7.7,15,7.8,15h9c0,0,0.3,0,0.3-0.5c0-0.6-0.3-0.6-0.3-0.6h-9c0,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1-0.2l-0.1-1.8h9.7c0.1,0,0.1,0,0.2-0.1l3.9-8.2c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1-0.2-0.1H6.2L5.9,1.1l0,0C5.9,0.7,5.7,0.5,5.6,0.3C5.3,0,4.9,0,4.7,0L4.7,0z"/></g></g></g></svg>');
}

.cart-active .minicart-link-icon.full {
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21.2 28.4" style="enable-background:new 0 0 21.2 28.4;" xml:space="preserve"><g fill="#eeeeee"><g><g><path d="M15.2,26.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C16.4,26.6,15.9,26.1,15.2,26.1z"/><path d="M9,26.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C10.2,26.6,9.7,26.1,9,26.1z"/><g><path d="M19.7,14.3l-3.1,6.5H7.5H7.2l-0.9-6.5H19.7 M4.7,10H0.2c0,0-0.2,0-0.2,0.5C0,11,0.2,11,0.2,11h4.5c0,0,0.1,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.7,12.5l0,0c0,0.1,0.1,0.5,0.5,0.8c0.4,0.3,0.7,0.3,0.8,0.3h9c0,0,0.3,0,0.3-0.5c0-0.6-0.3-0.6-0.3-0.6h-9c0,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1-0.2l-0.1-1.8h9.7c0.1,0,0.1,0,0.2-0.1l3.9-8.2c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1-0.2-0.1H6.2l-0.3-2.2l0,0c-0.1-0.4-0.2-0.6-0.3-0.8C5.3,10,4.9,10,4.7,10L4.7,10z"/></g></g></g><path d="M16.7,0L6.1,2.9l2.7,11.2l10.6-2.4L16.7,0z M12,7.2L11.8,12l-1.4,0.4l0.2-5.2l0.1-1.1L8.9,4.4L10.5,4l1.7,1.6L13.8,7l0-1.3l0.1-2.6l1.4-0.4L15,8l2.7,2.4l-1.6,0.4L12,7.2z"/></g></svg>');
}

.cart-active .minicart-link-icon.empty {
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 -10 21.2 28.4" style="enable-background:new 0 -10 21.2 28.4;" xml:space="preserve"><g fill="#eeeeee"><g><path d="M15.2,16.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C16.4,16.7,15.9,16.1,15.2,16.1z"/><path d="M9,16.1c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.2-0.5,1.2-1.2C10.2,16.7,9.7,16.1,9,16.1z"/><g><path d="M19.7,4.3l-3.1,6.5H7.5H7.2L6.3,4.3H19.7 M4.7,0H0.2C0.2,0,0,0,0,0.5C0,1,0.2,1.1,0.2,1.1h4.5c0,0,0.1,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.7,12.5l0,0c0,0.1,0.1,0.5,0.5,0.8C7.4,14.9,7.7,15,7.8,15h9c0,0,0.3,0,0.3-0.5c0-0.6-0.3-0.6-0.3-0.6h-9c0,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1-0.2l-0.1-1.8h9.7c0.1,0,0.1,0,0.2-0.1l3.9-8.2c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1-0.2-0.1H6.2L5.9,1.1l0,0C5.9,0.7,5.7,0.5,5.6,0.3C5.3,0,4.9,0,4.7,0L4.7,0z"/></g></g></g></svg>');
}

.minicart-link-label {
	font-size: 1px;
	width: 1px;
	overflow: hidden;
	color: transparent;
}

.minicart-link-count {
	display: inline-block;
	vertical-align: middle;
	color: #888;
}

.minicart-link-count.full:before {
	content: "(";
}

.minicart-link-count.full:after {
	content: ")";
}

.cart-active .minicart-link {
	color: #cccccc;
}

.site-content {
	padding: 3em 0 0;
}

.tax-typolog_family .site-content {
	padding: 0;
}

@media screen and (min-width: 1200px) {
	
	.posts-area {
		column-count: 3;
	}
	
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	
	.posts-area {
		column-count: 2;
	}
	
}

.posts-area article {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	background-color: white;
/* 	margin: 1em; */
/* 	padding: 1em; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	min-height: 550px;
	transition: box-shadow 250ms;
}

.posts-area article:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.family-top {
	margin-top: 3em;
}

.family-nav {
	display: none;
	position: fixed;
	width: 100%;
	background-color: #eee;
	z-index: 900;
	overflow-x: auto;
}

.family-nav .family-nav-menu {
	list-style: none;
	padding: 0.5em 0 0; 
	margin: 0.5em 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.family-nav .family-nav-menu li {
	margin: 0 1em;
	white-space: nowrap;
}

.family-nav .family-nav-menu li:first-child {
/*
	flex-grow: 3;
	text-align: left;
*/
}

.family-nav .family-nav-menu li a {
	font-size: 0.9em;
	text-decoration: none;
	color: #444;
	transition: color 250ms;
	display: inline-block;
	padding: 0.2em 0 0.3em;
}

.family-nav .family-nav-menu li a:hover {
	color: #f29e84;
}

.family-nav .family-nav-menu li .family-name {
	font-weight: bold;
}

.family-nav .family-nav-menu .buy-menu-item {
/*
	flex-grow: 2;
	text-align: left;
*/
}

.family-nav .family-nav-menu .buy-menu-item a {
	background-color: #444;
	color: #eee;
	width: 80px;
	display: inline-block;
	text-align: center;
	padding: 0.5em 0;
	margin: -0.2em 0;
	transition: color 250ms, background-color 150ms;
}

.family-nav .family-nav-menu .buy-menu-item a:hover {
	background-color: #f29e84;
	color: white;
}

.family-inuse,
.inuse-section {
	margin: 4em 0;
}

.inuse-header {
	margin: 1em auto;
}

.family-inuse-header {
	max-width: 1000px;
	margin: 1em auto;
}

.family-inuse-header:after,
.inuse-header:after {
	content: "";
	display: table;
	clear: both;
}

.family-inuse h3,
.inuse-section h3 {
	padding: 0 20px;
	font-size: 0.8em;
	float: right;
}

.inuse-all-link-container {
	float: left;
	margin: 0 20px;
}

.inuse-all-link {
	text-decoration: none;
	font-size: 0.8em;
}

.inuse-all-link:hover {
	color: #e52be8;
}

.carousel,
.family-gallery {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;

	width: 100%;
	min-height: 600px;
	height: 60vh;
}

.inuse-slideshow {
/*
	position: relative;
	top: 0; left: 0;
	overflow: hidden;
*/
	width: 100%;
/* 	height: 300px; */
/* 	max-width: 1000px; */
/* 	padding: 0 20px; */
	margin: 0 auto;
}

.carousel ul,
.family-gallery ul {
	list-style: none;
	margin: 0; padding: 0;
	/* required */
	width: 100%;
	height: 100%;
}

.inuse-slideshow ul {
	list-style: none;
	margin: 0; padding: 0 20px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.carousel ul li,
.family-gallery ul li {
/* 	float: left; */
	width: 100%;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	height: 60vh;
}

@media screen and (max-width:640px) {

	.carousel,
	.family-gallery {
		min-height: 400px;
	}
	
	
	.carousel ul li,
	.family-gallery ul li {
		min-height: 400px;
	}
	
}

.inuse-slideshow ul li {
	position: relative;
	top: 0; left: 0;
/* 	display: inline-block; */
	margin: 0 0 0 10px;
	height: 320px;
}

.inuse-slideshow ul li img {
	max-height: 250px;
}

.inuse-slideshow ul li h4 {
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0.5em 0 0;
	color: #444;
}

.inuse-slideshow ul li p.caption {
	text-align: right;
	font-size: 0.9em;
	margin: 0;
	color: #888;
}

.family-gallery ul li img {
	width: auto;
	min-height: 400px;
	height: 60vh;
	max-width: none;
}

.carousel ul li > a {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.carousel .carousel-nav a,
.family-gallery .gallery-nav a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	padding: 6px;
	display: none;
	background-color: white;
	text-decoration: none;
	width: 24px; height: 24px;
	color: black;
	border-radius: 24px;
	line-height: 8px;
	font-size: 24px;
	text-align: center;
}

.inuse-slideshow .inuse-nav a {
	position: absolute;
	top: 50%;
	margin-top: -56px;
	padding: 6px;
	display: block;
	background-color: white;
	text-decoration: none;
	width: 24px; height: 24px;
	color: black;
	border-radius: 24px;
	line-height: 8px;
	font-size: 24px;
	text-align: center;
}

.inuse-slideshow .inuse-nav a.disabled,
.carousel .carousel-nav a.disabled,
.family-gallery .gallery-nav a.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.inuse-slideshow .inuse-nav a.prev,
.carousel .carousel-nav a.prev,
.family-gallery .gallery-nav a.prev {
	left: 20px;
}

.inuse-slideshow .inuse-nav a.next,
.carousel .carousel-nav a.next,
.family-gallery .gallery-nav a.next {
	right: 20px;
}

.inuse-slideshow .inuse-nav a.prev:before,
.carousel .carousel-nav a.prev:before,
.family-gallery .gallery-nav a.prev:before {
	content: "\203A";
}

.inuse-slideshow .inuse-nav a.next:before,
.carousel .carousel-nav a.next:before,
.family-gallery .gallery-nav a.next:before {
	content: "\2039";
}

.yes-nav a.next,
.yes-nav a.prev {
	display: block;
}


.families-list,
.family-fonts-list {
	list-style: none;
	padding: 1em 0; margin: 0;
}

.families-list li,
.family-fonts-list li {
	position: relative;
}

.families-list > li:before,
.family-fonts-list > li:before {
	content: "";
	position: absolute;
	top: 1.7em; bottom: -1.7em; left: 0; right: 0;
	z-index: -100;
}

.families-list > li:hover:before,
.family-fonts-list > li:hover:before {
	background-color: #efefef;
}

.families-list > li .family-buy {
	overflow: hidden;
	margin: 0 auto;
	max-height: 0;
	transition: max-height 250ms, margin 250ms;
}

.families-list > li .family-buy.active {
	max-height: 800px;
	margin: 1em auto 3em;
}

.styles-list {
	list-style: none;
	padding: 0; margin: 0;
	display: inline-block;
	background-color: white;
	padding: 0 0 0 1em;
}

.styles-list li {
	display: inline-block;
}

.families-list li,
.family-fonts-list li {
	margin: 0 auto;	
}

.styles-list li:after {
	content: " / ";
}

.styles-list li:last-child:after {
	content: "";
}

.styles-list li a {
	text-decoration: none;
	color: #ccc;
}

.styles-list li a.active {
	color: black;
}

.info-line {
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #c0c0c0;
	font-weight: normal;
	font-size: 0.9em;
}

.info-line h3 {
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
/*
	width: 10%;
	min-width: 80px;
*/
	padding: 0 1em;
	background-color: white;
	color: #333;
}

.info-line a {
	color: inherit;
	text-decoration: none;
}

.info-line h3 a {
/* 	color: #f29e84; */
	text-decoration: underline;
}

.info-line h3 a:hover {
	text-decoration: none;
}

.info-line a.buy-link {
	display: inline-block;
	background-color: white;
	padding: 0 0 0 1em;
	color: #333;
}

.info-line:before {
	content: "";
	display: block;
	position: absolute;
	top: 1.8em;
	left: 0; right: 0;
/* 	width: 100%; */
/* 	max-width: 500px; */
	height: 1px;
	background-color: #e0e0e0;
	margin: 0;
	z-index: -1;
}

.font-az {
	text-align: center;
	font-size: 4.5em;
	margin: 0; padding: 0 20px;
	overflow: auto;
}

@media screen and ( min-width: 1200px ) {

	.font-az {
		font-size: 6.5vw;
	}
	
}

.font-az .editable {
	display: inline-block;
	text-decoration: none;
	min-height: 1em;
	min-width: 100%;
}

.test-drive .instructions {
	font-size: 0.8em;
	color: #c0c0c0;
	text-align: center;
}

.test-drive-box {
	position: relative;
	padding-top: 36px;
}

.chooser-container {
	display: flex;
}

.color-chooser li a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.color-chooser li.random-color-theme {
	display: none;
}

.color-chooser li.random-color-theme.active {
	display: inline-block;
}

.test-drive-box .test-drive-text {
	text-align: center;
	font-size: 5em;
	padding: 0; margin: 0;
}

.color-chooser,
.font-chooser {
	flex: 1;
	display: flex;
	list-style: none;
	padding: 0; margin: 1em;
}

.color-chooser {
	justify-content: flex-end;
}

.color-chooser li,
.font-chooser li {
	display: inline-block;
}

.font-chooser li h3 {
	margin: 0;
}

.color-chooser li,
.font-chooser li {
	flex-basis: 100px;
	margin: 0 0.2em;
}

.color-chooser li {
	flex-basis: 50px;
}

.color-chooser li a,
.font-chooser li a {
	border: 1px solid transparent;
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
	color: black;
	background-color: #eee;
	font-size: 0.8rem;
	font-weight: normal;
	padding: 0.2em 0;
}

.font-chooser li.active a {
	color: white;
	background-color: black;
}

.font-chooser li:hover a {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
}

.variable-control {
	display: flex;
	justify-content: center;
	align-items: baseline;
	overflow: hidden;
	max-height: 200px;
	transition: max-height 500ms;
}

.variable-control.hidden {
	max-height: 0;
}

.variable-slider {
	margin: 1em;
}

.variable-slider label {
	margin: 0 0 0 0.5em;
}

.variable-slider input {
/* 	vertical-align: -7px; */
}

.family-about {
	margin: 0 auto;
/* 	max-width: 800px; */
/* 	padding: 0 20px; */
	border-bottom: 1px solid #eee;
}

.single .post .entry-image {
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 0 1em;
}

.single .post .entry-title,
.single .post .entry-meta {
	text-align: center;
	margin: 0;
}

.family-summary {
	display: flex;
	max-width: 760px;
	margin: 3rem auto;
}

.family-summary > div {
	flex: 1 1;
	padding: 0 10px;
}

.family-summary .title-column {
	flex: 1.3 1;
}

.family-summary > div p {
	white-space: pre-line;
}

.family-summary h1 {
	margin: 0;
	font-weight: normal;
}

.family-summary a {
	display: inline-block;
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 0.2rem 0.4rem;
	transition: background-color 150ms;
}

.family-summary .family-pdf a {
	background-color: white;
	color: black;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.family-summary a:hover {
	background-color: #f29e84;
}


@media screen and ( max-width: 640px ) {

	.family-summary {
		flex-wrap: wrap;
	}
	
	.family-summary .title-column {
		flex-basis: 100%;
	}
	
}



.fontia-families-container {
	background-color: black;
	color: #888;
	font-size: 1.5em;
	text-align: center;
	padding: .5em 0;
}

.site-header-wrapper .fontia-families-container {
	position: absolute;
	top: -10em;
	width: 100%;
	z-index: 500;
	overflow-x: auto;
	text-align: center;
/* 	padding-right: 105px; */
	transition: top 250ms;
}

.site-header-wrapper .fontia-families-container.active {
	top: 2.6em;
}

@media screen and (max-width: 610px) {
	.site-header-wrapper .fontia-families-container.active {
		top: -10em;
	}
}


.fontia-families-list-row-label {
	display: inline;
}

.site-header-wrapper .fontia-families-list-row-label {
	display: none;
}

.fontia-families-list-row-label:after {
	content: ":";
}

.fontia-families-list-row {
	display: inline;
	list-style: none;
	padding: 0;
}

.site-header-wrapper .fontia-families-list-row {
	white-space: nowrap;
	padding-right: 0.5em;	
}

.fontia-families-list-row li {
	display: inline;
}

.fontia-families-list-row li a {
	text-decoration: none;
	color: #eee;
}

.fontia-families-list-row li a:hover {
	color: #f29e84;
}

.fontia-families-list-row li:after {
	content: ",";
}

.fontia-families-list-row li:last-child::after {
	content: "";
}

.single .post .entry-content h1,
.single .post .entry-content h2,
.single .post .entry-content h3,
.single .post .entry-content h4,
.single .post .entry-content h5,
.single .post .entry-content h6,
.single .post .entry-content p,
.family-about .description p {
	max-width: 800px;
	margin: 1em auto;
	padding: 0 20px;
}

.single .post .entry-content center,
.family-about .description .center {
	text-align: center;
	clear: both;
}

.single .post .entry-content .image,
.family-about .image {
	width: 100%;
	max-width: 800px;
	margin: 1em auto;
	clear: both;
}

.single .post .entry-content .image p,
.family-about .image p {
	max-width: none;
	margin: 0; padding: 0;
}

.single .post .entry-content .image img,
.family-about .image img {
	width: 100%;
	display: block;
}

.single .post .entry-content .image-full,
.family-about .image-full {
	max-width: none;
}

.single .post .entry-content .image-wide,
.family-about .image-wide {
	max-width: 1200px;
}

.single .post .entry-content .image-left,
.family-about .image-left {
	max-width: 350px;
	float: left;
}

.single .post .entry-content .image-right,
.family-about .image-right {
	max-width: 350px;
	float: right;
}

.family-about .family-pdf {
	float: left;
	font-size: 1rem;
	font-family: "Assistant", sans-serif;
	margin: 1em 0;
}

.family-about .family-pdf a {
	text-decoration: none;
	background-color: #eee;
	padding: 0.3em 0.5em;
	border-radius: 0.5em;
}

.family-about .family-pdf a:after {
	content: " \21E9 ";
	font-size: 0.8em;
}

.family-about .family-pdf a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.family-features {
	max-width: 800px;
	margin: 0 auto 3em;
	padding: 0 20px;
}

.family-features h3 {
	font-size: 0.8em;
}

.family-features table td {
	padding: 0.5em 0;
	border-bottom: 1px solid #eee;
}

.family-features .feature-display {
	font-size: 24px;
}

.family-features .feature-description {
	color: #c0c0c0;
}

.family-specimen {
	border-bottom: 1px solid #eee;
	padding-bottom: 3rem;
}

.family-specimen:after {
	content: "";
	display: table;
	clear: both;
}

.specimen-container {
/* 	max-width: 1000px; */
	margin: 0 auto;	
}

.family-waterfall {
	margin: 0 0 3em;
}

.waterfall {
	list-style: none;
	padding: 0 4vw; margin: 0;
}

.waterfall li {
	width: 100%;
	overflow: hidden;
}

.size-label {
	display: block;
	font-family: "Assistant", sans-serif;
	font-size: 12px;
}

.waterfall li .waterfall-line {
	display: block;
	white-space: nowrap;
	line-height: 1.1;
}

.paragraphs {
	list-style: none;
	padding: 0; margin: 0;
}

.paragraphs li {
	width: 50%;
	float: right;
/* 	max-height: 350px; */
/* 	overflow: hidden; */
	margin: 20px 0;
}

@media ( max-width: 800px ) {
	.paragraphs li {
		width: 100%;
	}
}

.paragraphs li .size-label,
.paragraphs li p {
	padding: 0 4vw;
	margin: 0;
}

.family-buy {
	background-color: #eee;
/* 	border-bottom: 1px solid #eee; */
}

.family-buy-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 20px;
}

.family-buy h3 {
	font-size: 0.8em;
}

.family-order-form {
	background-color: white;
	box-shadow: 0 0 10px #c0c0c0;
	padding: 20px;
}

.order-form-family-list {
	list-style: none;
	padding: 0; margin: 0;
}

.order-form-family-list li {
	display: flex;
	border-bottom: 1px solid #333;
	padding: 0.5em 0;
}

.order-form-family-list li.header-item {
	font-size: 0.8em;
	font-weight: bold;
}

.order-form-family-list li.footer-item {
	border-bottom: none;
}

.order-form-family-list li.header-item span, 
.order-form-family-list li .family-font-title,
.order-form-family-list li .family-font-price {
	margin: 0.2em;
	padding: 0.3em 0;
	min-width: 25%;
}

.order-form-family-list li .family-font-licenses {
	flex-grow: 2;
}

.order-form-family-list li .family-font-license input[type=checkbox] {
	display: none;
}

.order-form-family-list li .family-font-license label {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #444;
	padding: 0 0.3em;
	margin: 0.3em 0 0.3em 0.6em;
	white-space: nowrap;
}

.order-form-family-list li .family-font-license input[type=checkbox]:checked + label {
	color: white;
	background-color: black;
	border: 1px solid black;
}

.order-form-family-list li .family-font-license label:hover {
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
}

.order-form-family-list li .family-font-license input[type=checkbox]:disabled + label {
	color: #ccc;
	background-color: #eee;
	border: 1px solid #eee;
	pointer-events: none;
}

.order-form-family-list li .family-font-price {
	text-align: left;
}


.family-order-form:after {
	content: "";
	display: table;
	clear: both;
}

.family-order-form .family-order-total {
/* 	float: right; */
/* 	margin: 1em 0; */
	font-weight: bold;
	line-height: 3em;
}

.family-order-form .family-pay-button {
/* 	float: left; */
/* 	margin: 0.5em 0; */
	padding: 0.6em 0.8em;
	font-size: 1em;
	line-height: 1;
	background-color: black;
	color: white;
	opacity: 0.5;
	transition: opacity 250ms;
	border: none;
	pointer-events: none;
	transition: 250ms background-color;
}

.family-order-form .family-pay-button.enabled {
	opacity: 1;
	pointer-events: all;
}

.family-order-form .family-pay-button:hover {
	background-color: #f29e84;
}

.licenses-explanation {
	margin: 1em 0;
	font-size: 0.8rem;
}

.licenses-explanation-list {
	list-style: none;
	padding: 0; margin: 0;
}

.license-explanation-item .license-name {
	font-weight: bold;
}

.license-explanation-item .license-name:after {
	content: ": ";
}

.license-explanation-item p {
	display: inline;
}

.inuse-gallery {
	padding: 6em 20px 6em;
}

.inuse-toolbar {
	text-align: center;
	color: #ccc;
}

.inuse-toolbar h1 {
	display: inline;
	font-size: 1rem;
}

.inuse-toolbar label {
	margin: 0 1em 0 0;
}

.inuse-toolbar select {
	background-color: transparent;
	border: none;
	text-decoration: underline;
}

.inuse-images-list {
	list-style: none;
	margin: 0;
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
*/
	padding: 3em 0;
}

.inuse-images-list:after {
	content: "";
	display: table;
	clear: both;
}

.inuse-image-item {
	float: right;
	margin: 10px 10px 0 0;
	height: 300px;
}

.inuse-image-item.hide {
	display: none;
}

.inuse-image-item h4,
.inuse-image-item p {
	margin: 0;
}

.inuse-section .image-link img,
.inuse-image-item .image-link img {
	transition: box-shadow 250ms;
}

.inuse-section .image-link:hover img,
.inuse-image-item .image-link:hover img {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5 );
}

.site-footer {
	padding: 0 20px;
}

#footer-menu {
	list-style: none;
	padding: 0; margin: 0 auto 2em;
	border-top: 1px solid #eee;
	text-align: center;
}

#footer-menu:after {
	content: "";
	display: table;
	clear: both;
}

#footer-menu li {
	display: inline-block;
/* 	float: right; */
	margin: 1em 0 0 1em;
}

#footer-menu li.logo {
/* 	width: 25%; */
	float: right;
}

#footer-menu li a {
	text-decoration: none;
}

#footer-menu li.social {
	float: left;
}

.widget_hafontia_cart {
	position: fixed;
	left: -1600px;
	top: 0; z-index: 1100;
	padding: 0 20px 8em;
	background-color: white;
	min-width: 50%;
	max-width: 800px;
	height: 100vh;
	overflow: auto;
	transition: left 500ms;
}

@media screen and (max-width: 640px) {
	
	.widget_hafontia_cart {
		width: 100%;
	}
	
}

a.cart-close-link {
	position: absolute;
	top: 0.5em; left: 1em;
	font-size: 48px;
	text-decoration: none;
	color: #ccc;
}

.cart-close-link:hover {
	color: #444;
}

.cart-active .widget_hafontia_cart {
	left: 0;
}

.cart-title {
	font-weight: normal;
	font-size: 48px;
	line-height: 1;
}

.cart-list, .cart-list ul {
	list-style: none;
	margin: 0; padding: 0;
}

.cart-overlay {
	z-index: 900;
	background-color: rgba( 0, 0, 0, 0.3 );
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity 250ms;
}

.cart-active .cart-overlay {
	opacity: 1;
	pointer-events: all;
}

.cart-header-column {
	color: #c0c0c0;
}

.minicart ul {
	margin: 0; padding: 0;
}

.minicart ul a.remove_from_cart_button {
	text-decoration: none;
}

.mini_cart_item,
.cart-header,
.cart-list-row {
	display: grid;
	grid-template-columns: 2em 4fr 2fr;
	margin: 0;
	padding: 0.5em 0 0.5em;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
}

.mini_cart_item:first-child {
	border-top: 1px solid #333;
}

.mini_cart_item .quantity {
	text-align: left;
}

.mini-cart-footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

ul.woocommerce-mini-cart {
	margin: 0 0 1em;
}

.mini-cart-footer p {
	margin: 0;
}

.mini-cart-footer .buttons {
	text-align: left;
}

a.button {
	display: inline-block;
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 0.2em 1em;
	transition: 250ms background-color;
}

a.button:hover {
	background-color: #f29e84;
}

.cart-item-variations {
	display: flex;
	justify-content: flex-start;
}

.cart-list input[type=checkbox] {
	display: none;
}

.cart-item-variation-label .cart-item-label-text {
	margin: 0 0.2em;
	border: 1px solid #c0c0c0;
	padding: 0.2em 0.4em;
	cursor: pointer;
}

.cart-item-variation-label:hover .cart-item-label-text,
.cart-list .cart-item-variation-label input[type=checkbox]:checked + span {
	background-color: black;
	color: white;
}

.cart-list .cart-item-variation-label input[type=checkbox]:disabled + span {
	background-color: #eee;
	color: #ccc;
	cursor: default;
}

.cart-list .font-item {
	border-bottom: 1px solid #ccc;
}

.cart-list .font-item .cart-item-product-label {
	padding-right: 20px;
}

.cart-list .cart-list-family {
	background-color: #eee;
	max-height: 0;
	overflow: hidden;
	transition: max-height 500ms;
}

.cart-list .family-item.expanded .cart-list-family {
	max-height: 999px;
}

.cart-list .family-item > .cart-list-row .cart-item-product-label {
	cursor: pointer;
}

.cart-list .family-item > .cart-list-row .cart-item-product-label:before {
	content: "\25C2";
	display: inline-block;
	font-size: 1.2em;
	width: 20px; height: 20px;
/* 	transition: transform 250ms; */
	text-align: center;
	vertical-align: baseline;
	transform-origin: 55% 75%;
	transform: translate(0);
}

.cart-list .family-item.expanded > .cart-list-row .cart-item-product-label:before {
	transform: translate(0) rotate( 270deg );
}

.page-template-contact .entry-title {
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 0 20px;
}

.page-template-about .entry-content,
.about-section {
	max-width: 1000px;
	margin: 50px auto;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.page-template-contact .entry-content {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.about-faq .faq {
	list-style: none;
	padding: 0; margin: 0;
}

.faq-item {
	margin: 1em 0;
}

.faq-item .answer,
.faq-item .question {
	margin: 0; padding: 0;
}

.about-designers {
	max-width: none;
	padding: 0;
}

.about-designers h3 {
	max-width: 1000px;
	margin: 50px auto;
	padding: 0 20px;
}

.about-designers .designers {
	list-style: none;
	padding: 0; margin: 0;
}

.about-designers .designer-item {
	background-color: #333;
	color: white;
	margin: 5px 0;
}

.about-designers .designer-item:after {
	content: "";
	display: table;
	clear: both;
}

.about-designers .designer-inner-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
}

.about-designers .designer-image {
	float: right;
	width: 250px;
	max-height: 250px;
	margin-left: 50px;
	border-radius: 250px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	
	.about-designers .designer-image {
		
		float: none;
		margin: 20px auto;
		
	}
	
}

.about-designers .designer-image img {
	display: block;
	width: 100%;
}

.about-designers .designer-name {
	clear: none;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
}

.about-designers .designer-summary {
	margin: 0;
	font-size: 0.9em;
}

.about-designers .designer-summary,
.about-designers .designer-bio {
	max-width: 800px;
}

.page-template-about .content-area h2 {
	font-size: 72px;
	line-height: 1;
	font-weight: 300;
	max-width: 800px;
	margin: 0;
}

.about-contact {
	border: none;
}

.contact-form .contact-details {
	display: flex;
}

.contact-form .contact-details-input {
	flex: 1;
	margin-left: 10px;
}

.contact-form .contact-details-input:last-child {
	margin-left: 0;
}

.contact-form .contact-content {
	margin: 10px 0;
}

.contact-form .contact-details-input input,
.contact-form textarea {
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 0.5em 1em;
}

.contact-form textarea {
	height: 150px;
}

.contact-send {
	margin: 10px 0;
}

.contact-send:after {
	content: "";
	display: table;
	clear: both;
}

.contact-send #contact_submit {
	float: left;
	background-color: black;
	color: white;
	border-radius: 0;
	font-size: 18px;
	line-height: 1;
	border: none;
	padding: 0.5em 1.5em;
}

.contact-send .contact-alternative {
	font-size: 0.9em;
	color: #999;
	padding: 0.5em 0;
	float: right;
}

.contact-send .contact-alternative a {
	text-decoration: none;
}

.contact-thanks {
	display: none;
}

.contact-form.sent > * {
	display: none;
}

.contact-form.sent .contact-thanks {
	display: block;
}

.contact-form.sending #contact_submit {
	display: none;
}

.contact-form.sending .contact-send:before {
	content: "אנא המתן...";
	float: left;
	padding: 0.5em 0;
}

.contact-form .contact-error {
	color: red;
}

.home .site-content {
/* 	padding-top: 3em; */
}

.fonts-menu-title {
/* 	max-width: 1000px; */
	margin: 1em auto;
	padding: 0 20px;
	font-size: 0.9em;
}

.fonts-menu-wrapper {
	background-color: #333;
	color: white;
	display: flex;
}

.fonts-menu-intro {
	flex-basis: 300px;
	padding: 3rem 2rem;
	color: #888;
}

.fonts-menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	padding: 2em 20px;
/* 	max-width: 1000px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}

.fonts-menu-item {
/* 	flex-basis: 165px; */
/* 	flex-basis: 25%; */
	padding: 1rem 20px;
	text-align: right;
}

@media screen and (max-width: 610px) {
	
	.fonts-menu-wrapper {	
		flex-wrap: wrap;
	}

	.fonts-menu-intro {
		flex-basis: 100%;
	}
	
	.fonts-menu {
		justify-content: center;
	}
	
}

/*
@media screen and (max-width: 610px) {
	
	.fonts-menu {
		justify-content: center;
	}
	
}

@media screen and (max-width: 480px) {
	
	.fonts-menu-item {
		flex-basis: 100%;
	}
	
}
*/

.fonts-menu-item a {
	color: white;
	text-decoration: none;
	display: block;
}

.fonts-menu-item .at {
	display: block;
	line-height: 2rem;
}

.fonts-menu-item .at-text {
	font-size: 2.6em;
	transition: color 300ms;
	white-space: nowrap;
}

@media screen and (max-width: 425px) {
	
	.fonts-menu-item .at-text {
/* 		font-size: 9em; */
	}
	
}


.fonts-menu-item a:hover .at-text {
	color: #f29e84;
}

.fonts-menu-item .font-title {
	display: block;
	font-size: 0.8em;
}

.blog-section {
/* 	max-width: 1000px; */
	margin: 0 auto;
	padding: 3rem 20px;
	background-color: #eee;
}

.blog-section .blog-title {
	font-size: 0.9em;
	padding: 1em 0;
	display: none;
}

.blog-section .entry-title {
	margin: 1rem 2rem 0;
	font-size: 1.8em;
	font-weight: normal;
}

.blog-section .entry-title a {
	text-decoration: none;
}

.blog-section .entry-content {
	margin: 0 2rem;
	padding-bottom: 1.5rem;
}

.blog-section .entry-footer {
	display: none;
}

.blog-section .posts-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2em;
}

.blog-section .article-wrap {
	margin: 1rem;
	padding: 0.5em 0;
	flex: 0 1 350px;
}

.entry-footer a {
	display: inline-block;
	background-color: #c0c0c0;
	color: white;
	text-decoration: none;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.5em 0.4em;
	transition: background-color 250ms;
	font-size: 0.8em;
}

.entry-footer a:hover {
	background-color: black;
}

.page-template-about .entry-header {
	display: none;
}

.woocommerce-checkout .minicart-area {
	display: none;
}

.woocommerce-checkout article {
	padding: 0 20px;
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce-checkout h3#order_review_heading {
	font-weight: normal;
	font-size: 48px;
	margin: 0 0 0.5em;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: transparent!important;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce-billing-fields label {
	display: block;
}

.woocommerce-billing-fields .form-row {
	flex: 0 0 30%;
	margin: 0;
}

input.input-text {
	border: 1px solid #444;
	border-radius: 0;
}

.checkout_coupon {
	margin: 0.5em 0;
}

.checkout_coupon p.form-row {
	display: inline;
}

.woocommerce-billing-fields .input-text {
	display: block;
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	
	.woocommerce-billing-fields__field-wrapper {
		flex-wrap: wrap;
	}
	
	.woocommerce-billing-fields .form-row {
		flex: 0 0 100%;
		margin: 0.5em 0;
	}
	
}


#order_comments {
	border: 1px solid #444;
	border-radius: 0;
}

.wc_payment_methods {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.wc_payment_method {
	margin-left: 2em;
}

.order-submit-wrapper {
	text-align: left;
}

#place_order {
	background-color: black;
	color: white;
	border-radius: 0;
	font-size: 16px;
	border: none;
	transition: background-color 250ms;
}

#place_order:hover {
	background-color: #f29e84;
}

.woocommerce-checkout-review-order th {
	text-align: right;
	font-weight: normal;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table .product-quantity {
	display: none;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
	border-bottom: 1px solid black;
	padding: 0.5em 0;
}

.woocommerce-checkout-review-order .cart_item td.product-name {
	font-size: 1.2em;
}

.woocommerce-checkout-review-order .order-total th {
	font-weight: bold;
} 

.woocommerce-checkout-review-order table {
	border-top: 1px solid black;
}

.woocommerce-error {
	background-color: #f56037!important;
	list-style: none;
	padding: 0 20px;
	margin: 0.5em 0;
	width: 100%;
}

.woocommerce-error > li {
	margin: 0.5em 0;
}

table.woocommerce-table--order-details {
    max-width: 480px;
    border: 1px solid #c0c0c0;
    background-color: white;
    box-shadow: 3px 3px 20px #c0c0c0;
}

table.woocommerce-table--order-details th {
    text-align: left;
}

table.woocommerce-table--order-details th.woocommerce-table__product-name {
    text-align: right;
}

table.woocommerce-table--order-details th.woocommerce-table__product-table {
    text-align: right;
}

table.woocommerce-table--order-details th, 
table.woocommerce-table--order-details td {
    padding: 3px 10px;
    border-bottom: 1px solid #d0d0d0;
}


input[type=range] {
  -webkit-appearance: none;
/*   width: 100%; */
/*   margin: 9.5px 0; */
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #2d3d2c;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.9px 0.9px 1.6px #000000, 0px 0px 0.9px #0d0d0d;
  border: 0px solid #000000;
  height: 23px;
  width: 9px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #384c37;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #2d3d2c;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 1.6px #000000, 0px 0px 0.9px #0d0d0d;
  border: 0px solid #000000;
  height: 23px;
  width: 9px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #222e21;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #2d3d2c;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0.9px 0.9px 1.6px #000000, 0px 0px 0.9px #0d0d0d;
  border: 0px solid #000000;
  height: 23px;
  width: 9px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  height: 4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #2d3d2c;
}
input[type=range]:focus::-ms-fill-upper {
  background: #384c37;
}

.woocommerce-message {
	display: none;
}

