/*
Theme Name: EduPress
Theme URI: https://www.ilovewp.com/themes/edupress/
Description: EduPress is a modern theme with a two-column layout. It is most suitable for education, business, corporate and non-profit websites. The front page displays a tabbed slideshow with 2-4 featured pages, and can work with your latest posts or a static page instead.
Version: 1.6.4
Requires PHP: 5.6
Tested up to: 5.8
Author: ilovewpcom
Author URI: https://www.ilovewp.com/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: edupress
Tags: blog, education, news, footer-widgets, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* --------------------------------------------------------------------------------------------- */
/*	0. CSS Variables
/* --------------------------------------------------------------------------------------------- */

:root {
	/* Typography */
	--edupress-ff-primary: 'Lato', 'Roboto', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--edupress-ff-accent: 'Roboto', 'Lato', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	/* Colors */
	--edupress-background-color: #f2f0ed;
	--edupress-footer-background-color: #4E4646;
	--edupress-footercredits-background-color: #585050;
	--edupress-special-background-color: #042351;
	--edupress-primary-text-color: #181818;
	--edupress-secondary-text-color: #484848;
	--edupress-footer-text-color: #F7F3EE;
	--edupress-link-color: #1e74a9;
	--edupress-link-color-hover: #c70000;
	--edupress-primary-accent-color: #1e74a9;
	--edupress-primary-accent-complementary-color: #ffffff;
	--edupress-neutral-color-100: #ffffff;
	--edupress-neutral-color-900: #080808;
	--edupress-border-color-100: rgba(255,255,255,0.1);
	--edupress-border-color-900: rgba(0,0,0,0.1);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-size: 1rem;
	line-height: 1.1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Tables */
table {
  border-top: 0;
  margin-bottom: 2em;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1; }

table th {
  text-align: left; }

table tr {
  border-bottom: 1px solid #F0F0F0; }

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 0.8125rem 1.25rem;
  vertical-align: middle;
}

ul, ol {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 0;
}

/* Inputs ------------------------------------ */

fieldset {
	border: 1px solid var( --edupress-border-color-900 );
	margin: 1.25rem 0;
}

legend {
	font-size: 1rem;
	font-weight: 600;
	padding: 0 1.875rem;
}

label {
	display: block;
	font-size: 1.125rem;
	margin: 0 0 .5rem 0;
}

input,
textarea,
button {
	font-family: inherit;
	line-height: 1;
	-webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
	-moz-transition: background-color 0.25s ease, border-color 0.25s ease;
	-o-transition: background-color 0.25s ease, border-color 0.25s ease;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

input,
textarea {
	background-color: var( --edupress-background-color );
	border-color: var( --edupress-border-color-900 );
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: inherit;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	max-width: 100%;
	padding: 0.875rem 1.125rem;
	width: 100%;
}

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 {
	border-color: var( --edupress-primary-accent-color );
	box-shadow: inset 0 0 0 1px var( --edupress-primary-accent-color ); 
}

textarea {
	line-height: 1.5;
	width: 100%;
}

select {
	font-family: inherit;
	font-size: inherit;
}

::-webkit-input-placeholder { color: var( --edupress-secondary-text-color ); line-height: normal; }
::-moz-placeholder { color: var( --edupress-secondary-text-color ); line-height: normal; }
:-ms-input-placeholder { color: var( --edupress-secondary-text-color ); line-height: normal; }
:-moz-placeholder { color: var( --edupress-secondary-text-color ); opacity: 1; line-height: normal; }
::placeholder { color: var( --edupress-secondary-text-color ); line-height: normal; opacity: 1; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var( --edupress-primary-accent-color );
	border: none;
	border-radius: 0;
	color: var( --edupress-primary-accent-complementary-color );
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	padding: 0.75rem 1.25rem;
	text-align: center;
	text-decoration: none;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce a.button:hover,
:root .woocommerce button.button:hover,
:root .woocommerce input.button:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus {
	background: var( --edupress-primary-text-color );
	color: var( --edupress-neutral-color-100 );
	text-decoration: underline;
}

button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus,
.entry-thumbnail:focus-within {
	outline: 2px solid var( --edupress-primary-text-color );
	outline-offset: 2px;
}

p + input[type="submit"] {
	margin-top: 0.75rem;
}

.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover, 
.wp-block-button__link:visited {
	color: var( --edupress-background-color );
}

/* Input Reset ------------------------------- */

button.reset,
input.reset,
textarea.reset {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 0;
	text-transform: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
	position: absolute !important;
		left: -999999rem;
	width: .1rem;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem 2.3rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
	position: absolute;
		left: -9999rem;
		top: 2.5rem;
	z-index: 999999999;
}

.skip-link:focus {
	left: 2.5rem;
	text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.post-single .alignleft {
	display: inline;
	float: left;
	margin: 0 2.5rem 1.75rem 0;
}

.post-single .alignright {
	display: inline;
	float: right;
	margin: 0 0 1.75rem 2.5rem;
}

.post-single .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75rem;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-family: var( --edupress-ff-accent );
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6; }

p {
  margin: 0;
  padding: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: #666;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  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;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before,
blockquote:after {
  content: ""; }

:focus {
  outline: none; }

/*--------------------------------------------------------------
5.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 0;
}

th {
	padding: 0.5rem;
	text-align: left;
}

tr {
	border-bottom: 1px solid var(--edupress-border-color-900);
}

td {
	padding: 0.5rem;
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

::selection {
	background: var( --edupress-primary-accent-color );
	color: var( --edupress-primary-accent-complementary-color );
}

body {
	background-color: var( --edupress-background-color );
	color: var( --edupress-primary-text-color );
	font-family: var( --edupress-ff-primary );
	font-size: 62.5%;
	line-height: 1.5rem;
	margin: 0;
	min-height: 100vh;
	padding: 0;
	text-align: center;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var( --edupress-link-color );
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}

a:hover, a:focus {
	color: var( --edupress-link-color-hover );
}

a:focus {
	outline: 2px solid var( --edupress-primary-accent-color );
	outline-offset: 2px;
	text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: var( --edupress-primary-text-color );
	font-family: var( --edupress-ff-primary );
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 20px; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var( --edupress-primary-text-color );
}

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
	color: var( --edupress-link-color-hover );
}

#container {
	font-size: 1rem;
	line-height: 1.7;
	padding: 0;
	text-align: center;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	padding: 0; 
	text-align: start; 
	width: 1180px;
}

.wrapper-frame {
	background-color: var( --edupress-neutral-color-100 );
	padding: 40px;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
}

.page-sidebar-left .wrapper-frame {
	flex-direction: row-reverse;
}

.cleaner {
	clear: both;
	font-size:1px; 
	height: 1px;  
	line-height: 1px;
	margin:0;
}

.special-background {
	background-color: var( --edupress-neutral-color-100 );
}

/******************************************
2. Header
******************************************/

.site-header {
	background-color: var(--edupress-special-background-color);
	border-bottom: solid 10px var(--edupress-link-color-hover);
	margin: 0;
	padding: 30px 0 70px;
}

.wrapper-header {
	padding-inline: 40px;
}

.page-header-default .wrapper-header {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 10px;
}

.page-header-default #site-header-main {
	flex: 0 0 280px;
	padding: 0;
}

.page-header-default .site-branding {
	height: auto;
	max-width: 100%;
}

.page-header-centered .site-branding {
	display: block;
	padding: 0;
	text-align: center;
}

.site-branding .custom-logo {
	height: auto;
	max-width: 100%;
}

.site-header .site-title {
	display: block;
	font-family: var(--edupress-ff-accent);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.site-header .site-description {
	color: rgba(255,255,255,0.7);
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25em;
	margin: 5px 0 0;
}

.site-header a { color: var(--edupress-neutral-color-100); }
.site-header a:hover, 
.site-header a:focus {
	text-decoration: underline;
}

/******************************************
3. Nav
******************************************/

/* Mobile Menu in the Header */

#site-mobile-menu-toggle,
#site-mobile-menu-toggle .site-toggle-anchor {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

#site-mobile-menu-toggle {
	display: none;
}

#site-mobile-menu-toggle .site-toggle-anchor {
	background: var(--edupress-link-color-hover);
	border: solid 2px var(--edupress-link-color-hover);
	color: var(--edupress-neutral-color-100);
	padding: 0.875rem 1.125rem;
	transition: all 0.5s;
}

#site-mobile-menu-toggle .site-toggle-anchor:hover,
#site-mobile-menu-toggle .site-toggle-anchor:focus {
	background-color: var( --edupress-primary-accent-color );
	border-color: var( --edupress-primary-accent-color );
	color: var( --edupress-primary-accent-complementary-color );
	text-decoration: none;
}

#site-mobile-menu-toggle .site-toggle-icon {
	display: none;
	vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-label {
	display: none;
	line-height: 1em;
	margin-inline-start: 6px;
	vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-icon.is-visible,
#site-mobile-menu-toggle .site-toggle-label.is-visible {
	display: inline-block;
}

#site-mobile-menu {
	background-color: var(--edupress-neutral-color-100);
	display: none;
	font-family: var( --edupress-ff-accent );
	margin: 0;
	padding: 1.875rem;
	text-align: start;
	flex: 0 1 100%;
}

