/*
	Theme Name:         SDE - 2020 P Eleitoral
	Theme URI:          http://www.agenciapulso.com.br/
	Description:        Pulso Engine Branding é um framework WordPress criado utilizando como base o tema Roots.
	Version:            3.0
	Author:             Agência Pulso, Fernando Rivera, Mario Skynex, Renan Lara
	Author URI:         http://www.agenciapulso.com.br/

	License:            MIT License
	License URI:        http://opensource.org/licenses/MIT
*/

a.search-result, a.search-result:hover {
    color: white;
}

.menu.menu-mobile {
	display: none;
}

@media only screen and (max-width: 992px) {
	.menu.menu-mobile {
		display: block!important;
	}
}

body.post-template-default.single.single-post section.page-default.section-01 {
    background: none;
}

body.post-template-default.single.single-post p,
body.post-template-default.single.single-post li,
body.post-template-default.single.single-post em,
body.post-template-default.single.single-post h1 {
    color: #333;
}

#govsp-topbarGlobal.blu-e {
    z-index: auto;
}

.the_content > img {
	max-width: 100%!important;
}