/*
Theme Name: Vallor
Theme URI: https://vallordigital.com.br
Description: Customização do site Almeida Santos Doc
Author: Inspiry Themes
Author URI: http://www.inspirythemes.com/
Template: inspiry-knowledgebase
Version: 0.1
Início: 03/04/2025
Publicação: 06/08/2025
Versão: 06/08/2025
*/

.header-wrapper {
	background-color: #000 !important;
}
.um input[type=submit].um-button {
    background-color: #2c2f34 !important;
}
.um input[type=submit].um-button:hover {
    background-color: #c6b357 !important;
    color: #2c2f34;
}
span.like-count,
div.like-btn {
	display: none !important;
	visibility: hidden !important;
}








.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #ffffff;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}
.table_component caption {
    caption-side: top;
    text-align: left;
}
.table_component th {
    border: 1px solid #ffffff;
    background-color: #eceff1;
    color: #ffffff;
    padding: 5px;
}
.table_component td {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px;
}
.tableCats > tbody > tr > td > a > img:hover {
	border: blue solid 1px;
}
#post-6 > div > table > tbody > tr > td > a > img:hover {
	border: #c7cbcc solid 1px;
}

/*  widgets  */
.widget h3.title {
	font-size: 0.9em;
}

.page-sidebar {
	background-color: #f5f2f2;
	width: 29%;
	padding-left: 1%;
	padding-bottom: 20px;
}

/*  página Documentos  */
.listaDocs img.selo {
	width: 60px;
	height: auto;
	margin-right: 10px;
}
.listaDocs p {
	margin-bottom: 5px;
}
.listaDocs {
	margin-bottom: 30px;
}
.listaDocs h3 {
	font-size: 20px;
}








/* Responsivo ------------------------------------------------------------ */

@media only screen and (max-width: 980px) {

}



@media only screen and (max-width: 767px) {
.page-sidebar {
	width: auto;
	padding: 2% 4%;
}
}



@media only screen and (max-width: 650px) {

}



@media only screen and (max-width: 540px) {

}



@media only screen and (max-width: 480px) {

}



@media only screen and (max-width: 360px) {

}

















