/*
 * POST FEED
 */

.wrb-feed h1 a,
.wrb-feed h2 a,
.wrb-feed h3 a,
.wrb-feed h4 a,
.wrb-feed h5 a,
.wrb-feed h6 a {
	color: inherit;
	text-decoration: none;
}

.wrb-feed-load-more {
	display: block;
	width: 80%;
	margin: 24px auto;
	padding: 6px 16px;
	background: #F5BE00;
	color: #000;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.wrb-feed-load-more {
		margin: 70px auto;
	}
}

.post-list {
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #BFBFBF;
}

.wrb-feed > .row > div:last-of-type:not(.col-md-3, .col-md-4, .col-md-6) > .post-list {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	.post-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.post-feature h1 {
	margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
	.post-feature h1 {
		margin-bottom: 20px;
	}
}

.post-image-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.post-image-title .image {
	width: 80px;
	margin-right: 15px;
}

.post-image-title .image img {
	display: block;
}

.post-image-title .text {
	width: calc(100% - 95px);
}

.post-thumb {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BFBFBF;
}

.wrb-feed > .row > div:last-of-type > .post-thumb {
	border-bottom: none;
}

.post-thumb > .inner {
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
}

.post-thumb > .inner > div {
	padding-left: 6px;
	padding-right: 6px;
}

.post-thumb > .inner > .image {
	width: 33.333%;
}

.post-thumb > .inner > .image img {
	display: block;
}

.post-thumb > .inner > .text {
	width: 66.666%;
}

.post-sidebyside:not(.square) {
	margin-bottom: 60px;
}

.post-sidebyside .text p,
.post-sidebyside .text > * {
	margin-bottom: 12px;
}

.post-sidebyside .text > *:last-child {
	margin-bottom: 0;
}

.wrb-feed-emphasis .post-sidebyside h3 {
	font-size: 36px;
	line-height: 40px;
}

.wrb-feed-emphasis .post-sidebyside p {
	font-size: 18px;
	line-height: 32px;
}

@media screen and (max-width: 767px) {
	.minimal-m .post-standard .image,
	.minimal-m .post-thumb .image {
		display: none;
	}

	.minimal-m .post-thumb > .inner > .text {
		width: 100%;
	}

	.minimal-m .post-standard,
	.minimal-m .post-thumb {
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #BFBFBF;
	}

	.minimal-m .post-standard .text {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.minimal-m .post-standard .text p {
		margin-bottom: 0
	}

	.minimal-m .post-sidebyside:not(.square),
	.wrb-feed-emphasis .post-sidebyside:not(.square) {
		margin-bottom: 24px;
	}
	
	.minimal-m .post-sidebyside .image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.minimal-m .post-sidebyside .text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}
	
	.minimal-m .post-sidebyside .text > h3,
	.wrb-feed-emphasis .post-sidebyside .text > h3 {
		margin-bottom: 4px;
	}
	
	.minimal-m .post-sidebyside .text > *:not(h3, .author-byline),
	.wrb-feed-emphasis .post-sidebyside .text > *:not(h3, .author-byline) {
		display: none;
	}

	.wrb-feed-emphasis .post-sidebyside h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.wrb-feed-emphasis .post-sidebyside p {
		font-size: 14px;
		line-height: 20px;
	}
}







/*
 * AUTHOR SOCIALS
 */

.wrb-author-socials {
	margin-bottom: 15px;
}

.wrb-author-socials ul {
	display: flex;
	align-items: center;
	margin: 0;
	list-style-type: none
}

.wrb-author-socials ul > li {
	margin-right: 14px;
}

.wrb-author-socials ul > li img {
	display: block;
	filter: invert(68%) sepia(8%) saturate(243%) hue-rotate(166deg) brightness(92%) contrast(94%);
}