.static-archive-notice {
	background: #f3f3f3;
	border-left: 4px solid #777;
	margin: 0 0 1.75em;
	padding: 0.75em 1em;
}

@media screen and (max-width: 720px) {
	body {
		min-width: 0;
	}

	#wrapper {
		box-sizing: border-box;
		margin-top: 10px;
		padding: 0 10px;
		width: calc(100% - 20px);
	}

	#branding,
	#main,
	#colophon,
	#access,
	#access .menu-header,
	#access div.menu {
		box-sizing: border-box;
		width: 100%;
	}

	#header {
		padding-top: 20px;
	}

	#site-title,
	#site-description {
		clear: both;
		float: none;
		margin: 0 0 12px;
		width: auto;
	}

	#site-description {
		text-align: left;
	}

	#branding img {
		float: none;
		height: auto;
		max-width: 100%;
		width: 100%;
	}

	#access {
		overflow-x: auto;
	}

	#access .menu-header,
	#access div.menu {
		margin-left: 0;
	}

	#access ul {
		white-space: nowrap;
	}

	#container {
		float: none;
		margin: 0;
		width: 100%;
	}

	#content,
	.one-column #content,
	.single-attachment #content {
		margin: 0 10px 30px;
		width: auto;
	}

	#primary,
	#secondary {
		float: none;
		margin: 0 10px;
		width: auto;
	}

	#main {
		overflow: visible;
		padding-top: 24px;
	}

	.entry-title,
	.entry-content,
	.entry-summary {
		overflow-wrap: anywhere;
	}

	img {
		height: auto;
		max-width: 100%;
	}
}
