/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* ---------Change Language Menu icon(svg) css--------- */
.topbar-menu-language > a:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3px;
	margin-top: 3px;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.topbar-menu-language-cn > a:before {
    background-image: url(images/language/CN.svg);
}
.topbar-menu-language-en > a:before {
    background-image: url(images/language/EN.svg); 
}

/* ---------Body font css--------- */
body {
    font-family: PingFangSC,Microsoft YaHei,sans-serif!important;
}

/* ---------page-build plug photobox-carousel in home css--------- */
.home .kd-photobox .photobox-img:before {
    content:"";
    width:100%;
    height:100%;
    background-color:#000;
    position:absolute;
    opacity:0;
    z-index: 999;
}
.home .kd-photobox .photobox-img:hover:before {
    opacity:0.5;
}
.home .kd-photobox img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.home .kd-photobox:hover img {
    transform: scale(1.2);
    transition: scale(1.2);
    -moz-transition: scale(1.2);
    -webkit-transition: scale(1.2);
    -o-transition: scale(1.2);
}
.home .kd-photobox .phb-content {
    padding: 20px 20px 0 20px!important;	
}
.home .kd-photobox:hover .phb-content h4 {
    color: #EE562F!important;	
}
.home .photobox-carousel .owl-dots {
    position: absolute;
    margin: 0 0 0 -50px!important;
    left: 50%;
}
.home .photobox-carousel .owl-nav {
    position: absolute;
    margin: 0 0 0 -30px!important;
    left: 50%;
}

/* ---------page-build plug counter element in home page css--------- */
.home_kd_counter .kd_counter .kd_counter_icon {
	left: -8px;
    margin-bottom: 22px;
}
.home_kd_counter .kd_counter .kd_number_string {
    font-size: 32px!important;
}
.home_kd_counter .kd_counter .kd_counter_units {
    vertical-align: top;
    font-size: 13px!important;
    line-height: 26px!important; 
    padding-left: 6px	
}
.home_kd_counter .kd_counter .kd_counter_number {
    margin-bottom: 10px;
}
.home_kd_counter .kd_counter .kd_counter_text {
    font-size: 15px!important;
}
@media (max-width: 960px) {
.vc-home-counter-row .kd_counter {
    margin-bottom: 0!important;
}
}
@media (max-width: 768px) {
.vc_row.wpb_row.vc-home-counter-row {
    padding-bottom: 0!important;
}
.home_kd_counter {
    width: 50%!important;
    float: left;
    padding: 10px 0;
}
.home_kd_counter .kd_counter .kd_counter_icon {
    margin-bottom: 0;
    width: 50px;
}
.vc-home-counter-row .home_kd_counter:nth-child(1):before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 50%;
    right: 10%;
}
.vc-home-counter-row .home_kd_counter:nth-child(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    right: 50%;
}
}

