/*
Theme Name:           One

Author:               One

Version:              3.14.2

*/


/***************
All custom CSS should be added to One > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/*internal css*/


/*docs*/
.betterdocs-search-category {
  display: none;
}
.docs-single-cat-wrap img,.docs-single-cat-wrap h2 {
    display: inline-block;
}

.docs-single-cat-wrap img {
    width: 40px !important;
}

.docs-single-cat-wrap {
    border: 1px solid #ddd;  border-radius:4px
    
}


/*docs*/
.entry-content.single-page img {
    width: auto !important;
    height: auto !important;
}

.category p.from_the_blog_excerpt {
    display: none;
}

.category .is-divider {
    width: 00%;
    color: #333;
    background-color: #333;
}

.category .box-text.text-left {
    padding: 0px;
    border-bottom: 1px solid #eee;
}

.category .box-text.text-left {}

.category .is-divider {
    display: none;
}


span.widget-title {
    font-size: 1.2em;
}

.post-sidebar ul a {
    font-size: 0.88em;
        padding: 9px 0px;
}


body {
    -webkit-font-smoothing: auto;

}
.widget>ul>li>a{
        padding: 12px 0px;
}
.entry-divider.is-divider.small {
    display: none;
}

h6.entry-category.is-xsmall {
    display: none;
}

h1.entry-title {
    text-align: center;
}

.faq2 .is-divider {
    display: none;
}

table.a3 {
    border: 1px solid #eee;
}

table.a3 td {
    padding-left: 10px;
    /* font-size: 0.9em; */
}


/*end internal css*/

/*start  blog list style*/
.col.post-item {
    padding-bottom: 0px;
}

 p.from_the_blog_excerpt {
    display: none;
}

 .box-blog-post .is-divider {
    width: 100%;
    max-width: 100%;
    height: 1px;
    color: #eee;
    background-color: #eee;
}

 h5.post-title.is-large {
    font-weight: normal;
    font-size: 1em;
    padding-top:18px;
    padding-bottom: 10px;
}



.box-text.text-left {
    padding-bottom: 1em;
}


 .widget {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-top: 20px;
}


.is-divider.small {
    height: 1px;
    background-color: #ddd;
    width: 100%;
    max-width: 100%;
}

 .row.large-columns-1.medium-columns-.small-columns-1 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding-top: 20px;
}


/*end blog list style*/
.wc-memberships-members-area-navigation  .is-active {
    /* color: #ddd; */
    background-color: #4761fb;
}

.wc-memberships-members-area-navigation .is-active a {
    color: #fff;
}
.wc-memberships-members-area-navigation  li:hover a{
    
     color: #4761fb;
}


div#wc-memberships-members-area-section a.button.cancel {
    display: none !important;
}

.wc-memberships-members-area-navigation li {
    display: inline-block;
    padding: 0px 10px;
}

.membership-actions .button.cancel {
    display: none;
}

form.checkout.woocommerce-checkout .col-inner.has-border {
    /* border: none; */
    border: 1px solid #ccc !important;
}



p.woocommerce-result-count.hide-for-medium {
    font-size: 0.8em;
}

form.woocommerce-ordering {
    font-size: 0.8em;
}

.badge-inner {
    background-color: #00000057 !important;
     border-radius: 10px 0px 10px 0px;
    
}

.badge{
    height: 2.2em;
    border-radius: 10px 0px 10px 0px;
}

.badge-container {
    margin-top: 0px !important;
}


div#betterdocs-single-content img {
    max-width: 800px !important;
    box-shadow: 1px 1px 6px 1px #ddd;
    border-radius: 10px;
    margin: 30px 0px;
    /* border: 2px solid #eee; */
}

.betterdocs-category-box.pro-layout-3 .docs-single-cat-wrap img, .docs-cat-list-2-box img {
    height: 32px !important;
} 

div#wpsc_md_filters .row {
    border: none;

    border-bottom: 1px solid #000;
    border-radius: 0px;
}


#wpsc_tickets_container {
    width: 100% !important;
    border: none !important;
}
.color-bg,.betterdocs-search-form-wrap {
    background-image: -webkit-gradient(linear,left top,right top,from(#4163f2),to(#ee7fff));
    background-image: linear-gradient( 
60deg,#4163f2 0%,#ee7fff 220%);
}

form#betterdocs-searchform {
    margin-bottom: 0px;
}

.color-bg .col {
    padding: 0px;
    margin: 0px;
}

.color-bg .col h2 {
    padding: 0px;
    margin: 0px;
}

.betterdocs-searchform {
    border:1px solid #ddd !important;
}
.betterdocs-searchform .betterdocs-search-field{
    font-size:0.8em !important;
}
.betterdocs-searchform .betterdocs-search-field {
    margin-bottom: 5px;
}


img.size-full.alignnone {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div#betterdocs-single-content p {
    margin-bottom: 0px;
}

.box-image img {
    border-radius: 10px 10px 10px 10px;
}

div#shop-sidebar a {
    font-size: 12px;
    color: #000;
}

div#shop-sidebar a:hover {
    color: #44b7c6;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #003d88;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 500;
}

.button span {
    font-weight: 500;
}

.blog .box-image {
    display: none;
}


.widget-area .product-categories  a {
    font-size: 14px;
}


div#comments {
    display: none;
}


.betterdocs-single-wraper .betterdocs-content-area #betterdocs-sidebar {
    flex: 0 0 20%;
}

.docs-item-count {
    padding: 0px;
}
.docs-cat-title-inner span {
    height: 20px;
    width: 20px;
}

h1#betterdocs-entry-title {
    text-align: center;
    padding-top: 30px;
}



.betterdocs-full-sidebar-left {
    /*grid-column: 1 / span 2;*/
    /*padding-right: 1px;*/
}

.grid-col-2.sidebar-enable .docs-content-full-main {
    /*grid-column: 3 / span 10;*/
}

.grid-col-2.sidebar-enable .docs-content-full-main  .row{
    margin-left:0px;
    margin-right:0px;
}

#player-con{
    max-width:1000px;
    margin:0px auto;
margin-top: 50px;
    padding-top:30px;
}

.prism-player
{
    max-width:1000px;
    margin:0px auto;

    padding-top:30px;
    margin-top: 50px;
}

img {
    height: auto !important;
}