/**
 * Theme Name: Icelander Child
 * Template: icelander
 * Version: 1.0.0
 * Description: This is a child theme of Icelander
 */

/* Put your custom CSS styles below... */

/* meta content (date/author/etc) in news archive pages appears above text snippet instead of to the side */
.posts-layout-list .type-post .entry-meta,
.posts-layout-list .type-post .entry-content {
	float: none;
	width: auto;
}

.posts-layout-list .type-post .entry-meta {
	margin-bottom: 1em;
}

/* Mobile menu */
/* Original source is main/custom-styles/__menu.scss */
@media only screen and (min-width: 55em) { .main-navigation-container li ul { background-color: #fffefe; color: #545353; background-color: var(--color_header_background); color: var(--color_header_text); } }
@media only screen and (max-width: 54.9375em) { .main-navigation-container { background-color: #fffefe; color: #545353; border-color: rgba(84, 83, 83, 0.2); border-color: var(--color_header_text--a20); } }
@media only screen and (max-width: 54.9375em) { .menu-toggle { background-color: #dc1e35; color: #fff; background-color: var(--color_accent); color: var(--color_accent_text); } }
@media only screen and (max-width: 54.9375em) { .main-navigation-container [aria-expanded="true"] { background-color: #fffefe; color: #545353; background-color: var(--color_header_background); color: var(--color_header_text); } }

/* Search button */
/* Original source is assets/css/main.css */
.site form[role="search"]::before, .site .search-form::before { content: '\f400'; position: absolute; width: 2.6244rem; height: 100%; right: 0; top: -.05em; margin: -2px 0; text-align: center; font-size: 1.62rem; z-index: 3; background-color: transparent !important; }