/*!
Theme Name: ECB Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: PBS Wisconsin
Author URI: https://pbswisconsin.org/
Description: A child theme based on the Kadence Theme for ECB, developed by PBS Wisconsin.
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
-------------------------------------------------------------- */

/**
 * Utility classes
 */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.ecb-neat-list,
.single-content .ecb-neat-list {
	padding-left:  1.2rem;
}

.ecb-neat-list li {
	padding-bottom:  1rem;
}

.ecb-neat-list li:last-child {
	padding-bottom:  0;
}

/**
 * Fixes and overrides
 */

.kadence-menu-svg {
	color: #ffffff;
}

.mobile-justify-content-flex-end .kt-row-valign-top > .wp-block-kadence-column {
    justify-content: flex-end;
}

a:hover {
	text-decoration: none;
}

.page .single-content h1, .page .single-content h2, .page .single-content h3, .page .single-content h4, .page .single-content h5, .page .single-content h6 {
	margin-bottom: 2rem;
}

 address {
 	font-style: normal;
 }

/**
 * Slick customizations
 */

.ecb-theme .slick-prev, 
.ecb-theme .slick-next {
    width: 27px;
    height: 27px;
}

.ecb-theme .slick-prev:before, 
.ecb-theme .slick-next:before {
    font-size: 27px;
}

/**
 * Footer
 */

footer {
	font-size: 1rem;
}

footer .widget-area h2.widget-title {
	font-size: 1rem;
}

footer .site-top-footer-inner-wrap {
    grid-column-gap: 20px;
}

.site-bottom-footer-wrap .inner-link-style-normal a:not(.button):hover {
	text-decoration: none;
}