/*!
Theme Name: Roo 2022
Theme URI: http://andrewcameron.online
Author: Andrew Cameron
Author URI: http://andrewcameron.online
Description: Custom theme for Kuk Sool Won schools. Built on Underscores.me base theme.
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: roo-2022
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.

Roo 2022 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
	- Colors
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header
  - Footer
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Colors
--------------------------------------------- */
/* 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%;
  font-size: 100%;
}

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

body.admin-bar .menu-toggle {
  top: 3.625rem;
}

@media only screen and (max-width: 349px) {
  body.admin-bar .menu-toggle {
    top: 4.25rem;
  }
}

body.admin-bar header.site-header {
  top: 2.875rem;
}

body.admin-bar .main-navigation div.main-menu-container ul {
  top: 2.875rem;
}

@media only screen and (min-width: 780px) {
  body {
    padding-top: 5.375rem;
  }
}

@media only screen and (min-width: 783px) {
  body {
    padding-top: 5.375rem;
  }
  body.admin-bar header.site-header {
    top: 2rem;
  }
  body.admin-bar .menu-toggle {
    top: 2.75rem;
  }
}

#wpadminbar {
  position: fixed !important;
}

/**
 * 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,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  line-height: 1.2;
}

h1.link a,
h2.link a,
h3.link a,
h4.link a,
h5.link a,
h6.link a {
  color: #252525;
  border-left: solid 0 #ffffff;
  transition: 0.2s;
}

h1.link a:visited,
h2.link a:visited,
h3.link a:visited,
h4.link a:visited,
h5.link a:visited,
h6.link a:visited {
  color: #002266;
}

@media (hover: hover) {
  h1.link a:hover,
  h2.link a:hover,
  h3.link a:hover,
  h4.link a:hover,
  h5.link a:hover,
  h6.link a:hover {
    background-color: #ffcc00;
    color: #101010;
    border-left: solid 0.2rem #101010;
    transition: 0.2s;
    padding: 0 0.5rem;
  }
}

h1 {
  font-size: 2.4rem;
  margin: 0.67em 0;
}

@media only screen and (max-width: 449px) {
  h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 349px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

h2.student-name {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 349px) {
  h2 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1000px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

@media only screen and (max-width: 349px) {
  h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1000px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 349px) {
  h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1000px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1000px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (min-width: 1000px) {
  h6 {
    font-size: 1.1rem;
  }
}

/* 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: 1rem;
}

/* 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: 700;
}

/**
 * 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: 1rem;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 0.75rem;
  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: 1.2rem;
  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: 0.0625rem 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: -0.125rem;
}

/**
 * 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: #252525;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media only screen and (min-width: 1000px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 1.5;
  }
}

p {
  margin-bottom: 1.5em;
}

p span.material-symbols-outlined {
  font-size: inherit;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f4f4f4;
  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: 0.0625rem dotted #666666;
  cursor: help;
}

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

big {
  font-size: 1.25rem;
}

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

hr {
  background-color: #e3e6e5;
  border: 0;
  height: 0.0625rem;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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%;
}

.form-table th, .form-table td {
  margin: 0;
  padding: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #2266ff;
}

a:visited {
  color: #4422ff;
}

a:hover,
a:focus,
a:active {
  color: #5f90ff;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0.0625rem solid;
  border-color: #e3e6e5;
  border-radius: 0.1875rem;
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #e3e6e5;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #f4f4f4;
}

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: #666666;
  border: 0.0625rem solid #e3e6e5;
  border-radius: 0.1875rem;
  padding: 0.1875rem;
}

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: #101010;
}

select {
  border: 0.0625rem solid #e3e6e5;
}

textarea {
  width: 100%;
}

@media (hover: hover) {
  div.wp-block-button a:hover {
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
header.site-header {
  background: #101010;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9998;
}

@media only screen and (min-width: 780px) {
  header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 5.375rem;
  }
}

@media only screen and (min-width: 783px) {
  header.site-header {
    top: 0;
  }
}

header.site-header div.site-branding {
  display: inline-flex;
  align-items: center;
}

header.site-header div.site-branding a.custom-logo-link {
  display: inline-block;
  width: auto;
}

header.site-header div.site-branding a.custom-logo-link img {
  width: auto;
  max-height: 5rem;
  padding: 0.3rem;
}

@media (hover: hover) {
  header.site-header div.site-branding a.custom-logo-link:hover + h1.site-title {
    max-width: 11.75rem;
    padding-left: 0.625rem;
    border-left: 0.2rem solid #ffcc00;
    transition: 0.2s;
  }
}

header.site-header div.site-branding h1.site-title {
  font-size: 1.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 0.3rem;
  padding: 0;
  max-width: 11rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffcc00;
  border-left: 0 solid #ffcc00;
  transition: 0.2s;
}

@media only screen and (max-width: 349px) {
  header.site-header div.site-branding h1.site-title {
    font-size: 1.3rem;
  }
}

@media (hover: hover) {
  header.site-header div.site-branding h1.site-title:hover {
    max-width: 11.75rem;
    padding-left: 0.625rem;
    border-left: 0.2rem solid #ffcc00;
    transition: 0.2s;
  }
}

header.site-header div.site-branding h1.site-title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

nav.user-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav.user-menu ul.profile-menu {
  padding-top: 5px;
}

nav.user-menu ul li {
  display: inline-block;
}

nav.user-menu ul li a {
  color: inherit;
}

nav.user-menu ul li:after {
  content: " |";
}

nav.user-menu ul li:last-child:after {
  content: none;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
  padding: 1.25rem;
  color: #e3e6e5;
  background-color: #101010;
}

footer.site-footer * {
  color: inherit;
}

footer.site-footer div.site-info {
  text-align: center;
}

@media only screen and (min-width: 780px) {
  footer.site-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  footer.site-footer div.site-info {
    display: inline-block;
    text-align: right;
    margin-left: 2rem;
  }
}

footer.site-footer div.footer-menu ul {
  padding: 0;
  margin: 1.25rem 0;
  text-align: center;
}

@media only screen and (min-width: 780px) {
  footer.site-footer div.footer-menu ul {
    text-align: left;
  }
}

footer.site-footer div.footer-menu ul li {
  display: inline-block;
  padding: 0 0.625rem;
  border-right: solid 0.0625rem #e3e6e5;
}

footer.site-footer div.footer-menu ul li:last-child {
  border-right: none;
}

footer.site-footer div.footer-menu ul li a:hover {
  color: #ffcc00;
}

footer.entry-footer {
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  width: 100%;
  display: inline-block;
  width: auto;
}

@media only screen and (min-width: 1000px) {
  .main-navigation {
    display: inline-flex;
    justify-content: flex-end;
    margin-right: 0.5rem;
  }
}

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

.main-navigation ul li {
  display: inline-block;
  margin: 0;
}

.main-navigation ul li a {
  color: #e3e6e5;
  display: block;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 780px) {
  .main-navigation ul li a {
    padding: 0.2rem 0.625rem 0;
    transition: 0.2s;
    border-bottom: solid 0.2rem #101010;
  }
}

@media only screen and (min-width: 1000px) {
  .main-navigation ul li a {
    font-size: 1.2rem;
  }
}

.main-navigation ul li a:visited {
  color: #ffeedd;
}

@media (hover: hover) {
  .main-navigation ul li a:hover {
    color: #ffcc00;
    border-bottom: solid 0.2rem #ffcc00;
    transition: 0.2s;
  }
}

.main-navigation ul ul {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
}

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

@media (hover: hover) {
  .main-navigation ul ul li:hover > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul li:hover > ul {
    right: 0;
  }
}

.main-navigation li {
  position: relative;
}

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

/* Small menu. */
@media only screen and (max-width: 779px) {
  .menu-toggle {
    display: block;
    position: fixed;
    width: 3.25rem;
    height: 3.25rem;
    top: 1rem;
    right: 0.5rem;
    background: #101010;
    border-radius: 100%;
    border: none;
    color: #ffcc00;
    transition: 0.2s;
    z-index: 99999;
    padding: 0.375rem;
  }
  .menu-toggle span.material-symbols-outlined {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 779px) and (max-width: 349px) {
  .menu-toggle {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.5rem;
  }
  .menu-toggle span.material-symbols-outlined {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 779px) {
  .menu-toggle:hover {
    cursor: pointer;
  }
  .main-navigation div.main-menu-container {
    position: relative;
    width: 100%;
    z-index: 9996;
  }
  .main-navigation div.main-menu-container ul {
    position: fixed;
    top: 0;
    padding: 5.375rem 0.625rem 0.625rem 0;
    right: calc(-100vw - 70px);
    height: auto;
    width: calc(100vw - 70px);
    background-color: #101010;
    display: block;
    z-index: 9997;
    transition: 0.5s;
  }
  .main-navigation div.main-menu-container ul li {
    display: block;
    float: right;
    clear: both;
    text-align: right;
    margin: 0;
    padding: 0.625rem 0;
  }
  .main-navigation div.main-menu-container ul li a {
    border-bottom: solid 0.2rem #ffeedd;
  }
  .main-navigation div.main-menu-container ul li ul.sub-menu {
    display: none;
    float: right;
    clear: both;
    width: auto;
    position: static;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: unset;
    padding: 0.625rem 0 0 0;
    background: transparent;
    box-shadow: none;
  }
  .main-navigation span.material-symbols-outlined.close {
    display: none;
  }
  .main-navigation span.material-symbols-outlined.open {
    display: block;
  }
  .main-navigation.toggled div.main-menu-container ul {
    right: 0;
    transition: 0.2s;
  }
  .main-navigation.toggled span.material-symbols-outlined.close {
    display: block;
  }
  .main-navigation.toggled span.material-symbols-outlined.open {
    display: none;
  }
}

@media only screen and (min-width: 780px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
  }
  .main-navigation ul li {
    flex-grow: 1;
  }
  .main-navigation ul li ul.sub-menu {
    display: block;
    background-color: #101010;
    top: 100% !important;
    width: max-content;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .main-navigation ul li ul.sub-menu li {
    display: block;
    float: right;
    clear: both;
  }
  .main-navigation ul li ul.sub-menu li a {
    display: block;
  }
}

.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;
}

.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;
}

