/*
Theme Name: Little Falls 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");


/***	Nunito	***/

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

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

/* Semibold */
@font-face {
	font-family: 'Nunito';
	font-weight: 600;
	src: url('fonts/Nunito/Nunito-SemiBold.ttf');
}

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


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

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

/* Semi Bold */
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  src: url('fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: bold;
  src: url('fonts/Barlow_Condensed/BarlowCondensed-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);
}

*:focus-visible {
	outline-color: var(--wp--custom--secondary--main);
}

.skip-to:focus-visible {
	z-index: 9999;
	background-color: white;
	color: var(--wp--custom--primary--dark);
}



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

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

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





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



/***  TEXT & LINKS  ***/

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

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

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

.main-wrap a:not([class]):hover,
.entry-list .entry-link: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;
}



/***  HEADINGS  ***/

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

h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.75em;
	text-transform:uppercase;
}
h3 {
	font-size: 1.45em;
	text-transform:uppercase;
}
h4 {
	font-size: 1.15em;
	text-transform:uppercase;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.85em;
}

/**Mobile & Tablet**/
@media screen and (min-width: 601px) and (max-width: 1024px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.55em; }
  h3 { font-size: 1.5em; }
  h4 { font-size: 1.25em; }
  h5 { font-size: 1.125em; }
  h6 { font-size: 1em; }
}

@media screen and (max-width: 600px){
h1 {font-size: 1.75em;;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.25em;  }
h4 {font-size: 1.125em;}
h5 {font-size: 1em;}
h6 {font-size: 0.875em;}
}


/***  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--light);
	font-weight: bold;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--primary--main);
}

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

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

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

/* Ninja Forms */

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





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: #fff;
}

.scroll-bar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: white url(images/bg-footer.png) center center no-repeat;
    background-size: cover;
    content: '';
}
.scroll-bar-container{
	padding:0 45px;
}
.scroll-logo {
	max-height: 90px;
}



/***  TOP BAR  ***/

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

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

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

/** Search icon hide external**/
.menu-feature.search .fa-external-link {
    display: none !important;
}

/***  HEADER  ***/

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

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


@media screen and (max-width: 900px) {
	.header-masthead{
		width:280px;
	}
	.header-right {
		padding-top: 0;
		width:calc(100% - 280px);
	}
}
@media screen and (max-width: 767px) {
	.masthead-link{justify-content:center;}
	.header-right{width:100%;}
	.header-masthead{
		margin:0 auto;
	}
	.header-right:not(:first-child){text-align:center;}
	.header-right .wp-block-social-links{justify-content:center;}
}

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



/***  NAV MENUS  ***/

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

.nav-menu > li.three-col-dropdown, 
.nav-menu > li.four-col-dropdown, 
.nav-menu > li.five-col-dropdown {
	position: static;
}

.nav-menu > li > a, 
.nav-menu > li > span {
	padding: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-menu > li > button {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -10px;
}

.nav-menu > li > button:not(:focus-visible) {
	width: 0;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
}
 
.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--2);
}
 
.single-post .nav-menu > li.posts-link > a, 
.single-post .nav-menu > li.posts-link > span, 
.single-post .nav-menu > li.posts-link > button, 
.category .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > span, 
.category .nav-menu > li.posts-link > button, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-page-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--secondary--main);
}
 
@media screen and (max-width: 1400px) {

	.nav-menu > li > a, 
	.nav-menu > li > span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.9em;
	}

	.nav-menu > li.menu-item-has-children > a, 
	.nav-menu > li.menu-item-has-children > span {
		padding-right: 5px;
	}

	.nav-menu > li > button {
		padding-right: 10px;
		font-size: 0.9em;
	}

}

/* 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--secondary--light);
	border: 1px solid var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: var(--wp--custom--primary--dark);
}

.nav-menu > li.nav-button > a:hover {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	color: white;
	transform: translateY(-3px);
}



/***  DROPDOWN MENUS  ***/

.nav-menu li ul {
	background-color: var(--wp--custom--primary--dark);
	left: auto;
	right: 0;
	width: 250px;
}

.nav-menu li ul li span {color:white;}
.nav-menu li ul li a {
  padding: 5px 15px;
  text-align: left;
  color: white;
}

.nav-menu li ul li a:focus-visible {
	outline-color: var(--wp--custom--secondary--light);
}

.nav-menu li ul li.current-menu-item > a,
.nav-menu li ul li a:hover {color: var(--wp--custom--secondary--light);}

/* Menu Title */

