/*
Theme Name: Newsup Child
Template: newsup
Version: 1.0.0
Text Domain: newsup-child
*/

.mg-nav-widget-area-back .inner {
    padding: 5px 0;   
}

.site-logo {
    border: 0 auto;
    max-width: 50%;
}

.navbar {
    padding: 0 !important;
}

.navbar a {
    padding: 0 20px !important;
}

.dropdown-item {
    padding-top: 2px;
    padding-bottom: 2px;
}





/* reduz o respiro geral da seção */
.mg-fea-area {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* tira altura mínima exagerada do destaque principal */
.mg-fea-area .mg-blog-post.lg {
  min-height: 350px !important;
  height: 350px !important;
}

/* garante que o slide acompanhe a nova altura */
.mg-fea-area .item,
.mg-fea-area #homemain,
.mg-fea-area #homemain .owl-stage-outer,
.mg-fea-area #homemain .owl-stage,
.mg-fea-area #homemain .owl-item {
  height: 350px !important;
}

/* ajusta o bloco da direita para não ficar mais alto que o destaque */
.mg-fea-area .top-right-area {
  max-height: 350px;
  overflow: hidden;
}

/* limita altura do bloco da direita */
.mg-fea-area .top-right-area .tab-content {
  max-height: 350px;
  overflow-y: auto;
}

/* deixa o scroll mais bonito */
.mg-fea-area .top-right-area .tab-content::-webkit-scrollbar {
  width: 6px;
}

.mg-fea-area .top-right-area .tab-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.mg-fea-area .small-post {
  margin-bottom: 10px;
}

.mg-blog-category {
    display: none;
}

.fmg-anuncio-home{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
    clear: both;
}

.fmg-anuncio-home img,
.fmg-anuncio-home iframe,
.fmg-anuncio-home ins,
.fmg-anuncio-home .advads-ad,
.fmg-anuncio-home .advads-placeholder {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}