/**
 * Theme Name: Spillhistorie
 * Template:   generatepress
 */

/* Social Icons on Custom Menu */
.social_icon {
	float: right;
}

.count_20 .featured_title h4 {
	padding: 6% 7%;
	line-height: .2em;
}
/* Padding on popular post widget */
.widget.popular-posts {
    padding: 5px;
}
.inside-article .post-image img {
    border-radius: 3px;
}

/* Image caption changes*/
.wp-caption .wp-caption-text {
	background: #eee;
	font-size: 11px;
	padding: 5px;
	color: #696969;
	text-align: center;
	position: relative;
}

/* Quote style */
blockquote {
	margin: 0 1.5em 1.5em;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}


/* Hide Nav Links */
div.page-links {
  display:none;

}
.post-navigation {
    display: none;
}
.one-container .inside-article {
    padding: 0;
}
.masonry-post footer.entry-meta {
    margin-top: 0;
}

.generate-columns-container .entry-content>p {
    margin-bottom: 0;
}

/* Some stuff Joachim added */
.main-content iframe[src] {
    opacity: 1;
}

/* Header background sizing to fit on mobile */
@media (max-width:480px)  {
	#masthead {
		background-size: auto 200%;
	}
}
