
@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,700,|Libre+Baskerville:400,400i,700);
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");



.portfolio-area.portfolio-default-area {
  padding: 0px 0 0px;
}

.messonry-button button {
  background-color: transparent;
  border: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  
}
.messonry-button button span {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
.messonry-button button span.filter-text {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.58;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.messonry-button button:hover span.filter-counter {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -100%);
}
.messonry-button span.filter-text {
    font-family:微軟正黑體;
    word-break:keep-all;
	position: relative;
	font-size: 16px;
	color: #1b212f;
	line-height: 38px;
	font-weight: 700;
	padding: 6px 10px;
	cursor: pointer;
	border: 1px solid #d1d3d5;
	margin: 0 2px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #e2edd9;
}
.messonry-button .is-checked span.filter-text {
  color: #996600;
}


