#blog_wrapper {
	padding-top: 60px;
}
#blog_wrapper .col-md-8.infos i {
	margin-left: 20px;
}
#blog_wrapper .col-md-8.infos i:first-child {
	margin-left: 0px;
}
#blog_wrapper .post-content > *:first-child, .post-media + * {
  margin-top: 30px;
}
#blog_wrapper ul.meta {
	padding-left: 0px;
}
#blog_wrapper .post-content > .post-media:first-child {
	margin: 0px !important;
}

.post-content {
	padding: 0px;
}
#main-composition .blog-post h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin: 10px 0;
}
.post .media-left img {
    width: 170px;
    height: auto;
}
.post ul.meta {
    padding: 0;
    margin: 10px 0 20px 0;
}
.post ul.meta li {
    display: block;
    margin: 3px 0 0 0;
    font-size: 13px;
    color: #526173;
}
.post ul.meta li i {
    width: 20px;
}
.post ul.meta li a {
    color: #acd84c;
}
.post ul.meta li:after {
    content: "";
    margin-left: 0px;
}

.post .post_content .social {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.post .post_content .social .addthis_toolbox a {
    margin-bottom: 0px;
}

/*===================================================================================*/
/*	AUTHOR
/*===================================================================================*/

.post-author {
    padding: 30px 40px;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}
.post-author .author-image {
    float: left;
}
.post-author .author-image img {
    width: 100px;
    border-radius: 50%;
}
.post-author .author-details {
    position: relative;
    font-size: inherit;
    padding-top: 0;
    padding-left: 20px;
    z-index: 0;
    overflow: hidden;
}
.post-author .author-details p a {
    font-weight: 700;
    border-bottom: none;
}
.post-author .author-details .social li {
    display: inline-block;
}
.post-author .author-details .meta {
    padding-left: 0;
    margin-top: 12px;
}
.post-author .author-details .social,
.post-author .author-details .meta {
    display: inline-block;
    padding: 0;
}

.blog-post .post-author p {
	margin-bottom: 0px;
}
.blog-post .author-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 16px;
}
.blog-post .post-author .google_plus {
	color:#d95434;
}
.blog-post .post-author .twitter {
	color:#33ccfc;
}
.blog-post .post-author .facebook {
	color:#3a5998;
}
.blog-post .post-author i {
	font-size: 24px !important;
	margin-right: 5px !important;
	color: inherit !important;
}
.blog-post .post-author a:hover {
	text-decoration: none;
}




.form-horizontal .input-prepend,
.form-horizontal .input-append {
	margin-left: 20px;
}

#comments hr:first-child {
	display: none;
}



#social_bar {
	position: fixed;
	top: 200px;
	left: 0px;
	z-index: 1;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 55px;
	width: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	padding: 5px;
	font: 10px/16px Arial;
	background: padding-box #fff;
}

#social_bar .social_media {
  width: auto;
  height: auto;
  line-height: 0;
  padding: 4px 1px;
}



/*===================================================================================*/
/*	OVERLAY
/*===================================================================================*/

.icon-overlay {
    display: block;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
}
.icon-overlay a .icn-more {
    opacity: 0;
    height: 100%;
    position: absolute;
	left: 0;
	top: 0;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-color: rgba(26,187,156, 0.9);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    overflow: hidden;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\2b';
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -30px 0 0 -30px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon-overlay a:hover .icn-more:before {
    font-size: 30px;
	padding-top: 15px;
}
.icon-overlay.icn-link a .icn-more:before {
    content: '\2b';
}



#addCommentForm {
	margin-bottom: 0px;
}
#addCommentForm .form-actions {
	margin-bottom: 0px;
}
#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;
}


.posts .post h2 a {
	color: #333;
}
.posts .post a.btn {
	background: #46cfb1;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 15px 50px;
}

@media (max-width: 767px) {
    .post-author .author-image img {
        width: 50px;
    }
    .blog-post .post-author p {
        margin-top: 0;
    }
    .comments > .media .media-left {
        display: none !important;
    }
    .comments #addCommentForm #controlmessage {
        margin-left: 0 !important;
    }
    .comments #addCommentForm .talkbubble:before {
        display: none;
    }
}