header.entry-header,
header.page-header {
  background-color: #e3e6e5;
  position: relative;
  display: block;
  width: 100%;
}

header.entry-header.has-thumbnail,
header.page-header.has-thumbnail {
  height: 60vw;
}

@media only screen and (min-width: 1000px) {
  header.entry-header.has-thumbnail h1,
  header.page-header.has-thumbnail h1 {
    font-size: 2.5rem;
  }
}

header.entry-header.has-thumbnail.event,
header.page-header.has-thumbnail.event {
  height: 500px;
  max-height: 65vh;
}

@media only screen and (min-width: 780px) {
  header.entry-header.has-thumbnail,
  header.page-header.has-thumbnail {
    height: 50vw;
  }
}

@media only screen and (min-width: 1000px) {
  header.entry-header.has-thumbnail,
  header.page-header.has-thumbnail {
    height: 40vw;
  }
}

header.entry-header.has-thumbnail div.page-wrapper.cover,
header.page-header.has-thumbnail div.page-wrapper.cover {
  padding: 1.25rem;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  header.entry-header.has-thumbnail div.page-wrapper.cover,
  header.page-header.has-thumbnail div.page-wrapper.cover {
    padding: 1.25rem 1.875rem;
  }
}

header.entry-header.has-thumbnail div.post-meta,
header.page-header.has-thumbnail div.post-meta {
  background-color: #e3e6e5;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 92vw;
}

