/*---[ search ]-------------------------*/
.page-banner-section {
}
.page-banner-section .container {
	padding-top: 25px; padding-bottom: 0;
	background-color: #FFFFFF;
	/*background-image:url('/images/15665.jpg');*/
	background-size: cover;
	background-position: center center;

}
.page-banner-section h1 small {
    color: #cccccc;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.6px;
	font-size: 1.5rem; line-height: 1.5rem;
}
@media (max-width: 575.98px) {
	.page-banner-section h1 small {
		width: 100%; display: inline-block;
		font-size: 1.5rem; line-height: 1.5rem;
	}
	.page-banner-section h1 {
		line-height: 2rem;
	}
}
#share-box * {vertical-align:middle !important;}
#share-box i {font-size: 14px;}
#share-box strong {font-size: 14px; line-height: 1.5;}
#share-box .btn-default {padding: 0 5px;
	font-size: 12px; line-height: 1.5;
	border: 1px solid #e0e0e0; border-radius: 4px;}
.fb-share-button {display: inline-block; margin-top: -3px;}

#list .card {
	/*position: relative;*/
}
#list .cat-img {
	width: 100%; height: 160px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
#list .cat-img:hover {
	background-size: 130%;
}
#list .card-body {
	/*position: absolute;*/ width: 100%;
	bottom: 0;
	padding: 5px 0.75rem;
	background: rgba(255,255,255,.85);
}
#list .card-body img {
	margin-left: 10px;
	width:60px; margin-top: -60px;
	-webkit-filter:drop-shadow(0px -5px 5px rgba(0,0,0,.3));
}
#list .card-body .author {
	display: inline-block;
	padding-left: 10px;
	width: calc(100% - 80px);
	/*background: rgba(255,0,255,.85);*/
	overflow: hidden;
	word-wrap: break-word;
	height: 1.4rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#list .card h5 {
	font-weight: 700;
	overflow: hidden; margin-top: 0;
	word-wrap: break-word;
	height: 1.45rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#list .card-text {
	overflow: hidden; margin-bottom: 10px;
	word-wrap: break-word;
	height: 2.6rem; font-size: 14px; color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 內容頁元素 */
/*
.post-img {
	width: 100%; height: 460px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 575.98px) {
	.post-img {height: 260px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.post-img {height: 300px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.post-img {height: 340px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.post-img {height: 380px;}
}
@media (min-width: 1200px) {
}
*/
.section-body {
	font-size: 1.15rem;
	line-height: 1.75rem;
}

.social-widget .btn-group {
	width: 100%;
}
.social-widget .btn {
	border-radius: 0; width: 25%;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 0; padding-right: 0;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	text-align: center;
	font-size: 10px;
}
.social-widget .btn:hover {
	background-color: #C41E3A;
	border-color: #C41E3A;
    color: #FFFFFF;
}
.social-widget .btn i.fa {
	width: 100%;
}

.section-body .source {
	padding: 10px 20px;
	border-left: 10px solid #e0e0e0;
	background-color: #f8f8f8;
	font-size: 1rem; color: #856404;
	border-radius: 4px;
}

.widget-body ul.re-article li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e0e0e0;
	display: inline-block;
	overflow: hidden; line-height: 1.25rem;
	word-wrap: break-word;
	/*height: 3.55rem; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

