/*
Theme Name: Abington Public Library
Version: 1.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");



/***	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;
	scroll-behavior: smooth;/*smooth anchor scroll*/
	scroll-padding-top: 60px;/*offset for sticky header*/
}

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

:focus-visible { outline-color: black; }



/***  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--primary--main);
    color: white;
}





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



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--accent--2);
}

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

main a:not([class]),
.entry-list .entry-link {
 border-bottom: 1px dashed var(--wp--custom--primary--dark);
}

main a:not([class]):hover,
.entry-list .entry-link:hover {
  border-bottom: 1px solid var(--wp--custom--primary--dark);
	text-decoration: none;
}

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

/***  HEADINGS  ***/

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

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--dark);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--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--light);
	background-color: var(--wp--custom--primary--light);
	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;
}

/*secondary button*/
.secondary-button.button, 
.secondary-button .wp-block-button__link, 
.secondary-button .button-outline, 
.secondary-button .is-style-outline .wp-block-button__link {
	background-color: var(--wp--custom--secondary--dark);
	border-color: var(--wp--custom--secondary--dark);
	color: white;
}

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

/*white button*/
.white-button.button, 
.white-button .wp-block-button__link, 
.white-button .button-outline, 
.white-button .is-style-outline .wp-block-button__link {
	border-color: white;
	background-color: white;
	color: var(--wp--custom--dark--1);
}

.white-button.button:hover, 
.white-button .wp-block-button__link:hover, 
.white-button .button-outline:hover,
.white-button .is-style-outline .wp-block-button__link:hover {
	border-color: white;
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

.white-button.newsletter {
	margin-right:15px;
	
}


/* OUTLINED BUTTONS */

.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 {
	background: none;
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--secondary--main);
}

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

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

/*white*/
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: white;
}

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

.icon-list li.globe:before, 
.contact-list li.globe:before { content: "\f0ac"; }

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

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

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

.sm-button{
	padding: 0.25em 1em;
	font-size:.85em;
}

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


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

.top-bar .wp-block-social-links{margin-left: 10px;}

.top-bar a{color: white;}

.top-bar a .fal {
	margin-left: 2px;
	margin-right: 2px;
	color: white;
}



/***  HEADER  ***/

/* @media screen and (min-width: 901px) {
	#header .header-inner .cols { 
		display: grid;
    	grid-template-columns: repeat(10, 1fr);
	}
	
	#header .header-masthead-link { display: inline-flex; }
	
	#header .header-masthead {
		width: 100%;
		grid-column-start: 3;
		grid-column-end: 7;
		text-align: center;
	}
	
	#header .header-right {
		width: 100%;
		grid-column: 7 / span 4;
	}
	
	#header .toggle-form-wrap { max-width: none; }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
	#header .header-masthead {
		grid-column-start: 1;
	}
} */

#header .header-inner {
	max-width: 1000px;
}


.header-logo {
	max-height: 120px;
}
@media screen and (min-width: 901px) {
	.header-masthead { width: 320px; }
}


.header-right {
	padding-top: 15px;
	padding-bottom: 15px;
	width: calc(100% - 320px);
}


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

/* 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{background-color: var(--wp--custom--primary--light);}

@media screen and  (min-width: 900px) and (max-width: 1430px) {
	.navbar .container { 
		padding-left: var(--wp--custom--spacer--sm);
		padding-right: var(--wp--custom--spacer--sm);
	 }
}


/***  NAV MENUS  ***/
.nav-menu{font-size: .9em; }

.nav-menu > li { 
	padding-left: 0;
	padding-right: 0;
	margin: 0 4px;
}

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

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

.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 > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span {
	color: white!important;
	background-color: var(--wp--custom--primary--main)!important;
}

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

@media screen and (max-width: 1430px) {
	.nav-menu{font-size: .83em; }

	.nav-menu > li > a, 
	.nav-menu > li > span {
		padding: 10px 6px;
	}
}