@media only screen and (max-width: 349px) {
  header.entry-header.has-thumbnail div.post-meta h1, header.entry-header.has-thumbnail div.post-meta h2, header.entry-header.has-thumbnail div.post-meta h3, header.entry-header.has-thumbnail div.post-meta h4, header.entry-header.has-thumbnail div.post-meta h5, header.entry-header.has-thumbnail div.post-meta h6,
  header.page-header.has-thumbnail div.post-meta h1,
  header.page-header.has-thumbnail div.post-meta h2,
  header.page-header.has-thumbnail div.post-meta h3,
  header.page-header.has-thumbnail div.post-meta h4,
  header.page-header.has-thumbnail div.post-meta h5,
  header.page-header.has-thumbnail div.post-meta h6 {
    max-width: 95vw;
  }
}

@media only screen and (min-width: 780px) {
  header.entry-header.has-thumbnail div.post-meta h1, header.entry-header.has-thumbnail div.post-meta h2, header.entry-header.has-thumbnail div.post-meta h3, header.entry-header.has-thumbnail div.post-meta h4, header.entry-header.has-thumbnail div.post-meta h5, header.entry-header.has-thumbnail div.post-meta h6,
  header.page-header.has-thumbnail div.post-meta h1,
  header.page-header.has-thumbnail div.post-meta h2,
  header.page-header.has-thumbnail div.post-meta h3,
  header.page-header.has-thumbnail div.post-meta h4,
  header.page-header.has-thumbnail div.post-meta h5,
  header.page-header.has-thumbnail div.post-meta h6 {
    max-width: 70vw;
  }
}

