/*!
Theme Name: Cymdeithas Madog 24
Theme URI: http://underscores.me/
Author: Dafydd Hughes
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cm24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cymdeithas Madog 24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/
/************************************************
 * Color themes
 ************************************************/
/* Buttons */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Metamorphous&family=Uncial+Antiqua&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap");
.theme--inverse {
	color: #fff;
	background-color: #333;
}

.theme--inverse a, .theme--inverse a:visited,
.theme--inverse a:hover .theme--inverse a:focus {
	color: #fff;
}

.theme--inverse--darkest {
	color: #fff;
	background-color: #222;
}

.theme--inverse--darkest a, .theme--inverse--darkest a:visited,
.theme--inverse--darkest a:hover .theme--inverse--darkest a:focus {
	color: #fff;
}

.cm_grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media screen and (min-width: 768px) {
	.cm_grid {
		gap: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.cm_grid {
		gap: 48px;
	}
}

@media screen and (min-width: 768px) {
	.cm_grid--2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.cm_grid--3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1000px) {
	.cm_grid--3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.cm_grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1000px) {
	.cm_grid--4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

html {
	font-size: 16px;
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 18px;
	}
}

h1,
.h1,
.cm_hero__title {
	font-family: "Eagle Lake", sans-serif;
	font-size: 2.027rem;
	font-weight: normal;
	letter-spacing: -0.075em;
}

h2,
.h2 {
	font-family: "Gentium Plus", sans-serif;
	font-size: 1.802rem;
	font-weight: bold;
}

h3,
.h3 {
	font-family: "Gentium Plus", sans-serif;
	font-size: 1.602rem;
	font-weight: bold;
}

h4,
.h4,
.cm24_archive-entry-title,
.cm_tutor__title {
	font-family: "Gentium Plus", sans-serif;
	font-size: 1.424rem;
	font-weight: bold;
}

h5,
.h5,
.cm24_bios__entry-title {
	font-family: "Gentium Plus", sans-serif;
	font-size: 1.266rem;
	font-weight: bold;
}

h6,
.h6 {
	font-family: "Gentium Plus", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
}

.font-size--base {
	font-size: 1rem;
}

.font-size--small {
	font-size: 0.889rem;
}

.font-size--x-small {
	font-size: 0.79rem;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: "Gentium Plus", sans-serif;
	font-size: 1rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #e8e8e8;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #111;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-top: 1px solid #ccc;
}

td {
	border-width: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 8px 4px;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 2px;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
:root {
	--color__text-button: #000;
	--color__background-button: #fff;
	--color__border-button: #000;
	--color__text-button--hover: #fff;
	--color__background-button--hover: #ee0000;
	--color__border-button--hover: var(--color__background-button--hover);
	--color__text-button--active: #000;
	--color__background-button--active: #fff;
	--color__border-button--active: #000;
	--color__text-button--focus: #000;
	--color__background-button--focus: #fff;
	--color__border-button--focus: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.cm_button {
	border: 1px solid;
	border-radius: 3px;
	line-height: 1;
	padding: 0.6em 2em;
	font-weight: 600;
	display: inline-flex;
	flex-direction: row;
	min-height: 48px;
	align-items: center;
	text-decoration: none;
	transition: background-color .3s ease;
}

button, button:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited,
.cm_button,
.cm_button:visited {
	color: var(--color__text-button);
	background-color: var(--color__background-button);
	border-color: var(--color__border-button);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.cm_button:hover {
	color: var(--color__text-button--hover);
	background-color: var(--color__background-button--hover);
	border-color: var(--color__border-button--hover);
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.cm_button:active {
	color: var(--color__text-button--active);
	background-color: var(--color__background-button--active);
	border-color: var(--color__border-button--active);
}

button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible,
.cm_button:focus-visible {
	outline: 2px solid currentColor !important;
	outline-offset: 2px;
	outline-color: #000 !important;
	color: var(--color__text-button--focus);
	background-color: var(--color__background-button--focus);
	border-color: var(--color__border-button--focus);
}

.cm_button--primary {
	--color__text-button: #fff;
	--color__background-button: #ee0000;
	--color__border-button: var(--color__background-button);
	--color__text-button--hover: #fff;
	--color__background-button--hover: #ff2222;
	--color__border-button--hover: var(--color__background-button);
	--color__text-button--active: var(--color__text-button--hover);
	--color__background-button--active: var(--color__background-button--hover);
	--color__border-button--active: var(--color__border-button--hover);
	--color__text-button--focus: var(--color__text-button);
	--color__background-button--focus: var(--color__background-button);
	--color__border-button--focus: var(--color__border-button);
}

.cm_button--secondary {
	--color__text-button: #ee0000;
	--color__background-button: #fff;
	--color__border-button: var(--color__red);
	--color__text-button--hover: #fff;
	--color__background-button--hover: #ee0000;
	--color__border-button--hover: var(--color__background-button);
	--color__text-button--active: var(--color__text-button--hover);
	--color__background-button--active: var(--color__background-button--hover);
	--color__border-button--active: var(--color__border-button--hover);
	--color__text-button--focus: var(--color__text-button);
	--color__background-button--focus: var(--color__background-button);
	--color__border-button--focus: var(--color__border-button);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #555;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 8px;
	height: 44px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	outline: 2px solid currentColor !important;
	outline-offset: 2px;
}

select {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 8px;
	height: 44px;
	background-color: white;
}

select:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 2px;
}

textarea {
	width: 100%;
}

.page-template-page--narrow input[type="text"],
.page-template-page--narrow input[type="email"],
.page-template-page--narrow input[type="url"],
.page-template-page--narrow input[type="password"],
.page-template-page--narrow input[type="search"],
.page-template-page--narrow input[type="number"],
.page-template-page--narrow input[type="tel"],
.page-template-page--narrow input[type="range"],
.page-template-page--narrow input[type="date"],
.page-template-page--narrow input[type="month"],
.page-template-page--narrow input[type="week"],
.page-template-page--narrow input[type="time"],
.page-template-page--narrow input[type="datetime"],
.page-template-page--narrow input[type="datetime-local"],
.page-template-page--narrow input[type="color"],
.page-template-page--narrow textarea,
.page-template-page--narrow select {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	font-weight: bold;
}

.main-navigation .menu-main-navigation-container {
	display: none;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: left;
}

.main-navigation ul ul {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	display: block;
	z-index: 20;
}

.main-navigation.toggled .menu-main-navigation-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	padding: 32px;
}

.nav-menu {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	row-gap: 16px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Fncy
--------------------------------------------- */
.cm_page-section {
	display: flex;
	justify-content: center;
	width: 100vw;
}

.cm_page-section__inner {
	max-width: 1200px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex-grow: 1;
	margin-bottom: 64px;
}

.site-main--narrow .cm_page-section {
	max-width: 600px;
	margin: 0 auto;
}

.cm_header__container {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
}

.custom-logo {
	height: 80px;
	width: auto;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
}

.main-navigation .nav-menu {
	font-size: 1.25rem;
}

.main-navigation .nav-menu a:hover {
	text-decoration: underline;
}

.main-navigation .menu-toggle {
	height: 44px;
	aspect-ratio: 1;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 0;
	position: relative;
	border: 0;
}

.main-navigation .menu-toggle:hover {
	background: #e8e8e8;
}

@media screen and (min-width: 1000px) {
	.main-navigation .menu-toggle {
		height: 60px;
		gap: 6px;
	}
}

.main-navigation .menu-toggle-bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #333;
	transition: all .3s ease;
}

@media screen and (min-width: 1000px) {
	.main-navigation .menu-toggle-bar {
		width: 50px;
		height: 3px;
	}
}

.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 0) {
	transform: translateY(6px) rotate(45deg);
}

@media screen and (min-width: 1000px) {
	.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 0) {
		transform: translateY(9px) rotate(45deg);
	}
}

.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 1) {
	transform: translateY(0px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle-bar:last-child {
	transform: translateY(0px) rotate(0deg);
	opacity: 0;
}

body:has(.main-navigation.toggled) {
	position: fixed;
	width: 100%;
}

.site-footer .site-info {
	padding-top: 32px;
	padding-bottom: 32px;
}

.site-footer .site-info .widget_block,
.site-footer .site-info .widget_block .wp-block-columns {
	margin-bottom: 0;
}

.site-footer .site-info h2 {
	margin: 0;
}

.site-footer .site-info p:first-of-type {
	margin-top: 0;
}

.site-footer .site-info p:last-child {
	margin-bottom: 0;
}

.site-footer .site-footer__links {
	padding-top: 32px;
	padding-bottom: 32px;
}

.site-footer .site-footer__links .widget_block,
.site-footer .site-footer__links .widget_block .wp-block-columns,
.site-footer .site-footer__links .widget_block .widget_nav_menu,
.site-footer .site-footer__links .widget_block .wp-block-social-links {
	margin-bottom: 0;
}

.site-footer .site-footer__links .widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	columns: 2;
}

.site-footer .site-footer__links h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1rem;
}

