/*
Theme Name:     Mainichi Kitchen
Theme URI:      n/a
Template:       kadence
Author:         Meyne
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.wp-block-button {
		font-family: var(--global-heading-font-family);
	text-transform: uppercase;
}

.wp-block-button__link {
	font-size: 20px !important;
	border-radius: 0 !important;
	padding: 4px 20px
}

.kt-blocks-post-readmore {
	border: none !important;
	padding: 0 !Important;
	margin: 10px 0;
	font-family: var(--global-heading-font-family);
	text-transform: uppercase;
	font-size: 20px;
}

.kadence-breadcrumbs a {
	text-decoration: none;
}

.single-content p {
	margin-bottom: 10px;
}

ul li::marker {
	color: var(--global-palette-highlight);
}

li.wprm-recipe-instruction::marker {
	color: #000;
}

.wprm-recipe-template-mk-basic h2,
.wprm-recipe-template-mk-basic .wprm-recipe-name,
.wprm-recipe-template-mk-basic h3,
.wprm-recipe-template-mk-basic h4 {
	font-family: var(--global-heading-font-family) !important;
}

.sidebar-about .wp-block-kadence-advancedheading {
	line-height: 1.2;
}

.wp-block-search__input,
.wp-block-search__inside-wrapper button {
	background: #fff !important;
	border: none !important;
	padding-left: 0;
	padding-right: 0;
}


.wp-block-search__inside-wrapper {
	border-bottom: 2px solid var(--global-palette-highlight) !important;
	margin: 0 auto;
	background: #fff !important;
	border-radius: 0 !important;

}

ul.wp-block-categories li::marker {
	display: none !important;
}

.wp-block-categories {
	columns: 2;
}


