/*
 * @media screen and (min-width: 30em)
 */
@media screen and (min-width: 30em) {
	.qsc20logo {
		margin-right: 2em;
	}

	/*
	 * expand logo to reveal text
	 */
	.q-header__logo .q-logo-shield {
		width: 111px;
	}

	/*
	 * footer
	 */
	.q-footer__search,
	.q-footer__social {
		justify-content: flex-start;
	}
	.q-footer__copyright {
		text-align: left;
	}
	.q-footer .q-button__start-a-discussion,
	.q-footer .q-button__start-a-discussion a,
	.q-footer .q-button__start-a-discussion a:link,
	.q-footer .q-button__start-a-discussion a:visited {
		margin-left: 0;
	}
	.q-footer__column--nav {
		column-count: 2;
		display: block;
		margin: 3rem -15px 0;
		visibility: visible;
	}
	.widget.q-footer__group {
		break-inside: avoid-column;
		margin: 0 15px;
	}
	.q-footer__column--nav .q-footer__subheading {
		margin-top: 0;
	}
	.q-footer__subheading {
		font-size: 1.125em;
		font-weight: 500;
		margin-bottom: 0.375rem;
	}
	.widget_nav_menu .menu {
		list-style: none;
		margin: 0 0 3rem;
		padding: 0;
	}
	.widget_nav_menu .menu .menu-item {
		padding: 0.375em 0;
	}
	/*
	 * footer links must be "inline" without "padding" for
	 * the animated red underline to work with multi-line text
	 */
	 .widget_nav_menu .menu .menu-item a:link,
	 .widget_nav_menu .menu .menu-item a:visited {
		color: inherit;
		display: inline;
		font-family: Gotham, sans-serif;
	}
	.q-blog__page-title {
		font-size: 38px;
	}
	.q-blog__post-title,
	.entry-content h1 {
		font-size: 38px;
	}
	.q-single-post__footer-author .q-post__entry-avatar img {
		width: 90px;
	}
	.q-single-post__footer-author {
		align-items: center;
	}
	.entry-content p,
	.entry-content ul li,
	.entry-content ol li {
		font-size: 19px;
	}
	.comment-form #wp-comment-cookies-consent {
		margin-right: 0.4em;
	    min-width: 0;
	}
	.comment-body {
		margin-left: 0;
	}

	.children .comment-author .avatar {
		left: 0;
	}
	.children .fn {
		margin-left: 4em;
	}
	.children .comment-metadata {
		margin-left: 4em;
	    margin-bottom: -0.3em;
	}
	ol.comment-list {
		padding-left: 5.3em;
	}
}


@media screen and (min-width: 60em) {
	/*
	 * adjust header
	 */
	.q-header__background,
	.q-header__background a:link,
	.q-header__background a:visited {
		color: #6A778B;
		letter-spacing: -0.2px;
		line-height: calc(26 / 15);
	}
	.q-header__nav a,
	.q-header__nav li > span,
	.q-user-menu__container a {
		font-size: calc(16 / 16 * 1rem);
		font-weight: 400;
		padding: 1em 0.375em;
	}
	.q-header__logo {
		order: 1;
	}
	.q-hamberger-menu {
		order: 2;
		width: auto;
		height: auto;
	}
	.q-user-menu {
		order: 3;
	}
	.q-header__nav {
		display: flex;
	}
	.q-header__container {
		justify-content: space-between;
		margin-left: 5%;
		margin-right: 5%;
	}
	/*
	 * Discussions drop down menu
	 */
	.q-header__nav li {
		position: relative;
	}
	.q-header__nav-sub {
		background: white;
		border: 1px solid #F5F5F5;
		box-shadow: 0 12px 24px 0 rgba(181, 181, 181, calc(1 / 3));
		display: block;
		height: auto;
		left: -2rem;
		min-width: 20rem;
		opacity: 0;
		padding: 2em;
		top: calc(1rem + 1.5rem + 1rem);
		transition-delay: 0, 0.2s;
		transition-duration: 0.2s, 0;
		transition-property: opacity, visibility;
		transition-timing-function: ease-in;
		visibility: hidden;
		width: auto;
		z-index: 1;
	}
	.q-header__nav-sub a {
		padding: 1rem 2rem;
	}
	.q-header__nav-sub span.menu-item-description {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 3px;
	}
	.q-header__nav-sub li.q-browser-by-topic span.menu-item-description {
		color: #6A778B;
		font-size: calc(12 / 16 * 1rem);
		font-weight: 400;
		opacity: calc(2 / 3);
		padding-top: 16px;
		text-transform: uppercase;
		cursor: default;
	}
	/*
	 * header dropdown menu arrow styles
	 */
	.q-header__nav-sub::before,
	.q-header__nav-sub::after {
		border-color: transparent;
		border-style: solid;
		border-width: 9px;
		border-bottom-color: white;
		bottom: 100%;
		content: "";
		display: block;
		height: 0;
		left: calc(2rem + ((81 / 15 * 1em) / 2) - 5px);
		position: absolute;
		width: 0;
	}
	.q-header__nav-sub::before {
		border-width: 10px;
		border-bottom-color: #F5F5F5;
		margin-left: -1px;
	}

	.q-header__nav-sub li:first-child {
		display: none;
		visibility: hidden;
	}
	.q-button__start-a-discussion a,
	.q-button__start-a-discussion a:link,
	.q-button__start-a-discussion a:visited {
		margin-left: 2rem;
	}
	.q-button__light-blue,
	.q-button__light-blue a,
	.q-button__light-blue a:link,
	.q-button__light-blue a:visited {
		color: white;
	}
	.field-wrapper {
		display: flex;
		justify-content: space-between;
	}
	.field-wrapper p {
		width: 49%;
	}
}
