@charset "UTF-8";
/*
	Theme Name: Transparência Contábil
	Theme URI: http://tclcontabilidade.com.br/
	Author: Sitecontabil
	Author URI: https://sitecontabil.com.br/
	Description: Transparência Contábil - Blog criado em 2018
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* WORDPRESS */
pre {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 15px;
  font-family: monospace;
}

blockquote {
  border-left: 5px solid #EEAF16;
  padding: 5px 15px;
  font-size: 0.8em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

table thead {
  background-color: #EEAF16;
  color: #fff;
}

table tr td, table tr th {
  border: 1px solid #ccc;
  padding: 5px;
}

table tbody th {
  background-color: #eee;
}

address {
  font-style: italic;
}

s, strike, del {
  text-decoration: line-through;
}

u, ins {
  text-decoration: underline;
}

q {
  display: inline;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

.post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-card {
  margin: 0 0 30px 0;
  border-color: #b6830d;
  border-style: solid;
  border-width: 5px 0 0;
  box-shadow: 0 2px 2px #a7a7a7;
  background-color: #fff;
  padding: 30px;
}

.post-card.sticky {
  border-color: #EEAF16;
}

.post-card img {
  max-width: 100%;
  height: auto;
}

.post-card img.thumbnail {
  display: block;
  margin: auto;
}

.post-card *[style] {
  max-width: 100%;
}

.post-card .thumbnail {
  display: block;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.post-card a:not(.botao) {
  color: #EEAF16;
}

.post-card a:not(.botao):hover {
  text-decoration: underline;
}

.pages {
  text-align: center;
}

.pages .page-numbers {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #666;
  line-height: 1em;
  font-size: 0.8em;
}

.pages .page-numbers.current {
  color: #fff;
  border-color: #b6830d;
  background: #EEAF16;
}

.alignleft {
  float: left;
  margin: 5px;
}

.alignright {
  float: right;
  margin: 5px;
}

.aligncenter {
  margin: 5px auto;
}

.wp-caption-text {
  font-size: 0.8em;
  color: #333;
}

.sidebar .widget {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}

.sidebar .widget .searchform {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 0;
}

.sidebar .widget .searchform div {
  display: flex;
}

.sidebar .widget .searchform div label {
  display: none;
}

.sidebar .widget .searchform div input, .sidebar .widget .searchform div button {
  border: none;
  padding: 5px;
  background-color: #fff;
}

.sidebar .widget .searchform div input[type=text], .sidebar .widget .searchform div button[type=text] {
  flex: 1;
  min-width: 100px;
}

.sidebar .widget .searchform div input[type=submit], .sidebar .widget .searchform div button[type=submit] {
  border-left: 1px solid #eee;
  cursor: pointer;
  padding: 5px 10px;
  white-space: nowrap;
}

.sidebar .widget a {
  transition: all 300ms;
}

.sidebar .widget a:hover {
  text-decoration: underline;
  color: #EEAF16;
}

.sidebar .widget #subscribe-email input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 0;
  min-width: 100px;
}

/* COMENTARIOS PERSONALIZADOS */
.lista-comentarios {
  list-style: none;
  padding: 0;
}

.lista-comentarios .item-comentario {
  list-style: none;
}

.lista-comentarios .item-comentario-card {
  border: 1px solid #eee;
  background-color: #fefefe;
}

.lista-comentarios .item-comentario-card-autor {
  border-bottom: 1px solid #ccc;
}
