/*
Theme Name: Fluído Representações
Theme URI: http://fluidorepresentacoes.com.br/
Author: Pedro H. Roccon
Author URI: https://byus.com.br/
Description: Tema criado especialmente e exclusivamente para ser utilizado em conjunto com o website Fluído Representações.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, fluido, representacoes
Text Domain: fluidorepresentacoes
*/

.blog-post {
    padding: 3rem;
    margin: 4rem 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 50px;
}
.blog-post iframe {
    max-width: 100%;
}
.blog-post:first-child {
    margin-top: -2rem;
}

.blog-post-title {
    font-weight: 800;
    color: #194786 !important;
}
.blog-post-title a {
    font-weight: 800;
    color: #194786 !important;
    text-decoration: underline;
}
.blog-post-title a:hover {
    text-decoration: none;
}

.blog-post img {
    max-width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.blog-post-meta {
    text-transform: uppercase;
    font-size: 70%;
    border-bottom: #ddd 1px solid;
    margin-bottom: 2rem;
}

.sidebar-text-small {
    font-weight: 300;
    line-height: 1.75rem;
}
