/* Taxonomy Category on Knowledge Base Custom Post*/

.tax-mt-listing-category2,
.tax-mt-changelog-category,
.single-mt_changelog {

}
.box-shadow-inner {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
    background: #fff;
    border-radius: 11px;
}
.box-shadow-inner.hover-animate{
    transition: all 250ms ease;
}
.box-shadow-inner.hover-animate:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 250ms ease;
}
.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: #34BFA3;
}
.tax-mt-listing-category2 h3.post-name {
    margin-bottom: 11px;
}
.tax-mt-listing-category2 h3.post-name a {
    font-size: 18px;
    color: #716ACA;
    font-weight: bold;
    text-transform: none;
    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: #34BFA3;
}
.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: #34BFA3;
}
.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: 20px 37px 102px rgba(0, 0, 0, 0.098);
    border-radius: 5px;
    position: relative;
    padding: 24px 50px 50px !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: #34BFA3;
}
.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: #34BFA3;
}
.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 {
     position: relative;
    background: #FFFFFF;
    border-radius: 20px;
}
.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: #363338;
}
.changelog-article .changelog_title i {
    padding-right: 10px;
}
.changelog-article .changelog_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 0px;
    background: #34BFA3;
    padding: 20px 13px;
    color: #fff;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.changelog-article .changelog_title span.version{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 20px 13px;
}
.changelog-article .changelog_title span.date {
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-right: 17px;
}
.changelog-entry ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}
.changelog-entry ul li:last-child {
    border: 0px;
}
.changelog-entry ul li {
    border-bottom-color: rgba(149, 148, 153, 0.3);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    padding: 25px 15px;
}
.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 {
    color: #716ACA;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}
.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;
}
.single-knowledge .blog_custom {
    padding: 30px;
    padding-bottom: 15px;
    border-radius: 11px;
    background: #fff !important;
    border: none !important;
    transition: all 250ms ease-in-out;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}
.single-knowledge.list-view {
    margin-bottom: 30px;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.single-knowledge.list-view:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 11px;
    transform: translateY(-10px);
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.single-knowledge.list-view p {
    font-size: 14px;
}
.single-knowledge.list-view .more-link-knowledge {
    margin-top: 10px;
    display: -webkit-inline-box;
    color: #ffffff;
    background: #34BFA3 !important;
    font-weight: 600;
    border-style: none;
    font-size: 12px;
    border-radius: 30px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
}
.single-knowledge.list-view .more-link-knowledge:hover{
    opacity: .7;
}
.hover-state .box-shadow-inner:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: translateY(-10px);
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.hover-state .box-shadow-inner{
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}