/*
Theme Name:     In Journal
Theme URI:      https://adsi.pt
Description:    Child theme for the Voice Theme
Author:         Jose Daniel
Author URI:     http://josedaniel.pt/
Template:       voice
Version:        0.1.0
*/
input.mepr-submit {
    padding: 20px 40px;
}
.mepr_bold.mepr_price {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 30px;
}
#main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

/*home-featured-grid*/
/* ---- GRID PRINCIPAL ---- */
.home-featured-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.home-featured-row-1 {
  display: contents;
}

.home-featured-subgrid .home-grid-box-img-link { 
    max-height: 130px
}
 
.home-featured-subgrid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

.home-featured-row-2 {
  display: contents;
}
.home-featured-row-2 .home-grid-box-img-link {
    max-height: 220px;
}
/* ---- BOX FLEXIBLE ---- */
/* Estes são os cards individuais */
.home-featured-box,
.home-featured-col2,
.home-featured-subitem,
.home-featured-static-img,
.home-featured-box-ad {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative
}

.home-featured-col2 {
  grid-column: span 2;
}

/* Imagem/link ocupa o espaço restante disponível */
.home-grid-box-img-link {
  flex: 1 1 auto;
  overflow: hidden;
}
.home-grid-box-img-link:hover img {
    transform: scale(1.1);
}
/* Proporção fixa 16:9 apenas na grelha home-featured-grid */
.home-featured-grid .home-grid-box-img-link {
  flex: 0 0 auto;
  aspect-ratio: 16 / 11;
}
/* Imagem dentro do link ajustada */
.home-grid-box-img-link img,
.home-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.5s ease;
}
.home-featured-col2 .home-grid-a-caption {
    position: absolute;
    bottom: 0;
}
/* Legenda com altura variável conforme conteúdo */
.home-grid-caption h2 {
    font-size: 1em;
    margin: 0;
}
.home-grid-caption h2 a {
    color: #232323
}
.home-grid-caption {
  flex-shrink: 0;
  padding: 15px 0 0; 
  box-sizing: border-box;
}




/*home-featured-grid - end*/


/*planos de subscricao*/
.banner-home-subscricoes {
  padding: 20px;
  background: #fffcef;
  margin-bottom: 20px;
  font-size: 0.9em;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
}
.banner-home-subscricoes-btn {
    padding: 10px 15px;
    color: #fff !important;
    background:#4285BF;
    font-size: 14px;
    border-radius: 10px;
}
/*planos de subscricao - fim*/

.site-content {
    padding: 30px 0 0;
}

/*POLLS*/
.wp-polls-ul {
    margin-bottom: 15px !important  
}
.wp-polls-form {
    padding: 20px
}
.poll-question { 
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}
.poll-body {
    padding: 10px 20px 20px 20px;
}
/*POLLS - FIM*/
/*HOKMEPAGE*/
.opiniao-recentes {
    background: none !important;
    box-shadow: none !important
}
.opiniao-recentes .main-box {
    margin-bottom: 0 !important
}
.opiniao-recentes p {
    display: none
}
.opiniao-recentes .main-box-inside  {
    padding: 0px !important
}
.home-opiniao {
    background: #fff;
    padding: 50px 0;
}
.row-opiniao {
    display: flex;
    align-items: stretch
}
.home-opiniao-item {
    display: flex;
    flex-flow: row wrap;
    border-radius: 4px;
    align-items: center;
    height: 100%;
    margin: 1px 0;
    position: relative
}

.home-editorial-item {
    padding: 0;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    border-radius: 4px;
    align-items: flex-start;
    height: 100%;
    border-top: 1px #ddd solid
}
.home-editorial-header {
    width: 100%;
    padding: 5px;
    background: #4285BF;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px 4px 0 0;
}
.home-editorial-body {
    display: flex;
    flex-flow: row wrap;
    padding: 0 15px 15px 15px;
}
.home-editorial-item span {
    font-size: 0.9em;
    font-weight: bold;
    color: #4285BF
}
.home-editorial-item h2 {
    font-size: 1em;
    margin-bottom: 0;    
}
#custom_html-4 .widget-title {
    background: #cf4d35;
    color: #fff
}


