body {
    font-family: 'Droid Sans', sans-serif;
/*    background: url('../image/fundo2.jpg') top center no-repeat;*/
}
nav {
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
h1 {
    font-size: 30px;
    margin-bottom: 8px;
}
h2 {
    font-size: 24px;
    margin-top: 0;
}
a {
    color: #000;
}
.texto-noticia a {
	color: #337ab7;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
p {
    font-size: 16px;
}

.botao {
    background: #000000;
    padding: 0;
    padding-left: 13px;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    border: none;
    height: 36px;
    text-transform: uppercase;
}
.botao:after {
    content: '';
    display: block;
    float: right;
    margin-left: 13px;
    width: 23px;
    height: 36px;
    background: #000 url(../image/bg-bottom.png) no-repeat center;
    border: none;
    border-left: 1px solid #fff;
}

footer .botao {
    background: #ffffff;
    padding: 0;
    padding-left: 13px;
    color: #000000;
    font-size: 12px;
    line-height: 36px;
    border: none;
    height: 36px;
    text-transform: uppercase;
}
.botao:after {
    content: '';
    display: block;
    float: right;
    margin-left: 13px;
    width: 23px;
    height: 36px;
    background: #ffffff url(../image/bg-bottom.png) no-repeat center;
    border: none;
    border-left: 1px solid #000000;
}
.header {
    position: relative;
}
.top-header {
    background: #000;
    color: #fff;
}
.top-header p {
    font-size: 13px;
    margin: 0;
    line-height: 40px;
}
.top-header .buscar {
    float: right;
    margin: 8px 8px 8px 0;
    background-color: #fff;
    padding: 0 1px 1px;
}
.buscar input {
    height: 21px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buscar button {
    height: 21px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
    width: 27px;
}
.top-header .redes {
    margin: 6px 0 6px 8px;
    float: right;
}
.top-header .redes a {
    color: #fff;
    font-size: 20px;
}
.middle-header {
    min-height: 127px;
    background: url(../image/bg-header.png);
    border-bottom: 4px solid #000;
}
.miolo {
    position: relative;
    background: #fff;
    min-height: 127px;
}
.miolo .img-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 43.246%;
}
.miolo .img-header.left {
    left: 0;
}
.miolo .logo {
    height: 188px;
    width: 13.508%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6.754%;
    top: -40px;
    z-index: 9;
    border: 4px solid #000;
    border-top: none;
    text-align: center;
}
.miolo .logo img {
    width: 64.935%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inherit;
    margin: 0 auto;
}
.menu {
    background: #f5f5f5;
    padding-top: 18px;
    border-bottom: none;
    text-align: center;
}
.menu .nav>li>a {
    padding: 10px 0;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}
.menu .nav>li>a:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
}
.menu .nav>li:last-child>a:after {
    content: '';
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.current-cat a {
    background: #ededed;
    font-weight: 700;
}
#banner-home {
    margin-top: 0px;
}
#banner-lateral-02 {
    margin-top: 18px;
}
#banner-video {
    margin-top: 35px;
}
.carousel-controle {
    background: url(../image/setas-index.png) no-repeat center rgba(153, 153, 153, .5);
    position: absolute;
    display: block;
    height: 50px;
    width: 43px;
    top: 50%;
    margin-top: -25px;
    background-size: 37.5%;
    right: 0;
}
.sidebar .carousel-controle {
    height: 50px;
    width: 43px;
    top: 50%;
    margin-top: -25px;
}
.carousel-controle.left {
    left: 0;
    transform: rotate(180deg);
}
.carousel-text {
    position: absolute;
    bottom: 45px;
    right: 0;
    background: #ef4239;
    padding-left: 13px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
}
.sidebar .carousel-text {
    bottom: 19px;
    font-size: 14px;
    line-height: 30px;
}
.carousel-text a {
    color: #fff;
}
.carousel-text:after {
    content: '';
    display: block;
    float: right;
    margin-left: 13px;
    width: 23px;
    height: 48px;
    background: #000 url(../image/bg-bottom.png) no-repeat center;
    border-left: 1px solid #fff;
}
.sidebar .carousel-text:after {
    height: 30px;
}
.content-post {}
.content-post .thumb-img {
    float: left;
    width: 34.933%;
    overflow: hidden;
    margin-right: 4%;
    max-height: 208px;
}
.content-post .text-post {
    float: left;
    width: 61.067%;
}
.content-post .data {
    font-size: 11px;
    margin-bottom: 10px;
}
.content-post .categoria span {
    background: #ececec;
    padding: 6px 12px;
    display: inline-block;
    margin-right: 5px;
}
.content-post h2 {
    font-size: 18px;
    margin-top: 0;
}
.post-content {
    padding-top: 45px;
	margin-bottom: 40px;
}
.post-content h2 {
    border-bottom: 1px solid #000;
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 14px;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
}
.post-content p {
    font-size: 13px;
}
.post-content a {
    text-decoration: underline;
    color: #000;
}
.post-content .clearfix {
    margin-bottom: 35px;
}
.newsletter {
    margin-top: 0px;
/*    background-color: #ececec;*/
    padding: 0 15px;
    float: left;
	/*max-width: 560px;*/
}
.newsletter h4 {
    font-size: 20px;
    margin: 0 0 15px;
}
.newsletter p {
    font-size: 14px;
}
.newsletter .icon-news {
    height: 36px;
    width: 51px;
    background: #fff url(../image/icon-news.png) no-repeat center;
    margin-right: 10px;
    float: left;
}
.newsletter form {
    float: left;
}
.newsletter input {
    border: none;
    width: 40%;
    height: 36px;
    display: inline-block;
    text-indent: 10px;
    margin-bottom: 10px;
}
.page-title,
.calendario {
    border-bottom: 2px solid #000;
    position: relative;
}
.page-title,
.calendario {
    border-bottom: 2px solid #000;
    position: relative;
	text-align: center;
}

