/* Blog Post
=================================================================== */
.blog_post h1 {
    color:#212c43;
}
.blog_post .post_pic {
    max-width: 100%;
}
.blog_post .post_content {
	margin-top: 20px;
	padding-bottom: 20px;
}
.blog_post .social_buttons {
    display:flex;
    gap: 3px;
}
.blog_post .post_content p {
	line-height: 22px;
	margin-bottom: 15px;
}
#blog_wrapper .post_content small {
	font-size: 12px;
	font-style: italic;
}
.blog_post .date {
	color: #666;
}
.blog_post .links {
     text-align: center
}
.blog_post .links > a {
	margin-right: 40px;
}
.blog_post .comments {
	margin-top: 40px;
}
.blog_post .comments .comment {
	margin-bottom: 0px;
	margin-top: 30px;
}
.blog_post .comments .comment.reply_to {
	margin-top: 10px;
	margin-left: 60px
}
.blog_post .comments .comment .author_pic {
	max-width: 55px;
	float: right;
}
.blog_post .comments .comment .name {
	font-weight: bold;
}
.blog_post .comments .comment .reply {
	color: #6D9748;
	text-decoration: none;
	margin-left: 20px;
	font-size: 12px;
}
.blog_post .comments .comment .date {
	font-size: 12px;
}
.blog_post .comments .comment .response {
	margin-top: 10px;
}

/* new comment */
.blog_post .new_comment {
	border-top: 1px solid #c0c1c3;
	box-shadow: inset 0px 2px 1px 0px white;
	padding-top: 30px;
}
.blog_post .new_comment form {
	margin-top: 35px;
}
.blog_post .new_comment form input[type="text"] {
	height: 25px;
	width: 100%;
}
.blog_post .new_comment form textarea {
	margin-top: 10px;
	width: 100%;
}

.blog_post #addCommentForm {
	margin-bottom: 0px;
}
.blog_post #addCommentForm .form-actions {
	margin-bottom: 0px;
	background: none;
    border: none;
    padding-top: 0px;

}
.blog_post #addCommentForm .input-prepend {
	margin-left: 20px;
}

#ContentReponse {
    display:none;
    background:#f9f9f9;
    margin: 20px 0;
    padding:20px;
    padding-bottom: 10px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

.comments .comment.reply_to + #ContentReponse {
    margin-top: 10px;
    margin-left: 60px;
}

/* about the author */
.blog_post .author {
	margin: 20px 0;
	padding: 0 20px;
	padding-bottom: 20px;
    border: 1px solid #eee;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.10);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.10);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.10);
    box-shadow: 0 1px 1px rgba(0,0,0,.10);
}

.blog_post .author .google_plus {
	color:#d95434;
}
.blog_post .author .twitter {
	color:#33ccfc;
}
.blog_post .author .facebook {
	color:#3a5998;
}

.blog_post .author i {
	font-size: 24px;
	margin-right: 5px;
}

.blog_post .author a:hover {
	text-decoration: none;
}

/* blog index */
#blog_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 20px;
}

#blog_wrapper .section_header {
	margin: 0px 50px 60px 0px;
	float:left;
}
#blog_wrapper hr.right {
	border-bottom: 2px solid #ffffff;
}
#blog_wrapper .row {
	clear: both
}

#blog_wrapper .post {
	background-color: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e8ec;
    padding-bottom: 30px;
}
#blog_wrapper .post:last-child {
    border-bottom: none;
}
#blog_wrapper .post .main_pic {
	width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}
#blog_wrapper .post .info-large {

}
#blog_wrapper .post h3 {
    margin: 0px;
}
#blog_wrapper .post h3 a {
    color: #292f38;
}
#blog_wrapper .post h3 a:hover {
    color: #e74c3c;
    text-decoration: none;
}
#blog_wrapper .post .btn {
    text-shadow: none;
}

#blog_wrapper .post_info {
    margin-bottom: 20px;
}
#blog_wrapper .post_info ul {
    margin: 0;
    list-style: none;
}
#blog_wrapper .post_info ul li {
    float: left;
    padding: 0;
    margin-right: 20px;
}

#blog_wrapper .post_info ul:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}



#blog_wrapper .post_info h3 a {
    color: #212c43;
}

