/*
Theme Name: ROOM40
Theme URI: http://www.yannnovakdesign.com
Description: Please don't steal.
Author: Yann Novak Design
Author URI: http://www.yannnovakdesign.com
Version: 1.0
*/
/* --------------------------------------------------------------
=Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	bordecol-rlapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: inherit;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
/* --------------------------------------------------------------
= Pace
-------------------------------------------------------------- */
.pace {
	-webkit-pointer-events: none;
	        pointer-events: none;

	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	height: 2px;
	position: fixed;
		top: 0;
		right: 100%;
	width: 100%;
	z-index: 2500;
}
/* --------------------------------------------------------------
= Page Transition
-------------------------------------------------------------- */
#site-header,
main,
#site-footer {
	opacity: 0;
	transition: opacity 600ms ease;
}
main {
	transition-delay: 200ms;
}
#site-footer {
	transition-delay: 400ms;
}
.pace-done #site-header,
.pace-done main,
.pace-done #site-footer  {
	opacity: 1;
}
/* --------------------------------------------------------------
=FONT 
-------------------------------------------------------------- */
html, body, input[type="text"] {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 16px;
	font-weight: 500; /* 300 500 700 */
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* --------------------------------------------------------------
=COLOR
-------------------------------------------------------------- */
html, body {
	background: #efefef;
	color: #222;
}
body:before {
	background: #efefef;
}
.logo svg path {
	fill: #222;
}
.pace .pace-progress,
.menu--button span,
.menu--button span:before,
.menu--button span:after,
#search-form:after {
	background-color: #222;
}
.menu--button:hover span,
.menu--button:hover span:before,
.menu--button:hover span:after {
	background-color: #555;
}
.menu--active .menu--button:hover span:before,
.menu--active .menu--button:hover span:after {
	background-color: #444;
}
#menu {
	background-color: #bfbfbf;
}
.grid.news .hentry,
.grid.editions .hentry .inner-block {
	background-color: #fff;
}
#menu a,
#search-form input.search-field,
#search-form button.search-submit {
	color: #222;
}
#menu a:hover,
#search-form .search-submit:hover {
	color: #444;
}
.on-white a,
nav a:hover {
	color: #666;
}
.on-grey a {
	color: #555;
}
a:hover,
nav a {
	color: #000;
}
input::placeholder {
	color: #222;
	opacity: 1;
}
input::-webkit-input-placeholder {
	color: #222;
}
input:-ms-input-placeholder {
	color: #222;
}
input::-ms-input-placeholder {
	color: #222;
}
@media (prefers-color-scheme: dark) {
	html, body {
		background: #222;
		color: #fff;
	}
	body:before {
		background: #222;
	}
	.logo svg path {
		fill: #fff;
	}
	.pace .pace-progress,
	.menu--button span,
	.menu--button span:before,
	.menu--button span:after,
	#search-form:after {
		background-color: #fff;
	}
	.menu--button:hover span,
	.menu--button:hover span:before,
	.menu--button:hover span:after {
		background-color: #bfbfbf;
	}
	.menu--active .menu--button:hover span:before,
	.menu--active .menu--button:hover span:after {
		background-color: #bfbfbf;
	}
	#menu {
		background-color: #404040;
	}
	.grid.news .hentry,
	.grid.editions .hentry .inner-block {
		background-color: #404040;
	}
	#menu a,
	#search-form input.search-field,
	#search-form button.search-submit {
		color: #fff;
	}
	#menu a:hover,
	.on-white a,
	nav a:hover,
	.on-grey a,
	#search-form .search-submit:hover {
		color: #bfbfbf;
	}
	a:hover,
	nav a {
		color: #fff;
	}
	input::placeholder {
		color: #fff;
		opacity: 1;
	}
	input::-webkit-input-placeholder {
		color: #fff;
	}
	input:-ms-input-placeholder {
		color: #fff;
	}
	input::-ms-input-placeholder {
		color: #fff;
	}
}
/* --------------------------------------------------------------
=LAYOUT
-------------------------------------------------------------- */
main {
	padding-top: 101px;
}
.inner {
	margin: 0 auto;
	max-width: 1520px;
	padding: 0 20px;
}
.col-r, .col-1, .col-2 {
	margin-bottom: 60px;
}
.col-l, .col-3 {
	margin-bottom: 40px;
}
@media all and (min-width: 768px) {
	main {
		padding-top: 141px;
	}
	.inner {
		padding: 0 40px;
	}
	.col-l, .col-r, .col-1, .col-3 {
		float: left;
		margin-bottom: 40px;
		width: calc(50% - 20px);
	}
	.col-2 {
		margin-bottom: 60px;
	}
	.col-l,
	.col-3 {
		margin-right: 20px;
	}
	.col-r,
	.col-1 {
		margin-left: 20px;
	}
}
@media all and (min-width: 1024px) {
	main {
		padding-top: 181px;
	}
	.col-l, .col-1, .col-3 {
		margin-bottom: 60px;
	}
	.col-r {
		margin-bottom: 40px;
	}
	.col-l, .col-1 {
		width: calc(33.333332% - 26.666665px);
	}
	.col-r, .col-3 {
		width: calc(66.666665% - 13.333335px);
	}
}
@media all and (min-width: 1440px) {
	.col-l, .col-1, .col-3 {
		margin-bottom: 80px;
	}
	.col-r, .col-2 {
		margin-bottom: 60px;
	}
	.col-l, .col-r, .col-2 {
		width: calc(50% - 20px);
	}
	.col-1 {
		width: calc(25% - 30px);
	}
	.col-3 {
		width: calc(75% - 10px);
	}
}
/* --------------------------------------------------------------
=LOGOS
-------------------------------------------------------------- */
.logo {
	display: inline-block;
	height: 21px;
	margin-right: 20px;
	vertical-align: top;
	width: 21px;
}
.logo svg {
	height: 21px;
	width: 21px;
}
.logo svg#room40,
.category-a-guide-to-saints .logo svg#aguidetosaints,
.category-someone-good .logo svg#someonegood {
	display: block;
}
.logo svg#someonegood,
.logo svg#aguidetosaints,
.category-a-guide-to-saints .logo svg#room40,
.category-someone-good .logo svg#room40 {
	display: none;
}
/* --------------------------------------------------------------
=HEADER
-------------------------------------------------------------- */
#site-header {
	padding: 20px 0;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
	width: 100%;
	z-index: 2000;
}
body:before {
	content: '';
	display: block;
	height: 61px;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
	width: 100%;
	z-index: 500;
}
#site-branding,
#menu-button {
	float: left;
}
#site-branding {
	font-size: 0;
	width: calc(100% - 21px);
}
#menu-button {
	position: relative;
	width: 21px;
}
.title-container {
	display: inline-block;
	line-height: 21px;
	height: 21px;
	overflow: hidden;
	vertical-align: top;
}
.menu-title {
	margin-top: -21px;
}
.menu--active .menu-title {
	margin-top: 3px;
}
.mac .menu-title {
	margin-top: -23px;
}
.mac .menu--active .menu-title {
	margin-top: 0px;
}
.menu-title,
.site-title,
.page-title,
.entry-title {
	display: block;
	font-size: 26px;
	line-height: 23px;
	height: 23px;
	text-transform: uppercase;
	transition: all 300ms ease;
}
@media all and (min-width: 768px) {
	#site-header {
		padding: 40px 0;
	}
	body:before {
		height: 101px;
	}
}
@media all and (min-width: 1024px) {
	#site-header {
		padding: 80px 0;
		transition: padding 150ms ease;
	}
	.scrolled #site-header {
		padding: 40px 0;
		transition: padding 300ms ease;
	}
	body:before {
		height: 181px;
		transition: height 150ms ease;
	}
	body.scrolled:before {
		height: 101px;
		transition: padding 300ms ease;
	}
}
/* --------------------------------------------------------------
= MENU BUTTON
-------------------------------------------------------------- */
.menu--button {
    display: block;
    height: 21px;
    position: absolute;
        top: 0;
        right: 0;
    text-align: right;
    width: 21px;
}
.menu--button span,
.menu--button span:before,
.menu--button span:after {
    display: block;
    height: 3px;
	width: 21px;
	transition: all 300ms ease;
}
.menu--button span {
    position: relative;
}
.menu--button span:before,
.menu--button span:after {
    position: absolute;
        right: 0;
}
.menu--button span {
    display: inline-block;
    top: -2px;
}
.menu--button span:before,
.menu--button span:after {
    content: '';
}
.menu--button span:before {
    top: -8px;
}
.menu--button span:after {
    top: 8px;
}
.menu--active .menu--button span,
.menu--active .menu--button span:hover {
    background-color: transparent;
}
.menu--active .menu--button span:before,
.menu--active .menu--button span:after {
    top: 0px;
}
.menu--active .menu--button span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.menu--active .menu--button span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.no-touch .menu--active .menu--button:hover span:before,
.no-touch .menu--active .menu--button:hover span:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
body.menu--active {
	overflow: hidden;
}
/* --------------------------------------------------------------
= Menu
-------------------------------------------------------------- */
#menu {
	display: none;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	z-index: 1500;
}
#menu .inner.margin {
	padding-top: 101px;
	height: calc(100% - 55px);
}
#menu a {
	display: inline-block;
	text-decoration: none;
}
#menu--main,
#menu--follow {
	margin-bottom: 20px;
}
#menu--main li {
	font-size: 1.75em;
	line-height: 1.25em;
}
#menu--follow {
	font-size: 0;
}
#menu--follow li {
	font-size: 14px;
	line-height: 1.25em;
}
.menu--active #menu--main li,
.menu--active #menu--follow li,
#search-form input.search-field,
#search-form button.search-submit {
	opacity: 0;
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.menu--active #search-form {
	-webkit-animation-name: InDown;
	        animation-name: InDown;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.menu--active #menu--main li:first-child {
	-webkit-animation-delay: 100ms;
	        animation-delay: 100ms;
}
.menu--active #menu--main li:nth-child(2) {
	-webkit-animation-delay: 200ms;
	        animation-delay: 200ms;
}
.menu--active #menu--main li:nth-child(3) {
	-webkit-animation-delay: 300ms;
	        animation-delay: 300ms;
}
.menu--active #menu--follow li:first-child {
	-webkit-animation-delay: 400ms;
	        animation-delay: 400ms;
}
.menu--active #menu--follow li:nth-child(2) {
	-webkit-animation-delay: 450ms;
	        animation-delay: 450ms;
}
.menu--active #menu--follow li:nth-child(3) {
	-webkit-animation-delay: 500ms;
	        animation-delay: 500ms;
}
.menu--active #menu--follow li:nth-child(4) {
	-webkit-animation-delay: 550ms;
	        animation-delay: 550ms;
}
.menu--active #menu--follow li:nth-child(5) {
	-webkit-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.menu--active #search-form input.search-field {
	-webkit-animation-delay: 650ms;
	        animation-delay: 650ms;
}
.menu--active #search-form button.search-submit {
	-webkit-animation-delay: 750ms;
	        animation-delay: 750ms;
}
#menu-footer {
	font-size: 14px;
	line-height: 15px;
	height: 15px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	transition: opacity 1ms ease;
}
.menu--active #menu-footer {
	opacity: 1;
	transition: opacity 1s ease 700ms;
}
@-webkit-keyframes fadeInDown {
	from {
    	opacity: 0;
    	transform: translate3d(0, -20%, 0);
	}
	to {
  		opacity: 1;
  		transform: none;
	}
}
@keyframes fadeInDown {
	from {
    	opacity: 0;
    	transform: translate3d(0, -20%, 0);
	}
	to {
  		opacity: 1;
  		transform: none;
	}
}
@-webkit-keyframes InDown {
	from {
    	transform: translate3d(0, -20%, 0);
	}
	to {
  		transform: none;
	}
}
@keyframes InDown {
	from {
    	transform: translate3d(0, -20%, 0);
	}
	to {
  		transform: none;
	}
}
@media all and (min-width: 768px) {
	#menu .inner.margin {
		padding-top: 141px;
	}
	#menu--main,
	#menu--follow {
		margin-bottom: 40px;
	}
	#menu--follow li {
		display: inline-block;
	}
	#menu--follow li:after {
		content: '▪';
		display: inline-block;
		padding: 0 5px;
	}
	#menu--follow li:last-child:after {
		content: '';
		display: inline-block;
		padding: 0;
	}
}
@media all and (min-width: 1024px) {
	#menu .inner.margin {
		padding-top: 181px;
	}
	.scrolled #menu .inner {
		padding-top: 141px;
	}
	#menu--main,
	#menu--follow {
		margin-bottom: 80px;
	}
}
/* --------------------------------------------------------------
=FILTER
-------------------------------------------------------------- */
.filters {
	margin-bottom: 2em;
	text-transform: uppercase;
}
.filters li {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.25em;
}
.filters li:after {
	content: '▪';
	display: inline-block;
	padding: 0 3px;
}
.filters li:first-child:after,
.filters li:last-child:after {
	display: none;
}
.filters li strong {
	font-weight: 700;
	padding: 0 3px 0 0;
}
/* --------------------------------------------------------------
=GRID
-------------------------------------------------------------- */
.grid {
	font-size: 0;
	line-height: 0;
	margin-bottom: 40px;
	padding: 0;
	position: relative;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.grid:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.grid .hentry {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: top;
}
.grid .hentry,
.grid .gap,
.home .grid.events .hentry,
.home .grid.news .hentry {
	display: inline-block;
	width: 100%;
}
@media all and (min-width: 768px) {
	.grid {
		margin-bottom: 20px;
	}
	.grid .hentry {
		margin: 0 0 40px;
	}
	.grid .hentry,
	.grid .gap {
		width: calc(50% - 20px);
	}
}
@media all and (min-width: 1024px) {
	.grid {
		margin-bottom: 40px;
	}
	.grid .hentry,
	.grid .gap {
		width: calc(33.3333332% - 26.666665px);
	}
	.home .grid.news .hentry {
		width: calc(50% - 20px);
	}
}
@media all and (min-width: 1440px) {
	.grid .hentry,
	.grid .gap {
		width: calc(25% - 30px);
	}
	.home .grid.news .hentry {
		width: calc(33.3333332% - 26.666665px);
	}
}
/* --------------------------------------------------------------
=BLOCK
-------------------------------------------------------------- */
.grid.news .hentry .news-container {
	height: 0;
	padding: 0 0 141.428571% 0;
	position: relative;
}
.grid.events .hentry img,
.grid.editions .hentry img {
	clear: both;
	display: block;
	height: auto;
	width: 100%;
}
.grid.editions .hentry .inner-block {
	height: 0;
	padding: 15px 20px 50% 20px;
	position: relative;
}
.grid.news .hentry .wp-block-embed {
	margin-bottom: 0;
}
.grid.news .hentry .inner-block {
	padding: 15px 20px 0 20px;
	position: relative;
}
.grid.editions.related .hentry:nth-child(3),
.grid.editions.related .hentry:nth-child(4),
.home .grid.news .hentry:nth-child(2),
.home .grid.news .hentry:nth-child(3),
.home .grid.editions .hentry:nth-child(5),
.home .grid.editions .hentry:nth-child(6),
.home .grid.editions .hentry:nth-child(7),
.home .grid.editions .hentry:nth-child(8),
.single .grid.editions .hentry:nth-child(3),
.single .grid.editions .hentry:nth-child(4) {
	display: none;
}
.grid.news .hentry .read-more,
.grid.editions .hentry .purchase-links {
	line-height: 1em;
	position: absolute;
		bottom: 17px;
		left: 20px;
	white-space: nowrap;
}
@media all and (min-width: 768px) {
	.no-touch .grid.news .hentry .news-container {
		padding: 0 0 141.428571% 0;
	}
	.no-touch .grid.editions .hentry .inner-block {
		padding: 15px 20px 50% 20px;
	}
	.no-touch .grid.editions .hentry .inner-block {
		height: auto;
		opacity: 0;
		padding: 15px 20px 20px;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		transition: opacity 500ms ease;
		
	}
	.no-touch .grid.editions .hentry:hover .inner-block {
		opacity: 1;
	}
}
@media all and (min-width: 1024px) {
	.grid.editions.related .hentry:nth-child(3),
	.home .grid.news .hentry:nth-child(2),
	.home .grid.editions .hentry:nth-child(5),
	.home .grid.editions .hentry:nth-child(6),
	.single .grid.editions .hentry:nth-child(3) {
		display: inline-block;
	}
}
@media all and (min-width: 1440px) {
	.grid.editions.related .hentry:nth-child(4),
	.home .grid.news .hentry:nth-child(3),
	.home .grid.editions .hentry:nth-child(7),
	.home .grid.editions .hentry:nth-child(8),
	.single .grid.editions .hentry:nth-child(4) {
		display: inline-block;
	}
}
/* --------------------------------------------------------------
=COMMON
-------------------------------------------------------------- */
a {
	transition: color 300ms ease;
}
.edition-artist,
.edition-title,
.article-title,
.catalog-no {
	font-size: 1.125em;
}
.read-more,
.menu-title,
.section-title,
.edition-artist,
.edition-title,
.article-title,
.catalog-no,
.purchase-links,
nav {
	text-transform: uppercase;
}
.section-title {
	font-size: 1.375em;
	margin-bottom: 60px;
}
.release-date,
.edition-format {
	font-size: 14px;
}
.article-title {
	margin-bottom: 1em;
}
.filters a,
.content a,
.read-more a,
.inner-block a,
nav a {
	text-decoration: none;
}
.edition-title {
	font-weight: 700;
}
.read-more,
.purchase-links {
	font-size: 14px;
	line-height: 1.5em;
}
.purchase-links span {
	display: inline-block;
	padding: 0 5px;
}
.purchase-links strong {
	display: inline-block;
	font-weight: 700;
	padding: 0 5px 0 0;
}
@media all and (min-width: 1024px) {
	.section-title {
		margin-bottom: 80px;
	}
}
/* --------------------------------------------------------------
=CONTENT
-------------------------------------------------------------- */
.content {
	font-size: 0.938em;
	line-height: 1.5em;
}
.content p,
.content .edition-header,
.content .purchase-links,
.content .wp-block-embed {
	margin-bottom: 1.5em;
}
/* --------------------------------------------------------------
=MEDIA
-------------------------------------------------------------- */
figure img,
.content img {
	display: block;
	height: auto;
	width: 100%;
}
.wp-block-embed__wrapper {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-bottom: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-bottom: 75%;
}
.wp-block-embed__wrapper iframe {
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}
/* --------------------------------------------------------------
=NAV
-------------------------------------------------------------- */
nav {
	font-size: 1.375em;
	margin-bottom: 60px;
}
.nav--prev,
.nav--next {
	float: left;
	height: 21px;
	width: 50%;
}
.nav--next {
	text-align: right;
}
@media all and (min-width: 1024px) {
	nav {
		margin-bottom: 80px;
	}
}
/* --------------------------------------------------------------
=FOOTER
-------------------------------------------------------------- */
#site-footer {
	padding-bottom: 19px;
}
#site-footer a {
	text-decoration: none;
}
#site-footer ul {
	font-size: 0.938em;
	line-height: 1.5em;
	list-style: none;
}
.footer-column {
	margin-bottom: 1.5em;
}
.footer-title {
	font-weight: 700;
	text-transform: uppercase;
}
@media all and (min-width: 414px) {
	.footer-column {
		float: left;
		width: calc(50% - 10px);
	}
	.footer-column:first-child,
	.footer-column:nth-child(3) {
		clear: left;
		margin-right: 10px;
	}
	.footer-column:nth-child(2),
	.footer-column:nth-child(4) {
		clear: right;
		margin-left: 10px;
	}
}
@media all and (min-width: 768px) {
	#site-footer {
		padding-bottom: 39px;
	}
	.footer-column {
		width: calc(50% - 20px);
	}
	.footer-column:first-child,
	.footer-column:nth-child(3) {
		margin-right: 20px;
	}
	.footer-column:nth-child(2),
	.footer-column:nth-child(4) {
		margin-left: 20px;
	}
	
}
@media all and (min-width: 1024px) {
	.footer-column {
		width: calc(33.3333332% - 26.666665px);
	}
	.footer-column:first-child,
	.footer-column:nth-child(2) {
		clear: none;
		margin-left: 0;
		margin-right: 40px;
	}
	.footer-column:nth-child(3),
	.footer-column:nth-child(4) {
		clear: none;
		margin-left: 0;
		margin-right: 0;
	}
}
@media all and (min-width: 1440px) {
	#site-footer {
		padding-bottom: 59px;
	}
	.footer-column {
		width: calc(25% - 30px);
	}
	.footer-column:nth-child(3) {
		margin-right: 40px;
	}
	.footer-column:nth-child(4) {
		clear: none;
		padding: 0;
	}
}
/* --------------------------------------------------------------
=IE-9
-------------------------------------------------------------- */
.ie-only {
	display: none;
}
/* --------------------------------------------------------------
=SEARCH
-------------------------------------------------------------- */
#search-form {
	display: inline-block;
}
#search-form input.search-field,
#search-form button.search-submit {
	background-color: transparent !important;
	border: none;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
}
#search-form .search-field {
	clear: left;
	float: left;
	width: calc(100% - 20px);
}
#search-form .search-field:focus {
	outline: none;
}
#search-form .search-submit {
	padding: 0;
	width: 20px;
	transition: color 300ms ease;
}
#search-form:after {
	content: '';
	display: block;
	height: 3px;
	width: 0;
	transition: width 500ms ease 600ms;
}
.menu--active #search-form:after {
	width: 100%;
}
@media all and (min-width: 768px) {
	#search-form {
		width: calc(66.6666665% - 13px);
	}
}
@media all and (min-width: 1024px) {
	#search-form {
		width: calc(33.3333332% - 13px);
	}
}