/*
Theme Name:     KnowAll Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowAll 
Author: 		HeroThemes
Author URI: 	http://herothemes.com
Template:       knowall
Version:        1.0.0
*/

/* ------- Pagina inicial ------- 

body.home .site-logo {display: none;}
@media screen and (min-width: 768px) {
	body.home .site-header {
	background-image: url("/wp-content/uploads/atendente.png");
	background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;}
}

/* ------- Mostra apenas um breadcrumb ------- */
.hkb-breadcrumbs {
display: none;
}
.hkb-breadcrumbs:nth-child(1) {
display: initial;
}

.hkb-article-attachments {background: #ffffff;}

.widget_media_image {background: #ffffff;}

.hkb-article__content h2 h3 h4 {
    padding:0 0 0
}

/* ------- Indice do manual ------- */
.indice-manual {
  color: blue; /* Default text color */
  transition: color 0.3s ease; /* Smooth transition for color change */
}

.indice-manual:hover {
  color: red; /* Text color on hover */
  font-weight: bold; /* Make text bold on hover */
}