/* ---------page-build plug navbar scroll css--------- */
.home .vc_row.wpb_row.vc-row-home-business {
    margin-top: -30px!important;
}
.home .vc_row.wpb_row.vc-row-home-business:before {
    content:"";
    width:100%;
    height:52px;
    border-bottom: 1px solid #f0f0f0;
    background-color:#fff;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;	
    z-index: 1;
}
.home .vc_row.wpb_row.vc-row-home-business .vc_tta-tabs-container {
    border-bottom: none!important;	
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter,
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list,
.kd_scroll_tabs_wrapper .kd-feature-tabs > .nav-tabs { 
   -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
   scrollbar-width: none;  /* Hide scrollbar for Firefox */
    white-space:nowrap;
    display: block!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    position: relative;
    text-align: center;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter::-webkit-scrollbar,
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list::-webkit-scrollbar,
.kd_scroll_tabs_wrapper .kd-feature-tabs > .nav-tabs::-webkit-scrollbar {
    width:0; 
    height:0; 
    display: none;
}
.vc-tta-scroll-tabs .vc_tta-panels-container .vc_tta-panels,
.vc-tta-scroll-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background-color:transparent!important;
}
.home .vc-row-home-business .kd-section-title {
    margin: 20px 0!important;
}
.home .vc-row-home-business .kd-section-title h2 {
    font-size: 18px!important;
}
.home .vc-row-home-business .wpb_text_column {
	text-align: left!important;
}
@media (max-width: 767px) {
.home .vc-row-home-business .vc_row.wpb_row.vc_inner {
    padding-top: 30px!important;	
}
.home .vc-row-home-business .kd-section-title h2 {
	text-align: center!important;
}
.home .vc-row-home-business.vc-row-home-business {
    padding-bottom: 10px!important;
}
}
@media (min-width: 768px) {
.home .vc-row-home-business .wpb_single_image {
    margin-right: 40px;	
}
}
.vc-tta-scroll-tabs .vc_column_container > .vc_column-inner {
    padding-top: 0!important;	
}
@media (max-width: 1199px) {
.vc-tta-scroll-tabs .vc_tta-panels-container .vc_tta-panel-body .vc_hidden-xs {
    display: block!important;
    width: 100%!important;	
}
.vc-tta-scroll-tabs .vc_tta-panels-container .vc_tta-panel-body .vc_hidden-xs .wpb_single_image.vc_align_left {
    text-align: center!important;
}
}
@media (max-width: 960px) {
.vc-tta-scroll-tabs .vc_tta-panels-container .vc_tta-panel-heading {
	display: none!important;
}
.kd_scroll_tabs_wrapper .feature-sections-tabs {
	background: none!important;
    border: none!important;
    padding: 0!important;
    margin-top: 16px!important;
    margin-bottom: 0!important;
}
.vc_grid-container-wrapper .vc_grid-container,
.vc-tta-scroll-tabs .vc_tta-tabs-container,
.kd_scroll_tabs_wrapper .kd-feature-tabs { 
	width:100%;
    display: block!important;
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter { 
    margin: 0 0 25px 0!important;
    border-bottom: 1px solid #e5e7f2!important;
}
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list:first-child {
	margin-left: 14px!important;
}
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list:last-child {
	margin-right: 14px!important;
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter > .vc_grid-filter-item,
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab,
.kd_scroll_tabs_wrapper .kd-feature-tabs > .nav-tabs > .nav-label { 
    list-style:none; 
    display:inline; 
    line-height:30px; 
    margin-left: 5px!important;
	margin-right: 10px!important;
    text-align: center;
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter > .vc_grid-filter-item {
    padding: 32px 0;	
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter > .vc_grid-filter-item > span,
.kd_scroll_tabs_wrapper .kd-feature-tabs > .nav-tabs > .nav-label > a {
    display: inline-block!important;
    width: auto!important;
    min-height: 0!important;
    max-width: none!important;
    padding: 10px 4px!important;
    margin: 0 6px!important;
}
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab > a {
    display: inline-block!important;
    width: auto!important;
    min-height: 0!important;
    max-width: none!important;
}
}
@media (min-width: 961px) {
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab > a {
    min-height: 0!important;
    max-width: none!important;
}
.vc-tta-scroll-tabs .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab > a > span {
    margin: 0 10px;
}
}
.vc_grid-container-wrapper .vc_grid-container .vc_grid-filter-select {
    display: none;	
}
.kd_scroll_tabs_wrapper .kd-feature-tabs > .nav-tabs { 
    margin: 0 0 10px 0!important;
}

/* ---------page-build plug section title css--------- */
.wpb_wrapper header.kd-section-title {
    margin-top: 0!important;
    margin-bottom: 50px!important;
}
.section-title-with-line.kd-section-title .separator_off:before {
    content: '';
    display: block;
    width: 190PX;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -95px;	
}
.section-title-with-line.kd-section-title .separator_off:after {
    content: '';
    display: block;
    width: 30PX;
    height: 3px;
    background: #EE562F;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -15px;		
}

/* ---------page-build plug row padding css--------- */
.vc_row.wpb_row.vc-row-padding-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}
.vc_row.wpb_row.vc-row-padding-top {
    padding-top: 60px;
    padding-bottom: 0!important;
}
.vc_row.wpb_row.vc-row-padding-bot {
    padding-bottom: 60px;
    padding-top: 0!important;
}
.vc_row.wpb_row.vc-row-padding-none {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
@media (max-width: 959px) {
.vc_row.wpb_row[data-vc-full-width].vc-row-padding-top,
.vc_row.wpb_row.vc_row-has-fill.vc-row-padding-top  {
    padding-bottom: 0!important;
    padding-top: 60px!important;
}
.vc_row.wpb_row[data-vc-full-width].vc-row-padding-tb,
.vc_row.wpb_row.vc_row-has-fill.vc-row-padding-tb {
    padding-top: 60px!important;
}
}

/* ---------page-build plug process in home css--------- */
.home-process-for-work.kd-process-steps.process-checkbox-template {
    border-color: #262e46;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item:before {
    display:none;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-step-number span {
    width: 100px;
    height: 100px;
    background: url(images/process/process-number-bg.png) center 0 no-repeat;
    background-size: auto 100%;
    text-align: center;
    color: #fff;
    line-height: 100px;
    display:block;
    margin-top:-40px;
    font-size: 36px;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-text-area {
	padding-top: 36px;
}
@media (max-width: 960px) {
.home-process-for-work.kd-process-steps.process-checkbox-template {
    margin-top: 0;
}
.home-process-for-work.kd-process-steps.process-checkbox-template ul {
    width: 360px;
    margin: 0 auto;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item {
    width: 360px;
    margin: 0 auto;
    padding-top: 36px;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item:first-child {
    padding-top: 0!important;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-container {
    white-space:nowrap;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-step-number {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-text-area {
    display:inline-block;
    line-height: 60px;
    padding: 0;
    margin-left: 16px;
    text-align: left;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-step-number span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item .pss-step-number span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 35px;
    background: url(images/process/line.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -1px;
    bottom: -10px;
}
.home-process-for-work.kd-process-steps.process-checkbox-template .pss-item:last-child .pss-step-number span:after,
.kd-process-steps.process-checkbox-template .pss-text-area > p:before {
	display: none;
}
.kd-process-steps.process-checkbox-template .pss-text-area > p {
    text-align: center!important;
}
}

/* ---------高德地图自定义信息窗体样式--------- */
div.map-info {
    color: #585858;
    background-color: rgba(230,230,230,0.8);
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #aaa;
    height: auto;
    width: auto;
}
div.map-info-top {
    position: relative;
    background: none repeat scroll 0 0 rgba(230,230,230,0.8);
    border-bottom: 1px solid #CCC;
}
div.map-info-top div {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.map-info-top img {
    position: absolute;
    width: 18px;
    height: auto;
    top: 7px;
    right: 10px;
    transition-duration: 0.25s;
}
div.map-info-top img:hover {
    box-shadow: 0px 0px 5px #EE562F;
    cursor: pointer;
}
div.map-info-middle {
    font-size: 13px;
    line-height: 26px;
    padding-top: 8px;
}
div.map-info-middle > div:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    margin-right: 13px;
	margin-top: 0;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
div.map-info-middle .map-info-middle-address:before {
    background-image: url(images/map/address.svg);
}
div.map-info-middle .map-info-middle-phone:before {
    background-image: url(images/map/phone.svg); 
}
div.map-info-middle .map-info-middle-email:before {
    background-image: url(images/map/email.svg); 
}

/* ---------产品文章页css--------- */
.single-post #posts-content .post,
.single-post #posts-content {
    margin-bottom: 0!important;
    border: none!important;
    padding-bottom: 0!important;
}
.single-post #posts-content .blog-single-title {
    font-size: 32px!important;
    text-align: center!important;
}
.blog-content .vc_btn3-container .vc_btn3 {
    padding: 10px 18px;
}
.blog-single-content .entry-image,
.blog-content .feature-sections-wrapper .side-featured-wrapper {
    display: none!important;	
}
.blog-content .feature-sections-wrapper .side-content-wrapper {
    width: 100%!important;
}
.blog-content .feature-sections-wrapper .side-content-wrapper .side-content-title {
    font-size: 22px;
}
.blog-content .feature-sections-wrapper .side-content-wrapper .side-content-text,
.blog-content .kd-icon-list,
.blog-content .wpcf7-form-control-wrap,
.blog-content .feature-sections-wrapper .side-content-subtitle {
    font-size: 14px!important;	
}
.post-template-default.single #wrapper {
    background-color: #f0f0f0;	
}
.blog-content .product-title {
    padding: 35px 20px;
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
    background-color: #fff;	
}
.blog-content .featured-left {
    padding: 40px;
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
    background-color: #fff;	
}
@media (min-width: 960px) {
.single-post #posts-content {
    width: 100%!important;	
}
.single-post #posts-content .BlogFullWidth {
    width: 75%!important;
    max-width: 960px;
}
.blog-content .wpb_row.product-content .vc_column-inner {
    padding: 0;
}
.blog-content .kd_scroll_tabs_wrapper.feature-sections-wrapper .feature-sections-tabs .nav-tabs {
    text-align: left!important;	
}
.blog-content .kd_scroll_tabs_wrapper.feature-sections-wrapper .feature-sections-tabs {
    width: 100%;
    margin: 20px 0 0 0!important;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    top: 0;
}
}
@media (max-width: 959px) {
.blog-content .feature-sections-wrapper section {
    padding: 20px 0 0 0!important;
}
.blog-content .text-box .question:before, 
.blog-content .text-box .answer:before{
    left: 16px!important;
}
}
.blog-content .text-box .question, 
.blog-content .text-box .answer {
    padding-left: 28px;	
}
.blog-content .text-box .question:before, 
.blog-content .text-box .answer:before{
    content: '';
    display: inline-block;
    vertical-align: text-top;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
}
.blog-content .text-box .question:before {
    background-image: url(images/question/question.svg);
}
.blog-content .text-box .answer:before {
    background-image: url(images/question/answer.svg); 
}
#posts-content .post td, 
#posts-content .post th {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.table-second .table-container tr.adjust-row td {
    padding-top: 17px!important;
    padding-bottom: 17px!important;	
}
.table-two {
	position: relative;
}
/*左边内容是表头名的宽度，根据实际情况而定,你也可以使用百分比*/
.table-first {
	position:absolute;
	left: 0; top:0; /*width:20%;*/
    width: 100px;
    box-shadow: 15px 0 5px rgba(0,0,0,0.3);
    word-break: break-all;
}
/*距离左边表头的内容宽度*/
.table-second {
	padding-left: 100px;/*width:20%*/
}
.table-first table,
.table-second .table-container table {
    margin: 0!important; 
	width: 100%!important;	
}
.table-first tr:nth-child(odd),
.table-second tr:nth-child(odd) {
	background-color: #f6f6f6;
}
.table-first tr:nth-child(even),
.table-second tr:nth-child(even) {
	background-color: #fff;
}
.table-first tr:first-child {
	background-color: #ee562f;
    color: #fff;
}
.table-second tr:first-child {
	background-color: #666;
    color: #fff;
}
/*超出部分出现滚动条*/
.table-second .table-container {
	width: 100%;  
	overflow: auto;
    white-space:nowrap; 
}
#posts-content .post .blog-content ul {
    margin-bottom: 5px!important;
}
#posts-content .post .blog-content ul li {
    padding-left: 15px!important;
}
@media (max-width: 767px) {
.table-second .table-container {
    -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar for Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.table-second .table-container::-webkit-scrollbar {
    width:0; 
    height:0; 
    display: none;
}
}

/* ---------电炉改造页面css--------- */
#single-page.eaf-reform {
    background-color: #f0f0f0;	
}
#single-page.eaf-reform .feature-sections-wrapper .side-featured-wrapper {
    display: none!important;	
}
#single-page.eaf-reform .feature-sections-wrapper .side-content-wrapper {
    width: 100%!important;
}
#single-page.eaf-reform .feature-sections-wrapper .side-content-wrapper .side-content-title {
    font-size: 22px;
}
#single-page.eaf-reform .feature-sections-wrapper .side-content-wrapper .side-content-text,
#single-page.eaf-reform .kd-icon-list,
#single-page.eaf-reform .wpcf7-form-control-wrap,
#single-page.eaf-reform .feature-sections-wrapper .side-content-subtitle {
    font-size: 14px!important;	
}
#single-page.eaf-reform .product-title {
    padding: 35px 20px;
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
    background-color: #fff;	
}
#single-page.eaf-reform .featured-left {
    padding: 40px;
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
    background-color: #fff;	
}
#single-page.eaf-reform .vc_column_container>.vc_column-inner {
    padding: 0!important;
}
#single-page.eaf-reform .single-page-content {
    margin: 40px auto!important;
}
#single-page.eaf-reform .table-two{
    margin: 20px auto;
}
#single-page.eaf-reform td, 
#single-page.eaf-reform th {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
@media (min-width: 960px) {
#single-page.eaf-reform .single-page-content {
    width: 75%!important;
    max-width: 960px;
}
#single-page.eaf-reform .wpb_row.product-content .vc_column-inner {
    padding: 0;
}
#single-page.eaf-reform .kd_scroll_tabs_wrapper.feature-sections-wrapper .feature-sections-tabs .nav-tabs {
    text-align: left!important;	
    margin-bottom: 0!important;
}
#single-page.eaf-reform .kd_scroll_tabs_wrapper.feature-sections-wrapper .feature-sections-tabs {
    width: 100%;
    margin: 20px 0 0 0!important;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    top: 0;
}
}
@media (max-width: 959px) {
#single-page.eaf-reform .feature-sections-wrapper section {
    padding: 20px 0 0 0!important;
}
}

