/*
Theme Name: Industrial
Theme URI: http://anpsthemes.com/industrial/
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: http://themeforest.net/user/Anps/portfolio
Version: 1.4.0
License: GNU General Public License
License URI: license.txt
Text Domain: industrial
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/

.wpcf7-submit{
	border: 1px solid #ddd;
}
.mini-cart{display:none !important}

@media (max-width:1199px) {
	.above-nav-bar .textwidget {
		display: none;
	}
}




form .form-line {
    margin-bottom: 10px;
}
form input[type="submit"] {
    display:block;
    width: 100%;
    padding: 5px 25px;
    color: #fff;
    background-color: #007cc3 !important;
}




/* leo float form*/
.side-form-wrapper {
    position: fixed;
    right: 0;
	 z-index: 99999;
}


/* 表单呼出按钮 */

#side-form-button {
    padding:5px;
    color:#fff;
    background-color: #007cc3;
    position: fixed;
    right: 20px;
    bottom: 30%;
    border-radius: 10px;
    cursor: pointer;
    z-index: 300;
}

#side-form-button .side-form-icon {
    display: block;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#side-form-button .side-form-icon:before {
    content: "";
    display: block;
    width: 60%;
    height: 8px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: -3px;
    right: -4px;
    transform: rotate(-45deg);
}

#side-form-button .side-form-icon:after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: -3px;
    transform: rotate(-45deg);
}


/*end 表单呼出按钮 */


/*  表单模块 */

#leo-side-contact-form {
    width: 300px;
    padding: 10px 20px 0;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all .5s;
    z-index: 998;
}

#leo-side-contact-form.active {
    transform: translate(0, -50%);
}


#leo-side-contact-form .closeBtn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#leo-side-contact-form .closeBtn:before,
#leo-side-contact-form .closeBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#leo-side-contact-form .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#leo-side-contact-form .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*  表单模块 */

/* 输入信息 */
#leo-side-contact-form,
#leo-side-contact-form label,
#leo-side-contact-form input,
#leo-side-contact-form textarea,
#leo-side-contact-form h3 {
    font-family: inherit;
    box-sizing: border-box;
    color: #444f5d;
}

#leo-side-contact-form .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

#leo-side-contact-form .form-line {
    width: 100%;
    padding-bottom: 10px;
	margin-bottom:0 !important;
}

#leo-side-contact-form .form-line p {
    margin: 0;
}
#leo-side-contact-form.radius .form-line input {
    border-radius: 10px;
}

#leo-side-contact-form .form-line label {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
	margin-top:0 !important;
}

#leo-side-contact-form .form-line input,
#leo-side-contact-form .form-line textarea {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}


/* 提交按钮 */

#leo-side-contact-form .form-line input.submit {
    width: 100%;
    border: 1px solid #007cc3;
	background-color: #007cc3 !important;
	color:#fff !important;
}

#leo-side-contact-form .form-line input.submit:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #007cc3;
    color: #007cc3;
}


/* 提交按钮 */


/* 输入框 */
/* #leo-side-contact-form .form-line input:not(.submit):hover,
#leo-side-contact-form .form-line textarea:hover {
    color: #797676;
    border-color: #37c5a6;
    background-color: rgba(255, 255, 255, 0);
}

#leo-side-contact-form .form-line input:not(.submit):focus,
#leo-side-contact-form .form-line textarea:focus {
    color: #797676;
    border-color: #163f7a;
    background-color: rgba(255, 255, 255, 0);
} */

@media (max-width: 480px) {
    #leo-side-contact-form label {
        display: none;
    }
}
/*end 输入框
  end 输入信息
  end 悬浮表单
*/
/* ul.products .price{display:none;} */
.frank-textarea textarea{
				resize: none; 
			}
/*隐藏产品价格 和数量*/
/* .price{display:none;}
.orderform{display:none;} */
/*产品列表购物车按钮*/
/* .add-to-cart-wrapper{display:none;} */
@media (max-width:414px){
	/*表格横向滑动*/
	.content-container>.row .tab-pane .wpb_wrapper .wpb_wrapper {
		width: 100%;
		overflow-y: auto;
		
		}
}

/*产品页加表单跳转按钮*/
.site-main .product-single div.entry-summary{
	position:relative;
}
.site-main .product-single div.entry-summary #goto_contact_form{	
	position:absolute;
	bottom:10px;
	left:0%;
	background:#007cc3 !important;
    border: none;
    padding: 5px 25px;
    outline: none;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
	
}
.site-main .product-single div.entry-summary {
	    padding-bottom: 50px!important;
}
/*隐藏侧边导航*/
.rqq_floading_navigation{
	display:none;
}
/*底部样式*/
.site-footer #menu-menu-1 li{
	width:100%!important;
}
.site-footer #menu-menu-1{
	color:#fff;
}
.site-footer .product-categories{
	color:#fff;
}
/*页面标题*/
.page-header .page-title{
	color:#fff;
}