.site-footer .site-footer__links .wp-block-social-links .wp-social-link svg {
	width: 2rem;
	height: 2rem;
}

:root {
	--tec-color-button-primary: #ee0000;
	--tec-color-button-primary-hover: #d50000;
	--tec-color-accent-primary: #ee0000;
	--tec-border-radius-default:4px;
	--tec-border-width-week-event:2px;
	--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);
	--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);
	--tec-form-color-background:var(--tec-color-background);
	--tec-form-color-border-default:var(--tec-color-text-primary);
	--tec-form-color-border-active:var(--tec-color-accent-secondary);
	--tec-form-color-border-secondary:var(--tec-color-border-tertiary);
	--tec-form-color-accent-primary:var(--tec-color-accent-primary);
	--tec-form-box-shadow-default:var(--tec-box-shadow-default);
	--tec-opacity-background:0.07;
	--tec-opacity-select-highlighted:0.3;
	--tec-opacity-icon-hover:0.8;
	--tec-opacity-icon-active:0.9;
	--tec-opacity-default:1;
	--tec-transition:all 0.2s ease;
	--tec-transition-background-color:background-color 0.2s ease;
	--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;
	--tec-transition-transform:transform 0.2s ease;
	--tec-transition-border-color:border-color 0.2s ease;
	--tec-transition-color:color 0.2s ease;
	--tec-transition-opacity:opacity 0.2s ease;
	--tec-font-family-sans-serif:inherit;
	--tec-font-weight-regular:400;
	--tec-font-weight-bold:700;
	--tec-font-size-0: 0.79rem;
	--tec-font-size-1: 0.889rem;
	--tec-font-size-2:1rem;
	--tec-font-size-3:1rem;
	--tec-font-size-4: 1.125rem;
	--tec-font-size-5: 1.266rem;
	--tec-font-size-6: 1.424rem;
	--tec-font-size-7: 1.602rem;
	--tec-font-size-8: 1.802rem;
	--tec-font-size-9: 2.027rem;
	--tec-font-size-10:42px;
	--tec-line-height-0:1.38;
	--tec-line-height-1:1.42;
	--tec-line-height-2:1.5;
	--tec-line-height-3:1.62


    --tec-color-text-events-title-day:var(--tec-color-text-events-title);
	--tec-color-text-events-title-latest-past:var(--tec-color-text-events-title);
	--tec-color-text-event-title-list:var(--tec-color-text-events-title);
	--tec-color-text-events-title-month-multiday:var(--tec-color-text-events-title);
	--tec-color-text-events-title-widget-list:var(--tec-color-text-events-title);
	--tec-color-text-secondary-event-date-month:var(--tec-color-text-secondary-event-date);
	--tec-color-text-secondary-event-date-month-mobile:var(--tec-color-text-secondary-event-date-month);
	--tec-color-text-day-of-week-month:var(--tec-color-text-secondary);
	--tec-color-day-marker-month:var(--tec-color-text-primary);
	--tec-color-day-marker-month-hover:var(--tec-color-text-primary-hover);
	--tec-color-day-marker-month-active:var(--tec-color-text-primary-active);
	--tec-color-day-marker-current-month:var(--tec-color-day-marker-month);
	--tec-color-day-marker-current-month-hover:var(--tec-color-day-marker-month-hover);
	--tec-color-day-marker-current-month-active:var(--tec-color-day-marker-month-active);
	--tec-color-day-marker-past-month:var(--tec-color-text-primary);
	--tec-color-day-marker-past-month-hover:var(--tec-color-day-marker-past-month);
	--tec-color-day-marker-past-month-active:var(--tec-color-day-marker-past-month);
	--tec-color-text-day-of-week-week:var(--tec-color-text-secondary);
	--tec-border-radius-month-multiday:9.5px;
	--tec-color-border-secondary-month-grid:var(--tec-color-border-secondary);
	--tec-color-border-active-month-grid-hover:var(--tec-color-border-active);
	--tec-color-background-month-grid:transparent;
	--tec-color-background-tooltip:var(--tec-color-background);
	--tec-color-text-events-bar-input:var(--tec-color-text-primary);
	--tec-color-text-events-bar-input-placeholder:var(--tec-color-text-secondary);
	--tec-opacity-events-bar-input-placeholder:var(--tec-opacity-default);
	--tec-color-border-events-bar:var(--tec-color-border-secondary);
	--tec-color-background-events-bar:var(--tec-color-background);
	--tec-color-background-view-selector:var(--tec-color-background-events-bar);
	--tec-color-background-view-selector-tabs:var(--tec-color-background-view-selector);
	--tec-color-background-view-selector-list-item-hover:var(--tec-color-background-secondary);
	--tec-color-background-subscribe-list-item-hover:var(--tec-color-background-secondary);
	--tec-color-text-view-selector-list-item:var(--tec-color-text-primary);
	--tec-color-text-view-selector-list-item-hover:var(--tec-color-accent-secondary-hover);
	--tec-color-background-search-container:var(--tec-color-background-events-bar);
	--tec-color-text-events-bar-submit-button:var(--tec-color-background);
	--tec-color-text-events-bar-submit-button-active:var(--tec-color-text-events-bar-submit-button);
	--tec-color-text-events-bar-submit-button-hover:var(--tec-color-text-events-bar-submit-button);
	--tec-color-background-events-bar-submit-button:var(--tec-color-button-primary);
	--tec-color-background-events-bar-submit-button-hover:var(--tec-color-button-primary-hover);
	--tec-color-background-events-bar-submit-button-active:var(--tec-color-button-primary-active);
	--tec-color-icon-events-bar:var(--tec-color-icon-primary);
	--tec-color-icon-events-bar-active:var(--tec-color-icon-active);
	--tec-color-icon-events-bar-hover:var(--tec-color-icon-hover)

  ;
}

