/*
* Theme Name: 酷比魔方
* Theme URI: https://webriti.com/busiprof-premium-wordpress-theme-1/
* Description: 专为酷比魔方开发的主题，请勿更新.  
* Version: 1.9
* Author: Kris
* Author URI: https://blog.80muban.com
* Tags: one-column, two-columns, full-width-template, threaded-comments, right-sidebar, custom-menu, sticky-post, translation-ready, featured-images, blog, theme-options, portfolio, photography, entertainment, education, footer-widgets, e-commerce, news
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl.html
* Copyright (c) 2013 Webriti. All rights reserved.
* http://www.webriti.com
* Text Domain: 	busiprof
* Slug: busiprof 	
*/
/* Additional css 
-------------------------------------------------- */
/* Navbar Menus Style */

/*@font-face {
    font-family: "Avenir Next ST";
    src: url(/wp-content/themes/alldocube/css/font/AvenirNextRegular_7ac5f36.eot) format("embedded-opentype"),
    url(/wp-content/themes/alldocube/css/font/AvenirNextRegular_2d26b87.woff) format("woff"),
    url(/wp-content/themes/alldocube/css/font/AvenirNextRegular_c99fe90.ttf) format("truetype"),
    url(/wp-content/themes/alldocube/css/font/AvenirNextRegular_e7a17f8.svg) format("svg");
    font-style: normal;
    font-weight: 200;
    unicode-range: U+30-39,U+61-7a,U+41-5a
}*/
@font-face {
    font-family:vp-foot-iconfont;
    src:url('/wp-content/themes/alldocube/css/font/iconfont_a6106e5.woff') format("woff"),
    url('/wp-content/themes/alldocube/css/font/iconfont_fe4e9b4.ttf') format("truetype")
}
body {
	background: #f6f7f8;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 100%;
	font-weight: 400;
	line-height: 1.42857143;
	padding:0;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC",sans-serif;*/
    /*font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;*/
    min-width: 320px;
}
h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5, h6, .h6 { 
	/*font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC",sans-serif;*/
    /*font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;*/
	/*margin: 0 0 20px;*/
	color: #333;
}
* {
     outline: none !important; 
}
/*h1, .h1 { font-size: 36px; line-height: 40px; }
h2, .h2 { font-size: 30px; line-height: 35px; }
h3, .h3 { font-size: 24px; line-height: 30px; }
h4, .h4 { font-size: 18px; line-height: 25px; }
h5, .h5 { font-size: 14px; line-height: 20px; }
h6, .h6 { font-size: 12px; line-height: 20px; }*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}
p, .entry-content { 
	/*font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC",sans-serif;*/
    /*font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;*/
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	/*line-height: 25px;*/
	margin: 0;
	word-wrap: break-word;	
}

a, a:hover, a:focus {
	transition: color 0.4s;
	transition: background-color 0.4s;
	text-decoration: none;
	outline:none;}
img,.wp-post-image {max-width: 100%;height: auto}
ul li, ol li {color: #737f85; font-size: 15px; line-height: 24px; margin: 0;vertical-align: top; }
ul.children{padding:0;}
input[type=number]::-webkit-inner-spin-button{
	
	font-size: 35px;}
/* Page Title Css -------------------------------------------------------------------------------------------------------------------------- */
.page-header {	
	background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #fefeff, #f4f6f7);
    background-repeat: repeat-x;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #e4e8ea;
    padding: 18px;
}
.page-title { margin: 0; }
.page-title h2 { margin: 0; font-weight: 400; word-wrap: break-word; }
.page-title p { font-style: italic; }
/* Page breadcrumb Css -------------------------------------------------------------------------------------------------------------------------- */
.page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0px;
	padding: 17px 0;
	font-weight:500;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}
