/*
Theme Name: Freedom Public Library
Version: 6.1
Description: Customizable accessible responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme-6
*/





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

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



/***	MONTSERRAT	***/

/* Light */
@font-face {
	font-family: 'Montserrat';
	font-weight: 300;
	src: url('fonts/Montserrat/Montserrat-Light.ttf');
}

/* Normal */
@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	src: url('fonts/Montserrat/Montserrat-Regular.ttf');
}

/* Italic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/Montserrat/Montserrat-Italic.ttf');
}

/* Medium */
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('fonts/Montserrat/Montserrat-Medium.ttf');
}

/* Bold */
@font-face {
	font-family: 'Montserrat';
	font-weight: bold;
	src: url('fonts/Montserrat/Montserrat-Bold.ttf');
}

/* Black */
@font-face {
	font-family: 'Montserrat';
	font-weight: 900;
	src: url('fonts/Montserrat/Montserrat-Black.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);
}



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

.btt-button [class*="fa-"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	color: white;
	border: 2px solid  white;
}

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





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



/***  TEXT & LINKS  ***/

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

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

.main-wrap a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.main-wrap a:not([class]):hover {
	border-bottom-style: solid;
}

.main-wrap .social-list a,
.main-wrap .wp-block-image a,
.main-wrap .wp-block-media-text__media a {
	border-bottom: none !important;
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}

h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1em;
}
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--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--secondary--dark);
	font-weight: 600;
	color: white;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--main);
	background-color: white;
	color:  var(--wp--custom--primary--main);
	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--primary-light);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--primary-light);
	color: white;
}

/* Icon Borders */

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

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

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



/***  LISTS  ***/

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



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

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

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

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

form button {
	border-radius: var(--wp--custom--radius--xs);
}

form button:hover {
	background-color: var(--wp--custom--primary--light);
	color: white;
}

form button:active {
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

/* NINJA FORMS */
input[type="checkbox"] + label,
input[type="radio"] + label {
	font-weight: 400; 
}

.nf-field-element .time-wrap select {
	appearance: auto !important;
	background: none;
}

/*.nf-form-fields-required {
	display: none;
}
*/
.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {
	height: 50px;
}

@media only screen and (max-width: 768px) {
	.nf-form-cont .first,
	.nf-form-cont .one-half,
	.nf-form-cont .one-third,
	.nf-form-cont .one-fourth{
	    width: 100% !important;
	    margin-left: 0 !important;
	}
}

@media screen and (min-width:601px){
	.nf-two-col-list ul{
		columns:2;
	}
}

.submit-wrap {
transition: all 300ms ease-in-out;
}
 .submit-wrap:hover {
	 transform: translateY(-3px);
 }




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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: var(--wp--custom--light--2);
}

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

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



/***  TOP BAR  ***/

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

.top-bar .button {
	margin-left: 15px;
	padding: 0.4em 1.2em;
}

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

@media  (max-width: 900px) {
	.top-bar-right .wp-block-button,
	.top-bar-right .wp-block-social-links {
		width: 100%;
		justify-content: center !important;
	}	
}

/***  HEADER  ***/
.header-masthead {
    width: 330px;
}
@media screen and (min-width:1024px){
.header-right {
    width: calc(100% - 330px);
}
}
.header-logo {
	max-height: 120px;
}
.header-right {
	padding-top: 15px;
	padding-bottom: 15px;
}


@media screen and (max-width: 900px) {
	.header-right {
		padding-top: 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--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
	background-color: var(--wp--custom--light--1);
	
}

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

/***  NAV MENUS  ***/

.nav-menu > li { padding: 0; }

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

.nav-menu > li:hover > span,
.nav-menu > li:hover > a{
		color:var(--wp--custom--dark--1);
}

.nav-menu > li.current-menu-parent,
.nav-menu > li.current-menu-item{
	background-color: var(--wp--custom--primary--main);
}

.nav-menu > li > a, 
.nav-menu > li > span {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
}

@media screen and (max-width: 1398px) {
.nav-menu > li > span,
.nav-menu > li > a,
.nav-menu li ul li > a{
	font-size: 0.8em;
}
}

.nav-menu > li.current-menu-parent > a,
.nav-menu > li.current-menu-parent > span,
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-item > span,

.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-item > a,  
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-item > span,
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > button {
	color: var(--wp--custom--light--1);
}


/* Nav Button */
.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 8px;
	margin-right: 8px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: var(--wp--custom--secondary--dark);
}

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


/***  DROPDOWN MENUS  ***/

.nav-menu li ul {
	background-color: var(--wp--custom--light--1);
}