/* home */

.home h1 {
    border-bottom: 5px solid #020202;
    padding-bottom: 13px;
    margin-bottom: 27px;
    font-size: 24px;
    text-transform: uppercase;
}
.leiamais {
    display: block;
    text-align: right;
}
#menu-topo ul {
    /*display: inline-block;*/
}
#menu-topo ul li a {
    text-transform: uppercase;
    font-size: 14px;
}
.home .addtoany_share_save_container {
    display: none;
}
.home ul.categoria {
    display: none;
}
.side-post {
    width: 100% !important;
}
.side-post .text-post {
    width: 100% !important;
}
.newsletter .wpcf7-form-control-wrap {
    margin-right: 10px;
}

/* o fliaraxa */

.marcas {
    margin-top: 52px;
    margin-bottom: 10px;
}
.marcas p {
    margin-bottom: 15px;
}
.links-marcas {
    margin-top: 23px;
}

/* programação */

.page-title h1,
.page-title h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}
.page-title .botao {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.calendario {
    margin-bottom: 40px;
}
.calendario ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.calendario li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 13%;
    font-size: 26px;
}
.calendario li a {
    display: block;
    color: #030103;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px 0;
}
.calendario li.disable a {
    color: #e2e2e2;
}
.page-id-1462 .calendario li a.1447 {
    background: #ededed;
}
.postid-1453 .calendario li a.1453 {
    background: #ededed;
}
.postid-1464 .calendario li a.1464 {
    background: #ededed;
}
.postid-1466 .calendario li a.1466 {
    background: #ededed;
}
.calendario li a span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.cronograma h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
/*.cronograma h3 span:after {
    content: '|';
    margin: 0 13px;
}*/
.cronograma-dia {
    margin-bottom: 40px;
}
.cronograma-dia .hora {
    float: left;
    width: 16%;
    font-size: 20px;
    font-weight: bold;
}
.cronograma-dia .palestra {
    float: left;
    width: 75%;
    border-left: 1px dotted #000;
    padding-left: 13px;
    font-size: 22px;
}
.cronograma-dia .palestra h4 {
    margin-top: 0;
    font-weight: bold;
}
.cronograma-dia .palestra p {
    font-size: 13px;
    margin-bottom: 0;
}
.cronograma-dia .palestra p.sinopse {
    margin-top: 20px;
}
.cronograma-dia .palestra img {
    margin-right: 15px;
}
.cronograma-interna h4 {
    text-decoration: underline;
    margin-bottom: 0;
    margin-bottom: 30px;
}
.cronograma-interna p {
    font-size: 13px;
    margin-bottom: 30px;
}
.cronograma-interna img {
    margin-right: 35px;
}
.cronograma-dia .clearfix {
    margin-bottom: 20px;
}

