/*
Theme Name: Zero Child
Theme URI: http://teslathemes.com/demo/wp/zero
Template: zero
Author: TeslaThemes
Author URI: http://teslathemes.com
Description: Responsive Multi-Purpose Theme
Tags: bootstrap,business,clean,corporate,creative,design,isotope,jquery,modern,portfolio,responsive,seo
Version: 4.0.1.1521278907
Updated: 2018-03-17 17:28:27

*/


@media screen and (max-width: 991px) {
	img[src*="logo"] {
		width: 270px;
	}
}

/* 客戶迴響的尺寸 */
@media screen and (max-width: 768px) {
	figure.shape-round {
		width: 30%;
	}
	div:not(#testimonials-slider) > .clients-testimonials.blury > li ~ li {
  	margin-top: 20px;
	}
	.box {
    padding: 32px 0;
	}
}

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
  color: #666;
}

a {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
  color: #28a7e1;
  font-weight: 600;
}


body .text-dark,
body .hover-text-dark:hover,
body .before-dark:before {
  color: #28a7e1;
}

#swipebox-caption {  
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

form [class*="button-"] {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

button, input[type=submit] {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

.vc_label {
   font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

.breadcrumb-items {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "SimHei", sans-serif !important;
}

.identity a {
  display: block;
}


/* 客戶迴響作品年份文字 */
.clients-testimonials.blury h4 span {
    font-size: 0.7em;
    color: #2ea7e0;
}


.footer-sidebar,
.footer-sidebar div h4 {
  color: #FFF;
}

.footer-sidebar > .widget_archive > ul > li,
.footer-sidebar ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-sidebar > .widget_archive > ul > li a,
.footer-sidebar ul > li a{
  color: #FFF;
}

.footer-sidebar .tagcloud > a {
  color: #FFF;
}

/* 表格樣式《改善優使性可為網站帶來的效益》
****************************************************************************************************/
table#usability {
	width:100%;
	border:none;
}
table#usability th,
table#usability tr,
table#usability td {
	padding:0.5em 1em;
	border:0 RGB(255,255,255) solid;
}
table#usability caption {
	padding:0 12px 8px 0;
	text-align:right;
}
table#usability th {
	text-align:center;
	font-weight:normal;
	color:#fff;
	background-color:#00a0e9;
}
table#usability tr {
	background-color:#d3edfb;
}
table#usability tr.row1 td {
	background-color:#bae3f9;
}
table#usability td.col1 {
	width:47.5%;
   *width:40%; /*For IE7 & IE6*/
	text-align:left;
}
table#usability td.col2 {
	width:10.5%;
   *width:12%; /*For IE7 & IE6*/
	text-align:center;
}

/* 表格框線《改善優使性可為網站帶來的效益》
****************************************************************************************************/
table#usability th.col2,
table#usability td.col2 {
	border-left-width:1px;
}


/* 表格樣式《PPC 與 SEO 比較》
****************************************************************************************************/
table#seo_and_ppc {
	display:inline-table; /*Mz1*/
   *display:inline; /*IE7 & IE6*/
	width:100%;
	margin-top:2px; /*Mz1*/
   *margin-top:3px; /*IE7*/
   _margin-top:2px; /*IE6*/
	border:none;
}
table#seo_and_ppc th,
table#seo_and_ppc td {
	padding:0.5em 1em;
	border:0 #00a0e9 solid;
}
table#seo_and_ppc th {
	text-align:center;
	font-weight:normal;
}
table#seo_and_ppc td.col1 {
	width:20%;
	text-align:center;
}
table#seo_and_ppc td.col2 {
	width:40%;
	text-align:justify;
	background-color:#bae3f9;
}


/* 表格框線《PPC 與 SEO 比較》
****************************************************************************************************/
table#seo_and_ppc th {
	border-bottom-width:1px;
}
table#seo_and_ppc .col1 {
	border-right-width:1px;
}
table#seo_and_ppc td.col2 {
	border-right-width:1px;
	border-bottom-width:1px;
}

/* 修改選單
****************************************************************************************************/
.main-nav > ul > li:last-child a {
	background-color: #00b900;
    color: #ffffff;
}