/*/*

Theme Name: Basic

Version: 1.0

Author:webkul

Author URI: webkul.com

================================================

Custom Stylesheet - Powered by Webkul Software

=======================================================================================================================

*/




.wk_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.wk_container:before,
.wk_container:after {
    display: table;
    content: " ";
}

.wk_container:after {
    clear: both;
}

.wk_row {
    margin-right: -15px;
    margin-left: -15px;
}

.wk_row:before,
.wk_row:after {
    display: table;
    content: " ";
}

.wk_row:after {
    clear: both;
}

.wk-grid-9,
.wk-grid-3,
.wk-grid-1,
.wk-grid-2,
.wk-grid-4,
.wk-grid-5,
.wk-grid-6,
.wk-grid-7,
.wk-grid-8,
.wk-grid-10,
.wk-grid-11,
.wk-grid-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}

ul ul {
    margin-bottom: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

p {
    margin: 0 0 10px;
}

img {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.wk-submit-request p {
    color: #fff !important;
    background-color: #32be79 !important;
}

.wk-know-banner p {
    color: #fefefe;
    margin-bottom: 22px;
    font-size: 47px;
    font-weight: bold;
}

.wk-out-wrap {
    display: inline-block;
    width: 31%;
    background-color: #FFFFFF;
    margin: 0px 0px 60px 20px;
    box-shadow: 0px 0px 10px 0px #bdbcbc;
}

.wk-out-wrap:nth-child(odd) {
    border-bottom: 3px solid #0288d1;
}

.wk-out-wrap:nth-child(even) {
    border-bottom: 3px solid #32be79;
}

.wk-statistics {
    display: table;
    width: 100%;
    text-align: center;
}

.wk-statistics .wk-stats-count {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    padding: 0px 20px;
}

.wk-stats-count span,
.wk-stats-count p {
    display: inline-block;
}

.wk-stats-count span {
    font-size: 47px;
    font-weight: bold;
    color: #425159;
}

.wk-stats-count p {
    font-size: 30px;
    position: relative;
    bottom: 6px;
    color: #0288D1;
    margin-left: 10px;
}



/*===> search field <===*/

#live-search #searchform {
    border: 1px solid #dbdbdc;
}

#live-search {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 62%;
    line-height: 1;
}


.form-group {
    margin-bottom: 0px;
}

.wk-knowledge-search {
    right: 12px;
}

#live-search input[type=text] {
    outline: none;
    color: #666666;
    font-size: 15px;
    border: none;
    padding: 16px 10px 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #37474f;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #37474f;
    font-size: 16px;
}

::-moz-placeholder {
    color: #37474f;
    font-size: 16px;
}

:-moz-placeholder {
    color: #37474f;
    font-size: 16px;
}

/* #search-result {
    color: #666666;
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 1px;
    border-bottom: 1px solid #cccccc;
    padding-left: 0px;

} */

#search-result li {
    background: rgb(255, 255, 255);
    list-style: none outside none;
    padding: 0px 0 0px 8px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#search-result li a {
    display: block;
    color: #595959;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 10px 20px 10px;
}

#search-result li a:hover {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}

#search-result li:hover {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    background-color: #f8f8f8;
}

.wk_no_result {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-weight: 500;
    padding: 16px 0px 14px 62px;
    display: inline-block;
    width: 100%;
    position: relative;
    left: 2px;
}

/*===> content <===*/

#wk-content {
    margin-top: 31px;
}

#wk_content {
    padding: 25px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.wk-breadcrumb {
    padding: 0;
    margin: 0;
}

.wk-breadcrumb hr {
    margin: 0;
}

li.breadcrumb-item:before {
    content: "";
    background-image: url("../images/sprite-knw.png");
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: 23px -11px;
    margin: 0px 8px;
}

.wk-search-wrap {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #37374f;
    margin: 0;
}

.wk-search-wrap h2 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
}

.wk-submit-request a {
    color: #fff;
    text-decoration: underline;
}

.wk-submit-request a:hover {
    color: #0D47A1;
}

