/*!
Theme Name: Pirineuweb-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: pirineuweb-kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Customització botons més info blog */
p.more-link-wrap {
	margin: 2.5rem 0 !important; 
}

a.post-more-link {
	font-style: normal !important;
    font-size: 1.5rem !important;
    line-height: 1.7rem !important;
	font-weight: normal !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-align: center;
	color: #fff !important;
	background-color: var(--global-palette-highlight);
	padding: 0.75rem 1rem;
	border-radius: 2rem;
	cursor: pointer;
}

a.post-more-link .kadence-svg-iconset {
    display: none !important;
}

/* h1 Blog */
h1.page-title {
	margin-top: 2rem;
}