@media only screen and (min-width: 1000px) {
  header.entry-header.has-thumbnail div.post-meta h1, header.entry-header.has-thumbnail div.post-meta h2, header.entry-header.has-thumbnail div.post-meta h3, header.entry-header.has-thumbnail div.post-meta h4, header.entry-header.has-thumbnail div.post-meta h5, header.entry-header.has-thumbnail div.post-meta h6,
  header.page-header.has-thumbnail div.post-meta h1,
  header.page-header.has-thumbnail div.post-meta h2,
  header.page-header.has-thumbnail div.post-meta h3,
  header.page-header.has-thumbnail div.post-meta h4,
  header.page-header.has-thumbnail div.post-meta h5,
  header.page-header.has-thumbnail div.post-meta h6 {
    max-width: 60vw;
  }
}

@media only screen and (min-width: 1460px) {
  header.entry-header.has-thumbnail div.post-meta h1, header.entry-header.has-thumbnail div.post-meta h2, header.entry-header.has-thumbnail div.post-meta h3, header.entry-header.has-thumbnail div.post-meta h4, header.entry-header.has-thumbnail div.post-meta h5, header.entry-header.has-thumbnail div.post-meta h6,
  header.page-header.has-thumbnail div.post-meta h1,
  header.page-header.has-thumbnail div.post-meta h2,
  header.page-header.has-thumbnail div.post-meta h3,
  header.page-header.has-thumbnail div.post-meta h4,
  header.page-header.has-thumbnail div.post-meta h5,
  header.page-header.has-thumbnail div.post-meta h6 {
    max-width: 50vw;
  }
}

header.entry-header h1, header.entry-header h2, header.entry-header h3, header.entry-header h4, header.entry-header h5, header.entry-header h6,
header.page-header h1,
header.page-header h2,
header.page-header h3,
header.page-header h4,
header.page-header h5,
header.page-header h6 {
  line-height: 1.2;
  margin: 0;
  padding: 1rem;
}

