/*
* Theme Name: Alldocube
* Theme URI: https://webriti.com/busiprof-premium-wordpress-theme-1/
* Description: Alldocube theme is made for alldocube company.PLS don't custom.
* Version: 1.9.6
* Author: Kris
* Author URI: https://www.webriti.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 */
html, body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    min-width: 320px;
}
@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src:url('/en/wp-content/themes/alldocube/css/font/AvenirNextLTPro-Regular.woff');
    font-style: normal;
}
body {
    background: #f6f7f8;
    font-family: "AvenirNextLTPro-Regular","微软雅黑","宋体","Myanmar3","mm3-multi-os",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    padding:0;
    padding-right: 0!important;
}
p {margin: 0 0 10px;}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
* {outline: none !important;}
.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.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}
/* Page breadcrumb Css -------------------------------------------------------------------------------------------------------------------------- */
.page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 0px;
    padding: 14px 0;
    font-weight:500;
    text-align: left;
    font-size: 14px;
    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: #5ca2df; }
.scrollup {
    background-color: #008cd6;
    color: #fff;
    border-radius: 20px;
    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{margin-top: 6px}
