.wrapper{
    width:1100px;
    max-width:100%;
    margin:0 auto;
}
:root{
    --hzlightcolor:rgba(0, 102, 255, 0.2);
    --hzradius:4px;
    --hzcolor:#0066ff;
    --hzlight:rgba(0, 102, 255, 0.03);
}
.button,button{
    background:#0066ff;
    border:1px solid #0066ff;
    border-radius:4px;
}
button.text,
button.empty,
.button.empty {
    color:#0066ff;
}
.site{
    background-color:#f7f9fa;
}
.radius,
.rounded {
    border-radius:4px;
}
.hz-color{
    color:#0066ff;
}
.hz-color-bg{
    background-color:#0066ff;
}
.hz-hover a{
    color:#0066ff;
}
.hz-hover a:hover{
    text-decoration: underline;
}
.hz-light {
    background-color:rgba(0, 102, 255, 0.18)
}
.hz-light-dark{
    background-color:rgba(0, 102, 255, 0.52)
}
.hz-light-bg{
    background-color:rgba(0, 102, 255, 0.12)
}
.header-banner-left .menu li.current-menu-item a:after{
    background:#0066ff;
}
.mobile-footer-center i,
.bar-item-desc {
    background: #0066ff;
}
.widget-area{
    width:300px;
    min-width:300px;
    margin-left: 16px;
    max-width: 100%;
}
.single .content-area,
.page .content-area,
.links-register .content-area{
    max-width: calc(100% - 300px);
    margin: 0 auto;
    flex:1;
}
.sidebar-nav-item span i {
    color:#0066ff;
}
.sidebar-nav-item.active{
    background:rgba(0, 102, 255, 0.04);
    border-radius:4px;
}
.sidebar-nav-item.active span{
    color:#0066ff;
}
.tab-nav li a.active {
    background-color:#0066ff;
    color:#fff;
}.gold-table.active:after{
    border-color:#0066ff;
}
.gold-table.active{
    color:#0066ff;
}
input,textarea{
    caret-color:#0066ff;
}
.login-box-in .login-form-item input:focus{
    border-color:#0066ff;
}
.login-box-in .login-form-item input:focus + span{
    color:#0066ff;
}
.message-header a,
.login-box-in a {
    color:#0066ff;
}
.category-tab a.active {
    color:#0066ff;
} 
.single-header .entry-thumb {
    border-bottom:8px solid #f7f9fa;
}
.mg-r {
    margin-right:16px;
}
.mg-b {
    margin-bottom:16px;
}
.mg-t {
    margin-top:16px;
}
.mg-l {
    margin-left:16px;
}
.mg-t-{
    margin-top:-16px;
}
.hz-mg {
    margin:16px;
}
.hz-pd{
    padding:16px;
}
.hz-py{
    padding:16px  0;
}
.hz-px{
    padding:0 16px;
}
.hz-py-1{
    padding:24px  0;
}
.hz-px-1{
    padding:0 24px;
}
.hz_gap {
    grid-gap:16px;
}
.top-user-box-drop li a i {
    color: #0066ff;
}
.post-content {
    margin-bottom: 16px;
}
.sidebar-wrap {
    margin-right: 16px;
}
#footer{
    color:#fff;
}
#footer .footer-bookmarks{
    color:#fff;
    border-color:#fff;
}
#footer .footer-copy{
    color:#fff;
}
@media screen and (max-width: 768px) {
    .mg-b{
        margin-bottom:12px;
    }
    .mg-t{
        margin-top:12px;
    }
    .mg-t-{
        margin-top:-10px;
    }
    .mg-l{
        margin-left:12px;
    }
    .mg-t-{
        margin-top:-12px;
    }
    .mg-r{
        margin-right:12px;
    }
    .hz-mg{
        margin:12px;
    }
    .hz-pd{
        padding:12px;
    }
    .hz-py {
        padding:12px;
    }
}
