@charset "UTF-8";
/*
Theme Name: Blog Feluma
Author: Ingage Digital
Author URI: https://ingagedigital.com.br
Version: 1.0
Text Domain: blogfeluma
*/
body {
    font-family: 'Open Sans', sans-serif;
}
.nav-link[target='_blank'] {
    font-weight: 400;
}
#banner-lateral a, .sidebar-widget > a {    width: 100%; margin-top: 30px; border-radius: 0px; overflow: hidden;
    border-style: solid;
    border-width: 0px;
    display: block;
}
#post-content p, #post-content ul {
    width: 95%;
    margin-bottom: 40px;
    padding-right: 10px;
    color: #565656;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    text-align: left;
}
#post-content h3, #post-content h2, #post-content h4, #post-content h5,#post-content h6 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Droid Serif', serif;
    color: #00aca2;
    font-weight: 400;
}
.sidebar-widget h3 {
	margin-top: 60px;
    padding-left: 5px;
    font-family: 'Droid Serif', serif;
    color: #00aca2;
    font-size: 26px;
    font-weight: 300;
}
.widget_recent_entries ul {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}
.widget_recent_entries li {
	margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ae9a63;
    color: #929292;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.widget_recent_entries li a {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: #929292;
    font-weight: 300;
    text-decoration: none;
}

.widget_recent_entries li a:hover {
    color: #1b617d;
}
.destaque-main {margin-bottom: 40px;}
.search-post-imagem {
    height: 120px;
    width: 120px;
    margin-right: 10px;
    float: left;
    background-color: #fff;
    background-image: url(../images/Livro.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.conteudo-material {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

body.blog {
    padding-top: 0px;
    padding-bottom: 0px;
}
#wf-form-Newsletter-email label.w-checkbox.checkbox-field {
    display: inline-block;
    color: #1b617d;
    margin: 0px 10px 20px;
}
#wf-form-Newsletter-email .w-checkbox span.w-form-label {
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    margin-left: 3px;
}
#wf-form-Newsletter-email-top label.checkbox-field {
    display: inline-block;
    margin: 0 5px 0 0;
}
#wf-form-Newsletter-email-top .w-form-label {
    font-size: 12px;
}
a#fbpos {
    text-decoration: none;
    color: #ae9a63;
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-right: 2px;
    font-size: 12px;
}
nav.dropdown-list-3 {
    left: 100%;
    top: 0;
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border: 0 solid #fff;
}
.dropdown-list-2 .w-dropdown {
    width: 100%;
}
.dropdown-list-2 .w-icon-dropdown-toggle:before {
    transform: rotate(-90deg);
    display: inline-block;
}
.dropdown-list-3 a.dropdown-link-2.w-dropdown-link {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 12px;
    font-size: 14px;
}
.dropdown-list-3 a.dropdown-link-2.w-dropdown-link:hover {
    background: #f4f4f4;
}
.rodape .text-block-42 {text-align: left;}
#logo_ingage {opacity: .5; float: right;}
#logo_ingage img { height: 20px; display: block; margin: 0 auto;}
#logo_ingage:hover {opacity: 1;}
[data-nav-menu-open] {background-color: #fff;}
.brasao {
    background-image: url(images/logo_70.png);
    background-size: contain;
    width: 200px;
    height: 120px;
}
.div-logo-informacao {margin-top: 0;}
.div-logo-informacao .informacao {margin-top: 20px;}
@media (max-width: 920px) {
    .div-artigo {
        height: 500px;
    }

    .div-midia iframe {
        width: 100%;
    }
    a.button-3.w-button{
        display:none !important;
    }
    

}
@media (max-width: 768px) {
	nav.dropdown-list-3 {padding-left: 30px;}
}
@media (max-width: 478px){
    .submit-button-4._2 {margin-left: 0px;}
    nav.dropdown-list-3 {padding-left: 0px;}
    .dropdown-list-3 a.dropdown-link-2.w-dropdown-link {text-align: center;}
}