#site-mobile-menu.is-visible {
	display: block;
}

#site-mobile-menu a {
	color: var(--edupress-primary-text-color);
	display: block;
	padding: 0.875rem 0 0.625rem;
	position: relative;
}

#site-mobile-menu a:hover,
#site-mobile-menu a:focus {
	color: var( --edupress-link-color-hover );
}

#site-mobile-menu .menu,
#site-mobile-menu .sub-menu {
	list-style-type: none;
}

#site-mobile-menu .menu li {
	border-top: 1px solid var( --edupress-border-color-900 );
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
}

#site-mobile-menu .sub-menu {
	display: none;
}

#site-mobile-menu .sub-menu.is-visible {
	display: block;
}

#site-mobile-menu .sub-menu li {
	font-size: 1rem;
	font-weight: 500;
	padding-inline-start: 1.25rem;
	text-transform: none;
}

#site-mobile-menu .menu > li:first-of-type {
	border-top-width: 0;
	padding-top: 0;
}

#site-mobile-menu .sub-menu-toggle {
	background-color: unset;
	color: var( --edupress-primary-text-color );
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	padding: 12px;
	vertical-align: middle;
	z-index: 2;
}

#site-mobile-menu .sub-menu .sub-menu-toggle {
	padding: 10px;
	top: 3px;
}

#site-mobile-menu .sub-menu-toggle:hover,
#site-mobile-menu .sub-menu-toggle:focus {
	background-color: var( --edupress-primary-accent-color );
	color: var( --edupress-primary-accent-complementary-color );
}

#site-mobile-menu .current-menu-parent > a,
#site-mobile-menu .current-menu-item > a {
	color: var( --edupress-primary-text-color );
	text-decoration: underline;
}

.page-header-default #menu-main {
  padding: 0;
  text-align: end;
}

