/*
Theme Name:  IMQ Directory
Theme URI:  https://imqiberica.com
Description:  IMQ Directory theme.
Author:  el almacen de ideas
Textdomain:  imqdir
Author URI:  https://elalmacendeideas.es/
Template:  twentytwentyone
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
table td, table th, .wp-block-table td, .wp-block-table th {
	border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.bg-primary {
    background-color: #003059 !important;
}
.bg-secondary {
    background-color: #46a465 !important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + -1px);
    border: 1px solid black;
    border-radius: inherit;
}
.wp-block-button__reset {
	background-color: transparent!important;
    border: 1px solid #ffffff;
    margin-right: 15px;
}
.table_empresas td a {
	font-weight: bold;
	text-decoration: underline;
}
.detalle-empresa {
	display: none;
}
.detalle-empresa.visible {
	display: block;
}
.resultados-empresas.hidden {
	display: none;	
}
a.form-back-empresas {
	float: right;
    border-radius: var(--button--border-radius);
    cursor: pointer;
    font-weight: var(--button--font-weight);
    font-family: var(--button--font-family);
    font-size: var(--button--font-size);
    line-height: var(--button--line-height);
    padding: 1px var(--button--padding-horizontal);
    text-decoration: none;
    color: #fff!important;
}
.tw-header-bg .site-header {
	border-bottom: 5px solid #46a465;
}
#colophon {
	background-color: #003059 !important;
	color: #ffffff!important;
	font-size: 14px;
}
#colophon a {
	color: #ffffff!important;	
}
.site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
	padding: 12px 30px!important;
}
#content {
	min-height: calc(100vh - 370px);
}