/*header menu*/
.header-menu .e-n-menu-heading {
	background: white;
}

.menu-projects-list {
	width: 100%;
}

@media (min-width:768px){
	.header-menu .e-n-menu-item:not(:last-child,:nth-last-child(2),:nth-last-child(3))>div>a
{
	padding: 0px 28px;
}

.header-menu .e-n-menu-item:not(:last-child,:nth-last-child(2),:nth-last-child(3),:nth-last-child(4))>div>a
{
	border-right: 1px solid #707070;
}

.header-menu .e-n-menu-item:not(:last-child,:nth-last-child(2),:nth-last-child(3))>div
{
	padding: 0px;
}
}

@media (max-width:767px){
	.header-menu .e-n-menu-item:last-child,.header-menu .e-n-menu-item:nth-last-child(2),.header-menu .e-n-menu-item:nth-last-child(3)
{
 width: 40px !important;
}

}


/* 文章收合 */

.article-collapse .e-n-accordion-item-title, .text .e-n-accordion-item-title {
	padding: 0px;
}

.article-collapse .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened, .text .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
	background: #4b4b4b;
  border: 1px solid #4B4B4B;
	border-bottom: none;
	width: 36px;
	height: 36px;
	justify-content: center;
	margin-right: -4px;
	align-items: center;
}

.article-collapse .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed, .text .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
	
  border: 1px solid #4B4B4B;
	border-bottom: none;
	width: 36px;
	height: 36px;
	justify-content: center;
	margin-right: -4px;
	align-items: center;
}


.article-collapse .e-n-accordion-item-title {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
}

.article-collapse details {
    min-height: 36px;
}


/* 文章列表 */

.article-list .elementor-post__text {
	border-bottom: 1px solid white;
}

.article-list .elementor-post__card .elementor-post__read-more {
    text-transform: initial;
	border: 1px solid white;
	padding: 4px 24px;
	border-radius: 24px;
}

.article-list .elementor-post__read-more-wrapper {
	display: flex;
	justify-content: flex-end;
}

.article-list .elementor-post__card .elementor-post__read-more:hover {
	background: white;
	color: #C13F0F !important;
}

/* 紅色"+"button */
.btn-plus .elementor-button {
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 輪播 */

@media (min-width:1025px){
	.images-carousel .swiper-slide img {
	width: 80%;
}
	


.images-carousel .swiper-slide-next img {
	width: 100%;
}

.images-carousel .swiper-wrapper {
	align-items: center;
}
	
.images-carousel .elementor-swiper-button-prev {
		left: 15% !important;
	}
	
	.images-carousel .elementor-swiper-button-next {
		right: 15% !important;
	}
}

.images-carousel .elementor-swiper-button {
		justify-content: center;
    align-items: center;
		background: #C13F0F;
		width: 40px;
		height: 40px;
		border-radius: 30px;
	}

@media (max-width:767px){
	.images-carousel .elementor-swiper-button {
		width: 25px;
		height: 25px;
	}
	
}

/* 隱藏相關文章 */

#jp-relatedposts {
	display: none !important;
}

/* 文章摘要... */

.elementor-post__title { 
	overflow: hidden; 
	text-overflow: ellipsis; 
	max-height: 35px; 
	display: -webkit-box; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; }

.elementor-post__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