header.entry-header h1.student-name, header.entry-header h2.student-name, header.entry-header h3.student-name, header.entry-header h4.student-name, header.entry-header h5.student-name, header.entry-header h6.student-name,
header.page-header h1.student-name,
header.page-header h2.student-name,
header.page-header h3.student-name,
header.page-header h4.student-name,
header.page-header h5.student-name,
header.page-header h6.student-name {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 1000px) {
  header.entry-header h1, header.entry-header h2, header.entry-header h3, header.entry-header h4, header.entry-header h5, header.entry-header h6,
  header.page-header h1,
  header.page-header h2,
  header.page-header h3,
  header.page-header h4,
  header.page-header h5,
  header.page-header h6 {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 1460px) {
  header.entry-header h1, header.entry-header h2, header.entry-header h3, header.entry-header h4, header.entry-header h5, header.entry-header h6,
  header.page-header h1,
  header.page-header h2,
  header.page-header h3,
  header.page-header h4,
  header.page-header h5,
  header.page-header h6 {
    padding: 1.875rem 2.5rem;
  }
}

header.entry-header div.post-meta,
header.page-header div.post-meta {
  padding: 1.25rem;
}

@media only screen and (min-width: 1000px) {
  header.entry-header div.post-meta,
  header.page-header div.post-meta {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 1460px) {
  header.entry-header div.post-meta,
  header.page-header div.post-meta {
    padding: 1.875rem;
  }
}

header.entry-header div.post-meta h1, header.entry-header div.post-meta h2, header.entry-header div.post-meta h3, header.entry-header div.post-meta h4, header.entry-header div.post-meta h5, header.entry-header div.post-meta h6,
header.page-header div.post-meta h1,
header.page-header div.post-meta h2,
header.page-header div.post-meta h3,
header.page-header div.post-meta h4,
header.page-header div.post-meta h5,
header.page-header div.post-meta h6 {
  margin: 0;
  padding: 0;
}

header.entry-header div.post-meta h1.student-name, header.entry-header div.post-meta h2.student-name, header.entry-header div.post-meta h3.student-name, header.entry-header div.post-meta h4.student-name, header.entry-header div.post-meta h5.student-name, header.entry-header div.post-meta h6.student-name,
header.page-header div.post-meta h1.student-name,
header.page-header div.post-meta h2.student-name,
header.page-header div.post-meta h3.student-name,
header.page-header div.post-meta h4.student-name,
header.page-header div.post-meta h5.student-name,
header.page-header div.post-meta h6.student-name {
  margin-top: 0.5rem;
}

header.entry-header div.post-meta p,
header.page-header div.post-meta p {
  margin: 0;
}

header.entry-header div.post-meta p.date-meta,
header.page-header div.post-meta p.date-meta {
  margin-top: 0.3rem;
  font-style: italic;
}

header.entry-header div.post-meta p.class-time-meta, header.entry-header div.post-meta p.event-time-meta, header.entry-header div.post-meta p.class-days-meta,
header.page-header div.post-meta p.class-time-meta,
header.page-header div.post-meta p.event-time-meta,
header.page-header div.post-meta p.class-days-meta {
  font-weight: 700;
  margin: 0;
}

header.entry-header div.post-meta p.class-time-meta .material-symbols-outlined, header.entry-header div.post-meta p.event-time-meta .material-symbols-outlined, header.entry-header div.post-meta p.class-days-meta .material-symbols-outlined,
header.page-header div.post-meta p.class-time-meta .material-symbols-outlined,
header.page-header div.post-meta p.event-time-meta .material-symbols-outlined,
header.page-header div.post-meta p.class-days-meta .material-symbols-outlined {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

header.entry-header div.post-meta p.event-date-meta, header.entry-header div.post-meta p.workshop-date-meta,
header.page-header div.post-meta p.event-date-meta,
header.page-header div.post-meta p.workshop-date-meta {
  font-weight: 700;
  margin: 1rem 0 0;
}

header.entry-header div.post-meta p.event-date-meta .material-symbols-outlined, header.entry-header div.post-meta p.workshop-date-meta .material-symbols-outlined,
header.page-header div.post-meta p.event-date-meta .material-symbols-outlined,
header.page-header div.post-meta p.workshop-date-meta .material-symbols-outlined {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}

header.entry-header div.post-meta p.workshop-date-meta,
header.page-header div.post-meta p.workshop-date-meta {
  margin: 0 0 0;
}

header.entry-header div.post-meta p.class-info-meta,
header.page-header div.post-meta p.class-info-meta {
  margin: 0.125rem 0 0;
}

header.entry-header div.post-meta p.class-info-meta .material-symbols-outlined,
header.page-header div.post-meta p.class-info-meta .material-symbols-outlined {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}

header.entry-header div.post-meta p.venue-name-meta,
header.page-header div.post-meta p.venue-name-meta {
  font-size: 1.4rem;
  margin-top: 1rem;
}

header.entry-header div.post-meta p.venue-name-meta .material-symbols-outlined,
header.page-header div.post-meta p.venue-name-meta .material-symbols-outlined {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}

header.entry-header div.post-meta p.venue-meta.first,
header.page-header div.post-meta p.venue-meta.first {
  margin-top: 1rem;
}

header.entry-header div.post-meta p.venue-meta a,
header.page-header div.post-meta p.venue-meta a {
  color: #101010;
}

header.entry-header div.post-meta p.venue-meta a.visited,
header.page-header div.post-meta p.venue-meta a.visited {
  color: #002266;
}

@media (hover: hover) {
  header.entry-header div.post-meta p.venue-meta a:hover,
  header.page-header div.post-meta p.venue-meta a:hover {
    color: #0036a3;
  }
}

header.entry-header div.post-meta p.venue-meta .material-symbols-outlined,
header.page-header div.post-meta p.venue-meta .material-symbols-outlined {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}

div.page-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 1.25rem;
}

@media only screen and (min-width: 1460px) {
  div.page-wrapper {
    padding: 1.875rem;
  }
}

div.page-wrapper.cover {
  padding: 0;
}

div.page-wrapper.class-timetable {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 779px) {
  div.page-wrapper.class-timetable div.content-wrapper div.entry-card a {
    display: flex;
    width: 100%;
  }
  div.page-wrapper.class-timetable div.content-wrapper div.entry-card header.has-thumbnail {
    display: inline-block;
    width: calc(30% - 0.25rem);
    height: auto;
    min-height: 15vw;
  }
  div.page-wrapper.class-timetable div.content-wrapper div.entry-card div.post-meta {
    display: inline-block;
    width: calc(70% - 0.25rem);
  }
}

@media only screen and (min-width: 780px) {
  div.page-wrapper.class-timetable {
    padding-left: 1.25rem;
  }
  div.page-wrapper.class-timetable div.content-wrapper div.entry-card {
    width: calc(33.3% - 1.25rem);
    margin: 0 1rem 1.25rem 0;
  }
}

@media only screen and (min-width: 1000px) {
  div.page-wrapper.class-timetable {
    padding-left: 1.875rem;
  }
  div.page-wrapper.class-timetable div.content-wrapper div.entry-card {
    width: calc(33.3% - 1.875rem);
    margin: 0 1.625rem 1.875rem 0;
  }
}

div.page-wrapper div.content-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

div.page-wrapper div.content-wrapper.full-width {
  width: 100%;
  display: block;
}

div.page-wrapper div.sidebar-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1000px) {
  div.page-wrapper div.content-wrapper {
    display: inline-block;
    width: 66.7%;
    padding: 0 1.25rem 0 0;
  }
  div.page-wrapper div.content-wrapper.full-width {
    padding: 0;
  }
  div.page-wrapper div.content-wrapper.no-sidebar {
    width: 100%;
  }
  div.page-wrapper div.sidebar-wrapper {
    display: inline-block;
    width: 33.3%;
  }
}

@media only screen and (min-width: 1460px) {
  div.page-wrapper div.content-wrapper {
    display: inline-block;
    width: 70%;
    padding: 0 1.875rem 0 0;
  }
  div.page-wrapper div.content-wrapper.full-width {
    padding: 0;
  }
  div.page-wrapper div.content-wrapper.no-sidebar {
    width: 100%;
  }
  div.page-wrapper div.sidebar-wrapper {
    display: inline-block;
    width: 30%;
  }
}

div.home-columns {
  gap: 1.25rem;
}

@media only screen and (min-width: 1460px) {
  div.home-columns {
    gap: 1.875rem;
  }
}

div.entry-card {
  vertical-align: top;
  margin-bottom: 1rem;
}

div.entry-card a {
  display: block;
  color: unset;
  text-decoration: none;
}

div.entry-card a div.post-meta:after {
  display: block;
  text-align: right;
  margin: 0;
  width: 100%;
  margin-top: -0.8em;
  content: "...";
}

div.entry-card a h2, div.entry-card a h3, div.entry-card a h4 {
  text-decoration: underline;
}

div.entry-card a div.hover-effect {
  padding-left: 0.8rem;
  border-left: solid 0.2rem #e3e6e5;
  transition: 0.2s;
}

@media only screen and (min-width: 1000px) {
  div.entry-card a div.hover-effect {
    margin-left: 0.25rem;
  }
}

@media (hover: hover) {
  div.entry-card a:hover div.hover-effect {
    margin-left: 0.75rem;
    padding-left: 0.55rem;
    border-left: solid 0.2rem #101010;
    transition: 0.2s;
  }
}

@media only screen and (hover: hover) and (min-width: 1000px) {
  div.entry-card a:hover div.hover-effect {
    margin-left: 1rem;
    padding-left: 0.75rem;
  }
}

@media (hover: hover) {
  div.entry-card a:hover div.post-meta {
    background-color: #ffcc00;
    color: #101010;
    transition: 0.2s;
  }
}

div.entry-card div.post-meta {
  position: static;
  display: block;
  width: 100%;
  background-color: #e3e6e5;
  color: #252525;
  padding: 1rem 1rem 1rem 0;
  transition: 0.2s;
}

div.entry-card div.post-meta p {
  margin: 0;
}

div.entry-card div.post-meta p.event-date-meta, div.entry-card div.post-meta p.class-time-meta, div.entry-card div.post-meta p.workshop-date-meta {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.125rem;
}

div.entry-card div.post-meta p.event-date-meta .material-symbols-outlined, div.entry-card div.post-meta p.class-time-meta .material-symbols-outlined, div.entry-card div.post-meta p.workshop-date-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}

