/* para justificar o conteúdo*/
.content {
  text-align: justify;
}

/* para escurecer o hr */
hr {
    color: #000000;
    background-color: #000000;
    height: 1px;
   }

/* imformar de quem é a citação com diversos icons*/

/*estilo 01*/
.info-citacao-um {
    height: 50px; 
    border-bottom: 5px double;
    background: url("https://portaviii.barcelos.info/.pix/info-citacao-um.png") no-repeat left top;   
    padding: 17px 10px 5px 60px; 
    font-family: "Trebuchet MS"; 
    color: #000000; 
    font-style: italic;
    font-size: 1em;  
    }

/*estilo 02*/
.autor-quote {
		font-style: normal;
		font-weight: bold;
    background: url("https://portaviii.barcelos.info/.pix/info-citacao-dois.png") no-repeat left top; 
    padding: 3px 10px 5px 35px; 
    color: #000000; 
	  text-transform: uppercase;
    font-size: 1em;
	  border-bottom: 1px solid  #89897C;
}

/*estilo 03*/
.autor-quote-01 {
    background: url("https://portaviii.barcelos.info/.pix/info-citacao-tres.png") no-repeat left top; 
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;
	  border-bottom: 1px dotted #89897C;
}

/*estilo 03-A*/
.autor-quote-02 {
    background: url("https://portaviii.barcelos.info/.pix/info-citacao-tres.png") no-repeat left top; 
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;
	  border-bottom: 1px dotted #89897C;		
}

/*estilo 04 - editora*/
.editora-01 {
    background: url("https://portaviii.barcelos.info/.pix/editora.png") no-repeat left top;
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;	
}

/*estilo 05 - lampada*/
.lampada-01 {
    background: url("https://portaviii.barcelos.info/.pix/lampada.png") no-repeat left top;    
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;		
}

/*estilo 06 - livro*/
.livro-01 {
    background: url("https://portaviii.barcelos.info/.pix/pagina.png") no-repeat left top;    
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;
}

/*estilo 07 - doido*/
.doido-01 {
    background: url("https://portaviii.barcelos.info/.pix/crazy.png") no-repeat left top;   
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;
	  border-bottom: 1px dotted #89897C;	
}

/*estilo 08 - para aproveitar a exportacao do site antigo*/
.ideias-um-mais {
		font-style: normal;
		font-weight: normal;
    height: 20px; 
    background: url("https://portaviii.barcelos.info/.pix/infos.png") no-repeat left top;     padding: 3px 10px 5px 35px; 
    color: #000000; 
	  display: table;
    position: relative;
    margin: 40px auto 0;
    /*font-size: 1em;*/
	 /* border-bottom: 1px dotted #89897C;*/
}

/*estilo 08 - para aproveitar a exportacao do site antigo*/
.information {
     background-color: #E8E8E8;
     background-image: url(https://portaviii.barcelos.info/.pix/infos.png);
     background-position: 5px 5px;
     background-repeat: no-repeat;
     /*border-left: solid 4px #000000;*/
     line-height: 18px;
     overflow: hidden;
    padding: 5px 10px 5px 35px; 
}

/*estilo 09*/
.tradutor {
    background: url("https://portaviii.barcelos.info/.pix/translator.png") no-repeat left top; 	
		font-style: normal;
		font-weight: bold;
    height: 35px; 
    padding: 0px 10px 5px 35px; 
    color: #000000; 
    font-size: 1em;
	  border-bottom: 1px dotted #89897C;	
}

/*espaço no comment devido ao gravatar*/
.comment_text{
padding-top: 25px;
}

/*codigo usado na citação*/
citacao {	
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #000;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}

citacao:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #000;
  text-align: center;
}

citacao:after {
	font-family: 'Special Elite', cursive;
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #D24335;
}

.citacao--highlight {
    color: #D24335;
}

/*para que as etiquetas não colidem com alguns posts*/
.blog-tags{
top: 5px;
}

/*novo css para caption*/
div .wp-caption { 
		position: relative;	
	  border: 0px solid #fff;
	  margin:10px 10px 10px 10;
}

.wp-caption.alignright {
	margin:10px 0 10px 15px;
}

.wp-caption-text{
			background-color: rgba(0, 0, 0, 0.8); 
			bottom: 15px; 
			color: #eee; 
			left:0; 
			padding: 3px 10px 3px 20px;
			position: absolute;
			font-style: normal;
	    font-family: "Roboto", arial, sans-serif !important;	
    	}

/*novo css para figcaption*/
.wp-block-image {
    position: relative;	
        }

.wp-block-image figcaption{
      position: absolute;
      color:#fff;
			font-style: normal;
	    font-size: 0.875em;
	    font-family: "Roboto", arial, sans-serif !important;
}

figcaption{
    background-color: rgba(0, 0, 0, 0.8);
    color: #eee;
    left: 0px;
    bottom: 0px;
    padding: 3px 10px 3px 20px;
    display: inline-block;
}

/*botões de navegação*/
.post_nav .next_post_link_align >span a{
	text-transform: lowercase;
}

.post_nav div>span a{
	text-transform: lowercase;
}

/*novo código citação*/
/*blockquote {
	font-family: 'Special Elite', cursive;
	background: #fffdf5;
	font-weight: 100;
	font-size: 0.8rem;
	color: #000000;	
	max-width: 800px;	
	position: relative;
	margin: 0;
	padding: .5rem;	
           }*/


blockquote {
  font-size: 1.0em;
  margin:0px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 30px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

/*blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}*/

/*blockquote::after{
  content: '';
}*/

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}



/*para que a palavra tags seja em minusculas*/
.blog-tags.minor-meta {
	text-transform: lowercase;
      }

/*para que a palavra comentário(s) seja em minusculas*/
.comment-container.minor-meta  {
	text-transform: lowercase;
      }

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding:12px; 
}

.isa_info {
    color: #fbeec1;
    background-color: #b9ae8e;
	  border-width: 2px 0;
    border-style: solid;
    border-color: #000;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
		border-width: 2px 0;
    border-style: solid;
    border-color: #000;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

/*texto sobrescrito*/
sup { 
  vertical-align: super;
  font-size: smaller;
  color: blue;
}

/*texto subrescrito*/
sub { 
  vertical-align: sub;
  font-size: smaller;
}

/* colocar o título em lowercase*/
.post-title {
	text-transform: lowercase;	
}

.widgettitle {
	text-transform: lowercase;	
}

/*para criar sempre um espaço entre o post e as tags*/
.blog-tags.minor-meta {
	  border-top: 1px none #000000;
    padding: 10px 10px 0px 0px;
    display: inline-block;
}