/* Dropdown Menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: inline-block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	font: 12px/12px 'font awesome 5 free';
	font-weight: 900;
	display: inline-block;
	margin: 7px 0 0 7px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

.sf-arrows .sub-menu .sf-with-ul:after {
	margin-top: 5px;
}

.large-nav {
  position: relative;
  z-index: 100; }

.large-nav > .menu-item {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 0.5rem;
  position: relative;
}

.large-nav a {
  color: #121212;
  padding: 16px 2px; }

.large-nav .menu-item-has-children > a {
  position: relative; }

.large-nav ul a {
  color: #121212; }

.large-nav ul a {
  text-align: start;
  text-transform: none; }

.large-nav ul {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  left: 0;
  text-align: start;
  width: 220px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15); }

.large-nav > li > ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  left: 31px;
  z-index: 470; }

.large-nav > li > ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 460; }

.large-nav ul .menu-item {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  font-family: var(--edupress-ff-primary);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none; }

.large-nav ul li:hover,
.large-nav ul li:focus {
  background-color: #f8f8f8; }

.large-nav ul li:last-child {
  border: none; }

.large-nav ul a {
  display: block;
  padding: 0.75rem 0.9375rem; }

.large-nav ul ul {
  right: 100%;
  margin-top: 0px; }

.large-nav a:hover,
.large-nav a:focus,
.large-nav .current-menu-item > a,
.large-nav .current_page_item > a,
.large-nav .current-menu-parent > a {
  color: var(--edupress-link-color-hover); }

.large-nav .current-menu-item > a {
  text-decoration: underline; }

.large-nav .menu-special a {
  background-color: var(--edupress-link-color-hover);
  color: #fff;
  padding: 7px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.large-nav .menu-special a:hover,
.large-nav .menu-special a:focus {
  background-color: var(--edupress-primary-accent-color); }

#site-header-navigation {
  font-family: var(--edupress-ff-primary);
  position: relative;
}

.page-header-default #site-header-navigation {
	align-self: center;
	flex: 1;
}

.page-header-centered #site-header-navigation {
  border-top: 1px solid var(--edupress-border-color-100);
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

#site-header-navigation a {
	color: var(--edupress-neutral-color-100);
	color: rgba(255,255,255,0.7);
}

#site-header-navigation a:hover,
#site-header-navigation a:focus {
	color: var(--edupress-neutral-color-100);
}

#site-header-navigation .sub-menu a {
	color: var(--edupress-primary-text-color);
}

#site-header-navigation .sub-menu a:hover,
#site-header-navigation .sub-menu a:focus {
	color: var(--edupress-link-color-hover);
	text-decoration: underline;
}

/******************************************
4. Main Content Sections
******************************************/

#site-aside {
	flex: 0 1 auto;
	font-size: 0.875rem;
	line-height: 1.7;
	width: 280px;
}

#site-content {
	flex: 1 2 auto;
	width: 780px;
}

.site-aside-wrapper {
	padding: 0;
}

#site-aside .widget:not(.widget_nav_menu) a {
	text-decoration: underline;
}

#site-main {
	margin-top: -60px;
	position: relative;
	z-index: 5;
}

#site-aside .widget:not(:last-of-type) {
	margin-bottom: 1.875rem;
}

#site-aside .current-cat a {
	color: var(--edupress-primary-text-color);
	font-weight: 600;
}

/******************************************
5. Individual Content Sections
******************************************/

.post-cover {
	position: relative;
}

.post-cover .thumbnail,
.post-cover .wp-post-image {
	height: auto;
	max-width: 100%;
	position: relative;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

.ilovewp-post:hover .wp-post-image,
.ilovewp-post:focus-within .wp-post-image {
	background-color: #000;
	opacity: 0.7;
}

.post-meta .sticky-post {
	margin-inline-end: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#site-main .widget-title,
.comments-area .comments-title {
	background-color: var(--edupress-primary-text-color);
	color: var(--edupress-neutral-color-100);
	display: block;
	font-family: var(--edupress-ff-accent);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1.25rem;
	padding: 14px 20px 12px;
	position: relative;
}

/* Posts Archive Loop */

.ilovewp-post .post-meta,
.ilovewp-post .post-meta .entry-date a {
	color: var(--edupress-secondary-text-color);
	font-size: 0.875rem;
	margin: 0;
}

.ilovewp-posts-archive .post-meta a,
.ilovewp-page-intro .post-meta a {
	display: inline-block;
	margin: 0;
	text-decoration: underline;
}

.ilovewp-posts-archive .post-meta span:not(:first-child):before,
.ilovewp-page-intro .post-meta span:not(:first-child):before {
	color: currentColor;
	content: "/";
	font-size: 10px;
	margin: 0 8px 0 4px;
	vertical-align: middle;
}

.ilovewp-posts-archive .ilovewp-post-archive {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: 30px;
	position: relative;
}

.ilovewp-posts-archive .ilovewp-post-archive:not(:last-of-type) {
	margin-bottom: 40px;
}

.ilovewp-posts-archive .post-cover-wrapper {
	flex: 0 0 240px;
}

.ilovewp-posts-archive .post-preview {
	flex: 1;
	font-size: 1rem;
	line-height: 1.6;
	text-align: start;
}

.ilovewp-posts-archive .post-preview > * {
	margin: 0;
}

.ilovewp-posts-archive .post-preview > *:not(:first-child) {
	margin-top: 1.25rem;
}

.ilovewp-posts-archive .title-post {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75em;
}

.ilovewp-posts-archive .post-meta-category {
	display: inline-block;
}

.ilovewp-posts-archive .read-more-span {
	display: block;
	margin: 10px 0 0;
}

/* Tags List */

.page-links,
.tags-links {
	font-family: var(--edupress-ff-accent);
	font-size: 0.875rem;
	margin: 2.5rem 0 2.5rem;
	text-transform: uppercase;
}

.tags-links a {
	border: 1px solid var(--edupress-border-color-900);
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-inline-end: 3px;
	padding: 9px 5px 6px;
	position: relative;
	text-decoration: none;
	text-transform: none;
	transition: all .2s ease-in-out;
}

.tags-links a:hover,
.tags-links a:focus { 
	background-color: var(--edupress-link-color);
	border-color: var(--edupress-link-color);
	color: var(--edupress-neutral-color-100); 
	text-decoration: underline;
}

/* Sidebar Menu Widget */

#site-aside .widget_nav_menu .widget-title {
	background-color: var(--edupress-link-color-hover);
	margin-bottom: 1px;
	text-transform: uppercase;
}

#site-aside .widget_nav_menu .menu-item {
	background-color: #f2f2f2;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.65em;
	border-bottom: 1px solid var(--edupress-border-color-900);
	text-transform: uppercase;
}