.nav-menu li ul li:first-child {
	margin-top: 12px;
}

.nav-menu li ul li:last-child {
	margin-bottom: 12px;
}

.nav-menu li ul li > a{color: var(--wp--custom--dark--1);}


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

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





/***  MOBILE NAV  ***/

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

.hidden-menu > li > a, 
.hidden-menu > li > span {
	font-weight: 600;
}

.hidden-menu li > a, 
.hidden-menu li > span, 
.hidden-menu li > button {
	color: white;
}

.hidden-menu li > button > [class*="fa"] {
	color: inherit;
}

.hidden-menu li.current-menu-item > a {
	font-weight: bold;
}

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

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

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

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



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

/* 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 35px 10px 15px;
	background-color: var(--wp--custom--light--1);
	color: var(--wp--custom--dark--2);
	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--light);
	text-decoration: none;
	color: var(--wp--custom--dark--1);
}

.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 */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	border: 4px solid var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

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

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {
	color: var(--wp--custom--secondary--dark);
}

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

.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: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--dark);
	text-decoration: underline;
}

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

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



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

.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--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	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: white;
}

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

.footer a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.footer a:not([class]):hover {
	border-bottom-style: solid;
}

.footer li a:hover {
	text-decoration: underline;
}

/* Footer Menus */

.footer .menu li a {
	color: white;
	border-bottom: none;
}

.footer .menu li a:hover {
	border-bottom: none;
}

@media screen and (min-width: 1199px) {
	 .footer .widget_nav_menu ul {
		columns: 2;
	}
}


/* Footer Icon List */

.footer .contact-list li:before {
	color: white;
}

.footer .contact-list li a {
	color: white;
	border-bottom: none;
}

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

.footer .contact-list li a:hover {
	color: white;
	border-bottom: none;
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar a {
	color: white;
	
	
}
.bottom-bar a:hover {
	color: white;
	
}

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

.bottom-bar a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

.bottom-bar a:not([class]):hover {
	border-bottom-style: solid;
}

/* Bottom Bar Menu */

.bottom-bar .menu li a {
	color: white;
	border-bottom: none;
}

.bottom-bar .menu li a:hover {
	color: white;
	text-decoration: underline;
	border-bottom: none;
}





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

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 420px) {
	.clearfix figure { width: 100%; }
}

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


/***  HOURS  ***/
.top-bar .view-hours,
.top-bar .fa-arrow-right {
	color: white;
	font-weight: normal;
}

.top-bar .view-hours:hover {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.top-bar .wp-block-group { justify-content: center; }
}

.hours-open {
	color: white;
}
.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 var(--wp--custom--primary--light);
}

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

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



/***  EVENTS  ***/

/* Tribe Events */
.tribe-events-calendar-list__event-title-link,
.tribe-events-calendar-month__calendar-event-title-link,
.tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-events-widget-events-list__event-title-link,
.tribe-common a:not(.tribe-common-anchor--unstyle) { border-bottom: 1px dotted currentColor !important; }

.tribe-events-calendar-list__event-title-link:hover,
.tribe-events-calendar-month__calendar-event-title-link:hover,
.tribe-events-calendar-month__calendar-event-tooltip-title-link:hover,
.tribe-events-widget-events-list__event-title-link:hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover { 
	border-bottom: 1px solid currentColor !important; 
	text-decoration: none;
}

.tribe-common a.tribe-events-calendar-latest-past__event-featured-image-link,
.tribe-common a.tribe-events-calendar-latest-past__event-featured-image-link:hover { border-bottom: none !important; }

.tribe-common a.tribe-events-calendar-latest-past__event-featured-image-link { transition: all 300ms ease-in-out; }

.tribe-events-calendar-latest-past__event-featured-image-link:hover { transform: translateY(-3px); }

.tribe-events-widget-events-list__event .tribe-common-b2 { font-size: 0.85em; }

.tribe-events-notices { color: black; }

.tribe-events-gmap { 
	border-bottom: 1px dashed currentcolor;
	display: inline-block !important;
}

.tribe-events-gmap:hover { border-bottom-style: solid; } 

/* HP Tribe Events */
.hp-tribe-events-list h2 { font-size: 1.75em !important; }

.hp-tribe-events-list .tribe-events-widget-events-list__view-more-link {
	display: inline-block;
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--primary--main);
	font-weight: 600;
	color: white !important;
	transition: all 300ms ease-in-out !important;
}

.hp-tribe-events-list .tribe-events-widget-events-list__view-more-link:hover {
	border-color: var(--wp--custom--primary--light) !important;
	background-color: var(--wp--custom--primary--light) !important;
	color: var(--wp--custom--dark--1) !important;
	transform: translateY(-3px) !important;
}