/*产品分类侧边栏边框线*/
.breadcrumb{border:none!important;box-shadow:none!important;}
@media (min-width: 1000px){
	.page-content::after,.sidebar::after {
		visibility:hidden!important;
	}
}
/*产品详情，pc端左移*/
/* @media screen and (min-width:1024px){
	.sidebar-left{
	margin-right:-45px;
}
} */
/*news页图片大小 */
.post-single .entry-header{
	text-align:center;
}
.post-single .entry-header>img{
	width:100%;
}

/*隐藏产品价格*/
/* .price,.woocommerce-Price-amount{
	visibility:hidden !important;
} */

/*返回顶部*/
#frank-gotop{
				display:none;
				position:fixed;
				z-index:9999;
				/*调整    位置*/
				bottom:calc(30% - 50px);
			    right:20px;
			    /*调整    宽高*/
				width:40px;
			    height:40px;
			    /*调整    圆角*/
			   	border-radius: 10px;
			    cursor:pointer;
			/*选择    文字*/
			background-color:#007cc3 !important;
			}		
			#frank-gotop:before {
		      content: "";
				display: block;
				width: 13px;
				height: 13px;
				border-left: 2px solid #fff;
				border-top: 2px solid #fff;
				position: absolute;
				top: 60%;
				left: 50%;
				transform: translate(-50%,-50%) rotate(45deg)
		    }
/*头部导航对应页面颜色，代码设置*/
nav.site-navigation .current-menu-item > a{
	color:#007cc3!important;
}
/*mb-----------------------*/
/*  删除最近浏览产品*/
@media (max-width:414px){
	
	#woocommerce_recently_viewed_products-2{
	display:none!important;
	}
	.product-header>a>img{
		width:100%;
	}
	/*移动端间隙调整 都写在对应页面*/
	h3.product-title{
		height:36px;
	}
	.related ul.products>li:nth-child(odd) .product-header{
		margin-left:15px;
	}
	.related ul.products>li:nth-child(odd) .product-title{
		text-indent: 1em;
	}
	.related ul.products>li:nth-child(even) .product-header{
		margin-right:15px;
	}
}
@media (max-width:375px){
	.related ul.products>li .product-header{
		margin-left:15px;
		margin-right:15px;
	}
	.related ul.products>li .product-title{
		text-indent: 1em;
	}
}
@media (max-width:1199px){
	.site-navigation .main-menu li.current-menu-item > a{
	color:#007cc3 !important;
	}	
}
/*移动端banner图 点击按钮*/
@media (max-width:414px){
	.rev-btn{
		font-size:10px!important;
		line-height:15px!important;
		padding:3px 15px!important;
	}
}
/*  *about us*/
@media (max-width:768px){
	.mb-about>.wpb_column {
		margin-top:0px!important;
	}
	.mb-about>.wpb_column  .wpb_text_column {
		margin-bottom:0px!important;
	}
	.mb-about-space{
		display:none;
	}
	.mb-aout-exhi>.wpb_column{
	margin-top:0px!important;	
	}
	.mb-aout-exhi .wpb_images_carousel{
		margin-bottom:0px!important;
	}
	.site-main .row .col-md-12{
		padding-bottom:0px;
		padding-top:0px;
	}
/* 新闻内页	 */
	.post-single{
		margin-bottom:0px!important;
	}
/*产品内页*/
	.related >ul.products{
		padding-bottom:0px!important;
	}
	.related >ul.products>li:not(:first-child){
		margin-top:0px!important;
	}
}
/*mb-----------------------end*/
/*footer*/
.site-footer .widget + .widget{
	margin-top:0px!important;
}
/*产品内页只显示6个相关产品*/
.related>ul.products>li.type-product:nth-child(n+4){
	display:none;
}
.product-top-meta.clearfix,.woocommerce-product-details__short-description{
	border-bottom-color:transparent!important;
}
.nav-tabs-wrap{
	display:none!important;
}
/*隐藏新闻评论*/
.anps-blog ul.post-meta>li:last-child{
	display:none !important;
}
/*首页合作伙伴 mb*/
@media (max-width:768px){
	.mb-partner>.wpb_column {
		margin-top:15px;
	}
	.mb-partner>.wpb_column .wpb_single_image {
		float:left;
	width:33.3%;
		margin-bottom:15px;
	}
	
}
/*产品详情*/
.tab-content>.tab-pane>.title.h5{
	display:none;
}
/*产品表单*/
.frank-product{
	margin:0 -30px;
}
@media (max-width:1024px){
	.entry-summary>.product-top-meta{
		display:none;
	}
	
	
}
@media (max-width:768px){
	.vc_custom_1453200552863{
		margin-top:0px !important;
	}
	.mb-partner .vc_column-inner>.wpb_wrapper {
		display:flex;
		display: -webkit-flex;
		justify-content:space-around;
	}
}
@media (max-width:414px){
	.anps_cta{
		padding-top:0px!important;
		padding-bottom:0px!important;
	}
	.xiansgheng-btn>.vc_column-inner {
		padding-top:25px!important;
	}
}



/* 产品分类页相关文章 start */
ul.related_post{
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 2em 0;
}

ul.related_post li{
	float: left;
	width: 33%;
	margin: 0 0 0 0.5%;
	overflow: hidden;
}

ul.related_post li:nth-child(3n-1){
	margin: 0;
}
/* 产品分类页相关文章 end */
