/*
Theme Name: Chargemap
*/
.post-img img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn {
    border-radius: 8px;
}
.post-title, .post-title a {
    font-weight: bold;
    font-size: 30px;
    color:#4e4e4e;
}
h2 {
    font-size:24px;
    margin: 30px 0 22px;
    line-height: 1.3em;
    color:#4e4e4e;
}

h3 {
    font-size:20px;
    color:#4e4e4e;
}
.post-header {
	font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.5em;
}
.post-content {
	line-height: 2em;
}
.post-excerpt, .post .post-excerpt p {
	margin-bottom:1.4em;
	font-size: 22px;
}
.post p {
    font-size: 18px;
    margin-bottom:1.4em;
}

.post li, .post li a {
    font-size: 18px;
}
.post .btn.btn-lg {
	font-size: 24px;
    padding: 12px 24px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.post .btn {
	font-size: 18px;
}

.post-share {
	width: 100%;
}
.btn-facebook, .btn-google {
	display:inherit;
}
.btn-facebook {
	color: #fff;
    background-color: #415994;
    border-color: #394e82;
}
.btn-facebook:hover {
    background-color: #293F75;
    border-color: #293F75;
    color: #fff;
}