.tribe_events-navbar {
display: none;
}

.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(--light-3);
	border-radius: var(--radius-1);
	transition: all 300ms ease-in-out;
}

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

.hp-box-cols a, 
.hp-box-cols a:hover {
	display: block;
	color: var(--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;
}

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



/***  HP INFO COLS  ***/

.info-cards .wp-block-column {
	position: relative;
	padding-bottom: var(--wp--custom--spacer--lg);
}

.info-cards .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 */

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

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

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

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



/***  TEAM  ***/
 .member-cols .cols{
	gap: 10px;
	text-align:center;
}

.member-cols .cols-spaced{ 
	margin: 0;
	width: 100%;
}

.member-cols .member-info-wrap {
	display: flex;
	flex-direction: column;
	height: 100%; 
}

.member-cols .member-box .member-meta {
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.member-cols .member{background-color: var(--wp--custom--light--1);}

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

.member-cols .col-fourth{width: calc(25% - 10px);}

@media screen and (max-width:900px) {
	.member-cols .member{width: calc(50% - 10px);}
}

@media screen and (max-width:600px) {
	.member-cols .member{width:100%;}
}
 
 .member-cols:not(.member-full-hide) .member-box{transition: all 300ms ease-in-out;}
 
 .member-cols:not(.member-full-hide) .member.active .member-box, 
 .member-cols:not(.member-full-hide) .member-box:hover {/*transform: translateY(-3px) scale(1.05);*/}
 
 .member-cols .member-portrait {border-radius: var(--wp--custom--radius--xs);}
 
 .member-cols .member-title {
	 color: var(--wp--custom--secondary--dark);
 }
 
 .member-cols:not(.member-full-hide) .member-box:hover .member-title {/*color: var(--wp--custom--secondary--main);*/}
 
 .member-cols .member-position {
	 font-weight: 600;
	 color: var(--wp--custom--primary--dark);
 }

 .member-cols .member-title{padding-top: 8px;}

.member-meta .fa-solid {
	font-style: normal !important;
	font-size: 23px;
}



/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--primary--main);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
	 border-radius: var(--wp--custom--radius--md);
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--main);
	color: white;
	 transform: translateY(-4px);
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: white;
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

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

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1300px) {
	.laptop-2-cols,
	.laptop-3-cols{flex-wrap: wrap!important;}

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 70px)!important;}

	.laptop-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 80px)!important;}
}

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols,
	.tablet-3-cols{
		flex-wrap: wrap!important;
	}

	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 75px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}

 



/*** MEETINGS ***/
.meeting-agenda-link, 
.meeting-minutes-link {
	background-color: var(--wp--custom--secondary--main);
	color: white;

}

.meeting-agenda-link:hover, 
.meeting-minutes-link:hover {
	background-color:white;
	color:  var(--wp--custom--primary--main);
}


/*** 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,
 details[open] summary {
	 	 color: white;
}

 details:not([open]):hover summary {
	 background-color:var(--wp--custom--light--1);
}
 
 details[open] summary {
	 background-color:var(--wp--custom--primary--main)!important;
	
 }
 
 details > :last-of-type {
	 padding-bottom:20px;
}
 
 details:not(:last-of-type) {
	 margin-bottom:20px;
}
 
 details summary {
	 margin-left: -20px;
	 margin-right: -20px;
 }


/*** MEDIA AND TEXT ***/
.media-right.wp-block-media-text>.wp-block-media-text__content {
padding: 0 3% 0 0;
}
.has-media-on-the-right .wp-block-media-text__content {
padding: 0 3% 0 0;
}

@media only screen and (max-width: 600px) {
	.wp-block-media-text__media img {
	margin-bottom: 30px;
		width: 70%;
	}
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		text-align: center;
	}
}

/*** IMAGE LINK HOVER ***/
.main-wrap img {
	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-wrap a:hover img  {
transform: scale(1.05) translateY(-5px);
}

/*** ERESOURCES ***/
.eresource-thumb-wrap {
	background-color: var(--wp--custom--light--1);
}

.eresource-list li a {
	border-bottom: 1px dotted currentColor;
}

.eresource-list li a:hover {
	border-bottom-style: solid;
}

/* Paypal Form Button */
.paypal-form-button { transition: all 300ms ease-in-out; }

.paypal-form-button:hover { transform: translateY(-3px); }

/* Smaller Labels */
.smaller-labels { font-size: 0.9em; }

/*
 * END OF
 * CUSTOMIZABLE CSS
 */