/*
 * R24 Content / Listing Plugins
 * Content Views, Popular widget, LuckyWP TOC.
 */

/* Рубрики в Content Views */
.pt-cv-taxoterm a {
    display: inline-block;
    margin-right: 5px;
    font-size: 9px;
    color: #ee052e;
}

.iscvblock .pt-cv-readmore.btn {
    background: #C28C7E;
    border-color: transparent;
}

.iscvblock .pt-cv-readmore.btn:active,
.iscvblock .pt-cv-readmore.btn:focus,
.iscvblock .pt-cv-readmore.btn:hover {
    background: #ECEADE;
    color: #404855;
}

/* Пагинация Content Views */
.pt-cv-wrapper .pagination > li {
    display: inline;
}

.pt-cv-wrapper .pagination > li > a,
.pt-cv-wrapper .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #A2AA7B;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pt-cv-wrapper .pagination > li:first-child > a,
.pt-cv-wrapper .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pt-cv-wrapper .pagination > li:last-child > a,
.pt-cv-wrapper .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pt-cv-wrapper .pagination > li > a:focus,
.pt-cv-wrapper .pagination > li > a:hover,
.pt-cv-wrapper .pagination > li > span:focus,
.pt-cv-wrapper .pagination > li > span:hover {
    z-index: 3;
    color: #C28C7E;
    background-color: #ECEADE;
    border-color: #A2AA7B;
}

.pt-cv-wrapper .pagination > .active > a,
.pt-cv-wrapper .pagination > .active > a:focus,
.pt-cv-wrapper .pagination > .active > a:hover,
.pt-cv-wrapper .pagination > .active > span,
.pt-cv-wrapper .pagination > .active > span:focus,
.pt-cv-wrapper .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #A2AA7B;
    border-color: #A2AA7B;
    cursor: default;
}

/* Плагин популярного */
.wpt_widget_content .tab_title.selected a {
    background: #A2AA7B;
    border-bottom: 1px solid #ECEADE;
    color: #ffffff;
}

.iscvelementor .pt-cv-taxoterm[class*=over_] *,
.pt-cv-view.iscvhybrid .pt-cv-taxoterm[class*=over_] *,
.pt-cv-view:not(.iscvblock) .pt-cv-taxoterm[class*=over_] * {
    background-color: #ECEADE;
    padding: 1px 6px;
    color: #F44336;
}

/* Цвет посещённой ссылки LuckyWP Table of Contents */
.lwptoc-light .lwptoc_items a:visited {
    color: #ec6406fa;
}
