/* Customizer 的 Additional CSS，原存於 wp_posts id=8036。團隊手寫，含中文註解。 */

:root {
    --primary-color: #666;
}
/*標籤主色*/

.header-outer-wrapper{
	line-height:0.5;
}
/*主選單高度修正*/

.site-header{
	margin-bottom:20px;
}

.news-ticker-section-wrapper .acme-news-ticker-label {
	background:#8a1c3a;}
/*首頁跑馬燈標籤色*/

.news-ticker-section-wrapper .acme-news-ticker-label::after {   
    border-left-color:#8a1c3a;
}
/*首頁跑馬燈標籤色*/

.post-item.overlay-post .post-item-content .entry-cat .post-categories li a{background: #8a1c3a;}
/*首頁分類標籤色*/

.post-item .post-item-content .entry-meta li:last-child{
	display:none;
}
/*關閉留言ICON*/

.post-item.overlay-post .post-item-content .entry-title a:focus, .post-item.overlay-post .post-item-content .entry-title a:hover, .post-item.overlay-post .post-item-content .entry-title a{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*首頁大橫幅區塊 文蓋圖限制標題行數*/

.post-tab-container .entry-title a{
display: -webkit-box !important;
-webkit-line-clamp: 3 ;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;	
}
/*側邊欄最新熱門區塊 限制標題行數*/


.below-banner-secondary .entry-title a, .secondary-widgets-area .entry-title a {
display: -webkit-box !important;
-webkit-line-clamp: 3 ;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;	
}
/*側邊欄左右圖文並排 限制標題行數*/


.adore-widget-body .express-list-widget-wrapper .entry-title a {
display: -webkit-box !important;
-webkit-line-clamp: 4 ;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;	
}
/*首頁1大文配4小文區塊 限制小文標題行數*/

.adore-widget-body .post-latest-widget-wrapper .entry-title a{
display: -webkit-box !important;
-webkit-line-clamp: 4 ;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;	
}
/*首頁下橫排大4文區塊 限制小文標題行數*/

.adore-widget-body .most-read-widget-wrapper .entry-title a{
display: -webkit-box !important;
-webkit-line-clamp: 4 ;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;	
}
/*首頁下橫排小4文區塊 限制小文標題行數*/


.post-navigation{	display:none;}
/*內頁下上下一篇 關閉*/

.entry-header {line-height:2.3rem;}
/*內文大標 行距*/

.entry-footer{
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
}
/*加線*/

.related-posts .entry-cat {
	display:none;
}
/*內頁相關文章 分類文字 關閉*/

.related-posts .post-content{	display:none;}
/*內頁相關文章 簡述文字 關閉*/

.related-posts .entry-title a{
font-family:"Muli", sans-serif;
font-size:1rem;
line-height:1rem;
}
/*內頁相關文章 標題文字 關閉*/

.bottom-footer{
	display:none;
}

.news-ticker-section-wrapper ul.newsticker li .newsticker-outer {height:45px !important;
}

.article_Summary{
	background-color: #eff1f1;
  font-weight:700;
	font-size:18px;
	padding:30px;
	font-style:italic; 
	line-height:2.2rem;
}
/*內頁文章 摘要區塊*/

.article_Summary::before {
    content: "“";
    font-size: 26px;
}
/*內頁文章 摘要區塊前“ */

.article_Summary::after {
    content: "”";
    font-size: 26px;}
/*內頁文章 摘要區塊後“*/

.middle-header-wrap.no-advertisement_image {
	padding:8px 0 0 0;}
/*LOGO區塊 內距修正*/


.site-footer .top-footer {padding-top:10px;}
/*footer 修正*/