/* Enter Your Custom CSS Here */
/***** GERAL *****/
.rodape-zumpp a {
	color: #CD9F7B;
}
.rodape-zumpp a:hover {
	color: #DEAF8C;
}
/***** HOME *****/
#home-links-categorias a { color: #666; }
#home-links-categorias a:hover { color: #AD604C; }
#home-links-categorias ul { list-style:none; } /* you should use a css reset too... ;) */
#home-links-categorias ul li:before {  content: "\25BA"; color: #CD9F7B; margin: 0 5px;}
.barra-lateral-sobre::before {
  	position: relative;
	content: url(http://cirurgiaplasticapesquisa.com.br/wp-content/uploads/2019/04/icone-1.png);
  	top: 49px;
  	left: -62px;
}
.barra-lateral-contato::before {
  	position: relative;
	content: url(http://cirurgiaplasticapesquisa.com.br/wp-content/uploads/2019/04/icone-2.png);
  	top: 49px;
  	left: -62px;
}
.barra-lateral-artigos::before {
  	position: relative;
	content: url(http://cirurgiaplasticapesquisa.com.br/wp-content/uploads/2019/04/icone-3.png);
  	top: 49px;
  	left: -62px;
}
/***** BLOG *****/
.single-post #main-header, .single-post #top-header, .single-post #main-footer {
display: none;
}
.single-post #page-container {
padding-top: 0px !important;
}
@media (min-width: 981px) {
#left-area {
    padding-bottom: 0px;
	}
}
.single .post {
  padding-bottom: 0px;
	margin-bottom: 0px;
}
.widget_search input#searchsubmit {
	font-size:11px;
}