﻿/* Posts List */
.blog-post {
    background: #FFF;
    position: relative;
    margin: 20px 0;
    border: 1px solid #EEE;
}

.blog-post img {
    max-width: 100%;
}

.blog-post .post-info {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    line-height: 1.2;
    position: absolute;
    padding: 5px;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.blog-post .post-comments-count {
    text-align: center;
}

.post-info .post-comments-count {
    padding-top: 5px;
}

.post-info .post-comments-count i {
    margin-right: 5px;
}

.post-info .post-comments-count a {
    color: #FFF;
}

.post-info .post-date .date {
    font-size: 0.7em;
    font-weight: 600;
}

.post-title h3 {
    font-size: 1.2em;
    border-bottom: 1px dotted #828282;
    margin: 0 20px;
    padding-top: 10px;
}

.post-title h3 a {
    color: #535b60;
}

.post-summary {
    margin: 10px 20px;
}

.post-summary p {
    color: #828282;
    font-size: 0.9em;
    text-align: justify;
}

.post-more {
    text-align: right;
    padding: 0 20px 20px 0;
}
/* Single Post */
.blog-single-post {
    padding: 10px 30px;
}

.single-post-title h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 130%;
    border-bottom: 1px dotted #828282;
}

.single-post-info {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #828282;
}

.single-post-info i {
    color: #333;
    margin-right: 5px;
}

.single-post-image {
    text-align: center;
}

.single-post-image img {
    border: none;
}

.single-post-content {
    margin: 30px 0 0 0;
    /*padding-bottom: 20px;*/
    /*border-bottom: 2px dotted #CCC;*/
}

.single-post-read-more {
    /*margin: 20px 0;*/
    text-align:right;
    padding-bottom: 10px;
    border-bottom: 1px dotted #828282;
}

@media (min-width: 768px) {
    .single-post-content {
        margin: 30px 0 0 0;
        /*padding-bottom: 20px;*/
        /*border-bottom: 2px dotted #CCC;*/
        max-height:130px;
        min-height:130px;
        overflow:hidden;
    }
    .single-post-image {
        text-align: center;
        max-height:277px;
        min-height:277px;
        overflow:hidden;
    }
    .single-post-title h2 {
        max-height:55px;
        min-height:55px;
        overflow:hidden;
    }
}

.single-post-content p {
    color: #828282;
    font-size: 0.9em;
    text-align: justify;
}

.post-comments {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 40px;
    padding: 0;
}

.post-comments ul {
    list-style-type: none;
    margin-left: 30px;
    padding: 0;
}

.comment-wrapper p {
    margin: 0;
    position: relative;
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.comment-author {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-author img {
    max-width: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
    margin-right: 10px;
}

.comment-date {
    font-size: 0.9em;
    margin-right: 20px;
}

.comment-actions {
    text-align: right;
    opacity: 0.6;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.comment-actions:hover {
    text-align: right;
    opacity: 1;
}

.comment-actions i {
    color: #333;
}

.comment-reply-btn {
    margin-left: 10px;
}

.blog-sidebar {
    margin-top: 45px;
}

.blog-sidebar h4 {
    margin-top: 20px;
    font-weight: 700;
}

.blog-sidebar h4:first-child {
    margin-top: 0;
}

.blog-sidebar ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.blog-sidebar .recent-posts li,
.blog-sidebar .blog-categories li {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #D5D5D5;
}

.blog-sidebar .recent-posts li:last-child,
.blog-sidebar .blog-categories li:last-child {
    border-bottom: 1px solid #D5D5D5;
}

.blog-sidebar .recent-posts a,
.blog-sidebar .blog-categories a {
    color: #535b60;
}
/*--------------------------------------------------------------------------
+	Pagination Style (overrides Bootstrap style)
--------------------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-bottom: 3px solid #FFF;
  color: #666666;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background: #FFF;
}
.pagination > li > a:hover {
  border-bottom: 3px solid #666666;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #666666;
  border-bottom: 3px solid #4f8db3;
}
.pagination > .disabled > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-bottom: 0;
  color: #C9C9C9;
  background-color: #FFF;
  cursor: default;
}

.detail-post-content p {
    color: #828282;
    font-size: 0.9em;
    text-align: justify;
}