.home-opiniao-item-left {
    width: 26%;
    margin-left: 3%;
}
.home-opiniao-item-left img {
    border-radius: 100%
}
.home-opiniao-item-right {
    width: 71%;
    
}
.home-opiniao-item:hover {
    text-decoration: underline !important
}
.home-opiniao-item span {
    font-size: 0.9em;
    font-weight: bold;
}
.home-opiniao-item h2 {
    font-size: 1.2em;
    margin-bottom: 0
}
.home .container-full .vce-custom-content {
    margin-bottom: 0px;
}
/*HOKMEPAGE - FIM*/
/*CARTOON*/
.side-cartoon {
    border-top: 1px #eee solid;    
}
.cartoon-archive-link {
    text-align: center;
    border-top: 1px #eee solid;
}
.cartoon-archive-link a {
    display: block;
    padding: 2px 0
}
/*CARTOON - FIM*/

.rating-box {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    line-height: 1.14;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 15px 18px;
    display: flex;
    position: relative
}
.post-ratings-loading {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #fff;
    left: 0;
}
.post-ratings-text {
    display: none !important;
}


/*TICKER*/
#newsTicker {
    border-color: transparent !important;
    margin: 3px 0 2px
}
.bn-label {
    background-color: #cf4d35 !important;
}
.bn-controls button {
min-width: 30px !important    
}
/*TICKER - FIM*/

/*FLIPBOOK*/
.flipbook-top-bar h1 {
    color: #fff !important
}
.loop-flipbook-wrapper h3 {
    font-size: 15px !important;
    text-align: center
}
.loop-flipbook-caption {
    background: #fff !important;
}
.oifp-ver-todos {
    text-align: center;
    background: #fff
}
.oifp-ver-todos a {
    text-align: center;
    display: block;
    padding: 2px 0
}

.sidebar .flipbook-link {
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    padding: 10px
}
.loop-flipbook-wrapper a {
    text-align: center;
    display: block !important
}
/*FLIPBOOK - FIM*/
#vce_posts_widget-12 .widget-title {
    background: #4285BF;
    color: #fff;
}
.vce-header-ads img {
    width: 100%
}
/*AUTHORS PAGE*/
.author-archive-page img {
    width: 150px !important;
    border-radius: 100%;
    margin-right: 15px
}
.post-type-archive-opiniao .vce-lay-b {
    min-height: 50px !important;
    display: inline-block !important;
    padding: 10px;
    border-radius: 5px;
}
/*AUTHORS PAGE - FIM*/
/*ARTIGOS DE OPINIAO*/
.vce-single .meta-author, .author-box  {
    display: none
}
.single-opiniao .vce-single .meta-author, .single-opiniao .author-box  {
    display: block
}
.meta-author-page {
    text-align: center;
}
.meta-author-page img {
    border: 5px #4285BF solid;
    border-radius: 100px;
    margin: 3px 0 -10px 0
}
/*ARTIGOS DE OPINIAO - FIM*/
/*SIDEBAR FACEBOOK*/
.fb_iframe_widget {
    margin-bottom: 0px !important; 
}
/*SIDEBAR FACEBOOK - FIM*/
/*NO FIO DA NAVALHA*/
.home-fio-da-navalha {
    text-align: center;
        font-weight: bold
}
.fdn-descer {
    color: red;
}
.fdn-subir {
    color: green;
}
/*NO FIO DA NAVALHA - FIM*/
.subscrever-newsletter p {
    margin: 0 !important
}
.subscrever-newsletter .main-box-inside {
    padding: 0 !important
}
.subscrever-newsletter a  {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #CF4D35;
    color: #fff !important
}


