/* THOUGHTS CSS */

#thought {
	display:none;
	padding:0px;
}

.thought-date {
	top:20px;
	left:20px;
	position:absolute;
	z-index:3;
}

.header-parent p {
    color: white!important;
}

.thought-header {
	position:absolute;
	top:30px;
	left:20px;
	text-align:left;
	z-index:3;
}

.header-parent {
	width:100%;
	max-height:300px;
	overflow:hidden;
	position:relative;
}

.cover-image {
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	height:auto;
	z-index:1;
}

#thought-body {
	margin:20px 0px;
}

.thought-images {
	width:100%;
	display:block;
	position:relative;
	float:left;
	margin-bottom: 10px;
}

.thought-image {
	max-width:30%;
	max-height:80px;
	margin-right:5px;
	float:left;
}

.thought-image-large {
	max-width:45%;
	max-height:200px;
	margin-right:10px;
	float:left;
}

.thought-image-solo {
	max-width:80%;
	max-height:300px;
	margin:0 auto;
	display:block;
}

.solo-image-caption {
	width:100%;
	float:left;
	text-align:center;
	margin-top:10px;
}

.thought-video-parent {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 20px;
	width:100%;
	height: 0;
	margin-top:20px;
}
.thought-video-parent iframe, .thought-video-parent video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#comments {
	height:350px;
	overflow:hidden;
	position:relative;
}