div.entry-card div.post-meta p.class-info-meta {
  font-size: 1rem;
}

div.entry-card div.post-meta p.class-info-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

div.entry-card div.post-meta p.venue-meta {
  font-size: 1rem;
}

div.entry-card div.post-meta p.venue-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

div.entry-card div.post-meta p.event-time-meta {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

div.entry-card div.post-meta p.event-time-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

div.entry-card div.post-meta p.author-meta {
  font-size: 1rem;
}

div.entry-card div.post-meta p.date-meta {
  font-size: 1rem;
  font-style: italic;
}

div.entry-card div.post-meta h1, div.entry-card div.post-meta h2, div.entry-card div.post-meta h3, div.entry-card div.post-meta h4, div.entry-card div.post-meta h5, div.entry-card div.post-meta h6 {
  max-width: none;
  margin: 0 0 0.3rem;
  padding: 0;
}

div.entry-card div.post-meta h1.student-name, div.entry-card div.post-meta h2.student-name, div.entry-card div.post-meta h3.student-name, div.entry-card div.post-meta h4.student-name, div.entry-card div.post-meta h5.student-name, div.entry-card div.post-meta h6.student-name {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 1000px) {
  div.entry-card div.post-meta h1, div.entry-card div.post-meta h2, div.entry-card div.post-meta h3, div.entry-card div.post-meta h4, div.entry-card div.post-meta h5, div.entry-card div.post-meta h6 {
    margin: 0 0 0.5rem;
  }
}

@media only screen and (min-width: 1000px) {
  div.entry-card div.post-meta {
    display: inline-block;
    width: calc(50% - 1.25rem);
    margin: 0 1rem 1.25rem 0;
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

div.entry-card header.entry-header.has-thumbnail {
  height: 30vw;
}

div.entry-card div.post-meta {
  position: static;
  display: block;
  width: 100%;
}

div.entry-card div.post-meta h1, div.entry-card div.post-meta h2, div.entry-card div.post-meta h3, div.entry-card div.post-meta h4, div.entry-card div.post-meta h5, div.entry-card div.post-meta h6 {
  max-width: none;
}

div.entry-card div.post-meta h1.student-name, div.entry-card div.post-meta h2.student-name, div.entry-card div.post-meta h3.student-name, div.entry-card div.post-meta h4.student-name, div.entry-card div.post-meta h5.student-name, div.entry-card div.post-meta h6.student-name {
  margin-top: 0.5rem;
}

div.entry-card.widget {
  width: 100%;
}

@media only screen and (min-width: 780px) {
  div.entry-card {
    display: inline-block;
    width: calc(50% - 1.25rem);
    margin: 0 1rem 1.25rem 0;
  }
  div.entry-card header.entry-header.has-thumbnail {
    height: 15vw;
  }
}

@media only screen and (min-width: 1000px) {
  div.entry-card {
    display: inline-block;
    width: calc(33.3% - 1.875rem);
    margin: 0 1.625rem 1.875rem 0;
  }
  div.entry-card header.entry-header.has-thumbnail {
    height: 15vw;
  }
}

@media only screen and (min-width: 1460px) {
  div.entry-card {
    display: inline-block;
    width: calc(25% - 1.875rem);
  }
  div.entry-card header.entry-header.has-thumbnail {
    height: 220px;
  }
}

div.timetable-entry a {
  display: block;
  width: 100%;
  display: flex;
  color: unset;
  text-decoration: none;
}

div.timetable-entry a div.post-meta:after, div.timetable-entry a div.info-container:after {
  display: block;
  text-align: right;
  margin: 0;
  width: 100%;
  margin-top: -0.8em;
  content: "...";
}

div.timetable-entry a h2, div.timetable-entry a h3, div.timetable-entry a h4 {
  text-decoration: underline;
}

div.timetable-entry a div.hover-effect {
  padding-left: 0.8rem;
  border-left: solid 0.2rem #e3e6e5;
  transition: 0.2s;
}

@media only screen and (min-width: 1000px) {
  div.timetable-entry a div.hover-effect {
    margin-left: 0.25rem;
  }
}

@media (hover: hover) {
  div.timetable-entry a:hover div.hover-effect {
    margin-left: 0.75rem;
    padding-left: 0.55rem;
    border-left: solid 0.2rem #101010;
    transition: 0.2s;
  }
}

@media only screen and (hover: hover) and (min-width: 1000px) {
  div.timetable-entry a:hover div.hover-effect {
    margin-left: 1rem;
    padding-left: 0.75rem;
  }
}

@media (hover: hover) {
  div.timetable-entry a:hover div.info-container {
    background-color: #ffcc00;
    color: #101010;
    transition: 0.2s;
  }
}

div.timetable-entry div.info-container {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 0;
  color: #252525;
  transition: 0.2s;
}

@media only screen and (min-width: 1000px) {
  div.timetable-entry div.info-container {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

div.timetable-entry.has-thumbnail div.thumbnail-container {
  display: inline-block;
  width: 30%;
}

div.timetable-entry.has-thumbnail div.info-container {
  display: inline-block;
  width: 70%;
  background: #e3e6e5;
  padding: 1rem 1rem 1rem 0;
}

@media only screen and (min-width: 1000px) {
  div.timetable-entry.has-thumbnail div.info-container {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

div.timetable-entry.has-thumbnail div.info-container h1, div.timetable-entry.has-thumbnail div.info-container h2, div.timetable-entry.has-thumbnail div.info-container h3, div.timetable-entry.has-thumbnail div.info-container h4, div.timetable-entry.has-thumbnail div.info-container h5, div.timetable-entry.has-thumbnail div.info-container h6 {
  margin: 0 0 0.3rem;
}

div.timetable-entry.has-thumbnail div.info-container h1.student-name, div.timetable-entry.has-thumbnail div.info-container h2.student-name, div.timetable-entry.has-thumbnail div.info-container h3.student-name, div.timetable-entry.has-thumbnail div.info-container h4.student-name, div.timetable-entry.has-thumbnail div.info-container h5.student-name, div.timetable-entry.has-thumbnail div.info-container h6.student-name {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 1000px) {
  div.timetable-entry.has-thumbnail div.info-container h1, div.timetable-entry.has-thumbnail div.info-container h2, div.timetable-entry.has-thumbnail div.info-container h3, div.timetable-entry.has-thumbnail div.info-container h4, div.timetable-entry.has-thumbnail div.info-container h5, div.timetable-entry.has-thumbnail div.info-container h6 {
    margin: 0 0 0.5rem;
  }
}

div.timetable-entry.has-thumbnail div.info-container p.class-info-meta {
  font-size: 1rem;
  margin: 0;
}

div.timetable-entry.has-thumbnail div.info-container p.class-info-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

div.timetable-entry.has-thumbnail div.info-container p.venue-meta {
  font-size: 1rem;
}

div.timetable-entry.has-thumbnail div.info-container p.venue-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

div.timetable-entry.has-thumbnail div.info-container p.class-time-meta, div.timetable-entry.has-thumbnail div.info-container p.class-days-meta {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

div.timetable-entry.has-thumbnail div.info-container p.class-time-meta .material-symbols-outlined, div.timetable-entry.has-thumbnail div.info-container p.class-days-meta .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.125rem;
  position: relative;
  top: -0.0625rem;
}

/* 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;
}

.student-galley-container {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.student-galley-container .student-gallery-image {
  display: inline-block;
  width: 20%;
  height: calc(20vw - 0.5rem);
  max-height: 280px;
  overflow: hidden;
}

.student-galley-container .student-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# 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(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #002266;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 0.3rem;
  line-height: normal;
  padding: 1rem 1.5rem 0.875rem;
  text-decoration: none;
  top: 0.3rem;
  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;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

table.terminology-table button {
  border: none;
  background: none;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 26px;
}

table.terminology-table button:hover {
  cursor: pointer;
  border: 1px solid #333;
}

table.terminology-table button img {
  width: 24px;
}

p.has-background {
  padding: 1em 0.25em;
  margin: 0;
}

input[type="submit"].wpcf7-submit {
  color: #fcb900;
  background: #000;
  font-size: 1.4rem;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  border-radius: 999px;
}

input[type="submit"].wpcf7-submit:hover {
  cursor: pointer;
  text-decoration: underline;
}
