/*
 * Theme Name: Point Child
 * Description: Child theme for Point theme
 * Author: XR
 * Template: point
 * */

/* write custom css */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    color: #2A2A2A;
    font-weight: bold;
    text-transform: none;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
p {
    margin-bottom: 14px;
    font-size: 15px;
    color: #2d2d2d;
    margin-top: 0;
}
.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}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
    border:1px solid black;
    margin-bottom:2em;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

img {
     border: solid #999999 1px
}
