/* Docs Archive & Single Docs page CSS Start */
body #bsf-live-search {
    padding: 25px 0px !important;
    border-top: 1px solid #e5e7ef;
    border-bottom: 1px solid #e5e7ef;
    background: #f6f8ff;
}

.wp-block-image
{
margin-bottom: 2rem !important;
}

.post-type-archive-docs .site-content,
.tax-docs_category .site-content, 
.single-docs .site-content{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 100%);
}
.text-below-single-docs {
    border-top: 1px solid #e6e6e6;
    padding: 25px 0;
    margin: 3em 0 2em;
    font-style: italic;
}
.single-docs .entry-header {
    padding: 0px !important;
}
.tax-docs_category .docs_category .bsf-entry-title {
    font-family: ProximaNova-regular;
}
.tax-docs_category .docs_category .bsf-entry-title:hover a {
    color: #5124B3;
}
.tax-docs_category  .bsf-categories-wrap h4:first-child {
    font-size: 17px !important;
    font-family: ProximaNova-regular;
    margin: 0 0 5px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
}
.widget_bsf_docs_cat_widget li:before {
    content: "\e900";
    font-family: docswp!important;
    speak: none;
    position: absolute;
    font-size: 1.2em;
    line-height: 1.7;
    left: .2em;
    top: 2;
}
.widget_bsf_docs_cat_widget .children li:before {
    top: 2 !important;
}
.widget_bsf_docs_cat_widget li {
    padding: 0 0 0 1.7em;
    position: relative;
    list-style: none;
}
.widget-title.docs-widget-title,
.tax-docs_category .bsf-page-header .entry-title
{
    font-family: ProximaNova-Regular;
    text-transform: inherit;
}
.tax-docs_category .bsf-page-header .entry-title {
    font-size: 18px;
}
.single-docs .docs-single-title > h1 {
    line-height: 1.2em !important;
}
.text-below-single-docs {
    border-top: 1px solid #e6e6e6;
    padding: 25px 0;
    margin: 3em 0 2em;
    font-style: italic;
}
@media(max-width:768px){
.text-below-single-docs {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.docs-single-templates-enabled #secondary.docs-sidebar-area, 
.docs-tax-templates-enabled #secondary.docs-sidebar-area {
    border-top: 1px solid #e6e6e6 !important;
}
.docs-single-templates-enabled #primary.bsf-options-form-wrap {
    padding: 0px 0px 30px 0 !important;
}
body.docs-tax-templates-enabled .docs-wraper #primary.content-area {
    margin-bottom: 20px !important;
}
.bsf-categories-wrap .bsf-cat-col {
    float: left !important;
    width: 50% !important;
}
}
@media(max-width:480px){
    .bsf-categories-wrap .bsf-cat-col {
    width: 100% !important;
}
.tax-docs_category .bsf-categories-wrap a.bsf-cat-link {
    margin-left: 0px;
    margin-right: 0px;
}
}
/* Docs Archive & Single Docs page CSS end */
/*New CSS Tweaks - By Harshad*/
.archive.post-type-archive-docs #bsf-search-wrap{
    border-radius: 5px;
}
.archive.post-type-archive-docs .bsf-categories-wrap h4:first-child,
.archive.tax-docs_category .bsf-categories-wrap a.bsf-cat-link h4:first-child{
    color: #2a2a2a;
    font-size: 1.1em;
}
.archive.post-type-archive-docs .bsf-categories-wrap a.bsf-cat-link,
.archive.tax-docs_category .bsf-categories-wrap a.bsf-cat-link{
    border-radius: 5px;
    background:#ffffff;
    outline: none;
    box-shadow: 0px 4px 18px 0px rgba(81, 36, 179, 0.1);
    border-color: #e1e3ea;
}
.archive.post-type-archive-docs #bsf-live-search{
    padding: 0;
}
@media(min-width: 769px){
    .archive.post-type-archive-docs .bsf-categories-wrap{
        margin: 80px 0; 
    }
    .archive.post-type-archive-docs .wrap.docs-archive-wraper{
        max-width: 1000px;
    }
    .archive.post-type-archive-docs.docs-single-templates-enabled .bsf-categories-wrap .bsf-cat-col{
        clear: none;
    }
    .archive.post-type-archive-docs .bsf-categories-wrap .bsf-cat-col{
        width: 33.33%;
    }
}