/* 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 {
	background-color: var(--wp--custom--light--2);
	width: 250px;
}

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

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

.nav-menu li ul li > a, 
.nav-menu li ul li > span {
	padding-left: 20px;
	padding-right: 20px;
	color: var(--wp--custom--dark--1);
}

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

.nav-menu li ul li span [class*="fa-"], 
.nav-menu li ul li a [class*="fa-"] {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

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

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

/* 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 a + [class*="fa-"], 
.hidden-menu li span + [class*="fa-"] {
	color: white;
}

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

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

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--secondary--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:before {
    background-image: none !important;
    opacity: 1 !important;
    background-color: var(--wp--custom--primary--main);
}

.banner {
	background-color: var(--wp--custom--dark--1);
}

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

.banner-short .banner-inner {
	min-height: auto;
	padding-top: var(--wp--custom--spacer--xxs);
	padding-bottom: var(--wp--custom--spacer--xxs);
	font-size: 0.8em;
}

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

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

.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;
  border-radius: var(--wp--custom--radius--sm);
}

.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);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
	border: 2px solid var(--wp--custom--light--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--dark);}

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

/*members*/

.member-cols .cols{
	gap: 10px;
	text-align:center;
	margin: 0;
	width: 100%;
}

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

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



/* Paging Nav */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	background: white;
  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--dark);
	border-top: 5px solid var(--wp--custom--dark--1);
	border-bottom: 1px solid var(--wp--custom--primary--light);
	font-size: 0.9em;
	color: white;
}

@media screen and (max-width:1200px){
	.footer .wp-block-column{
		flex-basis: 0!important;
		flex-grow: 1!important;
	}
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {
	color: white;
}

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

.footer a {
	color: white;
}

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

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

.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--light);
	text-decoration: underline;
}

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


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--primary--dark);
	font-size: 0.9em;
	color: white;
}

.bottom-bar a {
	color: white;
}

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





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/
 
 /*detail 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)!important;
	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;
}

/***  HOURS  ***/

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

.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(--wp--custom--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(--wp--custom--dark--3);
	font-size: 0.94em;
}

/*events calendar*/
.tribe-embed a,
.tribe-events-event-meta a,
.tribe-events-single a{
   color: var(--wp--custom--primary--light);
}

