@import url("../consultax/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
h1, h2, h3, h4, h5, h6,
pre,
a,.btn,
.main-footer ul li a {
  font-family: "Microsoft JhengHei", "Heiti TC", PMingLiU, sans-serif;
}
body,
button,
input,
select,
optgroup,
textarea,
.btn {
	font-size: 15px;
	font-weight: normal;
}
.section-padd-60 {
    padding: 60px 0;
}
.padding-box-30 {
  padding: 30px;
}
.text-orange {
  color: #f26522;	
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* ================================================== */
/* navigation */
/* ================================================== */
/* Header Style Default */
.main-navigation ul {
	  font-family: "Microsoft JhengHei", "Heiti TC", PMingLiU, sans-serif;
	  font-size: 15px;
	  font-weight: 700;
}

/*--------------------------------------------------------------
# VC Shortcodes
--------------------------------------------------------------*/
.section-head h6 {
	  font-size: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single-ot_service .content-area .inner-post {	/* 只有借款服務項目 */
	padding-bottom: 0;
}

@media (max-width: 900px) {
.single-ot_service .vc_column_container > .vc_column-inner {
	padding:0;
	}
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .wp-post-image {
	max-height: 239px;
}

@media (max-width: 1230px) {
	.blog .wp-post-image {
	max-height: 188px;
	}
}
@media (max-width: 768px) {
	.blog .wp-post-image {
	max-height: 440px;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-list ul li {
  padding-bottom: 10px;
}
.btn.orange:hover,
.btn:hover {
  background: transparent;
  border-color: #f26522;
  color: #f26522;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget-area .widget .textwidget ul li a.btn {
	color: #FFF;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer .widget_nav_menu {
	padding-left: 70px;
}

@media (max-width: 991px) {
	.main-footer .widget_nav_menu {
	padding-left: 0px;
	}
}

.main-footer ul li a.btn:before {
    content: none;
}
.main-footer ul li a {
	font-size: 15px;
	font-weight: bold;
}

.line-color {
	background: #00B900;
}
.line-color:hover,
.line-color:focus,
.bg-second .btn.line-color:hover,
.bg-second .btn.line-color:focus,
.widget-area .widget .textwidget ul li a.btn.line-color:hover,
.widget-area .widget .textwidget ul li a.btn.line-color:focus {
	color: #00B900;
	border-color: #00B900;
	background: transparent;
}
.fb-color {
	background: #4e71ba;
}
.fb-color:hover,
.fb-color:focus,
.bg-second .btn.fb-color:hover,
.bg-second .btn.fb-color:focus,
.widget-area .widget .textwidget ul li a.btn.fb-color:hover,
.widget-area .widget .textwidget ul li a.btn.fb-color:focus {
	color: #4e71ba;
	border-color: #4e71ba;
	background: transparent;
}

.main-footer .sub-menu {
	display:none;
}

#back-to-top {
    bottom: 100px;
}