/*
	widget container
*/
.tlx-ui-widget {
	justify-content: center;
	position: relative;
	display: flex;
	width: 100%;
}
.tlx-ui-widget.tlui-flow-row {

}
.tlx-ui-widget.tlui-flow-col {

}
.tlx-ui-widget article {
    position: relative;
	margin: 0 30px 0 0;
    overflow: hidden;
    padding: 0px 7px;
    width: 350px;
}
/*
	widget: list item
*/
.wg-li-img-header {
    position: relative;
    margin: 0 0 10px;
    display: flex;
    height: 200px;
    width: 100%;
}
.wg-li-img-header .tlx-bk-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	border-radius: 8px;
    height: 100%;
    width: 100%;
}
.wg-li-img-header a {
	position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}
.wg-li-img-header a:hover {

}

.wg-li-meta-title {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0;
}
.wg-li-meta-title h3 {
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.5pt;
	line-height: 24px;
	font-weight: 500;
	font-size: 20px;
	color: #444;
}
.wg-li-meta-title a {
    text-decoration: none;
    color: #444;
    margin: 0px;
    padding: 0;
}
.wg-li-meta {
    position: relative;
    margin: 0 0 10px;
}
.wg-li-meta div {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
	line-height: 16px;
    font-size: 12px;
    color: #585858;
}
.wg-li-meta i {
    line-height: 16px;
    font-weight: 300;
    font-size: 12px;
}
.wg-li-meta a {
	text-decoration: none;
	color: inherit;
}
.wg-li-meta a:hover {
	text-decoration: underline;
	color: #404f9a;
}
.wg-li-meta div::after {
	background-color: #abaaaa;
	position: absolute;
	display: block;
	bottom: 5px;
	right: -1px;
	width: 1px;
	top: 5px;
	content: "";
}
.wg-li-meta div:last-of-type::after {
	border: none;
    content: "";
	width: 0px;
    margin: 0;
}
.wg-li-preview {
    max-height: 140px;
}
.wg-li-preview p {
    letter-spacing: 0.6pt;
    margin-bottom: 17px;
    word-spacing: 0.7pt;
    line-height: 125%;
    font-weight: 300;
    font-size: 14px;
    color: #404040;
}
.wg-li-preview p b,
.wg-li-preview p strong {
    word-spacing: -1.3px;
    font-weight: 500;
}
.wg-li-preview p i {
	font-style: italic;
	font-weight: 400;
    word-spacing: 0;
}
.wg-li-preview p b i {
	word-spacing: inherit;
    font-weight: inherit;
	font-style: italic;
}
.wg-li-preview p i b {
	word-spacing: inherit;
	font-style: inherit;
	font-weight: 500;
}
.wg-li-frost {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.68) 51%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 110px;
    bottom: 0;
    right: 0;
    left: 0;
}
.wg-li-frost a {
	text-decoration-line: none;
	border: 1px solid #484848;
	text-transform: uppercase;
	left: calc(50% - 82px);
	background: #eeeeee5c;
	border-radius: 2px;
	position: absolute;
	text-align: center;
	line-height: 12px;
	padding: 10px 0;
	font-size: 12px;
	color: #2d2d2d;
	margin: 0 auto;
	display: block;
	width: 160px;
	bottom: 5px;
}
.wg-li-frost a:hover {

}
.tlx-more-button a {
    border: 1px solid #c5c5c5;
    background-color: #fbfbfb;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-family: inherit;
	margin-bottom: 80px;
    text-align: center;
    padding: 16px 66px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
}
.tlx-more-button a:hover {
	background-color: #f7f7f7;
}
/*
	status update widget
*/
.tlx-feeds {
	padding-top: 0;
    margin-top: 0;
}
.tlx-heading .tlx-right {
    position: absolute;
    right: 30px;
    top: 46px;
}
.tlx-heading .tlx-right a {
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	border-radius: 1000px;
	line-height: 12px;
	padding: 7px 21px;
	background: #000;
	font-weight: 400;
	cursor: pointer;
	font-size: 11px;
	color: #fff;
	margin: 0;
}
.tlx-heading .tlx-right a:hover {

}
.tlx-status-feed {
    margin: -40px 0 0;
}
.tlx-status-feed article {
    border: 1px solid #f0f0f0;
	border-bottom: 0px none;
    border-top: 0px none;
    padding: 0 0;
}
.tlx-status-block {
	background: linear-gradient(0deg, #f1f4f4, #fff);
    position: relative;
    padding: 20px 0 0;
    overflow: hidden;
    z-index: 1;
}
.tlx-status-block {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tlx-status-block:after {
	display: table;
	content: "";
	clear: both;
}
.tlx-meta {
	line-height: 16px;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 4px;
	padding: 0 0 0;
	color: #000;
}
.tlx-meta span {
	padding: 0 0px 0 6px;
	font-weight: 300;
	font-size: 12px;
	color: #636363;
}
.tlx-status-update {
    padding: 0 20px 3px 0px;
    min-height: 75px;
}
.tlx-status-update p {
    letter-spacing: 0.3pt;
    margin-bottom: 17px;
    word-spacing: 0.7pt;
    line-height: 134%;
    font-weight: 300;
    font-size: 16px;
    color: #060606;
}
.tlx-status-update p b,
.tlx-status-update p strong {
    word-spacing: -1.3px;
    font-weight: 500;
}
.tlx-status-update p i {
	font-style: italic;
	font-weight: 400;
    word-spacing: 0;
}
.tlx-status-update p b i {
	word-spacing: inherit;
    font-weight: inherit;
	font-style: italic;
}
.tlx-status-update p i b {
	word-spacing: inherit;
	font-style: inherit;
	font-weight: 500;
}
.tlx-author-wrapper {
	justify-content: center;
	display: flex;
}
.tlui-author-img {

}
.tlx-author-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1000px;
	height: 80px;
	width: 80px;
}
.tlx-author-image.large {
    background-position: -29px center;
    border-radius: 1120px;
    width: 350px;
    height: 350px;
}
.tlx-photo-container {
    margin: 0 20px 20px;
	background: #e0e7e8;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.tlx-image-only {

}
.tlx-image-only .tlx-col {
	justify-content: center;
    box-sizing: border-box;
	display: flex;
    width: 100%;
}
.tlx-image-only .tlx-author-image {
    height: 100px;
    width: 100px;
}
.tlx-image-only .tlx-meta {
	margin: 11px 0;
}
.tlui-nudge-right {
    margin-left: 2px;
}
.tlui-feed-end {

}
.tlui-feed-end a {
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	display: block;
	margin: 10px 0;
}
.tlui-feed-end a:hover {

}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

	.tlui-author-meta {
		overflow: unset;
	}
	.tlui-author-img {
	    margin: -100px 0 -60px;
	}
	.tlx-author-image.large {
	    background-position: 0px 0px;
	    border: 10px solid #fff;
	}
	.tlx-feeds {
		padding-top: 40px;
	    margin-top: 0;
	}
	.tlx-feeds .content-full {
	    padding-bottom: 0;
	}
	.tlx-heading .tlx-right {
	    position: absolute;
	    right: 30px;
	    top: -5px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {

	.tlx-author-image {
	    height: 70px;
	    width: 70px;
	}
}











/*  */