#site-aside .widget_nav_menu .menu-item:hover {
	background-color: #eee;
}

#site-aside .widget_nav_menu .sub-menu .menu-item {
	background: none;
	border-bottom: 1px solid var(--edupress-border-color-900);
	border-bottom-color: var(--edupress-border-color-900);
	font-weight: normal;
	padding-inline-start: 0;
	padding-bottom: 0;
	text-transform: none;
}

#site-aside .widget_nav_menu .sub-menu .menu-item:last-of-type {
	border-bottom-width: 0;
}

#site-aside .widget_nav_menu .sub-menu {
	margin-top: 5px;
}

#site-aside .widget_nav_menu a {
	color: var(--edupress-primary-text-color);
	display: block;
	padding: 12px 20px;
}

#site-aside .widget_nav_menu .menu-item a,
#site-aside .widget_nav_menu .menu-item-has-children > a {
	background-color: var(--edupress-border-color-900);
}

#site-aside .widget_nav_menu .menu-item-has-children > a {
	border-bottom: 1px solid var(--edupress-border-color-900);
}

#site-aside .widget_nav_menu .current-menu-item > a,
#site-aside .widget_nav_menu a:hover,
#site-aside .widget_nav_menu a:focus {
	color: var(--edupress-link-color-hover);
	text-decoration: underline;
}

#site-aside .widget_nav_menu .current-menu-item > a {
	font-weight: bold;
}

#site-aside .widget_nav_menu .sub-menu a {
	background: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#site-aside .widget_nav_menu .current-menu-item {
	font-weight: bold;
}

#ilovewp-featured-pages {
	margin: 0 0 2.5rem;
}

.ilovewp-featured-pages {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: 30px;
	list-style-type: none;
}

#ilovewp-featured-pages .ilovewp-featured-page {
	flex: 1;
}

#ilovewp-featured-pages .post-cover-wrapper {
	margin-bottom: 1.875rem;
}

#ilovewp-featured-pages .title-post {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1.25rem;
}

#ilovewp-featured-pages .post-preview {
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.6;
}

/******************************************
6. Single Post/Page Styling
******************************************/

.thumbnail-post-intro {
	margin-bottom: 30px;
	text-align: center;
}

.thumbnail-post-intro .wp-post-image {
	width: 100%;
	height: auto;
}

.ilovewp-archive-intro {
	margin-bottom: 30px;
}

.ilovewp-page-intro .title-page {
	font-family: var(--edupress-ff-accent);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35em;
	margin: 0;
}

.ilovewp-page-inner {
	text-align: start;
}

.ilovewp-page-front {
	text-align: start;
}

.ilovewp-page-inner .title-page {
	font-size: 40px;
}

.home .ilovewp-page-front {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.ilovewp-meta-flex {
	display: flex;
	align-items: center;
	align-content: stretch;
	gap: 1.25rem;
	justify-content: space-between;
	margin: 1.875rem 0 0;
}

.ilovewp-meta-flex > .post-meta-gravatar {
	flex: 0 0 auto;
}

.ilovewp-page-intro .post-meta {
	flex: 1;
	color: var(--edupress-secondary-text-color);
	font-size: 0.8125rem;
	margin: 0;
}

.ilovewp-page-intro .post-meta a {
	font-style: normal;
	text-transform: uppercase;
}

.post-meta-gravatar .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 4px var(--edupress-border-color-900);
}

