.article-title {
    /* font-family: "proxima-nova",arial,sans-serif; */
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 17px;
    color: #363636;
}

.author-meta {
    color: #666;
    display: inline-block;
    /*font-family: VFSans,Futura-Medium,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 10px auto 15px;
    text-transform: uppercase;
}

.author-meta a {
    color: #666;
}

img.size-full,
img.size-large {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
}

.list-group {
    margin-bottom: 0;
}

.list-group .list-group-item {
    overflow: hidden;    
}

.list-group .list-group-item .fa,
.list-group .list-group-item .glyphicon {
    width: 14px;
    margin-right: 10px;
}

.collapse-triangle {
    font-size: 13px;
}

/* http://designmodo.com/css3-accordion-menu/ */
.panel-default>.panel-heading {
    color: #fdfdfd;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0, .35);
    background: #6c6e74;
    background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255, .1), 0 1px 0 0 rgba(0,0,0, .1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255, .1), 0 1px 0 0 rgba(0,0,0, .1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255, .1), 0 1px 0 0 rgba(0,0,0, .1);
}

.panel-default>.panel-heading.opened,
.panel-default>.panel-heading:hover {
    color: #0E6B9E;
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    background: #76C8F5;
    background: -moz-linear-gradient(top, #76C8F5 0%, #2093d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76C8F5), color-stop(100%,#2093d2));
    background: -webkit-linear-gradient(top, #76C8F5 0%,#2093d2 100%);
    background: -o-linear-gradient(top, #76C8F5 0%,#2093d2 100%);
    background: -ms-linear-gradient(top, #76C8F5 0%,#2093d2 100%);
    background: linear-gradient(top, #76C8F5 0%,#2093d2 100%);
}

.panel-default>.panel-heading>.panel-title {
    font: bold 15px/20px Arial, sans-serif;
}

.top-align {
    vertical-align: top;
}

.social-media {
    height: 22px;
}

.social-media .fa {
    font-size: 20px;
}

.social-media .twitter-share-button {
    display: inline-block;
}

.social-media .fa.fa-google-plus-square {
    color: #dd4b39;
}

.social-media .fa.fa-twitter {
    color: #00aced;
}

.social-media .fa.fa-facebook-square {
    color: #3b5998;
}

div.wp-caption {
    width: inherit!important;
}

@media (min-width: 768px) {
    .author-meta {
        font-size: 13px;
    }
}

/* related picks */
.thumbnail .caption h4 {
    margin-top: 10px;
}

/* comments */
.timeline-comment-wrapper {
    position: relative;
    padding-left: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.timeline-comment-wrapper:first-child {
    margin-top: 0;
}

.timeline-comment-avatar,
.timeline-comment-header-text img.avatar.photo {
    float: left;
    margin-left: -64px;
    margin-top: -8px;
}

.timeline-comment {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

div.timeline-comment-wrapper>div.timeline-comment:before,
.timeline-new-comment .timeline-comment:before {
    border-right-color: #dddddd;
    border-width: 8px;
}

.timeline-comment-wrapper>.timeline-comment:after,
.timeline-comment-wrapper>.timeline-comment:before,
.timeline-new-comment .timeline-comment:after,
.timeline-new-comment .timeline-comment:before {
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

div.timeline-comment-wrapper>div.timeline-comment:after,
.timeline-new-comment .timeline-comment:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}

.timeline-comment-header
{
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.timeline-comment-header-text {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.timeline-comment-header .author {
    font-weight: bold;
    color: #555;
}

.comment-body {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    overflow: visible;
}

.markdown-body {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}