/* Buttons for "Content Views" Plugin
-------------------------------------------------------------- */
.pt-cv-readmore {
    color: #fff;
    background-color: #003366 !important;
    border-color: #003366 !important;
}

/* Fix Space Above "Content Views" blog previews
-------------------------------------------------------------- */
div .pt-cv-wrapper {
    display: inline-block;
}

/* Fix Spacer Between Blog Posts
-------------------------------------------------------------*/
.entry-title {
    font-size: 28px;
    margin: 36px 0 8px 0;
    color: #003366;
}

/* Homepage Blog Preview Title
---------------------------------*/
h2.blog-preview {
    font-size: 36px; 
    color: grey;
    font-weight: 400;
    padding-bottom: 12px;
}

/*---- Homepage Blog Title Columns ---*/
.home-blog-container {
    float:left;
    width:100%;
}
.home-blog-column1 {
    float:left;
    width:70%;
}
.home-blog-column2 {
    float:left;
    width:30%;
    padding-top: 15px;
    text-decoration: underline;
}