/*
 Theme Name:   Ignite Child Theme
 Template:     ignite
*/

.entry-header-newspaper { margin-bottom: 30px; }
.newspaper-issue { margin-bottom: 30px; }
.entry-newspaper .gallery-row { margin-bottom: 30px; }
.newspaper-issue-featured-image { text-align: center; margin-bottom: 10px; }
.issues a:hover { opacity: 0.8; }
.issue { width: 22%; margin-right: 4%; float: left; text-align: center; margin-bottom: 20px; }
.issue:nth-child(4n+4) { margin-right: 0%; }
.issue:nth-child(4n+1) { clear: both; }
.issues:after { content: ''; display: block; clear: both; }

@media(max-width: 1100px){
	.issue { width: 30%; margin-right: 5%; float: left; text-align: center; margin-bottom: 20px; }
	.issue:nth-child(3n+3) { margin-right: 0%; }
	.issue:nth-child(3n+1) { clear: both; }
	.issue:nth-child(4n+4) { margin-right: 5%; }
	.issue:nth-child(4n+1) { clear: none; }
}

@media(max-width: 490px){
	.issue-title a { font-size: 14px; }
}

@media(max-width: 380px){
	.issue-title a { font-size: 12px; }
}