/* Estilos do blog de Dinac */

  /* Barra Lateral */
  .mega_title {
      margin-top: 15px;
  }

  .container.container_blog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  h2.blog_sidebar__title {
    background-color: #0060a9;
    color: #FFF;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin:0;
  }

  .blog-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #c2c2c2;
  }

  .blog-sidebar-list .list-item {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;  
  }

  .latest-posts-list .latest-posts-list-item:last-child {
    border:none;
  }

  .latest-posts-list .latest-posts-list-item .post-more , 
  .latest-posts-list .latest-posts-list-item .post-short-description,
  .latest-posts-list .latest-posts-list-item .post-created-date{
    display: none;
  }

  .latest-posts-list .latest-posts-list-item p {
    margin: 0;
  }

  .blog-sidebar-list .list-item a {
    font-size: 12px;
    font-weight: bold;
    color: #0060A9;
  }

  .blog-sidebar-list .list-item:hover {
    background-color: #e8e8e8;  
    cursor: pointer;
  }

  .blog-sidebar-list .list-item:hover a {
    color: #0060a9;  
  }

  .category-list .category-list-item a,
  .archive-list .archive-list-item a {
    font-size: 16px;
    text-transform: none;
  }
  /* Barra Lateral */

  /* Home Blog */

  .blog__post {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .blog__post:last-child {
    border:none;
  }

  .blog__post .post-category a, #blogArticle .article-category {
    font-weight: bold;
    font-size: 12px;
    color: #0060a9;
  }

  .blog__post .post-created-date, #blogArticle .article-date-posted {
    font-size: 12px;
    color: #0060a9; 
  }

  .blog_post_line2 , #blogArticle .article-author{
    margin: 0;    
  }

  .blog_post_line2 .post-author, #blogArticle .article-author {
    font-size: 12px;
    color: #626262;
    text-transform: none;
  }

  .colInfos__title, #blogArticle .article-title {
    font-size: 22px;
    font-weight: bold;
    color: #545454;
  }

  .colInfos__title:hover, #blogArticle .article-title:hover {
    color: #0065ad;
    text-decoration: none;
  }

  .short-description, .articleContent{
    font-size: 14px;
    color:#888;
    text-transform: none;
  }

  .post-see-more {
    font-size: 13px;
    padding: 4px 25px;
    border-radius: 3px;
    color: #0060a9;
    background-color: #FFF;
    border:1px solid #0060a9;
  }

  .post-see-more:hover {    
    color: #FFF;
    background-color:#0060a9;
    text-decoration: none;
  }

  .img-featured-post {
    display: inline-block;
  }

  .image-post-container {
    padding: 0;
  }

  /* Estilos Paginação */
  .box-pagination {
    margin-top: 20px;
  }
  .pagination-container {
    background-color: #0065ad;
    color: #fff;
    display: block;
    margin: 0px;
    padding: 15px 23px 15px 23px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
  }
  .pagination-container .links,
  .pagination-container .results {
    width: 50%;
    display: block;
  }
  .pagination-container .results {
    /*float: left;*/
  }
  .pagination-container .links {
    float: right;
  }
  .pagination-container .links > * {
    display: inline-block;
    height: 24px;
    width: 26px;
    text-align: center;
    color: #fff;
  }
  .pagination-container .links .pag-on, .pagination-container .links .pages:hover {
    background-color: #fff200;
    color: #0060a9;
    text-decoration: underline;    
    font-weight: bold;
    border-radius: 3px;
  }

  /* Estilos paginação */

  /* Home Blog */

  /* Detalhe do post */
  .articleHeader {
    margin-bottom: 30px;
  }
  
  .articleTagsContent {
    text-transform: none;
    margin: 20px 0;
  }

  .share-msg {
    font-weight: bold;
    text-transform: none;
  }

  .share-box {
    display: inline-block;
    vertical-align: top;
  }

  .articleContent {
    margin: 20px 0;
    text-align: justify;
  }

  .article-bottom {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }


  #article-comments h4 {
    color:#0060a9;
    font-size: 20px;
    font-weight: bold;
  }

  #comments {
    padding: 15px;
    text-align: center;
    background-color: #F9F9FD;
  }
  .commentEmpty {
    text-transform: none;
    color: #0060A9;
    font-weight: bold;
  }

  .attention {
    text-transform: none;
    color: #0060A9;
    font-weight: bold;
    font-size: 14px;
  }

  .attention a {
    color:#0d43f2;
  } 

  #commentRespond {
    margin-top: 20px;
  }
  
  #commentRespond #commentInput {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }

  #commentRespond .warning {
    padding: 10px;
    background-color: #F58080;
    color: #FFF;
    margin-bottom: 10px;
  }

  #commentRespond .success {
    padding: 10px;
    background-color: #3c763d;
    color: #FFF;
    margin-bottom: 10px;
  }

  #cancelCommentReply {
    padding: 5px;
    text-transform: none;
    display: inline-block;
    background-color: #C38686;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  #commentRespond #commentTitle {
    display: inline-block;
    vertical-align: middle;
  }

  #commentInput {
    color: #0060a9;
  }

  ul.commentList {
    text-align: justify;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #comments > .commentList > li {
    border-top: 1px solid #8C8989;
  }

  #comments > .commentList > li:first-child {
    border:none;
  }

  .commentList.replyComment {
    padding-left: 80px;
  }

  .comment-author-info .name, .commentList.replyComment .name {
    font-size: 12px;
    font-weight: bold;
    color: #0060a9;
  }


  .commentList .created {
    font-size: 12px;
    color: #0060A9;
    font-weight: bold;
  }

  .commentList.replyComment li {
    border-bottom: 1px solid  #e2e2e2;
  }

  .commentList.replyComment li:last-child {
    border:none;
  }

  .commentList.replyComment > * {
    text-transform: none;
  }

  .commentList img {
    display: none;
  }

  .comment-container {
    padding: 15px 0; 
    margin-bottom: 15px;
    overflow: auto;
  }

  .commentList .box-img-ava {
    display: none;
  }

  .commentList .reply {
    clear: both;
    text-align: left;
    padding-left: 15px;
  }

  .reply a {
    font-size: 13px;
    padding: 4px 25px;
    cursor: pointer;
    border-radius: 3px;
    color: #FFF;
    background-color: #0060a9;
    border: 1px solid #0060a9;
  }

  .commentList .comment-author-info, .commentList .comment-description {
    text-transform: none;
  }

  /* Detalhe do post */
/* Blog Dinac */

/*Blog Dinac Mobile*/
@media ( max-width: 767px ) {
  .articles-container {
    text-align: center;
  }

  .container.container_blog {
    margin-top: 0;
  }

  .image-post-container {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .container-position-title {
    width: 50%;
  }

  .container-title-mobile {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .articleHeader {
    text-align: left;
  }

  .sidebar-column {
    margin-top: 20px;
  }

  .pagination-container .links {
    float: none;
    width: auto;
  }

  .pagination-container .results {
    display: none;
  }
}

@media (min-width: 400px) {
  .container-title-mobile {
    text-align: center;
  }
  .articleHeader {
    text-align: center;
  }
}
 
/*Blog Dinac Mobile*/