/* INSTAGRAM WIDGET TITLE*/
.eapps-instagram-feed-title {
    font-size: 40px;
    text-align: center;
    line-height: 32px;
    padding: 24px 10px;
    color: #f1790a;
    font-family: 'Rock Salt';
    margin-bottom:40px;
   font-weight: bold;
}
/* INSTAGRAM WIDGET TITLE-----END*/
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
    background: rgb(241,121,10);
    background: linear-gradient(90deg, rgba(241,121,10,.88) 0%, rgba(253,206,47,.88) 100%);
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {

    position: absolute;
    z-index: 2;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: rgb(241,121,10);
    background: linear-gradient(90deg, rgba(241,121,10,.88) 0%, rgba(253,206,47,.88) 100%);      
    display: flex;
    align-items: center;

}