/* theme 1 */
.honrix-entries.posts.theme-1 article .post-thumbnail {
    position: relative;
    overflow: hidden;
}

.honrix-entries.posts.theme-1 article .post-thumbnail a {
    display: block;
    max-width: 100%;
}

.honrix-entries.posts.theme-1 article .post-thumbnail img {
    width: 100%;
    display: block;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    height: auto;
}

.honrix-entries.posts.theme-1 article:hover .post-thumbnail img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.honrix-entries.posts.theme-1 article .post-thumbnail .honrix-gallery-slider img,
.honrix-entries.posts.theme-1 article:hover .post-thumbnail .honrix-gallery-slider img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.honrix-entries.posts.theme-1 article .post-thumbnail .honrix-gallery-slider button.slick-prev {
    left: 1px;
}

.honrix-entries.posts.theme-1 article .honrix-line {
    width: 50%;
    height: 1px;
    margin: 0 auto 15px auto;
    opacity: 0.3;
}

.honrix-entries.posts.theme-1 article .entry-categories svg {
    color: var(--honrix-text-color);
}

.honrix-entries.posts.theme-1 article .entry-categories a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-1 article .entry-categories a:hover {
    color: var(--honrix-theme-color);
}

.honrix-entries.posts.theme-1 article .entry-categories a:not(:last-child)::after {
    content: "/";
    padding: 0 10px;
    font-weight: 400;
}

.honrix-entries.posts.theme-1 article .entry-title {
    margin-top: 0;
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-1 article .entry-title span {
    padding-right: 15px;
}

.honrix-entries.posts.theme-1 article .entry-title a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 700;
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-1 article .entry-title,
.honrix-entries.posts.theme-1 article .entry-title a:hover {
    color: var(--honrix-theme-color);
}

.honrix-entries.posts.theme-1 article .entry-content {
    font-size: 13px;
    color: var(--honrix-text-color);
}

.honrix-entries.posts.theme-1 article .entry-content p {
    margin: 0;
    line-height: 23px;
}

.honrix-entries.posts.theme-1 article .entry-author img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.honrix-entries.posts.theme-1 article .entry-author .author-name a {
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-1 article .entry-author .author-name a:hover {
    color: var(--honrix-theme-color);
}

.honrix-entries.posts.theme-1 article .entry-read-more {
    border-bottom: 1px solid #aaa;
}

.honrix-entries.posts.theme-1 article .entry-read-more a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    background: transparent;
    padding: 0;
    border: none;
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-1 article .entry-read-more a:hover {
    color: var(--honrix-theme-color);
}

.honrix-entries.posts.theme-1 article .date {
    color: var(--honrix-text-color);
}

.honrix-entries.posts.theme-1 article .entry-body {
    border-bottom: 1px solid #aaa;
}

/* theme-2 */
.honrix-entries.posts.theme-2.list article:first-child,
.honrix-entries.posts.theme-2.list article:last-child,
.honrix-entries.posts.theme-2.grid article:first-child,
.honrix-entries.posts.theme-2.grid article:last-child {
    width: 100%;
}

.honrix-entries.posts.theme-2 article .post-thumbnail img {
    width: 100%;
}

.honrix-entries.posts.theme-2 article .entry-categories a,
.honrix-entries.posts.theme-2 article .author-name a {
    color: var(--honrix-header-color);
    text-transform: capitalize;
}

.honrix-entries.posts.theme-2 article .entry-categories a:hover,
.honrix-entries.posts.theme-2 article .author-name a:hover {
    color: var(--honrix-text-color);
}

.honrix-entries.posts.theme-2 article .entry-title,
.honrix-entries.posts.theme-2 article .entry-title a {
    color: var(--honrix-header-color);
}

.honrix-entries.posts.theme-2 article .entry-title:hover,
.honrix-entries.posts.theme-2 article .entry-title:hover a {
    color: var(--honrix-text-color);
}

.honrix-entries.posts.theme-2 article .date,
.honrix-entries.posts.theme-2 article .author-name,
.honrix-entries.posts.theme-2 article .comments {
    font-size: 0.7rem;
}

.honrix-entries.posts.theme-2 article .author-name a {
    text-transform: uppercase;
}

.honrix-entries.posts.theme-2 article .dot {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: var(--honrix-header-color);
    display: inline-block;
}

.honrix-entries.posts.theme-2 article .entry-content p {
    margin: 0;
    font-size: 0.8rem;
}

.honrix-entries.posts.theme-2 article .entry-read-more a {
    color: var(--honrix-header-color);
    display: inline-block;
    padding: 0 20px 10px;
    border-bottom: 1px solid var(--honrix-text-color);
}

.honrix-entries.posts.theme-2 article .entry-read-more a:hover {
    color: var(--honrix-text-color);
}