/* Ediçoes */

.text-edicoes h2 {
    font-size: 20px;
    margin-bottom: 28px;
}
.text-edicoes img {
    margin-bottom: 25px;
}
.text-edicoes p {
    font-size: 13px;
    line-height: 24px;
}
.thumb-personalidades {
    float: left;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 20px;
}

/* Personalidades */

.submenu ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    margin-bottom: 35px;
}
.submenu li {
    display: inline-block;
    list-style: none;
    padding: 6px 0;
}
.submenu a {
    font-size: 22px;
    padding: 7px 14px;
}
.submenu a.active {
    background-color: #ececec;
    font-weight: 700;
}
.submenu li:after {
    content: '|';
    font-size: 22px;
    margin: 0 5px;
}
.submenu li:last-child:after {
    content: "";
    display: none;
}
.texto-personalidades h2 {
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    font-size: 20px;
}
.texto-personalidades p {
    margin-bottom: 35px;
    font-size: 13px;
}
.texto-eventos {
    margin-bottom: 20px;
}

/* o fliaraxa */

.marcas {
    margin-top: 52px;
    margin-bottom: 10px;
}
.marcas p {
    margin-bottom: 15px;
}
.links-marca {
    margin-top: 23px;
    font-size: 14px;
}

/* imprensa */

.text-imprensa .data {
    font-size: 18px;
    font-weight: 700;
}

/* Personalidades */