#tribe-events-pg-template {
	max-width: unset;
	padding: 0;
}

.cm_hero {
	color: #fff;
	padding-top: 128px;
	padding-bottom: 128px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 64px;
}

@media screen and (min-width: 1000px) {
	.cm_hero {
		padding-top: 256px;
		padding-bottom: 256px;
	}
}

.cm_hero::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
}

.cm_hero__inner {
	z-index: 1;
}

.cm_hero__content {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.cm_hero__title {
	margin-top: 0;
	line-height: 1;
	color: #fff;
	font-size: 2.027rem;
}

@media screen and (min-width: 768px) {
	.cm_hero__title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1000px) {
	.cm_hero__title {
		font-size: 4rem;
	}
}

.ways-to-learn {
	margin-top: 48px;
	margin-bottom: 48px;
}

.ways-to-learn h2 {
	margin-top: 0;
}

.ways-to-learn__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 48px;
}

.ways-to-learn__item h3 {
	line-height: 1;
	margin: 0;
}

.ways-to-learn__item p {
	margin: 0;
}

.cm24_archive-entry-title {
	margin-bottom: 0;
	margin-top: 40px;
}

.cm24_archive-entry-content {
	margin-top: 0;
}

.news {
	margin-top: 48px;
	margin-bottom: 96px;
}

