@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);


.changeHomeSlider {
	
	 background:rgba(0% , 0% , 0%,0.2);
	
	
	
}
/* 首頁輪播標題變色跟置中 字元間距調整 */


.elementor-1164 .elementor-element.elementor-element-636c573.elementor-widget-heading .elementor-heading-title {
	
	color: #f74272;
	text-align: center;
	    line-height: 2em;
    letter-spacing: 5px;
	
	
}

/* 讓 Girl talk 變色 字元間距調整*/

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title{
	
	color: #f74272;
	text-align: center;
	 line-height: 2em;
    letter-spacing: 5px;
	
}

/* 讓標題HOT消失 跟往上縮 */ 


.wf-active h1{
	
/* 	color: white; */
	color: #f74272;
	font-weight:bolder;
	font-family: Microsoft JhengHei!important;
	margin: 0px auto;
	
}

/* 讓 頁尾 IG顯示 可以 整齊併排 */

.wpcom-instagram-columns-3 img {
	min-height:103px ;
	
	
}

/* 讓標題 隱形 */
.site-title a {
	font-size: 50px;
   
	   opacity:0 ;
	
}
/* 小標隱形 */
.wf-active .site-description {
	
	opacity:0;
}



/* 讓文章圖片下移 */
.post-thumbnail + .entry-header {
	
	margin: 1em 0 1em 0.3px;
	
}
/*手機板首頁圖片被切到修正*/
.grid-news-thumb {
	height:auto ;
}

/* 全部變成微軟正黑體  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:Microsoft JhengHei;
	
}

/* Google ADsense 廣告背景顏色 */
ins {
	background-color: #ffffff ;
}


/* 取消選單小白點 以及消除 padding-right*/
.main-navigation .nav-menu>li>a:after, .main-navigation .menu>li>a:after {
	opacity:0 ;
	margin-left:0 ;
}
.main-navigation ul li {
	padding-right:0.2em;
}
.menu-item i._mi, .menu-item img._mi {
	margin-right:12px ;
}
/* 放大右側欄 熱門精選圖片 */
.news_thumb_left {
	width:120px ;
}
/* 文章末端 上一篇下一篇放大 */
.post-navigation a{
	font-size :1.7rem ;
}
/* 以下是為了調整測驗的顯示改善 */
/* .h5p-personality-quiz .h5p-personality-quiz-retake-button-wrapper {
	margin-top: 15px !important ;
}
.h5p-personality-quiz .h5p-personality-quiz-personality {
	width:100%  !important  ;
}

.h5p-personality-quiz .h5p-personality-quiz-question-image {
	max-height:50%  !important;
}
 */

/* WP_Quiz 調整 */
.wq_singleAnswerCtr .wq_answerTxtCtr{
	
	padding-left: 60px !important;
}

/* 翻譯功能背景設定 */
/* .country-selector.weglot-default {
	  
    
	bottom:40px ;
	right: 190px ;
} */
/*
.country-selector.weglot-inline.weglot-default {
	height: 34px;
  bottom: 0px ;
	right:-4px;
	    background-color: pink;*/
/* 	width: 364px; */
/*
	width:100% ;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

.country-selector.weglot-inline label {
	
 margin-left:40px ;
	
}
.country-selector {
	
	text-align: center ;
}
*/
/* 浮動分享調整 */ 
.heateor_sss_vertical_sharing {
/* 	margin-bottom:48px; */
	  margin-bottom:0px;
}

/*表格產生器代碼*/
/*
table.GeneratedTable {
width:100%;
background-color:#FFCCFF;
border-collapse:collapse;border-width:1px;
border-color:#336600;
border-style:solid;
color:#000000;
}

table.GeneratedTable td, table.GeneratedTable th {
border-width:1px;
border-color:#336600;
border-style:solid;
padding:3px;
}

table.GeneratedTable thead {
background-color:#FF0066;
}
*/

/*文章發佈日期  改 靠右 and 協體*/
.post-last-modified {
	text-align: right;
    font-style: oblique;
	
}
/*隱藏底下 footer文字*/
.site-info {
	display:none;
}