a.width {
    display: block;
    width: 18%;
    position: relative;
    height: 250px;
    overflow: hidden;
    float: left;
    margin: 1%;
    background-color: lightgrey;
    background-color: lightgrey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.thumbnail-personalidade {
    min-width: 100%;
}
.width h2 {
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
    background-color: rgba(240, 240, 240, .75);
    width: 100%;
    font-weight: 600;
}
.grid-1 {
    width: 675px;
    height: 378px;
}
.grid-2 {
    width: 217px;
    height: 125px;
}
.grid-3 {
    width: 450px;
    height: 242px;
}
.grid-4 {
    width: 218px;
    height: 142px;
}
.grid-5 {
    width: 218px;
    height: 142px;
}
.grid-6 {
    width: 218px;
    height: 142px;
}
.grid-7 {
    width: 442px;
    height: 244px;
}

/* search */

.result a {
    text-decoration: none;
}

/* noticias */

.texto-noticias img,
.texto-noticia img {
    margin-bottom: 20px;
}
.menu-filtro {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
    padding-bottom: 8px;
}
.menu-filtro li {
    display: inline-block;
    list-style: none;
}
.menu-filtro li span {
    margin-right: 10px;
}
.menu-filtro li .form-filtro {
    margin-right: 30px;
}
.menu-filtro li .btn-ok {
    margin-right: 30px;
}
.form-filtro {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
    width: 173px;
}
.form-filtro select {
    width: 100%;
    margin: 0;
    background: #e9e9e9;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    color: #444;
    padding: 0;
    line-height: 25px;
    height: 25px;
}
body.single-noticia .texto-noticia img.img-responsive{
/*    float: left;
    margin-right: 32px;*/
}
.texto-noticias h2 {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}
.texto-noticias p {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 24px;
}
ul.categoria {
    margin-bottom: 15px;
    font-size: 12px;
    padding: 0;
}
.texto-noticias p.data {
    margin-bottom: 20px;
    font-size: 16px;
}
ul.categoria li {
    list-style: none;
    display: inline-block;
    background-color: #e9e9e9;
    padding: 2px 6px;
    margin-right: 4px;
}
.thumbnail-noticia {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
}
.form-filtro::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 25px;
    top: 0;
    right: 0;
    background-color: #b4b4b4;
    background-image: url(../image/form-select.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-left: 2px solid #fff;
    pointer-events: none;
}
.btn-ok {
    width: 33px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: none;
    background-color: #b4b4b4;
}
.page-numbers {
    text-align: center;
}
.page-numbers li {
    list-style: none;
    display: inline-block;
}
.page-numbers a {
    font-size: 14px;
    text-decoration: underline;
    height: 18px;
    overflow: hidden;
}
.page-numbers li.active a {
    text-decoration: none;
}
.page-numbers li:after {
    content: '-';
    margin-left: 4px;
}
.page-numbers li.next:after {
    content: "";
}
.page-numbers li a.next,
.page-numbers li a.prev {
    background: url(../image/icone-paginacao.png) no-repeat center;
    text-indent: -99999px;
    width: 28px;
    display: inline-block;
}
.page-numbers li.prev {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.espaco {
    margin-bottom: 20px;
}
/*.grid-item,
.grid-sizer {
    width: 22%;
}*/
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
/*.grid-item {
    float: left;
    height: 100px;
    border-color: hsla(0, 0%, 0%, 0.7);
}*/
.gutter-sizer {
    width: 2%;
}
.grid-item--width2 {
    width: 48%;
}
.grid-item--height2 {
    height: 200px;
}
.footer {
    background: url(../image/bg-footer.jpg);
    border-top: 13px solid #020202;
    padding-top: 30px;
    color: #fff;
    font-size: 19px;
    margin-top: 35px;
}
.footer h4 {
    font-size: 30px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 24px;
}
.footer .logo {
    margin-top: 15px;
    margin-bottom: 55px;
}
header a {
    display: inline-block;
}
header .social {
    position: absolute;
    right: 15px;
    bottom: 60px;
}
footer .social {
    margin: 0 0 0 15px;
    float: left;
}
.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social ul li {
    display: inline;
}
.social ul li a {
    display: inline-block;
    padding: 3px;
}
header .container {
    position: relative;
}
.boxes {
    margin-top: 30px;
}
.boxes .box {
    display: block;
    height: 250px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 30px 0;
    text-decoration: none;
    position: relative;
}
.boxes .box-autor-homenageado {
    background-image: url('../image/autor_homenageado.jpg');
    height: 300px;
}
.boxes .box-palestras {
    background-image: url('../image/debates.jpg');
    height: 300px;
}
.boxes .box-debates {
    background-image: url('../image/tv.jpg');
/*    height: 225px;*/
}
.boxes .box-leituras {
    background-image: url('../image/leituras.jpg');
/*    height: 150px;*/
}
.boxes .box-lancamentos {
    background-image: url('../image/lancamentos.jpg');
/*    height: 150px;*/
}
.boxes .box-musica {
    background-image: url('../image/musica.jpg');
}
.boxes .box-teatro {
    background-image: url('../image/teatro.jpg');
}
.boxes .box-oficinas {
    background-image: url('../image/oficina.jpg');
}
.boxes .box-criancas {
    background-image: url('../image/para_criancas.jpg');
}
.boxes .box .legenda {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    background: #000;
    color: #fff;
}
.boxes .box .legenda span {
    display: block;
    color: #FEEBDE;
    font-weight: bold;
}
footer {
    padding: 25px 0;
    background-color: black;
}
@media (max-width: 991px) {
    header .social {
        top: 169px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .top-header p {
        line-height: 1.25em;
        margin-top: 25px;
    }
    .navbar-toggle {
        float: left;
    }
    .navbar-toggle .icon-bar {
        border-radius: 0;
        background-color: #000;
    }
    .nav-pills>li {
        float: none;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    .nav-pills>li:last-child {
        border-bottom: none;
    }
    .menu .nav>li>a:after {
        display: none;
    }
    .miolo .logo img {
        width: 60%;
    }
    .miolo .logo {
        width: 20.21%;
        margin-left: -10.105%;
    }
    .menu {
        padding-top: 0;
    }
    .miolo .img-header {
        width: auto;
    }
    .calendario li.disable {
        display: none;
    }
    .calendario li {
        width: 18%;
    }
}
@media (max-width: 991px) {
header .social {
    position: static;
    right: auto;
    bottom: auto;
    margin: 0 auto 15px auto;
    width: 132px;
}
}
@media (max-width: 480px) {
    .top-header .redes {
        margin-top: 0;
    }
    .form-group {
        margin-bottom: 1px;
        position: relative;
    }
    .input-group-addon {
        position: absolute;
        top: 1px;
        right: 0px;
    }
    .miolo {
        overflow: hidden;
    }
    .miolo .logo {
        top: -4px;
        height: 150px;
        width: 30.21%;
        margin-left: -15.105%;
    }
    .newsletter .icon-news {
        display: none;
    }
    .newsletter form,
    .content-post .thumb-img,
    .content-post .text-post {
        float: none;
        width: 100%;
    }
    .content-post .thumb-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .calendario li {
        font-size: 12px;
    }
    .calendario li a span {
        font-size: 12px;
    }
    .page-title .botao {
        transform: translateY(164%);
    }
    a.width {
        width: 45%;
    }
    .cronograma-dia .palestra {
        width: 75%;
    }
    .cronograma-dia .hora {
        width: 25%;
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    a.width {
        width: 100%;
    }
    .top-header p {
        margin-top: 10px;
    }
    .header .col-xs-6 {
        float: none;
        width: 100%;
    }
    .top-header .redes {
        margin: 8px 0 8px 0;
        float: none;
        text-align: left;
    }
    .top-header .buscar {
        float: none;
        margin: 0 8px 8px 0;
    }
    .miolo .logo {
        width: 40.21%;
        margin-left: -20.105%;
    }
    header .social {
        top: 5px;
    }
}
#twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#twitter li {
    border-bottom: 1px dotted white;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.calendario .post-3305 span, .calendario .post-3304 span {
    visibility: hidden;
}
span.wpcf7-list-item {
    display: block;
}


/* Novo css */

/* Submenu */
ul.sub-menu {
    padding-left: 50px;
    list-style: none;
}
#menu-topo .sub-menu li {
    /*padding: 10px 15px;*/
	padding: 5px;
}
@media (min-width: 992px) {
#menu-topo ul li .sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: none;
}
#menu-topo ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block!important;
    pointer-events: auto;
}
#menu-topo ul li:hover .sub-menu  {
    width: 100%;
    background: #fff;
	position: absolute;
    z-index: 99;
    padding: 0;
	min-width: 200px;
	border-top: 4px solid #000;
}
#menu-topo .sub-menu li {
    position: relative;
}
#menu-topo .sub-menu li a {
    padding: 10px;
    border-bottom: 1px dashed #e2e2e2;
    font-size: .9em;
    line-height: 1.2em;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
}

