/*
 * Theme Name: Point Child
 * Description: Child theme for Point theme
 * Author: XR
 * Template: point
 * */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    color: #2A2A2A;
    font-weight: bold;
    text-transform: none;
}

.featured-thumbnail {
    float: left;
    max-width: 194px;
    max-height: 120px;

}
#featured-thumbnail {
    float: left;
    max-width: 194px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 3%;
    width: 36%;
    position: relative;
}

.title a {
    color: #1E73BE;
    display: block;
}

.single_post .related-posts a { color: #1E73BE}
.single_post .related-posts .meta a { color: #999}