@charset "utf-8";
/* CSS Document */


/*breadcrumb*/
.breadcrumb {
	padding-top: 20px;
	padding-bottom: 0px;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

.breadcrumb li {
	display: inline;
	font-size: 12px;
}

.breadcrumb li+li:before {
	padding: 8px;
	color: #c3c3c3;
	content: "/\00a0";
}

.breadcrumb li a {
	color: #c3c3c3;
	text-decoration: underline;
}

.breadcrumb li a:hover {
	color: #c3c3c3;
	text-decoration: underline;
}





/*footer*/
.quote-link {
	float: left;
	width: 100%;
}

.quote-link ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 10px;
}

.quote-link ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

.quote-link ul li a {
	float: left;
	color: #fff;
	padding: 0!important;
	margin: 0!important;
	line-height: 1.3;
	font-size: 14px;
}

.quote-link ul li a:hover {
	text-decoration: underline;
}

.quote-link ul li {
	display: inline-block;
	background-image: url("../images/bg_footerline.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	padding-left: 8px;
}

.quote-link ul li:nth-last-child(1) {
	background-image: url("../images/bg_footerline2.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/*line*/
.quote-social .fa-line {
	background-image: url("../images/line-brands-white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 23px;
	height: 23px;
}

.widget-social-content .fa-line {
	background-image: url("../images/line-brands.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 34px;
	height: 34px;
}





/*修改原先版型設定*/
.desert-page-wrap {
	margin-top:20px;
}

.feat-slider-center-fw, .feat-slider-fw{
	margin-bottom:60px;
	margin-top: 20px;
}

.blog .desert-page-wrap {
	margin-top:0px;
}





/*首頁*/
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.post-grid-outer .post-wrap {
	min-height: 511px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
.post-grid-outer .post-wrap {
	min-height: 479px;
}

}

@media only screen and (min-width: 1200px)  {
	
.post-grid-outer .post-wrap {
	min-height: 525px;
}

}
*/

/*首頁*/
/*每日一推*/
.mystyle-title {
	width: 100%;
	padding: 20px;
	display: block;
}

.mystyle-title h3 {
	font-size: 1.8em;
	color: #000;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:700;
	max-width: 150px;
	margin: auto;
}

.mystyle-title h3 img {
	float: left;
	height: 30px;
	padding-top: 8px;
	padding-right: 5px;
}

.mystyle-title {
	width: 100%;
	padding: 20px;
	display: block;
}

/*最新頭條*/
.mystyle-title1 {
	width: 100%;
	padding: 20px;
	padding-bottom:40px;
	display: block;
}

.mystyle-title1 h3 {
	font-size: 1.8em;
	color: #000;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:700;
	max-width: 150px;
	margin: auto;
}

.mystyle-title1 h3 img {
	float: left;
	height: 30px;
	padding-top: 8px;
	padding-right: 5px;
}

/*slider*/
.slick-track .post-wrap .post-thumb-outer {
	max-width: 1000px;
	margin: auto;
}

.slick-track .post-wrap {
	background-color: #fafafa;
}

.feat-wrap.feat-slider-fw .post-thumb.is-image::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.8) 100%);
}





/*category-另一種樣式*/
.post-thumb is-image {
	width: 100%;
	float: left;
}





/*article*/
.tag {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}

.tag a {
	font-size: 1.05em;
	margin-right: 20px;
	color: #3172b2;
}

.tag a:hover {
	color: #fff;
	background-color: #3172b2;
}




