/*
Theme Name: Manifesting Musicians Child
Template: kadence
Author: Manifesting Musicians
Description: Custom child theme for the Manifesting Musicians website.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.0.1
Updated: 2026-07-11 20:35:51

*/


/* ========================================
   NEW MANIFESTING MUSICIANS HOMEPAGE HERO
======================================== */


.mm-new-hero {
	width: 100%;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 24px 40px;
	box-sizing: border-box;
	text-align: center;
	background: url("https://www.manifestingmusicians.com/wp-content/uploads/2026/08/MMheader8-16final.png") center center / cover no-repeat !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mm-new-hero-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.mm-new-hero h1 {
	margin: 0 0 4px;
	color: #101638;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
	text-align: center;
}
.mm-hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 2px 0 8px;
}

.mm-hero-divider span:not(.mm-hero-divider-icon) {
    width: 130px;
    height: 1px;
    background: #b87916;
}

.mm-hero-divider-icon {
    color: #d39a2c;
    font-size: 24px;
    line-height: 1;
}

.mm-new-hero-tagline {
	margin: 0 0 8px;
	color: #d39a2c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.mm-new-hero-description {
	max-width: 720px;
	margin: 0 auto 26px;
	color: #101638;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.mm-new-hero-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.mm-new-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 42px;
	padding: 0 18px;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0 !important;
	min-height: 42px;
	max-height: 42px;
	align-self: center;
}

.mm-new-button-primary {
	color: #ffffff;
	background-color: #54258f;
	border: 1px solid #54258f;
}

.mm-new-button-secondary {
	color: #101638;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #d39a2c;
}

