/*

Theme Name: Five Star Auto Center
Theme URI: http:fivestarrocklin.com
Author: Tytanium Ideas
Author URI: https://tytaniumideas.com
Description: Custom theme for Five Star Auto Canter. Based on the X Pro theme.
Version: 1.0.0
Template: pro

*/

.page-template-template-blog article .entry-title{
    font-size: 20px;
}

.single .entry-featured{
    float:left;
    margin-right: 3em;
    margin-bottom: 3em;
}

.entry-featured img{
    width: 100%;
}

.entry-wrap{
    background-color: transparent;
    box-shadow: none;
    align-self: center;
    /*padding:0;*/
}

.page-template-template-blog .post.has-post-thumbnail .entry-featured{
    box-shadow: none;
    border:none;
}

.entry-wrap .entry-content{
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
}

.entry-footer a {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0;
    border: none;
    padding: 0.5em;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0,0,0,0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: none;
    -webkit-transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
    transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
}

.entry-footer a.read-more-link{
    color:#006BB6 !important;
    font-weight: bold;
    font-size:14px !important;
    line-height: 0;
    float: right;
    padding: 0;
    text-shadow: 0px 3px 5px rgba(0,0,0,.0);
    transition:all .3s ease-in-out;
}

.entry-footer a.read-more-link:hover{
    background-color: transparent;
    color:#006BB6;
    text-shadow: 0px 3px 5px rgba(0,0,0,.2);
}

.entry-footer a.read-more-link:hover svg{
    transform: translateX(5px);
}

.entry-footer .meta{
    width: 75%;
    display: block;
    float: left;
    font-size: 12px;
    color:#626262;
}


.entry-footer a.read-more-link svg{
    margin-left:2px;
    margin-top:3px;
    transition:all .3s ease-in-out;

}


@media screen and (min-width: 768px) {
    .page-template-template-blog .post.has-post-thumbnail{
        display: flex;
        flex:0 0 auto;
        align-content: center;
        justify-content: center;
    }

    .entry-featured{
        flex:0 0 auto;
        width:35%;
        align-self: center;
        margin-right: 3em;
    }

    .entry-wrap{
        background-color: transparent;
        box-shadow: none;
        align-self: center;
        padding:0;
    }
}