/* ---------其他自定义的样式--------- */
@media (max-width: 768px) {
.vc_grid-item.vc_clearfix {
    width: 33.3%!important;
    float: left!important;
}
.content-area .vc_grid .vc_col-sm-3 .vc_grid-item-mini .vc_gitem_row .vc_gitem-col h4 {
    font-size: 14px;
}
}
.content-area .vc_masonry_grid {
    min-height: auto;
}
.footer_widget {
    margin-bottom: 0!important;	
}
.single-post .navbar.navbar-default {
    box-shadow:0 3px 2px #f0f0f0;	
}
@media (max-width: 768px) {
#footer .upper-footer,
.vc-row-phone-hidden {
    display: none;	
}
}
@media (min-width: 768px) and (max-width: 959px) {
.vc_column_container>.vc_column-inner {
    padding: 0 15px!important;
}
}
@media (max-width: 959px) {
#footer .pull-right{
    display: none!important;
}
.home-slider-row {
   top: 43px!important;
   margin-bottom: 43px;
}
.navbar .topbar {
    display: inherit!important;
}
.navbar .topbar .topbar-contact span,
.navbar .topbar .topbar-menu li {
    line-height: 21px;	
}
}
@media (max-width: 560px) {
.topbar-phone a:before,
.topbar-email {
    display: none
}
}
@media (min-width: 960px) {
.home-slider-row {
   top: 115px!important;
}
}
#wrapper .revslider-initialised .tparrows.custom {
    background-color: rgba(0,0,0,0.5)!important;
}