@media screen and (max-width: 1400px) {
	.publishers ul {
		width: 80%;
	}

		.publishers ul li {
			width: 8%;
		}
}

@media screen and (max-width: 1300px) {
	header nav > a, header nav .sub-menu > span {
		font-size: .9em;
	}
}

@media screen and (max-width: 1200px) {
	header nav > * {
		padding: 0 9px;
	}

	header nav > a, header nav .sub-menu > span {
		font-size: .7em;
	}

	.bottom .left {
		width: 65%;
	}

	.bottom .right {
		width: 35%;
	}
}

@media screen and (max-width: 1100px) {
	.issue-details .review-section {
		display: block;
	}

		.issue-details .review-section > div {
			display: inline-block;
			margin: 0 15px 20px 0;
		}
}

@media screen and (max-width: 1000px) {
	header nav {
		background: #094568;
		position: fixed;
		left: 100%;
		top: 0;
		height: 100%;
		transition: .5s ease-out;
		text-align: left;
		overflow-y: scroll;
	}

		header nav.on {
			left: 0;
		}

		header nav > * {
			display: block;
		}

		header nav .sub-menu {
			padding: 0;
		}

			header nav a, header nav .sub-menu span {
				display: block;
				font-size: 1.5em;
				padding: 20px;
				border-top: 1px solid #537d96;
			}

			header nav .sub-menu div {
				display: block;
				position: relative;
				width: auto;
				left: 0;
				top: auto;
			}

			header nav .sub-menu a {
				padding: 20px;
				color: #FFF;
				background: #3a6a86;
			}

			header nav .sub-menu > span::after {
				display: none;
			}

			header nav .sub-menu.account > span {
				padding-left: 50px;
			}

		header nav .account .avatar {
			padding: 0;
			left: 20px;
		}

		header nav .facebook {
			display: none;
		}

		header nav .search-form {
			display: none;
		}

		header nav .mobile-close {
			display: block;
		}

	header .mobile-nav-btn {
		display: block;
	}

	.publishers ul {
		width: 70%;
	}

		.publishers ul li {
			width: 6%;
		}

			.publishers ul li img {
				height: 25px;
			}

	.middle-tabs container {
		overflow-x: scroll;
	}

		.middle-tabs container > div {
			overflow-x: scroll;
		}
}

@media screen and (max-width: 800px) {
	.bottom container {
		flex-wrap: wrap;
	}

	.bottom .left, .bottom .right {
		width: 100%;
	}

	.bottom .right {
		order: 1;
	}

		.bottom .right #awards, .bottom .right #weekly-reviews {
			display: none;
		}

	.bottom .left {
		order: 2;
	}

	.publishers container > h2 {
		display: none;
	}

	.publishers ul {
		width: 80%;
	}

		.publishers ul li {
			width: 17%;
		}

			.publishers ul li:nth-child(5),
			.publishers ul li:nth-child(6),
			.publishers ul li:nth-child(7),
			.publishers ul li:nth-child(8),
			.publishers ul li:nth-child(9) {
				display: none;
			}

	.publisher-list ul li {
		flex-basis: 31%;
	}

	.publishers ul li img {
		height: 35px;
	}

	.home h1 {
		font-size: 3em;
		line-height: .5em;
	}

	.weekly-reviews h2 span {
		display: block;
		font-size: .6em;
	}

		.weekly-reviews h2 span.dash {
			display: none;
		}

	.top-comics .number {
		left: -10px;
	}

	.issue-details {
		flex-wrap: wrap;
	}

		.issue-details > * {
			flex-basis: 100%;
		}

		.issue-details .right {
			order: 1;
		}

		.issue-details .left {
			order: 2;
		}

		.issue-details .image-links {
			width: auto;
		}

			.issue-details .image-links .current {
				width: 80%;
				margin: 0 auto;
			}

				.issue-details .image-links .current .current {
					width: 100%;
				}

			.issue-details .image-links .series {
				width: calc(80% - 4px);
				margin: 0 auto;
			}
}

@media screen and (max-width: 600px) {
	footer container {
		display: block;
	}

	footer .logo {
		display: block;
		margin: 0 auto 15px;
	}

	footer nav {
		text-align: center;
	}
}
