/* 1. mt portfolio list */
/* 1a. mt portfolio list2 */
/* 2. mt knowledge list accordion */
/* 3. mt knowledge search */
/* 4. mt knowledge comments single */
/* 5. mt knowledge list */
/* 6. mt portfolio header */
/* 7. mt portfolio nav */
/* 8. mt portfolio slider */
/* 9. mt portfolio support */
/* 10. mt portfolio changelog */

/* 1. mt portfolio list */
.portfolio-posts-list .post-name {
    line-height: 27px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 30px;
    margin: 0;
}
.portfolio-posts-list .post-name a {
    color: #252525;
}
.portfolio-posts-list .list-view .post-thumbnail {
    margin-bottom: 0;
    position: relative;
}
.portfolio-posts-list .list-view .post-details {
    background: #fff;
    padding: 0px;
}
.portfolio-posts-list article.single-post {
    padding-bottom: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px !important;
    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);
}
.portfolio-posts-list .post-category {
    padding: 18px 30px 20px;
    border-top: 1px solid rgba(40, 43, 71, 0.1);
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.portfolio-posts-list .post-category a {
    font-size: 14px;
    color: rgba(40, 43, 71, .7);
    line-height: 1;
}
.portfolio-posts-list .flex-zone {
    transform: scale(0);
    background: rgba(37, 37, 37, .7);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.portfolio-posts-list .post-thumbnail:hover .flex-zone {
    background: rgba(37, 37, 37, .7);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.portfolio-posts-list .flex-zone-inside {
    align-self: center;
    opacity: 1;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    margin: 0 auto;
}
.portfolio-posts-list .flex-zone-inside a.button-support {
    color: #fff;
    background: #65bc7b;
    padding: 15px 55px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}
.portfolio-posts-list .flex-zone-inside a.button-support:hover{
    background: #252525;
}
/* 1a. mt portfolio list2 */
.portfolio-posts-list2 article.single-post {
    border-radius: 0 !important;
}
.portfolio-posts-list2 .post-name {
    text-align: center !important;
}
.portfolio-posts-list2 .list-view .post-thumbnail {
    padding: 30px 30px 0 30px !important;
}
.portfolio-posts-list2 article.single-post .portfolio_custom .relative {
    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);
}


/* 2. mt knowledge list accordion */
.knowledge-accordion .accordion {
    width: 100%;
    max-width: 360px;
    background: #FFF;
    padding: 0;
    list-style-type: none;
    margin: 30px 0;
}
.knowledge-accordion .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 30px;
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border-top: 1px solid #efefef;
}
.knowledge-accordion .accordion li:last-child .link {
    border-bottom: 1px solid #efefef;
}
.knowledge-accordion .accordion li i {
    position: absolute;
    color: #252525;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.knowledge-accordion .accordion li i.fa-chevron-right {
    right: 30px;
    left: auto;
    font-size: 14px;
    top: 22px;
}

.knowledge-accordion .accordion li.open .link {
    color: #252525;
}
.knowledge-accordion .accordion li.open i {
    color: #252525;
}
.knowledge-accordion .accordion li.open i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.knowledge-accordion .accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
.knowledge-accordion .submenu {
    display: none;
    background: #f6f6f6;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}
.knowledge-accordion .submenu a {
    display: block;
    text-decoration: none;
    color: rgba(40, 43, 71, .7);
    padding: 17px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.knowledge-accordion .submenu a:hover ,
.knowledge-accordion .submenu .current_post a{
    background: #fff;
    color: #252525;
}
.knowledge-list-accordion  h3.heading-title {
    background: #252525;
    margin: 0;
    font-size: 24px;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600;
}
.knowledge-list-accordion {
    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;
    overflow: hidden;
    background: #fff;
}
/* 3. mt knowledge search */
.mt-knowledge-search {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.mt-knowledge-search form#searchform {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,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;
}
.mt-knowledge-search input#keyword {
    background: #fff;
    border: 0;
    font-size: 16px;
    color: #252525;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 60px;
    float: left;
}
.mt-knowledge-search button#searchsubmit {
    background: #65bc7b;
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    -ms-border-radius: 0px 5px 5px 0;
    border-radius: 0px 5px 5px 0;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    width: 80px;
    height: 60px;
    right: 0;
    position: absolute;
}
.mt-knowledge-search button#searchsubmit:hover {
    background: #252525;
    color: #fff;
}
.mt-knowledge-search input#keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 43, 71, 0.5);
}
.mt-knowledge-search input#keyword::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 43, 71, 0.5);
}
.mt-knowledge-search input#keyword:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 43, 71, 0.5);
}
.mt-knowledge-search input#keyword:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 43, 71, 0.5);
}

div#datafetch .search-result {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    margin-top: 20px;
    padding: 15px 0px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.05);
    list-style-type: none;
}