.ilovewp-page-inner,
.ilovewp-page-intro .taxonomy-description {
	font-size: 1rem;
	line-height: 1.6;
	border-bottom: 1px solid var(--edupress-border-color-900);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.ilovewp-page-intro .taxonomy-description {
	margin-top: 30px;
}

.ilovewp-page-intro .taxonomy-description p {
	margin: 1em 0 0;
}

.ilovewp-page-inner {
	margin-bottom: 30px;
}

.ilovewp-nofeatured {
	padding: 0 40px;
	text-align: center;
}

.ilovewp-nofeatured .taxonomy-description {
	margin-bottom: 0;
}

.post-single {
	font-size: 1rem;  
	line-height: 1.7;
	margin: 0;
}

.post-single h1,
.post-single h2, 
.post-single h3, 
.post-single h4, 
.post-single h5, 
.post-single h6 {
	font-weight: 600;
	margin: 0.5em 0 0.5em;
	line-height: 1.25em; 
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em; 
}

.post-single img {
	margin-bottom: 20px; 
}

.post-single img.alignnone, 
.post-single img.aligncenter, 
.post-single img.alignleft, 
.post-single img.alignright {
	max-width: 100%;
	width:auto;
 	height:auto;
}

.post-single .wp-block-image img,
.post-single .wp-block-media-text__media img, 
.post-single .wp-block-media-text__media video {
  height: auto;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.post-single blockquote {
	font-size: 20px;
	font-weight: normal;
	line-height: 2em;
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.post-single blockquote::after, 
.post-single blockquote::before {
    border-top: 1px solid #dfdfdf;
    content: "";
    display: block;
    margin: 30px auto;
    width: 20%;
}

.post-single blockquote p {
	margin-bottom: 1.1667em;
}

.post-single blockquote cite {
	display: block;
	font-size: 0.8125rem;
	font-style: normal;
	margin: 1.5em 0 0;
	text-transform: uppercase;
}
.post-single a {
	text-decoration: underline;
}

.post-single ul,
.post-single ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

.post-single table,
.widget table {
  margin: 3rem 0; }

.widget table:first-child {
  margin-top: 0; }

.post-single table caption,
.widget table caption {
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0.5rem 20px;
  text-align: center; }

.post-single table tbody,
.post-single table tfoot,
.widget table tbody {
  border: 1px solid #dadada;
  border-width: 1px; }

.post-single table tfoot {
	border-top-width: 0;
}

.widget table tfoot td:first-of-type {
  border-inline-start: 1px solid #dadada; }

.post-single table:last-child,
.widget table:last-child {
  margin-bottom: 0; }

.post-single table th,
.post-single table td,
.widget table th,
.widget table td {
  border-inline-end: 1px solid #dadada;
  font-size: 0.875rem;
  line-height: 1.75em; }

.post-single table th,
.widget table th {
  border-inline-end-color: var(--edupress-border-color-100); }

.post-single table th:last-child,
.widget table th:last-child {
  border-inline-end-width: 0; }

.post-single thead th,
.widget thead th {
  background-color: var(--edupress-primary-text-color);
  color: var(--edupress-neutral-color-100); }

.post-single table thead tr,
.widget table thead tr {
  border-bottom-width: 0; }

.post-single table tr,
.widget table tr {
  border-bottom: 1px solid #dadada;
  transition: all 0.2s ease-in-out; }

.post-single tr:nth-child(odd),
.widget tr:nth-child(odd) {
  background-color: white; }

.post-single tr:nth-child(even),
.widget tr:nth-child(even) {
  background-color: #eee; }

.post-single tr:nth-child(even) td,
.widget tr:nth-child(even) td {
  border-inline-end-color: #dadada; }

/******************************************
7. Comments
******************************************/

#comments .comment-reply-title {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 0.75em;
}

.comments-area {
	margin: 3em 0 0;
	text-align: start;
}

.comments-area .comments-title {
	margin: 0 0 2em;
}

.page .comments-area {
	margin-inline-start: 0;
}

.comment-list {
	margin: 1.75em 0;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment,
.pingback,
.trackback {
	padding: 1.75em 0;
}

.depth-1 {
	border-bottom: 1px solid #ece8e0;
}

.depth-1:first-child {
	margin-top: 0;
	padding-top: 0;
}

.children {
	margin-top: 24px;
}

.children .comment {
	border-inline-start: 5px solid #e7e7e7;
	padding-inline-start: 24px;
}

.comment-author .avatar {
	border-radius: 50%;
	float: left;
	margin-inline-end: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment-meta {
	margin-bottom: 0;
}

.comment-meta .fn {
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	margin-inline-end: 15px;
}

.says {
	display: none;
}

.comment-metadata {
	display: inline-block;
	font-size: 0.875rem;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-tools {
	display: inline-block;
	float: right;
}

.comment-tools a {
	font-size: 0.8125rem;
	font-weight: normal;
}

.comment-reply-link {
	margin-inline-start: 10px;
}

.comment-respond {
	padding: 0;
}

.comment-list .comment-respond {
	padding-top: 30px;
}

.comment-content {
	color: var(--edupress-secondary-text-color);
	font-size: 0.9375rem;
	line-height: 1.6;
	overflow: hidden;
}

.comment-content p {
	margin: 1em 0 0;
}

.comment-form label {
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	margin: 1em 0;
	text-transform: uppercase;
}

.comment-form label .required {
	color: #e95445;
	font-weight: 600;
}

.form-allowed-tags {
	font-size: 0.8125rem;
}

.no-comments {
	text-align: center;
}

.bypostauthor {
	display: block;
}

/******************************************
8. Footer
******************************************/

.site-footer {
	background-color: var(--edupress-special-background-color);
	border-top: solid 10px var(--edupress-link-color-hover);
	color: var(--edupress-neutral-color-100);
	color: rgba(255,255,255,0.7);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: end;
	z-index: 3;
}

.site-footer a {
	color: rgba(255,255,255,0.9);
	text-decoration: underline;
}

.site-footer .current-menu-item a,
.site-footer a:hover,
.site-footer a:focus {
	color: var(--edupress-neutral-color-100);
	text-decoration: underline;
}

.wrapper-footer {
	margin: 0 auto 3.75rem;
	padding: 3.75rem 40px 0;
	text-align: center;
}

.wrapper-copy {
	border-top: 1px solid var(--edupress-border-color-100);
	font-size: 0.875rem;
	padding-block: 2.5rem;
}

.wrapper-copy > .wrapper {
	text-align: center;
}

.site-footer .copy {
	margin-bottom: 0;
}

.site-footer .logo-site-footer {
	margin-bottom: 30px;
}

.pre-footer {
	text-align: start;
}

.pre-footer .ilovewp-columns {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: 40px;
}

.pre-footer .ilovewp-column {
	flex: 1;
}

.pre-footer .widget:not(:last-of-type) {
	margin-bottom: 30px;
}

.pre-footer li {
	margin: 0;
}

.pre-footer li:not(:first-of-type) {
	margin-top: 5px;
}

.pre-footer .widget-title {
	color: var(--edupress-neutral-color-100);
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1.25rem;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.site-footer .copy-ilovewp {
	line-height: 1em;
	margin: 0.75rem 0 0;
}

.site-footer .theme-credit a {
	color: currentColor;
}

/******************************************
9. Miscellaneous
******************************************/

.widget img {
	height: auto;
	max-width: 100%;
}

.widget ul,
.post-single .wp-block-query .wp-block-post-template {
	list-style-type: none;
	margin-inline-start: 0;
}

#wpstats { display: none; }

.post-single #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 14pt;
}

.post-single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-bottom: 10px;
}

/* WordPress Search Widget */

.post-single .search-form {
	margin: 30px 0;
}

.ilovewp-page-intro .search-form {
	margin: 30px 0 0;
}

.widget_search .search-field {
	margin-bottom: 5px;
	width: 85%;
}

#searchform label {
	display: none;
}

#s {
	background-color: var(--edupress-neutral-color-100);
	display: inline;
	float: left;
	border: 1px solid #ccc;
	font-size: 0.8125rem;
	margin: 0 3px 10px 0;
	padding: 6px 5px;
	width: 70%;
}

#searchsubmit {
	border: none;
	display: inline;
	float: left;
}

/* WordPress Core Widget: Recent Posts */
.widget_recent_entries li {
	line-height: 1.6;
}

.widget_recent_entries li:not(:first-of-type) {
	border-top: 1px solid var(--edupress-border-color-900);
	margin-top: 1rem;
	padding-top: 1rem;
}

.pre-footer .widget_recent_entries li:not(:first-of-type) {
	border-top: 1px solid var(--edupress-border-color-100);
}

.widget_recent_entries .post-date {
	color: rgba(0,0,0,0.6);
	display: block;
	font-size: 0.8125rem;
	margin: 0.5rem 0 0;
}

.pre-footer .widget_recent_entries .post-date {
	color: rgba(255,255,255,0.6);
}

/* Caption for images */
.post-single .wp-caption { 
	background-color: #f3f3f3; 
	border-bottom: 2px solid var(--edupress-border-color-900); 
	margin-bottom: 1em;
	max-width: 100%;
	padding: 0 0 15px;
}
.post-single .wp-caption img { 
	background: none; 
	border: 0; 
	margin: 0 0 15px;
	max-width:100%; 
	width: 100%; 
	height:auto;
}
.post-single .wp-caption-text, 
.gallery-caption { 
	color: var(--edupress-secondary-text-color);
	font-size: 0.8125rem; 
	line-height: 1.5em; 
	margin: 0 10px;
}
.post-single .wp-caption.aligncenter { 
	margin:0 auto 15px;
}

/* [gallery] shortcode styling */
.post-single .gallery { margin: 1em auto 1.5em; text-align:center; clear:both; }
.post-single .gallery-icon {
	background-color: var(--edupress-neutral-color-100);
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding: 4px;
}
.post-single .gallery .gallery-item { display: -moz-inline-stack; display: inline-block; margin: 1em 1.5% 1.5em; width: 30%; vertical-align: top; zoom: 1; *display: inline; }
.post-single .gallery img { width: 100%; height: auto; margin: 0; }
.post-single .gallery-caption { margin-inline-start: 0; }
.post-single .gallery-columns-1 .gallery-item {
	margin: 1em auto;
	width: 100%;
}

.post-single .gallery-columns-2 .gallery-item {
	margin: 1em 2.5%;
	width: 45%;
}

.post-single .gallery-columns-4 .gallery-item {
	margin: 1em 1.5%;
	width: 22%;
}

/* Homepage Slideshow/Tabs */

#ilovewp-featured-content {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 20;
}

#ilovewp-featured-content li {
	list-style-type: none;
}

#ilovewp-featured-content-carousel {
	margin-bottom: 40px;
}

#ilovewp-featured-content .ilovewp-notice,
#ilovewp-featured-content-header .ilovewp-notice {
	font-size: 0.9375rem;
	line-height: 26px;
	margin: 20px 0;
}

