
/*--------------------------------------------------*/
/*	OVERRIDES
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

#creative {
	display: block !important;
	min-height: calc(100vh - 60px);

	line-height: 0;
	border: 0;
}

#creative article.post{
	width: 100%;

	padding: 0;
	margin-bottom: 15px;

	border-left: 12px solid var(--color-orange);
}

@media screen and (min-width: 800px) {
	#creative article.post.half {
		width: calc(50% - 3px);
	}
}

#creative article.post .text {
	width: 100%;

	padding: 10px;

	text-align: left;
	background-color: #404040;
}

#creative article.post .text p {
	width: 100%;

	color: #FFFFFF;
	line-height: 16px;
}
