/*
Theme Name: Trendy Pro Child
Template: trendy-pro
Description: Child theme de Trendy Pro
Author: Pablo Ravazzani
Version: 1.0
*/

.logo > span {
	font-size: 40px;
	white-space: nowrap;
}
.home.blog .mini-post .post-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 70px;
}
.home.blog .mini-post p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 70px;
}
.alt-font, .em, em, blockquote > p, q {
	font-family: inherit;
}
.post-content .post-meta {
	padding-top:7px
}
.post-content .post-excerpt {
		font-size: 20px;
    padding-top: 1.5rem;
}
.post-content .post-excerpt p {
	margin-bottom: 10px;
}
.inner-page .inner-banner {
	background-image: url('https://jornaldoinvestidor.com/wp-content/uploads/2025/11/pxfuel.jpg')!important;
	background-color:#0d2026!important;
}
.spinner-wrap {
    width: 120px;
    margin-left: -60px;
}
@media (min-width: 1200px) {
    .logo-wrap.style2 {
        padding: 10px 0 30px;
    }
}
@media only screen and (max-width:600px) {
	.body-wrapper {
		padding-top: 5px;
	}
	.breadcrumb-wrap {
		display:none;
	}
	.breadcrumb-wrap {
		padding-top: 10px;	
	}
	.post-content .post-meta {
		padding-top:3px
	}
	.post-content .post-excerpt {
		font-size: 16px;
	}
	.post-content .post-excerpt p {
    margin-bottom: 5px;
	}
}