/* ==========================================================================
    Eventos - Padrão para conteúdos e formulário
========================================================================== */
.node-type-evento .titulo-pagina {
    display: none;

}
.node-type-evento #block-system-main a {
    color: #f37d10;
}
/* ==========================================================================
    Eventos - Exibição - Estrutura
========================================================================== */
.node-type-evento .panel-2col-stacked .panel-col-top {
    margin-bottom: 35px;
}
.node-type-evento .panel-2col-stacked .panel-col-first {
    width: 64%;
    padding-right: 10px;
}
.node-type-evento .panel-2col-stacked .panel-col-last {
    width: 35%;
    width: 33%;
    padding-left: 10px;
    border-left: 1px solid #f5f5f5;
}
.node-type-evento .field-item  span,
.node-type-evento .field-item  p {
    color: #666666; 
    font-size: 0.9375rem;
    color: #999999;
    font-weight: 300;
    line-height: 1.625rem;
    margin: 0 0 0.625rem;
}
/* 
    Eventos - Exibição - Campos
========================================================================== */
.titulo-do-evento {
    color: #363636 !important;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 0 0 0.9375rem;
}
.tipo-de-evento .field-item {
    display: inline-block;
    padding: 0.5rem 0.625rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f37d10;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    line-height: 1.375rem;
}
.node-type-evento .pane-title,
.node-type-evento .field-label {
    font-size: 16px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #363636;
    font-weight: 600;
    margin: 0 0 .9375rem;
    line-height: 1.5rem;
}
.node-type-evento .panel-2col-stacked .panel-col-first .pane-title,
.node-type-evento .panel-2col-stacked .panel-col-first .field-label {
    border-bottom: 0;
}
.pane-node-field-fotos-evento .field-item {
    display: inline-block;
    margin-right: 5px;
}