/*
您可以在此加入您的 CSS。

點擊上方的幫助圖示以取得更多資訊。
*/

/* 原本字型都是Roboto，透過以下設定為微軟正黑體，尺寸以及其他相關設定，請至ALASKA Options -> Typography Options */

/* Body Font Setting */
body {
    font-family: Microsoft JhengHei;
}

/* Menu Item Font Setting */
nav {
    font-family: Microsoft JhengHei;
}

/* Heading 1(H1~H6) Font Setting */
h1,h2,h3,h4,h5,h6 {
    font-family: Microsoft JhengHei !important;
}

/* WHMCS bridge */
a.logo.logo-text,a.dropdown-toggle,a {
	    font-family: Microsoft JhengHei !important;
}

a:focus, a:hover {
    /* color: #23527c; */
    text-decoration: none !important;
}

/* 內容區的圖片加上外框 */
.blog-content img {
/*border:1px;*/
border-style: solid;
border-color: #737373;
}

/* WHMCS頁尾顯示none */
center {
    display: none;
}

/* 選單字尺寸 */
.main-menu ul>li .dropdown-menu li a {
    font-size: 13px;
}
.main-menu ul li a {
    font-size: 13px;
}

/* Pricing Table 上方 Margin 設定 */
.ts-pricing-table-style2 {
    margin-top: 0px;
    margin-bottom: 60px;
}
@media (max-width: 767px)
custom.css?ver=4.7.5:12
.ts-pricing-table-style2 {
    margin-top: 0px;
    margin-bottom: 60px;
}

/* Banner背景 */
.overlay, .ts-overlay {
    background: rgba(0,0,0,.35);
}

/* Banner背景圖片位置 */
.parallax-section {
    background-position: center;
    background-attachment: inherit;
}

@media (max-width: 991px) and (min-width: 768px){
.logo img {
    max-width: 200px;
}
}
/* 以下為控制商品列表，游標移上懸浮之方塊，顏色與大小 */

.woocommerce a.button.product_type_simple:hover, .woocommerce a.button.product_type_variable:hover, .woocommerce a.button.add_to_cart_button:hover, .woocommerce a.button.product_type_simple.added:hover, .woocommerce a.button.product_type_simple:hover {
    color: #FFF!important;
}

.woocommerce a.button.product_type_simple, .woocommerce a.button.product_type_variable, .woocommerce a.button.add_to_cart_button, .woocommerce a.button.product_type_simple.added {
  color: #FFF!important;
	width: inherit;
	padding: 0 20px;
}


/* 單項商品圖片寬度 */
img.wp-post-image {
    width: inherit !important;
}

/* 單項商品內容寬度 */
.woocommerce-tabs {
    display: inherit !important;
}


/* 單項商品按鈕 */
.fpd-blue-btn {
    background: #dd3333;
    color: #fff;
    border-radius: 3px;
	  border: 1px solid #dd3333;
}

/* 單項商品按鈕(游標移上) */
.fpd-blue-btn:hover {
    background: #FFF;
    color: #dd3333;
    border-radius: 3px;
	  border: 1px solid #dd3333;
}

/* 單項商品按鈕文字對齊 */
#fpd-start-customizing-button.fpd-block {
    text-align: center;
}

/* 編輯器置中 */
.fpd-container {
    margin: 0px auto;
}


/* 部落格不顯示日期+左間距 0px */
.date-post {
    display: none;
}
.blog-item article {
    margin-left: 0px;
}

/* 部落格留言標題與表格靠左間隙 0px */
#leave-reply h4 {
    display: none;
}
#leave-reply {
    margin: 100px 0 40px 0px;
}

/*打勾紅色，打叉綠色*/
i.fa.fa-check {
    color: red;
    text-shadow: 1px 1px #ccc;
}

i.fa.fa-times {
    color: #00c100;
    text-shadow: 1px 1px #ccc;
}

/*價格表(style1)字型尺寸*/
.ts-pricing-table-style1 .price {
    font-size: 25px;
}

/*價格表(style1)H2字型尺寸*/
.ts-pricing-table-style1 h2, .ts-pricing-table-style1 h3 {
    font-weight: 800;
    font-size: 20px;
	}

/*價格表(style1)字型尺寸*/
.ts-pricing-table-style2 .price-unit .price {
    font-size: 25px;
}

/*價格表(style2)*/
.ts-pricing-table-style2 li {
    border-bottom: 1px solid #888888;
    line-height: 48px;
}


body,.ts-feature-item .info-feature,.ts-bt,.main-menu ul li a {
   font-size: 15px !important;
}

p {
    margin: 0 0 25px !important;
}