/*
Theme Name: Arévalo
Theme URI: http://bigodesign.com.br
Author: SartreGumo e BIGO Design
Author URI: http://bigodesign.com.br
Description: Criado por SartreGumo - Desenvolvido por BIGO Design
Version: 1.0

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
/* Blog */
/* ----------------------------------------- */
.page-template-page-blog .span10 article,
.archive .span10 article {
  margin-bottom: 70px;
}
.page-template-page-blog .span10 article a.title,
.archive .span10 article a.title {
  display: block;
}
.page-template-page-blog .span10 article a.title,
.archive .span10 article a.title,
.page-template-page-blog .span10 article a.title *,
.archive .span10 article a.title * {
  font-size: 26px;
  margin-bottom: 0;
}
.page-template-page-blog .span10 article a:hover,
.archive .span10 article a:hover {
  color: #1c4c54;
}
.read-more {
  display: inline-block;
  color: #1c4c54;
  font-weight: bold;
}
@media (min-width: 767px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    width: 48%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
  }
  #commentform .comment-form-author input,
  #commentform .comment-form-email input {
    width: 100%;
  }
}
#commentform .comment-form-url {
  display: none;
  clear: both;
}
/* ----------------------------------------- Blog */
/*# sourceMappingURL=style.css.map */