/*
Theme Name: Reginaldo Alexandre
Theme URI: http://reginaldoalexandre.com.br
Description: Tema para o blog Reginaldo Alexandre
Version: 1.0
Author: William Oliveira / Kiliano Lopes
Author URI: http://sudowilliam.com
*/

body {
    background:#f4f4f4;
    font-family: 'Open Sans', sans-serif;
    color:#959595;
}

a {
    text-decoration: none;
    color:#6e6e6e;
}

p {
    color:#6e6e6e;
    font-size: 12px;
}

p a {
    color:#55c298
}

p a:hover {
    color:#000;
    text-decoration: underline;
}

p a:hover, a h3:hover, #titulo a h1,.leiamais a:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

h1, h2 {
    font-weight: 800;
}

h3, h4, h5, h6, b, strong {
    font-weight: 700;
}


/*Cabeçalho*/


#titulo {
    margin-top:30px;
    margin-bottom: 20px;
}

#titulo a h1{
    color: #a7a7a7;
    /*font-size: 25px;*/
    font-size: 30px;
}

#titulo a:hover h1{
    color:#55c298;
}

#menu {
    text-align: right;
    margin-top: 42px;
}

#menu ul li {
    display: inline;
    text-align: right;
    font-size: 14px;
}

#menu ul li a {
    padding: 5px 10px;
    color: #959595;
    font-size: 13px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

#menu ul li a:hover {
    background:#55c298;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#banner img{
    border: 8px solid #fff;
    margin-bottom: 20px;
}


/*Detalhes*/


#retrospectiva {
    float: left;
    width: 960px;
}

.itemres, .itemres a, .itemres p {
    background: #e1e1e1;
    width: 300px;
    float: left;
    margin-right: 20px;
    text-align: center;
    color: #a7a7a7;
}

.itemres a {
    font-size: 14px;
    padding-bottom: 15px;
}

.itemres p {
    font-size: 12px;
    margin-bottom: -4px;
    padding-top: 11px;
}

.itemres:hover a, .itemres:hover p {
    background: #55c298;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#categorias {
    float: left;
    width: 960px;
    margin-top: 20px;
}

.itemcategoria {
    background: #e1e1e1;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.itemcategoria img{
    margin-top: 10px;
}

.itemcategoria:hover {
    background: #c8c8c8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*Notícias*/

#loop {
    float: left;
    margin-top: 20px;
    border-top: solid 3px #e1e1e1;
    padding-top: 30px;
}