div#datafetch .search-result li {
    margin: 0;
    line-height: 1;
    font-size: 15px;
    padding: 10px 25px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
}
div#datafetch .search-result li:hover {
    background: #f5f5f5;
}
div#datafetch .search-result li a {
    font-size: 15px;
    color: #252525;
}
div#datafetch .search-result::before,
div#datafetch .search-result::after {
    left: 40px;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -23px;
}
div#datafetch .search-result::before {
    border-color: transparent;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
div#datafetch .search-result::after {
    border-color: transparent transparent #fff;
    border-width: 12px;
}
div#datafetch .search-result li::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
    width: 20px;
    background: transparent !important;
    content: "\f0f6";
}
body:not(.blog) .header-title-breadcrumb .mt-knowledge-search {
    margin-top: 15px;
}
.blog .header-title-breadcrumb-overlay h1 {
    padding-top: 3px;
}
body .header-title-breadcrumb .mt-knowledge-search {
    visibility: visible !important;
    opacity: 1 !important;
}

/* 4. mt knowledge comments single */
.post-knowledge-comment-date span,
.post-knowledge-comment-date span a {
    color: #828282;
    line-height: 30px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.post-knowledge-comment-date span a:hover {
    color: #252525
}
.post-knowledge-comment-date span i {
    padding-right: 5px;
    color: rgba(130, 130, 130, .5);
}
.post-knowledge-comment-date span.share-span {
    color: #828282;
}
.knowledge-base-comment .comment-list.comments-area.theme_comments.comments {
    margin-top: 20px;
}
.col-md-12.categories-knowledge {
    margin-top: 10px;
}
.post-knowledge-comment-date {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid rgb(235, 235, 235) !important;
    border-top: 1px solid rgb(235, 235, 235) !important;
    font-size: 16px;
    height: auto;
    display: block;
    clear: both;
    overflow: hidden;
}
.post-knowledge-comment-date .col-md-4 {
    padding: 0;
}
.share-stuff.share-links {
    display: inline;
}
.post-knowledge-comment-date ul.social-share-post.c-share-list {
    padding: 0;
    list-style-type: none;
    display: inline;
    margin-left: 5px;
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li {
    display: inline-block;
    margin-right: 5px;
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(130, 130, 130, .5);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #828282;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: transparent;
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li a:hover {
    color: #252525;
    border-color: #252525;
}
/* 5. mt knowledge list */
.knowledge-list2 {
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,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;
    overflow: hidden;
}
.knowledge-list2 .heading-submenu {
    background: #fff;
    padding: 30px 0;
}
.knowledge-list2 h3.heading {
    margin-top: 10px;
    margin-bottom: 15px;
}
.knowledge-list2 h3.heading a {
    font-weight: 600;
    font-size: 24px;
    padding: 0 30px;
    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-list2 h3.heading a:hover {
    color: #65bc7b;
}
.knowledge-list2 h3.heading a i {
    padding-right: 10px;
}
.knowledge-list2 ul.submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.knowledge-list2 li.post_title {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    padding: 8px 30px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
    color: #252525;
    opacity: .7;
}
.knowledge-list2 li.post_title:hover {
    background: #f5f5f5;
}
.knowledge-list2 li.post_title::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
    width: 20px;
    background: transparent !important;
    content: "\f0f6";
    color: #65bc7b;
    margin-right: 10px;
}
.knowledge-list2  li.post_title a {
    color: #252525;
}
.knowledge-list2  a.count-link {
    display: block;
    background: #65bc7b;
    color: #fff;
    text-align: left;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.knowledge-list2  a.count-link:hover {
    background: #252525;
    color: #fff;
}
/* 6. mt knowledge list 2*/
.knowledge-list1 {
    max-width: 300px;
    margin: 0;
}
.knowledge-list1 h3.heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.knowledge-list1 h3.heading {
    padding-bottom: 7px;
}
.knowledge-list1 h3.heading::before {
    content: '';
    display: inline-block;
    background: #65bc7b;
    width: 4px;
    height: 25px;
    margin-right: 14px;
    position: relative;
    top: 4px;
}
.knowledge-list1 ul.submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.knowledge-list1 li.post_title {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    padding: 8px 0px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
    color: #252525;
    opacity: .7;
}
.knowledge-list1 li.post_title:hover {
    opacity: 1;
}
.knowledge-list1 li.post_title::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
    width: 20px;
    background: transparent !important;
    content: "\f0f6";
    color: #65bc7b;
    margin-right: 10px;
}
.knowledge-list1  li.post_title a {
    color: #252525;
}
.knowledge-list1  a.count-link {
    display: block;
    color: #252525;
    text-align: left;
    padding: 15px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.knowledge-list1  a.count-link:hover {
    color: #65bc7b;
}


/* 6. mt portfolio header */
.portfolio-header-shortcode .container {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.portfolio-header-shortcode .container .col-md-4 {
    padding: 0 5px;
}
.portfolio-header-shortcode .button-portfolio {
    color: #ffffff;
    padding: 15px 0px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
    width: 100%;
    display: block;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    margin: 10px 0;
}
.changelog-section {
    margin-top: 30px;
}
.changelog-section .changelog-child {
    color: rgba(37, 37, 37, .7);
    background: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    display: inline;
    margin: 5px;
    border: 1px solid rgb(235, 235, 235) !important;
}
.changelog-section .changelog-child a {
    color: rgba(37, 37, 37, .7);
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}

.changelog-section .changelog-child a:hover {
    color: #65bc7b;
}

/* 7. mt portfolio nav */
.mt-portofolio-nav-parent {
    background: #252525;
}
.mt-portofolio-nav-tab {
    display: flex;
    align-items: center;
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
    float: left;
    margin-right: 10px;
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
    width: 60px;
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
    overflow: hidden;
}
.mt-portofolio-nav-parent .nav-tabs>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    border-right: 0;
    transition: height 300ms ease-out;
    margin: 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0;
    background: transparent;
}
.mt-portofolio-nav-parent .nav-tabs>li.active,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus {
    background: #65bc7b !important;
    outline: 0;
    border: 0 !important;
}
.mt-portofolio-nav-parent .nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    padding: 20px;
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0;
}
.mt-portofolio-nav-parent .nav-tabs {
    border: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.mt-portofolio-nav-parent  .nav-tabs p {
    margin: 0;
 }
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-text {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}
.mt-portofolio-nav-parent .nav-tabs>li.active p,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover p,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus p{
    color: #fff;
}
@media(max-width: 1200px) {
	.mt-portofolio-nav-parent .nav-tabs>li {
		display: flex;
	  	align-items: center;
	  	justify-content: center;
	}
	p.mt-portofolio-nav-tab-text {
    	display: none;
	}
	.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
	    font-size: 14px;
	    line-height: 1;
	}
	.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
	    width: 40px;
	}
	.featured-image-single-portfolio img {
    max-width: 100% !IMPORTANT;
}
}

@media(max-width: 767px) {
	.mt-portofolio-nav-tab {
		display: block;
		text-align: center
	}
	.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
	    width: 100%;
	    margin-bottom: 5px;
	}
	.mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
	    width: 100%;
	}
	.changelog-section .changelog-child {
	display: block;
}
}