/*NO FIO DA NAVALHA*/
#fio-da-navalha .a_descer:before, #fio-da-navalha .a_descer .count {
    background: red !important;
    left: 0
}
#fio-da-navalha .a_descer .count:after {
    font-family: "FontAwesome";  
    content: "\f063";   
}
#fio-da-navalha .a_subir:before, #fio-da-navalha .a_subir .count {
    background: green !important;
    left: 0
}
#fio-da-navalha .a_subir .count:after {
    font-family: "FontAwesome"; 
    content: "\f062";    
}
/*NO FIO DA NAVALHA - FIM*/

.text-align-center {
    text-align: center
}

.vce-featured-grid-big .vce-grid-text .vce-featured-info {
    top: 67%
}

/*HOMEPAGE ADS*/
.ad-home-antes-opiniao .main-box-inside {
    padding: 0 !important
}
.ad-home-antes-opiniao p, #text-2 .textwidget p {
    margin: 0 !important;
    line-height: 0px !important
}
.ad-home-antes-opiniao br {
    line-height: 0px !important
}
/*HOMEPAGE ADS - FIM*/

.no-padding .main-box-inside {
    padding: 0 !important
}
.text-center {
    text-align: center
}

.anr_captcha_field {
    display: inline-block !important
}

.single-opiniao .meta-author-img {
    margin:0 !important
}
.single-opiniao .meta-author {
    margin-top: -20px !important;
    margin-bottom: 10px
}

.post-type-archive-opiniao .meta-image {
    width: 120px !important;
    min-width: 120px !important;
    min-height: 110px !important;
}
.post-type-archive-opiniao .meta-author-img {
    margin: 0 !important;
    width: 100% !important
}
.post-type-archive-opiniao .main-box {
    background: none !important;
    box-shadow: none !important
}
.post-type-archive-opiniao article {
    width: 100% !important
}
.post-type-archive-opiniao .main-box-inside {
    padding: 0 !important
}
.post-type-archive-opiniao .vce-ad-container {
    width: 100%;
    max-width: 100%;
    margin-top: 10px !important
}

.mks_adswidget_ul li {
    padding: 0 !important;
    margin: 0 !important;
}

/*ASSINATURAS*/
.page-template-template-assinaturas .vce-page .entry-content, .page-template-template-assinaturas .vce-page .entry-title-page {
    width: 90% !important;
    max-width: 90% !important;
}
#pmpro_levels_table th, .pmpro_box th {
    padding: 10px 15px;
    background: #f1f1f1
}


/*ADSENSE*/
.ads_footer {
    width: 1140px;
    max-width: 100%;
    height: 90px;
}

/*COLUNISTAS*/
.authors-list-item {
    display: grid;
    grid-template-columns: 110px auto;
    grid-column-gap: 20px;
    min-height: 100px;
    background: #fff;
    margin-bottom: 10px;
    align-items: center 
}
.authors-list-author-img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #FFF;
    margin: 10px;
    vertical-align: middle;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 11;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.authors-list-author-img img {
    width: 100px;
    height: auto;
    min-height: 100%
}
.authors-list-item h2 {
    font-size: 30px
}

.archive.author .meta-image {
    min-height: 100px;
    min-width: 100px;
} 
.archive.author .meta-author-img {
    margin: 10px;
    vertical-align: middle;
}
.archive.author .vce-lay-b {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    min-height: 135px;
 
}

.main-box.ad-home-antes-opiniao {
    background: #fff;
    margin-bottom: 0;
}

.home-inquerito .main-box-inside  {
    padding: 0 !important
}
.home-inquerito a.mks_button  {
    margin: 0 !important;
    width: 100% !important
}

/** NOVAS ALTERACOES **/
.main-box {
    box-shadow: none;
    background: none 
}
.main-box-inside {
    padding: 20px 0 0 0
}
.vce-lay-c, .vce-lay-h {
    margin-bottom: 30px !important
}
.vce-lay-c:nth-of-type(odd), .vce-lay-h:nth-of-type(odd) {
    margin-right: 18px !important
}
.vce-lay-c img, .vce-lay-h img {
    max-height: auto;
    width: 100%;
}
.main-box-single {
    background: #fff;
}


