/*
Theme Name:     Mom Belly Fitness (Seedlet Child Theme)
Theme URI:      
Description:    Seedlet child theme.
Author:         Alex J. Gustafson Tech
Author URI:     https://www.alexjgustafson.tech
Template:       seedlet
Version:        0.2.0
*/

:root{
  	/* Font Family */
	--global--font-primary: var(--font-headings, 'Lora', 'Playfair Display', Georgia, Times, serif);
	--global--font-secondary: var(--font-base, 'Didact Gothic', 'Fira Sans', Helvetica, Arial, sans-serif);
	--global--font-callout: var(--font-callout, 'Kaushan Script', cursive);
}

.site-title{
	--branding--title--font-size: 32px;
	--branding--title--font-size-mobile: 20px;
}

.site-logo .custom-logo{
	--branding--logo--max-width: 200px;
	--branding--logo--max-height: 200px;
}

.font-primary{
	font-family: var(--global--font-primary);
}

.font-secondary{
	font-family: var(--global--font-secondary);
}

.font-callout{
	font-family: var(--global--font-callout);
}

@media (max-width: 767px){
	.sm-bg-secondary{
		background: var(--global--color-secondary) !important;
	}
}

.show-md-up{
	display: none;
}
@media(min-width: 782px){
	.show-md-up{
		display: block;
	}
}

.width-100{
	width: 100%;
}

@media(min-width: 782px){
	h1.hero-font{
		--global--font-size-xl: 64px;
	}
}