

/*make text default size in case authors mess up tags*/
.blog-entry-container a, .blog-entry-container p {
    font-size: 1rem;
}

.blog-entry-container h6 {
    font-size: .75rem;
    color: #404040;
    text-align: right;
}


.blog-entry-container h3 {
    margin-bottom: 0.25rem;
}

.blog-entry-header {
    overflow-x: hidden;
}

.blog-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 1rem 0;
}

.blog-wrapper iframe {
    margin: 1rem 0;
}

.blog-thumbnail {
    display: none;
}



.blog-entries-holder {
    overflow: auto;
}


.blog-entries-inner .item-tile .meta {
    top: auto;
    bottom: 0px;
    height: 2rem;
    background-color: transparent;
    background: url(../../../images/gradients/hires/gradient-bottom.png) repeat-x;
    background: linear-gradient( rgba(0,0,0,1), rgba(0,0,0,0.3) );

}

.blog-entries-inner .item-tile .meta h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 800;
}

.blog-entries-inner .horizontal-blog-entry {
    background-color: #323232;
}
.blog-entries-inner .horizontal-blog-entry,
.blog-entries-horizontal .blog-entries-inner .load-more-container {

    position: relative;
    float: left;
    width: 260px;
    height: 260px;

}

#blog-entries-h {
    margin-top: 2rem;
}

.blog-entries-inner button {
    display: block;
    background-color: transparent;
    border: 1px solid #15bb9f;
    color: #15bb9f;
    text-align: center;
    opacity: 0.9;
    text-transform: uppercase;

}

.blog-entries-inner button:hover {
    opacity: 1.0;
}

.blog-entries-vertical .blog-entries-inner button {
    width: 70%;
    max-width: 15rem;
    margin: 1rem auto .5rem auto;
    padding: .5rem;
}

.blog-entries-horizontal .blog-entries-inner button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    margin-left: -3rem;

}