/*PLUGIN ADSI O INTERIOR*/
/*primeira linha de artigos de opinia + editorial*/
    .row-opiniao-editorial {            
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        margin-bottom: 30px;
        padding: 20px 0;
        border-top: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
    }
.row-opiniao-middle {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

/*home grid featured*/
.home-grid-box-first {
    transition: background-size 1s ease-in;
-moz-transition: background-size 1s ease-in;
-ms-transition: background-size 1s ease-in;
-o-transition: background-size 1s ease-in;
-webkit-transition: background-size 1s ease-in;
}
.home-grid-box-first:hover {
    background-size: 110% !important;
}
.home-grid-box-first .home-grid-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
 .home-grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    /*grid-template-columns: 390px 390px 1fr;*/
    grid-template-areas: "home-grid-a" "home-grid-b" "home-grid-c" "home-grid-d" "home-grid-e" "home-grid-f";
    margin-bottom: 30px;
}
.home-grid-box-img {
    background-size: cover !important; 
    transition: all 0.5s ease;
}
.home-grid-box-img:hover {
    transform: scale(1.1);
}
.home-grid-box .home-grid-box-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.home-grid-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home-grid-a { 
    grid-area: home-grid-a; 
    height: auto;
    min-height: 450px;
    display: flex;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    background-size: cover !important;
    overflow: hidden;
    position: relative
}

.home-grid-b { 
    grid-area: home-grid-b;
}

.home-grid-c { 
    grid-area: home-grid-c;         ;
}

.home-grid-d { grid-area: home-grid-d; }

.home-grid-e { grid-area: home-grid-e; }

.home-grid-f { grid-area: home-grid-f; }
.home-grid-a-caption {
    background: linear-gradient(to bottom, rgba(10,10,10,0) 0%, #0a0a0a 100%);
    align-self: flex-end;
    padding: 30px;
    padding-top: 50px;
    color: #fff;
    width: 100%;
    z-index: 999;
}
.home-grid-a-caption h2, .home-grid-a-caption h2 a {
    color: #fff !important;
    font-size: 3rem;
    margin: 0
}
.home-grid-box {
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    overflow: hidden
}
.home-grid-box-txt {
    padding-top: 15px;
    height: auto;
    z-index: 1
}
.home-grid-box-txt h2 {
    font-size: 1em;
    margin: 0
}
.home-grid-box-txt h2 a {
    color: #232323
}
.home-grid-a .meta-category a {
    font-weight: 600;
    text-shadow: 0px 0px 2px #000;
}
.meta-category a {
    font-weight: 600;
    text-shadow: 0px 0px 2px #fff;
}

/*HOME ATUALIDADE*/
.home-atualidade-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:30px;
  margin-bottom: 30px;
}

.home-atualidade-grid-box {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 350px;
    overflow: hidden
}
.home-atualidade-grid-box-txt {
    padding: 15px 0;
    height: 100%;
    z-index: 1
}
.home-atualidade-grid-box-txt h2 {
    font-size: 1.2em;
    margin: 0
}
.home-atualidade-grid-box-txt h2 a {
    color: #232323
}
.home-atualidade-grid-box-img {
    background-size: cover !important; 
    transition: all 0.5s ease;
}
.home-atualidade-grid-box-img:hover {
    transform: scale(1.1);
}

/*PLUGIN ADSI O INTERIOR - FIM*/

.home #primary, .home #sidebar, .home .home-atualidade-wrapper .main-box-inside  {
    padding-top: 0
}


#main-box-2, #main-box-2 p {
    margin-bottom: 0 !important
}
/*PUBS*/
.zona-d {
    margin: 30px 0;
}
/*LOGO ALTITUDE*/
#menu-item-95788 {
    position: absolute;
    right: 46px;
    border-left: 1px #e1e1e1 solid;
}
#menu-item-95788 a {
    padding: 5px 
}
#menu-item-95788 img {
    height: 40px
}
#sidr-id-vce_main_navigation_menu {
    position: relative;
}
#sidr-id-menu-item-95788 {
    position: absolute;
    bottom: -60px;
    width: 100%;
    padding: 5px 0;
}
.header-is-sticky .main-navigation a {
    padding: 15px 8px;
}
.header-is-sticky .menu-item-2045 {
    padding-right: 136px;
}
/*LOGO ALTITUDE - FIM*/