.nav-menu li.menu-title > span {
  	font-weight: 900;
	color: white;
	padding:5px 10px;
	font-size: 1.25em;
}

/* Menu Feature */

.nav-menu li.menu-feature a {
  	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}

.nav-menu li.menu-feature img {
	max-height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.nav-menu li.menu-feature a .fa {
	position: static !important;
	transform: none !important;
}

.nav-menu li.menu-feature.resrouces span:before, .nav-menu li.menu-feature.resrouces .menu-item-link:before{
	height:98px;
	background:url('https://littlefallspublib.cyberoptik.co/wp-content/uploads/eresources-icon-white.png') no-repeat;
	background-size:cover;
}
.nav-menu li.menu-feature.services span:before, .nav-menu li.menu-feature.services .menu-item-link:before{
	width:143px;
	background:url('https://littlefallspublib.cyberoptik.co/wp-content/uploads/conference-room-icon-white.png') no-repeat;
	background-size:cover;
}
.nav-menu li.menu-feature.about span:before, .nav-menu li.menu-feature.about .menu-item-link:before{
	width:144px;
	background:url('https://littlefallspublib.cyberoptik.co/wp-content/uploads/library-card-icon-white.png') no-repeat;
	background-size:cover;
}

/* Dropdown Columns */

.nav-menu > li.two-col-dropdown > ul, 
.nav-menu > li.three-col-dropdown > ul, 
.nav-menu > li.four-col-dropdown > ul, 
.nav-menu > li.five-col-dropdown > ul {
  width: 500px;
	display: flex;
	flex-wrap: nowrap;
}

.nav-menu > li.two-col-dropdown > ul > li > ul, 
.nav-menu > li.three-col-dropdown > ul > li > ul, 
.nav-menu > li.four-col-dropdown > ul > li > ul, 
.nav-menu > li.five-col-dropdown > ul > li > ul {
	width: 100%;
}

.nav-menu > li.three-col-dropdown > ul {width: 1000px;}
.nav-menu > li.four-col-dropdown > ul {width: 1000px;}
.nav-menu > li.five-col-dropdown > ul {width: 1110px;}

.nav-menu > li.dw-dropdown > ul > li, 
.nav-menu > li.three-col-dropdown > ul > li, 
.nav-menu > li.four-col-dropdown > ul > li, 
.nav-menu > li.five-col-dropdown > ul > li {
  display: block;
  width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-menu > li.three-col-dropdown > ul > li {width: 33.33%;}
.nav-menu > li.four-col-dropdown > ul > li {width: 25%;}
.nav-menu > li.five-col-dropdown > ul > li {width: 20%;}

.nav-menu > li.two-col-dropdown > ul > li.menu-item-has-children > button, 
.nav-menu > li.three-col-dropdown > ul > li.menu-item-has-children > button, 
.nav-menu > li.four-col-dropdown > ul > li.menu-item-has-children > button, 
.nav-menu > li.five-col-dropdown > ul > li.menu-item-has-children > button {
	display: none;
	visibility: hidden;
}

.nav-menu > li.two-col-dropdown:hover > ul > li > ul, 
.nav-menu > li.three-col-dropdown:hover > ul > li > ul, 
.nav-menu > li.four-col-dropdown:hover > ul > li > ul, 
.nav-menu > li.five-col-dropdown:hover > ul > li > ul, 
.nav-menu > li.two-col-dropdown.active > ul > li > ul, 
.nav-menu > li.three-col-dropdown.active > ul > li > ul, 
.nav-menu > li.four-col-dropdown.active > ul > li > ul, 
.nav-menu > li.five-col-dropdown.active > ul > li > ul {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: block;
  height: auto;
  background: none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}



/***  MOBILE NAV  ***/

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

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

.hidden-nav .fa {
	color:white;
}

.hidden-menu li.menu-feature img { max-width: 1em; }

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

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

.home .banner-text-wrap {
	position:relative;
	z-index:1;
	padding:10px 0 15px;
}
.home .banner-text-wrap:before {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:"";
	z-index:-1;
	opacity:0.5;
	margin:0 -9999px;
	background:var(--wp--custom--primary--main);
}



.banner-content-wrap p{
	margin:0;
	order:0;
	display:inline-block;
}
.banner-content-wrap .btns-holder{
	width:350px;
}
.banner-content-wrap a i{color:#fff;}
.banner-content-wrap a{
	color:#fff;
	order:0;
	width:125px;
	text-align:center;
	border:0 !important;
	padding:10px 20px;
	margin:0 10px 0 0;
	display:inline-block;
	background:#3a7c85;
}
.banner-content-wrap a:hover{
	background:#e36447;
}



/***  HEADLINE BAR  ***/

.headline-bar {
	padding-top: var(--wp--custom--spacer--sm);
	padding-bottom: var(--wp--custom--spacer--sm);
    background-color: var(--wp--custom--primary--dark);
}

.headline-bar .headline {
	color: white;
}




/***  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-inner iframe{
	width:100%;
	max-width:600px;
}
/* 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--primary--light);
	color: var(--wp--custom--primary--dark);
	transition: all 300ms ease-in-out;
}

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

.sidebar .entry-menu li a:hover {
	background-color: var(--wp--custom--secondary--main);
	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 */

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

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

/* 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--xl);
	padding-bottom: var(--wp--custom--spacer--xl);
	background-color: white;
	color: var(--wp--custom--dark--1);
	background: url(images/bg-footer.png) top center no-repeat;
}

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

.footer h4:first-child {
	margin-bottom: 30px;
	font-size: 1.4em;
}

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

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

/* Footer Menus */

.footer .menu li a {
	color: var(--wp--custom--dark--1);
	border-bottom: none;
}

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

/* Footer Icon List */

.footer .contact-list li:before {
	color: var(--wp--custom--secondary--main);
}

.footer .contact-list li a {
	color: var(--wp--custom--dark--1);
	border-bottom: none;
}

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

.footer .contact-list li a:hover {
	color: var(--wp--custom--secondary--main);
	border-bottom: none;
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: white;
	color: var(--wp--custom--dark--1);
}

.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: var(--wp--custom--dark--1);
	border-bottom: none;
}

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





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

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

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

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

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

.tribe_events-list .tribe_events-title a {
	border-bottom: 1px dotted currentColor;
}

.tribe_events-list .tribe_events-title a:hover {
	border-bottom-style: solid;
}

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

.main .tribe-events.alignwide {
	width: 100%;
	margin: 0 auto;
	max-width: none;
}

/***  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 .member.active .member-box, 
.member-cols .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 .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-box {
    background-color: var(--wp--preset--color--light-3);
    padding: 30px 15px;
}


/***  ICON CARDS  ***/

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

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	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 {
	transform: scale(1.1);
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	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: var(--wp--custom--secondary--main);
}

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

/** BORDER BOX **/

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

/** Social Links **/
.wp-block-social-links {
	gap:5px;
}

/** Gut Slider **/
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--wp--custom--secondary--main));
}