.news h2 {
	margin-top: 0;
}

.news h2 a {
	font-size: 1rem;
	font-weight: normal;
}

.news__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.news__item h3 {
	line-height: 1;
	margin: 0;
}

.news__item p {
	margin: 0;
}

.cm24_resource {
	display: grid;
	margin-top: 64px;
	gap: 24px;
}

@media screen and (min-width: 768px) {
	.cm24_resource {
		grid-template-columns: 150px 1fr;
		gap: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.cm24_resource {
		grid-template-columns: 200px 1fr;
		gap: 24px;
	}
}

.cm24_resource .post-thumbnail {
	justify-self: center;
	align-self: center;
	max-width: 200px;
}

.cm24_resource__content {
	margin-top: 0;
}

.cm24_resource .entry-title {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.2;
}

.cm_24-resource-category-title {
	margin-top: 40px;
	margin-bottom: 0;
}

.cm_event__header {
	align-items: end;
	margin-bottom: 48px;
}

.cm_event__location-dates {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cm_event__register {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.cm_event__register .tribe-events-cost {
	line-height: 1;
}

.cm_cwrs-content {
	margin-bottom: 64px;
}

.cm_events-list__grid {
	display: flex;
	flex-direction: row;
	row-gap: 48px;
	margin-left: -16px;
	margin-right: -16px;
	flex-wrap: wrap;
}

.cm_events-list__event {
	flex-basis: 100%;
	flex-grow: 0;
	padding-left: 16px;
	padding-right: 16px;
}

@media screen and (min-width: 768px) {
	.cm_events-list__event {
		flex-basis: 33.3333333%;
	}
}

@media screen and (min-width: 1000px) {
	.cm_events-list__event {
		flex-basis: 25%;
	}
}

.cm_events-list__event-title {
	margin-bottom: 0;
	font-size: 1rem;
}

.cm_events-list__event-date {
	margin-bottom: 8px;
}

.cm_events-list__image {
	display: flex;
	border: 1px solid #ccc;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.cm_events-list__image img {
	aspect-ratio: 2/1;
	object-fit: contain;
}

.cm_tutors {
	margin-bottom: 64px;
}

.cm_tutors-list {
	display: grid;
	flex-direction: column;
	gap: 32px;
}

.cm_tutor {
	display: flex;
	gap: 24px;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.cm_tutor--has-image {
		flex-direction: row;
	}
	.cm_tutor--has-image .cm_tutor__image {
		flex-basis: 33%;
	}
	.cm_tutor--has-image .cm_tutor__content {
		flex-basis: 67%;
	}
	.cm_tutor--has-image:nth-child(2n) .cm_tutor__image {
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.cm_tutor--has-image .cm_tutor__image {
		flex-basis: 25%;
	}
	.cm_tutor--has-image .cm_tutor__content {
		flex-basis: 75%;
	}
}

.cm_tutor__title {
	margin-top: 0;
	margin-bottom: 0;
}

.cm24_bios__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cm24_bios__item .post-thumbnail {
	display: flex;
}

.cm24_bios__item .post-thumbnail img {
	aspect-ratio: 1;
	object-fit: cover;
}

.cm24_bios__entry-title {
	margin-top: 0;
}

.cm24_bio__header {
	display: flex;
	flex-direction: column;
	padding: 16px 0 0;
}

@media screen and (min-width: 768px) {
	.cm24_bio__header {
		flex-direction: row;
		gap: 48px;
		padding: 48px 0 32px;
		align-items: flex-end;
	}
}

.cm24_bio__headshot {
	flex-basis: 40%;
}

.cm24_bio__info {
	flex-grow: 1;
	padding-bottom: 8px;
}

.cm24_bio__title {
	margin-bottom: 0;
}

.tribe-common a.tribe-common-c-btn-icon {
	display: flex;
	align-items: center;
	height: 100%;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
	text-decoration: underline;
	border: 0;
	color: #000;
}

.tribe-events-content a, .tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover, .tribe-events-content a:visited {
	text-decoration: underline;
	border: 0;
	color: #000;
}

#mc_embed_shell .indicates-required {
	margin-bottom: 16px;
}

#mc_embed_shell .mc-field-group {
	margin-bottom: 16px;
}

#mc_embed_shell .mc-field-group label {
	display: block;
}

#mc_embed_shell .mc-field-group input {
	width: 100%;
}

#mc_embed_shell .foot {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 16px;
}

#mc_embed_shell .mc-badge {
	margin: 0;
}

#mc_embed_shell .mc-badge img {
	max-width: 100px;
	height: auto !important;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-checkbox label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.wpcf7-checkbox input[type="checkbox"] {
	width: 24px;
	height: 24px;
	position: relative;
	top: 4px;
}

.wpcf7-radio {
	display: flex;
	gap: 16px;
}

.wpcf7-radio input[type="radio"] {
	width: 24px;
	height: 24px;
	position: relative;
	top: 4px;
}

.wpcf7-radio label {
	display: flex;
	gap: 8px;
}

/*# sourceMappingURL=style.css.map */