#ilovewp-featured-content .wrapper {
	position: relative;
}

#ilovewp-featured-content img {
	display: inline-block;
	margin: 0;
	height: inherit; /* Make sure images are scaled correctly. */
	max-width: 100%
}

#ilovewp-featured-content .image-wrapper {
	display: inline-block;
	position: relative;
}

#ilovewp-featured-content .ilovewp-post-wrapper {
	position: relative;
}

#ilovewp-featured-content .post-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: start;
}

#ilovewp-featured-content .post-preview-nothumb {
	background-color: var(--edupress-primary-text-color);
}

#ilovewp-featured-content .post-preview-nothumb .post-excerpt {
	margin-bottom: 50px;
}

#ilovewp-featured-content .post-preview-wrapper {
	padding: 60px 30px 30px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 80%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.empty-slider {
    max-width: 780px;
}

#ilovewp-featured-content .slides {
    white-space: nowrap;
    overflow: hidden;
}

#ilovewp-featured-content .slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style-type: none;
	margin-inline-end: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

#ilovewp-featured-content a {
	color: var(--edupress-neutral-color-100);
}

#ilovewp-featured-content a:hover,
#ilovewp-featured-content a:focus {
	text-decoration: underline;
}

#ilovewp-featured-content .title-post {
	font-family: var(--edupress-ff-primary);
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

#ilovewp-featured-content .post-excerpt {
	color: rgba(255,255,255,0.85);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 1.25rem 0 0;
}

#ilovewp-featured-tabs {
	margin-bottom: 30px;
}

#ilovewp-featured-tabs .ilovewp-tabs {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: 0;
	list-style-type: none;
	max-width: 100%;
}

#ilovewp-featured-tabs .ilovewp-tab {
	background-color: var(--edupress-special-background-color);
	flex: 1;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

#ilovewp-featured-tabs .ilovewp-tab a {
	color: var(--edupress-neutral-color-100);
}

#ilovewp-featured-tabs .flex-active-slide {
	background-color: var(--edupress-link-color);
	text-decoration: underline;
}

#ilovewp-featured-tabs .image-description {
	display: block;
	font-size: 0.875rem;
	line-height: 1.75em;
	padding: 15px 15px;
}

/*--------------------------------------------------------------
8.0 Post Navigation
--------------------------------------------------------------*/
.post-navigation {
	border: 1px solid var(--edupress-border-color-900);
	font-size: 0.9375rem;
	line-height: 1.5em;
	padding: 1.875rem;
	text-align: start;
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: 40px;
}

