/* Taxonomy Category on Knowledge Base Custom Post*/

.tax-mt-listing-category2,
.tax-mt-changelog-category,
.single-mt_changelog {
    background: #f5f5f5;
}
.tax-mt-listing-category2 .main-content,
.tax-mt-changelog-category .main-content,
.single-mt_changelog .main-content{
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 30px;
}
.single-mt_changelog .main-content h1.changelog_version {
    margin-top: 35px;
}
body .sidebar-content-knowledge-left {
	padding-right: 30px !important;
}
body .sidebar-content-knowledge-right {
	padding-left: 30px !important;
}
.category-content {
    padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
}
.category_description p {
    margin-bottom: 0;
}
.tax-mt-listing-category2 h1.category_title,
.tax-mt-changelog-category h1.category_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-mt_changelog h1.changelog_version span.version {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 20px;
}
.single-mt_changelog h1.changelog_version span.date {
    font-size: 18px;
    font-weight: 500;
    margin-top: 27px;
    opacity: .7;
}
.single-mt_changelog h1.changelog_version span i {
    padding-right: 10px;
}
.tax-mt-listing-category2 h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #65bc7b;
}
.tax-mt-listing-category2 h3.post-name {
    margin-bottom: 11px;
}
.tax-mt-listing-category2 h3.post-name a {
    font-size: 18px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.tax-mt-listing-category2 h3.post-name a:hover {
	color: #65bc7b;
}
.tax-mt-listing-category2 a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.tax-mt-listing-category2 a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.tax-mt-listing-category2 a.more-link:hover {
	color: #65bc7b;
}
.tax-mt-listing-category2 .main-content article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.knowledge_content_search {
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 30px 30px 42px !important;
}
.knowledge_content_search article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.knowledge_content_search h3.post-name {
    margin-bottom: 11px;
}
.knowledge_content_search h3.post-name a {
    font-size: 18px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.knowledge_content_search h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #65bc7b;
}
.knowledge_content_search a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.knowledge_content_search a.more-link:hover {
    color: #65bc7b;
}
.knowledge_content_search a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.knowledge_content_search_title {
    padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
}
.knowledge_content_search_title .search_title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tax-mt-changelog-category .changelog-article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
}
.changelog-article .changelog_title .version {
    padding-right: 20px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.changelog-article .changelog_title .version:hover {
    color: #65bc7b;
}
.changelog-article .changelog_title i {
    padding-right: 10px;
}
.changelog-article .changelog_title, 
.changelog-article .changelog_title span.version {
    font-size: 18px;
    font-weight: 600;
    margin-top: 42px;
}
.changelog-article .changelog_title span.date {
    font-size: 14px;
    font-weight: 500;
    margin-top: 27px;
    opacity: .7;
}
.changelog-entry ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.changelog-entry ul li {
    position: relative;
    padding: 15px 0 5px 0px;
}
.changelog-entry li {
    font-size: 16px;
    color: rgba(40, 43, 71, .5);
    line-height: 1.5;
}
.changelog-entry ul li span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
}
.changelog-entry .span-green {
    background: #2ecc71;
}
.changelog-entry .span-purple {
    background: #9b59b6;
}
.changelog-entry .span-blue {
    background: #3498db;
}
.changelog-entry .span-red {
    background: #e74c3c;
}
.changelog-entry .span-yellow {
    background: #f1c40f;
}
.breadcrumb-buttons-section {
    margin-top: 15px;
    text-anchor: 
}
.breadcrumb-buttons-section .btn {
    margin: 5px;
}