/*
Theme Name:  Dina Child
Theme URI: http://matchthemes.com/demowp/dina
Description: Child theme for the Dina theme 
Author: MatchThemes
Author URI: http://matchthemes.com
Version: 1.0
Template: dina
*/

/*MODIFICAR COR DE HOVERS DE MENU NA HOME PAGE*/
.menu-title-section {
    background: #000;
    color: #FFF!important;
	border: 0px solid #252525!important;
}
.menu-title-section.active, .menu-title-section:hover {
    background: #672121;
}
.menu-title-section a {
    color: #feffff;
}

/* ESCONDER TITULOS DE PAGINAS*/
.single-post-title {
    visibility: hidden!important;
	}

/* HEADER MAIS PEQUENO EM ALTURA */
.topSingleBkg {
    height: 210px!important;
}

/* OCULTAR POSTMETA DOS POSTS
.post-meta {
    visibility: hidden!important;
}
.post-category {
    visibility: hidden!important;
}*/

/* ALINHAR POST META ESQUERDA */
.post-meta {
    text-align:left;
}