/* update nas páginas internas para v3.1 */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1a1a;
    /*font-family: Inconsolata, courier, sans-serif;*/
    font-weight: 400;
    margin: 0 0 2.125rem;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures
}

h1,
h2,
h3 {
    overflow-wrap: break-word;
    word-wrap: break-word
}

h1 {
    font-size: 54.936px;
    font-size: 3.052rem;
    line-height: 3.4rem
}

h2 {
    font-size: 35.154px;
    font-size: 1.953rem;
    line-height: 3.4rem
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 28.134px;
    font-size: 1.563rem;
    line-height: 1.7rem;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    font-size: 22.5px;
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin-bottom: 1.7rem;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

h5 {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 1.7rem;
    font-weight: 700;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

h6 {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .85rem;
    font-weight: 700;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.data {
    font: normal 112.5%/1.7rem Inconsolata,courier,serif;
	text-align: center;
	letter-spacing: .2em;
    text-transform: uppercase;
	font-size: 20px;
}

.content-post h2 {
    font-size: 3.052rem;
    line-height: 3.4rem;
    color: #4d4d4d;
	font-weight: 700;
    letter-spacing: -.01em;
	padding: 20px 0;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

ul.categoria {
	font-weight: 700;
    color: #4d4d4d;
}

.single p, .page p {
    /*font: normal 24px Inconsolata,courier,serif;*/
    color: #4d4d4d;
    line-height: 30px;
	max-width: 710px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* 
v3.2
update no modelo da categoria MondoLivro do mondolivro.com.br para deixar igual ao blog do wp.com 
*/
body.category-mondolivro .container {
    width: 100%!important;
}
.category-mondolivro .texto-noticias {
	background-color: #fcfcfc;
	padding: 5.1rem 3rem;
	min-height: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.category-mondolivro .texto-noticias:hover {
	background-color: #f5f5f5;
}
.category-mondolivro section.box {
	background: rgba(255,255,255,.98);
	padding: 2.55rem 3rem;
	padding-bottom: 6.8rem;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	position: relative;
}
.category-mondolivro .texto-noticias h2 {
	margin: auto;
	/*padding-bottom: 8px;*/
	border-bottom: none;
	font-size: 2.8rem;
	line-height: 3.25rem;
	font-weight: 700;
	margin-bottom: .85rem;
	letter-spacing: -.01em;
}
.category-mondolivro .texto-noticias p {
    font-size: 2rem;
    line-height: 3rem;
	font-weight: 400;
}
.category-mondolivro .grid-item {
    float: left;
    /* height: 100px; */
    border-color: hsla(0, 0%, 0%, 0.7);
}
.category-mondolivro .grid-item, .grid-sizer {
    width: 50%;
}
.category-mondolivro .grid:after {
  content: '';
  display: block;
  clear: both;
}

.category-mondolivro .thumbnail-noticia {
    max-height: 216px;
    overflow: visible;
    max-width: 216px;
    float: right;
    margin: 0 0 -5.1rem;
}
.category-mondolivro .thumbnail-noticia img {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    outline: 1px solid transparent;
    right: -3.75rem;
    position: relative;
    z-index: 20;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.category-mondolivro .thumbnail-noticia a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0.7em 2em rgba(0,0,0,.25);
    box-shadow: 0 0.7em 2em rgba(0,0,0,.25);
}
.category-mondolivro .leiamais {
    position: absolute;
    bottom: 1.7rem;
	text-align: left;
}

@media (max-width: 780px) {
	.category-mondolivro .grid-item, .grid-sizer {
		width: 100%;
	}
}
@media (max-width: 900px) {
	.category-mondolivro .thumbnail-noticia {
		max-height: 150px;
		max-width: 150px;
	}
}
@media (max-width: 400px) {
	.category-mondolivro .thumbnail-noticia {
		max-height: 80px;
		max-width: 80px;
	}
}
footer .sobre {
    color: #fff;
    font-size: 12px;
	float: left;
	max-width: 260px;
}
footer .sobre a {
    color: #fff;
}
footer .sobre p {
    font-size: 12px;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
.texto-noticia .img-responsive {
    display: block;
    clear: both;
    margin: 0 auto 20px auto;
	max-height: 500px;
}
.post-content img {
    margin: 0 auto;
    display: block;
	max-width: 100%;
}
.ui-state-active {
    background-color: #f27422!important;
    border: none;
}
.ui-accordion .ui-accordion-header {
    font-weight: bold;
}

.header-logo {
	max-height: 280px;
	text-align: center;
    position: relative;
}
#searchform {
    position: absolute;
	top: 53px;
    right: 20px;
}
#searchform .field {
    border: 1px solid #000;
    width: 180px;
    height: 36px;
    display: inline-block;
    text-indent: 10px;
}
#searchform .submit {
    background: #ffffff;
    padding: 0 10px;
    color: #000000;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #000;
    height: 36px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
	#searchform {
		position: relative;
		bottom: inherit;
		right: inherit;
	}
}
.ads {
    margin: 20px 0;
}

.wp-video {
    margin: 0 auto;
}