.xg_signup.xg_lightborder.xg_module_body {
    font-size: 14px!important;
    border-color: #bbbbbb!important;
}
.xg_signup.xg_lightborder.xg_module_body * a {
    color: #2C6088!important;
    font-weight: 700!important;
    font-size: 18px!important;
    font-family: "Trebuchet MS", Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif!important;
}
.header-logoImage img {
    width: 1200px;
}
.section_header {
    width: 100%;
    display: block;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}
.section_header .module-header {
   padding: 3px 5px 3px 5px;
    margin: -5px -5px 5px -5px;
}
.membersSection-avatars {
    margin: 0;
    justify-content: center!important;
}
/*Change slideshow  background*/
.photoSlideshow {
background-color: transparent;
}
/*Change color of prew next buttons*/
.slick-prev:before, .slick-next:before {
opacity: 1;
color: black;
}

 .section_header { 
    width: 100%;
    display: block;
    /* background-color: #f0f0f0; */
    padding-bottom: 20px;
} 

module-header {
   font-size: 15px
}

/*  Tamanho quadrado conta usuário página inicial */
@media screen and (min-width: 481px)
.profileCoverArea {
    height: 130px; /* NÃO FUNCIONOU */
}

/* Logo  */
.header-logoImage img {
    width: 225px;
    height: auto;
}

/* Logo  */
@media screen and (max-width: 769px) {
.header-logoImage img {
    max-height: 150px;
    width: 150px;
    height: auto;
    margin-top: 10px;
}

p.header-siteNameLogo img {
    max-height: 150px;
}
}

/* Logo  */
@media screen and (min-width: 770px) {
.header-logoImage img {
    margin-top: 15px;
}
}

/* Tamanho imagem cabeçalho */
@media screen and (min-width: 769px) {
  .site-nameLogo {
    height: 280px;
  }
}

/* margem nos itens de menu */
.mainTab-item {
    margin-right: 0px;
}

/* Enquete */
.polls__author {
    display: none;
}

/* Enquete */
.polls__date {
    display: none;
}

/* Enquete - não quebrar letras de palavras */
.polls__title {
    word-break: break-word;
    white-space: normal;
}

/* tamanho título bloco página inicial */
.module-header h3 {
    font-size: 16px;
}

/* tamanho título bloco página inicial */
.module-name a {
    font-size: 16px;
}

/* tamanho título nome postagem página inicial */
.module-body h3 a {
    font-size: 15.5px;
}

/* Espaço entre nome postagens página inicial */
.entry {
    margin-bottom: 24px;
}

/* Espaço Participe na Rede... em página interna de fórum */
.discussionDetailPage-mainSection .commentingMessage {
    margin-top: 30px;
}

/* Espaço Participe na Rede... em página interna de vídeo */
.standard-comments.entry-comments .commentingMessage {
    margin-top: 30px;
}

/* ícone de menu para versão mobile - aumentar tamanho - parte 1  */
.icon::before {
   font-size: 20px
}

/* ícone de menu para versão mobile - aumentar tamanho - parte 2 */
.icon.icon-menu {
    width: 20px;
    height: 20px;
}

/* tamanho do quadrado cinza página inicial perfil usuário */
.banner-header.profileCoverArea {
    height: 130px;
}

li.matrix-itemFluid.photoListPage-entry {
    padding-left: 5%;
    padding-right: 3%;
    padding-bottom: 5%;
}

/*  Tamanho quadrado vídeo página inicial 
li.matrix-itemFluid.photoListPage-entry {
    padding: 20px;
} */

/* Para título do vídeo não cortar na página inicial */
.videoListPage-metaTitle a {
    white-space: normal;
}

/* para diminuir o tamanho da fonte do nome do grupo na página inicial */
.groupHub-groupTitle > span {
   font-size: 14px
}

/* Tirar Ning do rodapé */
.poweredBy-text {
    display: none;
}

/* Milkcast com nome completo, sem cortar */
.audioPage-playlist__item .track_name > span {
   word-break: break-word;
   white-space: normal;
}