/* Row template */
.widget_otherarticles_row .item {
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.widget_otherarticles_row .item > div {
    padding: 0px;
    margin-bottom: 0em;
    position: relative;
}

.widget_otherarticles_row .item h2 {
    font-size: 18px;
    margin: 0.2em 0px;
    line-height: 1.2em;
    position: relative;
}

.widget_otherarticles_row .item h2 a {
    color: #000;
}

.widget_otherarticles_row .item:hover h2 a {
    text-decoration: underline;
}

.widget_otherarticles_row .item .text {
    padding: 0px 5px;
    z-index: 5;
}

.widget_otherarticles_row .item p {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 0px;
}

.widget_otherarticles_row .item p.subtitle {
    line-height: 1.2em;
    max-height: 2.4em;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
}

.widget_otherarticles_row .item .photo .picgradient {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 80%, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: background 0.3s;
}

.widget_otherarticles_row .item:hover .photo .picgradient {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 70%, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.widget_otherarticles_row .item .photo .opacity {
    transition: opacity 0.3s;
    display: block;
}

.widget_otherarticles_row .item:hover .photo .opacity {
    opacity: 0.8;
}

/* Stacked template */
.widget_otherarticles_stacked .item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    margin-bottom: 12px;
    float: left;
}

.widget_otherarticles_stacked .item .photo {
    width: 40%;
    float: left;
    position: relative;
}

.widget_otherarticles_stacked .item .opacity {
    transition: opacity 0.3s;
    display: block;
}

.widget_otherarticles_stacked .item:hover .opacity {
    opacity: 0.8;
}

.widget_otherarticles_stacked .item .text {
    width: 60%;
    float: right;
    padding: 0px 12px;
    line-height: 1.4em;
}

.widget_otherarticles_stacked .item .text > a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
}

.widget_otherarticles_stacked .item .text span {
    display: block;
    color: #999999;
    font-size: 12px;
}