#wk_articles_meta ul.wk-cat-article-wrapper {
    border-right: 1px solid #cdcdcd;
    margin-top: 30px;
    padding-left: 20px;
}

.wk-knw-title-cat h3 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.wk-knw-title-cat h3 span {
    font-size: 16px;
}

.wk_article_block {
    margin-left: 10px;
}

#wk_articles_meta ul.wk-cat-article-wrapper>li {
    line-height: 30px;
    font-size: 16px;
}

#wk_articles_meta ul.wk-cat-article-wrapper>li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#wk_articles_meta ul.wk-article-wrapper {
    border-right: 1px solid #cdcdcd;
    margin-top: 30px;
    padding: 0px;
}

.knw-full #wk_articles_meta ul.wk-article-wrapper,
.knw-full #wk_articles_meta .wk-search-article-wrapper {
    border: 0px;
    ;
}

#wk_articles_meta ul.wk-article-wrapper>li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
    padding-right: 20px;
}

#wk_articles_meta ul.wk-search-article-wrapper {
    border-right: 1px solid #cdcdcd;
    margin-top: 0px;
}

#wk_articles_meta ul.wk-search-article-wrapper>li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
    padding-right: 20px;
}

#wk_articles_meta ul.wk-search-article-wrapper>li a {
    font-size: 18px;
}

#wk_articles_meta ul.wk-search-article-wrapper>li p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #37474f;
}

.wk-text-wrap {
    background-color: #32be79;
    padding: 16px;
}

.wk-text-wrap span {
    font-size: 18px;
}

.wk-feedback {
    border: 2px solid #32be79;
    border-top: none;
    padding: 10px 20px;
    display: none;
    background-color: #f9f9f9;
}

.wk-feedback textarea::-webkit-input-placeholder {
    color: #37474f;
    font-size: 16px;
}

.wk-feedback textarea:-ms-input-placeholder {
    color: #37474f;
    font-size: 16px;
}

.wk-feedback textarea::-moz-placeholder {
    color: #37474f;
    font-size: 16px;
}

.wk-feedback textarea:-moz-placeholder {
    color: #37474f;
    font-size: 16px;
}

.wk-feedback.knw-visible {
    display: block;
}

.wk-feedback form {
    display: none;
    transition: .2s ease-in-out;
}

.wk-feedback textarea {
    width: 100%;
    color: #37474f;
    font-size: 18px;
    margin: 10px 0px;
    padding: 20px;
}

.wk-feedback.knw-visible form {
    display: block;
}

.wk-text-wrap a#helpful {
    color: rgb(1, 255, 57);
}

#feedback-text {
    color: black;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 4px;
}

.wk-btn-sm {
    padding: 5px 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0288D1;
    border: none;
    display: block;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    border-radius: 3px;
    vertical-align: top;
    outline: none;
}

.g-recaptcha {
    display: block;
}

.wk-text-wrap a#not-helpful {
    color: #FFB981;
}

.wk-entry-wrap {
    display: inline-block;
}

.wk-knw-title {
    width: 89%;
}

.wk-entry-wrap h1 {
    font-size: 30px;
    margin: 0px 0px 24px 0px;
    text-transform: capitalize;
    font-weight: 500;
    color: #37374f;
}

.wk-entry-wrap span {
    font-size: 16px;
}

.wk-entry-wrap span:before {
    content: "";
    background-image: url('../images/sprite-knw.png');
    height: 15px;
    width: 17px;
    display: inline-block;
    background-position: -359px -58px;
    margin-right: 3px;
}

.wk-like span:before {
    content: "";
    background-image: url('../images/sprite-knw.png');
    height: 15px;
    width: 17px;
    display: inline-block;
    background-position: -374px -54px;
    margin-right: 3px;
    
}

.wk_read_more a {
    font-size: 20px;
    text-transform: capitalize;
}

.wk-ico-wrap {
    position: absolute;
    left: -30px;
    top: 35px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #4DA3FC;
}

.wk-ico-wrap+.wk-post-meta {
    color: #4DA3FC;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    font-size: 20px;
    font-family: serif;
}

