/*
Theme Name: Alizee
Layout: One column
*/

.blog .hentry,
.grid-archive .hentry {
	width: 100%;
	margin: 0 0 60px;
	overflow: auto;
}

.entry-thumb,
.video-thumb,
.audio-thumb,
.home-gallery {
	max-width: calc(50% - 30px);
	margin: 0 30px 0 0;
	float: left;
	border-bottom: 0;
}

.video-thumb {
	width: 50%;
}

.post-content {
	max-width: 50%;
	float: left;
}

.cat-link {
	top: 0;
	bottom: auto;
}

.no-thumb {
	max-width: 100% !important;
}
/* Video&gallery format */
.format-video .post-content.no-thumb,
.format-gallery .post-content.no-thumb {
	width: 50%;
}

.single-format-video .entry-content,
.single-format-video .entry-header,
.single-format-gallery .entry-content,
.single-format-gallery .entry-header {
	clear: left;
}

.single-format-video .video-thumb,
.single-format-gallery .home-gallery {
	width: 100%;
	max-width: 100%;
}

@media only screen and (width <= 991px) {
	.entry-thumb {
		display: table;
		margin: 0 auto;
	}

	.entry-thumb,
	.post-content {
		max-width: 100%;
		float: none;
	}

	.format-video .post-content.no-thumb,
	.format-gallery .post-content.no-thumb,
	.video-thumb,
	.home-gallery {
		width: 100% !important;
		max-width: 100% !important;
	}	
}