@media only screen and (min-width: 1201px)  {
    .vce-lay-d {
        width: 373px;
    }
    .vce-prev-link, .vce-next-link {
        position: relative;
        width: 350px;
    }
}

@media only screen and (min-width: 1083px)  {
    
    
    
    .row-opiniao-editorial {            
        grid-template-columns: 390px 390px 1fr;
    }
    .row-opiniao-middle {            
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .site-branding {
        max-width: 260px !important;
    }
    
    .post-type-archive-opiniao .meta-image {
    width: 120px !important;
    
}
    
}

@media only screen and (min-width: 1024px)  {

    #primary {
       width: 70%; 
    }
    #sidebar {
        width: 30%;  
        text-align: center;
    }
    
/*    .container {
        max-width: 1440px;
    }*/

    .vce-main-content {
      width: 1140px;
    }
    
    .home-atualidade-grid {
        grid-template-columns: 1fr 1fr;
    }
    .home-grid-container {
        grid-template-columns: 390px 390px 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "home-grid-a home-grid-a home-grid-b" "home-grid-a home-grid-a home-grid-c" "home-grid-d home-grid-e home-grid-f";
        align-items: flex-start;
    }
    .home-grid-box {
        height: auto;
        align-self: flex-start;
    }
    .home-grid-a {
        align-self: stretch;
    }
    .home-atualidade-dois-grid-box:first-child {
        grid-column: span 2;
        height: 500px
    }
}