a.wk-post-meta {
    color: #0D47A1;
}

.wk-entry-category {
    margin: 0 auto 30px auto;
    display: table;
}

.wk-entry-category h2 {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 8px;
    text-transform: capitalize;
}

.wk-entry-category span {
    font-size: 17px;
    color: #4a4a4a;
}

.wk-cat-text-wrap {
    float: left;
}

.wk-category-box {
    height: 63px;
    width: 63px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    background-color: #4DA3FC;
}

.wk-list-help {
    margin: 33px 0px 0px 0px;
}

.wk-help {
    color: #fff;
    display: inline-block;
    width: 78%;
}

.wk-help a {
    display: inline-block;
    margin-right: 9px;
    border: 2px solid white;
    padding: 0px 6px 0px;
    border-radius: 50%;
}

.yes {
    background-image: url('../images/sprite-knw.png');
    height: 12px;
    width: 19px;
    display: inline-block;
    background-position: -198px 0px;

}

.no {
    background-image: url('../images/sprite-knw.png');
    height: 16px;
    width: 15px;
    display: inline-block;
    background-position: -183px 0px;
    margin: 0px 2px -2px;
}

.no-selected {
    background-color: #2e7d32;
}

.wk-like {
    background-color: #0288D1;
    color: #fff;
    margin-left: -5px;
    text-align: center;
    padding: 18px;
    display: inline-block;
    width: 21%;
    vertical-align: top;
}

li.wk_knowledgebase img {
    max-width: 100%;
    height: auto;
}

.wk_single_page ul {
    padding-left: 20px;
    margin-top: 5px;
}

.wk_single_page ul,
.wk_single_page li {
    margin-bottom: 0px;
    font-size: 17px;
    margin-left: 0px;
    list-style: circle;
}

.wk-article-content {
    line-height: 30px;
    font-size: 16px;
    color: #37374f;
}

.wk-article-author {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.wk-article-author .wk-author-img {
    height: 66px;
    width: 66px;
    background-color: #00BCD4;
    border-radius: 50%;
    display: table;
    float: left;
    margin: 0px 15px 0px 0px;
}

.wk-article-author .wk-author-detail,
.wk-tags-list span {
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wk-tags-list a {
    font-size: 14px;
    border: 1px solid;
    padding: 3px 5px;
    margin: 5px 0px 10px 5px;
    display: inline-block;
    text-transform: capitalize;
}

.wk-article-author .wk-author-name {
    font-size: 16px;
    color: #37374f;
    font-weight: bold;
    text-transform: capitalize;
}

.wk-article-author .wk-author-img p {
    display: table-cell;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 34px;
    text-align: center;
    vertical-align: middle;
}

.btm-line {
    margin-bottom: 46px;
}

.wk_category {
    margin-bottom: 41px;
}

.wk_article_list img {
    width: 35px;
    height: 35px;
}

#wk_content .wk_article_list li {
    line-height: 23px;
    margin-bottom: 8px;
}

#wk_content .wk_article_list li a {
    font-size: 16px;
    font-weight: 500;
    color: #0D47A1;
}

#wk_content li.view_all a {
    background-color: #32be79;
    color: #fff;
    font-size: 16px;
    padding: 8px 9px;
    border-radius: 4px;
    margin-left: -16px;
}

#wk_content li.view_all {
    margin-top: 24px;
    list-style: none;
}

.wk_category h4 a {
    color: #37374f;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    left: 6px;
}

.wk_category h4 a:hover {
    color: #2196f3;
}

.wk_category h4 {
    position: relative;
    left: -17px;
}

/*===> Articles <===*/
.wk_articles ul li {
    list-style: none outside none;
    padding: 2px 0 0px 30px;
    margin: 0 0 3px;
}



/*===> Search Page <===*/

.wk_articles_search ul li {
    list-style: none outside none;
    padding: 4px 0 24px 30px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e2e2e2;
}

/*===> aside <===*/

.wk_widget {
    margin-bottom: 23px;
    width: 49%;
    display: inline-block;
    float: left;
    padding: 30px;
}

