/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

h1.titulo_personalizado{
	color: #151823;
    font-family: 'Karla',sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.blog_holder article .post_text h1 .date {
    color: #a20622 !important;
    font-weight: 900;
}
span.post-date{
    display: none;
}
@media only screen and (min-width: 1000px){
    .category .content .container .container_inner.default_template_holder,.category .content .container .container_inner.page_container_inner {
        padding-top: 135px;
    }
}