.balao {
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
     -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.esquerda .balao {
    margin-left: 409px;
    margin-top: 6px;
    z-index: 0;
}
.esquerda .balaoborda {
    margin-left: 413px;
     margin-top: 6px;
     z-index: 0;
}

.direita .balao {
    margin-left: -16px;
    margin-top: 76px;
    z-index: 0;
}
.direita .balaoborda {
    margin-left: -20px;
     margin-top: 76px;
     z-index: 0;
}

.destaque .balao, .destaque .balaoborda {
    display: none;
}
.balaoborda {
    width: 15px;
    height: 15px;
    background: #e1e1e1;
    position: absolute;
     -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.artigo .conteudo {
    display: none;
}

.esquerda {
    float: left;
}

.direita {
    float: right;
}

.direita .icone {
    margin-top: 70px;
}

.artigo {
    background: #fff;
    height: 433px;
    width: 410px;
    border: 3px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 30px;
}

.destaque {
    height: auto;

}

.artigo h3 {
    color: #6e6e6e;
    font-size: 16px;
}

.artigo h3:hover {
    color: #55c298;
}

.artigo .data {
    font-size: 11px;
    color: #a7a7a7;
}

.artigo .leiamais a{
    text-align: right;
    font-size: 12px;
    font-weight: 800;
    color: #55c298;
    padding: 5px 0 0 345px;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    float: left;
}

.destaque .leiamais a{
    text-align: right;
    font-size: 12px;
    font-weight: 800;
    color: #55c298;
    padding: 5px 0 0 855px;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    float: left;
}

.leiamais a:hover {
    color: #000;
}


p.resumo, p.conteudo {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}
.resumo iframe{
    width: 400px;
    height: 281px;
}

.resumo img{width:100%; height:auto;}

.foto .imgdestacada {
    text-align: center;
}


.icone {
    width: 26px;
    height: 26px;
    background: url(assets/images/icons/sprite.png) no-repeat top left #55c298;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
}


.direita .icone {
    margin-left: -60px;
}

.esquerda .icone {
    margin-left: 447px;
}

#linhavertical {
    width: 3px;
    height: 100%;
    margin-left: 472px;
    margin-top: -33px;
    position: absolute;
    background: #e1e1e1;
    z-index: -20;
}

/*Propriedades dos tipos de post*/

.tnoticia, .tfoto {
    /*display: none;*/
}
.tfoto img{
    /*width: 404px;
    height: 300px;*/

    width: 100%;
    height: 100%;
}
.tnoticia img{
    display: none;
    height: 190px;
    width: 190px;
    float: left;
    margin: 0 10px 10px 0;
}

.foto .tfoto {
    display: inherit;
    margin-bottom: 10px;
}

.foto .resumo, .foto .leiamais {
    display: none;
}

.foto .data, .video .data {
    display: none;
}

.video .imgdestacada {
    width: 212px;
    float: left;
    margin-right: 10px;
}

.video {
    min-height: 160px;
}


.video .leiamais {
    display: none;
}

.evento .calendario{
    background: url(assets/images/data.jpg) no-repeat top;
    width: 60px;
    text-align: center;
    float: left;
    margin-right: 10px;

}

.evento .calendario h1{
    color: #55c298;
    font-size: 32px;
    float: left;
    width: 60px;
    margin-top: 18px;
}

.evento .calendario p {
    float: left;
    width: 60px;
    font-size: 10px;

}

.destaque {
    border: 3px solid #55c298;
    width: 920px;
}

.destaque h3 {
    font-size: 30px;
}

.destaque h3, .destaque .data {
    text-align: center;
}

.destaque .data {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.destaque .icone {
    width: 26px;
    height: 26px;
    background: url(assets/images/icons/sprite.png) no-repeat top left #55c298;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    margin-left: 0;
    float: left;
}

.destaque .conteudo {
    display: inline;
    padding: 5px 0;
    float: left;
    width: 100%;
}

.destaque .resumo {
    display: none;
}



.video .conteudo {
    display: inline;
    padding: 5px 0;
    float: left;
    width: 100%;
}

.video .resumo {
    display: none;
}

.video iframe {
    width: 404px;
    height: 300px;
}
/*sprites*/

.icone {
    background-position: 0 6px;
}

.texto .icone {
    background-position: 0 6px;
}
.audio .icone{
    background-position: 0 -24px;
}
.destaque .icone{
    background-position: 0 -53px;
}
.evento .icone{
    background-position: 0 -84px;
}
.foto .icone{
    background-position: 0 -113px;
}
.video .icone{
    background-position: 0 -143px;
}

.texto .tnoticia {
    display: inherit;
}

.texto h3 {
    font-size: 16px;
}

.texto .data {
    margin-bottom: 10px;
}

.texto .tnoticia {
    display: none;
}
#rodape {
    background: #e1e1e1;
    padding: 30px 0;
}

#colunas {
    width: 960px;
}

.coluna {
    text-align: justify;
    width: 300px;
    float: left;
    margin-right: 20px;
}

.colunaartigos{
    display:flex;
}

.thumbvideofooter{
    width:  50%;
    height: 100px;
}
.coluna h1 {
    margin-bottom: 10px;
}

.coluna ul li {
    width: 300px;
    margin-bottom: 20px;
    float: left;
}

.coluna ul li img {
    float: left;
    margin-right: 10px;
}

.links ul li {
    margin-bottom: 0;
    list-style: square;
    color: #55c298;
    margin-left: 30px;
}

.links ul li a {
    font-size: 14px;
}
.links ul li a:hover {
    text-decoration: underline;
}

.links h2 a{
    font-size: 14px;
    margin-top: 10px;
}

.sobre p img{
    float: left;
    margin: 0 10px 2px 0;
}

#final {
    text-align: center;
    background: #55c298;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}

/*Alterações SINGLE*/

#loopsingle {
    float: left;
    width: 932px;
    margin-top: 20px;
    padding-top: 30px;
    border: 4px solid #e1e1e1;
    border-bottom: 0;
}


.artigosingle {
    background: #fff;
    margin-left: 30px;
    width: 616px;
    border: 4px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}