.wk_widget h2 {
    font-size: 20px;
    color: #37374f;
    text-align: center;
}

.wk_widget ul {
    padding-left: 20px;
    margin-top: 15px;
}

.wk_widget ul li {
    color: #555;
    font-size: 22px;
    list-style: none;
}

.wk_widget ul li {
    background-color: #FFFFFF;
    margin-bottom: 17px;
}

.wk_widget ul li span {
    content: "";
    height: 54px;
    width: 45px;
    display: inline-block;
    background-color: #0288D1;
    vertical-align: top;
}

.wk_widget ul li span:before {
    content: "";
    background-image: url('../images/sprite-knw.png');
    height: 31px;
    width: 26px;
    background-position: -217px -79px;
    display: inline-block;
    position: relative;
    top: -12px;
    left: 10px;
}

.wk_widget ul li span:after {
    content: '';
    height: 54px;
    width: 4px;
    background-image: url('../images/sprite-knw.png');
    display: inline-block;
    position: relative;
    right: -18px;
    top: 0px;
    background-position: 8px -24px;
}

.wk_widget ul li a {
    font-size: 16px;
    margin: 15px 0px 0px 15px;
    display: inline-block;
    width: 85%;
    color: #0D47A1;
}

.wk_widget ul li a:after {
    content: "";
    height: 10px;
    width: 13px;
    background-image: url('../images/sprite-knw.png');
    float: right;
    background-position: -191px -10px;
    margin-top: 5px;
}

.wk_trend {
    margin-left: 0;
}

.wk_trend h2 {
    font-weight: bold;
    color: #37374f;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.wk_trend li a {
    font-size: 16px;
    line-height: 30px;
    color: #0D47A1;
}

.wk-trend-sidebar {
    margin-top: 40px;
}

.wk-trend-sidebar .wk_trend {
    margin-bottom: 20px;
}

.wk-trend-sidebar .wk_trend ul {
    margin: 0 0 0 15px;
}

.wk-trend-sidebar .wk_widget {
    width: 100%;
    padding: 0;
}

.wk-trend-sidebar .wk_widget h2 {
    text-align: left;
    font-weight: bold;
    color: #37374f;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.wk-trend-sidebar .wk_widget ul {
    padding: 0;
    margin: 0 0 0 15px;
}

.wk-trend-sidebar .wk_widget ul li {
    list-style: disc;
    font-size: 16px;
    color: #000000;
    margin: 0 0 10px 0;
}

.wk-trend-sidebar .wk_widget ul li span {
    display: none;
}

.wk-trend-sidebar .wk_widget ul li a {
    width: 100%;
    margin: 0;
    display: block;
}

.wk-trend-sidebar .wk_widget ul li a:after {
    background: none;
}

.wk_art_sidebar {
    background-color: #FAFAFA;
}

.wk_reply {
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
}

.wk_reply .disqus_thread {
    display: inline-block;
    width: 100%;
}

.wk-pagination-wrapper ul {
    display: inline-block;
}

.wk-pagination-wrapper ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 5px;
}


.wk-pagination-wrapper ul li {

    vertical-align: top;
}

.wk-pagination-wrapper ul li a {
    display: inline-block;
    padding: 6px 12px !important;
    background-color: #4DA3FC !important;
    color: #fff;
    font-size: 16px !important;
}

.wk-pagination-wrapper ul .prev,
.wk-pagination-wrapper ul .next {
    -webkit-border-radius: 0;
    line-height: unset;
}

.wk-pagination-wrapper ul li span {
    padding: 6px 12px !important;
    background: #ddd;
    font-size: 16px !important;
    color: #999 !important;
}


/*=====> popup contact <=======*/

.errMsg {
    color: #FF061D;
    font-weight: 400;
    display: none;
    width: 100%;
    margin-top: 20px;
}

.wk-alert-success {
    color: #106320;
    font-size: 17px;
    font-weight: 500;
    background-color: #fff;
}

