/*
Theme Name: Eventos (child)
Theme URI: https://sites.uab.pt
Author: Adapted by UAb SI Team
Author URI: https://wordpress.org/
Description: Old Eventos Child theme.
Template: eventos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: eventos-child
*/

.one-column #page {
    max-width: 1000px;
}

/*ajustar site para 1000px width*/
.one-column #page {
    max-width: 1000px;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 0em;
}

/* largura do menu a 100% */
.col-xs-12 col-sm-12 col-md-12 col-lg-12 {
    width: 100%;
}

/* altura do menu */
.col-lg-12 {
    height: 0px;
}

/* alterar cor do border do menu */
#site-navigation.navbar.navbar-inverse {
border: none;
background-color: #222;
}

/* retirar links PT e EN do menu*/
#lang-menu-column {
display: none;
}

/* Retirar títulos das páginas*/
.entry-header {
    display: none;
}

/* Retirar linha antes do título*/
.entry-content, .entry-summary {
    padding: 0;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-124 {
    background-color: #3e3358;
}

.navbar-brand,
#searchform{
display: none;
}

.navbar-header {
    display:none;
}
