/* == Template structure == */

.ecom_post_item {
	position: relative;
	display: block;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 25px 0 30px;
	min-height: 32px;
	border-top: 1px solid #e6e6e6;
	transition: all 0.3s;
}

.ecom_post_item:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
	right: -15px;
	bottom: 15px;
	transition: all 0.3s;
}

.ecom_post_item:first-child {
	border-top: 0;
}


.ecom_post_item .ecom_post_logo>img {
	max-width: 100%;
	max-height: 100%;
}

.ecom_post_item .ecom_post_col1.ecom_post_icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.ecom_post_item.logo-logo .ecom_post_icon,
.ecom_post_item.logo-icon .ecom_post_logo {
	display: none;
}

.ecom_post_row {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}

.ecom_post_item_body {
	margin-top: 15px;
}

.ecom_post_col1 {
	flex: 0 0 93px;
	width: 93px;
	position: relative;
}

.ecom_post_col2 {
	position: relative;
	margin: 0;
	flex: 1 1 100%;
	align-self: center;
	align-items: center;
	width: 100px;
}

.ecom_post_col1+.ecom_post_col2 {
	margin-left: 30px;
}

/* == Template elements == */

.ecom_post_title {
	margin-top: 0;
}

.ecom_posts_loading {
	display: block;
	padding: 15px;
	text-align: center;
	opacity: 0.5;
	background: #f1f1f1;
}

.ecom_posts_loading > * {
	margin: 0 5px;
}

.ecom_post_content {
	color: rgba(0,0,0,0.7);
	padding-bottom: 10px;
}

/* == Conditional elements == */


/* == Responsive styles: Desktop == */
@media all and (min-width: 993px) {
}


/* == Responsive styles: Tablet and Mobile == */
@media all and (max-width: 992px) {
	.ecom_post_row {
		display: block;
	}

	.ecom_post_title {
		margin-top: 20px;
	}

	.ecom_post_col1,
	.ecom_post_col2 {
		display: block;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