.page-breadcrumb > li { display: inline-block; padding: 0; color: #737f85; }
.page-breadcrumb > li + li:before { color: #ffffff; padding: 0 5px; }
.page-breadcrumb > li a:hover, .page-breadcrumb > li a:focus {color: #00b0ec; }
/* Paginations Css ---------------------------------------------------------------------------------------------------------------------------- */
.paginations{ margin: 0px; text-align: center; }
.paginations .pagination{margin:30px 0 20px;}
.paginations a,.paginations span{	
	background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #4b453f;
    cursor: pointer;
    display: inline-block;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 2px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.paginations .nav-links{
	display: flex;
}
.paginations span.current{
	background-color: #008cd6; 
	border:1px solid #008cd6; 
	color:#FFFFFF;
}
.paginations a:hover, .paginations a:focus, .paginations a.active {		
	background-color: #008cd6; 
	border:1px solid #008cd6; 
	opacity: 0.9;
	color:#fff;
}
@media(max-width: 767px){
	.paginations .pagination{margin:6vw 0 4vw;}
	.paginations a,.paginations span{
		font-size: 3.4vw;
		padding:0 2.5vw;
		height: 8vw;
		line-height: 8vw;
		margin:0 0.5vw;
	}
}
/*404 Error Page Css-----------------------------------------------------------------------------------------------------------------------------*/
.error-404 { clear: both; text-align: center; padding: 30px 0 100px; }
.error-404 h1 { font-size: 190px; line-height: 190px; margin: 0 0 5px; transition: all 1 ease-out 0s; }
.error-404:hover H1 { color: #51555c; }
.error-404 h3 { margin: 0 0 10px; }
.error-404 p { font-style: italic; color: #9ea5a1; }
.error-404 .btn-wrap { margin: 25px 0 0; }
/* Comment Css */
.comments-area { border-bottom: 1px solid #e4e8ea; margin: 0 0 40px; padding: 0 0 20px 0; }
.comment-title { font-size: 20px; line-height: 25px; margin: 0 0 25px; }
.comments-area .comments { position: relative; margin: 0 0 20px 30px; border: 1px solid #e4e8ea; border-radius: 4px; }
.comments-area .comments-child { position: relative; margin: 0 20px 20px 50px; border: 1px solid #e4e8ea; border-radius: 4px; }
.comment-author { height: 65px; left: -30px; position: absolute; top: 11px; width: 65px; }
.comment-author img { border-radius: 50%; }
.comment-content { margin-left: 0; padding: 7px 10px 7px 50px; }
.fn { color: #2a7bc1;font-weight: 400; margin: 0 0 10px; }
.fn span { color: #8b9194; Font-size: 16px; width: auto; padding: 0 10px; }
.datetime { color: #737f85; font-weight: 500; font-size: 14px; line-height: 20px; }
.datetime:hover, .datetime:focus { color: #2a7bc1; }
.comment-content p { font-size: 15px; line-height: 25px; }
.reply { text-align: right; }
.reply a { color: #2a7bc1; font-size: 15px; line-height: 20px; }
.reply a:hover, .reply a:focus { color: #2a7bc1; }
#submit_btn{width: auto}
#submit_btn:hover{color: #fff;}
/* Comment Form Css */
.comment-form { margin: 0px; padding: 0; }
/* addes by prakash Comment Form Css-------------- */
.comments-area li{ list-style:none; }
form.comment-form{ padding:0; }
form.comment-form .comment-notes{ margin-bottom:20px; padding:0 15px; }
form.comment-form .submit{ margin:0 15px; }
/* Comment Form Css-------------- */
.comment-form .form-group, .contact-form .form-group { margin-bottom: 0px; }
.form-group label { display: block; font-size: 15px; font-weight: 500; line-height: 20px; margin: 0 0 11px; }
.form-group input[type="submit"], .form-group button { margin-top: 15px; }

/*自定义评论css*/
.comments-area .comments{
    border:none;
    margin-bottom: 0;
    margin:0;
}
.comment-meta{
    padding-left: 80px;
    height: 65px;
    padding-top: 10px;
}
.comment-meta h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    }
.comment-meta h3 a{
    font-weight: bold;
    color: #444;
}
.comment-meta h3 a:hover{
    color: #2786ed
}
.comment-meta h4{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color:#888
}
.comments-area{
    padding:0;
    border:0;
}
.comments-area li{
    border-bottom: 1px solid #bbb;
    border-bottom-style: dotted;
    padding:30px 0;
}
.comments-area ul.children li{
    border:none;
    padding-bottom: 0
}
.comment-content{
	border-radius: 1px;
    padding: 15px;
    margin-top: 15px;
    min-height: 100px;
    background: #f7f7f7;
}
.comment-content p{
	font-size: 14px;
}
.comment-author{top: 0}
.comment-author{
    left: 0
}
.comments .reply{padding-top: 10px;}
.comments .reply a{
    padding: 5px 10px 5px 25px;
    background: url(/wp-content/uploads/2019/04/fastreply.png) no-repeat 0 50%;
    font-size: 14px;
}
.comment-reply-title{
	font-size: 20px;
	line-height: 25px;
	margin:0 0 15px;
}
.comment-reply-title:after{
	content: "";
	display: table;
	clear: left;

}
.comment-title{
	margin:0;
}
.reply-meta{
	margin-bottom: 10px;
}
.comments a#cancel-comment-reply-link{
	padding: 5px 10px 5px 20px;
    background: url(/wp-content/uploads/2019/04/close-icon.png) no-repeat 0 50%;
    font-size: 14px;
    margin-left: 5px;
    color: #ff4a4a;
}
.comment-form textarea{
	border-radius: 1px;
	background: #f9f9f9;
	min-width: 100%;
    max-width: 100%;
    font-size: 14px;
}
.comment-form .form-submit{
	margin-top: 5px
}
.comment-form .form-submit .submit{
	margin:0;
	background: #008cd6;
	color: #fff;
	border:none;
	float: right;
	font-size: 14px;
    line-height: 14px;
    padding:10px 30px;
	border-radius: 20px;
}
@media(max-width: 767px){
	ul.children{
		margin-left: 3vw;
	}
    .comment-title{
        font-size: 4.8vw;
        line-height: 9.8vw;
        margin:0;
    }
    .comments-area li{
        padding:2vw 0;
    }
    .comment-author{
        width: 45px;
        height: 45px;
    }
    .comment-meta{
        padding-left: 55px;
        padding-top: 0;
        height: 45px;
    }
}
/*Page Scrollup Css-------------------------------------------------------------------------------------------------------*/
.scrollup {
	background-color: #333;
    border-radius: 1px;
    bottom: 25px;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
.scrollup i { color: #ffffff; font-size: 15px; line-height: 1.8; }
