.ttfmp-post-list .ttfmp-post-list-row,
.ttfmp-post-list.thumbnail-left.has-excerpt .ttfmp-post-list-item-header,
.ttfmp-post-list.thumbnail-right.has-excerpt .ttfmp-post-list-item-header,
.ttfmp-widget-post-list {
	zoom: 1;
}

.ttfmp-post-list .ttfmp-post-list-row:before,
.ttfmp-post-list.thumbnail-left.has-excerpt .ttfmp-post-list-item-header:before,
.ttfmp-post-list.thumbnail-right.has-excerpt .ttfmp-post-list-item-header:before,
.ttfmp-widget-post-list:before,
.ttfmp-post-list .ttfmp-post-list-row:after,
.ttfmp-post-list.thumbnail-left.has-excerpt .ttfmp-post-list-item-header:after,
.ttfmp-post-list.thumbnail-right.has-excerpt .ttfmp-post-list-item-header:after,
.ttfmp-widget-post-list:after {
	display: table;
	content: "";
}

.ttfmp-post-list .ttfmp-post-list-row:after,
.ttfmp-post-list.thumbnail-left.has-excerpt .ttfmp-post-list-item-header:after,
.ttfmp-post-list.thumbnail-right.has-excerpt .ttfmp-post-list-item-header:after,
.ttfmp-widget-post-list:after {
	clear: both;
}


/*---------------------------------------------------------
 Post List common (post-list.scss)
-------------------------------------------------------- */

.ttfmp-post-list .ttfmp-post-list-item {
	float: left;
	width: 100%;
	margin-right: 0;
}

.ttfmp-post-list .ttfmp-post-list-item-date {
	display: block;
}

.ttfmp-post-list-item-image {
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.ttfmp-post-list-item-image.aspect-square {
	padding-bottom: 100%;
}

.ttfmp-post-list-item-image.aspect-landscape {
	padding-bottom: 75%;
}

.ttfmp-post-list-item-image.aspect-portrait {
	padding-bottom: 133%;
}

.ttfmp-post-list-item-image a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


/*---------------------------------------------------------
 Post List widget (post-list.scss)
-------------------------------------------------------- */

.ttfmp-widget-post-list .ttfmp-post-list-item {
	margin-bottom: 22px;
}

.ttfmp-widget-post-list .ttfmp-post-list-item:last-of-type {
	margin-bottom: 0;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-title {
	display: block;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-title a {
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-date {
	font-style: italic;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-date a {
	color: #171717;
	font-weight: normal;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-content p {
	margin-bottom: 11px;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-author {
	font-style: italic;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-comment-link {
	display: block;
	color: #b9bcbf;
	font-weight: normal;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-comment-link:hover {
	color: #3070d1;
}

.ttfmp-widget-post-list .has-excerpt .ttfmp-post-list-item-date {
	margin-bottom: 11px;
}

.ttfmp-widget-post-list .has-excerpt .ttfmp-post-list-item-comment-link {
	margin-top: 11px;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-thumb.position-left {
	float: left;
	width: 100px;
	margin-right: 11px;
}

.ttfmp-widget-post-list .ttfmp-post-list-item-thumb.position-right {
	float: right;
	width: 100px;
	margin-left: 11px;
}


/*---------------------------------------------------------
 Post List section (post-list.scss)
-------------------------------------------------------- */

.builder-section-postlist.has-background {
	padding: 52px 0 44px;
	padding: 5.2rem 0 4.4rem;
}

.builder-section-postlist .ttfmp-post-list-item {
	margin-bottom: 44px;
}

.builder-section-postlist .ttfmp-post-list-item-date {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.builder-section-postlist .ttfmp-post-list-item-date a {
	color: #171717;
}

.builder-section-postlist .ttfmp-post-list-item-author {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}

.builder-section-postlist .ttfmp-post-list-item-footer {
	color: #b9bcbf;
	font-size: 14px;
	font-size: 1.4rem;
}

.builder-section-postlist .ttfmp-post-list-item-footer .fa {
	float: left;
	position: relative;
	top: 4px;
	top: 0.4rem;
	padding-right: 8px;
	padding-right: 0.8rem;
}

.builder-section-postlist .ttfmp-post-list-item-footer li a {
	display: inline-block;
}

.builder-section-postlist .ttfmp-post-list-item-footer a {
	color: #b9bcbf;
	font-weight: normal;
}

.builder-section-postlist .ttfmp-post-list-item-footer a:hover {
	color: #3070d1;
}

.builder-section-postlist .ttfmp-post-list-item-comment-link {
	display: block;
}

.builder-section-postlist .has-excerpt .ttfmp-post-list-item-date {
	margin-bottom: 22px;
}

.builder-section-postlist .has-excerpt .ttfmp-post-list-item-author {
	margin-bottom: 11px;
}

.builder-section-postlist .has-excerpt .ttfmp-post-list-item-comment-link {
	margin-top: 11px;
}

.builder-section-postlist .ttfmp-post-list-item-thumb.position-left {
	float: left;
	width: 48.33333%;
	margin-right: 3.33333%;
}

.builder-section-postlist .ttfmp-post-list-item-thumb.position-right {
	float: right;
	width: 48.33333%;
	margin-left: 3.33333%;
}

@media screen and (min-width: 800px) {
	.builder-section-postlist .ttfmp-post-list.columns-1 .ttfmp-post-list-item-header:before,
	.builder-section-postlist .ttfmp-post-list.columns-1 .ttfmp-post-list-item-header:after {
		display: block;
		content: none;
	}

	.builder-section-postlist .ttfmp-post-list.columns-1 .ttfmp-post-list-item-header:after {
		clear: none;
	}
}

.builder-post-list-section-title {
	position: relative;
	z-index: 2;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}


/*---------------------------------------------------------
 Post List grid (post-list.scss)
-------------------------------------------------------- */

@media screen and (min-width: 800px) {
	.ttfmp-post-list.columns-2 .ttfmp-post-list-item {
		width: 48.33333%;
		margin-right: 3.33333%;
	}

	.ttfmp-post-list.columns-2 .ttfmp-post-list-item.last {
		margin-right: 0;
	}

	.ttfmp-post-list.columns-3 .ttfmp-post-list-item {
		width: 31.11111%;
		margin-right: 3.33333%;
	}

	.ttfmp-post-list.columns-3 .ttfmp-post-list-item.last {
		margin-right: 0;
	}

	.ttfmp-post-list.columns-4 .ttfmp-post-list-item {
		width: 22.5%;
		margin-right: 3.33333%;
	}

	.ttfmp-post-list.columns-4 .ttfmp-post-list-item.last {
		margin-right: 0;
	}
}
