body {
	font-smooth: auto !important;
    -moz-osx-font-smoothing: initial !important;
    -webkit-font-smoothing: auto !important;
}

.h1 {
    font-family: Pacifico, Sans-Serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    color: #CD22B2;
}

.ct-footer .wp-block-heading {
	color: var(--theme-palette-color-8);
	text-transform: uppercase;
}

.ct-footer h2.wp-block-heading {
	font-size: 20px;
}

.ct-footer .ct-widget:not(:first-child) {
	margin-top: 20px;
}

:not(.home) .site-main,
:not(.page-home-alt) .site-main {
	background-image: url(/wp-content/uploads/2016/11/large-20pct-chevrons-teal.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 25%;
	background-attachment: scroll;
	background-origin: content-box;
}

.home .hero-section,
.page-home-alt .hero-section {
	display: none;
}

.home-hero-heading,
.text-shadow-light {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.home-hero-headshot {
	max-width: 66.6667%;
}

.text-shadow-dark {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.home .site-main .ct-container-full,
.page-home-alt .site-main .ct-container-full {
	padding-top: 20px;
}

.is-style-nfd-theme-white.mr-services-cards {
	background-color: transparent !important;
}

.mr-services-cards .wp-block-column > .wp-block-group {
	transition: all 0.3s ease-in-out;
}

.mr-services-cards .wp-block-column > .wp-block-group:hover {
	background-color: var(--theme-palette-color-4) !important;
}

.mr-services-cards .nfd-text-md.mr-services-card-title {
	font-size: 24px !important;
}

.wpcf7-submit {
	margin-top: 1rem;
}

.coaching-plans .wp-block-column {
	padding: 0 1em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.coaching-plans:not(.single-plan) .wp-block-column:first-child {
	background-image: url('/wp-content/uploads/2016/11/large-10pct-chevrons-blue.png');
}

.coaching-plans:not(.single-plan) .wp-block-column:last-child {
	background-image: url('/wp-content/uploads/2016/11/large-10pct-chevrons-magenta.png');
}

.coaching-plans.single-plan .wp-block-column:nth-child(2) {
	background-image: url('/wp-content/uploads/2016/11/large-10pct-chevrons-magenta.png');
}

.coaching-plans .wp-block-column h3 {
	color: #2996F6;
}

.blog-header-schedule-widget {
	background-position: 60% 20%;
	background-repeat: no-repeat;
	background-color: #0ED0C4 !important;
	background-size: 80% 200%;
	background-image: url('/wp-content/uploads/2016/11/large-05pct-chevrons.png');
	padding: 30px 10px;
}

.acuity-booking-bar {
	display: none !important;
}

@media (min-width: 690px) {
	.blog .entries .hentry.sticky,
	.blog .entries .blog-header-widgets,
	.blog .entries .blog-header-widgets article {
			grid-column-start: 1;
			grid-column-end: 3;
	}
}

@media (min-width: 782px) {
	.mr-services-cards .nfd-text-md.mr-services-card-title {
		font-size: 14px !important;
	}
}

@media (min-width: 830px) {
	.mr-services-cards .nfd-text-md.mr-services-card-title {
		font-size: 16px !important;
	}
}

@media (min-width: 1000px) {
	.blog .entries .blog-header-widgets article {
			grid-column-start: 1;
			grid-column-end: 4;
		  padding: 0 12.5%;
	}
	.home-hero-headshot {
		max-width: 80%;
	}
}

@media (min-width: 1024px) {
	.mr-services-cards .nfd-text-md.mr-services-card-title {
		font-size: 18px !important;
	}
}

@media (min-width: 1440px) {
	.page-meet-megan .entry-content > .wp-block-cover {
		min-height: 700px !important;
	}
}