/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
table, td {
	border-bottom: 1px solid #333;
	padding: 0;
}

th {
	font-weight: 700 !important;
}

.boto-menu {
    
}

.boto-menu a {
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
	border-radius: 3px;
    padding: .4em 1em;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
    color: #fff !important;
    background: var(--global-palette1);
}

.boto-menu a:hover{
	color: #fff !important;
    background: var(--global-palette2);
}