.post-navigation .site-post-nav-item {
	flex: 1;
	text-align: start;
}

.post-navigation .post-navigation-label {
	color: var(--edupress-primary-text-color);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.post-navigation .fa {
	margin-inline-end: 5px;
}

.post-navigation .site-post-nav-next .fa {
	margin-inline-end: 0;
	margin-inline-start: 5px;
}

.post-navigation a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
9.0 Archive Pagination/Navigation
--------------------------------------------------------------*/
.pagination {
	border-top: 1px solid var(--edupress-border-color-900);
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	padding-top: 3rem;
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid var(--edupress-border-color-900);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	line-height: 1em;
	margin: 0 3px;
	padding: 0.75rem;
}

.pagination a {
	color: var(--edupress-link-color-hover);
}

.pagination .current,
.pagination a:hover,
.pagination a:focus {
	background-color: var(--edupress-link-color-hover);
	border-color: var(--edupress-link-color-hover);
	color: var(--edupress-neutral-color-100);
}

.pagination .current {
	color: var(--edupress-neutral-color-100);
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.ilovewp-slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .ilovewp-slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .ilovewp-slides img { display: block; height: auto; width: 100%; }

/* Clearfix for the .slides element */
.ilovewp-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ilovewp-slides {display: block;} 
html .ilovewp-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ilovewp-slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; max-width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .ilovewp-slides { list-style-type: none; zoom: 1;}

.carousel li {margin-inline-end: 5px; }

/******************************************
10. Accessibility
******************************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******************************************
11. Buttons, Forms
******************************************/

.button,
#searchsubmit,
.form-submit #submit,
#submit-contact,
.widget_wysija_cont .wysija-submit {
	border: 0;
	color: var(--edupress-neutral-color-100);
	display: inline-block;
	font-size: 1rem;
	padding: 12px 20px;
}

.widget_wysija_cont .wysija-submit {
	margin-top: 5px;
}

.button:hover,
.button:focus {
	color: var(--edupress-primary-text-color);
}

.widget_wysija_cont p label {
	display: block;
	font-weight: 500;
	margin: 5px 0 10px;
}

.widget_wysija_cont .wysija-input {
	width: 100%;
}

#searchsubmit,
.button-yellow {
	background-color: #ebcc6e;
	color: var(--edupress-primary-text-color);
	font-weight: 500;
}

.button-yellow:hover,
.button-yellow:focus {
	background-color: #e0ba48;
}

.button-blue {
	background-color: #06b3db;
	font-weight: 500;
}

.button-blue:hover,
.button-blue:focus {
	background-color: #0a9bbc;
	color: var(--edupress-neutral-color-100);
}

.button-red {
	background-color: #ea5b4d;
	color: var(--edupress-neutral-color-100);
	font-weight: 500;
}

.button-red:hover,
.button-red:focus {
	background-color: #c8493c;
	color: var(--edupress-neutral-color-100);
}

.form-submit #submit,
.button-green,
.widget_wysija_cont .wysija-submit {
	background-color: var(--edupress-link-color-hover);
	color: var(--edupress-neutral-color-100);
	font-weight: 500;
}

.button-green:hover,
.button-green:focus {
	background-color: #209852;
	color: var(--edupress-neutral-color-100);
}

.button-gray {
	background-color: #e6e6e6;
	color: #222;
	font-weight: 500;
}

.button-gray:hover,
.button-gray:focus {
	background-color: #d6d6d6;
}

.form-submit #submit:hover,
#searchsubmit:hover,
.button:hover,
.form-submit #submit:focus,
#searchsubmit:focus,
.button:focus,
.widget_wysija_cont .wysija-submit:hover,
.widget_wysija_cont .wysija-submit:focus {
	background-color: var(--edupress-primary-text-color);
}

.form-submit #submit:active,
#submit-contact:active,
#searchsubmit:active,
.button:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-submit #submit,
#searchsubmit,
#submit-contact {
	font-size: 1rem;
	margin-top: 20px;
}

/******************************************
13. Media Queries (Responsive Feature)
******************************************/
 
@media screen and (max-width: 1200px) {

	div.wrapper {
		width: 100%;
	}

	.wrapper-footer {
		padding-inline-end: 40px;
		padding-inline-start: 40px;
	}

	#site-main {
		margin-top: 0;
	}

	.site-header {
		padding-bottom: 30px;
	}

	.page-header-default .wrapper-header {
		padding-bottom: 0;
	}

	#ilovewp-featured-posts {
		height: auto;
		min-height: auto;
	}
	
	#ilovewp-featured-posts .slide {
		width: 100%;
	}
	
	#ilovewp-featured-posts img {
		max-width: 100%;
	}

}

@media screen and (max-width: 960px) {

	.wrapper {
		padding-inline: 30px;
	}

	.wrapper-main {
		padding: 0;
	}

	.wrapper-frame {
		padding: 30px;
	}

	#commentform input,
	#commentform textarea {
		width: 100%;
	}
	
	.ilovewp-posts-archive .title-post {
		font-size: 1.0625rem;
	}

	.ilovewp-page-inner .title-page {
		font-size: 2rem;
	}
	
}

@media screen and (max-width: 768px) {

	.wrapper-header {
		text-align: center;
	}

	.page-sidebar-left .wrapper-frame,
	.page-sidebar-right .wrapper-frame {
		flex-direction: column;
	}

	#site-content,
	#site-aside {
		flex: 1;
		width: 100%;
	}

	#site-aside .widget:not(:last-of-type) {
		margin-bottom: 0;
	}

	.site-aside-wrapper,
	.pre-footer .ilovewp-columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.ilovewp-posts-archive .post-cover-wrapper {
		flex-basis: 200px;
	}

	.ilovewp-page-inner .title-page,
	.ilovewp-archive-intro .title-page {
		font-size: 28px;
	}
	
	.ilovewp-page-intro .title-page {
		font-size: 32px;
		line-height: 1.5em;
	}
	
	.comment-meta .fn {
		font-size: 0.9375rem;
	}
	
	.ilovewp-page-intro .post-meta,
	.page-links,
	.tags-links,
	.comment-content {
		font-size: 0.875rem;
	}

	.page-header-default .wrapper-header {
		flex-direction: column;
		gap: 40px;
	}

	.page-header-default #site-header-main,
	.page-header-default #site-header-navigation {
		flex: 1;
		text-align: center;
	}

	/* Main Menu */
	#site-mobile-menu-toggle {
		display: inline-block;
	}

	.page-header-centered #site-mobile-menu-toggle,
	.page-header-centered #site-mobile-menu {
		margin-top: 30px;
	}

	#site-header-navigation {
		display: none !important;
	}

	#site-menu-main {
		display: none;
	}

	.site-section-wrapper-primary-menu {
		background: none;
	}

	#site-section-primary-menu {
		border-width: 0;
		display: block;
		padding: 0;
		text-align: center;
		width: 100%;
		transition: all 0.2s ease-in-out;
	}

	#site-section-primary-menu {
		margin-top: 1.5rem;
	}
	/* End Main Menu */

	.theme-credit {
		display: none;
	}
	
	.comment-respond {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#ilovewp-featured-posts .image-description {
		padding: 12px 15px;
	}
	
	#ilovewp-featured-posts .image-description {
		font-size: 1rem;
	}

	.post-single h2 {
		font-size: 20px;
	}

	.post-single h3 {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 640px) {

	.wrapper-frame,
	.wrapper {
		padding-block: 2.5rem;
		padding-inline: 1.25rem;
	}

	.wrapper-main {
		padding: 0;
	}

	.wrapper-header {
		padding-block: 0;
	}

	.wrapper-copy .wrapper {
		padding-block: 0;
	}

	.ilovewp-featured-pages {
		flex-direction: column;
	}

	.ilovewp-featured-pages .ilovewp-post-wrapper {
		display: flex;
		align-items: stretch;
		align-content: stretch;
		justify-content: space-between;
		gap: 30px;
	}

	.ilovewp-featured-pages .ilovewp-post-wrapper > * {
		flex: 1;
	}

	#ilovewp-featured-pages .post-cover-wrapper {
		flex: 0 1 160px;
		margin-bottom: 0;
	}

	.ilovewp-posts-archive .post-cover-wrapper {
		flex-basis: 160px;
	}

	.ilovewp-page-intro .title-page {
		font-size: 26px;
	}
	
	.ilovewp-page-intro .taxonomy-description {
		font-size: 0.9375rem;
	}
	
	blockquote {
		font-size: 20px;
	}
	
	.post-single {
		line-height: 1.6;
	}
	
	#ilovewp-featured-content .post-preview-nothumb .post-excerpt {
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 460px) {

	.site-footer div.wrapper-footer {
		padding-bottom: 0;
	}

	.ilovewp-page-intro .title-page {
		font-size: 26px;
	}
	
	.post-single blockquote {
		font-size: 1.125rem;
		margin: 1em 0;
	}
	
	.ilovewp-page-intro .post-meta, 
	.page-links, 
	.tags-links, 
	.comment-content {
		font-size: 0.8125rem;
	}
	
	.ilovewp-page-intro .post-meta {
		margin-top: 20px;
	}
	
	.ilovewp-page-inner {
		margin-bottom: 20px;
	}

	.site-aside-wrapper, .pre-footer .ilovewp-columns {
		display: flex;
		flex-direction: column;
	}

	.ilovewp-posts-archive .ilovewp-post-archive {
		flex-direction: column;
	}

	.ilovewp-posts-archive .post-cover-wrapper {
		flex: 1;
	}

	#ilovewp-featured-tabs {
		margin-bottom: 2.5rem;
	}

	#ilovewp-featured-tabs .ilovewp-tabs {
		flex-direction: column;
		transform: unset !important;
	}

	#ilovewp-featured-tabs .ilovewp-tab {
		width: 100% !important;
	}

	#ilovewp-featured-content .post-preview {
		position: relative;
		bottom: unset;
		left: unset;
	}

	#ilovewp-featured-content .flex-viewport {
		background: var(--edupress-primary-text-color);
	}

	#ilovewp-featured-content .post-preview-wrapper {
		background: var(--edupress-primary-text-color);
		padding: 1.875rem;
	}

	#ilovewp-featured-pages .post-cover-wrapper {
		flex-basis: 120px;
	}

	#site-mobile-menu .menu li {
		font-size: 1.125rem;
	}

	.post-single {
		line-height: 1.5;
	}

	.site-footer {
		font-size: 0.9375rem;
	}

}

@media screen and (max-width: 380px) {

	#site-mobile-menu {
		padding: 1.25rem;
	}

	#site-mobile-menu .sub-menu-toggle {
		padding: 10px;
	}

	#site-mobile-menu .menu li {
		font-size: 1rem;
	}

	#site-mobile-menu .menu li {
		font-size: 0.9375rem;
	}

	.ilovewp-page-intro .title-page {
		font-size: 20px;
	}
	
	.ilovewp-page-intro .post-meta, 
	.page-links, 
	.tags-links, 
	.comment-content {
		font-size: 0.8125rem;
	}
	
	.post-meta .posted-on {
		margin-top: 0;
	}
	
	.ilovewp-featured-pages .ilovewp-post-wrapper {
		flex-direction: column;
	}

	#ilovewp-featured-pages .post-cover-wrapper {
		flex: 1;
	}

}