/* Custom overrides for Simplus Blog static site */

/* Video embeds */
.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1.5rem 0;
}
.video-embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* Entry content spacing */
.entry-content p { margin-bottom: 1.2em; }
.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 0.5em 0;
}
.entry-content figure {
    margin: 1.5em 0;
}
.entry-content figure img { margin: 0; }
.entry-content figcaption {
    font-size: 0.85em;
    color: #858585;
    margin-top: 0.4em;
}
.entry-content blockquote {
    border-left: 3px solid #337ab7;
    padding: 0.5em 1.5em;
    margin: 1.5em 0;
    color: #666;
    font-style: italic;
}

/* Site title link color */
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
    text-decoration: none;
}

/* Footer */
.site-footer .site-info {
    padding: 20px 0;
    text-align: center;
    color: #858585;
    font-size: 14px;
}

/* Sidebar widget links */
.widget ul li a {
    color: #337ab7;
}
.widget ul li a:hover {
    color: #23527c;
}
