
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);

/*========================================================
                      	 框架
=========================================================*/

.content {
}



/*========================================================
                      	 陶藝家
=========================================================*/

.artists-list {
    background: url(../../images/artists_bg.jpg) no-repeat center top;
	background-size: cover;
    padding-bottom: 60px;
}
.artists-list img {
    width: 100%;
    vertical-align: bottom;
}
.artists-list h1 {
    text-align: center;
    font-weight: bold;
    color: #493c2e;
	margin: 0 0 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #95836d;
}
.artists-list h1+p { 
    color: #b2a190;
	text-align: center;
	font-size: 20px;
	padding: 0;
}

.artists-list h2 {
    text-align: center;
	color: #493c2e;
	font-size: 24px;
	font-weight: bold;
}
.artists-list [class *=col-]  {
    padding: 15px;
}
.artists-list [class *=col-] img {
    border: 12px solid #fff;

}
.artists-list [class *=col-] p  {
	margin-top: 10px;
	font-size: 18px;
    text-align: center;
}

.artists-list .more {
    text-align: center;
	margin-top: 30px;
}
.artists-list .more a {
	background-color: #493c2e;
	border-radius: 20px;
	color: #fff;
	padding: 10px 50px;
	font-size: 20px;
}


/*  尺寸設定 */
@media (min-width: 640px) {
}
@media (min-width: 768px) {
	.artists-list .more a {
		padding: 10px 50px;
	}
	.artists-list .more a:before {
		content: '.........................................';
		position: relative;
		top: -6px;
		width: 5%;
		overflow: hidden;
		padding-right: 10px;
	}
	.artists-list .more a:after {
		content: '.........................................';
		position: relative;
		top: -6px;
		width: 5%;
		overflow: hidden;
		padding-left: 10px;
	}
}
@media (min-width: 992px) {	
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
	
	


/*========================================================
                      	 近期展訊
=========================================================*/

.news-list {
    background: url(../../images/news_bg.jpg) no-repeat center top;
	background-size: cover;
    padding-bottom: 60px;
}
.news-list h1 {
	background-color: #9dab77;
    text-align: center;
    font-weight: bold;
    color: #000;
	margin: 0 0 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-list h1+p { 
    color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 0 0 20px 0;
}

.news-list .more {
	text-align: center;
}
.news-list .more a {
	display: inline-block;
	color: #000;
	font-size: 24px;
	background-color: #e4e5e3;
	border: 1px solid #bfbcb3;
	border-radius: 15px;
	padding: 10px 50px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7);
}


.news-post {
	max-width: 1170px;
	text-align: center;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #825932;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #823f33;;
}

/* 目錄頁設定 */
.post-minimal {
	position: relative;
	overflow: hidden;
    background: url(../../images/news_bg2.jpg) no-repeat center top;
	background-size: cover;
	padding: 15px;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	margin-bottom: 30px;
	text-align: left;
	
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}

.post-more {
	text-align: right;
}
.post-more a {
	color: #000;
}
.post-more a i {
	color: #981515;
}





/* 尺寸設定 */
@media (max-width: 767px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 600px;
	}
	.post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 768px) {
	.post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
}


