/*!
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
-------------------------------------------------------------- */
.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
text-decoration: underline!important;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
    margin-left: 0;
}
.entry-hero.post-hero-section .entry-header {
    padding:1.5rem 0rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: underline;
}
.entry-hero.page-hero-section .entry-header, .entry-hero-container-inner .entry-header, .entry-hero.post-hero-section .entry-header  {
    min-height: auto;
    padding: 2rem 0rem;
}
.content-area {
    margin-top: 3rem;
    margin-bottom: 5rem;
}


#search-drawer .drawer-inner .kadence-search-icon-wrap {
    color: var(--global-palette8);
}
.pagination .page-numbers {
    display: inline-block;
     margin-right: 0em; 
    border: 2px solid rgba(0, 0, 0, 0);
    min-width: 2em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
    font-size: 14px;
}
.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a;
}
.wp-lightbox-container button {
	height:24px;
    width: 24px;
}
.entry-taxonomies .category-style-underline a:hover {
    color:#222222!important;
}
a:hover,a:focus,a:active {
    color: var(--global-palette3);
    text-underline-offset: .25em;
}