@media only screen and (max-width:1023px) {
    .single-opiniao .entry-content {
        max-width: 100% !important;
        padding: 20px
    }
    .vce-loop-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        
    }
    .vce-lay-c, .vce-lay-h {
        width: 100% !important;
    }
}
@media screen and (max-width: 992px) {
    .home-featured-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .home-featured-col2 {
        grid-column: auto;
    }
    
    .vce-lay-c, .vce-lay-h {
        width: 100%;
    }
}
@media only screen and (max-width:800px) {

  
    .home-featured-row-2 .home-grid-box-img-link {
        max-height: 320px;
    }
    .home-featured-subgrid .home-grid-box-img-link {
        max-height: 320px;
    }

    .banner-home-subscricoes {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .banner-home-subscricoes-btn {
        margin-top: 10px
    }
    .vce-header-ads {
        width: 100% !important
    }
    .vce-loop-wrap {
        display: grid;
        grid-template-columns: 1fr;
    }
    .sidebar {
        max-width: 100%
    }
    .side-cartoon a {
        display: block;
    }
    .side-cartoon a img {
        width: 100%
    }
    .site-footer [class*="bit-"] {
        max-width: 100%;
    }
    .home-grid-a { 
        height: 350px; 
    }
    .home-grid-box-txt h2, .home-atualidade-grid-box-txt h2, .home-grid-caption h2 {
        font-size: 1.7em;
        line-height: 130%;
    }
    .home-editorial-item, .home-opiniao-item {
        font-size: 1.3em;
        line-height: 130%;
    }
    .home-editorial-item h2, .home-opiniao-item h2{
        line-height: 130%;
    }
}

@media only screen and (max-width:670px) {
    .row-opiniao {
    display: block !important; 
    }
}

@media only screen and (max-width:420px) {
    .vce-header-ads {
        width: 100% !important
    }
    .home-grid-box-txt h2 {
        font-size: 1.3em;
        line-height: 130%;
    }
    .home-editorial-item, .home-opiniao-item {
        font-size: 1.1em;
        line-height: 130%;
    }
}


/*pagina planos de subscricao full width*/
.page-id-73671 .vce-main-content {
  width: 100% !important;
  padding: 50px 0 !important;
}
.page-id-73671 .entry-content {
    padding: 0 0 50px 0;
    width:  100%
}
.page-id-73671 .entry-title-page {
    padding: 50px 0;
    width:  100%;
    text-align: center
}
.mepr-price-menu.classic .mepr-price-box {
    border: none !important;
    border-top: 3px #C09853 solid !important;
    background: #FFFCEF;
    border-radius: 10px
}
.mepr-price-menu.classic .mepr-price-box-footer, .mepr-price-menu.classic .mepr-price-box-button {
  margin: 0 !important;
}
.mepr-price-menu.classic .mepr-price-box-footer a, .mepr-price-menu.classic .mepr-price-box-button a {
    padding: 10px 15px !important;
    color: #fff !important;
    background: #4285BF !important;
    font-size: 14px !important;
    border-radius: 10px;
}
.mepr-price-menu.classic.classic_dark .mepr-price-box-benefits {
  border-top: 2px #fff solid !important;
}
.mepr-price-menu.classic.classic_dark .mepr-price-box-heading {
    min-height: 110px;
}
.mepr-price-menu.classic.classic_dark .mepr-price-box-footer {
    font-size: 0.8em;
    padding-bottom: 20px
}
.mepr-price-menu.classic.classic_dark .mepr-price-box-title {
  font-size: 1.3em !important;
  color: #4285bf;
  font-weight: bold
}
/*pagina planos de subscricao full width - fim*/

/*formulario de login - nao subscrito*/
.modulo-subscrever-artigo {
    padding: 50px 0;
    background: #FFFCEF;
    text-align: center;
    border-top: 3px #C09853 solid;
}
.mepr-login-form-wrap {
    display: none !important;
}
.modulo-subscrever-artigo-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}
.modulo-subscrever-artigo-btns .button-assinante, .modulo-subscrever-artigo-btns .button-nao-assinante {
    padding: 10px;
    text-align: center;
    background-color: #4285bf;
    color: #fff;
    min-width: 140px;
    width: 100%;
    max-width: 80%;
    border-radius: 25px;
    display: block;
    margin: 15px auto 0 auto
    
}
.modulo-subscrever-artigo h3 {
    font-size: 2em !important;
}
.mepr-payment-method-desc-text {
    padding: 20px !important;
    border-radius: 10px
}
.mepr-payment-method-desc-text p {
    margin: 0
}
.mepr_math_captcha {
    padding: 30px 0
}
.mepr_email {
    padding-bottom: 30px
}
.mepr_username {
    padding-top: 30px
}
/*formulario de login - nao subscrito - fim*/

/*pagina inquerito full width*/
.page-id-107248 .vce-main-content {
  width: 100% !important;
  padding: 50px 0 !important;
}
.page-id-107248 .entry-header {
    display: none !important;
}
.page-id-107248 .entry-content {
    padding: 50px 0
}
#polls_form_89 strong, .page-id-107248 #polls-89 .poll-question {
    font-size: 1.5em !important;
    line-height: 120% !important;
    text-align: center !important
}

.wp-polls-ul {
  margin: 0 !important;
}
.wp-polls-ul li {
  margin: 10px 0;
}

.wp-polls-ul input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.wp-polls-ul label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    width: 100%
}

.wp-polls-ul label:hover {
  background-color: #dfd;
  cursor: pointer 
}

.wp-polls-ul input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.wp-polls-ul input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}

#polls-89-ans .Buttons {
    width: 100%;
    background: #5349a1;
    padding: 15px;
    border-color: #5349a1 !important;
    font-size: 1.5em !important
}
/*pagina inquerito full width*/
.vce-ad-above-footer {
    background: #fff
}

/*publicidade*/
.outbrain-tm {
    width: 100%;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 30px; 
}
/*publicidade*/

/*mais vistos sidebar*/
.sidebar .vce-post-list .featured_image_sidebar {
  width: auto !important;
}
.sidebar .widget.vce_posts_widget li {
  padding: 20px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px #eee solid;
}
/*mais vistos sidebar - fim*/
.above-footer-outside {
    padding: 10px 0;
    background: #fff;
}