@media(max-width: 480px) {
	.mt-portofolio-nav-parent .container {
    padding: 0;
}
	.mt-portofolio-nav-parent .nav-tabs>li>a {
		padding: 5px 0;
	}
	.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
	    font-size: 10px !important;
	    font-weight: 600;
	    line-height: 1 !important;
	}
}

/* 8. mt portfolio slider */
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test {
    margin: 0;
}
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test a{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 20px 25px;
    text-align: center;
    background: #fff;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    width: 100%;
    color:#252525;
}
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test a:hover {
    background: #252525;
    color: #fff;
}
.portfolio-slider-shortcode .portfolio-slider01_item {
    border-radius: 5px;
    overflow: hidden;
    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);
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.portfolio-slider-shortcode .portfolio-slider01_item:hover {
    background: #f7fafd !important;
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    cursor: pointer;
}
.portfolio-slider-shortcode .owl-controls .owl-page span {
    background: #e4e4e4 !important;
    border-radius: 50%;
    border: 0;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
}
.portfolio-slider-shortcode .owl-controls .owl-page.active span {
    background: #bababa !important;
}

/* 9. mt portfolio support */

#customer-support ul li {
    font-size: 16px;
    color: #828282;
    font-weight: 300;
    margin-bottom: 20px;
}

#customer-support .button-winona.btn.btn-medium:hover {
    background: #65bc7b !important;
}

/* 10. mt portfolio changelog */

.changelog-portfolio-shortcode#changelog .changelog-article {
    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;
    margin: 50px 0 80px;
}

.changelog-portfolio-shortcode#changelog .title-subtile-holder .section-title,
#theme-features .title-subtile-holder .section-title{
    margin-top: 0;
}

/* Archive List */
.shortcode-archive-list span.listings-first-letter {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #606060;
    line-height: 60px;
    margin: 16px 0 8px 0;
}
.shortcode-archive-list ul.listings-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 30px;
}
.shortcode-archive-list ul.listings-list li {
    font-size: 20px;
    background: #528f2d;
    margin: 0 0 5px 0;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
}
.shortcode-archive-list ul.listings-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* Table Filtered */
.table_knowledge.grid {
    max-width: initial;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}
.table_knowledge.grid td.product-title a {
    color: #252525;
}
.table_knowledge.grid td.add-cart a {
    font-weight: bold;
}
.table_knowledge.grid td, .table_knowledge.grid th {
    text-align: center;
    padding: 15px 30px !important;
    background: #fff;
}
.table_knowledge.grid th {
    color: #fff !important;
}
.table_knowledge.grid td.product-title {
    font-size: 16px;
    font-weight: bold;
}
.table_knowledge.grid td.knowledge-category {
    font-weight: 600;
}