﻿.elementor-kit-42{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans TC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans TC", Noto Sans TC;}.elementor-kit-42 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42 a{color:#4169E1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*熱門文章--------------------------------------------*/
/*熱門1~10標籤*/
.counter{
    counter-reset:num;
}
.counter a::before{
	counter-increment: num;
	content: counter(num, decimal-leading-zero)'. ';
    font-size: 24px;
    display: inline-block;
    text-align: center;
    font-family: 'Righteous';
    padding-right: 10px;
}

/*熱門1~10標籤...*/
.counter .elementor-post__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*熱門1~10標籤hover*/
.counter .elementor-post__title a:hover{
    color: #FFBF1C!important;
}

/*post--------------------------------------------*/
/*smog單篇文章取隱藏當前時間*/
.postid-6649 .elementor-367 .elementor-element.elementor-element-6126da6 .elementor-heading-title {
    display: none;
}
/* H2 */
.post-contant h2{
	margin:2em 0 .8em 0;
	padding:.6rem 1.2rem;
	font-size:1.6rem;
	font-weight:600;
	border:2px solid #000;
	border-radius:4px;
	box-shadow: 4px 4px 0px 0px #000000;
}
/* H3 */
.post-contant h3{
	padding-bottom:.6em;
	margin:1.4em 0 .8em 0;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:2px solid #000;
}
.post-contant h3:before{
    content:"";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right:8px;
    background-image: url('../images/post-icon.svg');
    background-repeat: no-repeat;
}

/* H4 */
.post-contant h4{
	color: #5F4C40;
	margin:.5em 0;
	font-size:1.4rem;
	font-weight:bold;
}

.post-contant ol, .post-contant ul{
    margin: 0 0 1.6rem 2rem!important;
    font-weight: 400;
}
.post-contant p{
    margin-bottom: 1.2rem;
}

/* post table */
.wp-block-table table{
	background:#fafafa;
	line-height:1.2;
	margin:0;
	box-shadow:none;
}
.wp-block-table thead{
	background:#000;
	color:#fff;
}
.wp-block-table td, .wp-block-table th{
	border:1px solid #c1c1c1;
}
.wp-block-table .wp-element-caption{
	margin:0 0 1.6rem 0!important;
}
.wp-block-table .wp-element-caption{
	background-color: #f0f0f0;
	margin: -1.5em 0 1.5em 0;
	border: 1px solid #c1c1c1;
	border-top:0;
	text-align: center;
}

@media (max-width: 767px){
	.wp-block-table{
		width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
	}
	
	.wp-block-table .wp-element-caption{
	background-color: #ffffff;
	margin: -1.5em 0 1.5em 0;
	border: none;
	text-align: left;
	}
}

/*文章列表多出的padding*/
.ast-grid-common-col{
    padding: 0;
}

/*tab文章一行後...*/
.post-single .elementor-post__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-single .elementor-post__title a:hover{
    color: #FFBF1C!important;
}
.post-single .elementor-post__title:before{
    content:'•';
    color: #c6c6c6;
    font-size: 16px;
    margin-right: 8px
}

/*tab最新文章時間上移*/
.post-new .elementor-post__meta-data{
    order: -1;
}

/*tab最新文章read more*/
.post-new a.elementor-post__read-more{
    border-bottom: 2px solid #FFBF1C;
    padding: 0px 32px 8px 0px;
}
.post-new a.elementor-post__read-more:hover{
    color: #FFBF1C!important;
}


/* 文章民調投票 */
#polls-2{
	margin-bottom:24px;
}
.wp-polls{
	background:#f5f5f5;
	border-radius:4px;
	border:2px solid #000;
}
.wp-polls ul{
	padding:24px;
}
.wp-polls-form{
	width:100%;
}
.wp-polls .Buttons{
	margin:16px 0 8px 0;
	padding:16px 32px;
	color: #000;
	background-color: #ffffff;
	border:none;
	font-weight:600;
	font-size:1.2rem;
}
.wp-polls p{
	margin:0;
	background: #000;
	color: #fff;
}
.wp-polls p:first-child{
	font-size:1.6rem;
	padding:6px;
}
.wp-polls p:last-child{
	font-size:1rem;
	font-weight:600;
}
.wp-polls p:last-child a:hover{
	color:#fff;
}
@media (max-width: 767px){
	.wp-polls ul{
		padding:5%;
	}
	.wp-polls p:first-child{
		font-size:1.4rem;
	}
}/* End custom CSS */