/* Enter Your Custom CSS Here */

.mostrar-desktop {
    
}

.mostrar-mobile {
    display:none;
}

@media only screen and (max-width: 1000px) { 
    .mostrar-desktop {
        display:none;
    }
    
    .mostrar-mobile {
        display:block;
    }
}

.header_top {
    height: 40px!important;
}

header.scrolled .header_top {
    background-color: #E90305!important;
}

footer .column1 {
    
    top: 0;
}

nav.main_menu > ul > li > a:hover {
    border-bottom: 4px solid #E90305;
  
}

nav.main_menu>ul>li.active>a{
	 border-bottom: 4px solid #E90305;
}

a.lightbox.qbutton.small.white {
    color: #E90305;
    background-color: #fff;
    border-color: #fff;
}

a.lightbox.qbutton.small.white:hover {
    color: #fff;
    background-color: #E90305;
    border-color: #E90305;
}

@media only screen and (max-width: 1000px) {
    
    .colunas-2 .vc_col-sm-2 {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
}


.post_info {
    display: none!important;
   
}

.single-post .blog_single p {
    
    margin-top: 22px;
}

table.tabela-noticias {
    margin-top: 20px;
}

a.botao-noticia {
  background-color:	#000000;
  padding: 10px;
  color: #fff;
}

a.botao-noticia:hover {
  background-color:	#E90305;
  color: #fff;
}

span.date.entry_date.updated {
	color: #E90305;
}

.mobile_menu_button span {

    font-size: 16px;
}

header.scroll_header_top_area.fixed.scrolled_not_transparent.page_header {
    border-top: 3px solid #E90305;
}

nav.main_menu > ul > li > a:active{
	border-bottom: 4px solid #E90305!important;
}

/*.drop_down .second .inner:hover {
    border-top: 4px solid #ef4036;
}*/

.single-post .title_outer.title_without_animation {
    display: none!important;
}

.blog_single.blog_holder {
    margin-top: 80px;
}


@media only screen and (max-width: 1000px) {
    
    .blog_single.blog_holder {
    margin-top: 30px;
}
}

@media only screen and (max-width: 1000px) {
    
   a.botao-noticia {
   
    font-size: 11px;
}
}

@media only screen and (max-width: 1000px) {
    
   .blog_holder.blog_single article h2 {
   
    margin-top: 20px;
        font-size: 17px;
}
}


