@import "animate.css";

.entry-title {
	display: none;
}

.content-banner-page-width .nosidebar-story .entry {
	background: #232d3b url(images/asteroids-star-bg.png) repeat-y -20px top;

}

.nosidebar-story .entry p {
	color: #A7B3C4;
	margin-bottom: 25px;
}

.nosidebar-story .dropcap {
	color: #fff;
}

.nosidebar-story .entry div.full-width {
	margin-top: 56px;
	margin-bottom: 56px;
}

.nosidebar-story .entry div.full-width-photo {
	background: rgb(49, 66, 92);
}

.nosidebar-story .entry div.full-width .nosidebar-story .entry p.last-story-paragraph {
	margin-bottom: 120px;
}

.buvideoWrapper {
	margin-bottom: 0;
}

.single .article .sharing {
	background: white;
}

.content-banner-page-width .nosidebar-story .meta,
.content-banner-page-width .nosidebar-story .meta .byline,
.article .meta .share-link,
.article .meta .comment-link,
.content-banner-page-width .meta .comment-link,
.article .meta .byline a,
.content-banner-page-width .meta .byline a {
	border-color: #57737c;
}

.asteroids-video {
	z-index: 5;
	position: relative;
}

.asteroids-top {
	background: url(images/asteroids-bg-top.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 450px;
	position: relative;
	border-bottom: 5px solid #111;
}

.asteroids-planet-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.asteroids-planet-box img {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
}

.asteroids-planet-box img.asteroids-star-lines {
	width: 332px;
	height: 335px;
	margin-left: -165px;
	margin-top: -167px;
	z-index: 1;
}

.asteroids-planet-box img.asteroids-black-planet {
	width: 332px;
	height: 335px;
	margin-left: -165px;
	margin-top: -167px;
	z-index: 2;
}

.asteroids-planet-box div.asteroids-title {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	background: url(images/asteroids-text.png) no-repeat center center;
}

.asteroid-big {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 2;
	width: 130px;
	height: 94px;
	background: url(images/asteroids-rock-bg.png) no-repeat 0 top;
	background-size: 100% auto;
	margin: 0;
}

.boom {
	background-position: 0 bottom;
}

.asteroid-fixed {
	position: fixed;
	top: 150px;
	left: 50px;
}

.asteroid-fixed-bottom {
	position: absolute;
	top: auto;
	left: 30px;
	bottom: 420px;
}

.asteroid-small {
	position: absolute;
	width: 120px;
	height: auto;
	top: 300px;
	right: 55px;
	z-index: 2;
}

.asteroid-small-2 {
	top: 120px;
	right: 150px;
	width: 75px;
}

.asteroid-earth {
	position: absolute;
	left: 0;
	bottom: 334px;
	z-index: 1;
	margin: 0;
	max-width: 331px;
}

@media only screen and (max-width : 640px) {
	.nosidebar-story .entry p.last-story-paragraph {
		margin-bottom: 180px;
	}

	.asteroids-planet-box div.asteroids-title {
		position: relative;
		background: url(images/asteroids-text-mobile.png) no-repeat center center;
	}

	.asteroid-earth {
		width: 300px;
		height: auto;
	}

	.asteroid-big,
	.asteroid-fixed,
	.asteroid-fixed-bottom {
		position: absolute;
		width: 120px;
		height: 87px;
		left: 15px;
		top: -150px;
		margin-left: 0;
	}

	.asteroid-small-2 {
		right: 35px;
		top: 20px;
		width: 75px;
	}

	.boom {
		background-position: 0 top;
	}
}

@media only screen and (max-width : 640px) and (max-width : 480px) {
	.asteroids-planet-box div.asteroids-title {}

}

@media only screen and (min-width : 641px) and (max-width : 1020px) {
	.asteroid-big {
		width: 120px;
		height: 87px;
		left: 15px;
		top: -150px;
	}

	.asteroid-fixed {
		position: fixed;
		top: 95px;
		left: 15px;
		margin-left: 0;
	}

	.asteroid-fixed-bottom {
		position: absolute;
		top: auto;
		left: 15px;
		margin-left: 0;
	}

	.nosidebar-story .entry p.last-story-paragraph {
		margin-bottom: 130px;
	}

}

article {
	position: relative;
}

.content-how-to-catch-an-asteroid .wp-prepress-taxonomy-list {
	padding-top: 200px;
}