#blog_wrapper .post .info h3,
#blog_wrapper .post .info-large h3 {
	line-height: 28px;
	color: #444;
	margin-top: 0px
}
#blog_wrapper .post .post_info {
	margin-top: 0px;
	font-size: 13px;
}
#blog_wrapper .post .post_info .author {
	font-weight: bold;
	font-size: 18px
}
#blog_wrapper .post .post_info .infos {
    text-align: center;
}

#blog_wrapper .post .post_info .infos a,
#blog_wrapper .post .post_info .infos div {
    float:none;
    margin-right: 0px;
}
#blog_wrapper .post .post_info .infos i {
    margin-top: 4px;
}
#blog_wrapper .post .post_info .infos a {
    margin-top: -4px;
    color: white;
}


.infos div {
    float:left;
    margin-right: 5px;
}
.infos i {
    margin-top: 4px;
}



#blog_wrapper .post_infos {
    margin-bottom: 20px;
}
#blog_wrapper .post_infos ul {
    margin: 0;
    list-style: none;
}
#blog_wrapper .post_infos ul li {
    float: left;
    padding: 0;
    margin-right: 20px;
}

#blog_wrapper .post_infos ul:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}




#blog_wrapper .box-comments .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
#blog_wrapper .box-comments .box .head {
    border-radius: 0px;
}

#blog_wrapper .pagination {
	text-align: right;
}
#blog_wrapper .pagination a {
	color: #212c43;
	border:none;
	border-radius: 0px;
}
#blog_wrapper .pagination a.active {
	background-color: #7ccbfc;
	color:white !important;
}

/* sidebar */
#blog_wrapper .sidebar {
	margin-top:0px
}
#blog_wrapper .sidebar .search-query {
	margin-top: 20px;
	height: 20px;
}
#blog_wrapper .sidebar .sidebar_header {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc0c4;
	box-shadow: 0px 2px 1px 0px white;
}
#blog_wrapper .sidebar .sidebar_menu {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
#blog_wrapper .sidebar .sidebar_menu li {
	margin-bottom: 10px;
	font-size: 15px;
}
#blog_wrapper .sidebar .sidebar_menu li a {
	color: #333;
}
#blog_wrapper .sidebar .sidebar_menu li a:hover {
	color: #87a46e;
	text-decoration: underline;
}

#blog_wrapper .sidebar .tags span {
	margin-right:5px
}

#blog_wrapper .sidebar .social a,
#blog_wrapper .sidebar .social a:hover {
	text-decoration: none;
}
#blog_wrapper .sidebar .social a:hover {
	opacity: 0.7;
}
#blog_wrapper .sidebar i.social {
	margin: 10px 10px 7px 0px;
}

/* post small */
#blog_wrapper .post-small {
	background-color: #fff;
	padding: 4px 10px 4px 4px;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

#blog_wrapper .post-small-img {
	width:15%;
	float:left;
	margin-left: 30px;
}

#blog_wrapper .post-small-content {
	width:80%;
	float:left;
	margin-left: 0px;
}

#blog_wrapper .post-small .main_pic {
	border: none;
	max-width: 100%;
}
#blog_wrapper .post-small .info,
#blog_wrapper .post-small .info-large {
	padding-left: 10px;
}
#blog_wrapper .post-small .info a,
#blog_wrapper .post-small .info-large a {
	color: #212c43;
}
#blog_wrapper .post-small .info h3,
#blog_wrapper .post-small .info-large h3 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 22px;
}
#blog_wrapper .post-small .btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
    color: #fff;
    text-shadow: none;
    border: none;
}

/* Responsive
-------------------------------------------------- */

/* Landscape phones and down */
@media (max-width: 480px) {

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#blog_wrapper .header hr {
		width: 70%;
	}
	#blog_wrapper .post .main_pic {
		display: block;
		margin: 0 auto;
	}
	#blog_wrapper .post-small .main_pic {
		display: block;
		margin: 0 auto;
	}
	#blog_wrapper .sidebar .recent_posts .thumb {
		max-width: 100px;
	}
	#blog_wrapper .post-small-img {
		float:none;
		display: block;
		margin: 0 auto;
		width:75%;
	}
	#blog_wrapper .post-small .info {
		width: 90%;
	}
	#blog_wrapper .post-small .btn {
		font-weight: bold;
		position: relative;
		display: block;
		margin: 0 auto;
		margin-left: 40px;
		margin-top: 20px;
	}
}
