/* ==========================
   LOOP ITEM
========================== */

selector {
    background: transparent;
    padding: 0 0 22px;
    margin: 0 0 22px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    transition: all .25s ease;
}

/* Hover */

selector:hover {
    transform: translateX(4px);
}

/* Title */

.ih-loop-title .elementor-heading-title,
.ih-loop-title a {
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-decoration: none !important;
    margin: 0 !important;
}

selector:hover .ih-loop-title a,
selector:hover .ih-loop-title .elementor-heading-title {
    color: #0f4f3a !important;
}

/* Date */

.ih-loop-date,
.ih-loop-date * {
    font-size: 12px !important;
    color: #9a9a9a !important;
    line-height: 1.4 !important;
}

/* Date icon */

.ih-loop-date i,
.ih-loop-date svg {
    color: #b5b5b5 !important;
    margin-right: 6px;
}

/* Last item */

selector:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

