h1.aps-title {
    font-size: 22px;
}

h2.aps-post-title {
    font-size: 16px;
}

.adl-featured-img-link img {
    border-radius: 0;  
    box-shadow: none;
}

.aps-slider-wrapper-class a.adl-featured-img-link {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.aps-slider-wrapper-class a img {
    display: block;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.aps-slider-wrapper-class a:hover img {
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1)
}

.aps-slider-wrapper-class .item a > img {
    margin-bottom: 0;
}

/* Themea */

.aps-themea h2.aps-post-title {
    margin: 0;
    line-height: 1.5;
}

.aps-themea p {
    margin: 8px 0 0;
    padding: 0;
}

/* Themeb */

.aps-themeb {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    padding: 0 0 10px;
}

.aps-themeb:hover {
    border: 1px solid #E2E2E2;  
}

.aps-slider-wrapper-class .aps-themeb a.adl-featured-img-link {
    margin-top: 0;
}

.aps-themeb h2.aps-post-title {
    margin: 10px 15px 0 15px;
    line-height: 1.5;
}

.aps-themeb .aps-meta-info {
    margin: 4px 15px 0;
    line-height: 1;
}

.aps-themeb p {
    padding: 0;
    margin: 10px 15px 0;
}

/* post meta data */

.aps-meta-info {
    margin: 4px 0 10px;
    line-height: 1;
}
.aps-entry-date{
    display: inline-block;
    font-size: 11px;
    color: #aaa;
    margin-left: 3px;
    font-style: italic;
}
