/*
Theme Name:     Water Damage Cleanup Kadence Child Theme
Theme URI:      https://www.waterdamagecleanup.net/
Template:       kadence
Author:         
Author URI:     https://www.waterdamagecleanup.net/
Description:    Child theme for the Kadence theme.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/** footer **/
ul#menu-footer-menu {
	margin-top: 40px;
}
ul#menu-footer-menu > li {
	line-height: 1;
	display: inline-block;
	padding: 0 15px;
}
ul#menu-footer-menu > li:not(:last-child) {
	border-right: 1px solid var(--global-palette3);
}
ul#menu-footer-menu a:not(:hover):not(:focus) {
	color: var(--global-palette3);
}

/* how can we help you section */
.how-we-help-infobox .kt-blocks-info-box-media-container {
	height: 260px;
}
.how-we-help-infobox a.kt-blocks-info-box-link-wrap.info-box-link.kt-blocks-info-box-media-align-top.kt-info-halign-center {
	display: block;
}
.how-we-help-infobox.wp-block-kadence-infobox .kadence-info-box-image-inner-intrisic-container .kadence-info-box-image-intrisic {
	width: 100%;
	padding: 0;
}
.how-we-help-infobox .kt-blocks-info-box-media-container .kt-blocks-info-box-media {
	overflow: unset;
	display: block;
}
.how-we-help-infobox .kt-blocks-info-box-media .kt-info-box-image {
	height: 250px;
	width: 100%;
	object-fit: cover;
}