.wk-alert-danger {
    color: #d30c0c;
    font-size: 17px;
    font-weight: 500;
    background-color: #fff;
}

.wait.active {
    background-image: url('../images/preloader.gif');
    background-color: transparent;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 22px;
    width: 133px;
}

.ver-rob {
    margin-bottom: 15px;
    color: #ff0000;
}

ul#wk_knw_categories_list {
    border: 1px dashed #aaa;
    padding: 0px 15px;
}

li.wk-cat-order {
    margin: 15px 0px;
    border: 1px solid #aaa;
    cursor: move;
    background: #fff;
    display: block;
    padding: 8px;
    color: #555;
    font-size: 14px;
}

div#knw-settings input[type="text"],
div#knw-settings input[type="number"] {
    padding: 6px 8px;
    border-color: #aaa;
}

.wk_knw_query.wrap {
    width: 50%;
}

.wk_knw_query.wrap h1 {
    margin-bottom: 30px;
}

.wk_knw_query.wrap input,
textarea[readonly] {
    width: 100%;
    padding: 10px;
}

.wk_knw_query.wrap label {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.wk_categories .wk_category ul {
    padding: 0 0 0 30px;
}


/*======> Knowledgebase layout <======*/
.wk_knw_layout {
    float: left;
    vertical-align: middle;
}



/*======> responsive layout <======*/
@media (min-width: 768px) {
    .wk_container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .wk_container {
        width: 970px;
    }

    .wk-grid-1,
    .wk-grid-2,
    .wk-grid-3,
    .wk-grid-4,
    .wk-grid-5,
    .wk-grid-6,
    .wk-grid-7,
    .wk-grid-8,
    .wk-grid-9,
    .wk-grid-10,
    .wk-grid-11,
    .wk-grid-12 {
        float: left;
    }

    .wk-grid-1 {
        width: 8.33333333%;
    }

    .wk-grid-2 {
        width: 16.66666667%;
    }

    .wk-grid-3 {
        width: 25%;
    }

    .wk-grid-4 {
        width: 33.33333333%;
    }

    .wk-grid-5 {
        width: 41.66666667%;
    }

    .wk-grid-6 {
        width: 50%;
    }

    .wk-grid-7 {
        width: 58.33333333%;
    }

    .wk-grid-8 {
        width: 66.66666667%;
    }

    .wk-grid-9 {
        width: 75%;
    }

    .wk-grid-10 {
        width: 83.33333333%;
    }

    .wk-grid-11 {
        width: 91.66666667%;
    }

    .wk-grid-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .wk_container {
        width: 1170px;
    }
}

@media screen and (max-width: 1200px) {
    .wk-out-wrap {
        width: 100%;
        margin: 0px 0px 30px;
    }

    .wk_category {
        float: none;
        width: 100%;
    }

    .wk_category:nth-child(odd) {
        margin-right: 0px;
    }

    .wk_widget {
        width: 100%;
    }

    .wk-like {
        margin-left: -5px;
    }


}

@media screen and (max-width: 991px) {

    .wk_trend {
        margin-left: 0px;
    }

    .wk-know-banner {
        margin-top: 0px;
    }

    #wk_articles_meta ul.wk-article-wrapper,
    #wk_articles_meta ul.wk-cat-article-wrapper {
        border-right: none;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .wk-help {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .wk-like {
        display: block;
        width: 100%;
        margin: auto;
    }

    .wk-modal {
        width: 100%;
        padding: 20px;
    }

    #live-search {
        width: 100% !important;
    }
}

@media screen and (max-width: 630px) {
    .wk_widget ul li span {
        display: block;
        margin: 15px auto;
    }

    .wk_widget ul li a {
        display: block;
        text-align: center;
    }

    .wk-trend-sidebar .wk_widget ul li a {
        text-align: left;
    }

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .wk-help p {
        display: block;
        text-align: center;
        margin: 0;
        color: #fff;
    }

    .wk-help .dec {
        display: block;
        text-align: center;
    }

    #feedback-text {
        display: block;
        text-align: center;
        margin: 0;
    }
}