/***  INFO COLS  ***/

.info-cols .wp-block-column,
.info-col.wp-block-column {
	position: relative;
	padding: 25px !important;
	background-color: var(--wp--custom--light--1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: flex;
	flex-direction: column;    
}


/***  BOX COLS  ***/

.box-cols .wp-block-column {
 display:block;
 padding: 30px 15px!important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--radius--sm);
  background-color: var(--wp--custom--secondary--light);
  max-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;     
  text-align: center;   
}


.site-title {
  font-size: 1.5em;
  margin-left:30px;
  font-family: var(--wp--custom--font--2);
  text-transform: uppercase;
}

.wp-social-link a{
	padding:.25em !important;
}




/** Meeting **/
h3.meeting-timeframe-title {
    display: none;
}

.meeting-agenda-link, 
.meeting-minutes-link { color: var(--wp--custom--secondary--dark); }

.meeting-agenda-link:hover, 
.meeting-minutes-link:hover { color: var(--wp--custom--dark--1) }

/** Media Querries**/
/* Tablets (Portrait & Landscape) */
/* iPad Pro 12.9" Portrait */
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	.container.footer-container {
		font-size: .9em;
	}
 .icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.25em;
		}
}


/* iPad Mini & iPad Air (Portrait) */
@media screen and (min-width: 744px) and (max-width: 820px) and (orientation: portrait) {
	.wp-block-columns.icon-cards.is-layout-flex {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Mobile */

@media screen and (max-width: 600px){
	.wp-block-image img {
    width: 80%;
	}
}
/*eresources **/
.eresource-page-header {
  padding: 30px 0;
  text-align: left;
  background-color: var(--wp--custom--primary--dark);
  color: #fff;
}

.eresource-page-header .page-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

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




/***  HP BANNER  ***/

.hp-banner .wp-block-button__link {
	width: 100%;
	border-radius: 0;
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.hp-banner .wp-block-button__link:hover {
	border-color: white;
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.hp-banner *:focus-visible {
	outline-color: var(--wp--custom--secondary--light);
}


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





/*
 * END OF
 * CUSTOMIZABLE CSS
 */