/*Menu para entrar Test.*/
.main-navigation li {
    padding-right: 20px;
}

/* Altura Cabeçalho */
.site-branding {
    padding: 0px;
}
/* Rectangulo de la portada*/
.front-page-content-area .with-featured-image .hentry {
    margin-left: 586px;
    width: 492px;
    height: 116px;
}
/*Color Blanco*/
.footer-widget-area {
    color: #303449;
}
/*Color del Contact Form*/
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"] {
    background-color: #303449;
}
textarea {
    background-color: #303449;
}
/*Mudar links para cor Gris oscuro*/
a {
    color: #303449;
}
/*Fontes todas iguais*/
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}
.widget-title {
    font-family: inherit;
  	font-weight: bold;
}
/*Color titulo pagina */
.entry-title {
    color: #303449;
}