.tribe-embed a:hover,
.tribe-events-event-meta a:hover,
.tribe-events-single a:hover{
   color: var(--wp--custom--primary--main);
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
   border-color: var(--wp--custom--primary--main);
   color: var(--wp--custom--primary--main);
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
   background-color: var(--wp--custom--primary--main);
   color: white;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover,
.tribe-events .datepicker .day.focused,
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month.focused,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year.focused,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .year:hover{
   background-color: var(--wp--custom--secondary--main);
   color: var(--wp--custom--dark--1);
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:focus,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover{
   background-color: var(--wp--custom--secondary--main);
   color: white;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover{
   border-bottom: 1px solid var(--wp--custom--primary--main)!important;
}


/***  HP COLS  ***/

.hp-box-cols .wp-block-column {
	background-color: var(--wp--custom--light--3);
	border-radius: var(--radius-1);
  -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(--primary-lt);
}

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

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



/***  HP INFO COLS  ***/

.hp-info-cols {margin-top: var(--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(--wp--custom--dark--3);
	font-size: 0.94em;
}



/***  TEAM  ***/

.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:not(.member-full-hide) .member-box:hover .member-title {color: var(--wp--custom--secondary--main);}

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


/***  HOMEPAGE ICON COLS  ***/

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

.hp-icon-cols a {
	display: block;
}

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

section#main .wp-block-image img{border-radius: var(--wp--custom--radius--sm);}

/*CONTENT BLOCK IMAGE WITH LINKS*/
section#main .wp-block-image a img{transition: all 300ms ease-in-out;}

section#main .wp-block-image a:hover img { transform: scale(1.05); }

/*TOP BAR IMAGE WITH LINKS*/
.top-bar .wp-block-image a img{transition: all 300ms ease-in-out;}

.top-bar .wp-block-image a:hover img { transform: scale(1.05); }


/*MEDIA TEXT WIDGET*/
section#main .wp-block-media-text__media a img{transition: all 300ms ease-in-out;}

section#main .wp-block-media-text__media a:hover img { transform: scale(1.05); }

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


/*BLOCK COLUMNS*/
@media screen and (max-width: 900px) {
	/*customized column width to full width on tablet*/
	.wp-block-columns .wp-block-column{flex-basis:100%!important;}
	
	.tablet-reverse-order{flex-direction: column-reverse;}
}

@media screen and (max-width: 781px) {
	.mobile-reverse-order{flex-direction: column-reverse;}
}

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

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!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% - 55px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}

/*SPLIT COLS*/
@media screen and (max-width: 900px) {
	.split-cols{ 
		flex-direction: column; 
		gap: 0;
	}

	.split-cols > div{
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.split-cols > div.has-background{
		margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px);
		order: 1;
	}
}

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

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!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% - 55px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}
	
/*notifications bar*/
.easy-notification-bar-message{
    max-width: 830px;
}

.easy-notification-bar-message,
.easy-notification-bar-message h1,
.easy-notification-bar-message h2,
.easy-notification-bar-message h3,
.easy-notification-bar-message h4,
.easy-notification-bar-message h5,
.easy-notification-bar-message h6{color: black;}

.easy-notification-bar-message a { 
	text-decoration: none !important; 
	border-bottom: 1px dashed currentcolor;
}

.easy-notification-bar-message a:hover{
	color: black;
	border-bottom-style: solid;
}

.easy-notification-bar__close svg { 
	fill: black; 
	transition: all 300ms ease-in-out;
}

.easy-notification-bar__close svg:hover { transform: rotate(-90deg); }

/*tablepress*/
.tablepress td{border: 1px solid #dddddd}

.tablepress>:where(thead,tfoot)>*>th{
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

/*gutena tabs*/
li.gutena-tab-title{
	margin-left:0;
	border-bottom: 0!important;
}

li.gutena-tab-title:not(:last-of-type){border-right: none!important;}

/*book-list-table*/
.book-list-table,
.book-list-table table,
.book-list-table td{
	border: unset;
	width: auto!important;
	min-width: 40px;
	vertical-align: top;
}

.book-list-table td,
.book-list-table th{
  padding:5px;
}

/*home-icons-group*/
.home-icons-group figure{margin: 0!important;}

.home-icons-group .wp-element-caption{
	display: block!important;
    font-weight: 700;
    color: var(--wp--custom--accent--2);
}

/* @media screen and (min-width: 1520px) {
	.home-icons-group img { height: 80px !important; }
}

@media screen and (max-width: 900px) {
	.home-icons-group img{
		height: auto !important;
        max-width: 125px;
        max-height: 60px;
        width: 100% !important;
	}
} */

/*BOX LINK*/
.box-link:hover{cursor: pointer;}

.box-link h2,
.box-link h3,
.box-link h4,
.box-link h5,
.box-link h6{
	color: var(--wp--custom--accent--2);
	transition: all 300ms ease-in-out;
}

.box-link:hover h1,
.box-link:hover h2,
.box-link:hover h3,
.box-link:hover h4,
.box-link:hover h5,
.box-link:hover h6{
	color: var(--wp--custom--primary--dark);
	text-decoration:underline;
}

.box-link:hover img{transform: scale(1.05);}

.wp-block-list .wp-block-list{
	padding-top:5px;
	padding-bottom:5px;
}

/* HOME TITLE */
.home .headline-wrap {
	text-align: center;
}

/* MEDIA AND TEXT */
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        width: 60%;
        margin: 0 auto;
    }
}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */