/*
Theme Name: Whipple Free Library
Version: 6.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***	Century Gothic	***/

/* Regular */
@font-face {
	font-family: 'Century Gothic';
	font-weight: 400;
	src: url('fonts/century-gothic/centurygothic-regular.ttf');
}

/* Italic */
@font-face {
	font-family: 'Century Gothic';
	font-style:italic;
	src: url('fonts/century-gothic/centurygothic-italic.ttf');
}

/* Bold */
@font-face {
	font-family: 'Century Gothic';
	font-weight:700;
	src: url('fonts/century-gothic/centurygothic-bold.ttf');
}


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}


.skip-to,
.skip-to:hover {
	color: white;
	background-color: var(--wp--custom--dark--1);
}


/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa-"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}

.btt-button:hover [class*="fa-"] {
	background-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--dark--1);
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);

}
a:hover {
	color: var(--wp--custom--dark--1);
	text-decoration: none;
}

#wowbrary-container a { border-bottom: none; }

.section.main a:not([class]) { border-bottom: 1px dotted var(--wp--custom--primary--main); }

.section.main a:not([class]):hover { border-bottom: 1px solid var(--wp--custom--dark--1); }

.section.main .normal-links a:not([class]) { border-bottom: none; }

 
.section.main .social-list a,
.section.main .social-list a:hover,
.section.main .wp-block-image a,
.section.main .wp-block-image a:hover,
.section.main .wp-block-media-text__media a,
.section.main .wp-block-media-text__media a:hover { border-bottom: none; }


/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: var(--wp--custom--primary--main);
}

h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1.75em;}
h4 {font-size: 1.45em;}
h5 {font-size: 1.2em;}
h6 {font-size: 0.85em;}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
	clear: both;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--secondary--main);
	font-weight: 600;
	color: var(--wp--custom--dark--1);
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--accent--1);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px);
}

.button [class*="fa-"], 
.wp-block-button__link [class*="fa-"], 
.button:hover [class*="fa-"], 
.wp-block-button__link:hover [class*="fa-"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background: none;
	color: var(--wp--custom--secondary--main);
}



/***  ICONS  ***/

/* Icon Colors */

.fa {font-weight: 300;}

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--dark--1);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}

a .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--dark--1);
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--secondary--main);
}

a .fa-br {
	border-color: var(--wp--custom--secondary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--light);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
	color: black;
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="number"]:focus-visible, 
input[type="password"]:focus-visible, input[type="search"]:focus-visible, input[type="tel"]:focus-visible, 
input[type="url"]:focus-visible, input[type="date"]:focus-visible, input[type="datetime-local"]:focus-visible, 
input[type="month"]:focus-visible, input[type="time"]:focus-visible, input[type="week"]:focus-visible, 
textarea:focus-visible, select:focus-visible, input[type="radio"]:focus-visible, input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible, input[type="button"]:focus-visible {
	outline: 2px solid var(--wp--custom--primary--main);
	outline-offset: 2px;
}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
	transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
	transform: translateY(-3px)
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}

.toggle-form .toggle-submit:focus-visible, 
.search-form .search-submit, 
.filter-form .filter-submit:focus-visible {
	outline-color: var(--wp--custom--primary--main) !important;
}

/* Ninja Forms */

.nf-form-fields-required {display: none;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	border-bottom:2px solid var(--wp--custom--primary--main);
}

.scroll-bar-container {
	max-width: none;
	padding: 0;
}

.scroll-logo {
	max-height: 90px;
}



/***  TOP BAR  ***/

.top-bar {
	padding-top: 10px;
	padding-bottom: 0;
	background-color: white;
    font-size: 0.9em;
    color: var(--wp--custom--dark--1);
}

.top-bar .button {
	background-color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
	margin-left: 15px;
  padding: 0.4em 1.2em;
}

.top-bar .button:hover {
	background-color: var(--wp--custom--secondary--dark);
	border-color: var(--wp--custom--secondary--dark);
	color: var(--wp--custom--dark--1);
}

.top-bar a {
	color: var(--wp--custom--primary--main);
}

.top-bar a:hover {
	color: var(--wp--custom--secondary--main);
}


.top-bar a .fab {
	margin-left: 2px;
	margin-right: 2px;
}

.top-bar a .fal {
	color: var(--wp--custom--primary--main);
}

/***  HEADER  ***/

.header-logo {
	max-height: 120px;
}

.header-right {
	padding-top: 15px;
	padding-bottom: 0;
}

.header-widget li a {padding: 0.25em;}

@media screen and (min-width: 901px) {
	.header-masthead { width: 400px; }

	.header-right { 
		width: calc( 100% - 400px );
    margin: 0.5rem 0;
	 }
}

@media screen and (min-width: 1260px) {
	.header-masthead { width: 450px; }

	.header-right { 
		width: calc( 100% - 450px );
    margin: 0.5rem 0;
	 }
}




@media screen and (max-width: 900px) {
.header-right {padding-top: 0;}
}

@media screen and (max-width: 900px)  {
	.header-masthead { padding-bottom: 0; }
}


/* Menu Button */

.header .menu-button [class*="fa-"], 
.header .menu-button:hover [class*="fa-"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa-"] {
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}



/***  NAVBAR  ***/

.navbar {
	background-color: var(--wp--custom--primary--dark);
	border-top:3px solid var(--wp--custom--secondary--main);
}

.navbar-container {
	max-width: none;
	padding: 0;
}

.search-bar-toggle .toggle-form-wrap {
	margin-right: auto;
	margin-left: 0;
	margin-top: 5px;
}

.toggle-select {
	color: #fff;
	margin-bottom: 5px;
}

/***  NAV MENUS  ***/


.header-nav .mega-menu,
.scroll-bar .mega-menu  { position: static; }

.header-nav .mega-menu ul .activate-menu,
.scroll-bar .mega-menu ul .activate-menu { display: none; }

.header-nav .mega-menu > ul,
.scroll-bar .mega-menu > ul { 
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	border: none;
	left: 50% !important;
	transform: translateX(-50%);
	border: 2px solid white;
}

.header-nav .mega-menu > ul {
	width: 100%;
}

.scroll-bar .mega-menu > ul {
	min-width: 50%;
	width: auto;
}

.header-nav .mega-menu > .sub-menu > li,
.scroll-bar .mega-menu > .sub-menu > li { 
	padding: 0; 
}

.header-nav .mega-menu > .sub-menu > li > .menu-item-inner,
.header-nav .mega-menu > .sub-menu > li > a:first-child,
.scroll-bar .mega-menu > .sub-menu > li > .menu-item-inner,
.scroll-bar .mega-menu > .sub-menu > li > a:first-child {
	padding: 15px 20px;
	background-color: var(--wp--custom--primary--main);
	color: white;
	font-weight: 700;
	border-bottom: 4px solid var(--wp--custom--extra--1);
}

.header-nav .mega-menu > .sub-menu > li > a:first-child:hover,
.scroll-bar .mega-menu > .sub-menu > li > a:first-child:hover {
		background-color: var(--wp--custom--secondary--main);
    color: black;
}

.header-nav .mega-menu ul ul,
.scroll-bar .mega-menu ul ul { 
	position: static;
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
	border: none;
 }

.nav-menu > .mega-menu:hover > ul ul, 
.nav-menu > .mega-menu.active > ul ul{
	visibility: visible;
	opacity: 1;
}

.nav-menu > .mega-menu li > ul:before { pointer-events: none; }

.nav-menu > li > a, 
.nav-menu > li > span {
  	padding: 18px 5px;
	font-weight: 600;
	font-size: 1em;
	color: var(--wp--custom--dark--2);
}

.nav-menu > li > a > i, 
.nav-menu > li > span > i { transition: transform 150ms ease-in-out !important; }

.nav-menu > li:hover > a, 
.nav-menu > li:hover > span,
.single-service .nav-menu > li.services-link > a, 
.single-service .nav-menu > li.services-link > span, 
.single-product .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > span, 
.single-member .nav-menu > li.members-link > a, 
.single-member .nav-menu > li.members-link > span, 
.single-post .nav-menu > li.posts-link > a, 
.single-post .nav-menu > li.posts-link > span, 
.category .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > span, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-page-ancestor:not(.exclude-ancestor) > a, 
.nav-menu > li.current-page-ancestor:not(.exclude-ancestor) > span, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span {
	color: var(--wp--custom--primary--main);
}

.nav-menu > li:hover > * > i.fa-angle-down, 
.nav-menu > li.current-menu-ancestor > * > i.fa-angle-down, 
.nav-menu > li.current-page-ancestor > * > i.fa-angle-down, 
.nav-menu > li.current-menu-item > * > i.fa-angle-down { transform: rotate(-90deg); }

/* Nav Button */

.nav-menu > li.nav-button > a > span {
	padding: 0.75em 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu > li.nav-button:hover > a > span {
	background-color: var(--wp--custom--primary--light);
}



/***  DROPDOWN MENUS  ***/

.nav-menu li ul {
	color: white;
	background-color: var(--wp--custom--primary--dark);
	width: 270px;
	border: 2px solid white;
}

.nav-menu li ul li:first-child {
	padding-top: 15px;
}

.nav-menu li.mega-menu ul li { padding-top: 0; }

.nav-menu li ul li:last-child {
	padding-bottom: 15px;
}


.nav-menu li.mega-menu > ul > li > .menu-item-inner { 
	margin-bottom: 15px;
	width: 100%;
 }

 .nav-menu li.mega-menu .sub-menu > li > a:first-child { width: 100%; }

.nav-menu li.mega-menu > ul > li > .menu-item-button { display: none; }

.nav-menu li ul li > a, 
.nav-menu li ul li > span {
	padding-left: 20px;
	padding-right: 40px;
	color: white;
}

.nav-menu > li:not(.mega-menu) ul li > span {
	padding: 0;
}

.nav-menu li ul li span [class*="fa-"], 
.nav-menu li ul li a [class*="fa-"] {
	position: absolute;
	right: 17px;
	top: 1.3em;
}

.nav-menu li ul li.current-menu-item > a {
	background-color: var(--wp--custom--secondary--main);
	color: black;
}

.nav-menu > .mega-menu li ul li.current-menu-item > a { 
	background-color: var(--wp--custom--secondary--main)!important; 
	color: black;
}

.nav-menu li ul li:hover > a {
	background-color: var(--wp--custom--secondary--main);
	color: black;
}

.nav-menu li:not(.mega-menu) ul .menu-item-has-children {
	display: inline-flex;
	align-items: center;
}

.header-nav .mega-menu .two-col-menu .sub-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.nav-menu li ul .menu-item-has-children a { flex: 1; }

.nav-menu li ul .menu-item-has-children .activate-menu { 
	border: 0;
	box-shadow: none;
	background: transparent;
	padding-right: 16px;
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -15px;
}



/***  MOBILE NAV  ***/

.hidden-nav {
	background-color: var(--wp--custom--primary--dark);
}

.hidden-menu li > a, 
.hidden-menu li > span, 
.hidden-menu li > button, 
.hidden-menu li a + [class*="fa-"], 
.hidden-menu li span + [class*="fa-"] {
	color: white;
}

.hidden-menu li.current-menu-item > a {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.hidden-nav::-webkit-scrollbar {
	width: 10px;
	background-color: var(--wp--custom--primary--main);
}

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--primary--main);
}

/* Sub Menu */

.hidden-menu li ul {
	background-color: rgba(0,0,0,0.15);
}

.hidden-menu > li > ul {
	font-size: 0.9em;
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--primary--main);
}
/* .banner:before { opacity:0.50!important; } */

.banner-inner {
	min-height: auto;
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-tall .banner-inner {
	min-height: 480px;
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--main);
}

.banner a:hover {
	color: var(--wp--custom--primary--light);
}

.banner h1 {text-shadow: 2px 2px 7px var(--wp--custom--dark--1);}

/***  HEADLINE BAR  ***/

.headline-bar {
	padding-top: var(--wp--custom--spacer--sm);
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main-boxed, 
.main-sidebar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
}

.spaced-xs, 
.spaced-xs-top {
	padding-top: var(--wp--custom--spacer--xs);
}

.spaced-xs, 
.spaced-xs-btm {
	padding-bottom: var(--wp--custom--spacer--xs);
}

.spaced-sm, 
.spaced-sm-top {
	padding-top: var(--wp--custom--spacer--sm);
}

.spaced-sm, 
.spaced-sm-btm {
	padding-bottom: var(--wp--custom--spacer--sm);
}

.spaced, 
.spaced-top, 
.spaced-md, 
.spaced-md-top {
	padding-top: var(--wp--custom--spacer--md);
}

.spaced, 
.spaced-btm, 
.spaced-md, 
.spaced-md-btm {
	padding-bottom: var(--wp--custom--spacer--md);
}

.spaced-lg, 
.spaced-lg-top {
	padding-top: var(--wp--custom--spacer--lg);
}

.spaced-lg, 
.spaced-lg-btm {
	padding-bottom: var(--wp--custom--spacer--lg);
}

.spaced-xl, 
.spaced-xl-top {
	padding-top: var(--wp--custom--spacer--xl);
}

.spaced-xl, 
.spaced-xl-btm {
	padding-bottom: var(--wp--custom--spacer--xl);
}

/* Sidebar */

.sidebar .entry-menu {
	padding: 0;
	margin: 0; 
	list-style: none;
}

.sidebar .entry-menu li:not(:last-child) {margin-bottom: 5px;}

.sidebar .entry-menu li a {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	background-color: var(--wp--custom--light--2);
	color: var(--wp--custom--dark--2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.sidebar .entry-menu li.current-menu-item > a {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.sidebar .entry-menu li a:hover {
	background-color: var(--wp--custom--primary--dark);
	text-decoration: none;
	color: white;
}

.sidebar .entry-menu li a [class*="fa-"], 
.sidebar .entry-menu li a:hover [class*="fa-"] {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0ms ease-in-out;
	color: inherit !important;
}



/***  ARCHIVE  ***/

/* Entry Cols */

.home .entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--custom--primary--main);
	overflow: hidden;
	color: white;
	text-align: center;
}

.home .entry-cols .entry-link:hover { transform: scale(1.05) translateY(-5px); box-shadow: var(--wp--preset--shadow--natural); background: var(--wp--custom--primary--dark);}

.entry-cols .entry-icon-wrap:first-child {padding: 30px 30px 0;}

.entry-cols .entry-icon svg {
	height:100px;
	width: 100px;
	fill: var(--wp--custom--secondary--light);
}

.entry-cols span.entry-icon {
	margin: 0 auto;
}

.entry-cols .entry-link .entry-title { font-size:1.5em; }
.home .entry-cols .entry-link .entry-title, 
.home .entry-cols .entry-link:hover .entry-title {color: white;}

.entry-cols .entry-text-wrap {padding: 30px;}

.includes-link-text.entry:not(.col-full) .entry-text-wrap,
.includes-link-text .entry:not(.col-full) .entry-text-wrap  {padding-bottom: 70px;}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {color: white;}

.entry-cols .entry-link:hover .entry-link-text {color: white;}

/* Paging Nav */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	background: var(--wp--custom--light--3);
  color: var(--wp--custom--primary--dark);
}

.archive-pagination a:hover {
	background-color: var(--wp--custom--primary--dark);
  color: var(--wp--custom--secondary--dark);
}

.archive-pagination a .fa { color: inherit; }



/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {color: white;} 




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--primary--main);
	font-size: 0.9em;
	color: white;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {
	color: var(--wp--custom--secondary--main);
}

.footer h4:first-child {
	margin-bottom: 30px;
}

.footer a {
	color: white;
}

.footer a:hover {
	color: var(--wp--custom--secondary--light);
	text-decoration: none;
}

.footer a .fab {
	margin-left: 2px;
	margin-right: 2px;
}

/* Footer Icon List */

.footer .icon-list li:before, 
.footer .arrow-list li:before, 
.footer .check-list li:before, 
.footer .check-circle-list li:before, 
.footer .contact-list li:before {color: var(--wp--custom--secondary--main);}

.footer .icon-list li a, 
.footer .arrow-list li a, 
.footer .check-list li a, 
.footer .check-circle-list li a, 
.footer .contact-list li a {
	color: white;
}

.footer .contact-list .map-marker a {display: block;}

.footer .icon-list li a:hover, 
.footer .arrow-list li a:hover, 
.footer .check-list li a:hover, 
.footer .check-circle-list li a:hover, 
.footer .contact-list li a:hover {
	color: var(--wp--custom--secondary--main);
}

.footer-logo {
	width:250px;
}

 @media screen and (min-width: 1199px) {
	.footer #menu-learn-more { columns: 2; }
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	padding-top: var(--wp--custom--spacer--sm);
	padding-bottom: var(--wp--custom--spacer--sm);
	background-color: var(--wp--custom--primary--main);
	font-size: 0.9em;
	color: white;
	border-top:2px solid var(--wp--custom--secondary--main);
}

.bottom-bar a {
	color: white;
}

.bottom-bar a:hover {
	color: var(--wp--custom--secondary--main);
	text-decoration: none;
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/*gut slider*/
.wp-block-gutsliders-any-content .swiper-slide{height: auto !important;}

 @media screen and (max-width:600px){
	 .wp-block-media-text__media img{
		 width:auto;
		 max-width: 100%;
		 margin-bottom: 1em;
	 }
 
	 .wp-block-media-text>.wp-block-media-text__content{padding:0;}
 }

/***  HOURS  ***/

.hours-open {color: var(--wp--custom--primary--main);}

.opening-hours {
	width: 100%;
	margin-top: -3px;
}

.opening-hours tr th, 
.opening-hours tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.opening-hours tr:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.opening-hours .day-name {text-align: left;}

.opening-hours .hours {text-align: right;}



/***  EVENTS  ***/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, 
#tribe-events, 
#tribe-events-pg-template, 
.tribe-events-pg-template, 
#tribe-events-content {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: none;
}

.tribe-events-single-event-title {
	display: none;
	visibility: hidden;
}

.tribe-block__venue {font-family: var(--font-1);}

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3 {
	font-size: 1.15em;
	font-weight: bold;
}

/* Event List */

.event-list, 
.event-list .event {
	margin-left: 0;
	list-style: none;
}

.event-list .event:not(:last-child) {margin-bottom: 0.5em;}

.event-list .event-title {
	font-weight: bold;
}

.event-list .event-date {
	color: var(--dark-3);
	font-size: 0.94em;
}



/***  HP COLS  ***/

.hp-box-cols .wp-block-column {
	background-color: var(--wp--custom--light-3);
	border-radius: var(--wp--custom--radius-md);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hp-box-cols .wp-block-column:hover {
	background-color: var(--wp--custom--primary-lt);
	cursor: pointer;
}

.hp-box-cols a, 
.hp-box-cols a:hover {
	display: block;
	color: var(--wp--custom--dark-1);
	text-decoration: none;
}

.hp-box-cols img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.hp-box-cols .wp-block-image a {padding: 30px 20px 0;}

.hp-box-cols .wp-block-heading {margin: 0; font-weight: 600;}

.hp-box-cols .wp-block-heading a {padding: 10px 20px 30px;}



/***  HP INFO COLS  ***/

.hp-info-cols {margin-top: var(--wp--custom--spacer-md) !important;}

.hp-info-cols .wp-block-column {
	position: relative;
	padding-bottom: 50px;
}

.hp-info-cols .wp-block-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
}



/*** POSTS  ***/

/* Post Cols */

.post-cols .post-meta {
	color: var(--wp--custom--dark--3);
	font-size: 0.94em;
}

.post-cols .post-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.post-cols .post-cats span {
  border-radius: var(--wp--custom--radius--lg);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

/* Post List */

.post-list, 
.post-list .post {
	margin-left: 0;
	list-style: none;
}

.post-list .post:not(:last-child) {margin-bottom: 0.5em;}

.post-list .post-title {
	font-weight: bold;
}

.post-list .post-date {
	color: var(--dark-3);
	font-size: 0.94em;
}



/***  TEAM  ***/

.member-cols .member-portrait {border-radius: var(--wp--custom--radius--xs);}

.member-cols .member-title {
	color: black;
	
}

.member-cols .member-position {
	font-weight: 600;
	color: var(--wp--custom--primary--dark);
}



/***  HOMEPAGE ICON COLS  ***/

.hp-icon-cols .wp-block-column {
  background-color: var(--wp--custom--primary--main);
  padding: 40px 15px !important;
  border-radius: var(--wp--custom--radius--md);
  color:var(--wp--custom--dark--1);
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


@media screen and (min-width: 901px) and (max-width: 1200px) {
	.hp-icon-cols { flex-wrap: wrap !important; }

	.hp-icon-cols .wp-block-column { 
		flex: 1 1 calc( 50% - (var(--wp--custom--spacer--sm) * 1.5) ) !important;
	 }
}

.hp-icon-cols .wp-block-column:hover {
	background-color: var(--wp--custom--primary--dark);
  transform: scale(1.05) translateY(-5px);
  color: white;
  box-shadow: var(--wp--preset--shadow--natural);
  cursor: pointer;
}

.hp-icon-cols svg {
	fill:var(--wp--custom--primary--main);
}

.hp-icon-cols {
	text-align: center;
}

.hp-icon-cols a {
	display: block;
	border-bottom: none !important;
}

.hp-icon-cols .wp-block-outermost-icon-block {
	justify-content: center;
}

.hp-icon-cols a:hover {text-decoration: none;}

.hp-icon-cols a:hover p {text-decoration: underline;}

.hp-icon-cols .wp-block-heading:not(:first-child) {margin-top: 0.25em;}

.hp-icon-cols .wp-block-heading {color:white; font-weight: 500; font-size: 1.5em;}


/** Resources **/

.eresource-link	{
	background-color: var(--wp--custom--light--1)!important;
	color: var(--wp--custom--primary--dark);
}

.eresource-link .entry-link-text { color: var(--wp--custom--primary--dark) !important; }

.eresource-link img { width: 100%;}

.eresource-title {
	color: var(--wp--custom--primary--main)!important;
}

.eresource-excerpt-wrap {
	color: var(--wp--custom--dark--1)!important;
}

.eresource-cols .eresource-thumb { 
	object-fit: contain;
}

@media screen and (min-width: 901px) {
	
.eresource-cols .eresource.col-full .eresource-link .eresource-thumb-wrap {
	width: 240px;
}
	
	.eresource-cols .eresource.col-full .eresource-link .eresource-text-wrap {
		width: calc(100% - 240px);
	}
	
}



/*** Home ERESOURCES ***/
.home .eresource-cols .eresource.col-full .eresource-link .eresource-thumb-wrap {
padding: 0;	
}
.home .eresource-cols .eresource.col-full .eresource-link {
	background-color: var(--wp--custom--primary--main) !important;
}

.home .eresource-title {
	color: white !important;
}
@media screen and (min-width: 901px) {
    .home .eresource-cols .eresource.col-full .eresource-link .eresource-thumb-wrap {
        padding-right: 0;
        width: 400px;
    }
}



/***  BOX COLS  ***/

.box-cols .wp-block-column,
.box-col.wp-block-column {
  padding: 25px !important;
  background-color: var(--wp--custom--light--1);
}


/** BORDER BOX **/

.border-box {
	border-top: 2px solid var(--wp--custom--light--1);
}

.border-line {
	border-bottom: 3px solid var(--wp--custom--secondary--main);
}

/***  INFO COLS  ***/

.info-cols {margin-top: var(--spacer-md) !important;}

.info-cols .wp-block-column,
.info-col.wp-block-column {
	padding: 25px !important;
	background-color:var(--wp--custom--light--1);
}

.info-cols .wp-block-buttons,
.info-col.wp-block-column {
	position: absolute;
	bottom: 0;
	left: 0;
}

.info-cols .wp-block-column:hover,
.info-col.wp-block-column:hover {
  transform: translateY(-4px);
  color: white;
}

/** Databox **/ 
.data-cols .wp-block-column,
.data-col.wp-block-column {
 position: relative;
 display: block !important;
 height: 100%;
 padding: 25px !important;
 background-color: var(--wp--custom--light--1);
}

/** Hover Cols **/

.link-box .wp-block-column {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.link-box .wp-block-column:hover {
  transform: scale(1.025) translateY(-5px);
}
/***  TEAM  ***/


/** Staff Border**/

.member-cols .member {
    background-color: var(--wp--custom--light--3);
    margin: 10px;
    padding: 30px 15px;
}

.member-cols .col-full .member-box { text-align: center; }

.member-cols .col-full .member-text-wrap { width: 100%; }

.member-cols .col-third { width: calc(33.33% - 20px); }

@media screen and (max-width: 600px) {
	.member-cols .col-third { width: 100%; }
}
/** External Link **/
i.fa.fa-external-link {
    padding-left: 10px;
}
a.wp-block-button__link.wp-element-button {
    font-size: 15px;
}

/***  HP COLS  ***/

.hp-links .wp-block-heading {
  background-color: var(--wp--custom--primary--main);
 color: white;
	border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hp-links .wp-block-column:nth-child(4n + 2) .elementor-widget-heading {background-color: var(--wp--custom--primary--light);}
.hp-links .wp-block-column:nth-child(4n + 3) .elementor-widget-heading {background-color: var(--wp--custom--secondary--main);}
.hp-links .wp-block-column:nth-child(4n + 4) .elementor-widget-heading {background-color: var(--wp--custom--dark--3);}

.hp-links .wp-block-column:hover .elementor-widget-heading {
	transform: scale(1.05) translateY(-3px);
}

.hp-links .wp-block-columnn {
  height: 0;
	padding-bottom: 100%;
}

.hp-links .wp-block-heading {
  position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/** ROUND LINKS **/

.hp2-links { font-size: 0.85em; }

/* .hp2-links .wp-block-column {
  position:relative;
  text-align:center;
  color: white;
  width: 180px;
  height: 180px;
  border-radius: 50%; 
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor:pointer;
} */

.hp2-links .wp-block-column a{
    position: relative;
    text-align: center;
    color: var(--wp--custom--dark--1);
    width: 30vw;  /* Responsive width based on viewport */
    height: 30vw; /* Responsive height */
    max-width: 180px; 
    max-height: 180px;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	padding:10px;
	margin:auto;
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
	.hp2-links .wp-block-column a {
		max-width: 160px;
		max-height: 160px;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {

	.hp2-links .link-box { 
		flex-wrap: wrap !important;
		max-width: 800px;
		margin: 0 auto;
	 }

	.main .hp2-links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column { 
		flex: 1 1 calc( 33% - (var(--wp--custom--spacer--sm) * 1.5) ) !important;
	}
}

@media screen and (max-width: 750px) {
	.main .hp2-links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column { 
		flex: 1 1 calc( 50% - (var(--wp--custom--spacer--sm) * 1.5) ) !important;
	}
}

/* Adjustments for very small screens */
@media (max-width: 480px) {
    .hp2-links .wp-block-column a{
        width: 39vw; /* Slightly larger on smaller screens */
        height: 39vw;
    }
}

.hp2-links img {
	position: absolute;

  width: 150px;
   top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
  object-fit: contain;
}

/* .hp2-links .wp-block-column:first-child a{background-color: var(--wp--custom--accent--1);}
.hp2-links .wp-block-column:nth-child(2)  a{background-color: var(--wp--custom--primary--main);}
.hp2-links .wp-block-column:nth-child(3)  a{background-color:var(--wp--custom--accent--2);}
.hp2-links .wp-block-column:nth-child(4) a{background-color: var(--wp--custom--accent--3);}
.hp2-links .wp-block-column:nth-child(5) a{background-color: var(--wp--custom--accent--4);}
.hp2-links .wp-block-column:nth-child(6) a{background-color: var(--wp--custom--accent--5);}
.hp2-links .wp-block-column:nth-child(7) a{background-color: var(--wp--custom--primary--dark);} */

.hp2-links .wp-block-column:nth-child(odd) a { background-color: var(--wp--custom--primary--light); }

.hp2-links .wp-block-column:nth-child(even) a { background-color: var(--wp--custom--secondary--main); }

@media screen and (max-width: 750px) {
	.hp2-links .wp-block-column:nth-child(4n+1) a,
	.hp2-links .wp-block-column:nth-child(4n+4) a { background-color: var(--wp--custom--primary--light); }

	.hp2-links .wp-block-column:nth-child(4n+2) a,
	.hp2-links .wp-block-column:nth-child(4n+3) a { background-color: var(--wp--custom--secondary--main); }
}

.hp2-links .wp-block-column:hover a { 
	background-color: var(--wp--custom--primary--main);
	color: white;
 } 

.hp2-links .wp-block-column:hover  {
  transform: scale(1.05) translateY(-3px);
}

.hp2-links ul.arrow-list li {
  margin-bottom: 0!important;
}


.hp2-links li a {
  color: var(--wp--custom--light--1);
}


.hp2-links li a:hover {
  color: var(--wp--custom--primary--dark);
}
/** Wobrary Library**/
#wowbrary-container img {
  width: revert-layer !important;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#wowbrary-container {
	/* Or any max width you prefer */
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

#wowbrary-container div {
  display: flex;
  gap: 0px !important;
  justify-content: center;
  align-items: center;
}
/** Policy **/
.entry-link-text-wrap.policy-link-text-wrap {
	position: relative !important;;
	left: 0 !important;
	bottom: 20px !important;
}
.policy-cat-title {
	display: none;
}
.policy-link-text {
    color: white !important;
}
h3.entry-title.policy-title {
    margin-bottom: 25px !important;
}
/** Top Navigation **/
.hours-and-social {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    gap: 20px; 
}
.hours {
    flex: 1; 
}

.social-links {
    display: flex;
    gap: 10px; 
}
.social-links a {
    text-decoration: none;
}
/** Search and My Account **/
.grid {
    display: flex;
    align-items: center; /* Aligns items vertically */
    justify-content: space-between; /* Spaces them apart */
    flex-wrap: nowrap; /* Prevents them from stacking */
    gap: 20px; /* Adjusts spacing */
}
.col-custom {
    flex: 1; /* Ensures equal spacing */
}

.manage-account {
    text-align: right; /* Aligns the button to the right */
}
.search-bar {
	padding: 0.5em 0;
	background-color: var(--wp--custom--primary--dark);
    border-top: 3px solid var(--wp--custom--secondary--main);
}

@media screen and (max-width: 600px) {

	.search-bar { padding: 1em 0.5em; }

	.search-bar .search-bar-inner .grid { 
		flex-direction: column;
		gap: 10px;
	}
}

.search-bar .toggle-field { line-height: 1; }

.button-manage {
		display: inline-block;
    padding: 0.5em 1em;
    border-color: var(--wp--custom--secondary--main);
    border-radius: var(--wp--custom--radius--xl);
    background-color: var(--wp--custom--secondary--main);
    font-weight: 600;
    color: var(--wp--custom--dark--1);
}

.button-manage:hover{
	border-color: var(--wp--custom--primary--light);
 	background-color: var(--wp--custom--accent--1);
	color: var(--wp--custom--dark--1);
}

.button-manage:nth-child(2){
	margin-left:20px;
}
i.fal.fa-arrow-up-right-from-square {
    color: black ;
    padding-right: 10px !important;
}

@media screen and (max-width:900px){
	.search-bar .grid{flex-direction:column;}
	
	.search-bar .manage-account{text-align:center;}
}

/* Page Cards */
.page-cols .page-text-wrap { font-size: 0.8em; }

/* Media & Text Mobile Spacing */

@media screen and (max-width: 600px) {
	.media-text-mobile-spacing .wp-block-media-text__content { padding: 1.2em 0 0;}
}

/* Details Block Padding */

.details-block-margin .wp-block-details > *:not(summary) { margin: 20px; }

/* Order Mobile First */
@media screen and (max-width: 900px) {
	.order-first-mobile { order: -1; }
}

/* Stack Fix */

@media screen and (max-width: 900px) {
	.main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
}

/* Link Image Animation */
.main a img { transition: all 300ms ease-in-out; }

.main a:hover img { transform: translateY(-3px); }



/*** CONTACT US PAGE ***/
.contact-deliver-question ul {
	columns: 2;
}

/*** FAQ / DETAILS / MEETINGS ACCORDION ***/
details {
	 border: 1px solid var(--wp--custom--light--2);
	 padding: 0 20px;
 }
 
 details[open] {
	 border-color:var(--wp--custom--primary--main);
}
 
 details[open] summary:after {
	 color:white;
}
 
 details:not([open]):hover summary {
	 background-color:var(--wp--custom--light--1);
}
 
 details[open] summary {
	 background-color:var(--wp--custom--primary--main);
	 color:white!important;
 }
 
 details > :last-of-type {
	 padding-bottom:20px;
}
 
 details:not(:last-of-type) {
	 margin-bottom:20px;
}
 
 details summary {
	 margin-left: -20px;
	 margin-right: -20px;
 }

/* MEETINGS */
.meeting-content a,
.meeting-agenda-link, 
.meeting-minutes-link {
	background-color: var(--wp--custom--secondary--main);
	border: 1px solid var(--wp--custom--light--2);
	color: var(--wp--custom--dark--1);
}

.meeting-content a:hover,
.meeting-agenda-link:hover, 
.meeting-minutes-link:hover {
	background-color: var(--wp--custom--accent--1);
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px);
}

.meeting-minutes-link:hover .fa {
		color: var(--wp--custom--dark--1);
}
 
/* Filter White */
.filter-white img { filter: brightness(0) invert(1); }

/* Password Protect */
.post-password-form input[type="submit"] {
	vertical-align: bottom;
}

/* TEENS BANNER */
.page-id-21765 .banner:before {
	background-position: 25% 70%;
}

/*** LIBBRY / HOOPLA ***/
.page-id-21789 .cols > article:nth-child(2) {
  display: none;
}

/*** Align Column Content ***/
.align-column-content.wp-block-column,
.align-column-content .wp-block-column { align-content: center; }

/*** Row Reverse ***/
@media screen and (max-width: 900px) {
	.order-m1 { order: -1; }
}

/* Gravity Forms */
.gfield_label { font-weight: 700 !important; }


/*
 * END OF
 * CUSTOMIZABLE CSS
 */