/* Publication Posts */

.widget-publication-posts {

}

.widget-publication-posts .widget-image {
    
}

.widget-publication-posts .entry {
    margin: 0 0 16px;
}

.widget-publication-posts .entry-title {
    margin: 0 0 8px;
}

.widget-publication-posts .entry-image a {
    display: inline-block;
}

.widget-publication-posts .widget-content {

}

.widget-publication-posts .widget-footer {
    text-align: center;
}

.animate-elements .widget-image {
    transform: scale(0.5);
}
.animate-elements.isVisible .widget-image {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    transition-delay: 0s;
}

.animate-elements .widget-publication-posts .entry {
    position: relative;
    right: -50px;
}
.animate-elements.isVisible .widget-publication-posts .entry {
    right: 0;
    transition: right 0.5s ease-in-out;
    transition-delay: 0s;
}
.animate-elements.isVisible .widget-publication-posts .entry:nth-child(2) {
    transition-delay: 0.1s;
}
.animate-elements.isVisible .widget-publication-posts .entry:nth-child(3) {
    transition-delay: 0.2s;
}
.animate-elements.isVisible .widget-publication-posts .entry:nth-child(4) {
    transition-delay: 0.3s;
}
.animate-elements.isVisible .widget-publication-posts .entry:nth-child(5) {
    transition-delay: 0.4s;
}

@media screen and (min-width:960px) {

    .widget-publication-posts .two-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .widget-publication-posts .two-column .entry {
        width: calc(47% - 1px);
        margin-right: calc(6% - 1px);
    }

    .widget-publication-posts .two-column .entry:nth-child(even) {
        margin-right: 0;
    }

    .widget-publication-posts .three-column .entry {
        width: calc(30% - 1px);
        margin-right: calc(5% - 1px);
    }

    .widget-publication-posts .three-column .entry:nth-child(3n) {
        margin-right: 0;
    }

    .widget-publication-posts {

    }
}

/* Publication Issue */

.widget-publication-issue {

}

.widget-publication-issue .issue-cover {
    text-align: center;
    padding: 25px 10px;
}

.widget-publication-issue .issue-cover img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    /*-webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

.widget-publication-issue .more-info {
    text-align: center;
}