/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/
@import url("../unicon/style.css");

a {
    color: #333;
}

#header {
    box-shadow: none;
}

/*footer*/
.mks_themeforest_widget_ul li {
    border-bottom: none !important;
    padding: 0 !important;
}

.mks_themeforest_widget_ul li:after {
    display: none;
}
.admin-bar .header-transparent {
    top: 32px!important;
}
.admin-bar .stuck {
    top: 32px;
}

/*bbPress*/
#bbps_support_forum_options label, #bbps_support_forum_move label, #bbps_support_topic_assign label {
    width: 120px;
    display: inline-block;
    float: left;
}

#bbps_support_forum_options form select, #bbps_support_forum_move form select, #bbps_support_topic_assign form select {
    height: 43px;
    width: 180px;
    float: left;
    margin-right: 10px;
    float: left;
}

#bbpress-forums div.reply {
    width: auto;
}

#bbpress-forums div.reply.bbp-private-reply {
    padding: 30px 0 0 20px;
} 

.topic .bbp-private-reply {
    background: #4a4a4a !important;
    color: #fff;
    position: relative;
}
.topic .bbp-private-reply:before {
    content: 'Private Reply';
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #c9bf19;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .025em;
}
#bbps_support_forum_options, #bbps_support_forum_move, #bbps_support_forum_options{
    margin-bottom: 20px;
}
a.d4p-bbt-quote-link {
    margin-left: 10px;
}
.bbp-reply-content iframe{
    max-width: 100%;
    height: auto;
    min-height: 300px;
}

span.profile-avatar {
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}
.bbp-topics .bbp-topic-freshness .bbp-author-name {
    color: red!important;
}
.bbp-topics .bbp-topic-freshness .bbp-author-name.moderator-reply {
    color: #c9bf19!important;
    font-weight: bold;
}
.bbp-topics .topic-resolved .bbp-topic-freshness .bbp-author-name {
    color: #c9bf19!important;
}

.bbp-topic-freshness-author .bbp-author-name {
    color: red!important;
}
.bbp-topic-freshness-author .bbp-author-name.moderator-reply {
    color: #c9bf19!important;
    font-weight: bold;
}


.bbp-author-ip {
    display: block!important;
}
.bbp-pagination{
    position: relative;
    overflow: hidden;
}
/*#bbpress-forums .bbp-forum-freshness .bbp-author-name.customer-reply,*/
/*#bbpress-forums .bbp-forum-freshness .bbp-author-name.customer-topic,*/
/*#bbpress-forums .bbp-topic-freshness .bbp-author-name.customer-reply,*/
/*#bbpress-forums .bbp-topic-freshness .bbp-author-name.customer-topic {*/
    /*color: red;*/
/*}*/

/*EDD*/
.cart-popup {
    position: relative;
    display: inline-block;
}

ul.cart-item-list {
    width: 300px;
    position: absolute;
    top: 90px;
    right: 20px;
    background: #262626;
    margin: 0;
    padding: 0;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    z-index: 9999;
    color: #fff;
}

.portfolio-detail-attributes ul li strong {
    width: 90px;
}

.download-price-value {
    display: inline-block !important;
    font-size: 24px;
    color: #777;
    font-weight: 700;
    margin-top: -10px;
}

.single-download .edd_download_purchase_form, .btn-live-demo {
    margin: 0;
    float: left;
}

.portfolio-overlay-effect .overlay-effect span {
    font-size: 16px !important;
}

.hentry.type-download {
    margin-bottom: 15px;
}

.portfolio-item h4 {
    white-space: normal !important;
    text-overflow: initial !important;
}

#edd_checkout_cart_form, #edd_checkout_form_wrap {
    /*width: 50%;*/
    /*float: left;*/
}

.button.edd_go_to_checkout {
    /*display: none;*/
}

/*Model login*/
#additional-settings {
    bottom: 10px;
}

.login-popup {
    padding: 10px 20px 50px;
    border-radius: 0;
}

#form .input {
    border-radius: 0;
    box-shadow: none;
    border-width: 2px;
    margin-top: 5px;
}

#form .input:hover, #form .input:focus {
    border-width: 2px;
}

ul.user-menu:hover ul.user-sub-menu {
    display: block;
}

ul.user-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #ccc;
    min-width: 120px;
}

ul.user-sub-menu li a {
    display: block !important;
    padding: 10px !important;
    text-align: right;
}

/*hkb*/
ul.hkb-archive {
    margin: 0;
}

ul.hkb-archive > li {
    width: 49%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

ul.hkb-archive li:nth-child(2n+1) {
    margin-right: 2%;
}

h2.hkb-category__title {
    margin-bottom: 0;
}

.hkb-category[data-hkb-cat-icon="false"] .hkb-category__header {
    padding-left: 40px;
}

.hkb-category .hkb-category__header {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid #dfe4e6;
}

.hkb-category__header:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    content: "\f114";
    color: #6d6d6d;
    margin: 2px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

ul.hkb-article-list {
    margin: 15px 0;
}

ul.hkb-article-list li {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 5px 0px 5px 25px;
    list-style: none;
}

ul.hkb-article-list li:before {
    font-family: FontAwesome;
    content: "\f0f6";
    color: #6d6d6d;
    font-size: 16px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
}

ul.hkb-article-list li a, .hkb-category__view-all {
    color: #333;
}

span.hkb_category_widget__article_count {
    float: right;
    padding-right: 10px;
}

li.hkb-subcats__cat {
    /*margin-left: 20px;*/
}

/*hkb search*/
.hkb-site-search__field {
    display: block;
    width: 84% !important;
    margin-right: 2% !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hkb-site-search__button {
    display: block;
    width: 14% !important;
    margin: 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#hkb.hkb-searchresults {
    list-style: none;
    margin: 0;
    padding: 0;
}

#hkb-jquery-live-search {
    background: #fff;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#hkb.hkb-searchresults > li a {
    padding: 6px 0px 6px 10px;
    display: block;
    color: #666;
    text-decoration: none;
}

#hkb.hkb-searchresults > li.hkb-searchresults__article {
    padding-left: 20px;
}

#hkb.hkb-searchresults > li {
    position: relative;
    padding: 0 10px;
    margin: 0;
}

#hkb.hkb-searchresults > li:hover {
    background: #fafafa;
    color: #333;
}

.hkb-site-search .hkb-site-search__field.live-search-loading {
    background: #fff url("assets/images/loader.svg") no-repeat right 5px center;
}

#hkb.hkb-searchresults > li.hkb-searchresults__article a:before {
    font-family: FontAwesome;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: normal;
    content: "\f0f6";
}

.hkb-category .hkb-category__count,
.hkb-subcats .hkb-subcats__cat-count {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 2px;
}

.hkb-category .hkb-category__count:before,
.hkb-subcats .hkb-subcats__cat-count:before {
    content: "(";
}

.hkb-category .hkb-category__count:after,
.hkb-subcats .hkb-subcats__cat-count:after {
    content: ")";
}

/*Document*/
.doc-anchor {
    margin-top: 50px;
    text-align: center;
}

.doc-anchor h2.entry-title {
    font-size: 30px;
    font-weight: bold;
}

.sidebar-doc .widget > ul > li ul li {
    background: none !important;
}

h3.entry-title.article-title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 25px 0;
    font-weight: bold;
}

h3.entry-title.article-title i {
    margin-right: 10px;
}

.noo-doc-ul.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    min-width: 260px;
}

.noo-doc-ul .sub-menu {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: none;
}

.noo-doc-ul .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.noo-doc-ul  li.active > a {
    color: #000;
    font-weight: bold;
}

.noo-doc-ul li.active .sub-menu {
    display: block;
}
.search-results .entry-search.bbp-private-reply {
    /*display: none;*/
}

.cart-popup {
    display: none;
}

#bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-permalink {
    font-weight: 500;
    font-size: 15px;
}
li.bbp-forum-info a {
    font-weight: 500;
}