.artigosingle h3 {
    color: #6e6e6e;
    font-size: 22px;
}

.artigosingle h3:hover {
    color: #55c298;
}

.artigosingle .data {
    font-size: 11px;
    color: #a7a7a7;
    display: inline;
}

.artigosingle .leiamais a{
    text-align: right;
    font-size: 12px;
    font-weight: 800;
    color: #55c298;
    padding: 5px 0 0 345px;
    border-top: 1px solid #e1e1e1;
}

.artigosingle .linha {
    width: 100%;
    height: 0px;
    border-top: 3px #e1e1e1 solid;
}

.artigosingle .icone {
margin-left: -70px;
}

.artigosingle .social {
margin: 20px 0 10px 0;
float: left;
}

.artigosingle .face {
    margin: -3px 30px 0 160px;
    float: left;
}

.artigosingle .twit {
    margin-top: 0;
    float: left;
}

.artigosingle .plus {
    margin-top: 0;
    float: left;
}

.artigosingle .comentarios {
    float: left;
}

#loopsingle .sidebar {
    float: right;
    width: 185px;
    background: #ffffff;
}

#loopsingle .sidebar h1, #loopsingle .sidebar h2, #loopsingle .sidebar h3, #loopsingle .sidebar h4, #loopsingle .sidebar h5, #loopsingle .sidebar h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

#loopsingle .sidebar {
    font-size: 12px;
    padding: 0 10px 10px 10px;
    border: 4px solid #e1e1e1;
    border-right: 0;
}

#loopsingle .sidebar ul li{
    padding: 3px;
    list-style-type: disc;
    color: #55c298;
    margin:0 0 3px 30px;
}

#loopsingle .sidebar ul li a:hover{
    text-decoration: underline;
}

#loopsingle .sidebar .item {
    margin-top: 20px;
}

#loopsingle .resumo, #loopsingle .conteudo {
    margin: 20px 0;
    font-size: 12px;
    color: #6e6e6e;
}

.resumo a, .conteudo a{
    color: #55c298;
}

.resumo a:hover, .conteudo a:hover {
    text-decoration: underline;
}

#loopsingle ul li{
    font-size: 12px;
    list-style-type: disc;
    margin:0 0 3px 30px;
}

/*Acertos Page Contato*/

.contato .wpcf7 {
    float: left;
    width: 270px;
    margin-top: 30px;
}

.contato .wpcf7 input, .contato .wpcf7 textarea {
    width: 270px;
    border: #e1e1e1 1px solid;
    min-height: 25px;
    color: #6e6e6e;
}

.contato #mapa {
    float: right;
    margin-top: 30px;
    opacity: 0.7;
}

.contato #mapa:hover {
    opacity: 1;
}

.contato .wpcf7 .wpcf7-submit {
    padding: 0;
    margin: 0;
    border: 0;
    background: #55c298;
    color: #fff;
    font-weight: bold;
    width: 275px;
    height: 35px;
}

.contato .wpcf7 .wpcf7-submit:hover {
    background: #4a9478;
    cursor: pointer;
}

#archive {
    float: left;
    width: 970px;
}
#archive .artigo {
    margin-right: 20px;
    width: 435px;
}

#archive .artigo h3 {
    font-size: 18px;
}

#archive .data{
    width: 80px;
    height: 80px;
    float: left;
    background: #e1e1e1;
    color: #a7a7a7;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

#archive .data .numeros{
    position: absolute;
    width: 80px;
    margin-top: 18px;
}

#archive .data h2 {
    margin-bottom: -5px;
}

#archive .data img{
    width: 80px;
    height: 80px;
    opacity:0.10;
    -moz-opacity: 0.10;
    filter: alpha(opacity=10);

}

#archive .titulo {
    text-align: center;
    margin-bottom: 30px;
}

#conteudo .resumo {
    display: inherit;
}


#conteudo .resumo p {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
}
.leiamaislink{
    float: left;
    position: relative;
    font-size: 15px;
    left: 25%;
    padding: 5%;
}
#tipoconteudo ul{
    height:10px;
    display: flex;
    padding-left: 22%;
}
#tipoconteudo li{
   width:33%;
}
.timelinecontent{

    background: #fff;
    margin-left: 30px;
    width: 90%;
    border: 4px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}
